/* style.css — CTPF Network home. Combined from production CSS. */

/* --- site.css --- */
:root {
  color-scheme: dark;
  --bg: #131b25;
  --bg-2: #1c2434;
  --panel: #1c2434;
  --brand: #3bd671;
  --text: #e6eaeb;
  --line: #2d3340;
  --on-brand: #131b25;
  --pop: #63e552;
  --muted: rgba(230, 234, 235, 0.72);
  --soft-brand: rgba(59, 214, 113, 0.11);
  --shell: 1248px;
  --radius: 6px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font: 400 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: 0.22em; }
a:hover { color: var(--text); }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: var(--bg); background: var(--text); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(19, 27, 37, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-size: 16px; font-weight: 730; letter-spacing: 0.12em; text-transform: uppercase; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand b { color: var(--brand); font-weight: inherit; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(10px, 1.7vw, 24px); list-style: none; padding: 0; margin: 0; }
.primary-nav a { position: relative; display: block; padding: 29px 0 26px; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 650; letter-spacing: 0.04em; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.primary-nav a:hover { color: var(--text); }
.primary-nav a[aria-current="page"] { color: var(--brand); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--line); color: var(--text); background: transparent; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(80px, 11vw, 144px) 0 clamp(56px, 7vw, 96px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 35%, rgba(59, 214, 113, 0.08), transparent 400px), linear-gradient(145deg, var(--bg), var(--bg-2)); }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000 50%); }
.page-hero--mapped { padding-block: clamp(44px, 5vw, 68px); }
.hero-composition { display: grid; grid-template-columns: minmax(464px, .95fr) minmax(560px, 1.25fr); align-items: center; gap: clamp(16px, 2.5vw, 40px); }
.hero-composition .hero-copy { position: relative; z-index: 2; }
.page-hero--mapped .hero-composition h1 { max-width: none; font-size: clamp(41px, 3.1vw, 52px); line-height: 1.02; }
.page-hero h1 { max-width: 18ch; margin: 0; color: var(--text); font-size: clamp(42px, 6.5vw, 96px); font-weight: 680; line-height: 0.98; letter-spacing: -0.055em; }
.page-hero h1 span { color: var(--brand); }
.hero-line { display: block; }
.hero-line--text { color: var(--text) !important; }
.eyebrow { margin: 0 0 16px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.lead { max-width: 800px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-composition .lead { max-width: 592px; margin-top: 20px; font-size: clamp(16px, 1.25vw, 18px); }
.hero-cta { width: min(100%, 256px); display: grid; gap: 11px; margin-top: 24px; }
.hero-cta .button { width: 100%; height: 50px; min-height: 50px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; font-size: 14px; font-weight: 750; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--on-brand); background: var(--brand); box-shadow: 0 11px 32px rgba(59, 214, 113, 0.14); }
.button--primary:hover { color: var(--on-brand); background: var(--brand); }
.button--ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.035); }
.button--ghost:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); }

