/* MetricQuant Satellite Report — luxury forensic editorial
   Deep ink + emerald. Simple words, premium craft. */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap");

:root {
  --bg0: #04080f;
  --bg1: #0b1320;
  --ink: #f4f7fb;
  --muted: #8b9bb0;
  --line: rgba(148, 163, 184, 0.14);
  --line-strong: rgba(226, 232, 240, 0.22);
  --emerald: #10b981;
  --emerald-glow: rgba(16, 185, 129, 0.28);
  --emerald-deep: #065f46;
  --flood: #38bdf8;
  --coast: #2dd4bf;
  --fire: #fb923c;
  --glass: rgba(4, 8, 15, 0.78);
  --card: rgba(11, 19, 32, 0.88);
  --max: 74rem;
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --hairline: 1px solid var(--line);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-body);
  font-optical-sizing: auto;
  background:
    radial-gradient(1200px 600px at 12% -10%, rgba(16, 185, 129, 0.07), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(56, 189, 248, 0.05), transparent 50%),
    var(--bg0);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ── Motion ─────────────────────────────────────────── */
@keyframes ken-burns {
  0% { transform: scale(1.05) translate3d(0, 0, 0); }
  100% { transform: scale(1.14) translate3d(-1.5%, -1%, 0); }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scan-pulse {
  0%, 100% { opacity: 0.25; transform: translateY(-8%); }
  50% { opacity: 0.55; transform: translateY(8%); }
}
@keyframes glow-breathe {
  0%, 100% { box-shadow: 0 0 0 0 transparent, 0 0 24px -6px var(--emerald-glow); }
  50% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.08), 0 0 36px 0 var(--emerald-glow); }
}
@keyframes grid-drift {
  from { background-position: 0 0; }
  to { background-position: 48px 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── Header ─────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: none;
  margin: 0;
  padding: 0.85rem clamp(1.25rem, 3.5vw, 3rem);
  background: rgba(4, 8, 15, 0.82);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: var(--hairline);
}
.brand {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--emerald);
  text-decoration: none;
}
.brand span { color: #cbd5e1; font-weight: 500; letter-spacing: 0.14em; }
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  margin-left: auto;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.nav a {
  text-decoration: none;
  color: #c7d2e0;
  position: relative;
  transition: color 0.2s var(--ease-out);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -0.35rem;
  height: 1px;
  background: var(--emerald);
  transition: right 0.25s var(--ease-out);
}
.nav a:hover { color: #ecfdf5; }
.nav a:hover::after { right: 0; }

/* ── Full-bleed hero ────────────────────────────────── */
.hero-bleed {
  position: relative;
  min-height: min(92vh, 52rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero-bleed__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-bleed__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: ken-burns 28s ease-in-out infinite alternate;
}
.hero-bleed__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.55) 0%, rgba(5, 10, 18, 0.35) 35%, rgba(5, 10, 18, 0.92) 78%, var(--bg0) 100%),
    radial-gradient(900px 480px at 15% 20%, rgba(16, 185, 129, 0.22), transparent 60%),
    radial-gradient(700px 400px at 90% 10%, rgba(56, 189, 248, 0.12), transparent 55%);
}
.hero-bleed--flood .hero-bleed__veil {
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.5) 0%, rgba(5, 10, 18, 0.28) 40%, rgba(5, 10, 18, 0.94) 80%, var(--bg0) 100%),
    radial-gradient(800px 420px at 20% 30%, rgba(56, 189, 248, 0.28), transparent 55%),
    radial-gradient(600px 360px at 80% 10%, rgba(16, 185, 129, 0.16), transparent 50%);
}
.hero-bleed--coast .hero-bleed__veil {
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.48) 0%, rgba(5, 10, 18, 0.3) 40%, rgba(5, 10, 18, 0.94) 80%, var(--bg0) 100%),
    radial-gradient(800px 420px at 30% 40%, rgba(45, 212, 191, 0.28), transparent 55%);
}
.hero-bleed--fire .hero-bleed__veil {
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.5) 0%, rgba(5, 10, 18, 0.32) 40%, rgba(5, 10, 18, 0.94) 80%, var(--bg0) 100%),
    radial-gradient(800px 420px at 25% 35%, rgba(251, 146, 60, 0.26), transparent 55%),
    radial-gradient(500px 300px at 85% 15%, rgba(16, 185, 129, 0.12), transparent 50%);
}
.hero-bleed__scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  top: 32%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(16, 185, 129, 0.08), transparent);
  animation: scan-pulse 5.5s ease-in-out infinite;
}
.hero-bleed__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.35) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: grid-drift 40s linear infinite;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 70%, transparent);
}

