/* vinabox-newsletter.css — Landing page newsletter */

/* Reset scope */
.vb-nl *, .vb-nl *::before, .vb-nl *::after { box-sizing: border-box; }
.vb-nl img { max-width: 100%; display: block; }
.vb-nl a { color: inherit; text-decoration: none; }

.vb-nl .wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   1. HERO
============================================================ */
.vb-nl .hero {
  background:
    radial-gradient(ellipse at 20% 0%, var(--vb-jaune-50) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, var(--vb-bordeaux-50) 0%, transparent 50%),
    var(--vb-neutral-0);
  padding: 72px 0 88px;
  border-bottom: 1px solid var(--vb-border);
  position: relative;
  overflow: hidden;
}
.vb-nl .hero .wrap {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .vb-nl .hero { padding: 48px 0 56px; }
  .vb-nl .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
}

.vb-nl .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--vb-jaune-700);
  background: var(--vb-jaune-50);
  border: 1px solid var(--vb-jaune-200);
  padding: 7px 14px;
  border-radius: var(--vb-radius-pill);
  margin-bottom: 22px;
}
.vb-nl .hero-eyebrow .dot {
  width: 7px; height: 7px;
  background: var(--vb-jaune-500); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(211,156,68,0.18);
  animation: vb-nl-pulse 1.8s ease-in-out infinite;
}
@keyframes vb-nl-pulse { 0%,100%{opacity:1;} 50%{opacity:0.5;} }

.vb-nl .hero h1 {
  font-family: var(--vb-font-serif);
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.05;
  color: var(--vb-bordeaux-500);
  margin: 0 0 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.vb-nl .hero h1 em { font-style: italic; color: var(--vb-jaune-600); }
.vb-nl .hero .lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--vb-neutral-700);
  margin: 0 0 28px;
  text-wrap: pretty;
  max-width: 56ch;
}

/* Form card */
.vb-nl .hero-form {
  background: #fff;
  border: 1.5px solid var(--vb-bordeaux-500);
  border-radius: var(--vb-radius-lg);
  padding: 24px;
  box-shadow: var(--vb-shadow-lg);
  position: relative;
}
.vb-nl .hero-form::before {
  content: "Inscription gratuite \B7  30 secondes";
  position: absolute;
  top: -12px; left: 24px;
  background: var(--vb-bordeaux-500);
  color: var(--vb-jaune-200);
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.14em;
  padding: 5px 12px;
  border-radius: var(--vb-radius-pill);
}
.vb-nl .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
@media (max-width: 520px) { .vb-nl .field-row { grid-template-columns: 1fr; } }
.vb-nl .hero-form label {
  display: block;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--vb-fg-muted);
  margin: 8px 0 6px;
}
.vb-nl .hero-form input[type="email"],
.vb-nl .hero-form input[type="text"] {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--vb-border);
  border-radius: var(--vb-radius-sm);
  font-size: 15px;
  background: #fff;
  font-family: var(--vb-font-sans);
  transition: border-color var(--vb-duration-fast) var(--vb-ease);
}
.vb-nl .hero-form input:focus { outline: none; border-color: var(--vb-bordeaux-500); }
.vb-nl .hero-form .req { color: var(--vb-bordeaux-500); }
.vb-nl .hero-form button[type="submit"],
.vb-nl .hero-form .sib-form-block__button {
  width: 100%;
  padding: 16px 20px;
  margin-top: 14px;
  background: var(--vb-bordeaux-500);
  color: #fff; border: none;
  border-radius: var(--vb-radius-sm);
  font-size: 15px; font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--vb-font-sans);
  transition: background var(--vb-duration-fast) var(--vb-ease);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.vb-nl .hero-form button[type="submit"]:hover,
.vb-nl .hero-form .sib-form-block__button:hover { background: var(--vb-bordeaux-700); }
.vb-nl .hero-form .legal {
  font-size: 11px; line-height: 1.5;
  color: var(--vb-fg-subtle);
  margin: 12px 0 0;
  text-align: center;
}
.vb-nl .hero-form .legal a { color: var(--vb-bordeaux-500); text-decoration: underline; }

.vb-nl .hero-trust {
  display: flex; gap: 18px; flex-wrap: wrap;
  margin-top: 16px;
  font-size: 12px; font-weight: 600;
  color: var(--vb-fg-muted);
}
.vb-nl .hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.vb-nl .hero-trust .ok {
  width: 16px; height: 16px;
  background: var(--vb-success-bg);
  color: var(--vb-success);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 900;
}

