/* ── DESIGN TOKENS ── */
:root {
  --teal: #00D9E3;
  --orange: #FF8F3B;
  --yellow: #FFBD42;
  --green: #C7E354;
  --black: #000;
  --white: #fff;
  --gray-100: #F5F5F5;
  --gray-200: #E0E0E0;
  --gray-400: #999;
  --gray-700: #333;
  --text: #1a1a1a;
  --font: 'Inter', sans-serif;
  --font-serif: 'Noto Serif', serif;
  --surface: #111;
  --border: rgba(255,255,255,0.08);
}
/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
  background: var(--black); color: var(--white);
  padding: 88px 48px 40px; position: relative; overflow: hidden; text-align: center;
}
.hero-inner { max-width: 1080px; margin: 0 auto; position: relative; z-index: 2; }
.hero-campaign-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #00D9E3; margin-bottom: 24px;
}
.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.5vw, 40px); font-weight: 400;
  letter-spacing: -0.36px; line-height: 1.25; margin-bottom: 20px;
}
.hero h1 em { font-style: normal; color: #00D9E3; }
@media (min-width: 1024px) {
  .hero h1 span:first-child { white-space: nowrap; }
}
.hero-sub {
  font-size: 18px; color: #fff; line-height: 1.611; /* ~29px per spec */
  max-width: 560px; margin: 0 auto 44px; font-weight: 400;
}
.hero-actions {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .hero-actions { flex-direction: column; align-items: center; gap: 16px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { width: 100%; justify-content: center; }
}
.btn-scroll-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: #00D9E3; font-size: 15px; font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid #00D9E3;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  background: none; border-top: none; border-left: none; border-right: none;
  cursor: pointer;
}
.btn-scroll-link:hover { color: #fff; border-color: #fff; }
.btn-scroll-link:focus-visible { outline: 2px solid #00D9E3; outline-offset: 4px; border-radius: 2px; }
.btn-scroll-link .scroll-arrow {
  display: inline-block;
  animation: bounceDown 1.6s ease-in-out infinite;
  line-height: 1;
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(4px); }
}
@media (prefers-reduced-motion: reduce) {
  .btn-scroll-link .scroll-arrow { animation: none; }
}
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #00D9E3; color: var(--black);
  padding: 13px 26px; border-radius: 6px;
  min-width: 220px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,217,227,0.3); }
.btn-primary:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.btn-ghost:focus-visible { outline: 2px solid rgba(255,255,255,0.8); outline-offset: 3px; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,0.7);
  padding: 13px 26px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.2);
  min-width: 220px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: var(--white); }
