﻿:root {
    --container: 1200px;
    --page-dark: #070b13;
    --bg: #0b1220;
    --card: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --border: rgba(15,23,42,.10);
    --shadow: 0 12px 32px rgba(2,8,23,.12);
    --shadow-soft: 0 10px 22px rgba(2,8,23,.10);
    --radius: 14px;
    --radius-lg: 20px;
    --primary: #2563eb;
    --primary-2: #60a5fa;
    --chip: rgba(15,23,42,.05);
    --chip-border: rgba(15,23,42,.10);
    --ok: #16a34a;
}

@media (prefers-color-scheme: dark) {
    :root {
        --card: rgba(255,255,255,.06);
        --text: rgba(255,255,255,.92);
        --muted: rgba(148,163,184,.92);
        --border: rgba(255,255,255,.10);
        --chip: rgba(255,255,255,.06);
        --chip-border: rgba(255,255,255,.12);
        --shadow: 0 18px 44px rgba(0,0,0,.35);
        --shadow-soft: 0 12px 26px rgba(0,0,0,.25);
    }
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    background: var(--page-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

#header-container {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.container {
    width: min(var(--container), 92%);
    margin-inline: auto;
}

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

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: calc(78px + var(--header-h, 0px)) 0 42px;
    color: #fff;
    background: radial-gradient(1200px 620px at 14% 6%, rgba(96,165,250,.22), transparent 60%), radial-gradient(950px 520px at 84% 12%, rgba(37,99,235,.22), transparent 62%), radial-gradient(900px 420px at 50% 110%, rgba(147,197,253,.10), transparent 65%), linear-gradient(140deg, var(--page-dark) 0%, #0b1220 45%, var(--page-dark) 100%);
}

    .contact-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.62)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E%3Cg fill='none' stroke='white' stroke-opacity='.08'%3E%3Cpath d='M0 120h900M0 240h900M0 360h900M0 480h900'/%3E%3Cpath d='M150 0v600M300 0v600M450 0v600M600 0v600M750 0v600'/%3E%3C/g%3E%3C/svg%3E");
        mix-blend-mode: overlay;
    }

    .contact-hero:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 90px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(7,11,19,0) 0%, var(--page-dark) 100%);
        z-index: 0;
    }

.contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin-inline: auto;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .02em;
    color: rgba(226,232,240,.95);
    margin-bottom: 12px;
}

    .contact-kicker .dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--primary), var(--primary-2));
        box-shadow: 0 0 0 7px rgba(37,99,235,.16);
    }

.contact-title {
    font-size: clamp(36px, 5.1vw, 60px);
    line-height: 1.04;
    margin: 0 0 10px;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.grad {
    background: linear-gradient(90deg, var(--primary-2), #93c5fd, var(--primary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.contact-lead {
    margin: 0 0 18px;
    font-size: 1.06rem;
    color: rgba(203,213,225,.95);
    max-width: 78ch;
    font-weight: 600;
}

.contact-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1.18fr .92fr;
    gap: 14px;
    align-items: stretch;
}

.contact-card {
    position: relative;
    border-radius: 24px;
    padding: 16px;
    overflow: hidden;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 22px 60px rgba(0,0,0,.35);
    backdrop-filter: blur(14px);
}

    .contact-card:before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 26px;
        background: radial-gradient(900px 260px at 22% 0%, rgba(96,165,250,.20), transparent 60%), radial-gradient(820px 280px at 90% 30%, rgba(37,99,235,.18), transparent 62%);
        opacity: .65;
        pointer-events: none;
    }

    .contact-card > * {
        position: relative;
        z-index: 1;
    }

.contact-card-primary {
    background: radial-gradient(900px 360px at 20% 0%, rgba(96,165,250,.14), transparent 60%), rgba(255,255,255,.06);
}

.contact-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.contact-head-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.contact-mark {
    width: 46px;
    height: 46px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 10px 26px rgba(37,99,235,.18);
}

    .contact-mark i {
        font-size: 1.15rem;
        line-height: 1;
        color: rgba(255,255,255,.92);
    }

.contact-head-title {
    font-weight: 950;
    letter-spacing: .01em;
}

.contact-head-sub {
    font-weight: 700;
    font-size: .92rem;
    color: rgba(203,213,225,.95);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 46ch;
}

.contact-hours {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 12px;
}

.hours-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(226,232,240,.95);
    font-weight: 850;
    font-size: .90rem;
}

    .hours-pill strong {
        font-weight: 950;
    }

