:root {
    --primary: #0A3DCE;
    --primary-dark: #072F9C;
    --secondary: #0B3A85;
    --bg-light: #F8FAFF;
    --text: #101A4A;
    --border-light: #E6E9F5;
    --max-width: 1200px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--bg-light);
    color: var(--text);
    font-family: 'Inter', 'DM Sans', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

main {
    background: #F0DDFF;
}

a {
    color: inherit;
}

.container {
    width: min(var(--max-width), 100%);
    margin: 0 auto;
    padding: 0 1.5rem;
}

h1 {
    letter-spacing: -0.01em;
}

h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', 'Inter', sans-serif;
}

h2 {
    font-size: 40px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid var(--border-light);
}

.navbar-premium {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(12px);
    background: #0A0D1C;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #e8eaf5;
    padding: 10px 0;
    min-height: 70px;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: flex;
    align-items: center;
}

.nav-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #101A4A;
    border-radius: 8px;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    box-shadow: 0 15px 35px rgba(10, 10, 10, 0.12);
    display: none;
    min-width: 200px;
    z-index: 100;
}

.dropdown-item {
    display: block;
    padding: 0.6rem 1.25rem;
    color: inherit;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
    background: rgba(10, 61, 206, 0.1);
}

.nav-dropdown:hover .dropdown-menu {
    display: block;
}

.nav-dropdown:hover .nav-arrow {
    transform: rotate(180deg);
}

.brand-group {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand {
    font-size: 1.4rem;
    font-weight: 700;
    color:#FFFFFF;
    text-decoration: none;
}

.nav-link {
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 24px;
    transition: 0.25s ease;
    position: relative;
    text-decoration: none;
    font-size: 17px;
}

.nav-arrow {
    display: inline-block;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.contact-button {
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
}

.contact-button.form-submit {
    border: 1px solid #fff;
}

.navbar-premium .contact-button {
    margin-left: 24px;
}

.contact-card {
    max-width: 100%;
}

.form-control {
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(15, 15, 15, 0.35);
    background: #fff;
    color: var(--text);
}

.form-label {
    font-size: 16px;
    font-weight: 600;
}

.form-control::placeholder {
    font-size: 14px;
    color: rgba(15, 23, 42, 0.5);
}

.required-asterisk {
    color: #e74c3c;
}

.form-divider {
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(10, 61, 206, 0.15);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

.map-card {
    min-height: 420px;
}
.nav-link:hover {
    color: #F0DDFF;
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 0;
    background: #0A3DCE;
    transition: width 0.25s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.section {
    padding: 60px 0;
}

.section1 {
    padding: 60px 0 0 0;
}

/* ================================
   METHODOLOGY — ALTERNATIVE TIMELINE
   ================================ */

.methodology-alt {
    position: relative;
    padding-left: 40px;
    margin-top: 2.5rem;
}

.methodology-alt::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(10, 61, 206, 0.25); /* primary soft */
}

.method-step {
    position: relative;
    margin-bottom: 2.5rem;
}

.method-content strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.35rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.mission-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mission-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    padding: 3rem;
    line-height: 1.8;
    max-width: 820px;
    margin: 0 auto;
    text-align: left;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.8);
}

.mission-list li {
    padding-left: 1.25rem;
    position: relative;
}

.mission-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--primary);
}
.mission-card h3 {
    margin-bottom: 0.75rem;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.mission-tactics ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.6;
}

.mission-tactics li {
    padding-left: 1.5rem;
    position: relative;
}

.mission-tactics li::before {
    content: '▹';
    position: absolute;
    left: 0;
    color: var(--primary);
}

.mission-card .eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.6);
    margin-bottom: 0.5rem;
}

.mission-text {
    font-size: 1.1rem;
    color: rgba(15, 23, 42, 0.85);
}

.fade-up-block {
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

.value-icon {
    font-size: 3rem;
}

.section-story .story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: center;
}

.story-photo img {
    width: 100%;
    height: 400px;
    border-radius: 1.25rem;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.15);
    object-fit: cover;
    border: 4px solid rgba(10, 61, 206, 0.3);
}


.story-content .stat-number {
    font-size: 32px;
    font-weight: 700;
    display: block;
}

.story-content .stat-label {
    color: rgba(15, 23, 42, 0.6);
}

.story-stats {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
}