.section { padding: clamp(64px, 8vw, 112px) 0; }
.section--panel { border-block: 1px solid var(--line); background: var(--bg-2); }
.section-heading { max-width: 768px; margin-bottom: 40px; }
.section-heading h2, .section h2 { margin: 0 0 16px; color: var(--text); font-size: clamp(26px, 3vw, 45px); line-height: 1.12; letter-spacing: -0.035em; }
.section p { color: var(--muted); }
.inline-link { display: flex; justify-content: flex-end; margin-top: 24px; }
main p a, .inline-link a, .feature-card a { color: var(--brand); }
.inline-link a, .feature-card a { font-weight: 700; text-decoration-color: var(--brand); }
.card-grid { display: grid; gap: 16px; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { min-height: 248px; position: relative; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008)); box-shadow: var(--shadow); }
.feature-card::before { content: ""; position: absolute; top: -1px; left: -1px; width: 64px; height: 2px; background: var(--brand); }
.feature-card h2 { font-size: 22px; letter-spacing: -0.02em; }
.card-index { display: block; margin-bottom: 29px; color: var(--brand); font: 800 12px/1 monospace; letter-spacing: 0.12em; }
.split-feature, .content-grid, .monitor-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 7vw, 112px); }
.split-feature > div + div, .content-grid > article + article { padding-left: clamp(24px, 4vw, 64px); border-left: 1px solid var(--line); }
.cta-band { border-block: 1px solid var(--line); background: var(--bg-2); color: var(--text); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-band h2 { color: var(--text); }
.cta-band p { color: var(--muted); }

.world-map { position: relative; min-width: 0; overflow: visible; }
.world-map svg { width: 100%; height: auto; aspect-ratio: 1000 / 420; overflow: visible; }
.world-map--hero { align-self: center; width: min(112%, 832px); max-width: none; margin-right: -6%; justify-self: end; }
.world-map--hero .map-land { opacity: 1; }
.world-map--detail { width: 100%; }
.map-marker { cursor: default; color: var(--pop); }
.map-marker .core { fill: currentColor; }
.map-marker .pulse { fill: none; stroke: currentColor; stroke-width: 1.5; opacity: .4; transform-box: fill-box; transform-origin: center; animation: map-pulse 2.8s ease-out infinite; }
.map-marker.high .core { r: 5px; }
.map-marker.high .pulse { stroke-width: 2; }
.map-marker.primary .pulse { r: 14px; animation-duration: 2s; }
.map-marker:focus .pulse { stroke: var(--text); opacity: 1; }
.map-label line { stroke: var(--pop); stroke-width: 1; }
.map-label text { fill: var(--text); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.map-key { display: flex; flex-wrap: wrap; gap: 11px 24px; align-items: center; margin: 0; padding: 13px 8px 0; font-size: 12px; }
.map-key span, .map-key strong { display: inline-flex; align-items: center; gap: 7px; }
.map-key strong { margin-left: auto; color: var(--text); }
.key-dot, .key-ring { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: var(--pop); }
.key-ring { border: 1px solid var(--pop); background: transparent; }
@keyframes map-pulse { 0% { transform: scale(.55); opacity: .8; } 80%,100% { transform: scale(1.55); opacity: 0; } }

.stats-section { padding-block: 16px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat-grid div { padding: 18px 32px; border-left: 1px solid var(--line); }
.stat-grid div:last-child { border-right: 1px solid var(--line); }
.stat-grid strong { display: block; color: var(--text); font-size: clamp(38px, 4vw, 60px); line-height: 1; letter-spacing: -0.06em; }
.stat-grid span { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.regions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 32px; background: var(--line); border: 1px solid var(--line); }
.regions-grid article { padding: 24px; background: var(--bg-2); }
.regions-grid h3 { color: var(--text); font-size: 16px; }
.network-subnav { border-bottom: 1px solid var(--line); background: var(--bg-2); }
.network-subnav ul { display: flex; gap: 7px; margin: 0; padding: 13px 0; list-style: none; overflow-x: auto; scrollbar-width: thin; }
.network-subnav a { min-height: 42px; display: inline-flex; align-items: center; padding: 9px 14px; color: var(--muted); border: 1px solid transparent; text-decoration: none; white-space: nowrap; font-size: 13px; font-weight: 700; }
.network-subnav a:hover { color: var(--text); border-color: var(--line); }
.network-subnav a[aria-current="page"] { color: var(--on-brand); border-color: var(--brand); background: var(--brand); }
.region-directory { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.region-directory > a { min-height: 272px; display: flex; flex-direction: column; padding: 26px; color: var(--text); border: 1px solid var(--line); background: var(--bg-2); text-decoration: none; }
.region-directory > a:hover { border-color: var(--brand); }
.region-directory span { font-size: 20px; font-weight: 750; }
.region-directory p { font-size: 14px; }
.region-directory strong { margin-top: auto; color: var(--brand); font-size: 13px; }
.region-directory i { font-style: normal; }
.location-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.location-groups section { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); background: var(--bg-2); }
.location-groups h2 { min-height: 2.5em; font-size: 20px; }
.location-groups ul { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.location-groups li { position: relative; padding-left: 18px; color: var(--text); }
.location-groups li::before { content: ""; position: absolute; top: 11px; left: 0; width: 6px; height: 6px; background: var(--pop); }
.region-back { margin-top: 32px; }
.region-back a { color: var(--brand); font-weight: 750; }

@media (min-width: 1024px) {
  .hero-line--text { white-space: nowrap; }
}

.primary-location { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: clamp(48px, 8vw, 128px); }
.location-line { color: var(--text) !important; font-weight: 700; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 32px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; color: var(--text); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: var(--pop); }
.fra-diagram { min-height: 352px; display: grid; place-items: center; align-content: center; padding: 32px; border: 1px solid var(--line); background: radial-gradient(circle, var(--soft-brand), transparent 60%); text-align: center; }
.fra-diagram strong { padding: 24px; color: var(--on-brand); border: 1px solid var(--brand); background: var(--brand); font-size: 26px; }
.fra-diagram span { color: var(--text); font-weight: 700; }
.fra-diagram i { width: 1px; height: 48px; background: linear-gradient(var(--pop), var(--line)); }

.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid article { min-height: 256px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid span { color: var(--brand); font: 800 12px monospace; }
.principles-grid h2 { margin-top: 48px; font-size: 20px; }
.prose { max-width: 832px; }
.signal-stack { display: grid; gap: 10px; align-content: center; }
.signal-stack span, .signal-stack strong { padding: 16px 20px; border: 1px solid var(--line); background: var(--bg-2); }
.signal-stack span::before { content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 11px; background: var(--pop); }
.signal-stack strong { color: var(--text); border-color: var(--brand); background: var(--soft-brand); text-align: center; }
.status-access { max-width: 928px; display: grid; grid-template-columns: 160px 1fr; gap: 48px; align-items: center; }
.status-symbol { width: 144px; height: 144px; display: grid; place-content: center; gap: 8px; border: 1px solid var(--line); background: var(--bg-2); }
.status-symbol i { width: 64px; height: 2px; display: block; background: var(--pop); }
.status-symbol i:nth-child(2) { width: 45px; }
.status-symbol i:nth-child(3) { width: 26px; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 8vw, 128px); align-items: start; }
.contact-meta { display: grid; gap: 24px; margin-top: 32px; }
.contact-meta div { padding-top: 16px; border-top: 1px solid var(--line); }
.contact-meta strong { display: block; color: var(--text); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); background: var(--bg-2); box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--text); font-size: 14px; font-weight: 700; }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--text); border: 1px solid var(--line); border-radius: 0; background: var(--bg); }
.field textarea { min-height: 160px; resize: vertical; }
.field small { color: var(--muted); }
.form-note { grid-column: 1 / -1; margin: 0; font-size: 13px; }
.form-errors, .form-success { grid-column: 1 / -1; padding: 16px; border-left: 4px solid var(--brand); background: var(--soft-brand); }
.form-success { border-color: var(--pop); background: rgba(99,229,82,.1); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.error-page { min-height: 65vh; display: grid; align-items: center; padding: 80px 0; }
.error-page h1 { max-width: 15ch; color: var(--text); font-size: clamp(38px, 8vw, 96px); line-height: 1; }
.error-code { color: var(--brand); font: 800 16px monospace; letter-spacing: .2em; }

.site-footer { border-top: 1px solid var(--line); background: var(--bg); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; padding-block: 64px; }
.footer-grid h2 { margin: 0 0 16px; color: var(--text); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-grid a { color: var(--muted); text-decoration: none; font-size: 14px; }
.footer-grid a:hover { color: var(--text); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-brand img { width: 256px; height: 256px; }
.footer-brand p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-brand strong { color: var(--text); }
.footer-base { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 1024px) {
  .hero-composition { grid-template-columns: 1fr; }
  .world-map--hero { width: 100%; margin-right: 0; justify-self: stretch; }
  .primary-nav { position: fixed; inset: 80px 0 auto; display: none; padding: 16px 24px 32px; border-bottom: 1px solid var(--line); background: var(--bg); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav a { min-height: 50px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: grid; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .card-grid--3, .principles-grid, .regions-grid, .region-directory { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .page-hero { padding-top: 72px; }
  .page-hero h1 { font-size: clamp(39px, 12vw, 69px); }
  .page-hero--mapped { padding-block: 48px 40px; }
  .page-hero--mapped .hero-composition h1 { font-size: clamp(32px, 9vw, 41px); line-height: 1.04; }
  .hero-composition { gap: 36px; }
  .card-grid--3, .split-feature, .content-grid, .monitor-layout, .primary-location, .contact-layout { grid-template-columns: 1fr; }
  .split-feature > div + div, .content-grid > article + article { padding: 32px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-grid div, .stat-grid div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .cta-band .shell, .footer-base { align-items: flex-start; flex-direction: column; }
  .location-groups { grid-template-columns: 1fr; }
  .location-groups h2 { min-height: 0; }
  .map-key strong { width: 100%; margin-left: 0; }
  .status-access { grid-template-columns: 1fr; gap: 24px; }
  .contact-form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
}

@media (max-width: 544px) {
  .brand { font-size: 14px; letter-spacing: .08em; }
  .brand img { width: 42px; height: 42px; }
  .header-inner { min-height: 72px; }
  .primary-nav { inset-block-start: 72px; }
  .hero-cta, .hero-cta .button, .cta-band .button { width: 100%; }
  .regions-grid, .principles-grid, .footer-grid, .region-directory { grid-template-columns: 1fr; }
  .region-directory > a { min-height: 208px; }
  .principles-grid article { min-height: 208px; }
  .world-map svg { min-height: 0; transform: none; }
  .world-map--hero .map-label text { font-size: 15px; }
  .map-key { position: relative; z-index: 2; padding: 12px 0; }
  .footer-base { padding-block: 24px; }
}

@media (orientation: landscape) and (max-height: 544px) and (max-width: 1024px) {
  .primary-nav { max-height: calc(100vh - 72px); overflow-y: auto; }
  .page-hero { padding-block: 56px 40px; }
  .page-hero--mapped { padding-block: 40px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .map-marker .pulse { opacity: .45; transform: none; }
}

@media print {
  .site-header, .menu-toggle, .site-footer { display: none; }
  body { color: #111; background: #fff; }
  .page-hero, .section, .section--panel { color: #111; background: #fff; border-color: #aaa; }
  .page-hero h1, .section h2, .feature-card h2 { color: #111; }
}

/* Scrollbars: navy track, map-marker green thumb */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--pop) var(--navy, var(--bg));
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--pop) var(--navy, var(--bg));
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-corner {
  background: var(--navy, var(--bg));
}
*::-webkit-scrollbar-thumb {
  background: var(--pop);
  border: 2px solid var(--navy, var(--bg));
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--brand);
}

/* --- home-first.css --- */
:root{color-scheme:dark;--bg:#131b25;--bg-2:#1c2434;--panel:#1c2434;--brand:#3bd671;--text:#e6eaeb;--line:#2d3340;--on-brand:#131b25;--pop:#63e552;--muted:rgba(230,234,235,0.72);--soft-brand:rgba(59,214,113,0.11);--shell:1248px;--radius:6px;--shadow:0 24px 80px rgba(0,0,0,0.28);}html{scroll-behavior:smooth;}body{margin:0;min-width:320px;color:var(--text);background:var(--bg);font:400 16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-rendering:optimizeLegibility;}a{color:inherit;text-underline-offset:0.22em;}a:hover{color:var(--text);}img,svg{display:block;max-width:100%;}button,input,textarea{font:inherit;}button,a{-webkit-tap-highlight-color:transparent;}:focus-visible{outline:3px solid var(--brand);outline-offset:3px;}.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:12px 16px;color:var(--bg);background:var(--text);transform:translateY(-150%);}.skip-link:focus{transform:translateY(0);}.site-header{position:sticky;z-index:100;top:0;background:rgba(19,27,37,0.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px);}.header-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:32px;}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);text-decoration:none;font-size:16px;font-weight:730;letter-spacing:0.12em;text-transform:uppercase;}.brand img{width:48px;height:48px;object-fit:contain;}.brand b{color:var(--brand);font-weight:inherit;}.primary-nav ul{display:flex;align-items:center;gap:clamp(10px,1.7vw,24px);list-style:none;padding:0;margin:0;}.primary-nav a{position:relative;display:block;padding:29px 0 26px;color:var(--muted);text-decoration:none;font-size:14px;font-weight:650;letter-spacing:0.04em;}.primary-nav a::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:right;transition:transform 180ms ease;}.primary-nav a:hover{color:var(--text);}.primary-nav a[aria-current="page"]{color:var(--brand);}.primary-nav a:hover::after,.primary-nav a[aria-current="page"]::after{transform:scaleX(1);transform-origin:left;}.menu-toggle{display:none;width:44px;height:44px;place-content:center;gap:5px;border:1px solid var(--line);color:var(--text);background:transparent;}.menu-toggle span:not(.sr-only){width:20px;height:2px;background:currentColor;}.page-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(80px,11vw,144px) 0 clamp(56px,7vw,96px);border-bottom:1px solid var(--line);background:radial-gradient(circle at 78% 35%,rgba(59,214,113,0.08),transparent 400px),linear-gradient(145deg,var(--bg),var(--bg-2));}.page-hero::before{content:"";position:absolute;z-index:-1;inset:0;opacity:0.18;background-image:linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,transparent,#000 50%);}.page-hero--mapped{padding-block:clamp(44px,5vw,68px);}.hero-composition{display:grid;grid-template-columns:minmax(464px,.95fr) minmax(560px,1.25fr);align-items:center;gap:clamp(16px,2.5vw,40px);}.hero-composition .hero-copy{position:relative;z-index:2;}.page-hero--mapped .hero-composition h1{max-width:none;font-size:clamp(41px,3.1vw,52px);line-height:1.02;}.page-hero h1{max-width:18ch;margin:0;color:var(--text);font-size:clamp(42px,6.5vw,96px);font-weight:680;line-height:0.98;letter-spacing:-0.055em;}.page-hero h1 span{color:var(--brand);}.hero-line{display:block;}.hero-line--text{color:var(--text) !important;}.eyebrow{margin:0 0 16px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:0.18em;text-transform:uppercase;}.lead{max-width:800px;margin:24px 0 0;color:var(--muted);font-size:clamp(17px,2vw,21px);}.hero-composition .lead{max-width:592px;margin-top:20px;font-size:clamp(16px,1.25vw,18px);}.hero-cta{width:min(100%,256px);display:grid;gap:11px;margin-top:24px;}.hero-cta .button{width:100%;height:50px;min-height:50px;}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border:1px solid transparent;border-radius:var(--radius);text-decoration:none;font-size:14px;font-weight:750;transition:transform 160ms ease,background 160ms ease,border-color 160ms ease;}.button:hover{transform:translateY(-2px);}.button--primary{color:var(--on-brand);background:var(--brand);box-shadow:0 11px 32px rgba(59,214,113,0.14);}.button--primary:hover{color:var(--on-brand);background:var(--brand);}.button--ghost{color:var(--text);border-color:var(--line);background:rgba(255,255,255,.035);}.button--ghost:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.07);}main p a,.inline-link a,.feature-card a{color:var(--brand);}.inline-link a,.feature-card a{font-weight:700;text-decoration-color:var(--brand);}.cta-band .shell{display:flex;align-items:center;justify-content:space-between;gap:32px;}.world-map svg{width:100%;height:auto;aspect-ratio:1000 / 420;overflow:visible;}.network-subnav a{min-height:42px;display:inline-flex;align-items:center;padding:9px 14px;color:var(--muted);border:1px solid transparent;text-decoration:none;white-space:nowrap;font-size:13px;font-weight:700;}.network-subnav a:hover{color:var(--text);border-color:var(--line);}.network-subnav a[aria-current="page"]{color:var(--on-brand);border-color:var(--brand);background:var(--brand);}.region-directory > a{min-height:272px;display:flex;flex-direction:column;padding:26px;color:var(--text);border:1px solid var(--line);background:var(--bg-2);text-decoration:none;}.region-directory > a:hover{border-color:var(--brand);}.region-back a{color:var(--brand);font-weight:750;}.footer-grid a{color:var(--muted);text-decoration:none;font-size:14px;}.footer-grid a:hover{color:var(--text);}.footer-brand img{width:256px;height:256px;}html{scrollbar-width:thin;scrollbar-color:var(--pop) var(--navy,var(--bg));}.home-page .page-hero--mapped{padding:36px 0;}.home-page .hero-composition{position:relative;display:block;min-height:500px;}.home-page .hero-composition .hero-copy{width:480px;padding-top:18px;}.home-page .page-hero--mapped .hero-composition h1{max-width:none;font-size:45px;line-height:46px;letter-spacing:-2px;}.home-page .hero-line--text{white-space:nowrap;}.home-page .hero-composition .lead{max-width:460px;margin-top:20px;font-size:16px;line-height:27px;}.home-page .hero-cta{width:254px;gap:10px;margin-top:24px;}.home-page .hero-cta .button{width:254px;height:50px;min-height:50px;padding:12px 20px;font-size:14px;}.home-page .section{padding:72px 0;}.home-page .card-grid{gap:16px;}.home-page .feature-card{height:268px;min-height:250px;padding:30px;}.home-page .card-index{margin-bottom:28px;font-size:12px;line-height:12px;}.home-page .feature-card h2{font-size:22px;line-height:28px;}.home-page .stats-section--home{padding:14px 0;}.home-page .stat-grid div{padding:18px 30px;}.home-page .stat-grid strong{font-size:56px;line-height:56px;}.home-page .stat-grid span{font-size:13px;line-height:18px;}.home-page .split-feature{gap:80px;}.home-page .split-feature > div + div{padding-left:50px;}.home-page .cta-band .shell{gap:32px;}.home-page .cta-band .button{min-height:50px;padding:12px 20px;}.site-status-live{border-bottom:1px solid var(--line,#2d3340);background:var(--bg-2,#1c2434);}.site-status-live.is-up .site-status-live__dot{background:var(--brand,#3bd671);}.site-status-live.is-down .site-status-live__dot{background:#df484a;}.site-status-live.is-pending .site-status-live__dot{background:#fac800;}.site-status-live.is-unknown .site-status-live__dot{background:var(--line,#2d3340);}.site-status-live.is-down .site-status-live__text{color:#df484a;}

/* --- home.css --- */
/* home-base-007.css */
/* CTPF-NET-007: home-only PX base generated from the shared visual system. */
:root {
  color-scheme: dark;
  --bg: #131b25;
  --bg-2: #1c2434;
  --panel: #1c2434;
  --brand: #3bd671;
  --text: #e6eaeb;
  --line: #2d3340;
  --on-brand: #131b25;
  --pop: #63e552;
  --muted: rgba(230, 234, 235, 0.72);
  --soft-brand: rgba(59, 214, 113, 0.11);
  --shell: 1248px;
  --radius: 6px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font: 400 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: 0.22em; }
a:hover { color: var(--text); }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: var(--bg); background: var(--text); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(19, 27, 37, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-size: 16px; font-weight: 730; letter-spacing: 0.12em; text-transform: uppercase; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand b { color: var(--brand); font-weight: inherit; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(10px, 1.7vw, 24px); list-style: none; padding: 0; margin: 0; }
.primary-nav a { position: relative; display: block; padding: 29px 0 26px; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 650; letter-spacing: 0.04em; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.primary-nav a:hover { color: var(--text); }
.primary-nav a[aria-current="page"] { color: var(--brand); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--line); color: var(--text); background: transparent; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(80px, 11vw, 144px) 0 clamp(56px, 7vw, 96px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 35%, rgba(59, 214, 113, 0.08), transparent 400px), linear-gradient(145deg, var(--bg), var(--bg-2)); }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000 50%); }
.page-hero--mapped { padding-block: clamp(44px, 5vw, 68px); }
.hero-composition { display: grid; grid-template-columns: minmax(464px, .95fr) minmax(560px, 1.25fr); align-items: center; gap: clamp(16px, 2.5vw, 40px); }
.hero-composition .hero-copy { position: relative; z-index: 2; }
.page-hero--mapped .hero-composition h1 { max-width: none; font-size: clamp(41px, 3.1vw, 52px); line-height: 1.02; }
.page-hero h1 { max-width: 18ch; margin: 0; color: var(--text); font-size: clamp(42px, 6.5vw, 96px); font-weight: 680; line-height: 0.98; letter-spacing: -0.055em; }
.page-hero h1 span { color: var(--brand); }
.hero-line { display: block; }
.hero-line--text { color: var(--text) !important; }
.eyebrow { margin: 0 0 16px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.lead { max-width: 800px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-composition .lead { max-width: 592px; margin-top: 20px; font-size: clamp(16px, 1.25vw, 18px); }
.hero-cta { width: min(100%, 256px); display: grid; gap: 11px; margin-top: 24px; }
.hero-cta .button { width: 100%; height: 50px; min-height: 50px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; font-size: 14px; font-weight: 750; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--on-brand); background: var(--brand); box-shadow: 0 11px 32px rgba(59, 214, 113, 0.14); }
.button--primary:hover { color: var(--on-brand); background: var(--brand); }
.button--ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.035); }
.button--ghost:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); }

.section { padding: clamp(64px, 8vw, 112px) 0; }
.section--panel { border-block: 1px solid var(--line); background: var(--bg-2); }
.section-heading { max-width: 768px; margin-bottom: 40px; }
.section-heading h2, .section h2 { margin: 0 0 16px; color: var(--text); font-size: clamp(26px, 3vw, 45px); line-height: 1.12; letter-spacing: -0.035em; }
.section p { color: var(--muted); }
.inline-link { display: flex; justify-content: flex-end; margin-top: 24px; }
main p a, .inline-link a, .feature-card a { color: var(--brand); }
.inline-link a, .feature-card a { font-weight: 700; text-decoration-color: var(--brand); }
.card-grid { display: grid; gap: 16px; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { min-height: 248px; position: relative; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008)); box-shadow: var(--shadow); }
.feature-card::before { content: ""; position: absolute; top: -1px; left: -1px; width: 64px; height: 2px; background: var(--brand); }
.feature-card h2 { font-size: 22px; letter-spacing: -0.02em; }
.card-index { display: block; margin-bottom: 29px; color: var(--brand); font: 800 12px/1 monospace; letter-spacing: 0.12em; }
.split-feature, .content-grid, .monitor-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 7vw, 112px); }
.split-feature > div + div, .content-grid > article + article { padding-left: clamp(24px, 4vw, 64px); border-left: 1px solid var(--line); }
.cta-band { border-block: 1px solid var(--line); background: var(--bg-2); color: var(--text); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-band h2 { color: var(--text); }
.cta-band p { color: var(--muted); }

.world-map { position: relative; min-width: 0; overflow: visible; }
.world-map svg { width: 100%; height: auto; aspect-ratio: 1000 / 420; overflow: visible; }
.world-map--hero { align-self: center; width: min(112%, 832px); max-width: none; margin-right: -6%; justify-self: end; }
.world-map--hero .map-land { opacity: 1; }
.world-map--detail { width: 100%; }
.map-marker { cursor: default; color: var(--pop); }
.map-marker .core { fill: currentColor; }
.map-marker .pulse { fill: none; stroke: currentColor; stroke-width: 1.5; opacity: .4; transform-box: fill-box; transform-origin: center; animation: map-pulse 2.8s ease-out infinite; }
.map-marker.high .core { r: 5px; }
.map-marker.high .pulse { stroke-width: 2; }
.map-marker.primary .pulse { r: 14px; animation-duration: 2s; }
.map-marker:focus .pulse { stroke: var(--text); opacity: 1; }
.map-label line { stroke: var(--pop); stroke-width: 1; }
.map-label text { fill: var(--text); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.map-key { display: flex; flex-wrap: wrap; gap: 11px 24px; align-items: center; margin: 0; padding: 13px 8px 0; font-size: 12px; }
.map-key span, .map-key strong { display: inline-flex; align-items: center; gap: 7px; }
.map-key strong { margin-left: auto; color: var(--text); }
.key-dot, .key-ring { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: var(--pop); }
.key-ring { border: 1px solid var(--pop); background: transparent; }
@keyframes map-pulse { 0% { transform: scale(.55); opacity: .8; } 80%,100% { transform: scale(1.55); opacity: 0; } }

.stats-section { padding-block: 16px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat-grid div { padding: 18px 32px; border-left: 1px solid var(--line); }
.stat-grid div:last-child { border-right: 1px solid var(--line); }
.stat-grid strong { display: block; color: var(--text); font-size: clamp(38px, 4vw, 60px); line-height: 1; letter-spacing: -0.06em; }
.stat-grid span { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.regions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 32px; background: var(--line); border: 1px solid var(--line); }
.regions-grid article { padding: 24px; background: var(--bg-2); }
.regions-grid h3 { color: var(--text); font-size: 16px; }
.network-subnav { border-bottom: 1px solid var(--line); background: var(--bg-2); }
.network-subnav ul { display: flex; gap: 7px; margin: 0; padding: 13px 0; list-style: none; overflow-x: auto; scrollbar-width: thin; }
.network-subnav a { min-height: 42px; display: inline-flex; align-items: center; padding: 9px 14px; color: var(--muted); border: 1px solid transparent; text-decoration: none; white-space: nowrap; font-size: 13px; font-weight: 700; }
.network-subnav a:hover { color: var(--text); border-color: var(--line); }
.network-subnav a[aria-current="page"] { color: var(--on-brand); border-color: var(--brand); background: var(--brand); }
.region-directory { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.region-directory > a { min-height: 272px; display: flex; flex-direction: column; padding: 26px; color: var(--text); border: 1px solid var(--line); background: var(--bg-2); text-decoration: none; }
.region-directory > a:hover { border-color: var(--brand); }
.region-directory span { font-size: 20px; font-weight: 750; }
.region-directory p { font-size: 14px; }
.region-directory strong { margin-top: auto; color: var(--brand); font-size: 13px; }
.region-directory i { font-style: normal; }
.location-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.location-groups section { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); background: var(--bg-2); }
.location-groups h2 { min-height: 2.5em; font-size: 20px; }
.location-groups ul { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.location-groups li { position: relative; padding-left: 18px; color: var(--text); }
.location-groups li::before { content: ""; position: absolute; top: 11px; left: 0; width: 6px; height: 6px; background: var(--pop); }
.region-back { margin-top: 32px; }
.region-back a { color: var(--brand); font-weight: 750; }

@media (min-width: 1024px) {
  .hero-line--text { white-space: nowrap; }
}

.primary-location { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: clamp(48px, 8vw, 128px); }
.location-line { color: var(--text) !important; font-weight: 700; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 32px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; color: var(--text); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: var(--pop); }
.fra-diagram { min-height: 352px; display: grid; place-items: center; align-content: center; padding: 32px; border: 1px solid var(--line); background: radial-gradient(circle, var(--soft-brand), transparent 60%); text-align: center; }
.fra-diagram strong { padding: 24px; color: var(--on-brand); border: 1px solid var(--brand); background: var(--brand); font-size: 26px; }
.fra-diagram span { color: var(--text); font-weight: 700; }
.fra-diagram i { width: 1px; height: 48px; background: linear-gradient(var(--pop), var(--line)); }

.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid article { min-height: 256px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid span { color: var(--brand); font: 800 12px monospace; }
.principles-grid h2 { margin-top: 48px; font-size: 20px; }
.prose { max-width: 832px; }
.signal-stack { display: grid; gap: 10px; align-content: center; }
.signal-stack span, .signal-stack strong { padding: 16px 20px; border: 1px solid var(--line); background: var(--bg-2); }
.signal-stack span::before { content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 11px; background: var(--pop); }
.signal-stack strong { color: var(--text); border-color: var(--brand); background: var(--soft-brand); text-align: center; }
.status-access { max-width: 928px; display: grid; grid-template-columns: 160px 1fr; gap: 48px; align-items: center; }
.status-symbol { width: 144px; height: 144px; display: grid; place-content: center; gap: 8px; border: 1px solid var(--line); background: var(--bg-2); }
.status-symbol i { width: 64px; height: 2px; display: block; background: var(--pop); }
.status-symbol i:nth-child(2) { width: 45px; }
.status-symbol i:nth-child(3) { width: 26px; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 8vw, 128px); align-items: start; }
.contact-meta { display: grid; gap: 24px; margin-top: 32px; }
.contact-meta div { padding-top: 16px; border-top: 1px solid var(--line); }
.contact-meta strong { display: block; color: var(--text); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); background: var(--bg-2); box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--text); font-size: 14px; font-weight: 700; }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--text); border: 1px solid var(--line); border-radius: 0; background: var(--bg); }
.field textarea { min-height: 160px; resize: vertical; }
.field small { color: var(--muted); }
.form-note { grid-column: 1 / -1; margin: 0; font-size: 13px; }
.form-errors, .form-success { grid-column: 1 / -1; padding: 16px; border-left: 4px solid var(--brand); background: var(--soft-brand); }
.form-success { border-color: var(--pop); background: rgba(99,229,82,.1); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.error-page { min-height: 65vh; display: grid; align-items: center; padding: 80px 0; }
.error-page h1 { max-width: 15ch; color: var(--text); font-size: clamp(38px, 8vw, 96px); line-height: 1; }
.error-code { color: var(--brand); font: 800 16px monospace; letter-spacing: .2em; }

.site-footer { border-top: 1px solid var(--line); background: var(--bg); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; padding-block: 64px; }
.footer-grid h2 { margin: 0 0 16px; color: var(--text); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-grid a { color: var(--muted); text-decoration: none; font-size: 14px; }
.footer-grid a:hover { color: var(--text); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-brand img { width: 256px; height: 256px; }
.footer-brand p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-brand strong { color: var(--text); }
.footer-base { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 1024px) {
  .hero-composition { grid-template-columns: 1fr; }
  .world-map--hero { width: 100%; margin-right: 0; justify-self: stretch; }
  .primary-nav { position: fixed; inset: 80px 0 auto; display: none; padding: 16px 24px 32px; border-bottom: 1px solid var(--line); background: var(--bg); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav a { min-height: 50px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: grid; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .card-grid--3, .principles-grid, .regions-grid, .region-directory { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .page-hero { padding-top: 72px; }
  .page-hero h1 { font-size: clamp(39px, 12vw, 69px); }
  .page-hero--mapped { padding-block: 48px 40px; }
  .page-hero--mapped .hero-composition h1 { font-size: clamp(32px, 9vw, 41px); line-height: 1.04; }
  .hero-composition { gap: 36px; }
  .card-grid--3, .split-feature, .content-grid, .monitor-layout, .primary-location, .contact-layout { grid-template-columns: 1fr; }
  .split-feature > div + div, .content-grid > article + article { padding: 32px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-grid div, .stat-grid div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .cta-band .shell, .footer-base { align-items: flex-start; flex-direction: column; }
  .location-groups { grid-template-columns: 1fr; }
  .location-groups h2 { min-height: 0; }
  .map-key strong { width: 100%; margin-left: 0; }
  .status-access { grid-template-columns: 1fr; gap: 24px; }
  .contact-form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
}

@media (max-width: 544px) {
  .brand { font-size: 14px; letter-spacing: .08em; }
  .brand img { width: 42px; height: 42px; }
  .header-inner { min-height: 72px; }
  .primary-nav { inset-block-start: 72px; }
  .hero-cta, .hero-cta .button, .cta-band .button { width: 100%; }
  .regions-grid, .principles-grid, .footer-grid, .region-directory { grid-template-columns: 1fr; }
  .region-directory > a { min-height: 208px; }
  .principles-grid article { min-height: 208px; }
  .world-map svg { min-height: 0; transform: none; }
  .world-map--hero .map-label text { font-size: 15px; }
  .map-key { position: relative; z-index: 2; padding: 12px 0; }
  .footer-base { padding-block: 24px; }
}

@media (orientation: landscape) and (max-height: 544px) and (max-width: 1024px) {
  .primary-nav { max-height: calc(100vh - 72px); overflow-y: auto; }
  .page-hero { padding-block: 56px 40px; }
  .page-hero--mapped { padding-block: 40px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .map-marker .pulse { opacity: .45; transform: none; }
}

@media print {
  .site-header, .menu-toggle, .site-footer { display: none; }
  body { color: #111; background: #fff; }
  .page-hero, .section, .section--panel { color: #111; background: #fff; border-color: #aaa; }
  .page-hero h1, .section h2, .feature-card h2 { color: #111; }
}

/* Scrollbars: navy track, map-marker green thumb */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--pop) var(--navy, var(--bg));
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--pop) var(--navy, var(--bg));
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-corner {
  background: var(--navy, var(--bg));
}
*::-webkit-scrollbar-thumb {
  background: var(--pop);
  border: 2px solid var(--navy, var(--bg));
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--brand);
}

/* home-007.css */
/* CTPF-NET-007: home-only layout overrides. All authored dimensions use px. */
.home-page .page-hero--mapped {
  padding: 36px 0;
}

.home-page .hero-composition {
  position: relative;
  display: block;
  min-height: 500px;
}

.home-page .hero-composition .hero-copy {
  width: 480px;
  padding-top: 18px;
}

.home-page .page-hero--mapped .hero-composition h1 {
  max-width: none;
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -2px;
}

.home-page .hero-line--text {
  white-space: nowrap;
}

.home-page .hero-composition .lead {
  max-width: 460px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 27px;
}

.home-page .hero-cta {
  width: 254px;
  gap: 10px;
  margin-top: 24px;
}

.home-page .hero-cta .button {
  width: 254px;
  height: 50px;
  min-height: 50px;
  padding: 12px 20px;
  font-size: 14px;
}

.home-page .world-map--hero {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc((100vw - 100%) / -2 - 64px);
  width: clamp(880px, 68vw, 1080px);
  max-width: none;
  margin: 0;
  transform: translateY(-50%);
}

.home-page .world-map--hero .map-land {
  opacity: 1;
  filter: brightness(1.75) contrast(1.08);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 120px);
  mask-image: linear-gradient(to right, transparent 0, #000 120px);
}

.home-page .world-map--hero .map-marker .core {
  r: 5px;
  filter: drop-shadow(0 0 4px var(--pop));
}

.home-page .world-map--hero .map-marker .pulse {
  stroke-width: 2px;
  opacity: .65;
}

.home-page .world-map--hero .map-label text {
  font-size: 13px;
}

.home-page .section {
  padding: 72px 0;
}

.home-page .card-grid {
  gap: 16px;
}

.home-page .feature-card {
  height: 268px;
  min-height: 250px;
  padding: 30px;
}

.home-page .card-index {
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 12px;
}

.home-page .feature-card h2 {
  font-size: 22px;
  line-height: 28px;
}

.home-page .stats-section--home {
  padding: 14px 0;
}

.home-page .stat-grid div {
  padding: 18px 30px;
}

.home-page .stat-grid strong {
  font-size: 56px;
  line-height: 56px;
}

.home-page .stat-grid span {
  font-size: 13px;
  line-height: 18px;
}

.home-page .split-feature {
  gap: 80px;
}

.home-page .split-feature > div + div {
  padding-left: 50px;
}

.home-page .cta-band .shell {
  gap: 32px;
}

.home-page .cta-band .button {
  min-height: 50px;
  padding: 12px 20px;
}

@media (max-width: 1024px) {
  .home-page .page-hero--mapped {
    padding: 48px 0 36px;
  }

  .home-page .hero-composition {
    display: grid;
    min-height: 0;
    gap: 28px;
  }

  .home-page .hero-composition .hero-copy {
    width: 100%;
    padding-top: 0;
  }

  .home-page .page-hero--mapped .hero-composition h1 {
    max-width: 600px;
    font-size: 42px;
    line-height: 44px;
  }

  .home-page .world-map--hero {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 48px);
    margin-left: -24px;
    transform: none;
  }

  .home-page .world-map--hero .map-land {
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 40px);
    mask-image: linear-gradient(to right, transparent 0, #000 40px);
  }

  .home-page .section {
    padding: 64px 0;
  }

  .home-page .split-feature {
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .home-page .page-hero--mapped {
    padding: 40px 0 30px;
  }

  .home-page .hero-composition {
    gap: 24px;
  }

  .home-page .page-hero--mapped .hero-composition h1 {
    max-width: none;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .home-page .hero-line--text {
    white-space: normal;
  }

  .home-page .hero-composition .lead {
    max-width: none;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .home-page .hero-cta,
  .home-page .hero-cta .button {
    width: 100%;
  }

  .home-page .world-map--hero {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .home-page .world-map--hero .map-land {
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20px);
    mask-image: linear-gradient(to right, transparent 0, #000 20px);
  }

  .home-page .world-map--hero .map-label text {
    font-size: 12px;
  }

  .home-page .section {
    padding: 54px 0;
  }

  .home-page .feature-card {
    height: 286px;
    min-height: 220px;
    padding: 26px;
  }

  .home-page .stats-section--home {
    padding: 8px 0;
  }

  .home-page .stat-grid div {
    padding: 16px 0;
  }

  .home-page .stat-grid strong {
    font-size: 44px;
    line-height: 44px;
  }

  .home-page .split-feature {
    gap: 32px;
  }

  .home-page .split-feature > div + div {
    padding: 30px 0 0;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .home-page .page-hero--mapped {
    padding: 36px 0;
  }

  .home-page .hero-composition {
    position: relative;
    display: block;
    min-height: 500px;
  }

  .home-page .hero-composition .hero-copy {
    width: 430px;
    padding-top: 20px;
  }

  .home-page .page-hero--mapped .hero-composition h1 {
    max-width: 430px;
    font-size: 40px;
    line-height: 42px;
  }

  .home-page .hero-composition .lead {
    max-width: 420px;
  }

  .home-page .world-map--hero {
    position: absolute;
    top: 50%;
    right: -64px;
    width: 650px;
    margin: 0;
    transform: translateY(-50%);
  }
}

@media (orientation: landscape) and (max-height: 540px) and (max-width: 900px) {
  .home-page .page-hero--mapped {
    padding: 24px 0;
  }

  .home-page .hero-composition {
    display: grid;
    grid-template-columns: 46% 54%;
    min-height: 0;
    gap: 18px;
    align-items: center;
  }

  .home-page .hero-composition .hero-copy {
    width: 100%;
  }

  .home-page .page-hero--mapped .hero-composition h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .home-page .hero-composition .lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 21px;
  }

  .home-page .hero-cta {
    width: 220px;
    gap: 8px;
    margin-top: 16px;
  }

  .home-page .hero-cta .button {
    width: 220px;
    height: 44px;
    min-height: 44px;
  }

  .home-page .world-map--hero {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 36px);
    margin: 0 0 0 -18px;
    transform: none;
  }
}

@media (max-width: 360px) {
  .home-page .page-hero--mapped .hero-composition h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .home-page .world-map--hero {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

/* home-hero-012.css */
/* CTPF-NET-012: homepage hero only; supplied dot-map reference used as a palette-colored mask. */
.home-page .hero-composition {
  min-height: 560px;
}

.home-page .home-hero-reference-map {
  right: calc((100vw - 100%) / -2 + 24px);
  width: 1160px;
  aspect-ratio: 201 / 97;
  overflow: visible;
  opacity: .9;
  background: var(--line);
  -webkit-mask: url("../gfx/world-map-reference-012.svg") center / contain no-repeat;
  mask: url("../gfx/world-map-reference-012.svg") center / contain no-repeat;
}

@media (max-width: 1200px) {
  .home-page .hero-composition {
    min-height: 520px;
  }

  .home-page .home-hero-reference-map {
    width: 920px;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .home-page .hero-composition {
    min-height: 500px;
  }

  .home-page .home-hero-reference-map {
    position: absolute;
    top: 50%;
    right: 0;
    width: 720px;
    margin: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 900px) {
  .home-page .hero-composition {
    min-height: 0;
  }

  .home-page .home-hero-reference-map {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
    transform: none;
  }
}

@media (max-width: 768px) {
  .home-page .home-hero-reference-map {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

@media (orientation: landscape) and (max-height: 540px) and (max-width: 900px) {
  .home-page .home-hero-reference-map {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 360px) {
  .home-page .home-hero-reference-map {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

/* home-pops-014.css */
/* CTPF-NET-014: five coordinate-projected SVG PoPs over the unchanged CTPF-NET-012 map. */
.home-page .home-pop-layer {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc((100vw - 100%) / -2 + 24px);
  display: block;
  width: 1160px;
  height: auto;
  aspect-ratio: 201 / 97;
  max-width: none;
  margin: 0;
  overflow: visible;
  pointer-events: none;
  transform: translateY(-50%);
}

.home-page .home-pop-marker {
  color: #63E552;
}

.home-page .home-pop-core {
  r: .72px;
  fill: currentColor;
  filter: drop-shadow(0 0 1px currentColor);
}

.home-page .home-pop-pulse {
  r: 2px;
  fill: none;
  stroke: currentColor;
  stroke-width: .32px;
  opacity: .48;
  transform-box: fill-box;
  transform-origin: center;
  animation: home-pop-pulse 3.4s ease-out infinite;
}

.home-page .home-pop-label {
  fill: currentColor;
  stroke: var(--bg);
  stroke-width: .48px;
  paint-order: stroke fill;
  font-family: Arial, sans-serif;
  font-size: 2px;
  font-weight: 700;
  letter-spacing: .04px;
}

@keyframes home-pop-pulse {
  0%, 42% { opacity: .48; transform: scale(.72); }
  78%, 100% { opacity: 0; transform: scale(1.32); }
}

@media (max-width: 1200px) {
  .home-page .home-pop-layer {
    width: 920px;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .home-page .home-pop-layer {
    top: 50%;
    right: 0;
    width: 720px;
    margin: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 900px) {
  .home-page .home-pop-layer {
    position: absolute;
    grid-column: 1;
    grid-row: 2;
    place-self: start;
    top: auto;
    right: auto;
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
    transform: none;
  }

  .home-page .home-pop-core {
    r: 1px;
  }

  .home-page .home-pop-pulse {
    r: 2px;
    stroke-width: .42px;
  }

  .home-page .home-pop-label {
    stroke-width: .68px;
    font-size: 3px;
  }
}

@media (max-width: 768px) {
  .home-page .home-pop-layer {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .home-page .home-pop-label {
    font-size: 4px;
  }
}

@media (orientation: landscape) and (max-height: 540px) and (max-width: 900px) {
  .home-page .home-pop-layer {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 360px) {
  .home-page .home-pop-layer {
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .home-page .home-pop-label {
    font-size: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-pop-pulse {
    animation: none;
    opacity: .35;
  }
}

/* live-status.css */
.site-status-live {
  border-bottom: 1px solid var(--line, #2d3340);
  background: var(--bg-2, #1c2434);
}
.site-status-live__link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 0;
  color: var(--text, #e6eaeb);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.site-status-live__link:hover { color: #fff; }
.site-status-live__dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: var(--line, #2d3340);
}
.site-status-live.is-up .site-status-live__dot { background: var(--brand, #3bd671); }
.site-status-live.is-down .site-status-live__dot { background: #df484a; }
.site-status-live.is-pending .site-status-live__dot { background: #fac800; }
.site-status-live.is-unknown .site-status-live__dot { background: var(--line, #2d3340); }
.site-status-live__hl { color: var(--brand, #3bd671); }
.site-status-live.is-down .site-status-live__text { color: #df484a; }
@media print { .site-status-live { display: none; } }

/* --- live-status.css --- */
.site-status-live {
  border-bottom: 1px solid var(--line, #2d3340);
  background: var(--bg-2, #1c2434);
}
.site-status-live__link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 0;
  color: var(--text, #e6eaeb);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.site-status-live__link:hover { color: #fff; }
.site-status-live__dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: var(--line, #2d3340);
}
.site-status-live.is-up .site-status-live__dot { background: var(--brand, #3bd671); }
.site-status-live.is-down .site-status-live__dot { background: #df484a; }
.site-status-live.is-pending .site-status-live__dot { background: #fac800; }
.site-status-live.is-unknown .site-status-live__dot { background: var(--line, #2d3340); }
.site-status-live__hl { color: var(--brand, #3bd671); }
.site-status-live.is-down .site-status-live__text { color: #df484a; }
@media print { .site-status-live { display: none; } }

/* --- network-intro-011.css --- */
/* CTPF network intro: frozen homepage reference map and PoP layer. */
.network-page .page-hero--background-map {
  min-height: 460px;
  padding: 92px 0 76px;
  isolation: isolate;
}

.network-page .page-hero--background-map::before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to right, rgba(19, 27, 37, 0.76) 0px, rgba(19, 27, 37, 0.68) 430px, rgba(19, 27, 37, 0.34) 720px, rgba(19, 27, 37, 0.06) 1040px);
  mask-image: none;
}

.network-page .page-hero--background-map > .shell {
  position: relative;
  z-index: 2;
}

.network-page .page-hero--background-map .hero-copy {
  max-width: 690px;
}

.network-page .page-hero--background-map .lead {
  max-width: 680px;
  font-size: 16px;
  line-height: 27px;
}

.network-page .page-hero--background-map h1 {
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -2px;
}

.network-page .network-intro-map {
  position: absolute;
  z-index: 0;
  top: 18px;
  right: 42px;
  width: 1100px;
  height: 462px;
  overflow: visible;
  opacity: .78;
  pointer-events: none;
}

.network-page .network-intro-map svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.network-page .network-intro-map image {
  filter: brightness(2.05) contrast(1.08);
}

.network-page .network-reference-map,
.network-page .network-intro-map .home-pop-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.network-page .network-reference-map {
  background: var(--line);
  -webkit-mask: url("../gfx/world-map-reference-012.svg") center / contain no-repeat;
  mask: url("../gfx/world-map-reference-012.svg") center / contain no-repeat;
}

.network-page .network-intro-map .home-pop-layer {
  z-index: 1;
  overflow: visible;
}

.network-page .network-intro-map .home-pop-marker {
  color: #63e552;
}

.network-page .network-intro-map .home-pop-core {
  r: .72px;
  fill: currentColor;
  filter: drop-shadow(0 0 1px currentColor);
}

.network-page .network-intro-map .home-pop-pulse {
  r: 2px;
  fill: none;
  stroke: currentColor;
  stroke-width: .32px;
  opacity: .48;
  transform-box: fill-box;
  transform-origin: center;
  animation: network-pop-pulse 3.4s ease-out infinite;
}

.network-page .network-intro-map .home-pop-label {
  fill: currentColor;
  stroke: var(--bg);
  stroke-width: .48px;
  paint-order: stroke fill;
  font-family: Arial, sans-serif;
  font-size: 2px;
  font-weight: 700;
  letter-spacing: .04px;
}

@keyframes network-pop-pulse {
  0%, 42% { opacity: .48; transform: scale(.72); }
  78%, 100% { opacity: 0; transform: scale(1.32); }
}

@media (prefers-reduced-motion: reduce) {
  .network-page .network-intro-map .home-pop-pulse {
    animation: none;
    opacity: .35;
  }
}

@media (max-width: 1400px) {
  .network-page .network-intro-map {
    top: 38px;
    right: 24px;
    width: 940px;
    height: 395px;
  }

  .network-page .page-hero--background-map::before {
    background: linear-gradient(to right, rgba(19, 27, 37, 0.8) 0px, rgba(19, 27, 37, 0.7) 390px, rgba(19, 27, 37, 0.38) 650px, rgba(19, 27, 37, 0.08) 900px);
  }
}

@media (max-width: 1100px) {
  .network-page .page-hero--background-map {
    min-height: 440px;
    padding: 78px 0 64px;
  }

  .network-page .network-intro-map {
    top: 56px;
    right: 16px;
    width: 780px;
    height: 328px;
    opacity: .7;
  }

  .network-page .page-hero--background-map::before {
    background: linear-gradient(to right, rgba(19, 27, 37, 0.84) 0px, rgba(19, 27, 37, 0.74) 340px, rgba(19, 27, 37, 0.44) 570px, rgba(19, 27, 37, 0.1) 780px);
  }
}

@media (max-width: 800px) {
  .network-page .page-hero--background-map {
    min-height: 540px;
    padding: 62px 0 260px;
  }

  .network-page .page-hero--background-map .hero-copy,
  .network-page .page-hero--background-map .lead {
    max-width: 640px;
  }

  .network-page .network-intro-map {
    top: auto;
    right: 24px;
    bottom: 18px;
    left: 24px;
    width: auto;
    height: 294px;
    opacity: .7;
  }

  .network-page .page-hero--background-map::before {
    background: linear-gradient(to bottom, rgba(19, 27, 37, 0.88) 0px, rgba(19, 27, 37, 0.82) 270px, rgba(19, 27, 37, 0.46) 410px, rgba(19, 27, 37, 0.08) 540px);
  }
}

@media (max-width: 544px) {
  .network-page .page-hero--background-map {
    min-height: 500px;
    padding: 48px 0 205px;
  }

  .network-page .network-intro-map {
    right: 16px;
    bottom: 14px;
    left: 16px;
    height: 185px;
    opacity: .66;
  }

  .network-page .page-hero--background-map::before {
    background: linear-gradient(to bottom, rgba(19, 27, 37, 0.92) 0px, rgba(19, 27, 37, 0.86) 280px, rgba(19, 27, 37, 0.46) 390px, rgba(19, 27, 37, 0.08) 500px);
  }
}

@media (orientation: landscape) and (max-height: 544px) and (max-width: 900px) {
  .network-page .page-hero--background-map {
    min-height: 390px;
    padding: 46px 0 42px;
  }

  .network-page .page-hero--background-map .hero-copy {
    max-width: 470px;
  }

  .network-page .network-intro-map {
    top: 38px;
    right: 16px;
    bottom: auto;
    left: auto;
    width: 560px;
    height: 235px;
    opacity: .62;
  }

  .network-page .page-hero--background-map::before {
    background: linear-gradient(to right, rgba(19, 27, 37, 0.88) 0px, rgba(19, 27, 37, 0.78) 350px, rgba(19, 27, 37, 0.28) 610px);
  }
}

/* --- europe-intro-016.css --- */
/* Europe-only hero map using the frozen CTPF reference-dot geometry. */
.europe-page .page-hero--background-map {
  min-height: 460px;
  padding: 92px 0 76px;
  isolation: isolate;
}

.europe-page .page-hero--background-map::before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to right, rgba(19, 27, 37, .82) 0, rgba(19, 27, 37, .72) 430px, rgba(19, 27, 37, .28) 720px, rgba(19, 27, 37, .04) 1040px);
  mask-image: none;
}

.europe-page .page-hero--background-map > .shell {
  position: relative;
  z-index: 2;
}

.europe-page .page-hero--background-map .hero-copy {
  max-width: 690px;
}

.europe-page .page-hero--background-map h1 {
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -2px;
}

.europe-page .page-hero--background-map .lead {
  max-width: 460px;
  font-size: 16px;
  line-height: 27px;
}

.europe-page .europe-intro-map {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 24px;
  width: 850px;
  height: 420px;
  overflow: visible;
  opacity: .9;
  pointer-events: none;
}

.europe-page .europe-pop-map {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.europe-page .europe-pop-map image {
  opacity: .9;
}

.europe-page .europe-pop-marker {
  color: #63e552;
}

.europe-page .europe-pop-core {
  r: .2px;
  fill: currentColor;
  filter: drop-shadow(0 0 .45px currentColor);
}

.europe-page .europe-pop-pulse {
  r: .42px;
  fill: none;
  stroke: currentColor;
  stroke-width: .09px;
  opacity: .48;
}

.europe-page .europe-pop-label {
  fill: currentColor;
  stroke: var(--bg);
  stroke-width: .14px;
  paint-order: stroke fill;
  font-family: Arial, sans-serif;
  font-size: .44px;
  font-weight: 700;
  letter-spacing: .01px;
}

@media (max-width: 900px) {
  .europe-page .page-hero--background-map {
    min-height: 590px;
    padding: 62px 0 300px;
  }

  .europe-page .europe-intro-map {
    right: 16px;
    bottom: 16px;
    left: 16px;
    top: auto;
    width: auto;
    height: 290px;
  }
}

@media (max-width: 544px) {
  .europe-page .page-hero--background-map h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .europe-page .page-hero--background-map .lead {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .europe-page .europe-pop-pulse {
    opacity: .35;
  }
}

/* --- regional-maps-017.css --- */
/* Region-only hero maps using the frozen CTPF reference-dot geometry. */
.region-map-page .page-hero--background-map {
  min-height: 460px;
  padding: 92px 0 76px;
  isolation: isolate;
}

.region-map-page .page-hero--background-map::before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to right, rgba(19, 27, 37, .82) 0, rgba(19, 27, 37, .72) 430px, rgba(19, 27, 37, .28) 720px, rgba(19, 27, 37, .04) 1040px);
  mask-image: none;
}

.region-map-page .page-hero--background-map > .shell {
  position: relative;
  z-index: 2;
}

.region-map-page .page-hero--background-map .hero-copy {
  max-width: 690px;
}

.region-map-page .page-hero--background-map h1 {
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -2px;
}

.region-map-page .page-hero--background-map .lead {
  max-width: 460px;
  font-size: 16px;
  line-height: 27px;
}

.region-map-page .regional-intro-map {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 24px;
  width: 850px;
  height: 420px;
  overflow: visible;
  opacity: .9;
  pointer-events: none;
}

.region-map-page .regional-pop-map {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.region-map-page .regional-pop-map image {
  opacity: .9;
}

.region-map-page .regional-pop-marker {
  color: #63e552;
}

.region-map-page .regional-pop-core {
  r: .45px;
  fill: currentColor;
  filter: drop-shadow(0 0 .8px currentColor);
}

.region-map-page .regional-pop-pulse {
  r: .9px;
  fill: none;
  stroke: currentColor;
  stroke-width: .18px;
  opacity: .48;
}

.region-map-page .regional-pop-label {
  fill: currentColor;
  stroke: var(--bg);
  stroke-width: .28px;
  paint-order: stroke fill;
  font-family: Arial, sans-serif;
  font-size: 1px;
  font-weight: 700;
  letter-spacing: .02px;
}

@media (max-width: 900px) {
  .region-map-page .page-hero--background-map {
    min-height: 590px;
    padding: 62px 0 300px;
  }

  .region-map-page .regional-intro-map {
    right: 16px;
    bottom: 16px;
    left: 16px;
    top: auto;
    width: auto;
    height: 290px;
  }
}

@media (max-width: 544px) {
  .region-map-page .page-hero--background-map h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .region-map-page .page-hero--background-map .lead {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .region-map-page .regional-pop-pulse {
    opacity: .35;
  }
}

/* --- infrastructure-map-018.css --- */
/* Infrastructure-only hero and global reference map. */
.infrastructure-page .page-hero {
  padding: 36px 0;
}

.infrastructure-page .page-hero h1 {
  max-width: 620px;
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -2px;
}

.infrastructure-page .page-hero .lead {
  max-width: 600px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 27px;
}

.infrastructure-reference-map {
  position: relative;
  width: 100%;
  aspect-ratio: 201 / 97;
  overflow: visible;
}

.infrastructure-reference-land,
.infrastructure-pop-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.infrastructure-reference-land {
  background: var(--line);
  opacity: .9;
  -webkit-mask: url("../gfx/world-map-reference-012.svg") center / contain no-repeat;
  mask: url("../gfx/world-map-reference-012.svg") center / contain no-repeat;
}

.infrastructure-pop-layer {
  z-index: 1;
  overflow: visible;
}

.infrastructure-pop-marker {
  color: #63e552;
}

.infrastructure-pop-core {
  r: .55px;
  fill: currentColor;
  filter: drop-shadow(0 0 1px currentColor);
}

.infrastructure-pop-pulse {
  r: 1px;
  fill: none;
  stroke: currentColor;
  stroke-width: .22px;
  transform-box: fill-box;
  transform-origin: center;
  animation: infrastructure-datacenter-pulse 2.8s ease-out infinite;
}

.infrastructure-pop-ring {
  r: 1px;
  fill: none;
  stroke: currentColor;
  stroke-width: .22px;
  opacity: .58;
}

@keyframes infrastructure-datacenter-pulse {
  0% {
    transform: scale(.62);
    opacity: .9;
  }
  78%, 100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .infrastructure-pop-pulse {
    animation: none;
    transform: none;
    opacity: .35;
  }
}

@media (max-width: 768px) {
  .infrastructure-page .page-hero {
    padding: 40px 0 30px;
  }

  .infrastructure-page .page-hero h1 {
    max-width: none;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .infrastructure-page .page-hero .lead {
    max-width: none;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 360px) {
  .infrastructure-page .page-hero h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

/* --- datacenter-019.css --- */
/* Data-center detail page only. */
.datacenter-page .page-hero {
  padding: 36px 0;
}

.datacenter-page .page-hero h1 {
  max-width: 620px;
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -2px;
}

.datacenter-page .page-hero .lead {
  max-width: 600px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 27px;
}

.datacenter-table-wrap {
  margin-top: 32px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--bg-2);
}

.datacenter-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.datacenter-table th,
.datacenter-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.datacenter-table thead th {
  color: var(--brand);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.datacenter-table tbody th {
  color: var(--text);
  white-space: nowrap;
}

.datacenter-table tbody tr:last-child th,
.datacenter-table tbody tr:last-child td {
  border-bottom: 0;
}

.interconnection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--line);
  background: var(--line);
}

.interconnection-grid article {
  padding: 24px;
  background: var(--bg-2);
}

.interconnection-grid h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 17px;
}

.interconnection-grid p {
  margin: 0;
}

.datacenter-note {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--brand);
  background: var(--bg-2);
}

@media (max-width: 900px) {
  .interconnection-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .datacenter-page .page-hero {
    padding: 40px 0 30px;
  }

  .datacenter-page .page-hero h1 {
    max-width: none;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .datacenter-page .page-hero .lead {
    max-width: none;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .interconnection-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .datacenter-page .page-hero h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

/* --- contact-security-008.css --- */
/* CTPF-NET-008: Contact and Security only. New dimensions use px. */
.contact-notice span {
  display: block;
}

.security-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 0 32px 32px !important;
  overflow: hidden;
}

.security-card__media {
  height: 176px;
  display: grid;
  flex: 0 0 176px;
  place-items: center;
  margin: 0 -32px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  overflow: hidden;
}

.security-card__media img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.principles-grid .security-card > span {
  margin-top: 24px;
  font-size: 12px;
  line-height: 12px;
}

.principles-grid .security-card h2 {
  margin: 22px 0 12px;
  font-size: 20px;
  line-height: 26px;
}

.principles-grid .security-card p {
  margin: 0;
}

@media (max-width: 1024px) {
  .security-card {
    min-height: 400px;
  }

  .security-card__media {
    height: 160px;
    flex-basis: 160px;
  }

  .security-card__media img {
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 544px) {
  .security-card {
    height: 377px;
    min-height: 377px;
    padding: 0 26px 26px !important;
  }

  .security-card__media {
    height: 148px;
    flex-basis: 148px;
    margin: 0 -26px;
  }

  .security-card__media img {
    width: 96px;
    height: 96px;
  }
}

/* --- hero-consistency-023.css --- */
/* Shared compact hero typography matching the CTPF Network home page. */
.security-page .page-hero,
.monitoring-page .page-hero,
.status-page .page-hero,
.contact-page .page-hero {
  padding: 36px 0;
}

.security-page .page-hero h1,
.monitoring-page .page-hero h1,
.status-page .page-hero h1,
.contact-page .page-hero h1 {
  max-width: 620px;
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -2px;
}

.security-page .page-hero .lead,
.monitoring-page .page-hero .lead,
.status-page .page-hero .lead,
.contact-page .page-hero .lead {
  max-width: 600px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 27px;
}

@media (max-width: 768px) {
  .security-page .page-hero,
  .monitoring-page .page-hero,
  .status-page .page-hero,
  .contact-page .page-hero {
    padding: 40px 0 30px;
  }

  .security-page .page-hero h1,
  .monitoring-page .page-hero h1,
  .status-page .page-hero h1,
  .contact-page .page-hero h1 {
    max-width: none;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .security-page .page-hero .lead,
  .monitoring-page .page-hero .lead,
  .status-page .page-hero .lead,
  .contact-page .page-hero .lead {
    max-width: none;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 360px) {
  .security-page .page-hero h1,
  .monitoring-page .page-hero h1,
  .status-page .page-hero h1,
  .contact-page .page-hero h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

/* --- form.css --- */
.cf-wrap {
  margin: 36px 0 12px;
  max-width: 820px;
}
.cf-note {
  margin: 0 0 20px;
  padding: 18px 20px;
  border: 1px solid #2d3340;
  border-left: 4px solid #3bd671;
  background: #17202c;
}
.cf-note-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.cf-note p {
  margin: 0;
  color: #e6eaeb;
  font-size: 15px;
  line-height: 22px;
}
.cf-card {
  margin: 0;
  padding: 28px;
  border: 1px solid #2d3340;
  background: #1c2434;
}
.cf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 20px;
}
.cf-field {
  margin: 0;
}
.cf-field label {
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.cf-hint {
  color: #9aa6b2;
  font-size: 13px;
  font-weight: 400;
}
.cf-field input,
.cf-field textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #3a4454;
  background: #131b25;
  color: #e6eaeb;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 14px;
}
.cf-field input {
  height: 48px;
}
.cf-field textarea {
  min-height: 180px;
  resize: vertical;
}
.cf-field input:focus,
.cf-field textarea:focus {
  outline: 2px solid #3bd671;
  outline-offset: 1px;
  border-color: #3bd671;
}
.cf-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 22px;
}
.cf-submit {
  height: 48px;
  padding: 0 22px;
  border: 0;
  background: #3bd671;
  color: #131b25;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.cf-submit:hover {
  background: #2fbf64;
}
.cf-fine {
  margin: 0;
  color: #9aa6b2;
  font-size: 13px;
  line-height: 18px;
  max-width: 420px;
}
.cf-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 22px;
}
.cf-alert--ok {
  border: 1px solid #3bd671;
  background: #163224;
  color: #d7ffe6;
}
.cf-alert--error {
  border: 1px solid #c1121f;
  background: #3a1518;
  color: #ffd6d6;
}
.cf-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 700px) {
  .cf-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cf-field--full {
    grid-column: 1 / -1;
  }
  .cf-card {
    padding: 32px;
  }
}

.status-live {
  max-width: 920px;
}
.status-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  margin: 0 0 24px;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.status-banner-dot {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  background: #fac800;
}
.status-banner-dot.is-up { background: var(--brand); }
.status-banner-dot.is-down { background: #df484a; }
.status-banner-dot.is-empty { background: var(--line); }
.status-banner-title {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}
.status-banner-title .site-status-live__hl { color: var(--brand); }
.status-hl-down { color: #df484a; }
.status-hl-pending { color: #fac800; }
.status-page-desc {
  margin: -12px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 22px;
}
.status-section-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}
.status-group {
  margin: 0 0 14px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  overflow: hidden;
}
.status-group-head {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 700;
}
.status-monitor-row {
  display: grid;
  grid-template-columns: minmax(112px, 1fr) auto minmax(192px, 2.2fr) auto;
  gap: 12px 16px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}
.status-monitor-row:last-child { border-bottom: none; }
.status-monitor-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.status-monitor-pct {
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.status-monitor-pct.is-na { color: var(--muted); }
.status-bars {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  gap: 1px;
  min-width: 0;
  height: 28px;
}
.status-bars span {
  flex: 0 0 3px;
  width: 3px;
  min-width: 3px;
  background: var(--line);
}
.status-bars span.up { background: var(--brand); }
.status-bars span.down { background: #df484a; }
.status-bars span.pending { background: #fac800; }
.status-bars span.none { background: var(--line); }
.status-state {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.status-state.down { color: #df484a; }
.status-state.pending { color: #fac800; }
.status-state-dot {
  width: 8px;
  height: 8px;
  background: currentColor;
}
.status-overall { margin-top: 24px; }
.status-overall-card {
  padding: 18px 18px 20px;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.status-overall-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.status-overall-cell { text-align: center; padding: 6px 4px; }
.status-overall-cell b {
  display: block;
  margin: 0 0 3px;
  font-size: 25px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.status-overall-cell span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.status-empty {
  padding: 20px 18px;
  color: var(--muted);
  text-align: center;
}
.status-live-note {
  margin: 24px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 720px) {
  .status-banner-title { font-size: 18px; line-height: 23px; }
  .status-monitor-row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "name status"
      "pct pct"
      "bars bars";
    gap: 7px 12px;
  }
  .status-monitor-name { grid-area: name; }
  .status-monitor-pct { grid-area: pct; }
  .status-bars { grid-area: bars; height: 22px; }
  .status-state { grid-area: status; }
  .status-overall-grid { grid-template-columns: 1fr 1fr; gap: 16px 8px; }
}