.hero-bleed__content {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 5.5rem clamp(1.15rem, 3vw, 2.5rem) 3rem;
  animation: fade-up 0.85s ease-out both;
}
.hero-bleed__panel {
  max-width: 36rem;
  padding: 1.7rem 1.7rem 1.75rem;
  border-radius: 4px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: rgba(5, 10, 18, 0.42);
  backdrop-filter: blur(16px) saturate(1.15);
  box-shadow: none;
}
.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6ee7b7;
}
.hero-bleed h1,
.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5.8vw, 3.85rem);
  letter-spacing: -0.028em;
  line-height: 1.02;
  font-weight: 600;
  max-width: 13ch;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}
.hero-bleed .brand-mark {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--emerald);
  margin-bottom: 1.1rem;
}
.lede {
  margin: 0;
  max-width: 34rem;
  color: #d0dae8;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Legacy .hero (verify page etc.) */
.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem clamp(1.15rem, 3vw, 2.5rem) 1.5rem;
}
.hero h1 { max-width: 18ch; }

.honesty {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
}
.honesty--price {
  align-items: baseline;
  gap: 0.75rem;
  margin-top: 1.45rem;
}
.price-whisper {
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f8fafc;
  line-height: 1;
}
.price-whisper__meta {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a3b8;
}
.pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  border-radius: 2px;
  border: 1px solid var(--line-strong);
  color: #e2e8f0;
  background: rgba(4, 8, 15, 0.55);
  backdrop-filter: blur(10px);
}
.pill--off { border-color: rgba(251, 146, 60, 0.45); color: #fdba74; }
.pill--opening { border-color: rgba(251, 146, 60, 0.45); color: #fdba74; }
.pill--amostra { border-color: rgba(16, 185, 129, 0.4); color: #a7f3d0; }
.pill--price { border-color: rgba(56, 189, 248, 0.35); color: #bae6fd; }

/* ── Actions / buttons — polished, not cheap ─────────── */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}
.hero-sla {
  margin: 0.95rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #a8b8cc;
  max-width: 36rem;
}
.hero-sample-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.45rem 0.65rem 0.45rem 0.45rem;
  border: 1px solid var(--line-strong);
  background: rgba(4, 8, 15, 0.55);
  text-decoration: none;
  color: #dbe7f5;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  transition: border-color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}
.hero-sample-link img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.hero-sample-link:hover {
  border-color: rgba(16, 185, 129, 0.55);
  background: rgba(6, 95, 70, 0.22);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.45rem;
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 0.22s var(--ease-out),
    border-color 0.22s var(--ease-out),
    color 0.22s var(--ease-out),
    transform 0.18s var(--ease-out),
    box-shadow 0.22s var(--ease-out);
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(180deg, #14b887 0%, #0d9f72 100%);
  color: #021a16;
  border-color: rgba(167, 243, 208, 0.35);
  box-shadow: 0 10px 28px -14px var(--emerald-glow);
}
.btn-primary:hover {
  background: linear-gradient(180deg, #34d399 0%, #10b981 100%);
  box-shadow: 0 14px 36px -12px var(--emerald-glow);
  transform: translateY(-1px);
}
.btn-ghost {
  border-color: var(--line-strong);
  color: #f1f5f9;
  background: rgba(4, 8, 15, 0.4);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  border-color: rgba(16, 185, 129, 0.55);
  color: #d1fae5;
  background: rgba(6, 78, 59, 0.22);
}

.note {
  margin-top: 1.1rem;
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  max-width: 36rem;
}
.thanks-next {
  margin-bottom: 1.25rem;
}
.thanks-next + .actions {
  margin-bottom: 0.5rem;
}

/* ── Report value strip (hero → proof bridge) ─────────── */
.value-strip {
  max-width: var(--max);
  margin: -1.5rem auto 0;
  padding: 0 clamp(1.15rem, 3vw, 2.5rem) 1.5rem;
  position: relative;
  z-index: 2;
}
.value-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(16, 185, 129, 0.22);
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, transparent 55%),
    rgba(8, 14, 24, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 48px -32px rgba(0, 0, 0, 0.85);
}
.value-strip__item {
  padding: 0.35rem 0.5rem;
}
.value-strip__icon {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--emerald);
  margin-bottom: 0.35rem;
}
.value-strip__item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #ecfdf5;
}
.value-strip__item p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
  max-width: none;
}
.proof-frame--link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.22s var(--ease-out), transform 0.22s var(--ease-out);
}
.proof-frame--link:hover {
  border-color: rgba(16, 185, 129, 0.45);
  transform: translateY(-2px);
}
.proof-frame--link figcaption { color: #6ee7b7; }

/* ── Product mosaic (hub) ───────────────────────────── */
.mosaic {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.5rem clamp(1.15rem, 3vw, 2.5rem) 2.75rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.mosaic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 24rem;
  border-radius: 4px;
  overflow: hidden;
  border: var(--hairline);
  text-decoration: none;
  isolation: isolate;
  transition: border-color 0.28s var(--ease-out), transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out);
  animation: fade-up 0.95s var(--ease-out) both;
}
.mosaic-card:nth-child(2) { animation-delay: 0.08s; }
.mosaic-card:nth-child(3) { animation-delay: 0.16s; }
.mosaic-card:hover {
  border-color: rgba(16, 185, 129, 0.45);
  transform: translateY(-5px);
  box-shadow: 0 28px 60px -36px rgba(0, 0, 0, 0.85);
}
.mosaic-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.mosaic-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.mosaic-card:hover .mosaic-card__media img { transform: scale(1.06); }
.mosaic-card__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.15) 0%, rgba(5, 10, 18, 0.88) 72%);
}
.mosaic-card__body {
  padding: 1.25rem 1.3rem 1.4rem;
}
.mosaic-card__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6ee7b7;
  margin-bottom: 0.4rem;
}
.mosaic-card--flood .mosaic-card__tag { color: #7dd3fc; }
.mosaic-card--coast .mosaic-card__tag { color: #5eead4; }
.mosaic-card--fire .mosaic-card__tag { color: #fdba74; }
.mosaic-card h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.mosaic-card p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Legacy cards (keep for any residual) */
.grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.5rem 1.25rem 2.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem 1.3rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
}
.accent-bar {
  height: 3px;
  width: 2.5rem;
  border-radius: 999px;
  background: var(--emerald);
}

/* ── Proof gallery ──────────────────────────────────── */
.proof {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 3vw, 2.5rem) 3rem;
}
.proof__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.proof__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.proof__head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.proof-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.proof-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a1220;
  box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.7);
}
.proof-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: top center;
  background: #e8eef5;
}
.proof-frame figcaption {
  padding: 0.65rem 0.85rem;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  border-top: 1px solid var(--line);
}

