/* ========= Tokens ========= */
:root {
  --rp-primary: #E41F13;
  --rp-primary-deep: #A8160C;
  --rp-primary-soft: #FDECEA;
  --rp-accent: #1A1A1A;
  --rp-accent-deep: #000000;
  --rp-ink: #0B1422;
  --rp-ink-2: #2B384C;
  --rp-muted: #6B7894;
  --rp-line: #E2E7F0;
  --rp-bg: #F6F8FC;
  --rp-white: #FFFFFF;
  --rp-success: #137A4D;
  --rp-radius: 14px;
  --rp-radius-sm: 8px;
  --rp-radius-lg: 22px;
  --rp-shadow-sm: 0 1px 2px rgba(11,20,34,.06), 0 1px 4px rgba(11,20,34,.04);
  --rp-shadow-md: 0 6px 18px rgba(11,20,34,.08), 0 2px 6px rgba(11,20,34,.05);
  --rp-shadow-lg: 0 24px 60px rgba(11,20,34,.18);
  --rp-density: 1;
}

* { box-sizing: border-box; }

.rp-root {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--rp-ink);
  background: var(--rp-white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  font-size: 16px;
}
.rp-root h1, .rp-root h2, .rp-root h3, .rp-root h4 {
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--rp-ink);
  margin: 0;
}
.rp-root p { margin: 0; }
.rp-root a:not(.rp-btn) { color: inherit; text-decoration: none; }
.rp-root a.rp-btn { text-decoration: none; }
.rp-root button { font-family: inherit; cursor: pointer; border: none; background: transparent; }

.rp-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ========= Buttons ========= */
.rp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: var(--rp-radius-sm);
  font-weight: 700;
  font-size: 15px;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.rp-btn:active { transform: translateY(1px); }
.rp-btn.rp-btn-primary {
  background: #21A85B;
  color: white;
  box-shadow: 0 4px 0 #1B8C4B, 0 8px 18px rgba(33,168,91,.32);
}
.rp-btn.rp-btn-primary:hover { background: #25B864; transform: translateY(-1px); }
.rp-btn.rp-btn-primary.is-disabled,
.rp-btn.rp-btn-primary:disabled {
  background: #C9E9D6;
  color: #4F8B6A;
  box-shadow: 0 4px 0 #A2C9B0, 0 4px 12px rgba(33,168,91,.18);
  color: white;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
.rp-btn.rp-btn-primary.is-disabled:hover,
.rp-btn.rp-btn-primary:disabled:hover { background: #C9E9D6; transform: none; }
.rp-btn-ghost {
  background: transparent;
  color: var(--rp-white);
  border: 1.5px solid rgba(255,255,255,.35);
}
.rp-btn-ghost:hover { background: rgba(255,255,255,.08); }
.rp-btn-ink {
  background: #1A1A1A;
  color: white;
  box-shadow: var(--rp-shadow-md);
}
.rp-btn-ink:hover { background: #000; }
.rp-btn-outline {
  background: white;
  color: var(--rp-primary);
  border: 1.5px solid var(--rp-line);
}
.rp-btn-outline:hover { border-color: var(--rp-primary); }
.rp-btn-lg { padding: 18px 28px; font-size: 16px; }

/* ========= Pills / Tags ========= */
.rp-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  background: var(--rp-primary-soft);
  color: var(--rp-primary);
  letter-spacing: .01em;
}
.rp-pill-yellow {
  background: #1A1A1A;
  color: white;
}
.rp-pill-dark {
  background: rgba(255,255,255,.08);
  color: white;
  border: 1px solid rgba(255,255,255,.18);
}

/* ========= Tweaks panel mounting ========= */
.rp-tweak-host { position: relative; z-index: 50; }

/* ========= V1 — Express & Confiance ========= */
.v1 {
  background: var(--rp-white);
}

/* Top bar */
.v1-bar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--rp-line);
}
.v1-bar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.v1-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .15s ease, transform .15s ease;
}
a.v1-logo:hover { opacity: .85; transform: translateY(-1px); }
a.v1-logo:active { transform: translateY(0); }
.v1-logo-img {
  height: 44px;
  width: auto;
  display: block;
}
.v1-logo-mark {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: var(--rp-primary);
  display: grid; place-items: center;
  color: white; font-size: 18px;
}
.v1-logo small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--rp-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v1-nav { display: flex; gap: 28px; align-items: center; }
.v1-nav a { font-size: 14.5px; font-weight: 500; color: var(--rp-ink-2); }
.v1-nav a:hover { color: var(--rp-primary); }
.v1-bar-cta { display: flex; align-items: center; gap: 14px; }
.v1-phone {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 15px; color: var(--rp-primary);
}

/* Hero */
.v1-hero {
  position: relative;
  padding: 64px 0 80px;
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(11,61,140,.08), transparent 60%),
    linear-gradient(180deg, #FAFCFF 0%, #FFFFFF 100%);
  overflow: hidden;
}
.v1-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.v1-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 13px;
  color: var(--rp-primary);
  text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 18px;
}
.v1-eyebrow::before {
  content: ''; width: 28px; height: 2px; background: var(--rp-accent);
}
.v1-hero h1 {
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.02;
  margin-bottom: 22px;
}
.v1-hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--rp-primary) 0%, #2A6BD0 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  position: relative;
}
.v1-hero h1 em::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 4px;
  height: 10px; background: rgba(255,200,61,.35);
  z-index: -1;
}
.v1-hero-sub {
  font-size: 18px; color: var(--rp-ink-2); max-width: 520px;
  margin-bottom: 28px;
}
.v1-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.v1-hero-trust {
  display: flex; gap: 28px; flex-wrap: wrap;
}
.v1-trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--rp-ink-2);
}
.v1-trust-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--rp-primary-soft);
  display: grid; place-items: center;
  color: var(--rp-primary);
}

