:root {
  --bg: #0a1020;
  --bg2: #111c35;
  --accent: #f59e0b;
  --accent2: #38bdf8;
  --text: #e6edf8;
  --muted: #9db0d0;
  --card: rgba(255, 255, 255, 0.08);
  --card-border: rgba(255, 255, 255, 0.18);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 600px at 10% -20%, #1f3f7d 0%, transparent 60%),
              radial-gradient(1000px 550px at 90% -10%, #1d6a66 0%, transparent 55%),
              linear-gradient(160deg, var(--bg), var(--bg2));
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, 92vw); margin: 0 auto; }
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(8, 12, 24, 0.72);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(245,158,11,.2));
}
.nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.nav a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  color: var(--muted);
  font-size: 13px;
}
.nav a:hover { color: #fff; border-color: rgba(255,255,255,.3); }
.hero { padding: 64px 0 34px; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.07);
  color: #c8d6ef;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.dot { width: 8px; height: 8px; border-radius: 999px; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.7); animation: ping 1.5s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.7);} 70% { box-shadow: 0 0 0 10px rgba(34,197,94,0);} 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0);} }
.hero h1 { font-size: clamp(32px, 6vw, 58px); line-height: 1.08; margin: 16px 0 10px; }
.hero h1 span { color: var(--accent); }
.hero p { color: var(--muted); max-width: 760px; font-size: 17px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.btn {
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
}
.btn-primary { background: linear-gradient(135deg, var(--accent), #f97316); color: #111827; }
.btn-secondary { border-color: rgba(255,255,255,.2); color: #e2e8f0; background: rgba(255,255,255,.05); }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin: 28px 0 40px; }
.card {
  grid-column: span 4;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--card-border);
  padding: 20px;
  box-shadow: 0 10px 26px rgba(2,6,23,.22);
}
.card h3 { margin: 0 0 8px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.route-box {
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(56,189,248,.14), rgba(245,158,11,.14));
  border: 1px solid rgba(255,255,255,.18);
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}
.route-title { font-size: 24px; font-weight: 900; line-height: 1.2; }
.route-meta { color: #c9d7ee; font-size: 14px; }
.price { font-size: 26px; font-weight: 900; color: #ffd18b; text-align: right; }
.faq { margin-top: 34px; }
.faq h2 { font-size: clamp(24px, 4vw, 34px); margin-bottom: 14px; }
.seo-depth { margin-top: 26px; }
.seo-depth h2 { font-size: clamp(22px, 3.6vw, 32px); margin: 0 0 12px; }
.seo-depth p {
  margin: 0 0 10px;
  color: #d3def1;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  padding: 14px 16px;
}
.seo-depth ul {
  margin: 0;
  padding: 0 0 0 18px;
  color: #d8e4f7;
}
.seo-depth li { margin-bottom: 6px; }
.intent-hub {
  margin-top: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(160deg, rgba(56,189,248,.08), rgba(245,158,11,.08));
  padding: 16px;
}
.intent-hub h2 {
  margin: 0 0 10px;
  font-size: clamp(20px, 3.2vw, 28px);
}
.intent-hub p {
  margin: 0 0 10px;
  color: #d2e0f5;
}
.intent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.intent-grid a {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  color: #e3edfd;
  padding: 10px 12px;
  font-size: 14px;
}
.intent-grid a:hover {
  border-color: rgba(56,189,248,.55);
  background: rgba(56,189,248,.14);
}
.faq-item {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  padding: 14px 16px;
  margin-bottom: 10px;
}
.faq-item strong { display: block; margin-bottom: 6px; }
.links { margin: 34px 0 22px; }
.links h2 { margin: 0 0 12px; font-size: 24px; }
.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}
.links-grid a {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color: #d4e0f5;
  padding: 11px 12px;
  border-radius: 12px;
  font-size: 14px;
}
.links-grid a:hover { border-color: rgba(255,255,255,.34); }
.footer {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 46px;
  padding: 20px 0 34px;
  color: #9eb0cd;
  font-size: 13px;
}
.footer-brand-line {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(245,158,11,.18));
}
@media (max-width: 930px) {
  .card { grid-column: span 6; }
}
@media (max-width: 700px) {
  .header-inner { flex-direction: column; align-items: flex-start; }
  .nav { justify-content: flex-start; }
  .card { grid-column: span 12; }
  .route-box { grid-template-columns: 1fr; }
  .price { text-align: left; }
}

/* WhatsApp button for SEO pages */
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  border: none;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
}
.btn-wa:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(37,211,102,0.4);
}

/* ── WHATSAPP FLOATING BUTTON ── */
.whatsapp-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 50;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(37,211,102,0.4);
  transition: transform .3s;
}
.whatsapp-btn:hover { transform: scale(1.1); }
.whatsapp-btn svg { width: 30px; height: 30px; color: #fff; fill: #fff; }

/* ── WHATSAPP CTA BUTTON (inline) ── */
.btn-wa {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px;
  font-size: 15px; font-weight: 700;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff; border: none; cursor: pointer;
  transition: all .25s; text-decoration: none;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
}
.btn-wa:hover { transform: translateY(-1px); box-shadow: 0 12px 32px rgba(37,211,102,0.45); }
.btn-wa svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }


.lead-capture {
  margin: 26px 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(160deg, rgba(245,158,11,.14), rgba(56,189,248,.12));
  padding: 18px;
}
.lead-capture h2 { margin: 0 0 8px; font-size: clamp(22px, 3.6vw, 30px); }
.lead-capture p { margin: 0 0 12px; color: #d9e6fb; }
.lead-links { margin-top: 12px; }

/* ── QUIZ CALCULATOR ── */
.calc-hero {
  padding-bottom: 14px;
}
.calc-hero h1 {
  max-width: 940px;
}
.calc-hero p {
  max-width: 760px;
}
.calc-quiz {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.2);
  background:
    radial-gradient(120% 95% at 0% 0%, rgba(56,189,248,.2), transparent 62%),
    radial-gradient(95% 130% at 100% 100%, rgba(245,158,11,.2), transparent 62%),
    linear-gradient(175deg, rgba(7,14,29,.88), rgba(14,28,51,.94));
  box-shadow: 0 30px 70px rgba(2,8,27,.45), inset 0 1px 0 rgba(255,255,255,.15);
  padding: clamp(18px, 3vw, 28px);
  margin: 10px 0 36px;
}
.calc-progress {
  margin-bottom: 22px;
}
.calc-progress-track {
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}
.calc-progress-bar {
  height: 100%;
  width: 25%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f7b955 0%, #ffd27c 35%, #63d6ff 100%);
  box-shadow: 0 0 24px rgba(99,214,255,.45);
  transition: width .38s cubic-bezier(.2,.8,.2,1);
}
.calc-progress-text {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #c9dbf6;
  font-weight: 700;
}
.quiz-step {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(170deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
  padding: clamp(14px, 2.6vw, 22px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .26s ease, transform .26s ease;
}
.quiz-step.is-active {
  opacity: 1;
  transform: translateY(0);
}
.quiz-step h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3.8vw, 34px);
  line-height: 1.12;
}
.quiz-sub {
  margin: 0 0 18px;
  color: #cbddf8;
  font-size: 14px;
}
.calc-grid {
  display: grid;
  gap: 12px;
}
.calc-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.calc-grid label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  color: #d3e2f7;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
}
.calc-grid input,
.calc-grid select {
  width: 100%;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(145deg, rgba(8,18,36,.8), rgba(11,23,43,.96));
  color: #fff;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}
.calc-grid input::placeholder {
  color: rgba(224,235,252,.68);
}
.calc-grid input:focus,
.calc-grid select:focus {
  border-color: rgba(99,214,255,.9);
  box-shadow: 0 0 0 3px rgba(99,214,255,.22);
}
.route-step-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.2);
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(99,214,255,.2), transparent 60%),
    radial-gradient(140% 150% at 100% 100%, rgba(245,158,11,.2), transparent 64%),
    linear-gradient(165deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 30px rgba(2,8,27,.3);
  overflow: hidden;
  padding: 14px;
}
.route-step-glow {
  position: absolute;
  inset: -28% -12% auto;
  height: 76%;
  background: radial-gradient(circle, rgba(99,214,255,.2), transparent 68%);
  pointer-events: none;
}
.route-step-grid {
  position: relative;
  z-index: 1;
}
.route-select-label {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #d7e6fb;
  font-weight: 700;
}
.route-select-shell {
  position: relative;
  display: block;
}
.route-select-shell select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 13px 38px 13px 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(145deg, rgba(10,20,40,.82), rgba(13,27,51,.96));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.route-select-shell select:focus {
  border-color: rgba(245,158,11,.92);
  box-shadow: 0 0 0 3px rgba(245,158,11,.22);
}
.route-select-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 12px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.2);
  pointer-events: none;
}
.route-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-52%);
  color: #c8dcf7;
  font-size: 16px;
  pointer-events: none;
}
.route-swap-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.08);
  color: #edf5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 9px 13px;
  transition: all .22s ease;
}
.route-swap-btn:hover {
  border-color: rgba(99,214,255,.75);
  background: rgba(99,214,255,.16);
  transform: translateY(-1px);
}
.route-step-note {
  position: relative;
  z-index: 1;
  margin: 10px 2px 0;
  font-size: 12px;
  color: #cfdef2;
}
.option-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.option-card {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  color: #eef5ff;
  padding: 12px 9px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(2,8,27,.2);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.option-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.34);
  box-shadow: 0 12px 22px rgba(2,8,27,.26);
}
.option-card.active {
  border-color: rgba(245,158,11,.94);
  background: linear-gradient(155deg, rgba(245,158,11,.26), rgba(99,214,255,.16));
  box-shadow: 0 14px 26px rgba(245,158,11,.2);
}
.option-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 8px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.1);
  font-size: 18px;
}
.option-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.option-card small {
  font-size: 11px;
  color: #d1def3;
}
.option-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 4px;
}
.chip {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.26);
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
  color: #edf4ff;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s ease;
}
.chip:hover {
  border-color: rgba(255,255,255,.42);
}
.chip.active {
  border-color: rgba(99,214,255,.96);
  background: rgba(99,214,255,.2);
  box-shadow: inset 0 0 0 1px rgba(99,214,255,.25);
}
.check-grid {
  margin-top: 10px;
}
.check-card {
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e2ebfb;
  font-weight: 600;
}
.check-card input {
  accent-color: #63d6ff;
  width: 16px;
  height: 16px;
}
.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.quiz-actions .btn {
  border-radius: 12px;
}
.result-box {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(160deg, rgba(245,158,11,.24), rgba(99,214,255,.22));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px;
  margin: 12px 0;
  box-shadow: 0 14px 28px rgba(2,8,27,.26);
}
.result-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #d7e2f4;
  font-weight: 700;
}
.result-price {
  margin-top: 6px;
  font-size: clamp(26px, 5vw, 39px);
  font-weight: 900;
  line-height: 1.08;
  color: #fff3dd;
}
.result-term {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 900;
  color: #def4ff;
}
.result-note {
  color: #d6e4f9;
  margin: 10px 0 0;
  font-size: 13px;
}