/* ── Sections — intentional whitespace, editorial ───── */
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.25rem clamp(1.25rem, 3.5vw, 3rem) 3.25rem;
  position: relative;
}
.section::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--emerald), transparent);
  margin-bottom: 1.15rem;
}
.section h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  letter-spacing: -0.025em;
  font-weight: 600;
  line-height: 1.15;
}
.section p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 40rem;
}
.list {
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.65;
}
.list li { margin: 0.35rem 0; }

.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;
}

/* ── Causal chain + pricing + sample gate (P0) ──────── */
.section-sub {
  margin: -0.25rem 0 1.25rem;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 36rem;
}
.causal-chain {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, 1fr);
}
.causal-chain li {
  margin: 0;
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(10, 18, 32, 0.55);
}
.causal-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.18);
  color: #6ee7b7;
  font-size: 0.78rem;
  font-weight: 800;
}
.causal-chain strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.causal-chain p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: none;
}
.moment-value {
  display: grid;
  gap: 0.75rem;
  max-width: 22rem;
}
.moment-value__frame {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.7);
  animation: fade-up 0.9s ease-out both;
}
.moment-value__frame img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: top center;
  background: #e8eef5;
  transition: transform 0.45s ease;
}
.moment-value__frame:hover img { transform: scale(1.03); }
.moment-value__play {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: rgba(5, 10, 18, 0.82);
  color: #6ee7b7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.moment-value p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: none;
}
.price-card {
  max-width: 30rem;
  padding: 1.75rem 1.7rem 1.45rem;
  border-radius: 4px;
  border: 1px solid rgba(16, 185, 129, 0.28);
  background:
    linear-gradient(180deg, rgba(16, 185, 129, 0.08) 0%, transparent 42%),
    rgba(8, 14, 24, 0.9);
  box-shadow: 0 24px 48px -36px rgba(0, 0, 0, 0.9);
}
.price-bundle-soft {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: #a7f3d0;
  font-size: 0.86rem;
}
.price-card__who {
  font-size: 0.84rem;
  color: #a7f3d0;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 0.45rem;
}
.price-card__num {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.2vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0.25rem 0 0.55rem;
  color: #ecfdf5;
}
.price-card__what,
.price-card__when {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0 0 0.35rem;
}
.share-proof {
  margin: 1.15rem 0 0.75rem;
  max-width: 40rem;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.55;
  border-left: 3px solid var(--emerald);
  padding-left: 0.9rem;
}
.sample-form {
  display: grid;
  gap: 0.85rem;
  max-width: 22rem;
  margin: 1rem 0;
}
.sample-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
.sample-form input[type="email"] {
  min-height: 2.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.7);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.sample-form input:focus {
  outline: 2px solid rgba(16, 185, 129, 0.45);
  border-color: rgba(16, 185, 129, 0.5);
}
.sample-form .btn { justify-self: start; }

