:root {
    --sa-navy: #071a2f;
    --sa-ink: #0f1b2d;
    --sa-blue: #1357d7;
    --sa-cyan: #21aee4;
    --sa-gold: #d5984a;
    --sa-green: #4fb99f;
    --sa-muted: #627089;
    --sa-border: #dbe5ef;
    --sa-soft: #f4f7fb;
    --sa-white: #ffffff;
}

.sa-public-header {
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--sa-border);
    box-shadow: 0 18px 50px rgba(15, 27, 45, .06) !important;
    padding: 14px 0 !important;
}

.sa-nav-container {
    display: flex;
    align-items: center;
    gap: 26px;
    max-width: 1440px !important;
}

.sa-nav-brand img {
    max-height: 42px;
    max-width: 190px;
    object-fit: contain;
}

.sa-main-nav {
    flex: 1;
}

.sa-nav-list .nav-link {
    color: #182941 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: 10px 12px !important;
    white-space: nowrap;
}

.sa-nav-list .nav-link:hover {
    color: var(--sa-blue) !important;
}

.sa-nav-actions {
    align-items: center;
    gap: 12px;
}

.sa-nav-link-strong {
    color: var(--sa-ink);
    font-weight: 900;
    text-decoration: none;
}

.sa-nav-btn {
    background: var(--sa-blue);
    color: #fff !important;
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(19, 87, 215, .2);
}

.sa-growth {
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--sa-ink);
    background: #fff;
}

.sa-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 28px;
}

.sa-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 86px;
    background:
        radial-gradient(circle at 88% 10%, rgba(33, 174, 228, .24), transparent 34%),
        radial-gradient(circle at 18% 0%, rgba(213, 152, 74, .2), transparent 34%),
        linear-gradient(135deg, #061529 0%, #0c2540 50%, #071a2f 100%);
}

.sa-hero:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.sa-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 48px;
    align-items: center;
}

.sa-eyebrow,
.sa-section-head span,
.sa-cta-panel span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6bd7ff;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 900;
    font-size: 12px;
}

.sa-hero h1,
.sa-page-hero h1 {
    color: #fff;
    font-size: clamp(44px, 6vw, 86px);
    line-height: .96;
    letter-spacing: -.065em;
    max-width: 980px;
    margin: 18px 0 24px;
    font-weight: 950;
}

.sa-lead,
.sa-page-hero p {
    color: rgba(255,255,255,.82);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
    max-width: 820px;
    margin: 0 0 32px;
}

.sa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.sa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sa-btn:hover {
    transform: translateY(-2px);
}

.sa-btn-primary {
    background: linear-gradient(135deg, var(--sa-blue), var(--sa-cyan));
    color: #fff !important;
    box-shadow: 0 18px 44px rgba(19, 87, 215, .32);
}

.sa-btn-secondary {
    background: #fff;
    color: var(--sa-ink) !important;
    border: 1px solid rgba(255,255,255,.55);
}

.sa-btn-light {
    background: rgba(255,255,255,.12);
    color: #fff !important;
    border-color: rgba(255,255,255,.22);
}

.sa-trustline {
    color: rgba(255,255,255,.62);
    margin-top: 22px;
    font-weight: 800;
}

.sa-hero-card {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 32px;
    padding: 28px;
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 90px rgba(0,0,0,.26);
}

.sa-card-title {
    color: #fff;
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 18px;
}

.sa-path-row {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.1);
    color: #fff;
    margin-bottom: 12px;
}

.sa-path-row span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(107, 215, 255, .16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6bd7ff;
    font-weight: 950;
}

.sa-section {
    padding: 90px 0;
}

.sa-section-light {
    background: linear-gradient(180deg, #f4f7fb, #ffffff);
}

.sa-section-head {
    max-width: 860px;
    margin-bottom: 38px;
}

.sa-section-head-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: none;
    gap: 24px;
}

.sa-section-head h2,
.sa-cta-panel h2,
.sa-dark-section h2 {
    color: var(--sa-ink);
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: -.045em;
    margin: 12px 0 16px;
    font-weight: 950;
}

.sa-section-head p,
.sa-cta-panel p {
    color: var(--sa-muted);
    font-size: 18px;
    line-height: 1.7;
}

.sa-metrics,
.sa-card-grid,
.sa-audience-grid,
.sa-detail-grid,
.sa-proof-strip,
.sa-contact-grid {
    display: grid;
    gap: 18px;
}

