@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

:root {
    --navy: #132238;
    --navy-light: #203a5b;
    --orange: #f05a28;
    --orange-dark: #c84417;
    --cream: #fff8f2;
    --muted: #f3f6f8;
    --white: #ffffff;
    --text: #243244;
    --border: #dce3e8;
    --success: #176b44;
    --error: #a12622;
    --shadow: 0 18px 45px rgba(19, 34, 56, 0.12);
    --radius: 18px;
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--white);
    color: var(--text);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
}

h1, h2, h3 {
    color: #132238;
    font-family: "Outfit", Arial, sans-serif;
    line-height: 1.15;
    margin-top: 0;
}

h1 {
    font-size: clamp(2.4rem, 6vw, 4.9rem);
    letter-spacing: -0.04em;
    margin-bottom: 1.25rem;
}

h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.35rem;
}

p {
    margin-top: 0;
}

a {
    color: var(--navy-light);
}

a:hover {
    color: var(--orange-dark);
}

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

.container {
    width: min(calc(100% - 2rem), var(--max-width));
    margin-inline: auto;
}

.narrow {
    max-width: 780px;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -5rem;
    z-index: 999;
    background: #132238;
    color: var(--white);
    padding: 0.8rem 1rem;
    border-radius: 0.5rem;
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #dce3e8;
    backdrop-filter: blur(12px);
}

.nav-wrapper {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #132238;
    text-decoration: none;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f05a28;
    color: var(--white);
    font-family: "Outfit", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
}

.brand strong,
.brand small {
    display: block;
    line-height: 1.05;
}

.brand small {
    color: var(--orange-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.primary-navigation a {
    color: #132238;
    font-weight: 700;
    text-decoration: none;
}

.primary-navigation a.active:not(.button) {
    color: var(--orange-dark);
    text-decoration: underline;
    text-underline-offset: 0.35rem;
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--navy);
    cursor: pointer;
    font-size: 1.8rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.3rem;
    border: 2px solid #f05a28;
    border-radius: 999px;
    background: #f05a28;
    color: var(--white) !important;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
    background: var(--orange-dark);
    border-color: #132238;
    transform: translateY(-2px);
}

.button:focus-visible {
    background: var(--orange-dark);
    border-color: #132238;
    outline: 3px solid #132238;
    outline-offset: 3px;
    transform: translateY(-2px);
}

.button-secondary {
    background: transparent;
    color: #132238 !important;
    border-color: #132238;
}

.button-secondary:hover,
.button-secondary:focus-visible {
    background: #132238;
    color: var(--white) !important;
}

.button-small {
    min-height: 40px;
    padding: 0.55rem 1rem;
}

.hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(240, 90, 40, 0.2), transparent 25rem),
        linear-gradient(135deg, var(--cream), var(--white));
    padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.hero-grid,
.split-section,
.form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
}

.hero-text {
    max-width: 700px;
    font-size: 1.15rem;
}

.hero-card,
.panel {
    padding: clamp(1.5rem, 4vw, 2.25rem);
    border: 1px solid #dce3e8;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.eyebrow,
.resource-category {
    margin-bottom: 0.65rem;
    color: var(--orange-dark);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.section {
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.section-muted {
    background: var(--muted);
}

.page-banner {
    padding: clamp(3.5rem, 8vw, 6rem) 0;
    background: linear-gradient(135deg, var(--cream), var(--muted));
}

.page-banner h1 {
    font-size: clamp(2.3rem, 5vw, 4.2rem);
}

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

.three-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
    padding: 1.8rem;
    border: 1px solid #dce3e8;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 12px 30px rgba(19, 34, 56, 0.07);
}

.card-number {
    display: inline-block;
    margin-bottom: 1.25rem;
    color: #f05a28;
    font-family: "Outfit", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    opacity: 0.55;
}

.check-list,
.feature-list,
.numbered-list {
    padding-left: 1.25rem;
}

.check-list li,
.feature-list li,
.numbered-list li {
    margin-bottom: 0.7rem;
}

.callout {
    background: #132238;
}

.callout h2,
.callout .eyebrow {
    color: var(--white);
}

.callout-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.filter-form {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.filter-form label {
    width: 100%;
    max-width: 220px;
    font-weight: 800;
}

.filter-form select {
    min-height: 44px;
    min-width: 220px;
    padding: 0.55rem 0.7rem;
    border: 1px solid #9daab4;
    border-radius: 8px;
    background: var(--white);
}

.resource-card a,
.text-link {
    color: var(--orange-dark);
    font-weight: 800;
}

.notice,
.success-message,
.error-summary {
    margin-bottom: 1.5rem;
    padding: 1.2rem;
    border-radius: 12px;
}

.notice {
    background: var(--muted);
}

.success-message {
    border: 1px solid #7bc7a2;
    background: #eefaf4;
    color: var(--success);
}

.error-summary {
    border: 1px solid #e9a5a1;
    background: #fff2f1;
    color: var(--error);
}

.intake-form {
    padding: clamp(1.4rem, 4vw, 2.2rem);
    border: 1px solid #dce3e8;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.form-layout {
    align-items: start;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.4rem;
    color: #132238;
    font-weight: 800;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem 0.9rem;
    border: 1px solid #9daab4;
    border-radius: 9px;
    background: var(--white);
    color: var(--text);
}

.form-group input:focus,
.form-group textarea:focus,
.filter-form select:focus {
    outline: 3px solid rgba(240, 90, 40, 0.25);
    border-color: var(--orange-dark);
}

.form-group small {
    display: block;
    margin-top: 0.35rem;
}

.field-error {
    display: block;
    min-height: 1.4rem;
    margin-top: 0.25rem;
    color: var(--error);
    font-size: 0.9rem;
    font-weight: 700;
}

.checkbox-group {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.6rem;
    align-items: start;
    margin-bottom: 0.25rem;
}

.checkbox-group input {
    margin-top: 0.35rem;
}

.small-text {
    font-size: 0.9rem;
}


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

.contact-card {
    padding: 1.8rem;
    border: 1px solid #dce3e8;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 12px 30px rgba(19, 34, 56, 0.07);
}

.contact-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 1.1rem;
    border-radius: 14px;
    background: var(--cream);
    color: var(--orange-dark);
    font-size: 1.5rem;
    font-weight: 800;
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid #dce3e8;
    border-radius: 12px;
    background: var(--white);
}

.faq-item summary {
    padding: 1rem 1.2rem;
    color: #132238;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
}

.faq-item p {
    padding: 0 1.2rem 1.2rem;
    margin-bottom: 0;
}

.policy-content h2:not(:first-child) {
    margin-top: 2.25rem;
}

.footer-legal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.footer-links a {
    font-weight: 700;
}

.site-footer {
    padding: 3.5rem 0 1.5rem;
    background: #0e1a2b;
    color: #e8eef4;
}

.site-footer h2,
.site-footer h3,
.site-footer a {
    color: var(--white);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.18);
}

.disclaimer {
    max-width: 900px;
    font-size: 0.86rem;
    opacity: 0.84;
}

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

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

    .primary-navigation {
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: calc(100% + 0.5rem);
        display: none;
        align-items: stretch;
        flex-direction: column;
        padding: 1rem;
        border: 1px solid #dce3e8;
        border-radius: 14px;
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .primary-navigation.open {
        display: flex;
    }

    .hero-grid,
    .split-section,
    .form-layout,
    .three-columns,
    .two-columns,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .callout-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-legal-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .container {
        width: min(calc(100% - 1.25rem), var(--max-width));
    }

    .button-row,
    .button-row .button {
        width: 100%;
    }

    .filter-form > * {
        width: 100%;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