.faq { padding-bottom: 2.5rem; }
.faq-list {
  margin: 0 0 1.5rem;
  padding: 0;
  max-width: 40rem;
}
.faq-item {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(10, 18, 32, 0.55);
}
.faq-item dt {
  margin: 0 0 0.35rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--ink);
}
.faq-item dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.split-deliver {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.split-deliver h2 { margin-top: 0; }

/* ── Order panel ────────────────────────────────────── */
.order-panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 3vw, 2.5rem) 2.75rem;
}
.order-shell {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background:
    radial-gradient(600px 280px at 0% 0%, rgba(16, 185, 129, 0.1), transparent 55%),
    var(--card);
  backdrop-filter: blur(10px);
}
.order-panel h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
}
.order-visual {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.order-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.order-visual figcaption {
  padding: 0.7rem 0.9rem;
  font-size: 0.75rem;
  color: var(--muted);
  background: rgba(5, 10, 18, 0.65);
}
.order-form {
  display: grid;
  gap: 0.85rem;
  max-width: 36rem;
  margin-top: 1rem;
}

/* ── Client say / feedback (Commander-curated) ───────── */
.say-empty {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.say-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  max-width: 40rem;
}
.say-card {
  margin: 0;
  padding: 1rem 1.1rem;
  border: var(--hairline);
  border-radius: 12px;
  background: rgba(5, 10, 18, 0.55);
}
.say-stars {
  margin: 0 0 0.45rem;
  color: var(--emerald);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}
.say-text {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--ink);
}
.say-meta {
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}
.feedback-thank {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--emerald);
  background: rgba(16, 185, 129, 0.08);
  color: var(--ink);
}
.feedback-stars {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}
.feedback-stars legend {
  padding: 0;
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.feedback-form textarea,
.feedback-form select {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.65);
  color: var(--ink);
  font: inherit;
  resize: vertical;
}
.feedback-form .consent-row {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.85rem;
  color: var(--muted);
}
.feedback-form .consent-row input {
  margin-top: 0.2rem;
}

/* ── AOI world map ──────────────────────────────────── */
.aoi-picker {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.55);
}
.aoi-world {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--emerald);
}
.aoi-lead {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted);
}
.aoi-buffer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.aoi-buffer-label {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  margin-right: 0.1rem;
}
.aoi-buffer {
  appearance: none;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.55);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.38rem 0.65rem;
  border-radius: 0.45rem;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.aoi-buffer.is-active,