.sa-metrics {
    grid-template-columns: repeat(4, 1fr);
}

.sa-metrics div,
.sa-feature-card,
.sa-audience-grid div,
.sa-detail-grid article,
.sa-contact-card {
    background: #fff;
    border: 1px solid var(--sa-border);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 24px 70px rgba(15, 27, 45, .07);
}

.sa-metrics strong {
    display: block;
    font-size: 28px;
    color: var(--sa-ink);
    font-weight: 950;
    margin-bottom: 8px;
}

.sa-metrics span,
.sa-feature-card p,
.sa-audience-grid p,
.sa-detail-grid p,
.sa-contact-card p {
    color: var(--sa-muted);
    line-height: 1.7;
}

.sa-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.sa-feature-card {
    min-height: 260px;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sa-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 34px 90px rgba(15, 27, 45, .12);
}

.sa-feature-card h3,
.sa-audience-grid h3,
.sa-detail-grid h3,
.sa-contact-card h2 {
    font-size: 22px;
    font-weight: 950;
    color: var(--sa-ink);
    margin-bottom: 12px;
}

.sa-feature-card span,
.sa-text-link,
.sa-contact-card a {
    color: var(--sa-blue);
    font-weight: 950;
    text-decoration: none;
}

.sa-dark-section {
    background: var(--sa-navy);
    color: #fff;
}

.sa-dark-section h2 {
    color: #fff;
}

.sa-split {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 54px;
    align-items: center;
}

.sa-revenue-list {
    display: grid;
    gap: 12px;
}

.sa-revenue-list div {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 18px 20px;
    color: rgba(255,255,255,.88);
    font-weight: 800;
}

.sa-audience-grid,
.sa-detail-grid {
    grid-template-columns: repeat(3, 1fr);
}

.sa-cta-panel {
    border-radius: 34px;
    background:
        radial-gradient(circle at 100% 0%, rgba(33,174,228,.22), transparent 34%),
        linear-gradient(135deg, #071a2f, #102d4e);
    padding: 46px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    color: #fff;
}

.sa-cta-panel h2,
.sa-cta-panel p {
    color: #fff;
}

.sa-page-hero {
    background:
        radial-gradient(circle at 85% 0%, rgba(33,174,228,.25), transparent 34%),
        linear-gradient(135deg, #071a2f, #123b65);
    padding: 98px 0 76px;
}

.sa-page-hero h1 {
    max-width: 1050px;
}

.sa-proof-strip {
    grid-template-columns: repeat(4, 1fr);
}

.sa-proof-strip div {
    background: #fff;
    border: 1px solid var(--sa-border);
    border-radius: 22px;
    padding: 20px;
    color: var(--sa-ink);
    font-weight: 950;
    text-align: center;
    box-shadow: 0 20px 60px rgba(15, 27, 45, .06);
}

.sa-contact-grid {
    grid-template-columns: repeat(2, 1fr);
}

.sa-public-footer {
    background: #061529 !important;
    color: #fff;
    padding: 70px 0 28px;
}

.sa-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 34px;
}

.sa-footer-logo img {
    max-height: 46px;
    max-width: 210px;
    object-fit: contain;
    margin-bottom: 18px;
}

.sa-public-footer p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    max-width: 520px;
}

.sa-public-footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    margin-bottom: 18px;
}

.sa-public-footer a {
    display: block;
    color: rgba(255,255,255,.72) !important;
    text-decoration: none;
    margin: 0 0 10px;
    font-weight: 700;
}

.sa-public-footer a:hover {
    color: #fff !important;
}

.sa-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 44px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255,255,255,.62);
    font-size: 14px;
}

@media (max-width: 1199px) {
    .sa-nav-container { justify-content: space-between; }
    .sa-main-nav { flex: 0 0 auto; }
    .sa-nav-list .nav-link { color: var(--sa-ink) !important; }
}

@media (max-width: 991px) {
    .sa-hero-grid,
    .sa-split,
    .sa-cta-panel,
    .sa-footer-grid {
        grid-template-columns: 1fr;
    }
    .sa-metrics,
    .sa-card-grid,
    .sa-audience-grid,
    .sa-detail-grid,
    .sa-proof-strip,
    .sa-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sa-section-head-row {
        display: block;
    }
}