/* Hero visual */
.vb-nl .hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--vb-radius-xl);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 100%, var(--vb-bordeaux-700) 0%, var(--vb-bordeaux-900) 70%),
    var(--vb-bordeaux-900);
  box-shadow: var(--vb-shadow-xl);
  display: flex; align-items: flex-end; justify-content: center;
  padding: 40px 28px 32px;
}
.vb-nl .hero-visual::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(211,156,68,0.15), transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(211,156,68,0.1), transparent 45%);
}
.vb-nl .hero-visual .badge {
  position: absolute;
  top: 30px; right: 28px;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: var(--vb-jaune-500);
  color: var(--vb-bordeaux-900);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  font-family: var(--vb-font-serif);
  transform: rotate(8deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  z-index: 3;
}
.vb-nl .hero-visual .badge .big {
  font-size: 32px; line-height: 1; letter-spacing: -0.02em; font-style: italic;
}
.vb-nl .hero-visual .badge .lbl {
  font-family: var(--vb-font-sans);
  font-size: 9px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-top: 4px;
}
.vb-nl .hero-visual svg {
  width: 100%; height: auto; max-width: 380px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.35));
  position: relative; z-index: 2;
}
.vb-nl .hero-visual svg * { vector-effect: non-scaling-stroke; }

/* ============================================================
   2. RAISONS
============================================================ */
.vb-nl .reasons {
  background: var(--vb-jaune-50);
  padding: 72px 0;
  border-bottom: 1px solid var(--vb-jaune-200);
}
.vb-nl .reasons .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) { .vb-nl .reasons .grid { grid-template-columns: 1fr; gap: 18px; } }
.vb-nl .reason {
  background: #fff;
  border: 1px solid var(--vb-jaune-200);
  border-radius: var(--vb-radius-lg);
  padding: 32px 28px;
  transition: transform var(--vb-duration-base) var(--vb-ease), box-shadow var(--vb-duration-base) var(--vb-ease);
}
.vb-nl .reason:hover { transform: translateY(-4px); box-shadow: var(--vb-shadow-md); }
.vb-nl .reason .ic {
  width: 56px; height: 56px;
  background: var(--vb-bordeaux-500);
  color: var(--vb-jaune-300);
  border-radius: var(--vb-radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  box-shadow: 0 4px 0 var(--vb-jaune-500);
}
.vb-nl .reason h3 {
  font-family: var(--vb-font-serif);
  font-size: 22px; line-height: 1.15;
  color: var(--vb-bordeaux-500);
  margin: 0 0 10px;
  font-weight: 400;
}
.vb-nl .reason p {
  font-size: 14.5px; line-height: 1.55;
  color: var(--vb-neutral-700);
  margin: 0;
}

/* ============================================================
   Section heading shared
============================================================ */
.vb-nl .section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.vb-nl .section-head .eyebrow {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--vb-jaune-700);
  margin: 0 0 14px;
  display: inline-flex; align-items: center; gap: 10px;
}
.vb-nl .section-head .eyebrow::before, .vb-nl .section-head .eyebrow::after {
  content: ""; width: 28px; height: 1.5px; background: var(--vb-jaune-500);
}
.vb-nl .section-head h2 {
  font-family: var(--vb-font-serif);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.1;
  color: var(--vb-bordeaux-500);
  margin: 0 0 14px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.vb-nl .section-head h2 em { font-style: italic; color: var(--vb-jaune-600); }
.vb-nl .section-head p {
  font-size: 16px; line-height: 1.6;
  color: var(--vb-neutral-700);
  margin: 0;
}

/* ============================================================
   3. DEUX CONCOURS
============================================================ */
.vb-nl .concours { padding: 88px 0; background: var(--vb-neutral-0); }
.vb-nl .concours .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  position: relative;
}
@media (max-width: 900px) { .vb-nl .concours .grid { grid-template-columns: 1fr; } }
.vb-nl .concours .vs {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--vb-jaune-500);
  color: var(--vb-bordeaux-900);
  font-family: var(--vb-font-serif);
  font-style: italic;
  font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(38,18,20,0.2);
  z-index: 3;
}
@media (max-width: 900px) { .vb-nl .concours .vs { display: none; } }

