/* GovFin public master shell --------------------------------------------------
   Adapted from Downloads/govfin-svg-neumorphic-honeycomb. Visual rules are
   scoped to .public-site; Public Sans is shared with the secure workspace. */
@font-face {
    font-family: "Public Sans";
    src: url("../fonts/public-sans/PublicSans-Regular-96vNZjz.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("../fonts/public-sans/PublicSans-SemiBold-XbM5_gK.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("../fonts/public-sans/PublicSans-Bold-3zPgxdY.woff2") format("woff2");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

body {
    font-family: "Public Sans", Arial, Helvetica, ui-sans-serif, system-ui, sans-serif;
}

body.public-site {
    --master-navy-950: #031c41;
    --master-navy-900: #082e62;
    --master-navy-800: #0b4488;
    --master-gold-500: #f4ad08;
    --master-gold-400: #ffc936;
    --master-ink: #0b2447;
    --master-muted: #5b6e85;
    min-width: 320px;
    color: var(--master-ink);
    background: #f3f5f7 !important;
    background-image: none !important;
}

body.public-site::before,
body.public-site::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.public-site > .site-header,
.public-site > .page-shell,
.public-site > .site-footer {
    position: relative;
    z-index: 1;
}
/* Keep the skip link fixed + off-screen until focused (it must not become a
   visible navy box in the top-left). */
.public-site > .skip-link { position: fixed !important; z-index: 100; }

/* Explicit canvas layer: the SVG is part of the document, not dependent on
   a negative pseudo-element stacking context. */
.public-site .honeycomb-canvas {
    position: fixed;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    /* Solid neumorphic base: a soft raised surface the comb sits on. */
    background:
        radial-gradient(135% 100% at 50% -10%, #fdfefe 0%, #eef1f5 52%, #e4e9ef 100%);
}
.public-site .honeycomb-canvas img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    /* Static (no scroll transform) so the large SVG is rasterised once and does
       not repaint under the cards' backdrop-filter while scrolling. */
}

.public-site .site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    padding: 24px clamp(18px, 4vw, 70px) 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.public-site .header-inner {
    width: min(1500px, 100%);
    min-height: 70px;
    padding: 10px 16px 10px 18px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 22px !important;
    background: rgba(250,251,252,.84);
    box-shadow: 16px 16px 35px rgba(45,55,66,.12), -12px -12px 29px rgba(255,255,255,.86), inset 1px 1px 0 rgba(255,255,255,.98), inset -1px -1px 0 rgba(46,63,82,.05);
    backdrop-filter: blur(18px) saturate(120%);
}

.public-site .brand-lockup { color: var(--master-navy-950); }
.public-site .brand-symbol {
    width: 44px;
    height: 40px;
    padding: 4px;
    border: 0;
    border-radius: 12px !important;
    background: rgba(255,255,255,.55);
    box-shadow: 6px 6px 13px rgba(44,53,64,.13), -5px -5px 11px rgba(255,255,255,.91);
}
.public-site .brand-wordmark { color: var(--master-navy-950); }
.public-site .brand-wordmark strong { color: var(--master-gold-500); }
.public-site .brand-tagline { color: var(--master-navy-900); }

.public-site .site-nav { justify-content: center; gap: clamp(10px, 1.15vw, 20px); }
.public-site .site-nav a { white-space: nowrap; font-size: clamp(.72rem, .73vw, .86rem); }
.public-site .site-nav a:not(.nav-cta) {
    position: relative;
    padding: 10px 0;
    color: #3e536d;
}
.public-site .site-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 3px;
    left: 0;
    height: 2px;
    background: var(--master-gold-500);
    transition: right .18s ease;
}
.public-site .site-nav a:hover::after,
.public-site .site-nav a:focus-visible::after,
.public-site .site-nav a[aria-current="page"]::after { right: 0; }

.public-site .nav-cta,
.public-site .button,
.public-site form button {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(145deg, #0e4789, #031d46);
    box-shadow: 9px 9px 18px rgba(4,28,66,.21), -6px -6px 14px rgba(255,255,255,.65), inset 1px 1px 0 rgba(255,255,255,.22);
}
.public-site .nav-cta:hover,
.public-site .button:hover,
.public-site form button:hover { filter: brightness(1.05); background: linear-gradient(145deg, #14569d, #031d46); }

.public-site .button-secondary,
.public-site .button-light {
    color: var(--master-navy-900) !important;
    border-color: rgba(7,45,91,.07);
    background: rgba(247,248,248,.78);
    box-shadow: 8px 8px 18px rgba(39,49,61,.13), -8px -8px 17px rgba(255,255,255,.88), inset 0 1px 0 rgba(255,255,255,.98);
}

.public-site .page-shell {
    width: calc(100% - clamp(28px, 4vw, 72px));
    max-width: none;
    min-height: calc(100svh - 118px);
    margin-inline: auto;
    background: transparent;
}

/* The former auth/public diamond lattice lived on nested page containers,
   rather than the body. Keep the canvas clean at every layer so no legacy
   pattern can bleed around the readable neomorphic surfaces. */
.public-site .page-shell,
.public-site .account-page,
.public-site .workspace-content,
.public-site main {
    background-color: transparent !important;
    background-image: none !important;
}

.public-site .public-honeycomb-scene,
.public-site .honeycomb-scene,
.public-site .background-wash {
    display: none !important;
}

.public-site main { padding-block: clamp(12px, 2vh, 24px) 0; }
.public-site .hero,
.public-site .page-hero { min-height: auto; align-content: center; }
.public-site .page-hero {
    width: 100%;
    max-width: none;
    padding-right: clamp(150px, 15vw, 230px) !important;
    clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
}
.public-site h1 { color: var(--master-navy-950); font-size: clamp(2.75rem, 4.7vw, 5rem); line-height: .98; }
.public-site .eyebrow { color: var(--master-navy-800); }
.public-site .eyebrow::before { background: var(--master-gold-500); }
.public-site h1 em { color: var(--master-navy-800); }

/* Every public content band sits on a readable glass surface. */
.public-site .page-shell > main > section {
    position: relative;
    margin-block: clamp(12px, 1.5vw, 22px);
    padding: clamp(26px, 3vw, 46px) !important;
    color: var(--master-ink);
    border: 1px solid rgba(255,255,255,.96) !important;
    border-radius: 24px !important;
    background: rgba(252,253,254,.74) !important;
    box-shadow: 16px 18px 42px rgba(38,54,70,.14), -10px -10px 28px rgba(255,255,255,.94), inset 1px 1px 0 #fff !important;
    backdrop-filter: blur(10px) saturate(98%);
}

.public-site .page-shell > main > section h1,
.public-site .page-shell > main > section h2,
.public-site .page-shell > main > section h3,
.public-site .page-shell > main > section strong {
    color: var(--master-navy-950);
}

.public-site .page-shell > main > section p,
.public-site .page-shell > main > section li,
.public-site .page-shell > main > section small {
    color: #344b65;
}

.public-site .page-shell > main > section a:not(.button) {
    color: var(--master-navy-800);
}

.public-site .page-shell > main > section .eyebrow,
.public-site .page-shell > main > section .card-kicker,
.public-site .page-shell > main > section .detail-number {
    color: #9a6400;
}

/* Dark authentication artwork needs its own inverse type palette. */
.public-site .page-shell > main > section .account-aside,
.public-site .page-shell > main > section .account-aside h1,
.public-site .page-shell > main > section .account-aside h2,
.public-site .page-shell > main > section .account-aside h3,
.public-site .page-shell > main > section .account-aside strong {
    color: #fff;
}

.public-site .page-shell > main > section .account-aside h1 {
    font-size: clamp(2.2rem, 3.8vw, 3.6rem);
}

.public-site .page-shell > main > section .account-aside p:not(.eyebrow),
.public-site .page-shell > main > section .account-aside li,
.public-site .page-shell > main > section .account-aside small {
    color: #d9e5ef;
}

.public-site .page-shell > main > section .account-aside .eyebrow,
.public-site .page-shell > main > section .account-aside .trust-list li::before {
    color: #ffc940;
}

.public-site .hero-copy,
.public-site .trust-bar,
.public-site .card,
.public-site .service-card,
.public-site .service-detail,
.public-site .portal-panel,
.public-site .account-shell,
.public-site form:not(.inline-form),
.public-site .notice {
    border: 1px solid rgba(255,255,255,.78);
    background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(232,238,243,.82));
    box-shadow: 14px 14px 32px rgba(45,55,66,.14), -11px -11px 27px rgba(255,255,255,.86), inset 1px 1px 0 rgba(255,255,255,.96);
    backdrop-filter: blur(16px) saturate(115%);
}

.public-site .hero-copy { padding: clamp(24px, 2.6vw, 40px); border-left: 4px solid var(--master-gold-500); }
.public-site .launch-hero { gap: clamp(28px, 3vw, 48px); }
.public-site .page-shell > main > .launch-hero {
    padding: clamp(30px, 4vw, 52px) !important;
    border: 1px solid rgba(255,255,255,.96) !important;
    background: rgba(252,253,254,.82) !important;
    box-shadow: 16px 18px 42px rgba(38,54,70,.14), -10px -10px 28px rgba(255,255,255,.94), inset 1px 1px 0 #fff !important;
    backdrop-filter: blur(12px) saturate(102%);
}
.public-site .launch-hero .launch-hero-copy {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.public-site .hero-honeycomb-nav {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: clamp(22px, 3vw, 48px);
    display: grid;
    grid-template-columns: repeat(2, 76px);
    gap: 7px 5px;
    transform: translateY(-50%);
}

.public-site .hero-honeycomb-link {
    display: grid;
    width: 76px;
    height: 66px;
    place-items: center;
    color: var(--master-navy-950);
    background: linear-gradient(145deg, #fff9df 0%, #ffc936 55%, #df9800 100%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    filter: drop-shadow(7px 9px 7px rgba(75,63,37,.23)) drop-shadow(-4px -5px 6px rgba(255,255,255,.94));
    padding-inline: 8px;
    font-size: .63rem;
    line-height: 1.05;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    transition: filter .16s ease, transform .16s ease;
}

.public-site .hero-honeycomb-link:nth-child(2),
.public-site .hero-honeycomb-link:nth-child(4) { transform: translateY(31px); }
.public-site .hero-honeycomb-link:hover { filter: brightness(1.06) drop-shadow(8px 10px 8px rgba(75,63,37,.26)); }
.public-site .hero-honeycomb-link:focus-visible {
    outline: 0;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 0 7px #082e62);
}
.public-site .hero-honeycomb-link[aria-current="page"] {
    color: #fff;
    background: linear-gradient(145deg, #155293, #031c41);
}

.public-site .launch-hero .hero-honeycomb-nav {
    top: auto;
    right: auto;
    bottom: 12px;
    left: 50%;
    grid-template-columns: repeat(4, 68px);
    transform: translateX(-50%);
}
.public-site .launch-hero .hero-honeycomb-link { width: 68px; height: 59px; font-size: .58rem; }
.public-site .launch-hero .hero-honeycomb-link:nth-child(2),
.public-site .launch-hero .hero-honeycomb-link:nth-child(4) { transform: none; }
.public-site .service-card,
.public-site .service-detail,
.public-site .trust-bar,
.public-site .notice { border-radius: 20px !important; }
.public-site .service-card:hover { box-shadow: 18px 18px 38px rgba(45,55,66,.16), -13px -13px 30px rgba(255,255,255,.9); }
.public-site .service-icon { color: var(--master-navy-950); background: linear-gradient(145deg, #ffdf71, #e99c00); }
.public-site .card-kicker,
.public-site .detail-number { color: #b57800; }
.public-site .page-shell > main > section .service-card-featured,
.public-site .page-shell > main > section .service-detail-dark,
.public-site .page-shell > main > section .service-card-featured h2,
.public-site .page-shell > main > section .service-card-featured h3,
.public-site .page-shell > main > section .service-card-featured strong,
.public-site .page-shell > main > section .service-card-featured a,
.public-site .page-shell > main > section .service-detail-dark h2,
.public-site .page-shell > main > section .service-detail-dark h3,
.public-site .page-shell > main > section .service-detail-dark strong,
.public-site .page-shell > main > section .service-detail-dark a { color: #fff; }
.public-site .page-shell > main > section .service-card-featured p,
.public-site .page-shell > main > section .service-card-featured li,
.public-site .page-shell > main > section .service-detail-dark p,
.public-site .page-shell > main > section .service-detail-dark li { color: #d9e8f6; }
.public-site .page-shell > main > section .service-card-featured .card-kicker,
.public-site .page-shell > main > section .service-detail-dark .card-kicker,
.public-site .page-shell > main > section .service-detail-dark .detail-number { color: #ffd45f; }
.public-site .umalusi-pathway-grid { margin-top: 28px; }
.public-site .umalusi-guide-action { margin: 24px 0 0; }

.public-site input,
.public-site select,
.public-site textarea {
    border: 1px solid rgba(10,45,86,.06);
    border-radius: 15px !important;
    background: rgba(242,244,244,.82);
    box-shadow: inset 6px 6px 12px rgba(57,67,78,.12), inset -6px -6px 12px rgba(255,255,255,.94);
}

.public-site .site-footer {
    width: calc(100% - clamp(36px, 8vw, 140px));
    max-width: 1500px;
    margin: 30px auto 22px;
    color: var(--master-navy-900);
    border: 1px solid rgba(255,255,255,.76);
    border-radius: 22px !important;
    background: rgba(250,251,252,.84);
    box-shadow: 11px 11px 24px rgba(42,49,59,.13), -8px -8px 20px rgba(255,255,255,.79);
    backdrop-filter: blur(13px);
}
.public-site .site-footer a,
.public-site .footer-brand strong { color: var(--master-navy-950); }
.public-site .footer-status,
.public-site .footer-brand small { color: var(--master-muted); }

/* Categorised footer: brand row, column grid, status line. */
.public-site .site-footer-inner { flex-direction: column; align-items: stretch; gap: 26px; }
.public-site .footer-columns {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 26px 30px; max-width: none; justify-content: start;
}
.public-site .footer-col { display: flex; flex-direction: column; gap: 7px; }
.public-site .footer-col h3 {
    margin: 0 0 5px; font-size: .8rem; font-weight: 800; letter-spacing: .04em;
    text-transform: uppercase; color: var(--master-navy-950);
}
.public-site .footer-col a { font-size: .83rem; color: #46596f !important; text-decoration: none; line-height: 1.3; }
.public-site .footer-col a:hover { color: var(--master-gold-500) !important; }
.public-site .footer-law {
    margin: 13px 0 2px; font-size: .62rem; font-weight: 800; letter-spacing: .06em;
    text-transform: uppercase; color: #9a6400;
}
.public-site .footer-legal { grid-column: span 2; }
@media (max-width: 640px) { .public-site .footer-legal { grid-column: auto; } }

@media (max-width: 1320px) {
    .public-site .brand-tagline { display: none; }
    .public-site .nav-toggle { display: block; border-radius: 14px !important; background: #f4f5f4; box-shadow: 6px 6px 13px rgba(44,53,64,.13), -5px -5px 11px rgba(255,255,255,.91); }
    .public-site .site-nav { position: absolute; top: calc(100% - 4px); right: 20px; left: 20px; display: none; align-items: stretch; flex-direction: column; gap: 4px; max-height: calc(100svh - 110px); padding: 16px; overflow-y: auto; background: rgba(247,248,248,.98); }
    .public-site .site-nav.is-open { display: flex; }
    .public-site .site-nav a { padding: 10px 12px; }
}

@media (max-width: 820px) {
    .public-site .site-header { padding: 14px 14px 0; }
    .public-site .header-inner { border-radius: 18px !important; }
    .public-site .page-shell { width: calc(100% - 28px); }
    .public-site main { padding-top: 12px; }
    .public-site .page-shell > main > section {
        margin-block: 12px;
        padding: 22px !important;
    }
    .public-site .hero,
    .public-site .page-hero { min-height: auto; }
    .public-site .page-hero {
        padding-right: 22px !important;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    }
    .public-site .hero-honeycomb-nav,
    .public-site .launch-hero .hero-honeycomb-nav {
        position: relative;
        inset: auto;
        grid-template-columns: repeat(2, 68px);
        justify-content: start;
        margin-top: 24px;
        transform: none;
    }
    .public-site .hero-honeycomb-link,
    .public-site .launch-hero .hero-honeycomb-link { width: 68px; height: 59px; }
    .public-site .hero-honeycomb-link:nth-child(2),
    .public-site .hero-honeycomb-link:nth-child(4) { transform: none; }
    .public-site h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
}

@media (prefers-reduced-motion: reduce) {
    .public-site *, .public-site *::before, .public-site *::after { transition: none !important; }
}

/* Unified embossed material -------------------------------------------------
   The honeycomb is a raised/inset part of the canvas, not a separate banner.
   Its SVG and the content surfaces share the same cool-white substrate and
   directional light: white lift from the upper-left, graphite contact shadow
   to the lower-right. This keeps the comb and cards visually manufactured
   from one neomorphic sheet. */
body.public-site {
    --emboss-canvas: #edf1f5;
    --emboss-surface: #f5f7fa;
    --emboss-surface-low: #e4e9ee;
    --emboss-shadow-dark: rgba(102, 119, 136, .24);
    --emboss-shadow-light: rgba(255, 255, 255, .96);
    position: relative;
    isolation: isolate;
    background-color: var(--emboss-canvas) !important;
    background-image: none !important;
}

body.public-site::before {
    content: none !important;
    display: none !important;
}

body.public-site::after {
    content: "" !important;
    display: block !important;
    position: fixed;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    background: var(--emboss-canvas);
}

.public-site .page-shell > main > section,
.public-site .hero-copy,
.public-site .service-card,
.public-site .service-detail,
.public-site .trust-bar,
.public-site .card,
.public-site .portal-panel,
.public-site .account-shell,
.public-site .notice,
.public-site form:not(.inline-form) {
    border-color: rgba(255,255,255,.9) !important;
    background: linear-gradient(145deg, rgba(245,247,250,.84), rgba(228,233,238,.72)) !important;
    box-shadow:
        -13px -13px 25px var(--emboss-shadow-light),
        15px 17px 31px var(--emboss-shadow-dark),
        inset 1px 1px 0 rgba(255,255,255,.98),
        inset -1px -1px 0 rgba(112,129,145,.12) !important;
    backdrop-filter: none;
}

.public-site .page-shell > main > .launch-hero {
    background: linear-gradient(145deg, rgba(248,250,252,.86), rgba(229,234,240,.74)) !important;
}

/* Dark feature/CTA panels remain a separate deep emboss so their inverse
   typography keeps the contrast established by the reference design. */
.public-site .process-preview,
.public-site .cta-panel,
.public-site .page-shell > main > section .service-card-featured,
.public-site .page-shell > main > section .service-detail-dark {
    border-color: rgba(255,255,255,.16) !important;
    background: linear-gradient(145deg, #123c6c, #061f43) !important;
    box-shadow:
        -10px -10px 22px rgba(255,255,255,.18),
        17px 19px 34px rgba(4,20,43,.34),
        inset 1px 1px 0 rgba(255,255,255,.18),
        inset -2px -2px 0 rgba(0,10,27,.28) !important;
}

.public-site .process-preview h2,
.public-site .process-preview h3,
.public-site .process-preview p,
.public-site .process-preview strong,
.public-site .cta-panel h2,
.public-site .cta-panel h3,
.public-site .cta-panel p,
.public-site .cta-panel strong,
.public-site .page-shell > main > section .service-card-featured h2,
.public-site .page-shell > main > section .service-card-featured h3,
.public-site .page-shell > main > section .service-card-featured p,
.public-site .page-shell > main > section .service-card-featured strong,
.public-site .page-shell > main > section .service-detail-dark h2,
.public-site .page-shell > main > section .service-detail-dark h3,
.public-site .page-shell > main > section .service-detail-dark p,
.public-site .page-shell > main > section .service-detail-dark li,
.public-site .page-shell > main > section .service-detail-dark strong { color: #fff !important; }

.public-site .process-preview .eyebrow,
.public-site .cta-panel .eyebrow,
.public-site .page-shell > main > section .service-card-featured .card-kicker,
.public-site .page-shell > main > section .service-detail-dark .card-kicker,
.public-site .page-shell > main > section .service-detail-dark .detail-number { color: #ffd45f !important; }

.public-site .service-card:hover,
.public-site .hero-copy:hover,
.public-site .page-shell > main > section:hover {
    box-shadow:
        -15px -15px 28px rgba(255,255,255,.98),
        18px 20px 35px rgba(102,119,136,.28),
        inset 1px 1px 0 rgba(255,255,255,.98),
        inset -1px -1px 0 rgba(112,129,145,.14) !important;
}

/* Recessed fields and status wells complete the same emboss vocabulary. */
.public-site input,
.public-site select,
.public-site textarea,
.public-site .detail-panel,
.public-site .wizard-review,
.public-site .wizard-consent {
    border-color: rgba(255,255,255,.68) !important;
    background: var(--emboss-canvas) !important;
    box-shadow:
        inset 6px 6px 12px rgba(102,119,136,.18),
        inset -6px -6px 12px rgba(255,255,255,.94) !important;
}

.public-site .service-icon,
.public-site .confidence-mark,
.public-site .launch-subject-avatar {
    border: 1px solid rgba(255,255,255,.92);
    box-shadow:
        -6px -6px 12px rgba(255,255,255,.96),
        7px 8px 14px rgba(102,119,136,.22),
        inset 1px 1px 0 rgba(255,255,255,.98),
        inset -1px -1px 0 rgba(108,124,139,.14);
}

@media (max-width: 820px) {
    .public-site .honeycomb-canvas img { object-position: 54% center; opacity: .78; }
}

/* ---- Primary-navigation dropdown menus ---- */
.public-site .nav-group { position: relative; display: inline-flex; align-items: center; }
.public-site .nav-group-trigger { display: inline-flex !important; align-items: center; gap: 5px; }
.public-site .nav-caret { width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-1px); opacity: .55; transition: transform .2s ease; }
.public-site .nav-group:hover .nav-caret,
.public-site .nav-group:focus-within .nav-caret { transform: rotate(225deg) translateY(1px); }
.public-site .nav-panel {
    position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
    display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 2px 30px;
    min-width: 440px; padding: 22px 26px; text-align: left;
    background: #ffffff; border: 1px solid rgba(11,36,71,.10); border-radius: 18px;
    box-shadow: 0 26px 64px rgba(16,42,67,.20), inset 0 2px 0 rgba(255,255,255,.9);
    opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease; z-index: 60;
}
.public-site .nav-panel::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.public-site .nav-group:hover .nav-panel,
.public-site .nav-group:focus-within .nav-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.public-site .nav-panel-head { margin: 2px 0 6px; font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; color: var(--master-muted); font-weight: 800; }
.public-site .nav-panel a { display: block !important; padding: 7px 0 !important; font-size: .86rem !important; font-weight: 650; color: var(--master-ink) !important; white-space: normal !important; }
.public-site .nav-panel a::after { display: none !important; }
.public-site .nav-panel a:hover { color: var(--master-gold-500) !important; }

@media (max-width: 1320px) {
    .public-site .nav-group { display: block; width: 100%; }
    .public-site .nav-group-trigger { justify-content: space-between; }
    .public-site .nav-panel {
        position: static; opacity: 1; visibility: visible; pointer-events: auto; transform: none;
        display: block; min-width: 0; padding: 2px 0 8px 16px; margin: 0;
        background: transparent; border: 0; box-shadow: none;
    }
    .public-site .nav-panel::before { display: none; }
    .public-site .nav-panel-head { margin-top: 8px; }
    .public-site .nav-caret { display: none; }
}

/* ---- Restore intentionally-dark feature sections ----
   The blanket light-glass section rule flattened these navy sections, leaving
   their white text on a light background. Give them back a deep navy surface. */
.public-site .page-shell > main > section.process-preview,
.public-site .page-shell > main > section.cta-panel {
    background: linear-gradient(135deg, #082e62, #0b4488) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    backdrop-filter: none !important;
}
.public-site section.process-preview h2,
.public-site section.process-preview .process-copy p,
.public-site section.process-preview .process-steps strong,
.public-site section.cta-panel h2,
.public-site section.cta-panel p {
    color: #ffffff !important;
}
.public-site section.process-preview .process-copy > p:not(.eyebrow) { color: #cfe0ee !important; }
.public-site section.process-preview .process-steps p { color: #b6c6d7 !important; }
.public-site section.process-preview .eyebrow,
.public-site section.process-preview .eyebrow-light,
.public-site section.cta-panel .eyebrow,
.public-site section.cta-panel .eyebrow-light { color: #ffc940 !important; }
.public-site section.cta-panel a:not(.button) { color: #ffc940 !important; }
.public-site section.process-preview .process-steps span {
    background: rgba(255,255,255,.10) !important; color: #ffc940 !important;
}