@media (max-width: 640px) {
    .sa-container { padding: 0 18px; }
    .sa-hero, .sa-page-hero { padding: 70px 0 56px; }
    .sa-section { padding: 62px 0; }
    .sa-metrics,
    .sa-card-grid,
    .sa-audience-grid,
    .sa-detail-grid,
    .sa-proof-strip,
    .sa-contact-grid {
        grid-template-columns: 1fr;
    }
    .sa-cta-panel { padding: 28px; }
    .sa-footer-bottom { display: block; }
}

/* Phase 75: public website rendering hardening. This file is intentionally loaded late. */
html body .sa-growth,
html body .sa-public-header,
html body .sa-public-footer {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

html body .sa-growth * { box-sizing: border-box; }

html body .sa-public-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
}

html body .sa-public-header .sa-nav-container,
html body .sa-container,
html body .sa-public-footer .container {
    width: min(100%, 1440px) !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(18px, 3vw, 40px) !important;
    padding-right: clamp(18px, 3vw, 40px) !important;
}

html body .sa-public-header .sa-nav-container {
    min-height: 82px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
}

html body .sa-nav-brand {
    flex: 0 0 auto !important;
}

html body .sa-nav-brand img,
html body #headerLogo {
    width: auto !important;
    height: auto !important;
    max-height: 68px !important;
    max-width: 250px !important;
    display: block !important;
}

html body .sa-main-nav {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
}

html body .sa-nav-list {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body .sa-nav-list .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    color: #24344d !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    padding: 12px 14px !important;
    text-decoration: none !important;
}

html body .sa-nav-list .nav-link:hover {
    color: #1357d7 !important;
    background: #eef5ff !important;
}

html body .sa-nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
}

html body .sa-nav-link-strong {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    border: 1px solid #dbe5ef !important;
    background: #fff !important;
    color: #0f1b2d !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

html body .sa-nav-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #1357d7, #21aee4) !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

html body .sa-hero,
html body .sa-page-hero {
    margin: 0 !important;
    border-radius: 0 0 34px 34px !important;
}

html body .sa-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr) !important;
    gap: clamp(28px, 5vw, 72px) !important;
}

html body .sa-hero h1,
html body .sa-page-hero h1 {
    font-size: clamp(42px, 5.4vw, 78px) !important;
    line-height: .96 !important;
    letter-spacing: -.06em !important;
    margin: 18px 0 24px !important;
    font-weight: 950 !important;
    color: #fff !important;
}

html body .sa-lead,
html body .sa-page-hero p {
    color: rgba(255,255,255,.84) !important;
    font-size: clamp(17px, 1.45vw, 22px) !important;
    line-height: 1.58 !important;
    max-width: 880px !important;
}

html body .sa-section {
    padding: clamp(66px, 7vw, 104px) 0 !important;
    margin: 0 !important;
}

html body .sa-section-head {
    margin-bottom: 36px !important;
}

