.static-page {
    background: #f4f4f2;
    color: var(--text);
}

.static-hero {
    background: #fff;
    border-bottom: 1px solid #d8ddd9;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.static-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
    gap: 3rem;
    align-items: center;
    padding: 4.2rem 0;
}

.static-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: var(--primary);
    font-weight: 900;
    font-size: 0.9rem;
}

.static-eyebrow i,
.static-feature i,
.static-value-card i,
.static-step i {
    width: 18px;
    height: 18px;
}

.static-hero h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.static-hero-copy {
    margin: 1.25rem 0 0;
    max-width: 720px;
    color: #526078;
    font-size: 1.08rem;
    line-height: 1.8;
}

.static-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.static-hero-actions .btn {
    min-height: 48px;
}

.static-hero-media {
    position: relative;
    min-height: 430px;
    border-radius: 8px;
    overflow: hidden;
    background: #e2e8f0;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.static-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.static-hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.34));
}

.static-hero-note {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.static-section {
    padding: 4.5rem 0;
}

.static-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.static-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.15;
}

.static-section-head p {
    margin: 0.55rem 0 0;
    max-width: 660px;
    color: #64748b;
    line-height: 1.7;
}

.static-story-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
    gap: 1.25rem;
    align-items: stretch;
}

.static-story-card,
.static-feature,
.static-step,
.static-cta-panel {
    border: 1px solid #d8ddd9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

.static-story-card {
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.15rem;
}

.static-story-card p {
    margin: 0;
    color: #526078;
    font-size: 0.98rem;
    line-height: 1.75;
}

.static-card-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: var(--primary-50);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 900;
}

.static-story-points {
    display: grid;
    gap: 0.55rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.static-story-points span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 850;
}

.static-story-points i {
    width: 16px;
    height: 16px;
    color: var(--primary);
}

.static-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.static-feature {
    padding: 1.25rem;
}

.static-feature i {
    color: var(--primary);
}

.static-feature strong {
    display: block;
    margin-top: 0.65rem;
    color: #0f172a;
    font-size: 1.05rem;
}

.static-feature span {
    display: block;
    margin-top: 0.35rem;
    color: #64748b;
    line-height: 1.65;
}

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

.static-step {
    padding: 1.35rem;
}

.static-step i {
    color: var(--primary);
}

.static-step small {
    display: block;
    margin: 0.85rem 0 0.35rem;
    color: var(--primary);
    font-weight: 900;
}

.static-step strong {
    display: block;
    color: #0f172a;
    font-size: 1.1rem;
}

.static-step p {
    margin: 0.55rem 0 0;
    color: #64748b;
    line-height: 1.7;
}

.static-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
}

.static-cta-panel h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.65rem;
}

.static-cta-panel p {
    margin: 0.5rem 0 0;
    color: #64748b;
    line-height: 1.7;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
    gap: 1.25rem;
    align-items: start;
}

.contact-card-list {
    display: grid;
    gap: 1rem;
}

.contact-card,
.contact-panel,
.contact-note {
    border: 1px solid #d8ddd9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

.contact-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    min-height: 112px;
    padding: 1.15rem;
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: var(--primary-50);
}

.contact-card-icon i {
    width: 21px;
    height: 21px;
}

.contact-card span {
    display: block;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 800;
}

.contact-card strong,
.contact-card a {
    display: block;
    margin-top: 0.18rem;
    color: #0f172a;
    font-size: 1.04rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.contact-card a:hover {
    color: var(--primary);
}

.contact-panel {
    padding: 1.5rem;
}

.contact-panel h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    line-height: 1.14;
}

.contact-panel p {
    margin: 0.7rem 0 0;
    color: #64748b;
    line-height: 1.75;
}

.contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.contact-actions .btn {
    justify-content: center;
    min-height: 48px;
}

.contact-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.contact-route-card {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fbfdff;
}

.contact-route-card i {
    width: 18px;
    height: 18px;
    color: var(--primary);
}

.contact-route-card strong {
    display: block;
    margin-top: 0.55rem;
    color: #0f172a;
    font-size: 1rem;
}

.contact-route-card span {
    display: block;
    margin-top: 0.35rem;
    color: #64748b;
    line-height: 1.55;
    font-size: 0.93rem;
}

.contact-note {
    margin-top: 1rem;
    padding: 1rem;
    color: #526078;
    line-height: 1.7;
}

.contact-note strong {
    color: #0f172a;
}

.legal-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.legal-tabs {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem;
    border: 1px solid #d8ddd9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

.legal-tab {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #526078;
    font: inherit;
    font-weight: 850;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.legal-tab i {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.legal-tab:hover,
.legal-tab.is-active {
    border-color: #bbf7d0;
    background: var(--primary-50);
    color: var(--primary);
}

.legal-content {
    min-width: 0;
}

.legal-panel {
    display: none;
    padding: 1.5rem;
    border: 1px solid #d8ddd9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

.legal-panel.is-active {
    display: block;
}

.legal-panel h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.15;
}

.legal-panel .legal-updated {
    display: block;
    margin-top: 0.45rem;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 800;
}

.legal-panel h3 {
    margin: 1.45rem 0 0.55rem;
    color: #0f172a;
    font-size: 1.05rem;
}

.legal-panel p,
.legal-panel li {
    color: #526078;
    line-height: 1.78;
}

.legal-panel p {
    margin: 0.75rem 0 0;
}

.legal-panel ul {
    display: grid;
    gap: 0.45rem;
    margin: 0.7rem 0 0;
    padding-left: 1.1rem;
    list-style: disc;
}

.legal-callout {
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    background: #ecfdf5;
    color: #065f46;
}

.legal-callout strong {
    display: block;
    color: #065f46;
    margin-bottom: 0.25rem;
}

@media (max-width: 1024px) {
    .static-hero-inner {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        padding: 3rem 0;
    }

    .static-hero-media,
    .static-hero-media img {
        min-height: 360px;
    }

    .static-story-grid {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-tabs {
        position: static;
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .legal-tabs::-webkit-scrollbar {
        display: none;
    }

    .legal-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .static-hero-inner {
        padding: 2.25rem 0;
    }

    .static-hero-copy {
        font-size: 1rem;
        line-height: 1.75;
    }

    .static-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .static-feature-grid,
    .static-process,
    .static-cta-panel,
    .contact-actions,
    .contact-route-grid {
        grid-template-columns: 1fr;
    }

    .static-section {
        padding: 3rem 0;
    }

    .static-section-head {
        display: block;
    }

    .static-hero-media,
    .static-hero-media img {
        min-height: 300px;
    }

    .static-cta-panel .btn {
        width: 100%;
        justify-content: center;
    }

    .legal-panel {
        padding: 1.15rem;
    }
}
