/* Main content */
.site-main {
    max-width: none;
    margin: 0;
    padding: 0;
}

/* Sections */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.125rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0f172a;
    margin: 0.5rem auto 0;
    border-radius: 1px;
}

.section-subtitle { 
    font-size: 1.0625rem; 
    color: #64748b; 
    font-weight: 500; 
    opacity: 0.9;
}

/* Specific Adjustments */
.kpass-ui-title {
    margin-bottom: 1rem;
}

/* Responsive Container */
@media (max-width: 1024px) {
    .container {
        padding: 0 1.5rem;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
}
