/* ==========================================================================
   Gold Standard / permitOS — shared stylesheet
   ========================================================================== */

:root {
  --gold: #fcb900;
  --gold-dark: #d99e00;
  --gold-grad: linear-gradient(135deg, #ffc94d, #f2761a);
  --amber: #f2761a;
  --ink: #14213d;
  --ink-soft: #2c3958;
  --navy-900: #0b1120;
  --navy-950: #070a14;
  --gray-50: #f8f9fb;
  --gray-100: #f0f2f6;
  --gray-200: #e3e6ed;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --white: #ffffff;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(20, 33, 61, 0.06), 0 1px 3px rgba(20, 33, 61, 0.08);
  --shadow-md: 0 8px 24px rgba(20, 33, 61, 0.10);
  --shadow-lg: 0 20px 45px rgba(20, 33, 61, 0.16);
  --max-width: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 96px 0; }
@media (max-width: 768px) {
  section { padding: 64px 0; }
}

h1, h2, h3, h4 { font-weight: 700; line-height: 1.15; margin: 0 0 16px; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 16px; color: var(--gray-700); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: rgba(252, 185, 0, 0.12);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head p { font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--gold-dark); box-shadow: var(--shadow-md); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--navy-900); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; border-color: var(--gray-200); color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,0.35); color: var(--white); }
.btn-outline-light:hover { border-color: var(--white); }
.btn-block { width: 100%; }

/* ---------- Header / Nav ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--gray-200);
}
header.site-header .container { max-width: 1320px; }
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
}
.logo .mark {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: flex; align-items: center; justify-content: center;
  color: var(--ink); font-weight: 900; font-size: 1rem;
  box-shadow: var(--shadow-sm);
}
.logo svg.mark-svg { width: 32px; height: 32px; flex-shrink: 0; }
.logo .wordmark { font-weight: 800; font-size: 1.2rem; letter-spacing: -0.01em; }
.logo .wordmark .os { color: var(--amber); }
.logo .logo-img { height: 84px; width: auto; display: block; }
.footer-brand .logo .logo-img { height: 42px; }
.bp-logo img { display: block; }
.logo .sub { font-weight: 500; color: var(--gray-500); font-size: 0.7rem; display: block; letter-spacing: 0.04em; white-space: nowrap; }

nav.main-nav { display: flex; align-items: center; gap: 18px; }
nav.main-nav a { font-weight: 600; font-size: 0.85rem; color: var(--gray-700); white-space: nowrap; }
nav.main-nav a:hover, nav.main-nav a.active { color: var(--ink); }
.nav-gs-logo { display: inline-flex; align-items: center; border-bottom: 2px solid transparent; padding-bottom: 2px; line-height: 0; }
.nav-gs-logo img { height: 40px; width: auto; display: block; }
.nav-gs-logo:hover, .nav-gs-logo.active { border-bottom-color: var(--amber); }
@media (max-width: 1310px) {
  .nav-gs-logo { padding: 4px 0; }
}
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-actions .btn { padding: 11px 18px; font-size: 0.86rem; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

@media (max-width: 1310px) {
  nav.main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); flex-direction: column; align-items: flex-start;
    gap: 0; border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow-md);
    max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
  }
  nav.main-nav.open { max-height: 480px; overflow-y: auto; }
  nav.main-nav a { width: 100%; padding: 14px 24px; border-top: 1px solid var(--gray-100); }
  .nav-toggle { display: block; }
  .nav-actions .btn-outline { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 88px 0 100px;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(252,185,0,0.18), transparent 60%),
    linear-gradient(180deg, var(--gray-50), var(--white));
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
}
.hero h1 { margin-bottom: 20px; }
.hero .lede { font-size: 1.15rem; color: var(--gray-700); max-width: 540px; }
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { margin-top: 40px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-trust .stat { font-weight: 800; font-size: 1.3rem; color: var(--ink); }
.hero-trust .stat-label { font-size: 0.82rem; color: var(--gray-500); }

.hero-panel {
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  color: var(--white);
  position: relative;
}
.hero-panel .panel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.hero-panel .panel-header .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); display: inline-block; margin-right: 6px; }
.hero-panel .badge { font-size: 0.72rem; background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 999px; }
.checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.checklist li {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 0.92rem;
}
.checklist li .check {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 900; flex-shrink: 0;
}
.checklist li.pending .check { background: rgba(255,255,255,0.18); color: var(--white); }
.score-row { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; background: rgba(252,185,0,0.12); border-radius: var(--radius-sm); padding: 14px 16px; }
.score-row .score { font-size: 1.6rem; font-weight: 800; color: var(--gold); }

/* ---------- Logo / trust strip ---------- */
.strip {
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  padding: 28px 0;
  background: var(--gray-50);
}
.strip .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.strip .label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-500); }
.strip .roles { display: flex; gap: 28px; flex-wrap: wrap; }
.strip .roles span { font-weight: 700; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Feature grid ---------- */
.grid { display: grid; gap: 28px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 640px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card .icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(252,185,0,0.14); color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 18px;
}
.card h3 { margin-bottom: 8px; }
.card p { margin-bottom: 0; font-size: 0.95rem; }

.section-alt { background: var(--gray-50); }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: rgba(255,255,255,0.72); }
.section-dark .section-head p { color: rgba(255,255,255,0.72); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 30px 22px; background: var(--white); border-radius: var(--radius-md); border: 1px solid var(--gray-200); }
.step .num {
  counter-increment: step;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--ink); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; margin-bottom: 16px;
}
.step .num::before { content: counter(step); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
@media (max-width: 768px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stats .stat-num { font-size: 2.4rem; font-weight: 800; color: var(--gold); }
.stats .stat-label { color: rgba(255,255,255,0.72); font-size: 0.9rem; }

/* ---------- Testimonial ---------- */
.testimonial-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: 36px; box-shadow: var(--shadow-sm);
}
.testimonial-card .quote { font-size: 1.2rem; font-weight: 500; color: var(--ink); margin-bottom: 22px; }
.testimonial-card .person { display: flex; align-items: center; gap: 14px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--gray-200); display:flex;align-items:center;justify-content:center; font-weight:800; color: var(--ink-soft); }
.person .name { font-weight: 700; }
.person .role { font-size: 0.85rem; color: var(--gray-500); }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--ink), var(--navy-900));
  border-radius: var(--radius-lg);
  padding: 56px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 260px at 20% 0%, rgba(252,185,0,0.25), transparent 60%);
}
.cta-banner > * { position: relative; }
.cta-banner h2 { color: var(--white); }
.cta-banner p { color: rgba(255,255,255,0.75); max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }

/* ---------- Forms ---------- */
.form-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--gray-200); font-family: inherit; font-size: 0.95rem; color: var(--ink);
  background: var(--gray-50);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); background: var(--white);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.form-note { font-size: 0.82rem; color: var(--gray-500); margin-top: 14px; text-align: center; }
#form-success { display: none; text-align: center; padding: 40px 20px; }
#form-success.show { display: block; }
#form-success .check-big { width: 56px; height: 56px; border-radius: 50%; background: rgba(252,185,0,0.15); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 16px; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--navy-900); color: rgba(255,255,255,0.65); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--white); font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 18px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: 0.92rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand .logo { color: var(--white); margin-bottom: 14px; }
.footer-brand p { font-size: 0.9rem; max-width: 280px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.82rem; }

/* ---------- Page header (interior pages) ---------- */
.page-hero { padding: 64px 0 56px; background: linear-gradient(180deg, var(--gray-50), var(--white)); border-bottom: 1px solid var(--gray-200); }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero p.lede { font-size: 1.05rem; max-width: 640px; }
.breadcrumb { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--gold-dark); }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.tag { font-size: 0.78rem; font-weight: 700; background: var(--gray-100); color: var(--gray-700); padding: 6px 12px; border-radius: 999px; }

/* ==========================================================================
   permitOS — product-site components
   ========================================================================== */

/* ---------- Launch badge ---------- */
.launch-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy-900); color: var(--white);
  padding: 8px 16px; border-radius: 999px; font-size: 0.82rem; font-weight: 700;
  margin-bottom: 18px;
}
.launch-badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(242,118,26,0.25); }
.launch-list { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.launch-list li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--gray-700); font-weight: 500; }
.launch-list li .dot-check { width: 18px; height: 18px; border-radius: 50%; background: rgba(242,118,26,0.14); color: var(--amber); display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 900; flex-shrink: 0; }
.launch-note { font-size: 0.84rem; color: var(--gray-500); margin-top: 10px; }
.accent { color: var(--amber); }