.btn-ghost .scroll-arrow {
  display: inline-block;
  animation: bounceDown 1.6s ease-in-out infinite;
  line-height: 1;
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(4px); }
}
@media (prefers-reduced-motion: reduce) {
  .btn-ghost .scroll-arrow { animation: none; }
}
.hero-bg-pattern {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px; opacity: 0.06;
  background: radial-gradient(circle, #00D9E3 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}

/* ══════════════════════════════════════
   TRUST BAR
══════════════════════════════════════ */
.trust-bar {
  padding: 0 48px 0;
  text-align: center;
  position: relative; z-index: 2;
}
.trust-bar-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #ffffff; margin-bottom: 20px;
}
.trust-logos {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.trust-logo-item {
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  transition: color 0.15s;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.trust-logo-item:hover { color: rgba(255,255,255,0.9); }
.trust-logo-item.logo-bold {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.trust-logo-item.logo-caps {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.trust-logo-item.logo-serif {
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-style: italic;
}

/* ══════════════════════════════════════
   SHARED SECTION TOKENS
══════════════════════════════════════ */
.section-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #00D9E3; margin-bottom: 12px; }
.section-headline { font-family: var(--font-serif); font-size: clamp(26px, 3vw, 38px); font-weight: 400; letter-spacing: -0.36px; line-height: 130%; margin-bottom: 16px; }
.section-sub { font-size: 18px; line-height: 1.6; max-width: 600px; } /* line-height: 1.6 × 18px = 28.8px ≈ spec 29px */
.section-header { margin-bottom: 48px; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin-left: auto; margin-right: auto; }

/* ══════════════════════════════════════
   GO DEEPER — SUBCAMPAIGNS
══════════════════════════════════════ */
.subcampaigns {
  background: #111111;
  padding: 88px 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.subcampaigns .section-tag { color: #00D9E3; }
.subcampaigns .section-headline { color: var(--white); }
.subcampaigns .section-sub { color: #fff; }
.subcampaign-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px;
  max-width: 1080px; margin-left: auto; margin-right: auto;
}
.subcampaign-grid > li { display: flex; min-width: 0; }
.subcampaign-card {
  background: #1c1c1c;
  border-radius: 12px; padding: 32px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; flex-direction: column; gap: 16px; flex: 1;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  position: relative;
}
.subcampaign-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
}
.sc-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-block; padding: 4px 10px; border-radius: 100px; max-width: 100%;
}
.sc-tag-sub {
  font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-top: 6px; display: block;
}
.sc-title { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; color: var(--white); }
.sc-desc { font-size: 14px; color: #fff; line-height: 1.6; }
.sc-detail { font-size: 12px; color: rgba(255,255,255,0.6); }
.sc-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto;
  font-size: 13px; font-weight: 700; text-decoration: none;
  padding: 10px 18px; border-radius: 6px; border: 2px solid;
  margin-top: auto; width: fit-content; transition: background 0.15s, opacity 0.15s;
}
.sc-link:hover { opacity: 0.85; }

/* ══════════════════════════════════════
   WHEEL SECTION WRAPPER
══════════════════════════════════════ */
.wheel-section {
  background: var(--black);
  padding: 48px 48px 88px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.wheel-section .section-headline { color: var(--white); }
.wheel-section .section-sub { color: #fff; }
.wheel-eyebrow {
  text-align: center;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #00D9E3;
  margin-bottom: 32px;
}

/* ── DEAL FLOW CIRCULAR: STAGE LAYOUT ── */
.df-stage {
  display: grid;
  grid-template-columns: minmax(360px, 460px) 1fr;
  gap: 56px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}
.df-chart-side {
  position: sticky;
  top: 88px;
}

/* ── CHART ── */
.df-chart-wrap {
  position: relative;
  align-self: start;
  justify-self: center;
  width: 100%;
  max-width: 440px;
}
.df-donut { width: 100%; height: auto; display: block; overflow: visible; }

.df-seg {
  cursor: pointer;
  transition: opacity 0.3s ease;
  outline: none;
}
.df-seg:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

/* Orbiting arrow */
.df-arrow-rotor {
  transform-box: view-box;
  transform-origin: 210px 210px;
}
@media (prefers-reduced-motion: no-preference) {
  .df-arrow-rotor { animation: dfArrowSpin 6s linear infinite; }
}
@keyframes dfArrowSpin { to { transform: rotate(360deg); } }
.df-flow-arrow {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.2;
}

/* Center label */
.df-chart-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 46%;
  pointer-events: none;
}
.df-center-kicker {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.50);
  margin-bottom: 8px;
}
.df-center-phase {
  font-family: 'Noto Serif', serif;
  font-size: 27px; font-weight: 400;
  line-height: 1.15; letter-spacing: -0.01em;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

/* ── LEGEND ── */
.df-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 28px;
}
.df-legend-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.55);
  cursor: pointer;
  background: none; border: none; padding: 4px 2px;
  transition: color 0.2s ease;
  font-family: inherit;
}
.df-legend-item:hover, .df-legend-item.active { color: #fff; }
.df-legend-item:focus-visible { outline: 2px solid #00D9E3; outline-offset: 3px; border-radius: 3px; }
.df-legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }

/* ── DETAIL PANEL ── */
.df-detail {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.df-detail-head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.df-detail-bar { width: 4px; height: 38px; border-radius: 2px; flex-shrink: 0; }
.df-detail-titles { flex: 1; min-width: 0; }
.df-detail-phase {
  font-family: 'Noto Serif', serif;
  font-size: 24px; font-weight: 400; line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
}
.df-detail-meta {
  font-size: 12px; color: rgba(255,255,255,0.5);
  margin-top: 3px; letter-spacing: 0.02em;
}

.df-bn-list { display: flex; flex-direction: column; gap: 14px; }
.df-bn-item {
  padding: 0;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease, border-left-color 0.2s ease;
}
.df-bn-item:focus-visible {
  outline: 2px solid #00D9E3;
  outline-offset: 2px;
}
.df-bn-item:hover {
  border-color: rgba(255,255,255,0.18);
  border-left-color: var(--accent);
  background: #181818;
}
.df-bn-body {
  overflow: hidden;
}
.df-bn-body-grid {
  display: grid;
  grid-template-columns: 3fr 1px 2fr;
  gap: 18px;
  padding: 20px;
  align-items: start;
}
/* Title now lives inside the left (problem) column */
.df-bn-title-text {
  font-size: 15px; font-weight: 700;
  color: #fff; letter-spacing: -0.01em;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
.df-bn-divider {
  align-self: stretch;
  background: rgba(255,255,255,0.12);
  width: 1px;
}
.df-bn-desc {
  font-size: 14px; color: #fff; line-height: 1.6;
  font-weight: 400;
}
.df-bn-solution {
  display: flex; flex-direction: column; align-items: flex-start;
}
.df-bn-solution-label {
  font-size: 12px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 4px;
}
.df-bn-solution-label .df-sol-name { font-weight: 800; }
.df-bn-solution-tagline {
  font-size: 14px; color: #fff; line-height: 1.5; font-weight: 400;
  margin-bottom: 12px;
}
.df-bn-learn {
  display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
  padding: 6px 11px; border-radius: 5px;
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.03em;
  text-decoration: none; cursor: pointer;
  color: var(--accent);
  border: 1px solid var(--accent); background: transparent;
  white-space: nowrap;
}
@media (prefers-reduced-motion: no-preference) {
  .df-bn-learn { transition: background 0.2s, color 0.2s; }
  .df-bn-learn .df-learn-arrow { transition: transform 0.15s; }
}
.df-bn-learn:hover, .df-bn-learn:focus-visible {
  background: var(--accent);
  color: #000;
}
.df-bn-learn:hover .df-learn-arrow { transform: translateX(2px); }

/* Reveal animation */
@media (prefers-reduced-motion: no-preference) {
  .df-detail-head { animation: dfRevealUp 0.4s ease both; }
  .df-bn-item { animation: dfRevealUp 0.45s ease both; }
  .df-bn-item:nth-child(1) { animation-delay: 0.04s; }
  .df-bn-item:nth-child(2) { animation-delay: 0.10s; }
  .df-bn-item:nth-child(3) { animation-delay: 0.16s; }
  .df-bn-item:nth-child(4) { animation-delay: 0.22s; }
  .df-bn-item:nth-child(5) { animation-delay: 0.28s; }
}
@keyframes dfRevealUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes dfFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.df-hint {
  font-size: 11px; color: #777; letter-spacing: 0.02em;
  margin-top: 18px; text-align: center;
}

/* ══════════════════════════════════════
   FORM SECTION — CENTERED STACK
══════════════════════════════════════ */
.form-section {
  background: var(--black);
  padding: 88px 48px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}
.form-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 38px); font-weight: 400;
  letter-spacing: -0.36px; line-height: 1.2;
  color: var(--white); margin-bottom: 16px;
}
.form-section-sub {
  font-size: 18px; color: #fff;
  line-height: 1.611; /* ~29px per spec */ margin-bottom: 36px;
  max-width: 520px; margin-left: auto; margin-right: auto;
}
.form-stat-strip {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 14px 28px;
  border: 1px solid rgba(0,217,227,0.2);
  border-radius: 8px;
  background: rgba(0,217,227,0.05);
  width: 100%; max-width: 520px;
}
.form-stat-num {
  font-size: 36px; font-weight: 800; color: #00D9E3;
  letter-spacing: -0.04em; line-height: 1; flex-shrink: 0;
}
.form-stat-divider {
  width: 1px; height: 36px;
  background: rgba(255,255,255,0.1); flex-shrink: 0;
}
.form-stat-copy {
  font-size: 13px; color: rgba(255,255,255,0.55);
  line-height: 1.55; text-align: left;
}
.form-stat-copy strong { color: var(--white); font-weight: 600; }

/* White form card */
.form-card {
  background: #ffffff;
  border-radius: 12px;
  border-top: 3px solid #00D9E3;
  padding: 48px;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
.form-card-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #00D9E3; margin-bottom: 8px;
}
.form-card h3 {
  font-family: var(--font-serif);
  font-size: 22px; font-weight: 400;
  color: #111; line-height: 1.3; letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.form-field { position: relative; margin-bottom: 24px; }
.form-field input,
.form-field select {
  width: 100%; background: transparent;
  border: none; border-bottom: 1px solid #ccc;
  color: #111; font-family: var(--font); font-size: 14px; font-weight: 400;
  padding: 8px 0 10px; outline: none; transition: border-color 0.2s;
  appearance: none; -webkit-appearance: none;
}
.form-field select { cursor: pointer; }
.form-field.select-field::after {
  content: '▾'; position: absolute; right: 0; bottom: 12px;
  font-size: 12px; color: #999; pointer-events: none;
}
.form-field input::placeholder { color: #767676; }
.form-field select.placeholder-active { color: #767676; }
.form-field select option { color: #111; background: #fff; }
.form-field input:focus,
.form-field select:focus { border-bottom-color: #00D9E3; }
.form-field.full-width { grid-column: 1 / -1; }
.btn-submit {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: #000; color: #fff;
  padding: 14px 32px; border-radius: 6px;
  font-size: 15px; font-weight: 700; border: none; cursor: pointer;
  font-family: var(--font); transition: background 0.15s, transform 0.1s;
  margin-top: 8px; letter-spacing: 0.01em;
}
.btn-submit:hover { background: #222; transform: translateY(-1px); }
.btn-submit:focus-visible { outline: 3px solid #00D9E3; outline-offset: 3px; }
.form-postcopy {
  margin-top: 14px; font-size: 12px;
  color: #aaa; line-height: 1.5; text-align: center;
}

@media (max-width: 768px) {
  .form-card { padding: 32px 24px; }
  .form-stat-strip { flex-direction: column; text-align: center; }
  .form-stat-divider { width: 40px; height: 1px; }
}

/* ══════════════════════════════════════
   PRODUCT MODAL
══════════════════════════════════════ */
/* ══════════════════════════════════════
   PRODUCT MODAL
══════════════════════════════════════ */
.pm-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,0.78);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.pm-overlay.open {
  opacity: 1; pointer-events: all;
}
.pm-modal {
  background: #111;
  border-top: 3px solid #00D9E3;
  border-radius: 12px;
  width: 100%; max-width: 960px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  overflow: hidden;
  transform: translateY(14px);
  transition: transform 0.25s ease;
  position: relative;
  max-height: 92vh;
  overflow-y: auto;
}
.pm-overlay.open .pm-modal {
  transform: translateY(0);
}

/* ── Close button ── */
.pm-close {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  color: rgba(255,255,255,0.6);
  font-size: 16px; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, color 0.15s;
  z-index: 10;
  font-family: inherit;
}
.pm-close:hover { background: rgba(255,255,255,0.15); color: #fff; }

/* ── Zone: top-left — tag + headline + subcopy ── */
.pm-zone-tl {
  padding: 44px 36px 8px 36px;
  display: flex; flex-direction: column;
  gap: 14px;
  align-self: start;
}

/* ── Zone: top-right — media ── */
.pm-zone-tr {
  background: #161616;
  padding: 20px 36px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}


/* ── Zone: bottom-left — bullets + CTA ── */
.pm-zone-bl {
  padding: 12px 36px 44px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* ── Zone: bottom-right — testimonial + CTA ── */
.pm-zone-br {
  background: #161616;
  padding: 0 36px 20px;
  display: flex; flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}

/* ── Media placeholder ── */
.pm-media {
  width: 100%;
  max-width: 525px;
  height: auto;
  aspect-ratio: 525 / 394;
  background: #1a1a1a;
  border-radius: 8px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px;
  overflow: hidden;
}
.pm-media img,
.pm-media iframe,
.pm-media video {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* ── Tag, headline, desc ── */
.pm-tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  width: fit-content;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 8px;
}
.pm-headline {
  font-family: 'Noto Serif', serif;
  font-size: clamp(22px, 2.4vw, 30px); font-weight: 400;
  color: #fff; line-height: 1.22; letter-spacing: -0.02em;
}
.pm-desc {
  font-size: 16px; color: #fff; /* modal constraint: 16px vs 18px spec */
  line-height: 1.75;
}

/* ── Bullet list ── */
.pm-bullets {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 12px;
  margin: 0; padding: 0;
}
.pm-bullet-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 16px; color: #fff; line-height: 1.55; /* modal constraint: 16px vs 18px spec */
}
.pm-check {
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
  font-size: 10px;
}
.primary-cta-teal:hover {
    background-color: #00D9E3 !important;
    border: solid 1px #00d9e3 !important;
}
/* ── CTA ── */
.pm-cta-primary {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #00D9E3; color: #000;
  padding: 14px 16px; border-radius: 7px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: filter 0.15s;
  font-family: inherit; border: none; cursor: pointer;
  letter-spacing: 0.01em; text-align: center;
  margin-top: 4px;
}
.pm-cta-primary:hover { filter: brightness(1.08); }
.pm-cta-primary:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
/* ── Testimonial ── */
.pm-testimonial {
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
}
.pm-testimonial-quote {
  font-size: 13px; color: #fff;
  line-height: 1.75; font-style: italic;
  margin-bottom: 16px;
}
.pm-testimonial-quote::before { content: '\201C'; }
.pm-testimonial-quote::after  { content: '\201D'; }
.pm-testimonial-attr {
  display: flex; align-items: center; gap: 10px;
}
.pm-testimonial-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.pm-testimonial-name {
  font-size: 12px; font-weight: 700; color: #fff;
}
.pm-testimonial-title {
  font-size: 11px; color: #fff;
  margin-top: 2px;
}

/* ── KYC: no-media layout override ── */
.pm-modal--no-media .pm-zone-tr { display: none; }
.pm-modal--no-media .pm-zone-br { display: none; }
.pm-modal--no-media .pm-zone-tl { grid-column: 1 / -1; padding-bottom: 8px; }
.pm-modal--no-media .pm-zone-bl {
  grid-column: 1 / -1;
  padding-top: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* ── Left-span layout (all products except KYC) ── */
.pm-modal--left-span .pm-zone-tl {
  grid-row: 1 / -1;
  align-self: stretch;
  padding-bottom: 44px;
}
.pm-modal--left-span .pm-zone-bl { display: none; }
.pm-modal--left-span .pm-zone-tl #pm-benefits { margin-top: 8px; }
.pm-modal--left-span .pm-zone-tl #pm-cta-primary { margin-top: 24px; }

/* ── Mobile: sheet from bottom ── */
@media (max-width: 640px) {
  .pm-overlay { padding: 0; align-items: flex-end; }
  .pm-modal {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border-radius: 16px 16px 0 0;
    max-height: 88vh;
    overflow-y: auto;
  }
  /* Mobile stack order: media → headline → bullets → testimonial/CTA */
  .pm-zone-tr {
    order: -1;
    padding: 20px 20px 16px;
  }
  .pm-zone-tl {
    padding: 20px 20px 12px;
    gap: 10px;
  }
  .pm-zone-bl {
    padding: 0 20px 16px;
  }
  .pm-zone-br {
    padding: 16px 20px 36px;
    justify-content: flex-start;
    border-top: 1px solid rgba(255,255,255,0.07);
  }
  /* Hide subcopy on mobile to reduce scroll depth */
  .pm-desc { display: none; }
  .pm-logo-pills-wrap { grid-template-columns: 1fr 1fr; }
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 960px) {
  .df-stage { grid-template-columns: 1fr; gap: 32px; }
  .df-chart-side { position: static; }
}
@media (max-width: 640px) {
  .df-bn-body-grid {
    grid-template-columns: 1fr;
  }
  .df-bn-divider {
    display: none;
  }
  .df-bn-solution {
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
}
@media (max-width: 900px) {
  .subcampaign-grid { grid-template-columns: 1fr; }
}
/* ── FIX: extended from 768px → 800px to close the gap for small/zoomed browsers ── */
@media (max-width: 800px) {
  .hero, .subcampaigns, .wheel-section, .form-section { padding-left: 20px; padding-right: 20px; }
  .trust-bar { padding: 24px 20px 0; }
  .trust-logos { gap: 16px; }
  .hero { padding-top: 48px; }
  .hero-sub { font-size: 16px; line-height: 1.625; }
  .section-sub { font-size: 16px; line-height: 1.625; }
  .form-section-sub { font-size: 16px; line-height: 1.625; }

  /* FIX: form-row goes single-column so First/Last Name inputs are usable */
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 32px 24px; }
  .form-stat-strip { flex-direction: column; text-align: center; }
  .form-stat-divider { width: 40px; height: 1px; }

  /* FIX: iOS Safari auto-zooms any input with font-size < 16px — this prevents that */
  .form-field input,
  .form-field select {
    font-size: 16px;
    /* FIX: raise tap targets to 44px minimum (was ~32px) */
    padding: 12px 0 14px;
    min-height: 44px;
  }

  /* FIX: pm-close button was 32×32px — below 44px touch target minimum */
  .pm-close {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  /* FIX: add bottom safe-area padding for notch/Dynamic Island devices */
  .form-section {
    padding-bottom: max(88px, calc(60px + env(safe-area-inset-bottom)));
  }
}

/* FIX: donut chart center label scales down on small viewports to avoid overlapping segments */
@media (max-width: 480px) {
  .df-center-phase {
    font-size: 18px;
    line-height: 1.2;
  }
  .df-center-kicker {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .df-chart-center {
    width: 38%;
  }
  /* FIX: hint text — rgba(0.45) on #000 fails at 4.41:1; raised to 0.50 = 5.28:1 */
  .df-hint {
    font-size: 12px;
    color: rgba(255,255,255,0.50);
  }
}

/* ── ACCESSIBILITY UTILITIES ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #00D9E3;
  color: var(--black);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  z-index: 9999;
  text-decoration: none;
  border-radius: 0 0 6px 0;
  transition: top 0.1s;
}
.skip-link:focus { top: 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;
}

ul.subcampaign-grid { list-style: none; }

.form-download-wrapper {
    background: none;
    padding: 0;
}
.form-download-wrapper .mktoForm {
    padding: 0;
}
.mktoButton {
    width: 100%;
}

.form-response h2 {
  font-size: 19px;
  color: #000;
}