/* Hero card (form) */
.v1-formcard {
  background: white;
  border-radius: var(--rp-radius-lg);
  box-shadow: var(--rp-shadow-lg);
  border: 1px solid var(--rp-line);
  overflow: hidden;
  position: relative;
}
.v1-formcard-head {
  background: linear-gradient(135deg, var(--rp-primary) 0%, var(--rp-primary-deep) 100%);
  color: white;
  padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between;
}
.v1-formcard-head h3 { color: white; font-size: 19px; }
.v1-formcard-head small { font-size: 12.5px; opacity: .8; display: block; margin-top: 2px; }
.v1-formcard-body { padding: 26px; }
.v1-stepper {
  display: flex; gap: 6px; margin-bottom: 22px;
}
.v1-step-dot {
  flex: 1; height: 4px; border-radius: 999px; background: var(--rp-line);
  transition: background .3s;
}
.v1-step-dot.active { background: var(--rp-primary); }
.v1-step-dot.done { background: var(--rp-primary-deep); }
.v1-step-label { font-size: 12px; font-weight: 600; color: var(--rp-muted); margin-bottom: 4px; letter-spacing: .04em; text-transform: uppercase; }
.v1-step-title { font-size: 18px; font-weight: 700; margin-bottom: 18px; color: var(--rp-ink); font-family: 'Manrope', sans-serif; }

.v1-input, .v1-select {
  width: 100%; padding: 14px 16px;
  font-size: 15px; font-family: inherit;
  border: 1.5px solid var(--rp-line);
  border-radius: var(--rp-radius-sm);
  background: white;
  color: var(--rp-ink);
  transition: border-color .15s, box-shadow .15s;
}
.v1-input:focus, .v1-select:focus {
  outline: none; border-color: var(--rp-primary);
  box-shadow: 0 0 0 3px rgba(11,61,140,.12);
}
/* Disable native browser :invalid red border on tel/email/etc */
.v1-input:invalid, .v1-select:invalid { box-shadow: none; }
.v1-input:not(:focus):invalid { border-color: var(--rp-line); }
.v1-field { margin-bottom: 14px; }
.v1-field label {
  display: block; font-size: 13px; font-weight: 600;
  color: var(--rp-ink-2); margin-bottom: 6px;
}

.v1-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.v1-choice {
  border: 1.5px solid var(--rp-line);
  border-radius: var(--rp-radius-sm);
  padding: 14px 14px;
  cursor: pointer;
  background: white;
  text-align: left;
  display: flex; align-items: center; gap: 12px;
  transition: all .15s;
}
.v1-choice:hover { border-color: var(--rp-primary); }
.v1-choice.selected {
  border-color: var(--rp-primary);
  background: var(--rp-primary-soft);
  box-shadow: 0 0 0 3px rgba(11,61,140,.08);
}
.v1-choice-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: white; border: 1px solid var(--rp-line);
  display: grid; place-items: center;
  color: var(--rp-primary);
  flex-shrink: 0;
}
.v1-choice.selected .v1-choice-icon {
  background: var(--rp-primary); color: white; border-color: var(--rp-primary);
}
.v1-choice-text { flex: 1; }
.v1-choice-text strong { display: block; font-size: 14px; color: var(--rp-ink); }
.v1-choice-text span { font-size: 12.5px; color: var(--rp-muted); }

.v1-form-actions {
  display: flex; justify-content: space-between;
  margin-top: 22px; gap: 10px;
}
.v1-link-back {
  background: none; color: var(--rp-muted);
  font-size: 14px; padding: 12px 4px; font-weight: 600;
}
.v1-link-back:hover { color: var(--rp-primary); }

.v1-success {
  text-align: center; padding: 14px 0;
}
.v1-success-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: #E3F4EB; color: var(--rp-success);
  display: grid; place-items: center;
  margin: 0 auto 18px;
}
.v1-success h4 { font-size: 22px; margin-bottom: 8px; }
.v1-success p { color: var(--rp-muted); margin-bottom: 22px; font-size: 14.5px; }

/* Trust strip */
.v1-strip {
  border-top: 1px solid var(--rp-line);
  border-bottom: 1px solid var(--rp-line);
  padding: 26px 0;
  background: white;
}
.v1-strip-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  align-items: center;
}
.v1-strip-item {
  display: flex; align-items: center; gap: 14px;
}
.v1-strip-num {
  font-family: 'Manrope', sans-serif;
  font-size: 32px; font-weight: 800;
  white-space: nowrap;
  color: var(--rp-primary);
  line-height: 1;
}
.v1-strip-lbl { font-size: 13px; color: var(--rp-ink-2); line-height: 1.3; font-weight: 500; }

/* Section */
.v1-section { padding: 96px 0; }
.v1-section-alt { background: var(--rp-bg); }
.v1-section-head {
  text-align: center; max-width: 680px; margin: 0 auto 56px;
}
.v1-section-head h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  margin-bottom: 14px;
}
.v1-section-head p {
  font-size: 17px; color: var(--rp-ink-2);
}

