/* ============================================================
   PortCall.ai — site styles (canonical DS v3, 2026)
   Shared across all pages in /portcall/
   ============================================================ */
:root {
  /* Brand core */
  --pc-primary:        #00366C;
  --pc-primary-700:    #002649;
  --pc-primary-300:    #4A78A8;
  --pc-primary-100:    #D7E2EF;
  --pc-primary-50:     #EEF3F9;

  --pc-teal:           #00BFA5;
  --pc-teal-700:       #008772;
  --pc-teal-300:       #6DDCC9;
  --pc-teal-100:       #CFF1EB;
  --pc-teal-50:        #E8F8F5;

  --pc-aus:            #007A33;
  --pc-aus-100:        #D2EBDB;

  --pc-navy:           #0F172A;
  --pc-navy-soft:      #1E293B;
  --pc-light:          #F8FAFC;
  --pc-gray:           #64748B;
  --pc-gray-soft:      #94A3B8;
  --pc-gray-line:      #E2E8F0;
  --pc-white:          #FFFFFF;

  --pc-success:        #007A33;
  --pc-warning:        #C2870E;
  --pc-danger:         #B42318;

  /* Component tokens (light) */
  --bg-page:           var(--pc-light);
  --bg-surface:        var(--pc-white);
  --bg-tint:           var(--pc-primary-50);
  --fg-strong:         var(--pc-navy);
  --fg-default:        #334155;
  --fg-muted:          var(--pc-gray);
  --fg-onbrand:        var(--pc-white);
  --fg-link:           var(--pc-primary);
  --border-default:    var(--pc-gray-line);
  --border-strong:     #CBD5E1;
  --border-onbrand:    rgba(255,255,255,0.18);

  --shadow-sm:  0 1px 2px rgba(15,23,42,0.06), 0 1px 3px rgba(15,23,42,0.04);
  --shadow-md:  0 4px 8px rgba(15,23,42,0.06), 0 8px 24px rgba(15,23,42,0.06);
  --shadow-lg:  0 16px 40px rgba(15,23,42,0.12), 0 4px 8px rgba(15,23,42,0.04);
  --shadow-glow:0 0 0 4px rgba(0,191,165,0.18);

  --r-sm: 6px; --r-md: 10px; --r-lg: 14px; --r-xl: 20px; --r-pill: 999px;
  --container: 1280px;
  --gutter: 24px;

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t-fast: 120ms; --t-base: 200ms;
}
[data-theme="dark"] {
  --bg-page: var(--pc-navy);
  --bg-surface: #131C30;
  --bg-tint: #122139;
  --fg-strong: #F1F5F9;
  --fg-default: #CBD5E1;
  --fg-muted: #94A3B8;
  --fg-link: var(--pc-teal-300);
  --border-default: #25324B;
  --border-strong: #324363;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.4);
  --shadow-md: 0 4px 8px rgba(0,0,0,0.4), 0 8px 24px rgba(0,0,0,0.3);
}

/* ============== RESET ============== */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-page); color: var(--fg-default);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 16px; line-height: 1.6;
  font-feature-settings: "ss01", "cv11";
  transition: background var(--t-base) var(--ease), color var(--t-base) var(--ease);
}
a { color: var(--fg-link); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; }

/* ============== TYPE ============== */
.t-display-xl { font-size: clamp(40px, 6vw, 80px); line-height: 1; letter-spacing: -0.028em; font-weight: 800; color: var(--fg-strong); margin: 0; text-wrap: balance; }
.t-display    { font-size: clamp(36px, 4.5vw, 60px); line-height: 1.02; letter-spacing: -0.025em; font-weight: 800; color: var(--fg-strong); margin: 0; text-wrap: balance; }
.t-h1         { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.1; letter-spacing: -0.022em; font-weight: 700; color: var(--fg-strong); margin: 0; }
.t-h2         { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.2; letter-spacing: -0.018em; font-weight: 700; color: var(--fg-strong); margin: 0; }
.t-h3         { font-size: 20px; line-height: 1.3; letter-spacing: -0.005em; font-weight: 600; color: var(--fg-strong); margin: 0; }
.t-h4         { font-size: 17px; line-height: 1.4; font-weight: 600; color: var(--fg-strong); margin: 0; }
.t-lede       { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--fg-default); margin: 0; }
.t-body       { font-size: 16px; line-height: 1.65; color: var(--fg-default); margin: 0; }
.t-body-sm    { font-size: 14px; line-height: 1.6; color: var(--fg-default); margin: 0; }
.t-caption    { font-size: 12px; line-height: 1.4; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); font-weight: 600; margin: 0; font-family: "JetBrains Mono", monospace; }
.t-mono       { font-family: "JetBrains Mono", monospace; }
.t-mute       { color: var(--fg-muted); }
.t-eyebrow    { display: inline-flex; align-items: center; gap: 12px; font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pc-teal-700); font-weight: 600; }
.t-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
[data-theme="dark"] .t-eyebrow { color: var(--pc-teal-300); }
.t-teal { color: var(--pc-teal-700); }
[data-theme="dark"] .t-teal { color: var(--pc-teal-300); }