html body .sa-section-head h2,
html body .sa-cta-panel h2,
html body .sa-dark-section h2 {
    font-size: clamp(30px, 3.6vw, 54px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.045em !important;
    color: #0f1b2d !important;
}

html body .sa-dark-section h2,
html body .sa-cta-panel h2 { color: #fff !important; }

html body .sa-metrics {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body .sa-card-grid,
html body .sa-audience-grid,
html body .sa-detail-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

html body .sa-proof-strip {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

html body .sa-feature-card,
html body .sa-audience-grid > div,
html body .sa-detail-grid > article,
html body .sa-metrics > div,
html body .sa-proof-strip > div,
html body .sa-contact-card {
    width: 100% !important;
    min-width: 0 !important;
}

html body .sa-feature-card h3,
html body .sa-audience-grid h3,
html body .sa-detail-grid h3,
html body .sa-contact-card h2 {
    font-size: 22px !important;
    line-height: 1.18 !important;
    margin: 0 0 12px !important;
    color: #0f1b2d !important;
}

html body .sa-feature-card p,
html body .sa-audience-grid p,
html body .sa-detail-grid p,
html body .sa-contact-card p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #627089 !important;
}

html body .sa-split,
html body .sa-cta-panel {
    display: grid !important;
}

html body .sa-public-footer {
    background: #061529 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 76px 0 30px !important;
}

html body .sa-footer-grid {
    display: grid !important;
    grid-template-columns: minmax(320px, 1.7fr) repeat(3, minmax(160px, 1fr)) !important;
    gap: 38px !important;
    align-items: start !important;
    text-align: left !important;
}

html body .sa-footer-logo img {
    width: auto !important;
    max-width: 230px !important;
    max-height: 66px !important;
    display: block !important;
}

html body .sa-public-footer h4 {
    margin: 0 0 16px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}

html body .sa-public-footer a {
    display: block !important;
    margin: 0 0 10px !important;
    color: rgba(255,255,255,.72) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

html body .sa-footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important;
    text-align: left !important;
}

@media (max-width: 1199px) {
    html body .sa-public-header .sa-nav-container { min-height: 76px; }
    html body .sa-main-nav { justify-content: flex-end !important; }
    html body .sa-nav-list { display: block !important; }
}

@media (max-width: 991px) {
    html body .sa-hero-grid,
    html body .sa-split,
    html body .sa-cta-panel,
    html body .sa-footer-grid {
        grid-template-columns: 1fr !important;
    }
    html body .sa-metrics,
    html body .sa-card-grid,
    html body .sa-audience-grid,
    html body .sa-detail-grid,
    html body .sa-proof-strip,
    html body .sa-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    html body .sa-nav-brand img,
    html body #headerLogo { max-height: 58px !important; }
}

@media (max-width: 640px) {
    html body .sa-metrics,
    html body .sa-card-grid,
    html body .sa-audience-grid,
    html body .sa-detail-grid,
    html body .sa-proof-strip,
    html body .sa-contact-grid {
        grid-template-columns: 1fr !important;
    }
    html body .sa-public-header .sa-nav-container,
    html body .sa-container,
    html body .sa-public-footer .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    html body .sa-footer-bottom { display: block !important; }
}

/* Phase 76: final launch polish for public website navigation, hero spacing and presentation. */
html body .sa-public-header .sa-nav-container {
    min-height: 74px !important;
    gap: 18px !important;
}

html body .sa-nav-brand img,
html body #headerLogo {
    max-height: 54px !important;
    max-width: 210px !important;
}

html body .sa-nav-list {
    gap: 6px !important;
    flex-wrap: nowrap !important;
}

html body .sa-nav-list .nav-link {
    min-height: 38px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    letter-spacing: -.01em !important;
}

html body .sa-nav-actions {
    gap: 8px !important;
}

html body .sa-nav-link-strong,
html body .sa-nav-btn {
    min-height: 40px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 13px !important;
}

html body .sa-nav-dropdown {
    position: relative !important;
}

html body .sa-nav-dropdown-toggle::after {
    content: '▾';
    font-size: 10px;
    margin-left: 7px;
    opacity: .65;
}

html body .sa-nav-dropdown-menu {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%) translateY(8px);
    min-width: 220px;
    background: #fff;
    border: 1px solid #dbe5ef;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 24px 80px rgba(15, 27, 45, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    z-index: 1050;
}

html body .sa-nav-dropdown:hover .sa-nav-dropdown-menu,
html body .sa-nav-dropdown:focus-within .sa-nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

html body .sa-nav-dropdown-menu a {
    display: block;
    border-radius: 14px;
    padding: 12px 13px;
    color: #182941 !important;
    font-weight: 850;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none !important;
}

html body .sa-nav-dropdown-menu a:hover {
    background: #eef5ff;
    color: #1357d7 !important;
}

html body .sa-hero,
html body .sa-page-hero {
    padding-top: clamp(76px, 7vw, 116px) !important;
    padding-bottom: clamp(64px, 6vw, 92px) !important;
}

html body .sa-hero h1,
html body .sa-page-hero h1 {
    max-width: 1020px !important;
    margin-bottom: 28px !important;
}

html body .sa-lead,
html body .sa-page-hero p {
    margin-bottom: 0 !important;
    max-width: 840px !important;
}

html body .sa-hero .sa-actions,
html body .sa-page-hero .sa-actions {
    margin-top: clamp(28px, 3vw, 42px) !important;
    gap: 16px !important;
}

html body .sa-hero .sa-btn,
html body .sa-page-hero .sa-btn,
html body .sa-dark-section .sa-btn,
html body .sa-cta-panel .sa-btn {
    min-height: 48px !important;
    padding: 13px 22px !important;
    font-size: 13px !important;
}

html body .sa-trustline {
    margin-top: 24px !important;
}

html body .sa-proof-strip {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    max-width: 1120px;
    margin: 0 auto;
}

html body .sa-proof-strip div {
    min-height: 58px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .sa-section-head-row {
    align-items: flex-start !important;
}

html body .sa-feature-card,
html body .sa-audience-grid > div,
html body .sa-detail-grid > article,
html body .sa-contact-card {
    border-radius: 24px !important;
}

html body .sa-dark-section {
    padding-top: clamp(76px, 7vw, 108px) !important;
    padding-bottom: clamp(76px, 7vw, 108px) !important;
}

html body .sa-dark-section .sa-split {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: clamp(32px, 6vw, 90px) !important;
}

html body .sa-public-footer {
    padding-top: 70px !important;
}

html body .sa-public-footer::before {
    content: '';
    display: block;
    width: min(100% - 56px, 1440px);
    height: 1px;
    margin: -28px auto 46px;
    background: rgba(255,255,255,.08);
}

@media (min-width: 1200px) and (max-width: 1380px) {
    html body .sa-nav-list .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 12px !important;
    }
    html body .sa-nav-link-strong,
    html body .sa-nav-btn {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    html body .sa-nav-brand img,
    html body #headerLogo {
        max-width: 185px !important;
    }
}

@media (max-width: 1199px) {
    html body .sa-nav-list {
        display: block !important;
        flex-wrap: wrap !important;
    }
    html body .sa-nav-dropdown-menu {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 14px !important;
        background: #f4f7fb !important;
        margin: 4px 16px 12px !important;
        min-width: 0 !important;
    }
    html body .sa-nav-dropdown-menu a {
        padding: 10px 12px !important;
    }
}

@media (max-width: 991px) {
    html body .sa-dark-section .sa-split {
        grid-template-columns: 1fr !important;
    }
    html body .sa-hero .sa-actions,
    html body .sa-page-hero .sa-actions {
        margin-top: 28px !important;
    }
}

@media (max-width: 640px) {
    html body .sa-nav-brand img,
    html body #headerLogo {
        max-height: 48px !important;
        max-width: 180px !important;
    }
    html body .sa-hero h1,
    html body .sa-page-hero h1 {
        font-size: clamp(38px, 12vw, 52px) !important;
    }
    html body .sa-hero .sa-actions,
    html body .sa-page-hero .sa-actions,
    html body .sa-dark-section .sa-actions {
        width: 100% !important;
    }
    html body .sa-hero .sa-btn,
    html body .sa-page-hero .sa-btn,
    html body .sa-dark-section .sa-btn {
        width: 100% !important;
    }
}

