
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: clip;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

.hero-title {
    font-size: clamp(1.5rem, 5vw, 3rem);
}

.selection-title {
    font-size: clamp(1.25rem, 4vw, 2.25rem);
}

.grid-2col > * {
    min-width: 0;
    max-width: 100%;
}

.award-flex > * {
    min-width: 0;
    max-width: 100%;
}

.header-flex {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
    min-width: 0;
}

.footer .col-md-3,
.footer .col-md-6 {
    min-width: 0;
    max-width: 100%;
}

@media (min-width: 768px) {
    .footer .row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    }
}

.footer img {
    max-height: 2.5rem;
    width: auto;
    margin-bottom: 0.75rem;
}

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

.footer ul li {
    margin-bottom: 0.5rem;
}

.footer ul a:hover {
    color: #1e40af;
}

.footer p {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
}

.copyright {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.legal-page {
    padding: 2rem 0 3rem;
}

.legal-page .footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    border-top: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-sizing: border-box;
}

.legal-page .footer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
    min-width: 0;
}

.legal-page .footer .col-md-3,
.legal-page .footer .col-md-6 {
    min-width: 0;
    max-width: 100%;
}

@media (min-width: 768px) {
    .legal-page .footer .row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    }
}

.legal-content {
    max-width: 100%;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    word-break: break-word;
}

.legal-content h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.legal-content p {
    margin-bottom: 1rem;
}

.legal-content a {
    color: #1e40af;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .header-meta {
        word-break: break-all;
        white-space: normal;
    }
    .header-logo a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .col-md-3,
    .footer .col-md-6 {
        word-break: break-all;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .rich-text {
        font-size: 1rem;
    }
    .btn-primary,
    .btn-secondary {
        font-size: 1rem;
        padding: 0.875rem 1.25rem;
    }
}