.vb-nl .concours-card {
  background: #fff;
  border: 1.5px solid var(--vb-border);
  border-radius: var(--vb-radius-lg);
  padding: 32px 30px 30px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
}
.vb-nl .concours-card.nl { border-color: var(--vb-bordeaux-500); }
.vb-nl .concours-card.yt {
  background: var(--vb-bordeaux-800);
  border-color: var(--vb-bordeaux-700);
  color: var(--vb-jaune-100);
}
.vb-nl .concours-card .card-badge {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  background: var(--vb-bordeaux-500);
  color: #fff;
  padding: 6px 12px;
  border-radius: var(--vb-radius-pill);
  font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.vb-nl .concours-card.yt .card-badge { background: var(--vb-jaune-500); color: var(--vb-bordeaux-900); }
.vb-nl .concours-card h3 {
  font-family: var(--vb-font-serif);
  font-size: 28px; line-height: 1.1;
  color: var(--vb-bordeaux-500);
  margin: 0 0 18px;
  font-weight: 400;
  display: flex; align-items: center; gap: 10px;
}
.vb-nl .concours-card.yt h3 { color: var(--vb-jaune-300); }
.vb-nl .concours-card dl {
  margin: 0 0 22px; padding: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px 18px;
}
.vb-nl .concours-card dt {
  font-size: 10.5px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--vb-jaune-700);
  align-self: start;
  padding-top: 3px;
}
.vb-nl .concours-card.yt dt { color: var(--vb-jaune-400); }
.vb-nl .concours-card dd {
  margin: 0;
  font-size: 14.5px; line-height: 1.5;
  color: var(--vb-neutral-800);
}
.vb-nl .concours-card.yt dd { color: var(--vb-jaune-100); }

.vb-nl .concours-card .lots {
  background: var(--vb-jaune-50);
  border-left: 3px solid var(--vb-jaune-500);
  padding: 14px 16px;
  margin-bottom: 22px;
  border-radius: 0 var(--vb-radius-sm) var(--vb-radius-sm) 0;
}
.vb-nl .concours-card.yt .lots {
  background: rgba(211,156,68,0.08);
}
.vb-nl .concours-card .lots .lbl {
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--vb-jaune-700);
  margin-bottom: 6px;
  display: block;
}
.vb-nl .concours-card.yt .lots .lbl { color: var(--vb-jaune-400); }
.vb-nl .concours-card .lots p {
  margin: 0;
  font-size: 13.5px; line-height: 1.5;
  color: var(--vb-neutral-700);
  font-style: italic;
  font-family: var(--vb-font-serif);
}
.vb-nl .concours-card.yt .lots p { color: var(--vb-jaune-100); }
.vb-nl .concours-card .cta {
  margin-top: auto;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px;
  background: var(--vb-bordeaux-500);
  color: #fff;
  border-radius: var(--vb-radius-sm);
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background var(--vb-duration-fast) var(--vb-ease);
}
.vb-nl .concours-card .cta:hover { background: var(--vb-bordeaux-700); }
.vb-nl .concours-card.yt .cta { background: var(--vb-jaune-500); color: var(--vb-bordeaux-900); }
.vb-nl .concours-card.yt .cta:hover { background: var(--vb-jaune-400); }

/* ============================================================
   4. HISTORIQUE CADEAUX
============================================================ */
.vb-nl .histo {
  padding: 88px 0;
  background: var(--vb-neutral-50);
}
.vb-nl .histo .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .vb-nl .histo .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .vb-nl .histo .grid { grid-template-columns: 1fr; } }