/* Embed mode for modal */
body.calc-embed .header,
body.calc-embed .footer,
body.calc-embed .seo-only {
  display: none;
}
body.calc-embed .container {
  width: min(980px, 96vw);
}
body.calc-embed .hero {
  padding-top: 18px;
}
body.calc-embed .calc-quiz {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .option-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .calc-grid.two { grid-template-columns: 1fr; }
  .option-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-box { grid-template-columns: 1fr; }
}

.section-intro {
  margin: 0 0 14px;
  color: #c7d7ef;
  max-width: 820px;
}
.route-detail a,
.faq a {
  color: #8bdcff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.faq-hub-answers {
  margin: 30px 0 34px;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(155deg, rgba(255,255,255,.06), rgba(56,189,248,.06));
  border-radius: 22px;
  padding: 20px;
}
.faq-hub-answers .actions {
  margin-top: 14px;
}

/* ── SEO COMMERCIAL BLOCKS ── */
.section-title {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.14;
  margin: 0 0 12px;
}
.section-lead {
  max-width: 820px;
  color: #c8d7ee;
  margin: 0 0 16px;
}
.price-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
  margin: 16px 0 10px;
}
.price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.price-table th,
.price-table td {
  padding: 14px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
}
.price-table th {
  color: #fff;
  background: linear-gradient(135deg, rgba(56,189,248,.12), rgba(245,158,11,.1));
}
.price-table td { color: #dbe8f8; }
.price-table td:last-child {
  color: #ffd18b;
  font-weight: 900;
  white-space: nowrap;
}
.price-table a { color: #fff; font-weight: 800; }
.note { color: #a9bbd5; font-size: 13px; margin: 8px 0 0; }
.process-steps,
.feature-grid,
.audience-grid,
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin: 18px 0 34px;
}
.process-step,
.feature-card,
.audience-card,
.comparison-card {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(155deg, rgba(255,255,255,.075), rgba(255,255,255,.028));
  padding: 18px;
  box-shadow: 0 18px 40px rgba(2,6,23,.22);
}
.process-step b {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #38bdf8);
  color: #07101f;
  margin-bottom: 10px;
  font-weight: 900;
}
.process-step strong,
.feature-card h3,
.audience-card h3,
.comparison-card h3 {
  display: block;
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
}
.process-step span,
.feature-card p,
.audience-card p,
.comparison-card p {
  color: #c7d6ed;
  margin: 0;
  font-size: 14px;
}
.comparison-card.good { border-color: rgba(34,197,94,.34); }
.comparison-card.warn { border-color: rgba(245,158,11,.34); }
.inline-cta {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(100% 130% at 0% 0%, rgba(245,158,11,.18), transparent 60%),
    radial-gradient(120% 140% at 100% 100%, rgba(56,189,248,.16), transparent 62%),
    rgba(255,255,255,.055);
  padding: 20px;
  margin: 22px 0 34px;
}
.inline-cta h2 { margin: 0 0 8px; font-size: clamp(22px, 3.6vw, 32px); }
.inline-cta p { margin: 0 0 14px; color: #d2e0f5; }
.inline-cta .actions { margin-top: 0; }
@media (max-width: 700px) {
  .price-table { min-width: 650px; }
  .process-steps,
  .feature-grid,
  .audience-grid,
  .comparison-grid { margin-bottom: 26px; }
}

.route-commercial-depth {
  margin: 34px 0;
}
.route-commercial-depth > .section-title:not(:first-child) {
  margin-top: 28px;
}


/* ── CUSTOMER PROOF / REVIEWS ── */
.customer-proof {
  margin: 34px 0;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(34,197,94,.13), transparent 62%),
    radial-gradient(120% 130% at 100% 100%, rgba(245,158,11,.12), transparent 62%),
    rgba(255,255,255,.045);
  padding: clamp(18px, 3vw, 26px);
}
.proof-head h2 { margin: 6px 0 8px; font-size: clamp(24px, 4vw, 36px); line-height: 1.14; }
.proof-head p { max-width: 820px; margin: 0; color: #c8d7ee; }
.proof-kicker {
  display: inline-flex;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: #ffd18b;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.proof-card {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(155deg, rgba(255,255,255,.08), rgba(255,255,255,.028));
  padding: 16px;
}
.proof-card strong { display: block; color: #fff; margin-bottom: 3px; }
.proof-card span { display: block; color: #9fb4d3; font-size: 12px; margin-bottom: 10px; }
.proof-card p { margin: 0; color: #e6edf8; font-size: 14px; line-height: 1.55; }
.proof-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.calc-static-fallback { margin: 10px 0 30px; }

/* AI SEO / answer pages */
.answer-panel {
  margin: 18px 0 26px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.18);
  background: radial-gradient(120% 120% at 0% 0%, rgba(245,158,11,.18), transparent 60%), rgba(255,255,255,.06);
  padding: clamp(18px, 3vw, 26px);
}
.answer-panel h2 { margin: 0 0 8px; font-size: clamp(24px, 4vw, 36px); }
.answer-panel p { margin: 0; color: #e5efff; font-size: 17px; line-height: 1.75; }
.fact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 24px 0; }
.entity-table-wrap { margin: 28px 0; }
.entity-table-wrap h2 { margin: 0 0 12px; font-size: clamp(24px, 4vw, 34px); }
.entity-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); }
.entity-table th, .entity-table td { padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; vertical-align: top; }
.entity-table th { width: 220px; color: #ffd18b; background: rgba(255,255,255,.04); }
.entity-table td { color: #dce9fb; }
@media (max-width: 700px) { .entity-table th, .entity-table td { display: block; width: 100%; } .entity-table th { border-bottom: 0; padding-bottom: 4px; } .entity-table td { padding-top: 4px; } }

/* Corridor route pages */
.corridor-map {
  margin: 28px 0;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(160deg, rgba(56,189,248,.09), rgba(245,158,11,.08));
  padding: clamp(18px, 3vw, 26px);
}
.corridor-map h2 { margin: 0 0 14px; font-size: clamp(24px, 4vw, 34px); }
.corridor-map p { color: #d4e3f7; margin: 14px 0 0; }
.corridor-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.corridor-strip span { position: relative; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.065); padding: 9px 13px; color: #f8fbff; font-weight: 850; }
.corridor-strip span:not(:last-child)::after { content: "→"; margin-left: 10px; color: #ffd18b; }

