/* Ventipartner Landing Page — CRO-optimized */
:root {
  --navy-900: #0a2e4d;
  --navy-800: #0c3e67;
  --navy-700: #124e82;
  --navy-600: #1b5f9a;
  --teal-500: #4dd0c7;
  --teal-600: #2fb8af;
  --teal-400: #7fdfd7;
  --teal-50:  #e8f9f7;
  --ink-900:  #0f1d2b;
  --ink-700:  #334155;
  --ink-500:  #64748b;
  --ink-400:  #94a3b8;
  --line:     #e2e8f0;
  --bg:       #ffffff;
  --bg-soft:  #f5f7fa;
  --bg-mute:  #eef2f5;
  --warn:     #d95a3c;
  --ok:       #16a34a;
  --shadow-sm: 0 1px 2px rgba(10,46,77,.06), 0 1px 3px rgba(10,46,77,.08);
  --shadow-md: 0 4px 12px rgba(10,46,77,.08), 0 2px 6px rgba(10,46,77,.06);
  --shadow-lg: 0 20px 40px -12px rgba(10,46,77,.25), 0 8px 16px -6px rgba(10,46,77,.12);
  --shadow-cta: 0 10px 24px -6px rgba(77,208,199,.55), 0 4px 10px -2px rgba(77,208,199,.35);
  --radius: 10px;
  --radius-lg: 16px;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink-900);
  background: var(--bg);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
a { color: inherit; }

/* ───── Header ───── */
.vp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.vp-header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.vp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--navy-800);
  letter-spacing: .02em;
}
.vp-logo-mark {
  width: 34px; height: 34px;
  display: grid; place-items: center;
}
.vp-logo-text { font-size: 18px; line-height: 1; }
.vp-logo-sub { font-size: 9px; letter-spacing: .18em; color: var(--ink-500); text-transform: uppercase; margin-top: 3px; font-weight: 600; }
.vp-phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--navy-800);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}
.vp-phone-cta span { white-space: nowrap; }
.vp-phone-cta:hover { background: var(--navy-900); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.vp-phone-cta svg { width: 16px; height: 16px; }

/* ───── Hero ───── */
.vp-hero {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.vp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(77,208,199,.18), transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(77,208,199,.08), transparent 50%);
  pointer-events: none;
}
.vp-hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 56px 20px 48px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.vp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--teal-400);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.vp-eyebrow::before {
  content: "";
  width: 24px; height: 2px; background: var(--teal-500); border-radius: 2px;
}
.vp-hero h1 {
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.vp-hero h1 .accent { color: var(--teal-500); }
.vp-hero-sub {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,.85);
  margin: 0 0 28px;
  max-width: 520px;
  text-wrap: pretty;
}
.vp-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 500;
}
.vp-trust-item { display: inline-flex; align-items: center; gap: 8px; }
.vp-trust-item svg { width: 16px; height: 16px; color: var(--teal-500); flex-shrink: 0; }
.vp-stars { display: inline-flex; gap: 2px; color: #ffb84d; }
.vp-stars svg { width: 16px; height: 16px; color: #ffb84d; }

/* ───── Hero Form Card ───── */
.vp-form-card {
  background: #fff;
  color: var(--ink-900);
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.3);
}
.vp-form-card h3 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
  color: var(--navy-800);
  letter-spacing: -0.01em;
}
.vp-form-card .sub {
  font-size: 14px;
  color: var(--ink-500);
  margin: 0 0 20px;
}
.vp-form-price-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: var(--teal-50);
  color: var(--navy-800);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}
.vp-form-price-tag b { font-size: 15px; color: var(--navy-900); }

