
:root {
  --ink: #10221b;
  --muted: #58655f;
  --deep: #03271d;
  --forest: #063d2c;
  --forest-2: #0b513a;
  --gold: #d7a744;
  --gold-text: #805b08;
  --gold-light: #f0cb74;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --line: rgba(7, 55, 40, .13);
  --shadow: 0 24px 70px rgba(5, 39, 29, .12);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif; line-height: 1.62; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
h1, h2, h3 { overflow-wrap: break-word; text-wrap: balance; }
p { text-wrap: pretty; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .8rem 1rem; border-radius: 8px; color: var(--deep); }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .7rem; color: var(--gold-text); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800; }
.kicker { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .72rem; border: 1px solid rgba(231,189,96,.35); border-radius: 999px; color: #f6dfaa; background: rgba(4,39,29,.4); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.kicker::before { content: ""; width: .46rem; height: .46rem; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 5px rgba(240,203,116,.1); }
.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(3,39,29,.98); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; width: auto; flex: 0 0 auto; padding: 3px 5px; border: 1px solid rgba(240,203,116,.2); border-radius: 8px; background: rgba(255,253,248,.9); box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.brand img { width: auto; height: 56px; max-width: 100%; object-fit: contain; }
.nav-toggle { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 9px; padding: .5rem .68rem; }
.nav-toggle:focus-visible, .button:focus-visible, .footer-links a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.primary-nav { display: flex; align-items: center; gap: .12rem; }
.primary-nav a { padding: .56rem .62rem; color: rgba(255,255,255,.82); text-decoration: none; font-size: .875rem; border-radius: 8px; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.08); }
.nav-cta { margin-left: .2rem; border: 1px solid rgba(231,189,96,.45) !important; color: #f6d887 !important; }
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 20%, rgba(28,105,75,.65), transparent 42%), linear-gradient(135deg, #021d16 0%, #063d2c 54%, #052c20 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: url('network-grid.svg') center/cover no-repeat; opacity: .78; pointer-events: none; }
.hero-inner { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 3.25rem; padding-block: 5rem; }
.hero-inner > *, .section-header > *, .split > * { min-width: 0; }
.hero h1 { margin: 1rem 0 1.1rem; max-width: 820px; font-size: clamp(3.2rem, 6vw, 6.45rem); line-height: .95; letter-spacing: -.052em; }
.hero h1 span { display: block; color: var(--gold-light); }
.hero-copy { max-width: 680px; color: rgba(255,255,255,.84); font-size: clamp(1.04rem, 1.5vw, 1.2rem); line-height: 1.62; }
.hero-support { margin-top: .95rem; color: #fff; font-weight: 700; }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.65rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .75rem 1.08rem; border-radius: 10px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-light); color: #173125; box-shadow: 0 12px 30px rgba(215,167,68,.22); }
.button-secondary { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(3,39,29,.25); }
.button-dark { background: var(--deep); color: #fff; }
.hero-panel { align-self: center; margin-bottom: 0; padding: 1.15rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(2,29,22,.56); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-panel .eyebrow { color: var(--gold-light); }
.hero-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.hero-stat { padding: 1rem; border-radius: 14px; background: rgba(255,255,255,.065); }
.hero-stat strong { display: block; color: #fff; font-size: 1.05rem; }
.hero-stat span { color: rgba(255,255,255,.64); font-size: .88rem; }
.control-bar { position: relative; background: #062e22; color: #fff; border-top: 1px solid rgba(255,255,255,.09); }
.control-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.control-item { padding: 1.15rem 1.1rem; border-right: 1px solid rgba(255,255,255,.1); }
.control-item:last-child { border-right: 0; }
.control-item strong { display: block; color: var(--gold-light); font-size: .92rem; }
.control-item span { color: rgba(255,255,255,.68); font-size: .85rem; }
.section { padding-block: 5.6rem; }
.section-tight { padding-block: 3.6rem; }
.section-white { background: var(--paper); }
.section-dark { color: #fff; background: var(--deep); }
.section-header { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3rem; align-items: end; margin-bottom: 2.25rem; }
.section-header h2, .page-hero h1 { margin: 0; letter-spacing: -.043em; line-height: 1.06; }
.section-header h2 { font-size: clamp(2.3rem, 4.5vw, 4.35rem); }
.display-heading { margin: .2rem 0 1rem; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.05; letter-spacing: -.043em; }
.display-heading--wide { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.display-heading--compact { font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.03; letter-spacing: -.04em; }
.section-header p { max-width: 64ch; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-header p { color: rgba(255,255,255,.7); }
.section-dark .eyebrow { color: var(--gold-light); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.card { display: flex; flex-direction: column; height: 100%; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: 0 12px 38px rgba(4,47,34,.055); }
.card-dark { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.1); box-shadow: none; }
.card h3 { margin: .6rem 0 .65rem; font-size: 1.25rem; line-height: 1.25; }
.card p { margin: 0; color: var(--muted); }
.card-dark p { color: rgba(255,255,255,.68); }
.icon { width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 13px; color: var(--gold-text); background: rgba(215,167,68,.12); font-size: 1.15rem; font-weight: 900; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.media-frame { overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); border: 1px solid rgba(231,189,96,.18); background: var(--deep); }
.media-frame img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.media-frame-box { display: block; position: relative; width: 100%; padding-top: 66.6667%; overflow: hidden; }
.media-frame-box img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.status-row { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1rem; }
.status { display: inline-flex; align-items: center; gap: .38rem; border-radius: 999px; padding: .37rem .66rem; font-size: .77rem; font-weight: 800; letter-spacing: .02em; }
.status::before { content: ""; width: .42rem; height: .42rem; border-radius: 50%; background: currentColor; }
.status-verified { color: #176d4f; background: #e5f4ed; }
.status-plan { color: #76540c; background: #fbf0d4; }
.status-review { color: #285a86; background: #e8f1fa; }
.status-hold { color: #894947; background: #faeceb; }
.list-clean { padding: 0; margin: 1rem 0 0; list-style: none; }
.list-clean li { position: relative; padding: .58rem 0 .58rem 1.65rem; border-bottom: 1px solid var(--line); }
.list-clean li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-text); font-weight: 900; }
.list-clean li:last-child { border-bottom: 0; }
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; align-items: stretch; counter-reset: flow; }
.flow-card { position: relative; height: 100%; padding: 1.5rem; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.flow-card::before { counter-increment: flow; content: "0" counter(flow); display: inline-block; margin-bottom: 1.4rem; color: var(--gold-text); font-size: .83rem; font-weight: 900; letter-spacing: .12em; }
.flow-card h3 { margin: 0 0 .55rem; }
.flow-card p { margin: 0; color: var(--muted); }
.page-hero { color: #fff; background: linear-gradient(135deg, #021d16, #06432f); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: url('network-grid.svg') 78% 42%/900px auto no-repeat; opacity: .52; pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; min-height: 420px; display: grid; align-content: center; max-width: 900px; padding-block: 4.5rem; }
.page-hero h1 { margin-top: 1rem; font-size: clamp(3.1rem, 7vw, 6.2rem); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.78); font-size: 1.12rem; line-height: 1.62; }
.notice { padding: 1rem 1.1rem; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: #fff8e7; color: #5e4818; }
.quote { padding: 1.8rem; border-radius: 22px; background: var(--deep); color: #fff; font-size: clamp(1.45rem, 3vw, 2.3rem); line-height: 1.28; letter-spacing: -.03em; }
.quote small { display: block; margin-top: 1rem; color: #e4bd61; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.table-wrap { position: relative; overflow-x: auto; border-radius: 16px; border: 1px solid var(--line); outline-offset: 4px; }
.table-wrap:focus-visible { outline: 3px solid var(--gold-text); }
.table-scroll-cue { display: none; position: sticky; left: 0; width: max-content; margin: 0; padding: .5rem .75rem; color: #5e4818; background: #fff8e7; font-size: .78rem; font-weight: 700; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: #fff; background: var(--forest); font-size: .86rem; }
td { font-size: .92rem; }
.site-footer { color: rgba(255,255,255,.76); background: #021d16; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 2.5rem; padding-block: 3.5rem 2.75rem; }
.footer-brand { width: auto; height: 80px; max-width: 100%; object-fit: contain; margin-bottom: 1rem; padding: 4px 6px; border: 1px solid rgba(240,203,116,.18); border-radius: 8px; background: rgba(255,253,248,.9); }
.footer-title { color: #fff; font-size: .92rem; margin: 0 0 .75rem; }
.footer-links { display: grid; gap: .45rem; }
.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.approval-chip { display: inline-flex; margin-top: .7rem; padding: .28rem .55rem; border-radius: 7px; color: #f2ce7a; background: rgba(215,167,68,.1); font-size: .75rem; font-weight: 700; }
.noindex-banner { padding: .48rem 1rem; text-align: center; color: #3f300f; background: #f2cf79; font-size: .75rem; font-weight: 800; line-height: 1.35; letter-spacing: .04em; }
@media (max-width: 1050px) {
  .header-inner { flex-wrap: wrap; }
  .primary-nav { position: static; width: 100%; display: flex; flex-direction: column; align-items: stretch; padding: .8rem; background: #052d22; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: var(--shadow); }
  .js .header-inner { flex-wrap: nowrap; }
  .js .primary-nav { position: absolute; left: 20px; right: 20px; top: 70px; width: auto; display: none; max-height: calc(100vh - 94px); overflow-y: auto; overscroll-behavior: contain; }
  .js .primary-nav.is-open { display: flex; }
  .js .nav-toggle { display: inline-flex; }
  .primary-nav a { padding: .74rem .8rem; white-space: normal; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .hero-panel { max-width: 700px; align-self: auto; }
  .control-grid { grid-template-columns: repeat(2, 1fr); }
  .control-item:nth-child(2) { border-right: 0; }
  .control-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .grid-4, .flow { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .noindex-banner { padding: .42rem .75rem; font-size: .7rem; letter-spacing: .025em; }
  .header-inner { min-height: 60px; }
  .brand { padding: 2px 4px; border-radius: 7px; }
  .brand img { width: auto; height: 44px; }
  .footer-brand { width: auto; height: 68px; }
  .js .primary-nav { left: 14px; right: 14px; top: 60px; max-height: calc(100vh - 78px); }
  .hero-inner { padding-block: 3.2rem; gap: 1.5rem; }
  .hero h1 { font-size: clamp(2.85rem, 14.2vw, 4.3rem); line-height: .96; }
  .hero-copy { font-size: 1rem; }
  .actions { flex-direction: column; margin-top: 1.5rem; }
  .button { width: 100%; }
  .hero-panel { padding: 1rem; }
  .hero-panel-grid, .control-grid, .section-header, .split, .grid-2, .grid-3, .grid-4, .flow, .footer-grid { grid-template-columns: 1fr; }
  .control-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .control-item:last-child { border-bottom: 0; }
  .section { padding-block: 3.8rem; }
  .section-header { gap: 1.05rem; margin-bottom: 2rem; }
  .display-heading, .display-heading--wide, .display-heading--compact { font-size: clamp(2.2rem, 11vw, 3.4rem); line-height: 1.07; }
  .card { padding: 1.35rem; }
  .split { gap: 2rem; }
  .page-hero-inner { min-height: 360px; padding-block: 3.4rem; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); line-height: 1; }
  .page-hero p { font-size: 1rem; }
  .quote { padding: 1.5rem; }
  .table-scroll-cue { display: block; }
  .footer-grid { gap: 2rem; padding-block: 3rem 2.25rem; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
