/* Homepage specific styles */
.main-wrapper {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

section {
    position: relative;
}

section:not(:last-child) {
    margin-bottom: 0;
}

section:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

.section-badge {
    display: inline-block;
    background: rgba(102, 126, 234, 0.12);
    border: 1px solid rgba(102, 126, 234, 0.25);
    color: #667eea;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.super-app-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.section-description {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .super-app-title {
        font-size: 2rem;
    }
    .section-description {
        font-size: 1rem;
    }
}