.hours-pill-muted {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.10);
    color: rgba(203,213,225,.95);
}

.contact-hero-actions {
    display: grid;
    gap: 10px;
}

.action-primary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    background: radial-gradient(900px 220px at 18% 0%, rgba(96,165,250,.20), transparent 55%), linear-gradient(90deg, rgba(37,99,235,.88), rgba(29,78,216,.88));
    box-shadow: 0 18px 50px rgba(37,99,235,.22);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

    .action-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 26px 70px rgba(37,99,235,.28);
        filter: brightness(1.03);
    }

.ap-ico {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.ap-text {
    display: grid;
    gap: 2px;
    line-height: 1.12;
    min-width: 0;
}

.ap-top {
    font-weight: 950;
    letter-spacing: .01em;
}

.ap-sub {
    font-weight: 800;
    color: rgba(226,232,240,.95);
    font-size: .95rem;
}

.ap-go {
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
}

.action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.action-chip {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 20px;
    text-decoration: none;
    color: rgba(226,232,240,.95);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
    min-width: 0;
}

    .action-chip:hover {
        transform: translateY(-2px);
        border-color: rgba(96,165,250,.40);
        background: rgba(255,255,255,.08);
    }

.chip-ico {
    width: 44px;
    height: 44px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    flex-shrink: 0;
}

.chip-text {
    display: grid;
    gap: 4px;
    line-height: 1.2;
    min-width: 0;
    flex: 1 1 auto;
}

.chip-top {
    font-weight: 950;
    letter-spacing: .01em;
}

.chip-sub {
    font-weight: 750;
    color: rgba(203,213,225,.95);
    font-size: .90rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.35;
    max-width: 100%;
}

.chip-go {
    margin-left: auto;
    width: 36px;
    height: 36px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.10);
    flex-shrink: 0;
    align-self: center;
}

.contact-divider {
    height: 1px;
    margin: 14px 0;
    background: rgba(255,255,255,.12);
}

.social-strip {
    display: grid;
    gap: 10px;
}

.social-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 999px;
    text-decoration: none;
    color: rgba(226,232,240,.95);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

    .social-pill:hover {
        transform: translateY(-2px);
        border-color: rgba(96,165,250,.40);
        background: rgba(255,255,255,.08);
    }

    .social-pill .handle {
        margin-left: auto;
        font-weight: 900;
        color: rgba(203,213,225,.95);
    }

    .social-pill .go {
        opacity: .85;
    }

.contact-foot {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.foot-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.10);
    font-weight: 900;
    color: rgba(226,232,240,.95);
    font-size: .88rem;
}

.contact-map-card .contact-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.contact-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.92);
}

.contact-card-title {
    font-weight: 950;
    letter-spacing: .01em;
}

.contact-card-sub {
    color: rgba(203,213,225,.92);
    font-size: .92rem;
    font-weight: 700;
}

.contact-address {
    margin: 6px 0 12px;
    color: rgba(226,232,240,.95);
    font-weight: 800;
    line-height: 1.45;
}

.map-wrap {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.22);
    height: 270px;
}

.map-embed {
    width: 100%;
    height: 100%;
    border: 0;
    filter: invert(92%) hue-rotate(180deg) saturate(120%) contrast(105%) brightness(92%);
}

.contact-map-actions {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 950;
    color: rgba(226,232,240,.95);
    font-size: .9rem;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

    .contact-link:hover {
        transform: translateY(-2px);
        border-color: rgba(96,165,250,.40);
        background: rgba(255,255,255,.08);
    }

@media (max-width: 980px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .action-row {
        grid-template-columns: 1fr;
    }

    .map-wrap {
        height: 300px;
    }
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 84px 0 44px;
    color: #fff;
}

.hero-plain {
    background: var(--page-dark);
}

    .hero-plain:before {
        content: none !important;
    }

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: .02em;
    color: rgba(226,232,240,.95);
    margin-bottom: 14px;
}

    .kicker .dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--primary), var(--primary-2));
        box-shadow: 0 0 0 6px rgba(37,99,235,.18);
    }

.hero h1 {
    font-size: clamp(34px, 4.6vw, 52px);
    line-height: 1.06;
    margin: 0 0 10px;
}

.lead {
    margin: 0 auto 18px;
    font-size: 1.05rem;
    color: rgba(203,213,225,.95);
    max-width: 70ch;
}

.hero-meta {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.meta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(226,232,240,.95);
}