.timeline-vertical {
    margin-top: 2rem;
    border-left: 2px solid rgba(15, 23, 42, 0.1);
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.timeline-item {
    position: relative;
    padding-left: 1.25rem;
}

.timeline-year {
    font-weight: 700;
    color: var(--primary);
    display: block;
}

.timeline-dot {
    position: absolute;
    left: -11px;
    top: 0.6rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.section-cta {
    background: linear-gradient(180deg, rgba(10, 61, 206, 0.12), rgba(255, 255, 255, 0.2));
}

.cta-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
    text-align: left;
}

.cta-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cta-list li {
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.cta-button {
    padding: 0.9rem 0;
    font-size: 1rem;
    border-radius: 12px;
    border: none;
    background: linear-gradient(120deg, #0A3DCE, #072F9C);
    box-shadow: 0 10px 30px rgba(10, 61, 206, 0.35);
}
.section-contact {
    padding-top: 90px;
}

.hero {
    background: #F7F8FE;
    color: #000;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #e8eaf5;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
}

.badge {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

.grid {
    display: grid;
    gap: 1.5rem;
}

.grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-4 {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.08);
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(10, 10, 10, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 65px rgba(10, 10, 10, 0.09);
}

.card-premium {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    border: 1px solid var(--border-light);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: 0.25s ease;
}

.card-premium:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.btn-premium,
.btn-outline-premium, .btn-halo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-halo {
    background: #F0DDFF;
    color:#000000;
    font-size: 17px;
    box-shadow: 0 16px 35px rgba(10, 61, 206, 0.25);
}

.btn-halo:hover {
    background: #fff;
    transform: translateY(-2px);
}

.btn-premium {
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    box-shadow: 0 16px 35px rgba(10, 61, 206, 0.25);
}

.btn-premium:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-outline-premium {
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-outline-premium:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.hero .btn-outline-premium {
    border-color: rgba(255, 255, 255, 0.9);
    color: #fff;
}

.hero .btn-outline-premium:hover {
    background: #fff;
    color: var(--primary-dark);
}

.text-muted {
    color: #5A6480;
}

.ctafinal{
    background: #FFB300;
    color: #000435;
}

.footer {
    background: #0a0d1c;
    color: rgba(255, 255, 255, 0.9);
}

.footer p{
    font-size: 16px;
}

.footer-nav,
.footer-bottom {
    padding: 2rem 0;
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
    will-change: opacity, transform;
}

.footer-nav {
    animation-delay: 0.1s;
}

.footer-bottom {
    animation-delay: 0.4s;
}

.footer-nav .footer-title,
.footer-bottom p {
    color: #F0DDFF;
    font-size: 30px;
    font-family: 'Bebas Neue', 'Inter', sans-serif;
    line-height: 2.2 !important;;
}

.footer-nav {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
}

.footer-nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.72);
    display: inline-block;
    margin-bottom: 0.45rem;
    font-size: 0.95rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-nav a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.footer a {
    color: inherit;
}

.footerbtn{
    padding: 10px 28px;
    border-radius: 999px;
    background: var(--primary);
    font-size: 18px !important;
    margin-top: 15px;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .footer-nav {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
    }

    .story-stats {
        justify-content: center;
    }

    .value-card {
        min-height: auto;
    }
}

.bg-light {
    background: var(--bg-light);
}

.stat-block {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    padding: 2rem;
    font-size: 22px;
    font-family: 'Bebas Neue', 'Inter', sans-serif;
    border: 1px solid rgba(10, 61, 206, 0.25);
}

.stat-block h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.list-dotted {
    list-style: disc;
    padding-left: 1.25rem;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.timeline-item {
    padding-left: 1rem;
    border-left: 3px solid var(--primary);
}

.timeline-item strong {
    display: block;
    font-size: 1.2rem;
}

.hero-cta-group {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.faq h3 {
    font-size: 1.4rem;
}

.faq p {
    margin-top: 0.5rem;
}

.bg-primary-soft {
    background: rgba(10, 61, 206, 0.08);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: var(--primary);
}

.text-secondary-muted {
    color: #495057;
}
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column-dual {
    gap: 1.5rem;
}

.footer-column-dual > div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.72);
}

.section-info {
    padding-top: 60px;
}

.section-contact {
    padding-top: 90px;
}

.section-contact .row {
    gap: 32px;
}

.section-contact .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.contact-card {
    margin-bottom: 32px;
}

.info-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(10, 10, 30, 0.08);
    color: #0f172a;
}

.info-card h2 {
    margin-bottom: 1rem;
}

.info-card p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .section-contact .row {
        flex-direction: column;
    }

    .contact-card {
        margin-bottom: 0;
    }

    .contact-direct .divider {
        margin: 1rem 0;
    }

    .btn-full {
        width: 100%;
    }

    .footer-nav {
        grid-template-columns: 1fr;
    }
}

.steps-flow {
    white-space: nowrap;
    overflow-x: auto;
}

.step-block {
    vertical-align: top;
    width: 280px;
}

.step-arrow {
    vertical-align: middle;
}

.bibiba {
    border-bottom: 2px solid var(--primary); 
    display:block; 
    width:fit-content; 
    padding-bottom:6px;
}

.timeline-vertical {
    border-left: 2px solid rgba(0,0,0,0.08);
    padding-left: 40px;
    position: relative;
}

.timeline-group {
    margin-bottom: 50px;
    position: relative;
}

.timeline-dot {
    width: 14px;
    height: 14px;
    background: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 4px;
}

.timeline-title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--primary);
    letter-spacing: 0.5px;
}