.vp-field { margin-bottom: 14px; }
.vp-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-700);
  margin-bottom: 6px;
}
.vp-field input {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  font-size: 16px;
  font-family: inherit;
  color: var(--ink-900);
  background: #fff;
  transition: border .15s ease, box-shadow .15s ease;
}
.vp-field input:focus {
  outline: none;
  border-color: var(--teal-600);
  box-shadow: 0 0 0 3px rgba(77,208,199,.2);
}
.vp-field.error input {
  border-color: var(--warn);
  background: #fef6f4;
}
.vp-field .err {
  font-size: 12px;
  color: var(--warn);
  margin-top: 4px;
  font-weight: 500;
}
.vp-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.vp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 20px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 16px;
  transition: transform .15s ease, box-shadow .2s ease, background .15s ease;
}
.vp-btn-primary {
  background: var(--teal-500);
  color: var(--navy-900);
  box-shadow: var(--shadow-cta);
}
.vp-btn-primary:hover { background: var(--teal-400); transform: translateY(-1px); }
.vp-btn-primary:active { transform: translateY(0); }
.vp-btn-secondary {
  background: #fff;
  color: var(--navy-800);
  border: 1.5px solid var(--navy-800);
}
.vp-btn-secondary:hover { background: var(--navy-800); color: #fff; }
.vp-btn-dark {
  background: var(--navy-800);
  color: #fff;
}
.vp-btn-dark:hover { background: var(--navy-900); }

.vp-microtrust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 14px;
  font-size: 12px;
  color: var(--ink-500);
  font-weight: 500;
}
.vp-microtrust span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.vp-microtrust svg { width: 12px; height: 12px; color: var(--ok); }

/* ───── Section layout ───── */
.vp-section {
  padding: 80px 20px;
}
.vp-section-inner {
  max-width: var(--maxw);
  margin: 0 auto;
}
.vp-section-soft { background: var(--bg-soft); }
.vp-section-navy { background: var(--navy-900); color: #fff; }

.vp-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.vp-section-head .kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--teal-600);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.vp-section-head h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: var(--navy-900);
  text-wrap: balance;
}
.vp-section-navy .vp-section-head h2 { color: #fff; }
.vp-section-head p {
  font-size: 17px;
  color: var(--ink-500);
  margin: 0;
  text-wrap: pretty;
}
.vp-section-navy .vp-section-head p { color: rgba(255,255,255,.8); }

/* ───── Before/After ───── */
.vp-ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vp-ba-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform .25s ease, box-shadow .25s ease;
}
.vp-ba-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.vp-ba-slider {
  position: relative;
  aspect-ratio: 4 / 3;
  user-select: none;
  cursor: ew-resize;
  overflow: hidden;
  background: var(--ink-900);
}
.vp-ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.vp-ba-img.after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.vp-ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos, 50%);
  width: 3px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.2);
  transform: translateX(-1.5px);
  pointer-events: none;
}
.vp-ba-handle::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  display: grid; place-items: center;
}
.vp-ba-handle::after {
  content: "⇔";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-800);
  z-index: 1;
}
.vp-ba-tag {
  position: absolute;
  top: 14px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  pointer-events: none;
}
.vp-ba-tag.before { left: 14px; background: rgba(15,29,43,.8); color: #fff; }
.vp-ba-tag.after  { right: 14px; background: var(--teal-500); color: var(--navy-900); }
.vp-ba-caption {
  padding: 16px 18px;
  font-size: 14px;
  color: var(--ink-700);
}
.vp-ba-caption b { color: var(--navy-800); }
.vp-ba-hint {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: var(--ink-500);
}

/* ───── Package card ───── */
.vp-package {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.vp-package-body { padding: 48px; }
.vp-package-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal-50);
  color: var(--navy-800);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.vp-package-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal-600);
}
.vp-package h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.vp-package .desc {
  font-size: 15px;
  color: var(--ink-500);
  margin: 0 0 20px;
}
.vp-price-block {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 20px 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.vp-price { font-size: 48px; font-weight: 800; color: var(--navy-900); letter-spacing: -0.02em; line-height: 1; }
.vp-price-unit { font-size: 15px; color: var(--ink-500); font-weight: 500; }
.vp-price-sub { font-size: 13px; color: var(--ink-500); margin-left: auto; }
.vp-inc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}
.vp-inc-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  color: var(--ink-700);
}
.vp-inc-list .check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--teal-50);
  color: var(--teal-600);
  display: grid; place-items: center;
  margin-top: 1px;
}
.vp-inc-list .check svg { width: 12px; height: 12px; }
.vp-inc-list li b { color: var(--navy-900); font-weight: 600; }
.vp-package-note {
  font-size: 13px;
  color: var(--ink-500);
  margin-top: 16px;
}
.vp-package-visual {
  background: linear-gradient(160deg, var(--navy-900), var(--navy-700));
  color: #fff;
  padding: 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.vp-package-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(77,208,199,.25), transparent 60%);
}
.vp-package-visual-inner { position: relative; z-index: 1; }
.vp-stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.vp-stat-num {
  font-size: 56px;
  font-weight: 800;
  color: var(--teal-500);
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}
.vp-stat-unit { font-size: 16px; color: rgba(255,255,255,.85); }
.vp-stat-label {
  font-size: 15px;
  color: rgba(255,255,255,.9);
  margin: 0;
  max-width: 280px;
  line-height: 1.5;
}
.vp-badge-row {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.vp-badge-row div {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.95);
  font-size: 14px;
}
.vp-badge-row svg { width: 18px; height: 18px; color: var(--teal-500); flex-shrink: 0; }