/* ============== LAYOUT ============== */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-divider { border-top: 1px solid var(--border-default); }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.split  { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.split-tight { gap: 32px; }

.section-head { margin-bottom: 48px; }
.section-head .t-h1, .section-head .t-display { margin-top: 12px; }
.section-head .t-lede { margin-top: 16px; max-width: 720px; }

/* ============== TOP NAV ============== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg-page) 92%, transparent);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--border-default);
}
.nav { display: flex; align-items: center; gap: 8px; padding: 14px 0; }
.brand-mark { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; color: var(--fg-strong); letter-spacing: -0.015em; text-decoration: none; }
.brand-mark:hover { text-decoration: none; }
.brand-mark .glyph {
  width: 30px; height: 30px; border-radius: 8px;
  background: linear-gradient(135deg, var(--pc-primary) 0%, var(--pc-teal) 140%);
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: var(--shadow-sm);
}
.brand-mark .dot { color: var(--pc-teal); margin-left: -5px; letter-spacing: -0.04em; }
.nav-links { display: flex; gap: 0; margin-left: 20px; flex-wrap: nowrap; }
.nav-links a { padding: 7px 9px; border-radius: var(--r-sm); font-size: 13px; color: var(--fg-default); font-weight: 500; white-space: nowrap; }
.nav-links a:hover { background: var(--bg-tint); color: var(--fg-strong); text-decoration: none; }
.nav-links a.active { color: var(--fg-strong); background: var(--bg-tint); }
.nav-links a.nav-navika {
  color: var(--pc-teal-700); position: relative;
  display: inline-flex; align-items: center; gap: 6px;
}
[data-theme="dark"] .nav-links a.nav-navika { color: var(--pc-teal-300); }
.nav-links a.nav-navika::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--pc-teal); box-shadow: 0 0 6px rgba(0,191,165,0.6);
}
.nav-links a.nav-navika .ext { font-size: 10px; opacity: 0.65; font-weight: 500; }
.nav-links a.nav-navika:hover { background: var(--pc-teal-50); color: var(--pc-teal-700); }
[data-theme="dark"] .nav-links a.nav-navika:hover { background: rgba(0,191,165,0.12); }
.nav-right { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.nav-creds { display: flex; gap: 8px; align-items: center; padding-right: 8px; border-right: 1px solid var(--border-default); margin-right: 4px; }

.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; color: var(--fg-strong); }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-weight: 600;
  border: 1px solid transparent; cursor: pointer; user-select: none; text-decoration: none;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
  white-space: nowrap;
}
.btn:hover { text-decoration: none; }
.btn:focus-visible { outline: 0; box-shadow: var(--shadow-glow); }
.btn:active { transform: translateY(1px); }
.btn-sm { font-size: 13px; padding: 6px 14px; border-radius: var(--r-sm); height: 32px; }
.btn-md { font-size: 14px; padding: 10px 18px; border-radius: var(--r-md); height: 40px; }
.btn-lg { font-size: 15px; padding: 13px 22px; border-radius: var(--r-md); height: 48px; }
.btn-primary  { background: var(--pc-primary); color: var(--fg-onbrand); }
.btn-primary:hover { background: var(--pc-primary-700); }
.btn-teal     { background: var(--pc-teal); color: var(--pc-navy); }
.btn-teal:hover { background: var(--pc-teal-700); color: #fff; }
.btn-secondary { background: var(--bg-surface); color: var(--fg-strong); border-color: var(--border-strong); }
.btn-secondary:hover { background: var(--bg-tint); border-color: var(--pc-primary-300); }
.btn-ghost { background: transparent; color: var(--fg-strong); }
.btn-ghost:hover { background: var(--bg-tint); }
.btn .arrow { transition: transform var(--t-fast) var(--ease); }
.btn:hover .arrow { transform: translateX(2px); }

.on-dark .btn-secondary { background: transparent; color: #fff; border-color: var(--border-onbrand); }
.on-dark .btn-secondary:hover { background: rgba(255,255,255,0.06); }

/* ============== BADGES ============== */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: var(--r-pill);
  font-size: 11.5px; font-weight: 600;
  font-family: "JetBrains Mono", monospace; letter-spacing: 0.04em;
  line-height: 1; height: 22px;
}
.badge svg { width: 12px; height: 12px; }
.badge-teal     { background: var(--pc-teal-100); color: var(--pc-teal-700); }
.badge-primary  { background: var(--pc-primary-100); color: var(--pc-primary-700); }
.badge-aus      { background: var(--pc-aus-100); color: var(--pc-aus); }
.badge-gold     { background: #FFF1D6; color: #8C5A00; }
.badge-gray     { background: var(--pc-gray-line); color: var(--fg-muted); }
.badge-outline  { background: transparent; color: var(--fg-default); border: 1px solid var(--border-strong); }
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
[data-theme="dark"] .badge-teal     { background: rgba(0,191,165,0.16); color: var(--pc-teal-300); }
[data-theme="dark"] .badge-primary  { background: rgba(74,120,168,0.16); color: var(--pc-primary-300); }
[data-theme="dark"] .badge-aus      { background: rgba(0,122,51,0.18); color: #6FCB91; }
[data-theme="dark"] .badge-gray     { background: rgba(148,163,184,0.12); color: var(--pc-gray-soft); }

.cred-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: var(--r-md);
  background: var(--bg-surface); border: 1px solid var(--border-default);
  font-size: 12.5px; font-weight: 600; color: var(--fg-strong);
}
.cred-badge .seal {
  width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pc-primary-50); color: var(--pc-primary);
}
[data-theme="dark"] .cred-badge .seal { background: rgba(74,120,168,0.18); color: var(--pc-primary-300); }
.cred-badge .seal.teal { background: var(--pc-teal-50); color: var(--pc-teal-700); }
[data-theme="dark"] .cred-badge .seal.teal { background: rgba(0,191,165,0.16); color: var(--pc-teal-300); }
.cred-badge .seal.aus  { background: var(--pc-aus-100); color: var(--pc-aus); }
[data-theme="dark"] .cred-badge .seal.aus  { background: rgba(0,122,51,0.18); color: #6FCB91; }
.cred-badge .seal svg { width: 16px; height: 16px; }
.cred-badge .meta { display: flex; flex-direction: column; line-height: 1.2; }
.cred-badge .meta .label { font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); font-family: "JetBrains Mono", monospace; font-weight: 500; }