.timeline-items {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.timeline-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.timeline-item .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.timeline-item.full {
    background: var(--panel-bg);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--panel-border);
    margin-top: 10px;
}

.usp-icon {
    font-size: 32px;
    margin-bottom: 0.5rem;
    color: var(--primary);
}

/* 2026 production refresh: accessibility, responsive navigation and content pages */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    overflow-x: hidden;
}

main {
    background: #f8f9ff;
}

img {
    max-width: 100%;
    height: auto;
}

button, input, textarea, select {
    font: inherit;
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #0a0d1c;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.navbar-premium {
    transition: min-height .2s ease, padding .2s ease, box-shadow .2s ease;
}

.navbar-premium.scrolled {
    min-height: 58px;
    padding-block: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.nav-dropdown-toggle {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.dropdown-menu.is-open {
    display: block;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 10px;
    background: transparent;
}

.menu-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-optional {
    color: #667085;
    font-weight: 400;
}

.consent-check {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    margin: 1rem 0 1.25rem;
    font-size: .92rem;
    line-height: 1.45;
}

.consent-check input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .2rem;
    flex: 0 0 auto;
}

.form-status {
    min-height: 1.6rem;
    margin: 1rem 0 0;
    text-align: center;
    font-weight: 600;
}

.form-status.success { color: #087443; }
.form-status.error { color: #b42318; }
[type="submit"][disabled] { cursor: wait; opacity: .65; }

.narrow {
    max-width: 780px;
}

.eyebrow {
    display: inline-flex;
    padding: .35rem .8rem;
    border-radius: 999px;
    background: rgba(10,61,206,.1);
    color: var(--primary);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.content-hero {
    padding: 100px 0 70px;
    background: linear-gradient(135deg, #0a0d1c, #0b3a85);
    color: #fff;
}

.content-hero h1 {
    max-width: 850px;
    margin: 0 auto 1rem;
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 1.02;
    text-align: center;
}

.content-hero p {
    max-width: 720px;
    margin-inline: auto;
    color: rgba(255,255,255,.82);
    text-align: center;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.content-card {
    padding: 2rem;
    border: 1px solid var(--border-light);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 14px 35px rgba(16,26,74,.06);
}

.content-card h2, .content-card h3 { margin-top: 0; }

.process-list {
    display: grid;
    gap: 1rem;
    padding: 0;
    counter-reset: process;
    list-style: none;
}

.process-list li {
    position: relative;
    min-height: 60px;
    padding: 1.1rem 1.25rem 1.1rem 4.5rem;
    border-radius: .9rem;
    background: #fff;
    counter-increment: process;
}

.process-list li::before {
    content: counter(process, decimal-leading-zero);
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--primary);
    font-weight: 800;
}

.cta-band {
    padding: 3rem;
    border-radius: 1.5rem;
    background: #0a0d1c;
    color: #fff;
    text-align: center;
}

.footer-column li { margin-bottom: .55rem; }

.faq-list details {
    margin-bottom: 1rem;
    border: 1px solid var(--border-light);
    border-radius: 1rem;
    background: #fff;
}

.faq-list summary {
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    font-weight: 700;
}

.faq-list details p {
    margin: 0;
    padding: 0 1.5rem 1.5rem;
}

@media (max-width: 992px) {
    .menu-toggle { display: block; }

    .navbar-premium nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        align-items: stretch;
        padding: 1rem 1.5rem 1.5rem;
        border-top: 1px solid rgba(255,255,255,.12);
        background: #0a0d1c;
        box-shadow: 0 16px 28px rgba(0,0,0,.2);
    }

    .navbar-premium nav.is-open { display: flex; flex-direction: column; }
    .navbar-premium .nav-link, .navbar-premium .contact-button { margin: 0; padding: .75rem 0; }
    .navbar-premium .contact-button { margin-top: .5rem; padding-inline: 1.25rem; text-align: center; }
    .nav-dropdown-toggle { width: 100%; text-align: left; }
    .dropdown-menu { position: static; margin: .25rem 0 .5rem; box-shadow: none; }
    .nav-dropdown:hover .dropdown-menu:not(.is-open) { display: none; }
    .content-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    body { font-size: 16px; }
    .container { padding-inline: 1rem; }
    h2 { font-size: 2rem; }
    .section { padding-block: 44px; }
    .content-grid { grid-template-columns: 1fr; }
    .content-hero { padding: 70px 0 50px; }
    .cta-band { padding: 2rem 1.25rem; }
    .card, .card-premium, .info-card { padding: 1.5rem !important; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
