:root {
    --bg: #ffffff;
    --bg-soft: #ffffff;
    --surface: #ffffff;
    --surface-alt: #f8fbff;
    --primary: #1e5fd4;
    --primary-strong: #124ab0;
    --primary-soft: #eaf2ff;
    --cyan: #24b1ff;
    --cyan-soft: #e9f8ff;
    --violet: #6f5dff;
    --violet-soft: #f0edff;
    --emerald: #18bb88;
    --emerald-soft: #e7fbf3;
    --amber: #ffb320;
    --amber-soft: #fff4dc;
    --navy: #0f244b;
    --text: #163053;
    --muted: #5e7697;
    --line: #d5e3f7;
    --line-strong: #bdd4f4;
    --accent: #ee3f45;
    --accent-soft: #ffe8ea;
    --shadow: 0 18px 48px rgba(18, 74, 176, 0.08);
    --shadow-strong: 0 28px 72px rgba(18, 74, 176, 0.14);
    --radius: 26px;
    --radius-sm: 18px;
    --container: 1280px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text);
    background: #ffffff;
}

body.nav-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

main {
    position: relative;
    z-index: 2;
}

code {
    padding: 0.14rem 0.42rem;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary-strong);
    font-size: 0.9em;
}

.site-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

.container {
    width: min(calc(100% - 2.4rem), var(--container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: linear-gradient(180deg, rgba(232, 242, 255, 0.97) 0%, rgba(243, 248, 255, 0.95) 100%);
    backdrop-filter: blur(24px) saturate(1.25);
    border-bottom: 1px solid rgba(173, 201, 237, 0.82);
    box-shadow: 0 16px 34px rgba(13, 35, 80, 0.06);
    overflow: visible;
}

.topbar {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, #0d2350 0%, #12397f 52%, #0f2c66 100%);
}

.topbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--violet), var(--cyan), var(--emerald), var(--amber), var(--accent));
}

.topbar-inner,
.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar-inner {
    min-height: 52px;
}

.topbar-brandline,
.topbar-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.topbar-badge,
.topbar-copy,
.topbar-chip {
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.topbar-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.topbar-copy {
    color: rgba(255, 255, 255, 0.82);
}

.topbar-actions {
    justify-content: flex-end;
}

.topbar-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.58rem 0.35rem 0.38rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.topbar-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(3, 13, 38, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.topbar-chip-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    color: #fff;
}

.topbar-chip--phone .topbar-chip-icon {
    background: linear-gradient(135deg, var(--primary), var(--cyan));
}

.topbar-chip--mail .topbar-chip-icon {
    background: linear-gradient(135deg, var(--violet), var(--primary));
}

.topbar-chip--verify .topbar-chip-icon {
    background: linear-gradient(135deg, var(--amber), var(--accent));
}

.nav-shell {
    position: relative;
    min-height: 88px;
    margin-block: 0.8rem;
    padding: 0.9rem 1.15rem;
    background:
        radial-gradient(circle at 12% 22%, rgba(36, 177, 255, 0.18), transparent 19%),
        radial-gradient(circle at 86% 20%, rgba(111, 93, 255, 0.12), transparent 18%),
        linear-gradient(135deg, #edf5ff 0%, #ffffff 42%, #f2f7ff 100%);
    border: 1px solid rgba(171, 200, 238, 0.95);
    border-radius: 30px;
    box-shadow: 0 24px 56px rgba(18, 74, 176, 0.14);
    overflow: visible;
}

.nav-shell::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 29px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(234, 243, 255, 0.3));
    pointer-events: none;
}

