/* CricJeeto, marketing site styles. Refreshed design. */
:root {
  /* Core palette */
  --navy: #0b2540;
  --navy-deep: #061a30;
  --navy-800: #102e4d;
  --navy-700: #16395d;
  --orange: #ff7a1a;
  --orange-600: #e26200;
  --orange-100: #fff0e1;
  --amber: #ffb347;
  --lime: #a3e635;
  --green: #16b97e;
  --green-50: #ecfdf5;
  --green-100: #d1fae5;
  --green-700: #047857;
  --red: #e5484d;

  /* Neutrals */
  --ink: #061224;
  --text: #16243a;
  --text-dim: #5a6a82;
  --text-mute: #8597af;
  --line: #e6ebf2;
  --line-strong: #d3dce8;
  --bg: #f5f7fb;
  --bg-soft: #eef2f8;
  --card: #ffffff;

  /* Surface */
  --radius: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow-xs: 0 1px 2px rgba(11, 37, 64, 0.06);
  --shadow-sm: 0 6px 16px rgba(11, 37, 64, 0.06);
  --shadow: 0 14px 34px rgba(11, 37, 64, 0.08);
  --shadow-lg: 0 28px 70px rgba(11, 37, 64, 0.18);

  --max: 1180px;
  --display: "Sora", "Inter", system-ui, -apple-system, sans-serif;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--orange); }

h1, h2, h3, h4, h5 { font-family: var(--display); letter-spacing: -.022em; color: var(--navy); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 5.5rem 0; }
.section-sm { padding: 3rem 0; }

/* Top strip, no-money banner */
.top-strip {
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 0 50%, transparent 50%) 0 0/16px 16px,
    linear-gradient(90deg, #0a8a52, #16b97e 60%, #65d39a);
  color: #fff; text-align: center; font-weight: 600;
  padding: .6rem 1rem; font-size: .88rem; letter-spacing: .005em;
}
.top-strip strong { color: #fff; }
.top-strip .dot { opacity: .55; margin: 0 .45rem; }

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: .7rem; font-weight: 800; color: var(--navy); letter-spacing: -.015em; font-size: 1.15rem; font-family: var(--display); }
.brand-mark {
  width: 42px; height: 42px; border-radius: 11px;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(11, 37, 64, .18);
  background: #5b2ea0;
  display: block;
}
.brand-domain {
  font-family: var(--font);
  font-size: .68rem;
  font-weight: 600;
  color: var(--text-mute);
  letter-spacing: .06em;
  text-transform: uppercase;
  display: block;
  margin-top: 1px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.nav-links { display: flex; gap: 1.6rem; align-items: center; }
.nav-links a { color: var(--text); font-weight: 500; font-size: .95rem; }
.nav-links a:hover { color: var(--navy); }
.nav-cta {
  background: var(--navy); color: #fff !important; padding: .65rem 1.1rem; border-radius: 11px;
  font-weight: 600; font-size: .92rem;
  box-shadow: 0 6px 16px rgba(11, 37, 64, .25);
}
.nav-cta:hover { background: var(--orange); }

@media (max-width: 860px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* Hero */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 480px at 88% -10%, rgba(255,122,26,.30), transparent 62%),
    radial-gradient(900px 420px at 8% 8%, rgba(22,185,126,.18), transparent 60%),
    radial-gradient(700px 320px at 50% 100%, rgba(163,230,53,.12), transparent 60%),
    linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
  overflow: hidden;
  padding: 6rem 0 5.5rem;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(900px 460px at 60% 40%, #000 30%, transparent 70%);
  pointer-events: none;
  opacity: .55;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  padding: .45rem .9rem; border-radius: 999px; font-size: .78rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: #ffd7a8;
}
.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(163,230,53,.18);
  animation: pulseLive 2.2s ease-in-out infinite;
}
@keyframes pulseLive {
  0%, 100% { box-shadow: 0 0 0 0 rgba(163,230,53,.55); }
  50% { box-shadow: 0 0 0 9px rgba(163,230,53,0); }
}

.hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.1rem);
  line-height: 1.02;
  margin: 1.4rem 0 1.1rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
}
.hero h1 .accent {
  background: linear-gradient(120deg, #ffd17a, #ff7a1a 55%, #ff3d8a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub { font-size: 1.1rem; color: #c5d2e3; max-width: 560px; }
.hero-sub strong { color: #ffe1bf; font-weight: 600; }

.cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.4rem; border-radius: 12px; font-weight: 600; font-size: 1rem;
  font-family: var(--font);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  border: 0; cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange), #ff4a1f);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(255,122,26,.35), inset 0 -2px 0 rgba(0,0,0,.12);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(255,122,26,.42), inset 0 -2px 0 rgba(0,0,0,.12); }
.btn-ghost {
  background: rgba(255,255,255,.08); color: #fff !important;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.3); }

.hero-stats { display: flex; gap: 2.2rem; margin-top: 2.6rem; flex-wrap: wrap; }
.stat strong {
  display: block; font-size: 1.7rem; color: #fff; font-weight: 800;
  font-family: var(--display); letter-spacing: -.02em;
}
.stat span { color: #98abc4; font-size: .87rem; }

/* Hero art (brand character) */
.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 380px;
}
.hero-art-glow {
  position: absolute; inset: -10%;
  background:
    radial-gradient(closest-side, rgba(255,122,26,.45), transparent 60%),
    radial-gradient(closest-side at 30% 70%, rgba(168,85,247,.35), transparent 65%);
  filter: blur(28px);
  z-index: 0;
  animation: glowFloat 9s ease-in-out infinite;
}
@keyframes glowFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-2%, 2%) scale(1.04); }
}
.hero-logo {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  box-shadow:
    0 30px 70px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.06);
  z-index: 1;
  animation: heroBob 6s ease-in-out infinite;
}
@keyframes heroBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hero-chip {
  position: absolute;
  background: #fff;
  color: var(--navy);
  font-family: var(--display);
  font-weight: 800;
  font-size: .82rem;
  padding: .55rem .85rem;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0,0,0,.25);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  letter-spacing: .005em;
  white-space: nowrap;
}
.hero-chip span {
  font-variant-numeric: tabular-nums;
  color: var(--orange-600);
}
.hero-chip.chip-coin {
  top: 14%; left: -2%;
  animation: chipBob 5.5s ease-in-out infinite;
}
.hero-chip.chip-six {
  top: 8%; right: -4%;
  background: linear-gradient(135deg, var(--orange), #ff3a8a);
  color: #fff;
  font-size: 1rem;
  padding: .65rem 1.05rem;
  animation: chipBob 4.8s ease-in-out -1.5s infinite;
}
.hero-chip.chip-live {
  bottom: 10%; left: 4%;
  background: var(--navy-deep);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  animation: chipBob 6.2s ease-in-out -2.8s infinite;
}
.hero-chip.chip-live .dot-live {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(163,230,53,.25);
  animation: pulseLive 2s ease-in-out infinite;
}
@keyframes chipBob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
@media (max-width: 900px) {
  .hero-art { min-height: 320px; margin-top: 1rem; }
  .hero-logo { max-width: 320px; }
  .hero-chip { font-size: .72rem; padding: .45rem .7rem; }
  .hero-chip.chip-six { font-size: .85rem; padding: .55rem .9rem; }
}

/* Phone mock (kept for any other pages) */
.phone-wrap { position: relative; display: grid; place-items: center; }
.phone-wrap::before {
  content: ""; position: absolute; inset: -30px;
  background: radial-gradient(closest-side, rgba(255,122,26,.35), transparent 70%);
  filter: blur(20px);
  z-index: 0;
}
.phone {
  width: 290px; aspect-ratio: 9/19.5; border-radius: 38px;
  background: linear-gradient(180deg, #16294a, #0a1a2e);
  box-shadow:
    0 40px 100px rgba(0,0,0,.55),
    inset 0 0 0 8px #1c2e4d,
    inset 0 0 0 9px rgba(255,255,255,.05);
  padding: 14px;
  position: relative;
  z-index: 1;
}
.phone-notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 22px; background: #000; border-radius: 0 0 14px 14px;
  z-index: 2;
}
.phone-screen {
  background:
    radial-gradient(700px 200px at 50% -10%, rgba(255,122,26,.18), transparent 60%),
    linear-gradient(180deg, #0d2a47, #07182a);
  border-radius: 26px; height: 100%; padding: 30px 14px 14px; color: #fff;
  display: flex; flex-direction: column; gap: 10px; overflow: hidden;
}
.ph-score {
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
  padding: 10px 12px; border-radius: 12px;
  font-size: .75rem;
}
.ph-score .team { font-weight: 700; }
.ph-score .runs { color: var(--amber); font-weight: 800; font-size: .95rem; }
.ph-ticker { display: flex; gap: 6px; }
.ph-ball { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: .65rem; font-weight: 700; background: #1b3350; color: #b8c8de; }
.ph-ball.b4 { background: #ffd166; color: #6a4b00; }
.ph-ball.b6 { background: #ef476f; color: #fff; }
.ph-ball.bw { background: #7f1d1d; color: #fff; }
.ph-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 4px;
}
.ph-cell {
  aspect-ratio: 1;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  display: grid; place-items: center; font-weight: 700; font-size: .85rem;
  color: #e8eef6;
}
.ph-cell.hot {
  border-color: var(--orange);
  background: rgba(255,122,26,.18);
  color: #ffd7a8;
  box-shadow: 0 0 0 2px rgba(255,122,26,.25), 0 0 16px rgba(255,122,26,.35);
}
.ph-dice-row { display: flex; gap: 8px; margin-top: auto; }
.ph-dice {
  flex: 1; text-align: center; padding: 11px; border-radius: 12px;
  font-weight: 800; font-size: .78rem; color: #fff;
  letter-spacing: .02em;
}
.ph-dice.d1 { background: linear-gradient(135deg,#ff7a1a,#ff4a1f); }
.ph-dice.d2 { background: linear-gradient(135deg,#16b97e,#0a8a52); }
.ph-dice.d3 { background: linear-gradient(135deg,#5b8def,#2563eb); }

/* Promise strip, money flow */
.promise {
  background:
    linear-gradient(180deg, #ecfdf5, #ffffff);
  border: 1px solid var(--green-100);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin: 2.5rem 0 0;
  box-shadow: var(--shadow-sm);
}
@media (max-width: 780px) { .promise { grid-template-columns: 1fr; } }
.promise-item { display: flex; align-items: flex-start; gap: .85rem; }
.promise-item .tick {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), #0a8a52);
  color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .9rem;
  box-shadow: 0 6px 14px rgba(22,185,126,.3);
}
.promise-item h4 { margin: 0 0 .2rem; color: #065f46; font-size: .98rem; font-family: var(--display); }
.promise-item p { margin: 0; font-size: .9rem; color: var(--green-700); }

/* Section heads */
.section-head { text-align: center; max-width: 760px; margin: 0 auto 3.2rem; }
.section-head .eyebrow {
  background: var(--orange-100);
  border-color: rgba(255,122,26,.25);
  color: var(--orange-600);
}
.section-head h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.6rem); font-weight: 800;
  letter-spacing: -.025em; color: var(--navy); margin: .9rem 0 .7rem;
  line-height: 1.12;
}
.section-head p { color: var(--text-dim); font-size: 1.05rem; }

/* Grids + cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.6rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .2s ease;
  position: relative;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(255,122,26,.25);
}
.card .icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,122,26,.16), rgba(255,122,26,.04));
  color: var(--orange); display: grid; place-items: center; font-size: 1.35rem; margin-bottom: 1rem;
  border: 1px solid rgba(255,122,26,.18);
}
.card h3 { margin: .25rem 0 .55rem; font-size: 1.1rem; color: var(--navy); }
.card p { color: var(--text-dim); margin: 0; font-size: .95rem; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: var(--card); border-radius: var(--radius);
  padding: 1.6rem 1.4rem 1.4rem;
  border: 1px solid var(--line);
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute; top: -16px; left: 1.2rem;
  background: var(--navy); color: #fff;
  padding: .35rem .65rem; border-radius: 999px;
  font-weight: 800; font-size: .78rem; font-family: var(--display);
  letter-spacing: .04em;
  box-shadow: 0 8px 18px rgba(11, 37, 64, .25);
}
.step h4 { margin: .6rem 0 .4rem; color: var(--navy); font-size: 1.05rem; }
.step p { color: var(--text-dim); font-size: .92rem; margin: 0; }

/* Highlight band */
.band {
  background:
    radial-gradient(700px 300px at 100% 0%, rgba(255,122,26,.22), transparent 60%),
    radial-gradient(500px 240px at 0% 100%, rgba(163,230,53,.12), transparent 60%),
    linear-gradient(135deg, var(--navy), var(--navy-deep));
  color: #fff; border-radius: 24px;
  padding: 3.2rem;
  position: relative; overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}
.band-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: center; position: relative; z-index: 1; }
@media (max-width: 800px) { .band-grid { grid-template-columns: 1fr; } .band { padding: 2.2rem; } }
.band h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin: 0 0 .9rem; letter-spacing: -.022em; color: #fff; }
.band p { color: #c5d2e3; margin: 0 0 1.5rem; }
.outcome-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.pill {
  padding: .55rem .95rem; border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 600; font-size: .85rem;
  font-variant-numeric: tabular-nums;
}
.pill.hot { background: var(--orange); color: #fff; border-color: transparent; box-shadow: 0 8px 18px rgba(255,122,26,.35); }

.payout-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 1.6rem;
  border-radius: 16px;
  backdrop-filter: blur(4px);
}
.payout-card .label {
  font-size: .8rem; opacity: .75;
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: .5rem;
}
.payout-card .formula {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  font-weight: 800; color: var(--amber);
  letter-spacing: -.01em;
  margin-bottom: .9rem;
}
.payout-card .note { opacity: .85; font-size: .9rem; line-height: 1.55; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.05rem 1.3rem; margin-bottom: .75rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.faq-item:hover { border-color: var(--line-strong); box-shadow: var(--shadow-xs); }
.faq-item summary { cursor: pointer; font-weight: 600; color: var(--navy); outline: none; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--orange); font-weight: 400; line-height: 1; transition: transform .2s ease; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--text-dim); margin: .8rem 0 0; }

/* CTA band */
.cta-band {
  background:
    radial-gradient(500px 200px at 100% 0%, rgba(255,255,255,.18), transparent 65%),
    linear-gradient(135deg, var(--orange), #ff3a3a);
  color: #fff; border-radius: 24px; padding: 3.5rem 2rem; text-align: center;
  position: relative; overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 80px rgba(255,122,26,.3);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(700px 280px at 50% 50%, #000 35%, transparent 75%);
  pointer-events: none;
}
.cta-band > * { position: relative; }
.cta-band h2 { font-size: clamp(1.8rem, 3vw, 2.3rem); margin: 0 0 .6rem; color: #fff; letter-spacing: -.022em; }
.cta-band p { opacity: .96; margin: 0 0 1.6rem; font-size: 1.05rem; }
.cta-band .btn-primary {
  background: #fff;
  color: var(--navy) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
}
.cta-band .btn-primary:hover { background: var(--navy-deep); color: #fff !important; }

/* Footer */
footer {
  background: var(--navy-deep); color: #9fb1c6; padding: 3.8rem 0 1.8rem; margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,.04);
}
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2.2rem; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .foot-grid { grid-template-columns: 1fr; } }
footer h5 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 1.1rem; font-family: var(--font); font-weight: 700; }
footer a { color: #9fb1c6; display: block; padding: .32rem 0; font-size: .92rem; }
footer a:hover { color: var(--orange); }
.foot-brand p { font-size: .9rem; margin-top: .85rem; color: #8498b0; max-width: 320px; }
.foot-brand .brand { color: #fff; }
.foot-brand .brand-domain { color: #8aa1bf; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.08); margin-top: 2.5rem; padding-top: 1.5rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem;
  font-size: .85rem; color: #6e829b;
}

/* Legal / Content pages */
.page-hero {
  background:
    radial-gradient(700px 320px at 80% 0%, rgba(255,122,26,.18), transparent 60%),
    linear-gradient(135deg, var(--navy), var(--navy-deep));
  color: #fff; padding: 4.4rem 0 3.4rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin: 0 0 .5rem; letter-spacing: -.025em; color: #fff; }
.page-hero p { color: #b8c8de; margin: 0; }

.content {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2.6rem; box-shadow: var(--shadow); margin: -2rem auto 3rem;
  max-width: 860px;
}
.content h2 { color: var(--navy); font-size: 1.3rem; margin: 2rem 0 .6rem; border-left: 3px solid var(--orange); padding-left: .8rem; }
.content h2:first-child { margin-top: 0; }
.content h3 { color: var(--navy); font-size: 1.05rem; margin: 1.3rem 0 .4rem; }
.content p, .content li { color: var(--text); font-size: .98rem; }
.content ul, .content ol { padding-left: 1.2rem; }
.content li { margin: .35rem 0; }
.content .meta { color: var(--text-dim); font-size: .9rem; margin-bottom: 1.5rem; }
.content a { color: var(--orange-600); text-decoration: underline; }
.content table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .95rem; }
.content th, .content td { padding: .7rem; border: 1px solid var(--line); text-align: left; }
.content th { background: #f1f5f9; color: var(--navy); font-weight: 600; }

.callout {
  background: linear-gradient(180deg, #fff7ec, #fff);
  border: 1px solid #f7c993; border-left: 4px solid var(--orange);
  padding: 1rem 1.2rem; border-radius: 12px; margin: 1.2rem 0;
}
.callout strong { color: var(--navy); }

/* Contact form */
.form { display: grid; gap: 1rem; }
.form label { font-weight: 600; color: var(--navy); font-size: .92rem; }
.form input, .form textarea, .form select {
  width: 100%; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 11px;
  font-family: inherit; font-size: 1rem; background: #fff; color: var(--text);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,122,26,.14);
}
.form textarea { min-height: 140px; resize: vertical; }