/* Services */
.v1-services {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.v1-service-card {
  background: white;
  border: 1px solid var(--rp-line);
  border-radius: var(--rp-radius);
  padding: 28px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative;
  overflow: hidden;
}
.v1-service-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--rp-shadow-md);
  border-color: var(--rp-primary-soft);
}
.v1-service-icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: var(--rp-primary-soft);
  color: var(--rp-primary);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.v1-service-card.featured {
  background: linear-gradient(135deg, var(--rp-primary) 0%, var(--rp-primary-deep) 100%);
  color: white;
  border-color: transparent;
}
.v1-service-card.featured h3 { color: white; }
.v1-service-card.featured .v1-service-icon {
  background: rgba(255,255,255,.12); color: white;
}
.v1-service-card.featured p { color: rgba(255,255,255,.85); }
.v1-service-card.featured .v1-service-tag {
  position: absolute; top: 18px; right: 18px;
  background: white; color: var(--rp-primary);
  font-size: 11px; font-weight: 800; padding: 5px 10px;
  border-radius: 999px; letter-spacing: .04em; text-transform: uppercase;
}
.v1-service-card h3 { font-size: 20px; margin-bottom: 8px; }
.v1-service-card p { font-size: 14.5px; color: var(--rp-ink-2); margin-bottom: 16px; }
.v1-service-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 700; color: var(--rp-primary);
}
.v1-service-card.featured .v1-service-link { color: var(--rp-accent); }

/* Process */
.v1-process {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  position: relative;
}
.v1-process::before {
  content: ''; position: absolute;
  top: 32px; left: 12.5%; right: 12.5%;
  height: 2px; background: var(--rp-line);
  z-index: 0;
}
.v1-process-step {
  text-align: center; position: relative; z-index: 1; padding: 0 14px;
}
.v1-process-num {
  width: 64px; height: 64px;
  background: white;
  border: 2px solid var(--rp-primary);
  color: var(--rp-primary);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 22px;
  margin: 0 auto 18px;
}
.v1-process-step:nth-child(1) .v1-process-num { background: var(--rp-primary); color: white; }
.v1-process-step h4 { font-size: 17px; margin-bottom: 6px; }
.v1-process-step p { font-size: 13.5px; color: var(--rp-muted); }

/* Offer block */
.v1-offer {
  background: linear-gradient(135deg, var(--rp-primary) 0%, var(--rp-primary-deep) 100%);
  border-radius: var(--rp-radius-lg);
  padding: 56px;
  color: white;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px;
  align-items: center;
  position: relative; overflow: hidden;
}
.v1-offer::before {
  content: ''; position: absolute;
  right: -80px; top: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%);
}
.v1-offer h2 { color: white; font-size: 38px; margin-bottom: 14px; }
.v1-offer p { color: rgba(255,255,255,.85); margin-bottom: 22px; font-size: 16px; max-width: 480px; }
.v1-offer-tags { display: flex; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
.v1-offer-visual {
  background: white; color: var(--rp-ink);
  border-radius: var(--rp-radius);
  padding: 28px;
  text-align: center;
  position: relative; z-index: 1;
}
.v1-offer-amount {
  font-family: 'Manrope', sans-serif;
  font-size: 88px; font-weight: 800;
  color: var(--rp-primary);
  line-height: 1;
  letter-spacing: -.04em;
}
.v1-offer-amount sup { font-size: 32px; vertical-align: top; margin-left: 4px; color: var(--rp-primary-deep); }
.v1-offer-or {
  font-size: 12px; color: var(--rp-muted);
  margin: 14px 0 12px; letter-spacing: .12em; text-transform: uppercase;
  position: relative;
}
.v1-offer-or::before, .v1-offer-or::after {
  content: ''; position: absolute; top: 50%; width: 30%; height: 1px; background: var(--rp-line);
}
.v1-offer-or::before { left: 0; }
.v1-offer-or::after { right: 0; }
.v1-offer-alts {
  font-size: 14px; color: var(--rp-ink-2);
  display: flex; flex-direction: column; gap: 8px;
}
.v1-offer-alts span {
  display: flex; align-items: center; gap: 8px; justify-content: center;
}
.v1-offer-alts svg { color: var(--rp-success); }

/* Reviews */
.v1-reviews {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.v1-review {
  background: white;
  border: 1px solid var(--rp-line);
  border-radius: var(--rp-radius);
  padding: 26px;
}
.v1-review-stars { color: #F4B400; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.v1-review-quote { font-size: 15px; color: var(--rp-ink); line-height: 1.55; margin-bottom: 18px; }
.v1-review-author { display: flex; align-items: center; gap: 12px; }
.v1-review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--rp-primary-soft); color: var(--rp-primary);
  display: grid; place-items: center;
  font-weight: 700; font-size: 14px;
}
.v1-review-name { font-size: 14px; font-weight: 700; }
.v1-review-meta { font-size: 12.5px; color: var(--rp-muted); }

/* FAQ */
.v1-faq { max-width: 760px; margin: 0 auto; }
.v1-faq-item {
  border-bottom: 1px solid var(--rp-line);
}
.v1-faq-q {
  width: 100%; text-align: left;
  padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 16.5px; font-weight: 700;
  color: var(--rp-ink); font-family: 'Manrope', sans-serif;
}
.v1-faq-q:hover { color: var(--rp-primary); }
.v1-faq-toggle {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--rp-primary-soft); color: var(--rp-primary);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform .2s, background .2s;
}
.v1-faq-item.open .v1-faq-toggle { transform: rotate(45deg); background: var(--rp-primary); color: white; }
.v1-faq-a {
  font-size: 14.5px; color: var(--rp-ink-2);
  padding: 0 0 22px; max-width: 90%;
  line-height: 1.65;
}

/* Contact */
.v1-contact {
  background: var(--rp-ink); color: white;
  padding: 80px 0 36px;
}
.v1-contact-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 56px;
}
.v1-contact h4 { color: white; font-size: 14px; margin-bottom: 16px; letter-spacing: .04em; text-transform: uppercase; }
.v1-contact ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.v1-contact a, .v1-contact li { color: rgba(255,255,255,.7); font-size: 14px; }
.v1-contact a:hover { color: var(--rp-primary); }
.v1-contact-brand p { color: rgba(255,255,255,.65); font-size: 14px; max-width: 280px; line-height: 1.6; margin-top: 14px; }
.v1-contact-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex; justify-content: space-between;
  font-size: 12.5px; color: rgba(255,255,255,.5);
}