.nav-shell > * {
    position: relative;
    z-index: 1;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.brand-logo {
    width: 66px;
    height: 66px;
    object-fit: contain;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 0.4rem;
    box-shadow: 0 16px 34px rgba(18, 74, 176, 0.12);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.brand-copy strong {
    font-size: 1.04rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--navy);
}

.brand-copy small {
    display: grid;
    gap: 0.08rem;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.35;
}

.brand-copy small span {
    display: block;
    white-space: nowrap;
}

.nav-panel {
    display: flex;
    align-items: center;
    gap: 0.28rem;
    margin-left: auto;
}

.nav-mobile-head,
.nav-mobile-links,
.nav-backdrop,
.nav-close {
    display: none;
}

.nav-panel > a:not(.button),
.nav-dropdown summary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.62rem 0.78rem;
    border-radius: 999px;
    color: var(--text);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.15;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nav-panel > .button {
    padding-inline: 1.08rem;
    white-space: nowrap;
}

.nav-panel > a:not(.button).active,
.nav-dropdown summary.active,
.nav-panel > a:not(.button):hover,
.nav-dropdown summary:hover {
    color: var(--primary-strong);
    background: var(--primary-soft);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(30, 95, 212, 0.08);
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown--mega {
    position: static;
}

.nav-dropdown summary::-webkit-details-marker {
    display: none;
}

.nav-caret {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 220ms ease;
}

.nav-dropdown[open] .nav-caret {
    transform: rotate(-135deg) translateY(-1px);
}

.dropdown-menu,
.mega-menu {
    position: absolute;
    top: calc(100% + 1rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
    z-index: 15;
}

.dropdown-menu {
    left: 0;
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    padding: 0.8rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(189, 212, 244, 0.88);
    box-shadow: var(--shadow-strong);
    transform: translateY(18px) scale(0.985);
}

.mega-menu {
    left: 50%;
    width: min(1020px, calc(100vw - 4rem));
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(189, 212, 244, 0.88);
    box-shadow: 0 34px 76px rgba(18, 74, 176, 0.18);
    transform: translateX(-50%) translateY(18px) scale(0.985);
}

.dropdown-menu::before,
.mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
    background: transparent;
}

.mega-menu--wide {
    width: min(1080px, calc(100vw - 4rem));
}

.nav-dropdown[open] > .dropdown-menu,
.nav-dropdown[open] > .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-dropdown[open] > .dropdown-menu {
    transform: translateY(0) scale(1);
}

.nav-dropdown[open] > .mega-menu {
    transform: translateX(-50%) translateY(0) scale(1);
}

.dropdown-menu a {
    padding: 0.78rem 0.88rem;
    border-radius: 14px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text);
}

.dropdown-menu a:hover {
    background: var(--primary-soft);
    color: var(--primary-strong);
}

.mega-menu-hero {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #103064;
}

.mega-menu-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-menu-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 36, 75, 0.22), rgba(15, 36, 75, 0.9));
}

.mega-menu-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 100%;
    padding: 1.35rem;
    color: #fff;
}

.mega-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.4rem 0.68rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mega-menu-hero-copy h3 {
    margin: 0.85rem 0 0;
    font-size: 1.85rem;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.mega-menu-hero-copy p {
    margin: 0.8rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.6;
}

.mega-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.mega-hero-tags span {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.64rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mega-inline-link {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
}

.mega-inline-link::after {
    content: "\2192";
}

.mega-menu-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-content: start;
}

.mega-column h4 {
    margin: 0.12rem 0 0.8rem;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mega-links {
    display: grid;
    gap: 0.78rem;
}

.mega-link {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.8rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(234, 242, 255, 0.88));
    border: 1px solid rgba(189, 212, 244, 0.92);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.mega-link:hover {
    transform: translateY(-2px);
    background: #fff;
    border-color: rgba(30, 95, 212, 0.24);
    box-shadow: 0 18px 34px rgba(18, 74, 176, 0.12);
}

.mega-link-media {
    position: relative;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 14px 22px rgba(18, 74, 176, 0.14);
    transition: transform 220ms ease;
}

.mega-link:hover .mega-link-media {
    transform: translateY(-1px) scale(1.03);
}

.mega-link-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-link-badge {
    position: absolute;
    right: 6px;
    bottom: 6px;
    min-width: 24px;
    height: 24px;
    padding: 0 0.28rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--violet));
    border: 2px solid rgba(255, 255, 255, 0.88);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.mega-link-copy strong {
    display: block;
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.3;
}

.mega-link-copy small {
    display: block;
    margin-top: 0.24rem;
    color: var(--muted);
    font-size: 0.77rem;
    font-weight: 700;
    line-height: 1.5;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.88rem 1.28rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button.button--primary,
a.button.button--primary,
button.button.button--primary {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-strong) 100%);
    color: #fff;
    border-color: rgba(18, 74, 176, 0.3);
    box-shadow: 0 16px 34px rgba(30, 95, 212, 0.22);
}