/* ===== RESET & BASE ===== */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            border: 0 solid #e5e7eb;
        }
        html {
            line-height: 1.5;
            -webkit-text-size-adjust: 100%;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }
        body {
            margin: 0;
            background-color: #f3f4f6;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            color: #111827;
        }
        img {
            display: block;
            max-width: 100%;
            height: auto;
        }
        a {
            color: inherit;
            text-decoration: none;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: inherit;
            font-weight: inherit;
        }

        /* ===== LAYOUT ===== */
        .max-w-1000 {
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }
        .bg-white {
            background-color: #ffffff;
        }
        .bg-gray-100 {
            background-color: #f3f4f6;
        }
        .container {
            width: 100%;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 768px) {
            .container {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }

        /* ===== HEADER ===== */
        .header-flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }
        .header-logo {
            flex-shrink: 0;
        }
        .header-logo img {
            height: 1.75rem;
            width: auto;
        }
        @media (min-width: 768px) {
            .header-logo img {
                height: 2.25rem;
            }
        }
        .header-badge {
            font-size: 0.625rem;
            font-weight: 500;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #6b7280;
        }
        @media (min-width: 768px) {
            .header-badge {
                font-size: 0.75rem;
            }
        }
        .header-meta {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
            white-space: nowrap;
            overflow-x: auto;
        }
        .header-meta .author {
            font-size: 0.75rem;
            font-weight: 600;
            color: #111827;
            flex-shrink: 0;
        }
        .header-meta .sep {
            color: #d1d5db;
            flex-shrink: 0;
        }
        .header-meta .date {
            font-size: 0.75rem;
            color: #6b7280;
            flex-shrink: 0;
        }
        .border-top-thick {
            border-top: 2px solid #111827;
        }
        .border-top-thin {
            border-top: 1px solid #e5e7eb;
        }
        .border-top-mid {
            border-top: 1px solid #111827;
        }

        /* ===== HERO ===== */
        .hero-title {
            font-size: 1.875rem;
            font-weight: 700;
            line-height: 1.2;
            color: #111827;
            margin-bottom: 1rem;
        }
        @media (min-width: 768px) {
            .hero-title {
                font-size: 2.25rem;
            }
        }
        @media (min-width: 1024px) {
            .hero-title {
                font-size: 3rem;
            }
        }
        .hero-sub {
            font-size: 1.25rem;
            color: #374151;
            margin-bottom: 2rem;
        }
        @media (min-width: 768px) {
            .hero-sub {
                font-size: 1.5rem;
            }
        }
        .hero-figure {
            margin-bottom: 1rem;
        }
        .hero-img {
            width: 100%;
            height: auto;
        }
        @media (min-width: 768px) {
            .hero-img-wrap {
                max-height: 400px;
                overflow: hidden;
                border-radius: 0.5rem;
            }
            .hero-img {
                object-fit: cover;
                height: auto;
                width: 100%;
            }
        }
        .hero-caption {
            margin-top: 0.75rem;
            font-size: 0.875rem;
            color: #4b5563;
            font-style: italic;
        }

        /* ===== TEXT BLOCKS ===== */
        .rich-text {
            font-size: 1.125rem;
            line-height: 1.75;
            color: #111827;
        }
        .rich-text strong {
            font-weight: 800;
        }
        .rich-text p {
            margin-bottom: 1.25rem;
        }
        .rich-text p:last-child {
            margin-bottom: 0;
        }
        .section-py {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
        @media (min-width: 768px) {
            .section-py {
                padding-top: 2rem;
                padding-bottom: 2rem;
            }
        }

        /* ===== CTA BUTTONS ===== */
        .btn-primary {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            width: 100%;
            padding: 1rem 2rem;
            background-color: #f97316;
            color: #ffffff;
            font-size: 1.125rem;
            font-weight: 600;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
            transition: all 0.2s;
            text-align: center;
            border: none;
            cursor: pointer;
        }
        .btn-primary:hover {
            opacity: 0.9;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        }
        .btn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            padding: 1rem 2rem;
            background-color: #1e40af;
            color: #ffffff;
            font-size: 1.125rem;
            font-weight: 600;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
            transition: all 0.2s;
            text-align: center;
            border: none;
            cursor: pointer;
        }
        .btn-secondary:hover {
            opacity: 0.9;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        }
        .btn-center {
            display: flex;
            justify-content: center;
        }
        .icon-arrow {
            width: 1.5rem;
            height: 1.5rem;
            flex-shrink: 0;
        }

        /* ===== SELECTION GRID ===== */
        .selection-grid {
            background-color: #dbeafe;
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        @media (min-width: 768px) {
            .selection-grid {
                padding-top: 2.5rem;
                padding-bottom: 2.5rem;
            }
        }
        .selection-badge {
            display: inline-block;
            padding: 0.5rem 1.5rem;
            background-color: #ffffff;
            color: #1e40af;
            font-size: 0.875rem;
            font-weight: 700;
            border-radius: 9999px;
            margin-bottom: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        .selection-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 1rem;
            text-align: center;
        }
        @media (min-width: 768px) {
            .selection-title {
                font-size: 1.875rem;
            }
        }
        @media (min-width: 1024px) {
            .selection-title {
                font-size: 2.25rem;
            }
        }
        .selection-sub {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1f2937;
            text-align: center;
            margin-bottom: 2rem;
        }
        @media (min-width: 768px) {
            .selection-sub {
                font-size: 1.25rem;
            }
        }
        .grid-2col {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.75rem;
            max-width: 56rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 768px) {
            .grid-2col {
                grid-template-columns: 1fr 1fr;
            }
        }
        .grid-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem;
            background-color: #ffffff;
            border-radius: 0.5rem;
            border: 2px solid #e5e7eb;
            transition: all 0.2s;
            box-shadow: 0 4px 6px -1px rgba(0, 75, 65, 0.2), 0 2px 4px -2px rgba(0, 75, 65, 0.15);
            cursor: pointer;
        }
        .grid-item:hover {
            border-color: #1e40af;
            box-shadow: 0 10px 15px -3px rgba(0, 75, 65, 0.3), 0 4px 6px -4px rgba(0, 75, 65, 0.2);
        }
        .grid-item .icon-wrap {
            flex-shrink: 0;
            width: 3rem;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .grid-item .icon-wrap img {
            width: 2.5rem;
            height: 2.5rem;
            object-fit: contain;
        }
        .grid-item .label {
            font-size: 1.125rem;
            font-weight: 600;
            color: #111827;
            transition: color 0.2s;
        }
        .grid-item:hover .label {
            color: #1e40af;
        }
        @media (min-width: 768px) {
            .grid-item .label {
                font-size: 1.25rem;
            }
        }
        .grid-item .arrow-placeholder {
            font-size: 1.5rem;
            font-weight: 700;
            color: #f97316;
        }

        /* ===== AWARD ===== */
        .award-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #111827;
            text-align: center;
            max-width: 56rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 2rem;
        }
        @media (min-width: 768px) {
            .award-title {
                font-size: 1.5rem;
            }
        }
        .award-divider {
            border-top: 1px solid #e5e7eb;
            margin-bottom: 2rem;
        }
        .award-flex {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            align-items: flex-start;
            max-width: 64rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 768px) {
            .award-flex {
                flex-direction: row;
            }
        }
        .award-image {
            width: 100%;
            flex-shrink: 0;
        }
        @media (min-width: 768px) {
            .award-image {
                width: 40%;
            }
        }
        .award-image img {
            width: 100%;
            height: auto;
            border-radius: 0.5rem;
        }
        .award-text {
            flex: 1;
            font-size: 1.125rem;
            line-height: 1.75;
            color: #374151;
        }
        .award-text strong {
            font-weight: 800;
        }
        .award-text p {
            margin-bottom: 0;
        }

        /* ===== FAQ ===== */
        .faq-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            text-align: center;
            margin-bottom: 2.5rem;
        }
        @media (min-width: 768px) {
            .faq-title {
                font-size: 1.875rem;
            }
        }
        .faq-list {
            max-width: 48rem;
            margin-left: auto;
            margin-right: auto;
        }
        .faq-item {
            border-bottom: 1px solid #e5e7eb;
        }
        .faq-summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-weight: 500;
            font-size: 1.125rem;
            color: #111827;
            cursor: pointer;
            list-style: none;
        }
        .faq-summary::-webkit-details-marker {
            display: none;
        }
        .faq-icon {
            width: 1.25rem;
            height: 1.25rem;
            color: #6b7280;
            transition: transform 0.2s;
            flex-shrink: 0;
        }
        details[open] .faq-icon {
            transform: rotate(180deg);
        }
        .faq-answer {
            padding: 1rem;
            color: #374151;
        }
        .faq-answer p {
            margin: 0;
        }

        /* ===== FOOTER ===== */
        .footer {
            background-color: #ffffff;
            border-top: 1px solid #e5e7eb;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            box-sizing: border-box;
        }
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            color: #4b5563;
            flex-wrap: wrap;
        }
        .footer-links a:hover {
            color: #1e40af;
        }

        /* ===== MOBILE STICKY CTA ===== */
        .sticky-cta {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 50;
            background-color: #ffffff;
            border-top: 1px solid #e5e7eb;
            box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
            padding: 0.75rem 1rem;
            display: none;
        }
        @media (max-width: 767px) {
            .sticky-cta {
                display: block;
            }
        }
        .sticky-cta .btn-sticky {
            display: block;
            width: 100%;
            text-align: center;
            padding: 0.75rem 1rem;
            background-color: #f97316;
            color: #ffffff;
            font-weight: 600;
            font-size: 1rem;
            border-radius: 0.5rem;
            transition: opacity 0.2s;
            border: none;
            cursor: pointer;
        }
        .sticky-cta .btn-sticky:hover {
            opacity: 0.9;
        }
        .sticky-cta .btn-sticky svg {
            display: inline-block;
            width: 1rem;
            height: 1rem;
            margin-left: 0.25rem;
            vertical-align: middle;
        }

        /* ===== UTILITY ===== */
        .text-center {
            text-align: center;
        }
        .mt-8 {
            margin-top: 2rem;
        }
        .mb-8 {
            margin-bottom: 2rem;
        }
        .py-6 {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
        @media (min-width: 768px) {
            .py-8 {
                padding-top: 2rem;
                padding-bottom: 2rem;
            }
            .py-10 {
                padding-top: 2.5rem;
                padding-bottom: 2.5rem;
            }
        }
        .pt-6 {
            padding-top: 1.5rem;
        }
        .pb-4 {
            padding-bottom: 1rem;
        }
        @media (min-width: 768px) {
            .pt-8 {
                padding-top: 2rem;
            }
            .pb-6 {
                padding-bottom: 1.5rem;
            }
        }
        .gap-3 {
            gap: 0.75rem;
        }
        .flex {
            display: flex;
        }
        .items-center {
            align-items: center;
        }
        .justify-center {
            justify-content: center;
        }
        .w-full {
            width: 100%;
        }
        .mx-auto {
            margin-left: auto;
            margin-right: auto;
        }
        .inline-block {
            display: inline-block;
        }
        .hidden {
            display: none;
        }
        @media (min-width: 768px) {
            .md\:block {
                display: block;
            }
            .md\:hidden {
                display: none;
            }
        }
        /* Override for hero image on mobile */
        .hero-img-mobile {
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }
        @media (min-width: 768px) {
            .hero-img-mobile {
                width: auto;
                margin-left: 0;
            }
        }
        /* Clamp hero headline on desktop */
        @media (min-width: 768px) {
            .hero-clamp {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
        }