.aoi-buffer:hover {
  color: var(--ink);
  border-color: rgba(16, 185, 129, 0.55);
  background: rgba(16, 185, 129, 0.14);
}
.aoi-confirm {
  margin: 0.15rem 0 0.25rem;
}
.aoi-search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.aoi-search-row input[type="search"] {
  flex: 1 1 12rem;
  min-height: 2.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.7);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
}
.aoi-search-row input:focus {
  outline: 2px solid rgba(16, 185, 129, 0.45);
  border-color: rgba(16, 185, 129, 0.5);
}
.aoi-modes {
  display: flex;
  gap: 0.4rem;
}
.aoi-mode {
  appearance: none;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.55);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.aoi-mode.is-active,
.aoi-mode:hover {
  color: var(--ink);
  border-color: rgba(16, 185, 129, 0.55);
  background: rgba(16, 185, 129, 0.12);
}
.aoi-map {
  height: min(320px, 48vw);
  min-height: 220px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  z-index: 1;
}
.aoi-map .leaflet-container {
  width: 100%;
  height: 100%;
  background: #0a1220;
  font-family: var(--font-body);
}
.aoi-hint,
.aoi-label {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #64748b;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
.aoi-label { color: #94a3b8; }
.aoi-example { justify-self: start; }

[data-lang-host] {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.35rem;
  z-index: 50;
  position: relative;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  pointer-events: auto;
  z-index: 50;
  position: relative;
}
.lang-switch select {
  appearance: auto;
  -webkit-appearance: menulist;
  min-height: 2.1rem;
  min-width: 3.6rem;
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.92);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.85rem;
  cursor: pointer;
  pointer-events: auto;
}
.site-header .lang-switch,
.site-header [data-lang-host] { flex-shrink: 0; }
.order-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
.order-form input[type="email"],
.order-form input[type="text"],
.order-form input[type="date"] {
  min-height: 2.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.7);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.order-form input:focus {
  outline: 2px solid rgba(16, 185, 129, 0.45);
  border-color: rgba(16, 185, 129, 0.5);
}
.billing-fields {
  margin: 0.75rem 0 0;
  padding: 0.85rem 1rem 0.5rem;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 8px;
  background: rgba(236, 253, 245, 0.35);
}
.billing-fields legend {
  padding: 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f766e;
}
.consent-row {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 0.6rem !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 0.82rem !important;
  color: var(--muted) !important;
  letter-spacing: normal !important;
}
.consent-row input { margin-top: 0.2rem; }
.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.order-status {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 32rem;
}
.order-status--error,
.order-status.is-error { color: #fca5a5; }
.order-status--success,
.order-status.is-success { color: #6ee7b7; }
.order-status--warn,
.order-status.is-warn { color: #fde68a; }
.order-status--info,
.order-status.is-info { color: #94a3b8; }
.teaser-result.is-expected-low .teaser-score-line {
  color: #94a3b8;
}
.teaser-product-hint {
  color: #a5b4fc;
}
.order-hint {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0 0 0.5rem;
  max-width: 36rem;
  line-height: 1.5;
}

/* ── Legal shield ───────────────────────────────────── */
.legal {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.75rem clamp(1.15rem, 3vw, 2.5rem) 3rem;
  border-top: 1px solid var(--line);
  font-size: 0.74rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}
.legal strong { color: #cbd5e1; font-weight: 600; }
.legal .verdade {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--emerald);
}

/* ── Product hero compact (non-bleed fallback) ──────── */
.product-hero {
  border-bottom: 1px solid var(--line);
}

@media (max-width: 960px) {
  .mosaic { grid-template-columns: 1fr; }
  .mosaic-card { min-height: 16rem; }
  .proof-rail { grid-template-columns: 1fr; }
  .value-strip__grid { grid-template-columns: 1fr; }
  .causal-chain { grid-template-columns: 1fr; }
  .order-shell { grid-template-columns: 1fr; }
  .split-deliver { grid-template-columns: 1fr; }
  .hero-bleed { min-height: min(78vh, 40rem); }
}

@media (max-width: 640px) {
  .site-header { flex-direction: column; align-items: flex-start; }
  .hero-bleed h1,
  .hero h1 { max-width: none; }
  .proof-rail { grid-template-columns: 1fr; }
}