/* ============== CARDS ============== */
.card {
  background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: var(--r-lg); padding: 24px;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
  height: 100%;
}
.card:hover { border-color: var(--border-strong); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card .icon-wrap {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--pc-primary-50); color: var(--pc-primary);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.card .icon-wrap.teal { background: var(--pc-teal-50); color: var(--pc-teal-700); }
.card .icon-wrap.aus  { background: var(--pc-aus-100); color: var(--pc-aus); }
[data-theme="dark"] .card .icon-wrap { background: rgba(74,120,168,0.18); color: var(--pc-primary-300); }
[data-theme="dark"] .card .icon-wrap.teal { background: rgba(0,191,165,0.16); color: var(--pc-teal-300); }
[data-theme="dark"] .card .icon-wrap.aus  { background: rgba(0,122,51,0.18); color: #6FCB91; }
.card .card-eyebrow { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 8px; }
.card .card-title { margin: 0 0 8px; font-size: 18px; font-weight: 600; color: var(--fg-strong); letter-spacing: -0.005em; }
.card .card-desc  { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--fg-default); }
.card .card-foot  { margin-top: 16px; display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--fg-link); }

.stat-card { border: 1px solid var(--border-default); border-radius: var(--r-lg); padding: 24px; background: var(--bg-surface); }
.stat-card .num { font-size: 44px; line-height: 1; letter-spacing: -0.025em; font-weight: 800; color: var(--fg-strong); }
.stat-card .num .unit { font-size: 18px; color: var(--fg-muted); margin-left: 4px; font-weight: 600; }
.stat-card .label { font-size: 12px; color: var(--fg-muted); margin-top: 10px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.06em; text-transform: uppercase; }