.button.button--primary:hover,
a.button.button--primary:hover,
button.button.button--primary:hover {
    background: linear-gradient(180deg, #1b56c0 0%, #0f3f99 100%);
    color: #fff;
}

.button.button--secondary,
a.button.button--secondary,
button.button.button--secondary {
    background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 52%, #edf5ff 100%);
    color: var(--primary-strong);
    border: 1px solid rgba(36, 177, 255, 0.22);
    box-shadow: 0 14px 28px rgba(30, 95, 212, 0.08);
}

.button.button--secondary:hover,
a.button.button--secondary:hover,
button.button.button--secondary:hover {
    background: linear-gradient(135deg, #ffffff 0%, var(--cyan-soft) 55%, #eef1ff 100%);
    color: #0f3f99;
    border-color: rgba(111, 93, 255, 0.24);
}

.button.button--ghost,
a.button.button--ghost,
button.button.button--ghost {
    background: linear-gradient(135deg, var(--violet-soft) 0%, #ffffff 54%, var(--amber-soft) 100%);
    color: var(--primary-strong);
    border: 1px solid rgba(111, 93, 255, 0.16);
}

.button.button--ghost:hover,
a.button.button--ghost:hover,
button.button.button--ghost:hover {
    background: linear-gradient(135deg, #e8e4ff 0%, #ffffff 46%, #ffefcc 100%);
    color: #0f3f99;
    border-color: rgba(255, 179, 32, 0.26);
}

.button:focus-visible {
    outline: 3px solid rgba(30, 95, 212, 0.18);
    outline-offset: 2px;
}

.button--block {
    width: 100%;
}

.nav-toggle {
    display: none;
    width: 52px;
    height: 52px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: var(--navy);
}

.nav-mobile-head-copy span {
    display: block;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nav-mobile-head-copy strong {
    display: block;
    margin-top: 0.22rem;
    color: var(--navy);
    font-size: 1.02rem;
    font-weight: 800;
}

.hero-section,
.page-hero {
    padding: 3rem 0 2rem;
}

.hero-grid,
.split-layout,
.page-layout,
.contact-grid,
.verify-grid {
    display: grid;
    gap: 1.35rem;
}

.hero-grid {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: stretch;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex: 0 0 8px;
    background: linear-gradient(135deg, var(--primary), var(--amber));
    box-shadow: 0 0 0 4px rgba(30, 95, 212, 0.08);
}

.hero-copy,
.hero-slider-card,
.glass-card,
.table-card,
.page-content,
.cta-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-copy,
.hero-slider-card,
.glass-card,
.table-card,
.page-content {
    overflow: hidden;
    --panel-border: rgba(30, 95, 212, 0.2);
    --panel-stripe: linear-gradient(90deg, var(--cyan), var(--primary), var(--violet));
    border-color: var(--panel-border);
}

.hero-copy::before,
.hero-slider-card::before,
.glass-card::before,
.table-card::before,
.page-content::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 4px;
    border-radius: 0 0 14px 14px;
    background: var(--panel-stripe);
    pointer-events: none;
}

.hero-copy {
    --panel-border: rgba(111, 93, 255, 0.22);
    --panel-stripe: linear-gradient(90deg, var(--violet), var(--primary), var(--cyan));
}

.hero-slider-card {
    --panel-border: rgba(36, 177, 255, 0.24);
    --panel-stripe: linear-gradient(90deg, var(--cyan), var(--primary), var(--emerald));
}

.page-content,
.contact-form,
.search-form {
    --panel-border: rgba(36, 177, 255, 0.24);
    --panel-stripe: linear-gradient(90deg, var(--cyan), var(--primary), var(--violet));
}

.verify-form,
.verify-result,
.sidebar-card:nth-of-type(1),
.info-card:nth-of-type(1) {
    --panel-border: rgba(111, 93, 255, 0.22);
    --panel-stripe: linear-gradient(90deg, var(--violet), var(--primary), var(--cyan));
}

.sidebar-card:nth-of-type(2),
.info-card:nth-of-type(2) {
    --panel-border: rgba(255, 179, 32, 0.24);
    --panel-stripe: linear-gradient(90deg, var(--amber), var(--accent), var(--primary));
}

.hero-copy {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-copy h1,
.page-hero h1 {
    margin: 0.8rem 0 0;
    color: var(--navy);
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.hero-text,
.page-hero p,
.section-copy,
.feature-card p,
.link-card p,
.content-card p,
.info-card p,
.sidebar-card p,
.page-content p {
    margin: 0;
    color: #5a7397;
    font-size: 0.94rem;
    font-weight: 650;
}

.hero-copy h1 + .hero-text,
.page-hero h1 + p,
.section-heading h2 + p,
.feature-card h3 + p,
.link-card h3 + p,
.content-card h3 + p,
.info-card h3 + p,
.info-card h2 + p,
.sidebar-card h3 + p,
.page-content h3 + p,
.verify-result h2 + p {
    margin-top: 0.9rem;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.55rem;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.hero-pills span,
.card-tag,
.status-pill,
.slide-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.hero-pills--clean span,
.card-tag {
    background: var(--primary-soft);
    color: var(--primary-strong);
    border: 1px solid rgba(30, 95, 212, 0.14);
    text-transform: uppercase;
}

.feature-card .card-tag,
.link-card .card-tag,
.content-card .card-tag {
    margin-bottom: 0.72rem;
}

.hero-slider-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-slider {
    position: relative;
    min-height: 430px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: none;
}

.hero-slide.is-active {
    display: block;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 36, 75, 0.72), rgba(30, 95, 212, 0.18));
}

.hero-slide-copy {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 420px;
    color: #fff;
}

.slide-badge {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-slide-copy h3 {
    margin: 0.85rem 0 0.45rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.06;
    font-weight: 800;
}

.hero-slide-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 600;
}

.hero-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem 1.15rem;
    border-top: 1px solid var(--line);
}

.stats-grid {
    display: grid;
    gap: 0.9rem;
}

.stats-grid--inline {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-grid strong {
    display: block;
    color: var(--navy);
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 800;
}

.stats-grid > *:nth-child(4n + 1) strong {
    color: var(--primary-strong);
}

.stats-grid > *:nth-child(4n + 2) strong {
    color: #5d4fff;
}

.stats-grid > *:nth-child(4n + 3) strong {
    color: #0f9f72;
}

.stats-grid > *:nth-child(4n) strong {
    color: #ba7200;
}

.stats-grid span {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.slider-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c7d7f1;
    cursor: pointer;
}

.slider-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, var(--primary), var(--violet), var(--amber));
}

.section {
    padding: 2rem 0;
}

.section--alt {
    background: #ffffff;
    border-block: 1px solid rgba(213, 227, 247, 0.85);
}

.section-heading {
    margin-bottom: 1.4rem;
    text-align: center;
}

.section-heading--left {
    text-align: left;
}

.section-heading--spread {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
}

.section-heading h2 {
    margin: 0.22rem 0 0;
    color: var(--navy);
    font-size: clamp(1.75rem, 3.5vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.card-grid,
.content-grid {
    display: grid;
    gap: 1.1rem;
}

.card-grid--two,
.split-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.verify-grid {
    grid-template-columns: 1fr;
}

.card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.link-card,
.content-card,
.info-card,
.sidebar-card,
.contact-form,
.verify-form,
.verify-result,
.search-form,
.process-panel {
    padding: 1.25rem;
}

.verify-guidance {
    grid-column: 1 / -1;
    padding: 1.25rem;
    --panel-border: rgba(255, 179, 32, 0.24);
    --panel-stripe: linear-gradient(90deg, var(--amber), var(--accent), var(--primary));
}

.feature-card:nth-child(3n + 1),
.link-card:nth-child(3n + 1),
.content-card:nth-child(3n + 1),
.bullet-item:nth-child(3n + 1),
.timeline li:nth-child(3n + 1) {
    --panel-border: rgba(36, 177, 255, 0.24);
    --panel-stripe: linear-gradient(90deg, var(--cyan), var(--primary), var(--violet));
}

.hero-pills--clean span:nth-child(3n + 1),
.feature-card:nth-child(3n + 1) .card-tag,
.link-card:nth-child(3n + 1) .card-tag,
.content-card:nth-child(3n + 1) .card-tag {
    background: var(--cyan-soft);
    color: #0f56b9;
    border-color: rgba(36, 177, 255, 0.24);
}

.feature-card:nth-child(3n + 2),
.link-card:nth-child(3n + 2),
.content-card:nth-child(3n + 2),
.bullet-item:nth-child(3n + 2),
.timeline li:nth-child(3n + 2) {
    --panel-border: rgba(111, 93, 255, 0.24);
    --panel-stripe: linear-gradient(90deg, var(--violet), var(--primary), var(--cyan));
}

.hero-pills--clean span:nth-child(3n + 2),
.feature-card:nth-child(3n + 2) .card-tag,
.link-card:nth-child(3n + 2) .card-tag,
.content-card:nth-child(3n + 2) .card-tag {
    background: var(--violet-soft);
    color: #5542ef;
    border-color: rgba(111, 93, 255, 0.24);
}

.feature-card:nth-child(3n),
.link-card:nth-child(3n),
.content-card:nth-child(3n),
.bullet-item:nth-child(3n),
.timeline li:nth-child(3n) {
    --panel-border: rgba(255, 179, 32, 0.25);
    --panel-stripe: linear-gradient(90deg, var(--amber), var(--accent), var(--primary));
}

.hero-pills--clean span:nth-child(3n),
.feature-card:nth-child(3n) .card-tag,
.link-card:nth-child(3n) .card-tag,
.content-card:nth-child(3n) .card-tag {
    background: var(--amber-soft);
    color: #9d6200;
    border-color: rgba(255, 179, 32, 0.28);
}

.feature-card h3,
.link-card h3,
.content-card h3,
.sidebar-card h3,
.info-card h3,
.info-card h2,
.verify-result h2 {
    margin: 0 0 0.7rem;
    color: var(--navy);
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 800;
}

.sidebar-card > .eyebrow {
    margin-bottom: 0.82rem;
}

.verify-guidance h2 {
    margin: 0.55rem 0 0;
    color: var(--navy);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1.18;
    font-weight: 800;
    max-width: 46rem;
}

.link-card a:not(.button),
.sidebar-card a:not(.button),
.table-head a {
    margin-top: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--primary-strong);
    font-size: 0.84rem;
    font-weight: 800;
}

.link-card a:not(.button)::after,
.sidebar-card a:not(.button)::after,
.table-head a::after {
    content: "\2192";
}

.split-layout {
    align-items: start;
}

.bullet-stack,
.page-sidebar,
.contact-panel {
    display: grid;
    gap: 0.95rem;
}

.sidebar-links {
    display: grid;
    gap: 0.75rem;
}

.bullet-item,
.timeline li {
    position: relative;
    --panel-border: rgba(30, 95, 212, 0.18);
    padding: 0.95rem 1rem 0.95rem 1.2rem;
    border-radius: var(--radius-sm);
    background: var(--surface);
    border: 1px solid var(--panel-border);
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 700;
}

.timeline,
.mini-steps,
.info-list,
.footer-links,
.numbered-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline li + li,
.mini-steps li + li {
    margin-top: 0.8rem;
}

.timeline li::before,
.mini-steps li::before {
    content: "";
    position: absolute;
    left: 0.62rem;
    top: 1.2rem;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--primary), var(--accent));
}

.page-hero-inner {
    position: relative;
    max-width: 980px;
    padding: 2.25rem 2.3rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 28%),
        linear-gradient(135deg, #0f2c66 0%, #17439a 48%, #1e5fd4 100%);
    border: 1px solid rgba(17, 63, 153, 0.3);
    box-shadow: 0 24px 64px rgba(18, 74, 176, 0.2);
    overflow: hidden;
}

.page-hero-inner::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 0;
    height: 4px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(90deg, var(--cyan), #ffffff, var(--amber));
}

.page-hero .eyebrow {
    color: rgba(255, 255, 255, 0.84);
}

.page-hero .eyebrow::before {
    background: linear-gradient(135deg, #ffffff, var(--amber));
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.page-layout {
    grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
    align-items: start;
}

.page-content {
    padding: 1.45rem;
}

.page-hero h1 {
    color: #ffffff;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.86);
    max-width: 54ch;
}

.page-content h3 {
    margin: 0 0 0.75rem;
    font-size: 1.04rem;
    color: var(--navy);
    font-weight: 800;
}

.page-content p + p,
.page-content p + ul,
.page-content p + ol,
.page-content ul + p,
.page-content .content-grid,
.page-content .content-card,
.page-content .numbered-list {
    margin-top: 1.1rem;
}

.page-content ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--muted);
}

.page-content li + li {
    margin-top: 0.48rem;
}

.page-content ol {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--muted);
}

.sidebar-card a + a {
    margin-top: 0.75rem;
}

.sidebar-card--quick-access .sidebar-links a:not(.button) {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.78rem 0.92rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(213, 227, 247, 0.92);
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.sidebar-card--quick-access .sidebar-links a + a {
    margin-top: 0;
}

.sidebar-card--quick-access .eyebrow {
    margin-bottom: 0.72rem;
}

.sidebar-card--quick-access .sidebar-links a:not(.button)::after {
    transition: transform 180ms ease, color 180ms ease;
}

.sidebar-card--quick-access .sidebar-links a:not(.button):hover,
.sidebar-card--quick-access .sidebar-links a:not(.button):focus-visible {
    transform: translateX(4px);
    background: linear-gradient(135deg, #eef5ff 0%, #ffffff 100%);
    border-color: rgba(157, 194, 242, 0.95);
    box-shadow: 0 14px 28px rgba(18, 74, 176, 0.08);
    color: var(--primary);
}

.sidebar-card--quick-access .sidebar-links a:not(.button):hover::after,
.sidebar-card--quick-access .sidebar-links a:not(.button):focus-visible::after {
    transform: translateX(4px);
}

.section-copy + .bullet-stack,
.page-content p + .content-grid,
.page-content p + .button,
.sidebar-card p + .button,
.info-card p + .button {
    margin-top: 1.1rem;
}

.cta-section {
    padding-bottom: 4rem;
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.55rem;
    background: linear-gradient(135deg, #113370 0%, #1e5fd4 100%);
    color: #fff;
    border-color: rgba(17, 51, 112, 0.3);
}

.cta-card .eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.cta-card h2 {
    margin: 0.45rem 0 0;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.08;
    font-weight: 800;
}

.table-card {
    overflow-x: auto;
    overflow-y: hidden;
}

.table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem 0;
}

.table-head h2 {
    margin: 0;
    color: var(--navy);
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.data-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 0.98rem 1.25rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.data-table th {
    color: var(--muted);
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.data-table td {
    font-size: 0.88rem;
    font-weight: 700;
}

.status-pill {
    background: var(--primary-soft);
    color: var(--primary-strong);
    border: 1px solid rgba(30, 95, 212, 0.14);
}

.search-form {
    display: flex;
    gap: 0.9rem;
    align-items: end;
    margin-bottom: 1.15rem;
}

.verify-form {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.search-form input,
.verify-form input,
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid var(--line-strong);
    background: var(--surface-alt);
    color: var(--text);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
}

.search-form input::placeholder,
.verify-form input::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #7e94b0;
}

.search-form input:focus,
.verify-form input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(30, 95, 212, 0.08);
    background: #fff;
}

.contact-grid {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
}

.info-list {
    display: grid;
    gap: 0.9rem;
}

.verify-guidance-copy {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.verify-guidance-copy p {
    margin: 0;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.72;
}

.verify-guidance-copy a {
    color: var(--primary-strong);
}

.verify-guidance-alert {
    margin: 1rem 0 0;
    padding: 1rem 1.05rem;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, rgba(255, 179, 32, 0.14), rgba(238, 63, 69, 0.08));
    border: 1px solid rgba(255, 179, 32, 0.3);
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.verify-form label,
.verify-form .button {
    width: 100%;
}

.verify-form .button {
    min-height: 56px;
}

.info-list li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.info-list strong {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.info-list span {
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 700;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
    margin-bottom: 1rem;
}

.form-grid-full {
    grid-column: 1 / -1;
}

.contact-form label,
.verify-form label {
    display: grid;
    gap: 0.4rem;
}

.contact-form span,
.verify-form span {
    color: var(--navy);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-form small {
    color: #c83e45;
    font-size: 0.76rem;
    font-weight: 800;
}

.flash {
    margin-bottom: 0.95rem;
    padding: 0.92rem 1rem;
    border-radius: 16px;
    font-size: 0.86rem;
    font-weight: 800;
}

.flash--success {
    background: rgba(30, 95, 212, 0.08);
    color: var(--primary-strong);
    border: 1px solid rgba(30, 95, 212, 0.12);
}

.flash--error {
    background: rgba(200, 62, 69, 0.08);
    color: #b12431;
    border: 1px solid rgba(200, 62, 69, 0.12);
}

.site-footer {
    position: relative;
    z-index: 2;
    margin-top: 2rem;
    padding: 2.5rem 0 1.6rem;
    background: #0f244b;
    color: rgba(255, 255, 255, 0.86);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 0.9fr;
    gap: 1.5rem;
}

.footer-brand-block .brand-logo,
.brand--footer .brand-logo {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.brand--footer .brand-copy strong {
    color: #ffffff;
}

.brand--footer .brand-copy small {
    color: rgba(255, 255, 255, 0.68);
}

.footer-copy,
.footer-note {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 600;
}

.site-footer h3 {
    margin: 0 0 0.85rem;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.footer-links {
    display: grid;
    gap: 0.62rem;
}

.footer-links li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 700;
}

.footer-bottom {
    margin-top: 1.7rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    font-weight: 700;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 450ms ease, transform 450ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .topbar-inner {
        gap: 0.85rem;
    }

    .topbar-actions {
        justify-content: flex-start;
    }

    .hero-grid,
    .split-layout,
    .page-layout,
    .contact-grid,
    .verify-grid,
    .card-grid--three,
    .card-grid--two {
        grid-template-columns: 1fr;
    }

    .stats-grid--inline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading--spread,
    .cta-card,
    .search-form {
        flex-direction: column;
        align-items: start;
    }

    .mega-menu,
    .mega-menu--wide {
        width: min(920px, calc(100vw - 3rem));
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .mega-menu-body {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 960px) {
    .nav-shell {
        min-height: auto;
        padding: 0.85rem 1rem;
    }

    .nav-toggle {
        display: inline-block;
        position: relative;
        z-index: 61;
    }

    .nav-panel {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(360px, calc(100vw - 2.5rem));
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.7rem;
        padding: 1.15rem 1rem 1.25rem;
        margin-left: 0;
        border-radius: 0 28px 28px 0;
        background: rgba(255, 255, 255, 0.995);
        border-right: 1px solid rgba(189, 212, 244, 0.96);
        box-shadow: 0 28px 64px rgba(16, 52, 112, 0.18);
        overflow-y: auto;
        transform: translateX(calc(-100% - 1.5rem));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 240ms ease, opacity 200ms ease, visibility 200ms ease;
        z-index: 60;
    }

    .nav-panel.is-open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding-bottom: 0.95rem;
        margin-bottom: 0.1rem;
        border-bottom: 1px solid rgba(213, 227, 247, 0.9);
    }

    .nav-close {
        display: inline-block;
        position: relative;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid rgba(189, 212, 244, 0.95);
        border-radius: 14px;
        background: #f7faff;
        cursor: pointer;
        flex: 0 0 44px;
    }

    .nav-close span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: var(--navy);
    }

    .nav-close span:first-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .nav-close span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(8, 23, 52, 0.34);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 220ms ease, visibility 220ms ease;
        z-index: 50;
    }

    .nav-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-panel > a:not(.button),
    .nav-dropdown summary {
        width: 100%;
        justify-content: space-between;
        padding: 0.92rem 1rem;
        border-radius: 16px;
        background: #f8fbff;
        border: 1px solid rgba(213, 227, 247, 0.92);
        box-shadow: none;
        transform: none;
    }

    .nav-panel > a:not(.button).active,
    .nav-panel > a:not(.button):hover,
    .nav-dropdown summary.active,
    .nav-dropdown summary:hover {
        background: #eef5ff;
        color: var(--primary-strong);
        border-color: rgba(157, 194, 242, 0.95);
        box-shadow: none;
        transform: none;
    }

    .mega-menu,
    .mega-menu--wide,
    .dropdown-menu {
        display: none !important;
    }

    .nav-mobile-links {
        display: none;
        gap: 0.45rem;
        padding: 0.3rem 0.2rem 0.1rem 1rem;
    }

    .nav-mobile-links a {
        display: block;
        padding: 0.75rem 0.9rem;
        border-radius: 14px;
        color: var(--text);
        font-size: 0.82rem;
        font-weight: 800;
        background: #ffffff;
        border: 1px solid rgba(213, 227, 247, 0.95);
        transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
    }

    .nav-mobile-links a:hover,
    .nav-mobile-links a:focus-visible {
        background: #f4f8ff;
        color: var(--primary-strong);
        border-color: rgba(157, 194, 242, 0.95);
    }

    .nav-mobile-overview {
        color: var(--primary-strong) !important;
        background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%) !important;
    }

    .nav-dropdown[open] > .nav-mobile-links {
        display: grid;
    }

    .nav-panel .button {
        width: 100%;
        margin-top: 0.2rem;
    }
}

@media (max-width: 680px) {
    body {
        font-size: 14px;
    }

    .topbar-inner {
        align-items: stretch;
        padding: 0.6rem 0;
    }

    .topbar-brandline,
    .topbar-actions {
        gap: 0.5rem;
    }

    .topbar-copy,
    .topbar-chip {
        font-size: 0.66rem;
        letter-spacing: 0.08em;
    }

    .brand-logo {
        width: 54px;
        height: 54px;
    }

    .brand-copy small {
        font-size: 0.67rem;
    }

    .nav-shell {
        padding: 0.82rem 0.9rem;
    }

    .hero-section,
    .page-hero,
    .section {
        padding-block: 1.7rem;
    }

    .hero-copy,
    .hero-slider-footer,
    .page-content,
    .feature-card,
    .link-card,
    .content-card,
    .info-card,
    .sidebar-card,
    .contact-form,
    .verify-form,
    .verify-result,
    .search-form,
    .process-panel,
    .cta-card {
        padding: 1.05rem;
    }

    .hero-copy h1,
    .page-hero h1 {
        font-size: 2rem;
    }

    .page-hero-inner {
        padding: 1.45rem 1.2rem 1.55rem;
        border-radius: 26px;
    }

    .hero-slider {
        min-height: 320px;
    }

    .stats-grid--inline,
    .form-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