/* ========= V2 — Bold & Urgence ========= */
.v2 {
  background: #0A0F1C;
  color: white;
  font-family: 'Inter', sans-serif;
}
.v2 h1, .v2 h2, .v2 h3, .v2 h4 {
  font-family: 'Manrope', sans-serif;
  color: white;
}

/* V2 bar */
.v2-bar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(10,15,28,.85);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.v2-bar-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.v2-logo {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px;
}
.v2-logo-img {
  height: 48px;
  width: auto;
  display: block;
  border-radius: 6px;
  background: white;
  padding: 4px 6px;
}
.v2-logo-img-light {
  background: rgba(255,255,255,.95);
}
.v2-logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--rp-primary); color: white;
  display: grid; place-items: center; font-size: 20px;
}
.v2-nav { display: flex; gap: 32px; }
.v2-nav a { font-size: 14px; color: rgba(255,255,255,.7); font-weight: 500; }
.v2-nav a:hover { color: white; }
.v2-bar-cta { display: flex; align-items: center; gap: 14px; }
.v2-phone { font-weight: 700; color: white; font-size: 15px; display: flex; align-items: center; gap: 8px; }

/* V2 hero */
.v2-hero {
  position: relative;
  min-height: 720px;
  padding: 64px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(1200px 600px at 20% 20%, rgba(228,31,19,.35), transparent 60%),
    radial-gradient(800px 400px at 90% 80%, rgba(228,31,19,.12), transparent 60%),
    linear-gradient(180deg, #0A0F1C 0%, #1A0606 100%);
}
.v2-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.v2-hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px;
  align-items: center;
}
.v2-hero-left { padding-right: 20px; }
.v2-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(228,31,19,.15);
  border: 1px solid rgba(228,31,19,.4);
  color: #FF6B5E;
  padding: 8px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  margin-bottom: 24px;
}
.v2-eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--rp-primary);
  box-shadow: 0 0 0 0 rgba(228,31,19,.6);
  animation: v2-pulse 2s infinite;
}
@keyframes v2-pulse {
  0% { box-shadow: 0 0 0 0 rgba(228,31,19,.6); }
  70% { box-shadow: 0 0 0 12px rgba(228,31,19,0); }
  100% { box-shadow: 0 0 0 0 rgba(228,31,19,0); }
}
.v2-hero h1 {
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: .98;
  letter-spacing: -.03em;
  margin-bottom: 22px;
  font-weight: 800;
}
.v2-hero h1 .y { color: var(--rp-primary); }
.v2-hero h1 .strike {
  color: rgba(255,255,255,.35);
  text-decoration: line-through;
  text-decoration-color: var(--rp-primary);
  text-decoration-thickness: 4px;
  font-weight: 600;
}
.v2-hero-sub {
  font-size: 19px; color: rgba(255,255,255,.7); max-width: 520px;
  margin-bottom: 32px; line-height: 1.55;
}
.v2-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.v2-hero-stats {
  display: flex; gap: 36px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 26px;
  flex-wrap: wrap;
}
.v2-hero-stat {
  display: flex; flex-direction: column;
}
.v2-hero-stat strong {
  font-family: 'Manrope', sans-serif;
  font-size: 30px; font-weight: 800;
  color: white; letter-spacing: -.02em;
}
.v2-hero-stat span { font-size: 12.5px; color: rgba(255,255,255,.55); margin-top: 2px; }

/* V2 hero card */
.v2-hero-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
  color: var(--rp-ink);
  position: relative;
}
.v2-hero-card::before {
  content: 'OFFRE EN COURS';
  position: absolute; top: -12px; left: 28px;
  background: var(--rp-primary); color: white;
  font-size: 10.5px; font-weight: 800;
  padding: 6px 12px; border-radius: 999px;
  letter-spacing: .12em;
}
.v2-hero-card h3 {
  font-size: 20px; color: var(--rp-ink); margin-bottom: 4px;
}
.v2-hero-card p { font-size: 13.5px; color: var(--rp-muted); margin-bottom: 22px; }

/* Marquee */
.v2-marquee {
  background: var(--rp-primary);
  color: white;
  padding: 14px 0;
  font-weight: 700; font-size: 14px;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.12);
  border-bottom: 1px solid rgba(0,0,0,.12);
}
.v2-marquee-track {
  display: flex; gap: 48px;
  animation: v2-marquee-scroll 40s linear infinite;
  white-space: nowrap;
  font-family: 'Manrope', sans-serif;
}
.v2-marquee-track span { display: flex; align-items: center; gap: 14px; }
.v2-marquee-track span::after {
  content: '★'; color: rgba(255,255,255,.5); margin-left: 14px;
}
@keyframes v2-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* V2 Section */
.v2-section { padding: 120px 0; position: relative; }
.v2-section-alt { background: #0E1730; }
.v2-section-light { background: #F6F8FC; color: var(--rp-ink); }
.v2-section-light h2, .v2-section-light h3, .v2-section-light h4 { color: var(--rp-ink); }

.v2-section-head { max-width: 720px; margin-bottom: 64px; }
.v2-section-head .v2-tag {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-weight: 700; font-size: 13px;
  color: #FF6B5E;
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 14px;
}
.v2-section-light .v2-tag { color: var(--rp-primary); }
.v2-section-head h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.02; letter-spacing: -.02em;
  font-weight: 800;
}

/* V2 Services bento */
.v2-bento {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-height: 480px;
}
.v2-bento-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 28px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .2s;
  display: flex; flex-direction: column;
}
.v2-bento-card:hover {
  border-color: rgba(228,31,19,.4);
  transform: translateY(-2px);
}
.v2-bento-card.big {
  grid-row: span 2;
  background: linear-gradient(140deg, rgba(228,31,19,.5) 0%, rgba(228,31,19,.08) 100%);
  border-color: rgba(228,31,19,.3);
}
.v2-bento-card.accent {
  background: var(--rp-primary);
  color: white;
  border-color: var(--rp-primary);
}
.v2-bento-card.accent h3 { color: white; }
.v2-bento-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #FF6B5E;
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.v2-bento-card.accent .v2-bento-icon {
  background: rgba(255,255,255,.18); color: white;
}
.v2-bento-card h3 { font-size: 22px; margin-bottom: 8px; line-height: 1.2; }
.v2-bento-card.big h3 { font-size: 30px; margin-top: auto; }
.v2-bento-card p { font-size: 14px; color: rgba(255,255,255,.65); }
.v2-bento-card.accent p { color: rgba(255,255,255,.85); }