/* ---------- Icon strip ---------- */
.icon-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 768px) { .icon-strip { grid-template-columns: repeat(2, 1fr); } }
.icon-strip .item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 20px 12px; }
.icon-strip .item .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(242,118,26,0.12); color: var(--amber); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.icon-strip .item span.label { font-weight: 700; font-size: 0.88rem; color: var(--ink); }

/* ---------- Dashboard mockup ---------- */
.dashboard-mock {
  background: var(--navy-950);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.dashboard-mock .mock-screen {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
.dashboard-mock .mock-topbar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--gray-200); }
.dashboard-mock .mock-topbar .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gray-200); }
.dashboard-mock .mock-topbar .dot:nth-child(1) { background: #f3716c; }
.dashboard-mock .mock-topbar .dot:nth-child(2) { background: #f5c451; }
.dashboard-mock .mock-topbar .dot:nth-child(3) { background: #6fcf7c; }
.dashboard-mock .mock-body { display: flex; }
.dashboard-mock .mock-sidebar { width: 56px; background: var(--gray-50); border-right: 1px solid var(--gray-200); padding: 14px 0; display: flex; flex-direction: column; align-items: center; gap: 16px; flex-shrink: 0; }
.dashboard-mock .mock-sidebar .si { width: 26px; height: 26px; border-radius: 7px; background: var(--gray-200); }
.dashboard-mock .mock-sidebar .si.active { background: var(--gold-grad); }
.dashboard-mock .mock-main { flex: 1; padding: 16px; min-width: 0; }
.dashboard-mock .mock-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 14px; }
.dashboard-mock .mock-stat { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 8px; padding: 8px 10px; }
.dashboard-mock .mock-stat .n { font-weight: 800; font-size: 1.1rem; color: var(--ink); }
.dashboard-mock .mock-stat .l { font-size: 0.62rem; color: var(--gray-500); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; }
.dashboard-mock .mock-row { display: flex; gap: 14px; }
.dashboard-mock .mock-list { flex: 1; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.dashboard-mock .mock-list .li { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 6px; padding: 8px 10px; font-size: 0.68rem; font-weight: 600; color: var(--ink-soft); display: flex; justify-content: space-between; gap: 8px; }
.dashboard-mock .mock-list .li span.badge { font-size: 0.58rem; padding: 2px 7px; border-radius: 999px; background: rgba(242,118,26,0.14); color: var(--amber); font-weight: 700; white-space: nowrap; }
.dashboard-mock .mock-phone {
  position: absolute; bottom: -18px; right: -14px;
  width: 92px; background: var(--white); border-radius: 16px;
  box-shadow: var(--shadow-lg); border: 5px solid var(--navy-950);
  overflow: hidden;
}
.dashboard-mock .mock-phone .ph-bar { height: 10px; background: var(--navy-950); }
.dashboard-mock .mock-phone .ph-body { padding: 8px; }
.dashboard-mock .mock-phone .ph-line { height: 6px; border-radius: 3px; background: var(--gray-100); margin-bottom: 5px; }
.dashboard-mock .mock-phone .ph-line.gold { background: var(--gold-grad); width: 60%; }
.dashboard-mock .play-overlay {
  position: absolute; inset: 22px 22px auto auto; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md);
  color: var(--amber); font-size: 1.1rem; cursor: pointer;
}

/* ---------- Ring chart ---------- */
.ring-chart {
  width: 68px; height: 68px; border-radius: 50%;
  background: conic-gradient(var(--amber) calc(var(--pct,85) * 1%), var(--gray-100) 0);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ring-chart .ring-inner {
  width: 50px; height: 50px; border-radius: 50%; background: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.82rem; color: var(--ink);
}
.ring-row { display: flex; align-items: center; gap: 14px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--gray-200); }
.ring-row .ring-label { font-size: 0.78rem; color: var(--gray-500); font-weight: 600; }
.ring-row .ring-value { font-weight: 800; color: var(--ink); }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card {
  background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: 30px 24px; display: flex; flex-direction: column;
}
.price-card.featured {
  background: var(--navy-950); color: var(--white); border-color: var(--navy-950);
  box-shadow: var(--shadow-lg); transform: translateY(-8px);
  position: relative;
}
.price-card.featured .price-tier, .price-card.featured h3 { color: var(--white); }
.price-card.featured p, .price-card.featured .feature-list li { color: rgba(255,255,255,0.72); }
.price-card .most-popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold-grad); color: var(--ink); font-size: 0.72rem; font-weight: 800; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.price-tier { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 10px; }
.price-amount { font-size: 2.1rem; font-weight: 800; margin-bottom: 4px; }
.price-amount .per { font-size: 1rem; font-weight: 600; color: var(--gray-500); }
.price-card.featured .price-amount .per { color: rgba(255,255,255,0.6); }
.price-card p.price-desc { font-size: 0.92rem; margin-bottom: 22px; }
.feature-list { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--gray-700); }
.feature-list li::before { content: "\2713"; color: var(--amber); font-weight: 900; flex-shrink: 0; }