/* ───── Why clean / symptoms ───── */
.vp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vp-why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: border-color .2s ease, transform .2s ease;
}
.vp-why-card:hover { border-color: var(--teal-500); transform: translateY(-2px); }
.vp-why-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--teal-50);
  color: var(--teal-600);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.vp-why-icon svg { width: 22px; height: 22px; }
.vp-why-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-900);
  margin: 0 0 8px;
}
.vp-why-card p {
  font-size: 15px;
  color: var(--ink-500);
  margin: 0;
  line-height: 1.55;
}

/* ───── Process ───── */
.vp-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
}
.vp-process-step {
  position: relative;
  padding: 28px 24px;
}
.vp-process-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-500);
  letter-spacing: .2em;
  margin-bottom: 12px;
}
.vp-process-step h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.vp-process-step p {
  font-size: 14px;
  color: rgba(255,255,255,.7);
  margin: 0;
  line-height: 1.5;
}
.vp-process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 28px;
  right: -14px;
  color: var(--teal-500);
  font-size: 20px;
  font-weight: 700;
}

/* ───── Testimonials ───── */
.vp-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vp-testi {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.vp-testi-stars {
  display: inline-flex;
  gap: 2px;
  color: #ffb84d;
  margin-bottom: 14px;
}
.vp-testi-stars svg { width: 16px; height: 16px; }
.vp-testi blockquote {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-900);
  flex: 1;
}
.vp-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.vp-testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--navy-800);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 14px;
}
.vp-testi-name { font-weight: 600; color: var(--navy-900); font-size: 14px; }
.vp-testi-city { font-size: 13px; color: var(--ink-500); }

/* ───── FAQ ───── */
.vp-faq {
  max-width: 820px;
  margin: 0 auto;
}
.vp-faq-item {
  border-bottom: 1px solid var(--line);
}
.vp-faq-item:first-child { border-top: 1px solid var(--line); }
.vp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy-900);
  text-align: left;
  transition: color .15s ease;
}
.vp-faq-q:hover { color: var(--teal-600); }
.vp-faq-toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: background .15s, transform .2s ease;
  color: var(--navy-800);
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.vp-faq-item.open .vp-faq-toggle {
  background: var(--teal-500);
  color: var(--navy-900);
  transform: rotate(45deg);
}
.vp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.vp-faq-item.open .vp-faq-a { max-height: 500px; }
.vp-faq-a-inner {
  padding-bottom: 22px;
  font-size: 16px;
  color: var(--ink-700);
  line-height: 1.6;
  max-width: 680px;
}

/* ───── About ───── */
.vp-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.vp-about h2 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.vp-about p {
  font-size: 16px;
  color: var(--ink-700);
  margin: 0 0 14px;
  line-height: 1.65;
}
.vp-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.vp-about-stat {
  text-align: left;
}
.vp-about-stat b {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.vp-about-stat span {
  font-size: 13px;
  color: var(--ink-500);
  font-weight: 500;
}
.vp-about-visual {
  aspect-ratio: 4/5;
  border-radius: 20px;
  background: linear-gradient(160deg, #e8f9f7, #cfe9f5);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* ───── Final CTA ───── */
.vp-final-cta {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
  color: #fff;
  border-radius: 24px;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.vp-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(77,208,199,.2), transparent 50%);
}
.vp-final-cta > * { position: relative; z-index: 1; }
.vp-final-cta h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  text-wrap: balance;
}
.vp-final-cta h2 .accent { color: var(--teal-500); }
.vp-final-cta p { font-size: 17px; color: rgba(255,255,255,.85); margin: 0 0 24px; max-width: 460px; }
.vp-or {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,.5); font-size: 13px;
  margin: 16px 0;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.vp-or::before, .vp-or::after {
  content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.15);
}
.vp-final-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.vp-final-phone svg { width: 24px; height: 24px; color: var(--teal-500); }