.v2-bento-big-amount {
  font-family: 'Manrope', sans-serif;
  font-size: 110px; font-weight: 800;
  color: white;
  line-height: 1; letter-spacing: -.04em;
  margin-bottom: 8px;
}
.v2-bento-big-amount sup { font-size: 36px; vertical-align: top; margin-left: 6px; }

/* V2 Process */
.v2-process {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.v2-process-card {
  background: white;
  border-radius: 18px;
  padding: 32px;
  border: 1px solid var(--rp-line);
  position: relative;
}
.v2-process-num {
  font-family: 'Manrope', sans-serif;
  font-size: 64px; font-weight: 800;
  background: linear-gradient(180deg, var(--rp-primary) 0%, transparent 80%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; margin-bottom: 16px;
  letter-spacing: -.04em;
}
.v2-process-card h4 { font-size: 22px; margin-bottom: 8px; color: var(--rp-ink); }
.v2-process-card p { font-size: 14.5px; color: var(--rp-muted); }
.v2-process-card .v2-process-time {
  position: absolute; top: 28px; right: 28px;
  background: var(--rp-primary-soft); color: var(--rp-primary);
  font-size: 11.5px; font-weight: 700;
  padding: 5px 10px; border-radius: 999px;
}

/* V2 reviews */
.v2-reviews {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.v2-review {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 28px;
}
.v2-review-stars { color: #F4B400; font-size: 16px; letter-spacing: 2px; margin-bottom: 16px; }
.v2-review-quote {
  font-size: 16px; line-height: 1.55;
  color: rgba(255,255,255,.92);
  margin-bottom: 22px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}
.v2-review-author { display: flex; align-items: center; gap: 12px; }
.v2-review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--rp-primary); color: white;
  display: grid; place-items: center;
  font-weight: 700; font-size: 14px;
}
.v2-review-name { font-size: 14px; font-weight: 700; color: white; }
.v2-review-meta { font-size: 12.5px; color: rgba(255,255,255,.5); }

/* V2 CTA */
.v2-cta {
  background: linear-gradient(120deg, var(--rp-primary) 0%, #A8160C 100%);
  border-radius: 24px;
  padding: 64px;
  color: white;
  display: grid; grid-template-columns: 1.4fr auto;
  align-items: center; gap: 40px;
  position: relative; overflow: hidden;
}
.v2-cta::before {
  content: '!'; position: absolute;
  font-family: 'Manrope', sans-serif; font-weight: 800;
  font-size: 480px; line-height: 1;
  right: -40px; top: -120px;
  color: rgba(255,255,255,.08);
}
.v2-cta h2 {
  color: white; font-size: 44px;
  margin-bottom: 12px; line-height: 1.04;
}
.v2-cta p { font-size: 17px; color: rgba(255,255,255,.85); max-width: 520px; }

/* V2 contact */
.v2-contact {
  background: #060A14;
  padding: 80px 0 36px;
  border-top: 1px solid rgba(255,255,255,.04);
}
.v2-contact-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 56px;
}
.v2-contact h4 { font-size: 13px; margin-bottom: 16px; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 700; }
.v2-contact ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.v2-contact a, .v2-contact li { color: rgba(255,255,255,.55); font-size: 14px; }
.v2-contact a:hover { color: #FF6B5E; }
.v2-contact-brand p { color: rgba(255,255,255,.5); font-size: 14px; max-width: 320px; line-height: 1.6; margin-top: 14px; }
.v2-contact-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 24px; display: flex; justify-content: space-between;
  font-size: 12.5px; color: rgba(255,255,255,.4);
}

/* Density tweak */
.dense .v1-section { padding: 64px 0; }
.dense .v2-section { padding: 80px 0; }
.dense .v1-hero { padding: 40px 0 56px; }
.dense .v2-hero { min-height: 600px; padding: 40px 0 56px; }

/* Cadeaux carousel */
.v1-section-cadeaux { padding: 32px 0; }
.cad-wrap {
  position: relative;
  border-radius: var(--rp-radius-lg);
  overflow: hidden;
  box-shadow: var(--rp-shadow-lg);
  background: #0A0F1C;
}
.cad-track {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform .6s cubic-bezier(.7,0,.2,1);
}
.cad-slide-img {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.cad-slide-img > a, .cad-slide-img > a:link {
  display: block;
  width: 100%;
}
.cad-slide-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.cad-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: var(--rp-ink);
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  z-index: 2;
  transition: background .15s;
}
.cad-arrow:hover { background: white; }
.cad-arrow-l { left: 16px; }
.cad-arrow-r { right: 16px; }

.cad-dots {
  position: absolute;
  bottom: 20px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 2;
}
.cad-dot {
  width: 28px; height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.4);
  transition: background .2s, width .2s;
}
.cad-dot.active {
  background: white;
  width: 40px;
}

/* Zone d'intervention + Contact */
.zc-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #F7F5F0 0%, #FFF 100%);
}
.dense .zc-section { padding: 56px 0; }
.zc-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.zc-eyebrow {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 800;
  color: var(--rp-primary);
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 14px;
}
.zc-head h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 12px;
  color: var(--rp-ink);
  letter-spacing: -.02em;
}
.zc-head p { color: var(--rp-muted); font-size: 17px; margin: 0; }
.zc-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