/* ---------- Timeline / Roadmap ---------- */
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
@media (max-width: 900px) { .timeline { grid-template-columns: 1fr; } }
.timeline-stage {
  background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: 28px; position: relative;
}
.timeline-stage.current { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(242,118,26,0.12); }
.timeline-stage .stage-marker {
  width: 44px; height: 44px; border-radius: 50%; background: var(--navy-950); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 16px;
}
.timeline-stage.current .stage-marker { background: var(--gold-grad); color: var(--ink); }
.timeline-stage .stage-when { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--amber); margin-bottom: 4px; }
.timeline-stage h3 { margin-bottom: 14px; }
.timeline-stage ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.timeline-stage ul li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.88rem; color: var(--gray-700); }
.timeline-stage ul li::before { content: "\2013"; color: var(--gray-500); flex-shrink: 0; }
.timeline-stage.current ul li::before { content: "\2713"; color: var(--amber); font-weight: 900; }

/* ---------- Jurisdiction cards ---------- */
.jurisdiction-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
.jurisdiction-photo {
  height: 150px; position: relative; display: flex; align-items: flex-end; padding: 16px;
  background: linear-gradient(135deg, var(--navy-950), var(--ink-soft));
}
.jurisdiction-photo::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 180px at 100% 0%, rgba(242,118,26,0.35), transparent 60%);
}
.jurisdiction-photo .pin { position: relative; display: flex; align-items: center; gap: 8px; color: var(--white); font-weight: 800; font-size: 1rem; }
.jurisdiction-photo .pin .ic { color: var(--amber); font-size: 1.1rem; }
.jurisdiction-card .jc-body { padding: 26px; }
.jurisdiction-card ul { list-style: none; margin: 14px 0 20px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.jurisdiction-card ul li { display: flex; align-items: center; gap: 8px; font-size: 0.86rem; color: var(--gray-700); }
.jurisdiction-card ul li::before { content: "\2713"; color: var(--amber); font-weight: 900; }

/* ---------- Benefit grid (founding members) ---------- */
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
@media (max-width: 980px) { .benefit-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
.benefit-item { text-align: center; padding: 10px; }
.benefit-item .bi { width: 58px; height: 58px; border-radius: 50%; background: var(--gold-grad); color: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 14px; box-shadow: var(--shadow-sm); }
.benefit-item span.label { font-weight: 700; font-size: 0.88rem; color: var(--ink); display: block; }

/* ---------- Office / credibility panel ---------- */
.brand-panel {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  background: linear-gradient(160deg, var(--navy-950), var(--ink-soft));
  min-height: 340px; display: flex; align-items: center; justify-content: center;
}
.brand-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 260px at 20% 10%, rgba(242,118,26,0.28), transparent 60%); }
.brand-panel .bp-logo { position: relative; text-align: center; color: var(--white); }
.brand-panel .bp-logo svg { width: 64px; height: 64px; margin: 0 auto 14px; }
.brand-panel .bp-logo .word { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.01em; }
.brand-panel .bp-logo .sub { font-size: 0.78rem; color: rgba(255,255,255,0.55); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

/* ---------- Bullet-icon list (why permitOS) ---------- */
.icon-bullets { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.icon-bullets li { display: flex; align-items: flex-start; gap: 16px; }
.icon-bullets li .ib { width: 42px; height: 42px; border-radius: 11px; background: rgba(242,118,26,0.12); color: var(--amber); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.icon-bullets li p { margin: 0; font-weight: 600; color: var(--ink); }

/* ---------- Social row (footer) ---------- */
.social-row { display: flex; gap: 12px; }
.social-row a { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; }
.social-row a:hover { background: var(--gold-grad); color: var(--ink); }