/* ───── Footer ───── */
.vp-footer {
  background: var(--navy-900);
  color: rgba(255,255,255,.75);
  padding: 48px 20px 24px;
}
.vp-footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
}
.vp-footer h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.vp-footer p, .vp-footer li { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.7); }
.vp-footer ul { list-style: none; padding: 0; margin: 0; }
.vp-footer a { color: rgba(255,255,255,.7); text-decoration: none; }
.vp-footer a:hover { color: var(--teal-500); }
.vp-footer-bottom {
  max-width: var(--maxw);
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.vp-tp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}
.vp-tp-link svg { width: 14px; height: 14px; color: #00b67a; }

/* ─── Coverage map ─── */
.vp-map-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.vp-cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}
.vp-city-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-800);
}
.vp-about-visual {
  position: relative;
}

/* ───── Sticky mobile CTA ───── */
.vp-mobile-sticky {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
  box-shadow: 0 -4px 16px rgba(10,46,77,.08);
}
.vp-mobile-sticky a { flex: 1; padding: 12px; border-radius: 10px; font-weight: 700; text-align: center; text-decoration: none; font-size: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.vp-mobile-sticky .call { background: var(--navy-800); color: #fff; }
.vp-mobile-sticky .book { background: var(--teal-500); color: var(--navy-900); }
.vp-mobile-sticky svg { width: 16px; height: 16px; }

/* ───── Success state ───── */
.vp-success {
  text-align: center;
  padding: 12px 4px;
}
.vp-success-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--teal-50);
  color: var(--teal-600);
  display: grid; place-items: center;
  margin: 0 auto 16px;
}
.vp-success-icon svg { width: 28px; height: 28px; }
.vp-success h3 { color: var(--navy-900); margin: 0 0 8px; font-size: 22px; }
.vp-success p { color: var(--ink-500); font-size: 15px; margin: 0 0 18px; }
.vp-success small { color: var(--ink-400); font-size: 13px; }

/* ───── Tweaks panel ───── */
.vp-tweaks {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 300px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(10,46,77,.25);
  padding: 18px;
  font-size: 13px;
}
.vp-tweaks h4 { margin: 0 0 4px; font-size: 14px; color: var(--navy-900); font-weight: 700; }
.vp-tweaks .sub { font-size: 11px; color: var(--ink-500); margin: 0 0 14px; }
.vp-tweak-group { margin-bottom: 14px; }
.vp-tweak-group > label { display: block; font-size: 11px; font-weight: 700; color: var(--ink-700); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.vp-tweak-opt {
  display: block;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 4px;
  cursor: pointer;
  transition: border .15s, background .15s;
  font-size: 12px;
  color: var(--ink-700);
}
.vp-tweak-opt:hover { border-color: var(--teal-500); }
.vp-tweak-opt.active { background: var(--teal-50); border-color: var(--teal-600); color: var(--navy-900); font-weight: 600; }
.vp-tweaks input[type=radio] { display: none; }

/* ───── Responsive ───── */
@media (max-width: 900px) {
  .vp-hero-inner { grid-template-columns: 1fr; gap: 32px; padding: 40px 20px 32px; }
  .vp-ba-grid, .vp-why-grid, .vp-testi-grid { grid-template-columns: 1fr; }
  .vp-process { grid-template-columns: 1fr 1fr; }
  .vp-process-step:nth-child(2)::after { display: none; }
  .vp-package, .vp-about, .vp-final-cta { grid-template-columns: 1fr; }
  .vp-package-body, .vp-package-visual { padding: 32px 24px; }
  .vp-final-cta { padding: 40px 28px; }
  .vp-footer-inner { grid-template-columns: 1fr 1fr; }
  .vp-section { padding: 56px 20px; }
  .vp-mobile-sticky { display: flex; }
  body { padding-bottom: 72px; }
  .vp-phone-cta .label { display: none; }
}
@media (max-width: 560px) {
  .vp-hero h1 { font-size: 30px; }
  .vp-process { grid-template-columns: 1fr; }
  .vp-process-step::after { display: none !important; }
  .vp-footer-inner { grid-template-columns: 1fr; }
  .vp-form-card { padding: 22px 20px; }
  .vp-price { font-size: 40px; }
}