/* Phase 77: navigation dropdown stability and readability before launch. */
html body .sa-nav-dropdown {
    position: relative !important;
}

html body .sa-nav-dropdown::before {
    content: '' !important;
    position: absolute !important;
    left: -22px !important;
    right: -22px !important;
    top: 100% !important;
    height: 22px !important;
    display: block !important;
    z-index: 1049 !important;
}

html body .sa-nav-dropdown-menu {
    top: calc(100% + 8px) !important;
    min-width: 326px !important;
    max-width: 360px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    box-shadow: 0 30px 90px rgba(7, 26, 47, .20) !important;
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .16s !important;
}

html body .sa-nav-dropdown:hover .sa-nav-dropdown-menu,
html body .sa-nav-dropdown:focus-within .sa-nav-dropdown-menu {
    transition-delay: 0s !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
}

html body .sa-nav-dropdown-menu a {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 15px 16px !important;
    margin: 2px 0 !important;
    border-radius: 16px !important;
    line-height: 1.45 !important;
}

html body .sa-nav-dropdown-menu a + a {
    margin-top: 6px !important;
}

html body .sa-dd-title {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    color: #0b1b31 !important;
}

html body .sa-dd-copy {
    display: block !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    color: #63728a !important;
    letter-spacing: -.01em !important;
}

html body .sa-nav-dropdown-menu a:hover .sa-dd-title,
html body .sa-nav-dropdown-menu a:focus .sa-dd-title {
    color: #1357d7 !important;
}

html body .sa-nav-dropdown-menu a:hover .sa-dd-copy,
html body .sa-nav-dropdown-menu a:focus .sa-dd-copy {
    color: #31445f !important;
}

@media (max-width: 1199px) {
    html body .sa-nav-dropdown::before {
        display: none !important;
    }

    html body .sa-nav-dropdown-menu {
        max-width: none !important;
        padding: 10px !important;
    }

    html body .sa-nav-dropdown-menu a {
        padding: 13px 14px !important;
    }
}