/* Branded van card sitting above the map */
.zc-van {
  background: linear-gradient(180deg, #F5F7FB 0%, #E9EDF3 100%);
  border-radius: 14px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
}
.zc-van-stripe {
  background: var(--rp-primary);
  color: white;
  padding: 9px 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .12em;
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
}
.zc-van-dot { font-size: 8px; opacity: .7; }
.zc-van-body { padding: 14px 16px 16px; display: flex; flex-direction: column; align-items: center; }
.zc-van-img { width: 100%; max-width: 480px; height: auto; display: block; border-radius: 8px; }
.zc-van-pills {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 10px;
}
.zc-van-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: white;
  border: 1px solid rgba(0,0,0,.08);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  color: #1A1A1A;
}
.zc-van-pill svg { color: var(--rp-primary); }

.zc-map {
  position: relative;
  background: linear-gradient(160deg, #0E1730 0%, #1A0606 100%);
  border-radius: var(--rp-radius-lg);
  padding: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  box-shadow: var(--rp-shadow-lg);
}

/* Photo variant: edge-to-edge, no padding, no dark bg */
.zc-map-photo {
  background: white;
  padding: 0;
  border: 1px solid rgba(0,0,0,.06);
  align-items: stretch;
  justify-content: stretch;
}
.zc-map-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zc-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(228,31,19,.15), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,.04), transparent 60%);
  pointer-events: none;
}
.zc-svg {
  width: 100%;
  flex: 1;
  position: relative;
  z-index: 1;
}
.zc-map-legend {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,.7);
  margin-top: 16px;
  font-weight: 600;
}
.zc-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: white;
  border: 1px solid rgba(0,0,0,.3);
}
.zc-dot-main {
  background: white;
  border: 2px solid #000;
  width: 10px; height: 10px;
}
.zc-sep { opacity: .4; margin: 0 4px; }
.zc-contact { display: flex; }
.zc-card {
  background: white;
  border-radius: var(--rp-radius-lg);
  padding: 32px;
  box-shadow: var(--rp-shadow-lg);
  border: 1px solid rgba(0,0,0,.05);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.zc-card-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.zc-card-tag {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--rp-muted);
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.zc-google {
  display: inline-grid; place-items: center;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285F4 0%, #EA4335 100%);
  color: white;
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 11px;
}
.zc-rating { display: inline-flex; align-items: center; gap: 4px; }
.zc-rating strong { color: var(--rp-ink); font-size: 13px; }
.zc-stars { color: #F4B400; font-size: 13px; letter-spacing: 1px; }
.zc-rating-count { color: var(--rp-muted); font-size: 12px; }
.zc-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 22px; font-weight: 800;
  margin: 0 0 8px;
  color: var(--rp-ink);
  letter-spacing: -.01em;
}
.zc-address {
  display: flex; align-items: center; gap: 6px;
  font-size: 14px; color: var(--rp-muted);
}
.zc-address svg { color: var(--rp-primary); }
.zc-open {
  display: inline-flex; align-items: center; gap: 6px;
  background: #E8F7EE;
  color: #1B7A3D;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700; font-size: 12.5px;
  white-space: nowrap;
}
.zc-open.zc-closed { background: #FDECEA; color: #B0231C; }
.zc-open.zc-closed .zc-open-dot { background: #B0231C; box-shadow: 0 0 0 0 rgba(176,35,28,.5); }
.zc-open-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #1B7A3D;
  box-shadow: 0 0 0 0 rgba(27,122,61,.5);
  animation: zc-pulse 2s infinite;
}
@keyframes zc-pulse {
  0% { box-shadow: 0 0 0 0 rgba(27,122,61,.5); }
  70% { box-shadow: 0 0 0 8px rgba(27,122,61,0); }
  100% { box-shadow: 0 0 0 0 rgba(27,122,61,0); }
}
.zc-hours {
  display: flex; flex-direction: column;
  gap: 2px; margin-bottom: 24px;
}
.zc-row {
  display: flex; justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--rp-ink);
}
.zc-row.today {
  background: var(--rp-primary-soft);
  font-weight: 700;
}
.zc-row.today .zc-day,
.zc-row.today .zc-time { color: var(--rp-primary-deep); }
.zc-row.off .zc-time { color: var(--rp-muted); font-style: italic; }
.zc-day { font-weight: 600; }
.zc-time { color: var(--rp-muted); font-variant-numeric: tabular-nums; }
.zc-ctas {
  display: flex; gap: 12px;
  margin-top: auto;
}
.zc-ctas .rp-btn { font-size: 15px; }
@media (max-width: 980px) {
  .zc-grid { grid-template-columns: 1fr; }
  .zc-map { min-height: 380px; }
  .zc-ctas { flex-direction: column; }
}
.placeholder {
  background-image: repeating-linear-gradient(
    45deg,
    rgba(11,61,140,.06),
    rgba(11,61,140,.06) 6px,
    rgba(11,61,140,.10) 6px,
    rgba(11,61,140,.10) 12px
  );
  border: 1px dashed rgba(11,61,140,.25);
  border-radius: 12px;
  display: grid; place-items: center;
  font-family: ui-monospace, SF Mono, monospace;
  font-size: 11px;
  color: var(--rp-primary);
  text-transform: uppercase; letter-spacing: .08em;
}
.placeholder-dark {
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,.04),
    rgba(255,255,255,.04) 6px,
    rgba(255,255,255,.07) 6px,
    rgba(255,255,255,.07) 12px
  );
  border: 1px dashed rgba(255,255,255,.18);
  color: rgba(255,255,255,.5);
}