.section {
    padding: 28px 0 64px;
}

    .section.alt {
        background: #f8fafc;
    }

@media (prefers-color-scheme: dark) {
    .section.alt {
        background: rgba(255,255,255,.02);
    }
}

.panel {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    margin-top: -26px;
}

.panel-head {
    padding: 18px 18px 10px;
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline;
    justify-content: space-between;
}

.panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .01em;
}

.panel-sub {
    color: var(--muted);
    font-size: .95rem;
}

.panel-body {
    padding: 18px;
}

.timeline {
    position: relative;
    padding-left: 56px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.timeline-line {
    position: absolute;
    left: 28px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 999px;
    background: color-mix(in oklab, var(--primary), transparent 75%);
    overflow: hidden;
}

.timeline-line-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, var(--primary), var(--primary-2), rgba(37,99,235,0.08));
    border-radius: inherit;
}

.timeline-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .35s ease-out, transform .35s ease-out;
}

    .timeline-step.in-view {
        opacity: 1;
        transform: translateY(0);
    }

.step-marker {
    width: 56px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.step-dot {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: var(--card);
    border: 3px solid var(--primary);
    box-shadow: 0 0 18px rgba(37,99,235,.55);
    margin-top: 2px;
}

.timeline-step.is-completed .step-dot {
    background: var(--primary);
}

.timeline-step.is-current .step-dot {
    background: var(--primary);
    transform: scale(1.08);
}

.step-card {
    flex: 1;
    padding: 16px;
    border-radius: 18px;
    background: color-mix(in oklab, var(--card), #000 0%);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.timeline-step:hover .step-card {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
    border-color: color-mix(in oklab, var(--primary), transparent 45%);
}

.step-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.step-label {
    font-size: .70rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--muted);
    font-weight: 900;
}

.timeline-step.is-completed .step-label {
    color: color-mix(in oklab, var(--ok), #000 20%);
}

.timeline-step.is-current .step-label {
    color: var(--primary);
}

.step-period {
    font-size: .8rem;
    color: color-mix(in oklab, var(--muted), transparent 10%);
    font-weight: 700;
}

.step-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .01em;
}

.step-text {
    margin: 0;
    font-size: .95rem;
    color: var(--muted);
}

.step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

    .step-list li {
        color: var(--muted);
        font-size: .92rem;
        padding-left: 16px;
        position: relative;
    }

        .step-list li::before {
            content: "•";
            position: absolute;
            left: 4px;
            top: -1px;
            color: color-mix(in oklab, var(--primary), #000 5%);
        }

.step-pill {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    border: 1px solid var(--chip-border);
    background: var(--chip);
    color: var(--text);
}

.step-pill-primary {
    background: color-mix(in oklab, var(--primary), transparent 88%);
    border-color: color-mix(in oklab, var(--primary), transparent 60%);
    color: color-mix(in oklab, var(--text), var(--primary) 22%);
}

.roadmap-note {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: .92rem;
}

    .roadmap-note i {
        color: var(--primary);
        margin-right: 6px;
    }

.roadmap-note-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.roadmap-note a {
    text-decoration: none;
    font-weight: 900;
    font-size: .85rem;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid color-mix(in oklab, var(--primary), transparent 70%);
    background: color-mix(in oklab, var(--card), #000 1%);
    color: color-mix(in oklab, var(--text), var(--primary) 25%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .roadmap-note a:hover {
        border-color: color-mix(in oklab, var(--primary), transparent 40%);
    }

.focus-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
}

.focus-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 18px 16px;
    color: var(--muted);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .focus-item:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
        border-color: color-mix(in oklab, var(--primary), transparent 45%);
    }

.focus-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: color-mix(in oklab, var(--primary), transparent 90%);
    color: color-mix(in oklab, var(--text), var(--primary) 22%);
    margin-bottom: 8px;
}

.focus-item h3 {
    margin: 0 0 6px;
    color: var(--text);
    font-size: 1.05rem;
    font-weight: 900;
}

.focus-item p {
    margin: 0;
}

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cta-text h2 {
    margin: 0 0 6px;
    font-size: 1.7rem;
    font-weight: 900;
}

.cta-text p {
    margin: 0;
    color: var(--muted);
    max-width: 70ch;
}

.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .focus-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .timeline {
        padding-left: 46px;
    }

    .timeline-line {
        left: 22px;
    }

    .panel {
        margin-top: -18px;
    }
}