.vb-nl .gift-card {
  background: #fff;
  border: 1px solid var(--vb-border);
  border-radius: var(--vb-radius-md);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--vb-duration-base) var(--vb-ease), box-shadow var(--vb-duration-base) var(--vb-ease);
}
.vb-nl .gift-card:hover { transform: translateY(-3px); box-shadow: var(--vb-shadow-md); }
.vb-nl .gift-card .visual {
  aspect-ratio: 4/3;
  background: var(--vb-neutral-100);
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--vb-font-serif);
  font-size: 40px;
  color: var(--vb-jaune-200);
  font-style: italic;
}
.vb-nl .gift-card .visual.v-coffret { background: linear-gradient(135deg, #c79a6a, #8b5e30); color: var(--vb-jaune-50); }
.vb-nl .gift-card .visual.v-pauillac { background: linear-gradient(135deg, #44181B, #220C0D); color: var(--vb-jaune-300); }
.vb-nl .gift-card .visual.v-cote-rotie { background: linear-gradient(135deg, #6b1a20, #2a0a0d); color: var(--vb-jaune-300); }
.vb-nl .gift-card .visual.v-coupe { background: linear-gradient(135deg, var(--vb-neutral-300), var(--vb-neutral-500)); color: #fff; }
.vb-nl .gift-card .visual.v-mystere { background: repeating-linear-gradient(45deg, var(--vb-bordeaux-700) 0 12px, var(--vb-bordeaux-800) 12px 24px); color: var(--vb-jaune-300); }

.vb-nl .gift-card .visual .pill {
  position: absolute;
  top: 12px; left: 12px;
  font-family: var(--vb-font-sans);
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em;
  background: rgba(255,255,255,0.95);
  color: var(--vb-bordeaux-700);
  padding: 5px 10px;
  border-radius: var(--vb-radius-pill);
  display: inline-flex; align-items: center; gap: 5px;
}
.vb-nl .gift-card .visual .pill.yt { background: var(--vb-jaune-500); color: var(--vb-bordeaux-900); }
.vb-nl .gift-card .visual .value {
  position: absolute;
  bottom: 12px; right: 12px;
  font-family: var(--vb-font-serif);
  font-size: 18px; font-style: italic;
  color: #fff;
  background: rgba(38,18,20,0.85);
  padding: 4px 12px;
  border-radius: var(--vb-radius-pill);
}
.vb-nl .gift-card .body {
  padding: 18px 20px 20px;
  display: flex; flex-direction: column; gap: 6px;
}
.vb-nl .gift-card .month {
  font-size: 10.5px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--vb-jaune-700);
}
.vb-nl .gift-card .name {
  font-family: var(--vb-font-serif);
  font-size: 17px; line-height: 1.25;
  color: var(--vb-bordeaux-500);
  margin: 0;
  font-weight: 400;
}
.vb-nl .gift-card .type {
  font-size: 12.5px;
  color: var(--vb-fg-muted);
  margin: 4px 0 0;
}

/* ============================================================
   5. COMPTEURS
============================================================ */
.vb-nl .stats {
  background:
    radial-gradient(ellipse at 30% 0%, var(--vb-bordeaux-700) 0%, var(--vb-bordeaux-800) 60%),
    var(--vb-bordeaux-800);
  color: #fff;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.vb-nl .stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 100%, rgba(211,156,68,0.15), transparent 40%);
}
.vb-nl .stats .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
@media (max-width: 700px) { .vb-nl .stats .grid { grid-template-columns: 1fr; gap: 36px; } }
.vb-nl .stat {
  text-align: center;
  position: relative;
}
.vb-nl .stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px; top: 20%; bottom: 20%;
  width: 1px;
  background: var(--vb-bordeaux-600);
}
@media (max-width: 700px) { .vb-nl .stat:not(:last-child)::after { display: none; } }
.vb-nl .stat .ic {
  font-size: 28px;
  margin-bottom: 8px;
  display: inline-block;
}
.vb-nl .stat .num {
  font-family: var(--vb-font-serif);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1;
  color: var(--vb-jaune-400);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  display: block;
  margin-bottom: 8px;
}
.vb-nl .stat .num small {
  font-size: 0.5em;
  vertical-align: top;
  margin-left: 4px;
  color: var(--vb-jaune-300);
}
.vb-nl .stat .lbl {
  font-size: 13px;
  color: var(--vb-jaune-100);
  max-width: 22ch; margin: 0 auto;
  line-height: 1.4;
}

/* ============================================================
   6. COMMENT CA MARCHE
============================================================ */
.vb-nl .howto { padding: 88px 0; background: var(--vb-neutral-0); }
.vb-nl .howto .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  margin-top: 48px;
}
@media (max-width: 900px) { .vb-nl .howto .grid { grid-template-columns: 1fr; gap: 24px; } }
.vb-nl .howto .grid::before {
  content: "";
  position: absolute;
  top: 36px; left: 12%; right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--vb-jaune-500) 0 6px, transparent 6px 12px);
  z-index: 0;
}
@media (max-width: 900px) { .vb-nl .howto .grid::before { display: none; } }

.vb-nl .step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.vb-nl .step .num {
  width: 72px; height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--vb-jaune-500);
  color: var(--vb-bordeaux-500);
  font-family: var(--vb-font-serif);
  font-size: 32px;
  font-style: italic;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 6px var(--vb-jaune-50);
}
.vb-nl .step h3 {
  font-family: var(--vb-font-serif);
  font-size: 22px;
  color: var(--vb-bordeaux-500);
  margin: 0 0 10px;
  font-weight: 400;
}
.vb-nl .step p {
  font-size: 14.5px; line-height: 1.55;
  color: var(--vb-neutral-700);
  margin: 0;
  max-width: 32ch; margin-left: auto; margin-right: auto;
}

/* ============================================================
   7. CTA SECONDAIRE
============================================================ */
.vb-nl .cta-band {
  background:
    radial-gradient(ellipse at 0% 0%, var(--vb-bordeaux-700) 0%, var(--vb-bordeaux-500) 60%),
    var(--vb-bordeaux-500);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.vb-nl .cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 90% 50%, rgba(211,156,68,0.18), transparent 35%);
}
.vb-nl .cta-band .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) { .vb-nl .cta-band .wrap { grid-template-columns: 1fr; gap: 32px; } }
.vb-nl .cta-band h2 {
  font-family: var(--vb-font-serif);
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.1;
  color: var(--vb-jaune-300);
  margin: 0 0 14px;
  font-weight: 400;
  text-wrap: balance;
}
.vb-nl .cta-band h2 em { font-style: italic; color: #fff; }
.vb-nl .cta-band p {
  font-size: 16px;
  color: var(--vb-jaune-100);
  max-width: 50ch;
  margin: 0;
}
.vb-nl .cta-band-form {
  background: #fff;
  border-radius: var(--vb-radius-lg);
  padding: 22px;
  display: flex; gap: 10px;
  flex-wrap: wrap;
}
.vb-nl .cta-band-form input {
  flex: 1; min-width: 200px;
  padding: 14px 16px;
  border: 1.5px solid var(--vb-border);
  border-radius: var(--vb-radius-sm);
  font-size: 14px;
  font-family: var(--vb-font-sans);
}
.vb-nl .cta-band-form input:focus { outline: none; border-color: var(--vb-bordeaux-500); }
.vb-nl .cta-band-form button {
  padding: 14px 22px;
  background: var(--vb-bordeaux-500);
  color: #fff; border: none;
  border-radius: var(--vb-radius-sm);
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--vb-font-sans);
  transition: background var(--vb-duration-fast) var(--vb-ease);
}
.vb-nl .cta-band-form button:hover { background: var(--vb-bordeaux-700); }