/* Mobile-only hero image — hidden on desktop, shown ≤768px */
.v1-hero-mobile-img { display: none; }

/* ============================================================ */
/* RESPONSIVE — burger menu, tablet, mobile                      */
/* ============================================================ */

/* Burger button — hidden by default */
.v1-burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  background: white;
  border: 1px solid var(--rp-line);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
}
.v1-burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--rp-ink);
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.menu-open .v1-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .v1-burger span:nth-child(2) { opacity: 0; }
.menu-open .v1-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================ */
/* TABLET ≤ 1024px                                               */
/* ============================================================ */
@media (max-width: 1024px) {
  .rp-container { padding: 0 24px; }

  /* Header — hide nav links, keep phone + CTA + logo */
  .v1-nav { display: none; }
  .v1-bar-cta .v1-phone { display: none; }

  /* Hero — stack form below content */
  .v1-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .v1-hero { padding: 56px 0 64px; }

  /* Trust strip — 2x2 */
  .v1-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .v1-strip { padding: 24px 0; }

  /* Process steps — 2x2, hide horizontal connector */
  .v1-process { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .v1-process::before { display: none; }

  /* Services / Reviews — 1 col on small tablet */
  .v1-services { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .v1-reviews { grid-template-columns: 1fr; gap: 16px; }

  /* Section padding */
  .v1-section { padding: 64px 0; }
  .v1-section-head { margin-bottom: 36px; }
}

/* ============================================================ */
/* MOBILE ≤ 768px                                                */
/* ============================================================ */
@media (max-width: 768px) {
  /* Prevent horizontal scroll/sliding from any overflowing element */
  html, body { overflow-x: hidden; max-width: 100vw; }
  .v1, .v1 * { max-width: 100%; }

  .rp-container { padding: 0 18px; }

  /* Show burger, hide desktop CTA, restructure header */
  .v1-bar-inner {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0;
  }
  .v1-burger { display: flex; }
  .v1-bar-cta { display: none; }
  .v1-logo-img { height: 38px; }

  /* Mobile menu drawer — opens below the bar, solid background for legibility */
  .v1-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    gap: 0;
    padding: 8px 18px 12px;
    margin: 8px -18px 0;
    background: #FFFFFF;
    border-top: 1px solid var(--rp-line);
    box-shadow: 0 8px 18px rgba(11, 20, 34, .08);
  }
  .menu-open .v1-nav {
    display: flex;
  }
  .v1-nav a {
    padding: 14px 4px;
    font-size: 16px;
    font-weight: 600;
    color: var(--rp-ink);
    background: transparent;
    border-bottom: 1px solid var(--rp-line);
  }
  .v1-nav a:last-child { border-bottom: none; }

  /* Hero */
  .v1-hero { padding: 36px 0 48px; }
  .v1-hero-content { text-align: center; }
  .v1-hero h1 { font-size: clamp(30px, 8vw, 42px); line-height: 1.1; text-align: center; }
  .v1-hero-sub { font-size: 16px; text-align: center; margin-left: auto; margin-right: auto; }
  .v1-hero-ctas { flex-direction: column; align-items: stretch; }
  .v1-hero-ctas .rp-btn { width: 100%; justify-content: center; }
  .v1-hero-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* Mobile-only hero banner image — between H1 and subtitle */
  .v1-hero-mobile-img {
    display: block;
    margin: 18px 0 22px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(11,20,34,.12);
  }
  .v1-hero-mobile-img img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Form card */
  .v1-formcard-body { padding: 18px; }
  .v1-formcard-head { padding: 18px 20px; }
  .v1-stepper { gap: 4px; margin-bottom: 16px; }

  /* Choices: stack vertically */
  .v1-choices { grid-template-columns: 1fr !important; gap: 8px; }

  /* Trust strip — 2 cols, smaller */
  .v1-strip-grid { gap: 14px 12px; }
  .v1-strip-item { gap: 10px; }
  .v1-strip-num { font-size: 26px; }
  .v1-strip-item-label { font-size: 12px; }

  /* Cadeaux banner */
  .v1-section-cadeaux { padding: 22px 0; }

  /* Section heads */
  .v1-section { padding: 48px 0; }
  .v1-section-head h2 { font-size: clamp(24px, 6.5vw, 32px); }
  .v1-section-head p { font-size: 15px; }

  /* Services / Reviews — 1 col */
  .v1-services { grid-template-columns: 1fr; }

  /* Process — 1 col */
  .v1-process { grid-template-columns: 1fr; gap: 22px; }
  .v1-process-num { width: 56px; height: 56px; font-size: 18px; }

  /* Zone contact: stack */
  .zc-grid { grid-template-columns: 1fr; gap: 16px; }
  .zc-map { min-height: 280px; padding: 20px; }
  .zc-map-photo { min-height: auto; }
  .zc-card { padding: 22px; }
  .zc-head h2 { font-size: 28px; }
  .zc-head p { font-size: 15px; }
  .zc-ctas { flex-direction: column; }
  .zc-ctas .rp-btn { width: 100%; justify-content: center; }

  /* FAQ */
  .v1-faq-q { font-size: 15px; padding: 16px 0; }
  .v1-faq-a { font-size: 14px; max-width: 100%; }

  /* Footer — stack on mobile */
  .v1-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin-bottom: 32px !important;
  }
  .v1-contact { padding: 48px 0 28px !important; }
  .v1-contact-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: left;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
  }
  .v1-contact-brand p { max-width: 100%; }

  /* Buttons full-width on mobile */
  .rp-btn-lg { padding: 14px 18px; font-size: 15px; }

  /* Final CTA */
  .v1-final-cta-inner { flex-direction: column !important; text-align: center; gap: 18px; }
  .v1-final-cta-inner h2 { font-size: 26px; }
}

