html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin-bottom: 0;
}

/* Hero section */
.hero-section {
    min-height: 480px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
    color: #fff;
    display: flex;
    align-items: center;
}

/* Consistent section spacing */
section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* CTA dark section */
.bg-dark.text-white section,
section.bg-dark.text-white {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Accordion tweaks */
.accordion-button:not(.collapsed) {
    background-color: #fff8e1;
    color: #212529;
}