/* ============== HERO ============== */
.hero {
  position: relative; padding: 96px 0 80px; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(0,191,165,0.16) 0%, transparent 60%),
    radial-gradient(700px 480px at 0% 110%, rgba(0,54,108,0.10) 0%, transparent 60%);
}
[data-theme="dark"] .hero-bg {
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(0,191,165,0.22) 0%, transparent 60%),
    radial-gradient(700px 480px at 0% 110%, rgba(0,54,108,0.55) 0%, transparent 60%);
}
.dataflow { position: absolute; inset: 0; pointer-events: none; opacity: 0.55; }
.dataflow path.flow {
  stroke: var(--pc-teal); fill: none; stroke-width: 1.4;
  stroke-dasharray: 6 10;
  animation: flow-dash 28s linear infinite;
}
.dataflow path.flow.slow { animation-duration: 40s; stroke-width: 1; opacity: 0.7; }
@keyframes flow-dash { to { stroke-dashoffset: -240; } }
.dataflow .node { fill: var(--pc-teal); }
.dataflow .pulse { animation: pulse-r 3.5s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes pulse-r { 0%, 100% { opacity: 0.6; r: 4; } 50% { opacity: 1; r: 6; } }
[data-theme="dark"] .dataflow { opacity: 0.75; }

.hero-inner { position: relative; }
.hero h1.t-display-xl { margin-top: 18px; }
.hero p.t-lede { margin-top: 20px; max-width: 620px; }
.hero .ctas { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero .trust-row { margin-top: 40px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* Page hero (smaller, for inner pages) */
.page-hero { padding: 72px 0 56px; position: relative; overflow: hidden; }
.page-hero .hero-bg { opacity: 0.7; }
.page-hero .t-h1 { margin-top: 14px; }
.page-hero .t-lede { margin-top: 18px; max-width: 720px; }

/* ============== ALIGNMENT NUMBER BAR ============== */
.metric-bar {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default);
}
.metric-bar > div { padding: 32px 0; border-right: 1px solid var(--border-default); padding-right: 24px; }
.metric-bar > div:last-child { border-right: 0; }
.metric-bar .num { font-size: 40px; line-height: 1; letter-spacing: -0.025em; font-weight: 800; color: var(--fg-strong); }
.metric-bar .num .unit { font-size: 18px; color: var(--fg-muted); margin-left: 4px; font-weight: 600; }
.metric-bar .label { font-size: 12px; color: var(--fg-muted); margin-top: 10px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.06em; text-transform: uppercase; }

/* ============== PARTNER STRIP ============== */
.partner-strip {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0;
  border-top: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default);
  background: var(--bg-surface);
}
.partner-strip > div {
  padding: 28px 18px; border-right: 1px solid var(--border-default);
  display: flex; flex-direction: column; gap: 6px;
  font-size: 13px;
}
.partner-strip > div:last-child { border-right: 0; }
.partner-strip .logo { font-weight: 700; color: var(--fg-strong); letter-spacing: -0.01em; font-size: 16px; }
.partner-strip .role { font-size: 11px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); }

/* ============== TIMELINE ============== */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
  content: ""; position: absolute; left: 9px; top: 8px; bottom: 8px;
  width: 2px; background: var(--border-default);
}
.tl-item { position: relative; padding-bottom: 36px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -28px; top: 4px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--bg-surface); border: 3px solid var(--pc-teal);
}
.tl-item.live::before { background: var(--pc-teal); border-color: var(--pc-teal-700); box-shadow: 0 0 0 4px rgba(0,191,165,0.18); }
.tl-item .when { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pc-teal-700); font-weight: 600; }
[data-theme="dark"] .tl-item .when { color: var(--pc-teal-300); }
.tl-item h4 { margin: 6px 0 6px; font-size: 18px; font-weight: 600; color: var(--fg-strong); }
.tl-item p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--fg-default); }