/* ============================================================ */
/* SMALL MOBILE ≤ 420px                                          */
/* ============================================================ */
@media (max-width: 420px) {
  .rp-container { padding: 0 14px; }
  .v1-hero h1 { font-size: 30px; }
  .v1-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
  .v1-strip-item { justify-content: flex-start; gap: 10px; align-items: flex-start; }
  .v1-strip-num { font-size: 22px; line-height: 1.05; }
  .v1-strip-item-label, .v1-strip-lbl { font-size: 12px; line-height: 1.3; }
  .v1-section { padding: 40px 0; }
}


/* ============================================================ */
/* Carglass-style form entry (step 0)                            */
/* ============================================================ */

/* When the entry block is rendered, hide the red header band — clean card */
.v1-formcard:has(.qf-entry) .v1-formcard-head { display: none; }
.v1-formcard:has(.qf-entry) .v1-formcard-body { padding: 0; }

.qf-entry {
  background: white;
  padding: 32px 32px 0;
  border-radius: var(--rp-radius-lg) var(--rp-radius-lg) 0 0;
  position: relative;
}
.qf-entry-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.18;
  letter-spacing: -.01em;
  color: var(--rp-ink);
  margin: 0 0 14px;
}
.qf-entry-bars {
  display: flex; gap: 6px;
  margin-bottom: 28px;
}
.qf-bar {
  display: block;
  width: 56px; height: 5px;
  border-radius: 3px;
}
.qf-bar-yellow { background: #0F1B2D; width: 64px; }
.qf-bar-red { background: var(--rp-primary); width: 48px; }

.qf-entry-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
  padding-bottom: 28px;
}
.qf-entry-input {
  border: none;
  border-bottom: 1.5px solid var(--rp-line);
  font-size: 17px;
  padding: 12px 4px;
  background: transparent;
  font-family: inherit;
  color: var(--rp-ink);
  outline: none;
  width: 100%;
  transition: border-color .15s;
}
.qf-entry-input:focus {
  border-bottom-color: var(--rp-primary);
}
.qf-entry-input::placeholder {
  color: #9DA3AF;
  font-weight: 400;
}

.qf-entry-cta {
  display: inline-flex;
  align-items: center !important;
  justify-content: center;
  padding: 14px 28px;
  background: var(--rp-primary);
  color: white;
  border-radius: 999px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -.01em;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: background .15s, transform .1s;
  background: #21A85B !important;
  color: white !important;
  box-shadow: 0 6px 14px rgba(33, 168, 91, .28);
}
.qf-entry-cta:hover { background: #1B8C4B !important; }
.qf-entry-cta:active { transform: translateY(1px); }
.qf-entry-cta.is-disabled,
.qf-entry-cta:disabled {
  background: #A8DEBF !important;
  color: white !important;
  box-shadow: none;
  cursor: not-allowed;
}

.qf-entry-divider {
  height: 1px;
  background: var(--rp-line);
  margin: 0 -32px;
}

.qf-entry-phone {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px 0 28px;
}
.qf-entry-phone-label {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--rp-ink);
  line-height: 1.3;
}
.qf-entry-phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.qf-entry-phone-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--rp-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.qf-entry-phone-num {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: var(--rp-ink);
  letter-spacing: -.01em;
}

@media (max-width: 768px) {
  .qf-entry { padding: 24px 22px 0; }
  .qf-entry-title { font-size: 22px; }
  .qf-entry-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 22px;
  }
  .qf-entry-cta { width: 100%; padding: 14px 20px; }
  .qf-entry-divider { margin: 0 -22px; }
  .qf-entry-phone {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0 24px;
  }
  .qf-entry-phone-cta { justify-self: start; }
}


/* Friendly green send button (final step) */
.rp-btn.qf-btn-send {
  background: #21A85B;
  color: white;
  border: none;
  box-shadow: 0 6px 14px rgba(33, 168, 91, .25);
}
.rp-btn.qf-btn-send:hover { background: #1B8C4B; }
.rp-btn.qf-btn-send:active { transform: translateY(1px); }
.rp-btn.qf-btn-send.is-disabled,
.rp-btn.qf-btn-send:disabled {
  background: #C9E9D6;
  color: #4F8B6A;
  box-shadow: none;
  cursor: not-allowed;
}


/* ============================================================ */
/* Hero — desktop / mobile split for trust + CTAs                */
/* ============================================================ */

/* Desktop: show desktop trust block, hide mobile-only block */
.v1-hero-trust-mobile { display: none; }

@media (max-width: 768px) {
  /* Hide hero CTAs and desktop-trust on mobile — form replaces them */
  .v1-hero-ctas { display: none !important; }
  .v1-hero-trust-desktop { display: none !important; }

  /* Mobile trust grid below form */
  .v1-hero-trust-mobile {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px 18px;
    margin-top: 28px;
    padding: 0 4px;
  }
  .v1-hero-trust-mobile .v1-trust-item {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 1.25;
    color: var(--rp-ink);
    font-weight: 500;
  }
  .v1-hero-trust-mobile .v1-trust-icon {
    width: 36px; height: 36px;
    border-radius: 10px;
    background: var(--rp-primary-soft);
    color: var(--rp-primary);
    display: inline-flex;
    align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  /* Tighten hero text intro since CTAs disappear */
  .v1-hero-sub { margin-bottom: 24px; }
}

@media (max-width: 420px) {
  .v1-hero-trust-mobile { gap: 14px; }
  .v1-hero-trust-mobile .v1-trust-item { font-size: 13px; gap: 10px; }
  .v1-hero-trust-mobile .v1-trust-icon { width: 32px; height: 32px; border-radius: 9px; }
}