/* ============================================================
   8. FAQ
============================================================ */
.vb-nl .faq { padding: 88px 0; background: var(--vb-neutral-50); }
.vb-nl .faq .list {
  max-width: 780px;
  margin: 48px auto 0;
}
.vb-nl .faq details {
  background: #fff;
  border: 1px solid var(--vb-border);
  border-radius: var(--vb-radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color var(--vb-duration-fast) var(--vb-ease);
}
.vb-nl .faq details[open] { border-color: var(--vb-bordeaux-500); }
.vb-nl .faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-family: var(--vb-font-serif);
  font-size: 18px;
  color: var(--vb-bordeaux-500);
  font-weight: 400;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.vb-nl .faq summary::-webkit-details-marker { display: none; }
.vb-nl .faq summary::after {
  content: "+";
  font-family: var(--vb-font-sans);
  font-size: 24px;
  font-weight: 300;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--vb-jaune-100);
  color: var(--vb-bordeaux-500);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform var(--vb-duration-base) var(--vb-ease), background var(--vb-duration-fast) var(--vb-ease);
}
.vb-nl .faq details[open] summary::after {
  transform: rotate(45deg);
  background: var(--vb-bordeaux-500);
  color: #fff;
}
.vb-nl .faq .answer {
  padding: 0 24px 22px;
  font-size: 15px; line-height: 1.6;
  color: var(--vb-neutral-700);
}
.vb-nl .faq .answer p { margin: 0; }
.vb-nl .faq .answer p + p { margin-top: 10px; }

/* ============================================================
   GP override: full width, no sidebar
============================================================ */
.page-id-7548 .site-content {
  max-width: 100% !important;
  padding: 0 !important;
}
.page-id-7548 #primary {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.page-id-7548 #right-sidebar,
.page-id-7548 .sidebar {
  display: none !important;
}
.page-id-7548 .entry-header,
.page-id-7548 .page-header {
  display: none !important;
}
.page-id-7548 .inside-article {
  padding: 0 !important;
  max-width: 100% !important;
}
.page-id-7548 .entry-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-7548 #ez-toc-container,
.page-id-7548 .ez-toc-container,
.page-id-7548 .ez-toc-widget-container {
  display: none !important;
}
.page-id-7548 .breadcrumbs,
.page-id-7548 .inside-page-hero,
.page-id-7548 nav.breadcrumb {
  display: none !important;
}

/* Gift card: real product images */
.vb-nl .gift-card .visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.vb-nl .gift-card .visual .pill,
.vb-nl .gift-card .visual .value {
  z-index: 2;
  position: relative;
}