/* ============== CTA BLOCK ============== */
.cta-block {
  background: var(--pc-navy); color: #fff; border-radius: var(--r-xl);
  padding: 56px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden;
}
.cta-block::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 100% 0%, rgba(0,191,165,0.20) 0%, transparent 60%),
    radial-gradient(500px 300px at 0% 100%, rgba(0,54,108,0.4) 0%, transparent 60%);
}
.cta-block > * { position: relative; z-index: 1; }
.cta-block .t-eyebrow { color: var(--pc-teal-300); }
.cta-block h2 { color: #fff; margin-top: 12px; }
.cta-block .t-lede { color: rgba(255,255,255,0.75); margin-top: 14px; max-width: 540px; }
.cta-block .actions { display: flex; flex-direction: column; gap: 10px; }

/* ============== FOOTER ============== */
.site-footer {
  background: var(--pc-navy); color: rgba(255,255,255,0.78);
  padding: 80px 0 32px; margin-top: 96px;
}
.site-footer .grid-foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.site-footer .brand-mark { color: #fff; }
.site-footer .brand-mark .dot { color: var(--pc-teal-300); }
.site-footer .tag { margin-top: 14px; max-width: 360px; line-height: 1.55; color: rgba(255,255,255,0.72); }
.site-footer .creds { margin-top: 22px; display: flex; gap: 8px; flex-wrap: wrap; }
.site-footer h4 { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--pc-teal-300); margin: 0 0 14px; }
.site-footer .col { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.site-footer .col a { color: rgba(255,255,255,0.72); }
.site-footer .col a:hover { color: #fff; text-decoration: none; }
.site-footer .legal {
  max-width: var(--container); margin: 56px auto 0; padding: 18px var(--gutter) 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.04em; color: rgba(255,255,255,0.55);
}
.site-footer .legal-links { display: flex; gap: 16px; }
.site-footer .legal-links a { color: rgba(255,255,255,0.55); }
.site-footer .badge-teal { background: rgba(0,191,165,0.16); color: var(--pc-teal-300); }
.site-footer .badge-aus  { background: rgba(0,122,51,0.18); color: #6FCB91; }
.site-footer .pa-line { font-size: 12.5px; color: var(--pc-teal-300); font-family: "JetBrains Mono", monospace; letter-spacing: 0.06em; text-transform: uppercase; }

/* ============== FORM ============== */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 500; color: var(--fg-default); }
.input, .select, .textarea {
  width: 100%; padding: 11px 14px;
  font-family: inherit; font-size: 14.5px; color: var(--fg-strong);
  background: var(--bg-surface);
  border: 1px solid var(--border-strong); border-radius: var(--r-md);
  outline: none; transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.input:focus, .select:focus, .textarea:focus { border-color: var(--pc-primary); box-shadow: var(--shadow-glow); }
.textarea { min-height: 110px; resize: vertical; }
.help { font-size: 12px; color: var(--fg-muted); }

/* ============== LISTS ============== */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--fg-default); }
.checks li::before {
  content: ""; flex: 0 0 20px; height: 20px; margin-top: 2px; border-radius: 50%;
  background: var(--pc-teal-50) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23008772' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 10l3.5 3.5L15 7'/></svg>") center / 12px no-repeat;
}
[data-theme="dark"] .checks li::before {
  background-color: rgba(0,191,165,0.18);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%236DDCC9' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 10l3.5 3.5L15 7'/></svg>");
}

/* ============== UTIL ============== */
.tint-section { background: var(--bg-tint); }
.surface-section { background: var(--bg-surface); }
[data-theme="dark"] .tint-section { background: var(--bg-tint); }
.center { text-align: center; }
.center .t-lede { margin-left: auto; margin-right: auto; }

/* ============== RESPONSIVE ============== */
@media (max-width: 940px) {
  .section { padding: 72px 0; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-5 { grid-template-columns: 1fr 1fr; }
  .split, .grid-3 { grid-template-columns: 1fr; gap: 32px; }
  .cta-block { grid-template-columns: 1fr; padding: 40px 28px; gap: 24px; }
  .nav-links, .nav-creds { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-footer .grid-foot { grid-template-columns: 1fr 1fr; gap: 32px; }
  .metric-bar { grid-template-columns: 1fr 1fr; }
  .metric-bar > div:nth-child(2) { border-right: 0; }
  .partner-strip { grid-template-columns: 1fr 1fr 1fr; }
  .partner-strip > div:nth-child(3) { border-right: 0; }
  .hero { padding: 56px 0 64px; }
  .page-hero { padding: 56px 0 40px; }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr; }
  .cta-block { padding: 28px 22px; }
  .partner-strip { grid-template-columns: 1fr 1fr; }
  .partner-strip > div:nth-child(3) { border-right: 1px solid var(--border-default); }
  .site-footer .grid-foot { grid-template-columns: 1fr; gap: 28px; }
  .metric-bar { grid-template-columns: 1fr; }
  .metric-bar > div { border-right: 0; border-bottom: 1px solid var(--border-default); padding: 20px 0; }
  .metric-bar > div:last-child { border-bottom: 0; }
  .timeline { padding-left: 24px; }
  .tl-item::before { left: -24px; width: 16px; height: 16px; }
  .timeline::before { left: 7px; }
}
