/*
Theme Name: RenTa Soirée Theme
Theme URI: https://rentasoiree.fr
Author: Romain Magne
Description: Thème sur-mesure pour le site RenTa Soirée. Optimisé pour la rapidité, avec réservation Supabase.
Version: 1.0.4
Text Domain: rentasoiree
*/

/* ========================================
   RenTa Soirée — Feuille de style principale
   ======================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --purple: #5b21b6;
  --purple-mid: #7c3aed;
  --purple-lt: #b59ff7;
  --purple-xs: #ede9fe;
  --purple-pale: #f5f3ff;
  --bg: #ffffff;
  --bg2: #f7f6ff;
  --bg3: #f0eeff;
  --text: #140f2d;
  --text2: #4b4568;
  --border: #e0d9f7;
  --gold: #f59e0b;
  /* ── Alias pour composants boutique (thème clair) ── */
  --bg1: #ffffff;
  --brand: #7c3aed;
  --brand-dark: #5b21b6;
  --text1: #140f2d;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Outfit', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* ── NAVBAR ──────────────────────────────── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(91, 33, 182, .07);
  display: flex;
  align-items: center;
  transition: box-shadow .3s;
}

body.renta-modal-open nav,
body.renta-modal-open #renta-topbar,
body.renta-modal-open .renta-ig-float {
  opacity: .12;
  filter: blur(8px);
  pointer-events: none;
}

body.renta-modal-open #renta-topbar,
body.renta-modal-open .renta-ig-float {
  z-index: 9990 !important;
}

body.renta-cart-open {
  --renta-cart-offset: 0px;
  overflow: hidden;
}

body.renta-cart-open nav,
body.renta-cart-open #renta-topbar,
body.renta-cart-open .renta-ig-float {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.renta-cart-open #renta-topbar,
body.renta-cart-open .renta-ig-float {
  z-index: 9990 !important;
}

body.renta-cart-open .renta-ig-float {
  display: none !important;
}

.nav-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo-img {
  height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-logo span {
  color: var(--purple-mid);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .95rem;
  font-weight: 600;
}

.nav-links a {
  color: var(--text2);
  transition: color .25s;
  position: relative;
}

.nav-links a:not(.nav-cta)::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--purple-mid);
  border-radius: 2px;
  transition: width .35s cubic-bezier(.22, 1, .36, 1);
}

.nav-links a:hover {
  color: var(--purple-mid);
}

.nav-links a:not(.nav-cta):hover::after {
  width: 100%;
}

.nav-cta {
  background: var(--purple-mid);
  color: #fff !important;
  padding: .6rem 1.5rem;
  border-radius: 50px;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(124, 58, 237, .35);
}

.nav-cta:hover {
  background: var(--purple);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(91, 33, 182, .4);
}

#nav-toggle {
  display: none;
}

/* Décalage quand la barre admin WordPress est active */
.admin-bar nav {
  top: 32px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--purple);
  border-radius: 2px;
}

@media(max-width:820px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 1.2rem;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 2rem 2.5rem;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  }

  #nav-toggle:checked~.nav-links {
    display: flex;
  }

  .hamburger {
    display: flex;
  }
}

/* ── HERO ────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 0 1.5rem;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgba(91, 33, 182, .82) 0%, rgba(109, 40, 217, .70) 50%, rgba(67, 20, 140, .88) 100%);
}

.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
}

.hero-wave svg {
  width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 820px;
  width: 100%;
  padding: 0 1rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .4rem 1.1rem;
  border-radius: 50px;
  margin-bottom: 1.8rem;
  backdrop-filter: blur(4px);
}


.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.8rem, 9vw, 7rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero h1 em {
  font-style: normal;
  color: var(--purple-lt);
}

.hero p {
  font-size: clamp(.95rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, .85);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 2.4rem;
  font-weight: 400;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.btn-white {
  background: #fff;
  color: var(--purple);
  padding: .9rem 2.2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .15);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .2);
}

.btn-ghost,
.btn-ghost-white {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .7);
  color: #fff;
  padding: .9rem 2.2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}

.btn-ghost:hover,
.btn-ghost-white:hover {
  background: rgba(255, 255, 255, .15);
  border-color: #fff;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 3.5rem;
}

.stat {
  text-align: center;
}

.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.stat-label {
  font-size: .78rem;
  color: rgba(255, 255, 255, .65);
  margin-top: .3rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.stat-sep {
  width: 1px;
  background: rgba(255, 255, 255, .25);
  align-self: stretch;
  min-height: 40px;
}

/* ── SHARED ──────────────────────────────── */
section {
  position: relative;
  padding: 100px 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--purple-mid);
  background: var(--purple-xs);
  border: 1px solid #ddd6fe;
  padding: .3rem .9rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: .9rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.section-title span {
  color: var(--purple-mid);
}

.section-sub {
  font-size: 1rem;
  color: var(--text2);
  line-height: 1.75;
  max-width: 520px;
}

.text-center {
  text-align: center;
}

.text-center .section-sub {
  margin: 0 auto;
}

/* ── TRUST BAND ──────────────────────────── */
.trust-band {
  background: var(--purple);
  padding: 1.1rem 0;
  overflow: hidden;
}

.trust-band-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: rgba(255, 255, 255, .9);
  font-size: .84rem;
  font-weight: 600;
  white-space: nowrap;
}

/* ── WHY ─────────────────────────────────── */
.why {
  background: var(--bg2);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.why-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.8rem;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
  overflow: hidden;
}

.why-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--purple-mid), var(--purple-lt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(91, 33, 182, .1);
  border-color: #c4b5fd;
}

.why-card:hover::after {
  transform: scaleX(1);
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--purple-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  transition: box-shadow .35s ease;
  position: relative;
  overflow: hidden;
}

.why-card:hover .why-icon {
  box-shadow: 0 4px 15px rgba(91, 33, 182, 0.15);
}

/* Base icon state */
.why-icon span {
  display: inline-block;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

/* 1. Matériel Pro (Mixer) : Vibre/bouge les potards */
@keyframes mixKnobs {

  0%,
  100% {
    transform: rotate(0deg) scale(1.1);
  }

  20% {
    transform: rotate(-12deg) scale(1.2) translateY(-2px);
  }

  40% {
    transform: rotate(10deg) scale(1.2) translateY(1px);
  }

  60% {
    transform: rotate(-8deg) scale(1.2) translateY(-1px);
  }

  80% {
    transform: rotate(6deg) scale(1.2) translateY(0);
  }
}

.why-card:hover .why-icon .icon-mix {
  animation: mixKnobs 0.8s ease-in-out forwards;
}

/* 2. Livraison & Installation (Truck) : Démarre vers la gauche et revient */
@keyframes driveTruck {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }

  40% {
    transform: translateX(-40px) scale(0.9);
    opacity: 0;
  }

  41% {
    transform: translateX(40px) scale(0.9);
    opacity: 0;
  }

  100% {
    transform: translateX(0) scale(1.15);
    opacity: 1;
  }
}

.why-card:hover .why-icon .icon-truck {
  animation: driveTruck 0.9s cubic-bezier(0.5, 0, 0.2, 1) forwards;
}

/* 3. Sur-mesure (Faders / Curseur) : Monte et descend pour s'ajuster */
@keyframes jumpFaders {

  0%,
  100% {
    transform: translateY(0) scale(1.1);
  }

  35% {
    transform: translateY(-5px) scale(1.2);
  }

  65% {
    transform: translateY(2px) scale(1.15);
  }
}

.why-card:hover .why-icon .icon-custom {
  animation: jumpFaders 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

/* 4. Proximité (Phone) : Sonne */
@keyframes ringPhone {

  0%,
  100% {
    transform: rotate(0) scale(1.1);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(15deg) scale(1.15);
  }

  20%,
  40%,
  60%,
  80% {
    transform: rotate(-15deg) scale(1.15);
  }
}

.why-card:hover .why-icon .icon-phone {
  animation: ringPhone 0.6s ease-in-out forwards;
}

.why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--text);
}

.why-card p {
  font-size: .88rem;
  color: var(--text2);
  line-height: 1.65;
}

/* ── PACKS ───────────────────────────────── */
.packs {
  background: var(--bg);
}

.packs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-top: 3.5rem;
  align-items: start;
}

@media(max-width:1050px) {
  .packs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.pack-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  background: #fff;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.pack-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(91, 33, 182, .12);
}

.pack-card.popular {
  border-color: var(--purple-mid);
  box-shadow: 0 0 0 1px var(--purple-mid), 0 8px 30px rgba(124, 58, 237, .15);
}

.pack-card.popular:hover {
  box-shadow: 0 0 0 1px var(--purple-mid), 0 24px 60px rgba(124, 58, 237, .2);
}

.pack-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.pack-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
  transform: scale(var(--carousel-zoom, 1));
  transform-origin: center;
}

.pack-card:hover .pack-img {
  transform: scale(calc(var(--carousel-zoom, 1) * 1.05));
}

.pack-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--purple-mid);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .8rem;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(124, 58, 237, .4);
  animation: pulse-ribbon 2.8s ease-in-out infinite;
}

@keyframes pulse-ribbon {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(124, 58, 237, .4);
  }

  50% {
    transform: scale(1.07);
    box-shadow: 0 4px 22px rgba(124, 58, 237, .7);
  }
}

.pack-body {
  padding: 1.2rem;
}

.pack-tier {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--purple-lt);
  margin-bottom: .3rem;
}

.pack-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -.01em;
  color: var(--text);
  margin-bottom: .4rem;
  line-height: 1.2;
}

.pack-price {
  display: flex;
  align-items: baseline;
  gap: .3rem;
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--border);
}

@keyframes shimmer {
  0% {
    background-position: -200% center
  }

  100% {
    background-position: 200% center
  }
}

.pack-price-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  background: linear-gradient(90deg, var(--purple) 30%, var(--purple-lt) 50%, var(--purple) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: shimmer 3.5s linear infinite;
}

.pack-price-unit {
  font-size: .85rem;
  color: var(--text2);
}

.pack-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-bottom: 1.5rem;
}

.pack-features li {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  font-size: .8rem;
  color: var(--text2);
  line-height: 1.5;
}

.pack-features li::before {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23ede9fe'/%3E%3Cpath d='M5 8.5l2 2 4-4' stroke='%237c3aed' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn-reserve {
  display: block;
  width: 100%;
  text-align: center;
  padding: .9rem;
  border-radius: 12px;
  font-size: .95rem;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer;
}

.btn-reserve.solid {
  background: var(--purple-mid);
  color: #fff;
  box-shadow: 0 4px 16px rgba(124, 58, 237, .3);
}

.btn-reserve.solid:hover {
  background: var(--purple);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(91, 33, 182, .35);
}

.btn-reserve.outline {
  border: 2px solid var(--border);
  color: var(--purple-mid);
  background: transparent;
}

.btn-reserve.outline:hover {
  border-color: var(--purple-mid);
  background: var(--purple-pale);
}

/* ── HOW ─────────────────────────────────── */
.how {
  background: var(--bg2);
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.steps-row::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--border);
  z-index: 0;
}

@media(max-width:700px) {
  .steps-row::before {
    display: none;
  }
}

.step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--purple-mid);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  box-shadow: 0 8px 20px rgba(124, 58, 237, .3);
}

.step h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .4rem;
}

.step p {
  font-size: .86rem;
  color: var(--text2);
  line-height: 1.65;
}

/* ── GALLERY ─────────────────────────────── */
.gallery {
  background: var(--bg3);
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 210px;
  gap: 12px;
  margin-top: 2.5rem;
}

/* ── Défaut / count=6 ── */
.gallery-mosaic .gi1 { grid-column: span 5; grid-row: span 2; }
.gallery-mosaic .gi2 { grid-column: span 4; }
.gallery-mosaic .gi3 { grid-column: span 3; }
.gallery-mosaic .gi4 { grid-column: span 4; }
.gallery-mosaic .gi5 { grid-column: span 3; }
.gallery-mosaic .gi6 { grid-column: span 7; }
.gallery-mosaic .gi7 { grid-column: span 5; }
.gallery-mosaic .gi8 { grid-column: span 6; }
.gallery-mosaic .gi9 { grid-column: span 6; }

/* count=1 */
.gallery-mosaic[data-count="1"] .gi1 { grid-column: 1 / -1; grid-row: span 2; }

/* count=2 */
.gallery-mosaic[data-count="2"] .gi1,
.gallery-mosaic[data-count="2"] .gi2 { grid-column: span 6; grid-row: span 2; }

/* count=3 */
.gallery-mosaic[data-count="3"] .gi1 { grid-column: span 7; grid-row: span 2; }
.gallery-mosaic[data-count="3"] .gi2,
.gallery-mosaic[data-count="3"] .gi3 { grid-column: span 5; grid-row: span 1; }

/* count=4 */
.gallery-mosaic[data-count="4"] .gi1,
.gallery-mosaic[data-count="4"] .gi2,
.gallery-mosaic[data-count="4"] .gi3,
.gallery-mosaic[data-count="4"] .gi4 { grid-column: span 6; grid-row: span 1; }

/* count=7 */
.gallery-mosaic[data-count="7"] .gi6 { grid-column: span 5; }
.gallery-mosaic[data-count="7"] .gi7 { grid-column: span 7; }

/* count=8 */
.gallery-mosaic[data-count="8"] .gi6 { grid-column: span 5; }
.gallery-mosaic[data-count="8"] .gi7 { grid-column: span 4; }
.gallery-mosaic[data-count="8"] .gi8 { grid-column: span 3; }

/* count=9 */
.gallery-mosaic[data-count="9"] .gi1 { grid-column: span 4; grid-row: span 2; }
.gallery-mosaic[data-count="9"] .gi2 { grid-column: span 4; }
.gallery-mosaic[data-count="9"] .gi3 { grid-column: span 4; }
.gallery-mosaic[data-count="9"] .gi4 { grid-column: span 4; }
.gallery-mosaic[data-count="9"] .gi5 { grid-column: span 4; }
.gallery-mosaic[data-count="9"] .gi6 { grid-column: span 4; }
.gallery-mosaic[data-count="9"] .gi7 { grid-column: span 4; }
.gallery-mosaic[data-count="9"] .gi8 { grid-column: span 4; }
.gallery-mosaic[data-count="9"] .gi9 { grid-column: span 4; }

.gitem {
  border-radius: 16px;
  overflow: visible;
  position: relative;
  background: var(--border);
  display: flex;
  flex-direction: column;
}

.gitem > img {
  border-radius: 16px;
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  transition: transform .5s;
  filter: brightness(.85) saturate(1.1);
  overflow: hidden;
}

.gitem-caption {
  font-size: .82rem;
  color: var(--text2);
  text-align: center;
  padding: .5rem .4rem .2rem;
  margin: 0;
  line-height: 1.4;
}

.gitem:hover > img {
  transform: scale(1.06);
  filter: brightness(1) saturate(1.2);
}

/* Layouts alternatifs */
.gallery-mosaic[data-layout="grid3"] {
  grid-template-columns: repeat(3, 1fr) !important;
  grid-auto-rows: 220px !important;
}
.gallery-mosaic[data-layout="grid3"] .gitem { grid-column: span 1 !important; grid-row: span 1 !important; }

.gallery-mosaic[data-layout="grid2"] {
  grid-template-columns: repeat(2, 1fr) !important;
  grid-auto-rows: 260px !important;
}
.gallery-mosaic[data-layout="grid2"] .gitem { grid-column: span 1 !important; grid-row: span 1 !important; }

.gallery-mosaic[data-layout="strip"] {
  grid-template-columns: 1fr !important;
  grid-auto-rows: auto !important;
  max-width: 680px;
  margin: 0 auto;
}
.gallery-mosaic[data-layout="strip"] .gitem { grid-column: span 1 !important; grid-row: span 1 !important; }
.gallery-mosaic[data-layout="strip"] .gitem > img { height: 360px; border-radius: 16px; }

@media(max-width:900px) {
  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .gallery-mosaic>* {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

@media(max-width:500px) {
  .gallery-mosaic {
    grid-template-columns: 1fr;
  }
}

/* ── TESTIMONIALS ────────────────────────── */
.testi {
  background: var(--bg);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.testi-grid[data-count="1"] { max-width: 520px; }
.testi-grid[data-count="3"] { max-width: 1100px; }
.testi-grid[data-count="4"],
.testi-grid[data-count="5"],
.testi-grid[data-count="6"] { max-width: 1280px; }

.testi-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.8rem;
  position: relative;
}

.testi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .8rem;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.testi-card-top .stars {
  margin-bottom: 0;
}

.testi-company-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  max-width: 140px;
  min-height: 42px;
  padding: .45rem .75rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(20, 15, 45, .06);
  flex-shrink: 0;
}

.testi-company-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 28px;
  object-fit: contain;
}

.google-badge {
  flex-shrink: 0;
  opacity: .85;
}

.testi-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--border);
}

.testi-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: var(--purple-xs);
  line-height: 1;
  pointer-events: none;
}

.stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: .8rem;
}

.testi-text {
  font-size: .9rem;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 1.2rem;
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-mid), var(--purple-lt));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
  flex-shrink: 0;
}

.testi-name {
  font-weight: 700;
  font-size: .9rem;
  color: var(--text);
}

.testi-event {
  font-size: .76rem;
  color: var(--text2);
}

/* ── CTA BAND ────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-mid) 100%);
  padding: 80px 2rem;
  text-align: center;
}

.cta-band h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: .8rem;
  word-break: break-word;
}

.cta-band p {
  color: rgba(255, 255, 255, .8);
  font-size: 1rem;
  margin-bottom: 2.2rem;
  line-height: 1.6;
}

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* ── CONTACT ─────────────────────────────── */
.contact-section {
  background: var(--bg2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
  margin-top: 3rem;
}

@media(max-width:800px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.contact-lede {
  font-size: 1rem;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.citem {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.cicon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.cicon.p {
  background: #ede9fe;
}

.cicon.c {
  background: #e0f2fe;
}

.cicon.pk {
  background: #fce7f3;
}

.clabel {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--text2);
  margin-bottom: .1rem;
}

.cval {
  font-weight: 700;
  font-size: .97rem;
  color: var(--text);
}

.contact-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2.2rem;
  box-shadow: 0 8px 40px rgba(91, 33, 182, .08);
}

.contact-form h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 1.6rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media(max-width:500px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.fg {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-bottom: 1rem;
}

.fg label {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--text2);
}

.fg input,
.fg select,
.fg textarea {
  background: var(--bg2);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  font-size: .93rem;
  padding: .75rem 1rem;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: var(--purple-mid);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .12);
}

.fg select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%234b4568' d='M5 7L0 2h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 2.2rem;
}

.fg select option {
  background: #fff;
}

.fg textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-submit {
  width: 100%;
  background: var(--purple-mid);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: .95rem;
  border-radius: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(124, 58, 237, .3);
  transition: background .2s, transform .2s, box-shadow .2s;
  margin-top: .5rem;
}

.btn-submit:hover {
  background: var(--purple);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(91, 33, 182, .35);
}

.btn-submit.alt {
  background: #fff;
  color: var(--purple);
  border: 1.5px solid rgba(124, 58, 237, .22);
  box-shadow: none;
}

.btn-submit.alt:hover {
  background: var(--purple-xs);
  box-shadow: none;
}

.btn-submit:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ── FOOTER ──────────────────────────────── */
footer {
  background: var(--text);
  padding: 3.5rem 2rem 2rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 2rem;
}

@media(max-width:700px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: .8rem;
}

.footer-logo span {
  color: var(--purple-lt);
}

.footer-desc {
  font-size: .87rem;
  color: rgba(255, 255, 255, .5);
  line-height: 1.7;
  max-width: 280px;
}

.footer-social {
  display: flex;
  gap: .8rem;
  margin-top: 1.2rem;
}

.fsoc {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: border-color .2s, background .2s;
}

.fsoc:hover {
  border-color: var(--purple-lt);
  background: rgba(167, 139, 250, .1);
}

.footer-col h4 {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.footer-links a {
  font-size: .88rem;
  color: rgba(255, 255, 255, .6);
  transition: color .2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: rgba(255, 255, 255, .35);
}

/* ── ANIMATIONS ──────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.anim {
  opacity: 1;
}

.hero-badge {
  animation: fadeUp .8s cubic-bezier(.22, 1, .36, 1) .2s both;
}

.hero-content>h1 {
  animation: fadeUp 1s cubic-bezier(.22, 1, .36, 1) .42s both;
}

.hero-content>p {
  animation: fadeUp .7s cubic-bezier(.22, 1, .36, 1) .65s both;
}

.hero-btns {
  animation: fadeUp .7s cubic-bezier(.22, 1, .36, 1) .85s both;
}

.hero-stats {
  animation: fadeUp .65s cubic-bezier(.22, 1, .36, 1) 1.05s both;
}

/* ── MOBILE ──────────────────────────────── */
@media(max-width:640px) {
  section {
    padding: 64px 1.2rem;
  }

  nav {
    height: 60px;
  }

  html {
    scroll-padding-top: 68px;
  }

  .nav-inner {
    padding: 0 1.2rem;
  }

  .nav-logo-img {
    height: 40px;
  }

  .nav-links {
    top: 60px;
    padding: 1.5rem 1.5rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .hero p {
    font-size: .9rem;
  }

  .hero-stats .stat-sep {
    display: none;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 1.1rem 1.4rem;
    width: min(100%, 320px);
    margin: 2rem auto 0;
    justify-items: center;
    align-items: start;
    justify-content: center;
    place-content: center;
  }

  .stat {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .stat-num {
    font-size: 1.7rem;
  }

  .trust-band-inner {
    gap: .6rem 1.2rem;
  }

  .trust-item {
    font-size: .75rem;
  }

  .pack-body {
    padding: 1rem;
  }

  .pack-price-num {
    font-size: 1.6rem;
  }

  .pack-name {
    font-size: 1rem;
  }

  .cta-band {
    padding: 56px 1.2rem;
  }

  .cta-btns {
    flex-direction: column;
    align-items: center;
  }

  .hero-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-btns a {
    text-align: center;
  }

  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .contact-grid {
    gap: 2rem !important;
  }

  .gallery-mosaic {
    grid-auto-rows: 140px;
  }

  .cta-band h2 {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 6.5vw, 2rem);
    letter-spacing: 0;
  }

  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .packs-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  .testi-grid {
    grid-template-columns: 1fr !important;
  }

  .steps-row {
    grid-template-columns: 1fr !important;
  }
}

@media(max-width:400px) {
  .hero-stats {
    width: min(100%, 290px);
    gap: .9rem 1rem;
  }

  .stat-num {
    font-size: 1.55rem;
  }

  .stat-label {
    font-size: .72rem;
  }
}

@media(max-width:380px) {
  section {
    padding: 52px .9rem;
  }

  .pack-price-num {
    font-size: 1.8rem;
  }
}

/* ── PACK PAGE ───────────────────────────── */
.pack-page-hero {
  position: relative;
  padding-top: 72px;
  background: var(--text);
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.pack-page-hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pack-page-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}

.pack-page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 3.5rem;
  width: 100%;
}

.pack-back {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  padding: .4rem .9rem;
  border-radius: 50px;
  margin-bottom: 2rem;
  transition: background .2s, color .2s;
}

.pack-back:hover {
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

.pack-hero-tier {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--purple-lt);
  margin-bottom: .5rem;
}

.pack-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 6vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -.01em;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  word-break: break-word;
}

.pack-hero-price-row {
  display: flex;
  align-items: baseline;
  gap: .5rem;
}

.pack-hero-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--purple-lt);
  line-height: 1;
}

.pack-hero-price-unit {
  font-size: .9rem;
  color: rgba(255, 255, 255, .6);
}

.pack-content {
  background: var(--bg);
}

.pack-content-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 8px 36px rgba(91, 33, 182, .15);
  display: block;
}

.pack-content-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: start;
  padding-top: 60px;
}

@media(max-width:900px) {
  .pack-content-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.pack-detail-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2rem;
  position: sticky;
  top: 90px;
}

.pack-detail-card h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 1.4rem;
}

.pack-equip-cat {
  margin-bottom: 1.5rem;
}

.pack-equip-cat-title {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--purple-mid);
  background: var(--purple-xs);
  display: inline-block;
  padding: .2rem .7rem;
  border-radius: 50px;
  margin-bottom: .7rem;
}

.pack-equip-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.pack-equip-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .87rem;
  color: var(--text2);
  line-height: 1.45;
}

.pack-equip-list li::before {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23ede9fe'/%3E%3Cpath d='M5 8.5l2 2 4-4' stroke='%237c3aed' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.pack-note {
  font-size: .78rem;
  color: #a16207;
  background: #fef9c3;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: .55rem .85rem;
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  gap: .4rem;
}

/* ── BOOKING PANEL ───────────────────────── */
.booking-panel {
  border-radius: 24px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: 0 12px 50px rgba(91, 33, 182, .1);
}

.booking-panel-head {
  background: var(--purple);
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-panel-head h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}

.booking-panel-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--purple-lt);
}

.booking-panel-body {
  background: #fff;
  padding: 1.6rem;
}

.booking-choice-note {
  margin-top: 1rem;
  padding: .95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(124, 58, 237, .12);
  background: linear-gradient(180deg, rgba(124, 58, 237, .08), rgba(124, 58, 237, .03));
}

.booking-choice-note strong {
  display: block;
  font-size: .86rem;
  color: var(--text1);
}

.booking-choice-note p {
  margin-top: .45rem;
  font-size: .82rem;
  line-height: 1.55;
  color: var(--text2);
}

.booking-feedback {
  display: none;
  margin-top: 1rem;
  border-radius: 12px;
  padding: .8rem .95rem;
  font-size: .82rem;
  line-height: 1.5;
}

.booking-feedback.success {
  background: rgba(34, 197, 94, .12);
  border: 1px solid rgba(34, 197, 94, .22);
  color: #166534;
}

.booking-feedback.error {
  background: rgba(239, 68, 68, .12);
  border: 1px solid rgba(239, 68, 68, .22);
  color: #b91c1c;
}

.booking-actions {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
}

/* ── INSTAGRAM FLOAT ─────────────────────── */
.renta-ig-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 115%, #f9a825 0%, #f06292 35%, #ab47bc 60%, #5c35cc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .22);
  transition: transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s, opacity .2s ease, filter .2s ease, visibility .2s ease;
  text-decoration: none;
}

.renta-ig-float:hover {
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .3);
}

.renta-ig-float svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

/* ── CALENDAR ────────────────────────────── */
.cal-wrap {
  margin-bottom: 1.6rem;
}

.cal-section-lbl {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--text2);
  margin-bottom: .7rem;
}

.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .9rem;
}

.cal-nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: none;
  cursor: pointer;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text2);
  transition: background .2s, border-color .2s;
  line-height: 1;
}

.cal-nav-btn:hover {
  background: var(--purple-xs);
  border-color: var(--purple-lt);
  color: var(--purple);
}

.cal-month-lbl {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: var(--text);
  letter-spacing: -.03em;
}

.cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: .3rem;
}

.cal-weekdays span {
  text-align: center;
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--text2);
  padding: .3rem 0;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}

.cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, color .15s, transform .12s;
  user-select: none;
  -webkit-user-select: none;
}

.cal-day.empty {
  cursor: default;
}

.cal-day.past {
  color: #d1d5db;
  cursor: not-allowed;
}

.cal-day.booked {
  background: #fee2e2;
  color: #ef4444;
  cursor: not-allowed;
  text-decoration: line-through;
  font-weight: 500;
}

.cal-day.avail:hover {
  background: var(--purple-xs);
  color: var(--purple-mid);
  transform: scale(1.1);
}

.cal-day.sel-start,
.cal-day.sel-end {
  background: var(--purple) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(91, 33, 182, .35);
}

.cal-day.in-range {
  background: var(--purple-xs);
  color: var(--purple);
  border-radius: 0;
}

.cal-day.sel-start.in-range {
  border-radius: 8px 0 0 8px;
}

.cal-day.sel-end.in-range {
  border-radius: 0 8px 8px 0;
}

.cal-day.sel-start:not(.in-range),
.cal-day.sel-end:not(.in-range) {
  border-radius: 8px;
}

.cal-day.today:not(.sel-start):not(.sel-end) {
  box-shadow: inset 0 0 0 1.5px var(--purple-lt);
}

.cal-legend {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin-top: .8rem;
}

.cal-leg {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .68rem;
  color: var(--text2);
}

.cal-leg-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}

.cal-leg-dot.a {
  background: var(--purple-xs);
  border: 1.5px solid var(--purple-lt);
}

.cal-leg-dot.b {
  background: #fee2e2;
  border: 1px solid #fca5a5;
}

.cal-leg-dot.s {
  background: var(--purple);
}

.cal-sel-info {
  background: var(--purple-pale);
  border: 1px solid #ddd6fe;
  border-radius: 10px;
  padding: .6rem 1rem;
  margin-top: .7rem;
  font-size: .82rem;
  color: var(--purple);
  font-weight: 600;
  min-height: 38px;
  display: flex;
  align-items: center;
}

/* ── BOOKING FORM ────────────────────────── */
.bfg {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: .85rem;
}

.bfg label {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--text2);
}

.bfg input,
.bfg select,
.bfg textarea {
  background: var(--bg2);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  font-size: .92rem;
  padding: .7rem .95rem;
  outline: none;
  width: 100%;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
}

.bfg input:focus,
.bfg select:focus,
.bfg textarea:focus {
  border-color: var(--purple-mid);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .12);
}

.bfg textarea {
  resize: vertical;
  min-height: 80px;
}

.bfg select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%234b4568' d='M5 7L0 2h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 2.2rem;
}

.bform-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
}

@media(max-width:500px) {
  .bform-row {
    grid-template-columns: 1fr;
  }
}

/* ── PACK CAROUSEL ────────────────────────────── */
.pack-carousel { position: relative; width: 100%; border-radius: 20px; overflow: hidden; background: var(--bg2); border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(0,0,0,0.3); aspect-ratio: 16/9; margin-bottom: 2rem; }
.carousel-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; height: 100%; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track img { scroll-snap-align: center; flex: 0 0 100%; width: 100%; height: 100%; object-fit: contain; background: #0d0d14; border-radius: 0; transform: scale(var(--carousel-zoom, 1)); transform-origin: center; transition: transform 0.3s ease; }
.carousel-nav { position: absolute; top: 50%; left: 0; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; padding: 0 15px; }
.carousel-nav button { pointer-events: auto; background: rgba(20,20,20,0.6); color: white; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; width: 44px; height: 44px; font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px); transition: all 0.3s ease; }
.carousel-nav button:hover { background: var(--brand); transform: scale(1.1); }
/* ═══════════════════════════════════════════════════════════════════════════
   BOUTIQUE — Son, Lumières, Effets, Régie
   ══════════════════════════════════════════════════════════════════════════ */

/* ── NAV CART BUTTON ──────────────────────────────────────────── */
.cart-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.15rem;
  color: var(--text1);
  padding: 6px 10px;
  border-radius: 50px;
  transition: background .2s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.cart-nav-btn:hover { background: rgba(139,92,246,.12); }
#cart-count, .cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  border-radius: 99px;
  font-size: .7rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
}

/* ── BOUTIQUE HERO ────────────────────────────────────────────── */
.boutique-hero {
  padding: 7rem 2rem 4rem;
  background: var(--bg1);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.boutique-hero::before {
  content: '';
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(139,92,246,.15) 0%, transparent 70%);
  pointer-events: none;
}
.bh-inner { position: relative; max-width: 700px; margin: 0 auto; }
.bh-label {
  display: inline-block;
  background: rgba(139,92,246,.12);
  color: var(--brand);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 50px;
  padding: 5px 16px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.bh-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--text1);
  margin-bottom: 1rem;
}
.bh-title span { color: var(--brand); }
.bh-sub { font-size: 1.05rem; color: var(--text2); max-width: 540px; margin: 0 auto; }

/* ── CATEGORY FILTERS ─────────────────────────────────────────── */
.boutique-section { background: var(--bg1); padding: 2rem 1.5rem 5rem; }
.boutique-inner { max-width: 1280px; margin: 0 auto; }
.cat-filters-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2.5rem;
}
.cat-btn {
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid var(--border);
  background: var(--bg2);
  color: var(--text2);
  font-size: .88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.cat-btn:hover { border-color: var(--brand); color: var(--brand); }
.cat-btn.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 4px 16px rgba(139,92,246,.35);
}

/* ── PRODUCT GRID ─────────────────────────────────────────────── */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}
.shop-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  flex-direction: column;
}
.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
  border-color: rgba(139,92,246,.4);
}
.shop-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: var(--bg3);
}
.shop-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.shop-card:hover .shop-card-img img { transform: scale(1.07); }
.shop-card-cat {
  position: absolute;
  top: 10px; left: 10px;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  backdrop-filter: blur(6px);
}
.shop-card-body {
  padding: 1.1rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  flex: 1;
}
.shop-card-name {
  font-family: 'Montserrat', sans-serif;
  font-size: .95rem;
  font-weight: 800;
  color: var(--text1);
  margin: 0;
}
.shop-card-desc { font-size: .8rem; color: var(--text2); line-height: 1.4; flex: 1; }
.shop-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .5rem;
}
.shop-card-price strong { font-size: 1.15rem; color: var(--brand); font-family: 'Montserrat', sans-serif; }
.shop-card-price span   { font-size: .75rem; color: var(--text2); margin-left: 2px; }
.shop-card-stock { font-size: .72rem; font-weight: 700; padding: 3px 8px; border-radius: 50px; }
.shop-card-stock.in-stock  { background: rgba(34,197,94,.12); color: #16a34a; }
.shop-card-stock.out-stock { background: rgba(239,68,68,.1);  color: #dc2626; }
.shop-card-btn {
  margin-top: .7rem;
  padding: 10px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: .85rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  width: 100%;
}
.shop-card-btn:hover { background: var(--brand-dark); transform: scale(1.02); }

/* ── SKELETON ─────────────────────────────────────────────────── */
.shop-card.skeleton { animation: sk-pulse 1.5s ease-in-out infinite alternate; }
.skeleton-img { height: 180px; background: var(--bg3); }
.sk-line { height: 12px; border-radius: 6px; background: var(--bg3); margin-bottom: 8px; }
.sk-line.w80 { width: 80%; }
.sk-line.w60 { width: 60%; }
.sk-line.w40 { width: 40%; }
@keyframes sk-pulse { from { opacity: .6; } to { opacity: 1; } }

/* ── MODAL PRODUIT ────────────────────────────────────────────── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(4px);
}
.modal-overlay.open { display: flex; animation: fadeIn .2s; }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.modal-box {
  background: var(--bg1);
  border: 1px solid var(--border);
  border-radius: 22px;
  width: 100%;
  max-width: 880px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 2rem;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.modal-close {
  position: absolute;
  top: 1rem; right: 1rem;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 48px; height: 48px;
  cursor: pointer; font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  display: flex; align-items: center; justify-content: center;
  color: var(--text2);
  transition: all .2s;
  z-index: 1;
}
.modal-close:hover { background: #ef4444; color: #fff; border-color: #ef4444; }
.modal-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem; }
@media(max-width: 640px) {
  .modal-grid { grid-template-columns: 1fr; }
  .modal-box { padding: 1.2rem; }
}
.modal-left { display: flex; flex-direction: column; gap: 1rem; }
.modal-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; }
.modal-cat-badge {
  display: inline-block;
  background: rgba(139,92,246,.12);
  color: var(--brand);
  border: 1px solid rgba(139,92,246,.25);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 700;
  width: fit-content;
}
.modal-right { display: flex; flex-direction: column; gap: .8rem; padding-top: .5rem; }
.modal-title { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 900; margin: 0; color: var(--text1); }
.modal-desc { font-size: .88rem; color: var(--text2); line-height: 1.55; }
.modal-price-row { display: flex; align-items: baseline; gap: 1rem; }
.modal-price { font-size: 1.4rem; font-weight: 800; color: var(--brand); font-family: 'Montserrat',sans-serif; }
.modal-price small { font-size: .8rem; color: var(--text2); font-weight: 400; margin-left: 2px; }
.modal-stock { font-size: .8rem; color: var(--text2); }
.modal-cal-section h4 { font-size: .85rem; font-weight: 700; color: var(--text1); margin-bottom: .5rem; }

/* Modal calendar ─── */
.mcal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  color: var(--text1);
}
.mcal-header button {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 8px;
  width: 30px; height: 30px;
  cursor: pointer;
  color: var(--text2);
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
  transition: all .2s;
}
.mcal-header button:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.mcal-grid-hdr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: .68rem;
  font-weight: 700;
  color: var(--text2);
  letter-spacing: .04em;
  margin-bottom: 3px;
}
.mcal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.mcd {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--text2);
  transition: all .15s;
}
.mcd.avail   { color: var(--text1); cursor: pointer; }
.mcd.avail:hover  { background: rgba(139,92,246,.18); color: var(--brand); }
.mcd.past    { opacity: .25; cursor: not-allowed; }
.mcd.booked  { background: rgba(239,68,68,.1); color: #ef4444; text-decoration: line-through; cursor: not-allowed; }
.mcd.empty   { background: transparent; }
.mcd.sel-start, .mcd.sel-end {
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  border-radius: 8px;
}
.mcd.in-range {
  background: rgba(139,92,246,.18);
  color: var(--brand);
  border-radius: 0;
}
.mcd.sel-start { border-radius: 8px 0 0 8px; }
.mcd.sel-end   { border-radius: 0 8px 8px 0; }
.mcd.sel-start.sel-end { border-radius: 8px; }
.modal-cal-loading { text-align: center; padding: 1.5rem; color: var(--text2); font-size: .85rem; }
.modal-sel-info { font-size: .78rem; color: var(--brand); font-weight: 600; margin-top: .3rem; min-height: 1.2rem; }

/* Qty + total + add button ─── */
.modal-qty-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}
.modal-qty-row label { font-size: .85rem; color: var(--text2); font-weight: 600; }
.qty-ctrl {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.qty-ctrl button {
  width: 32px; height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--text1);
  transition: background .15s;
  display: flex; align-items: center; justify-content: center;
}
.qty-ctrl button:hover { background: rgba(139,92,246,.12); }
.qty-ctrl span { padding: 0 10px; font-size: .9rem; font-weight: 700; color: var(--text1); }
.modal-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(139,92,246,.07);
  border: 1px solid rgba(139,92,246,.2);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: .88rem;
  color: var(--text2);
}
.modal-total-row strong { font-size: 1.15rem; color: var(--brand); font-weight: 800; }
.modal-add-btn {
  padding: 13px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: .95rem;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s;
  width: 100%;
}
.modal-add-btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(139,92,246,.4); }
.modal-add-btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }

/* ── CART DRAWER ──────────────────────────────────────────────── */
#cart-overlay {
  display: none;
  position: fixed;
  top: var(--renta-cart-offset, 0px);
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 9998;
  backdrop-filter: blur(2px);
}
#cart-overlay.open { display: block; animation: fadeIn .2s; }
#cart-drawer {
  position: fixed;
  top: var(--renta-cart-offset, 0px); right: -420px;
  width: 400px;
  max-width: 100vw;
  height: calc(100vh - var(--renta-cart-offset, 0px));
  max-height: calc(100vh - var(--renta-cart-offset, 0px));
  height: calc(100dvh - var(--renta-cart-offset, 0px));
  max-height: calc(100dvh - var(--renta-cart-offset, 0px));
  background: var(--bg1);
  border-left: 1px solid var(--border);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 40px rgba(0,0,0,.4);
  transition: right .3s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
#cart-drawer.open { right: 0; }
.drawer-header {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg2);
}
.drawer-header h3 { font-family: 'Montserrat',sans-serif; font-size: .95rem; font-weight: 800; color: var(--text1); margin: 0; }
.drawer-header button { background: none; border: none; cursor: pointer; color: var(--text2); font-size: 1.2rem; padding: 4px 8px; border-radius: 6px; transition: background .2s; }
.drawer-header button:hover { background: rgba(239,68,68,.1); color: #ef4444; }
.drawer-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; display: flex; flex-direction: column; gap: .8rem; }
.drawer-empty { text-align: center; color: var(--text2); padding: 3rem 0; font-size: .9rem; }
.drawer-item {
  display: flex;
  gap: .8rem;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .8rem 1rem;
  align-items: flex-start;
}
.di-info { flex: 1; }
.di-name { font-size: .88rem; font-weight: 700; color: var(--text1); margin-bottom: 3px; }
.di-dates { font-size: .75rem; color: var(--text2); }
.di-right { display: flex; flex-direction: column; align-items: flex-end; gap: .4rem; }
.di-price { font-size: .95rem; font-weight: 800; color: var(--brand); }
.di-del { background: none; border: 1px solid var(--border); border-radius: 6px; cursor: pointer; color: var(--text2); font-size: .75rem; padding: 2px 7px; transition: all .2s; }
.di-del:hover { background: rgba(239,68,68,.1); color: #ef4444; border-color: #ef4444; }
.drawer-footer {
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid var(--border);
  background: var(--bg2);
}
.drawer-total { display: flex; justify-content: space-between; font-size: .95rem; color: var(--text2); margin-bottom: .8rem; }
.drawer-total strong { color: var(--text1); font-size: 1.1rem; }
.drawer-checkout-btn {
  display: block;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  font-weight: 800;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
}
.drawer-checkout-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(139,92,246,.4); }

/* ── BOUTIQUE PACKS TEASER ────────────────────────────────────── */
.boutique-packs-teaser {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 3.5rem 2rem;
  text-align: center;
}
.bpt-inner { max-width: 600px; margin: 0 auto; }
.bpt-inner h2 { font-family: 'Montserrat',sans-serif; font-size: 1.6rem; font-weight: 900; color: var(--text1); margin-bottom: .8rem; }
.bpt-inner p { color: var(--text2); margin-bottom: 1.5rem; }

/* ── PAGE HERO MINI (panier, confirmation) ────────────────────── */
.page-hero-mini {
  padding: 6.5rem 2rem 2rem;
  background: var(--bg1);
  border-bottom: 1px solid var(--border);
}
.phm-inner { max-width: 900px; margin: 0 auto; }
.phm-back {
  display: inline-block;
  font-size: .82rem;
  color: var(--text2);
  text-decoration: none;
  margin-bottom: .8rem;
  transition: color .2s;
}
.phm-back:hover { color: var(--brand); }
.phm-inner h1 {
  font-family: 'Montserrat',sans-serif;
  font-size: clamp(1.6rem,3vw,2.4rem);
  font-weight: 900;
  color: var(--text1);
  margin: 0;
}

/* ── PANIER PAGE ──────────────────────────────────────────────── */
.panier-section { background: var(--bg1); padding: 2.5rem 1.5rem 5rem; }
.panier-inner { max-width: 960px; margin: 0 auto; }
.panier-grid { display: grid; grid-template-columns: 1fr 380px; gap: 2rem; }
@media(max-width: 768px) { .panier-grid { grid-template-columns: 1fr; } }
.panier-title { font-family: 'Montserrat',sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--text1); margin-bottom: 1rem; }
.panier-items { display: flex; flex-direction: column; gap: 1rem; }
.panier-item {
  display: flex;
  gap: 1rem;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  align-items: flex-start;
}
.pi-body { flex: 1; }
.pi-name { font-weight: 700; color: var(--text1); margin-bottom: .3rem; }
.pi-detail { font-size: .8rem; color: var(--text2); line-height: 1.5; }
.pi-right { display: flex; flex-direction: column; align-items: flex-end; gap: .4rem; min-width: 80px; }
.pi-total { font-size: 1.1rem; font-weight: 800; color: var(--brand); }
.pi-del { background: none; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; color: var(--text2); font-size: .75rem; padding: 4px 10px; transition: all .2s; }
.pi-del:hover { background: rgba(239,68,68,.1); color: #ef4444; border-color: #ef4444; }

.panier-summary {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  align-self: start;
  position: sticky;
  top: 100px;
}
.panier-summary h3 { font-family: 'Montserrat',sans-serif; font-size: 1rem; font-weight: 800; color: var(--text1); margin: 0 0 1rem; }
.summary-lines { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1rem; }
.summary-line { display: flex; justify-content: space-between; font-size: .82rem; color: var(--text2); }
.summary-total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: .7rem;
  font-size: .9rem;
  color: var(--text2);
}
.summary-total strong { font-size: 1.2rem; color: var(--brand); }
.pform-row { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-bottom: .7rem; }
.panier-summary input {
  background: var(--bg1);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: .88rem;
  color: var(--text1);
  width: 100%;
  box-sizing: border-box;
  transition: border-color .2s;
}
.panier-summary input:focus { outline: none; border-color: var(--brand); }
.panier-summary input::placeholder { color: var(--text3, #6b7280); }
.panier-choice-note {
  margin-top: 1rem;
  margin-bottom: .8rem;
}

.panier-actions {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
}

.panier-actions .stripe-pay-btn {
  margin-top: 0;
}

.stripe-pay-btn {
  margin-top: 1rem;
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s;
  box-shadow: 0 4px 16px rgba(99,102,241,.4);
}
.stripe-pay-btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(99,102,241,.5); }
.stripe-pay-btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }

.quote-request-btn {
  background: #fff;
  color: var(--brand);
  border: 1.5px solid rgba(99,102,241,.22);
  box-shadow: none;
}

.quote-request-btn:hover:not(:disabled) {
  background: rgba(99,102,241,.08);
  box-shadow: none;
}

.panier-choice-foot {
  font-size: .75rem;
  color: var(--text2);
  margin-top: .85rem;
  text-align: center;
  line-height: 1.5;
}

/* ── REASSURANCE BAR ──────────────────────────────────────────── */
.reassurance-bar { background: var(--bg2); border-top: 1px solid var(--border); padding: 1.5rem 2rem; }
.rb-inner { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.rb-item { display: flex; align-items: center; gap: .5rem; font-size: .82rem; color: var(--text2); }
.rb-item span:first-child { font-size: 1.1rem; }

/* ── CONFIRMATION PAGE ────────────────────────────────────────── */
.confirmation-section { background: var(--bg1); min-height: calc(100vh - 200px); display: flex; align-items: center; padding: 6rem 1.5rem; }
.conf-inner { max-width: 700px; margin: 0 auto; width: 100%; }
.conf-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  text-align: center;
}
.success-card { border-color: rgba(34,197,94,.3); }
.error-card   { border-color: rgba(239,68,68,.3); }
.conf-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.conf-card h1 { font-family: 'Montserrat',sans-serif; font-size: 1.8rem; font-weight: 900; color: var(--text1); margin-bottom: .5rem; }
.conf-subtitle { color: var(--text2); font-size: 1rem; margin-bottom: 1.5rem; }
.conf-recap {
  background: var(--bg1);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.2rem 1.4rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
.conf-recap h3 { font-size: .88rem; font-weight: 800; color: var(--text1); margin-bottom: 1rem; }
.conf-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: .5rem 0;
  border-bottom: 1px solid var(--border);
}
.conf-item:last-of-type { border-bottom: none; }
.ci-info { display: flex; flex-direction: column; gap: 2px; }
.ci-info strong { font-size: .9rem; color: var(--text1); }
.ci-info span { font-size: .75rem; color: var(--text2); }
.ci-price { font-size: .95rem; font-weight: 800; color: var(--brand); white-space: nowrap; }
.conf-total { text-align: right; margin-top: .8rem; font-size: .95rem; color: var(--text2); }
.conf-total strong { color: var(--brand); font-size: 1.1rem; }
.conf-email-note, .conf-contact-note { font-size: .82rem; color: var(--text2); margin: .4rem 0; }
.conf-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }

/* ── BLOG / CONTENT SEO ───────────────────────────────────────── */
.front-insights {
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, .10), transparent 36%),
    linear-gradient(180deg, #fff 0%, var(--bg2) 100%);
}

.front-insights-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: 1.5rem 2rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid rgba(124, 58, 237, .12);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(124, 58, 237, .14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(247, 244, 255, .98) 100%);
  box-shadow: 0 24px 56px rgba(20, 15, 45, .09);
}

.front-insights-copy {
  max-width: 700px;
}

.front-insights-copy .section-title,
.front-insights-copy .section-sub {
  text-align: left;
}

.front-insights-copy .section-sub {
  margin-top: .85rem;
}

.front-insights-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.2rem;
}

.front-insights-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .62rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, .14);
  background: rgba(255, 255, 255, .92);
  color: var(--text);
  font-size: .88rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(20, 15, 45, .05);
}

.front-insights-actions {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  align-items: stretch;
  min-width: 220px;
}

.front-insights-actions .btn-reserve {
  width: 100%;
  justify-content: center;
}

.front-insights-grid,
.blog-index-grid,
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.insight-card,
.blog-card,
.related-post-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(20, 15, 45, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.insight-card:hover,
.blog-card:hover,
.related-post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, .25);
  box-shadow: 0 24px 56px rgba(20, 15, 45, .10);
}

.insight-card-media,
.blog-card-media,
.related-post-card-link {
  display: block;
}

.insight-card-thumb,
.blog-card-thumb,
.blog-card-thumb-fallback,
.insight-card-thumb-fallback {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card-thumb-fallback,
.insight-card-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--purple), var(--purple-mid));
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.insight-card-body,
.blog-card-body {
  display: flex;
  flex-direction: column;
  gap: .95rem;
  padding: 1.45rem;
}

.insight-card-meta,
.blog-card-meta,
.related-post-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .95rem;
  color: var(--text2);
  font-size: .82rem;
}

.insight-card-kicker,
.blog-card-kicker,
.article-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .72rem;
  border-radius: 999px;
  background: var(--purple-xs);
  color: var(--purple);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.insight-card h3,
.blog-card-title,
.related-post-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.28;
  color: var(--text);
}

.insight-card p,
.blog-card-excerpt,
.related-post-card p,
.blog-hero-lede,
.blog-conversion p,
.article-cta p {
  color: var(--text2);
  line-height: 1.75;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--purple);
  font-size: .92rem;
  font-weight: 800;
}

.blog-card-link::after {
  content: '→';
  transition: transform .2s ease;
}

.insight-card:hover .blog-card-link::after,
.blog-card:hover .blog-card-link::after,
.related-post-card:hover .blog-card-link::after {
  transform: translateX(3px);
}

.front-insights-footer,
.blog-conversion-actions,
.article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.faq-home {
  background:
    radial-gradient(circle at top right, rgba(124, 58, 237, .10), transparent 34%),
    linear-gradient(180deg, var(--bg2) 0%, #fff 100%);
}

.faq-shell {
  width: 100%;
  max-width: 920px;
  margin: 2.4rem auto 0;
  padding: 1rem;
  border: 1px solid rgba(124, 58, 237, .10);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(247, 243, 255, .92) 100%);
  box-shadow: 0 22px 48px rgba(20, 15, 45, .08);
}

.faq-intro {
  max-width: 760px;
  margin: 0 auto;
}

.faq-intro .section-title,
.faq-intro .section-sub {
  text-align: center;
}

.faq-intro .section-sub {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.faq-support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(124, 58, 237, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 40px rgba(20, 15, 45, .07);
}

.faq-support-card p {
  display: block;
  margin: 0;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.5;
}

.faq-grid {
  display: grid;
  gap: .95rem;
}

.faq-item {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 38px rgba(20, 15, 45, .06);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.faq-item::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--purple), var(--purple-mid));
  opacity: .9;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(20, 15, 45, .08);
}

.faq-item[open] {
  border-color: rgba(124, 58, 237, .28);
  box-shadow: 0 24px 54px rgba(20, 15, 45, .10);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.2rem 1.25rem 1.05rem;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.faq-item-index {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  padding: 0 .75rem;
  border-radius: 999px;
  background: rgba(124, 58, 237, .10);
  color: var(--purple);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-item-title {
  flex: 1 1 auto;
  padding-top: .1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '›';
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, .16);
  background: rgba(124, 58, 237, .08);
  color: var(--purple);
  font-size: 1.35rem;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(-90deg);
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}

.faq-answer {
  margin: 0 1rem 1rem 4.35rem;
  padding: .95rem 1rem 0;
  border-top: 1px solid rgba(124, 58, 237, .10);
}

.faq-answer p {
  color: var(--text2);
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 980px) {
  .front-insights-panel {
    grid-template-columns: 1fr;
  }

  .front-insights-copy .section-title,
  .front-insights-copy .section-sub {
    text-align: center;
  }

  .front-insights-pills,
  .front-insights-actions {
    justify-content: center;
  }

  .front-insights-actions {
    min-width: 0;
  }

  .faq-support-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .front-insights-panel {
    padding: 1.4rem;
  }

  .front-insights-actions {
    width: 100%;
  }

  .faq-item summary {
    padding: 1rem;
    gap: .8rem;
  }

  .faq-item-index {
    min-width: 46px;
    height: 30px;
    padding: 0 .55rem;
  }

  .faq-item summary::after {
    width: 32px;
    height: 32px;
  }

  .faq-answer {
    margin: 0 .9rem .9rem;
    padding: .85rem 0 0;
  }

  .faq-support-card {
    padding: 1rem;
  }
}

.blog-shell,
.article-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 124px 1.5rem 84px;
}

.blog-hero {
  text-align: center;
  margin-bottom: 1rem;
}

.blog-hero-lede {
  max-width: 760px;
  margin: 1rem auto 0;
  font-size: 1.04rem;
}

.blog-topic-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.5rem;
}

.blog-topic-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .72rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: .9rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(20, 15, 45, .05);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.blog-topic-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 58, 237, .35);
  color: var(--purple);
}

.blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  background: #fff;
  border: 1px dashed var(--border);
  border-radius: 24px;
  padding: 2.4rem 1.4rem;
}

.blog-empty h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: .7rem;
}

.blog-pagination {
  margin-top: 2.2rem;
}

.blog-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .55rem;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: .68rem .95rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: .9rem;
  font-weight: 700;
}

.blog-pagination .page-numbers.current {
  background: var(--purple-mid);
  border-color: var(--purple-mid);
  color: #fff;
}

.blog-conversion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-mid) 100%);
  box-shadow: 0 22px 48px rgba(91, 33, 182, .20);
}

.blog-conversion h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  line-height: 1.15;
  color: #fff;
  margin: .6rem 0;
}

.blog-conversion p {
  max-width: 640px;
  color: rgba(255, 255, 255, .86);
}

.article-layout {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1.4rem;
  color: var(--text2);
  font-size: .82rem;
}

.article-breadcrumbs a:hover {
  color: var(--purple);
}

.article-header {
  margin-bottom: 1.8rem;
}

.article-title {
  margin-top: .9rem;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.06;
}

.article-featured {
  margin-bottom: 2rem;
}

.article-featured-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(20, 15, 45, .10);
}

.article-content {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: clamp(1.3rem, 3vw, 2.2rem);
  box-shadow: 0 16px 36px rgba(20, 15, 45, .06);
}

.article-content > * + * {
  margin-top: 1.2rem;
}

.article-content h2,
.article-content h3 {
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

.article-content h2 {
  margin-top: 2rem;
  font-size: 1.55rem;
}

.article-content h3 {
  margin-top: 1.5rem;
  font-size: 1.16rem;
}

.article-content p,
.article-content li {
  color: var(--text1);
  font-size: 1rem;
  line-height: 1.85;
}

.article-content ul,
.article-content ol {
  padding-left: 1.3rem;
}

.article-content blockquote {
  border-left: 4px solid var(--purple-mid);
  background: var(--purple-pale);
  border-radius: 18px;
  padding: 1rem 1.2rem;
  color: var(--text);
}

.article-content a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-cta {
  margin-top: 2.5rem;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--purple-pale) 0%, #ffffff 100%);
}

.article-cta h2,
.related-posts-head h2 {
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
}

.article-cta h2 {
  margin-top: .6rem;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
}

.related-posts {
  margin-top: 3rem;
}

.related-posts-head {
  margin-bottom: 1.2rem;
}

.related-posts-head h2 {
  margin-top: .55rem;
  font-size: 1.8rem;
}

.related-post-card-link {
  height: 100%;
  padding: 1.45rem;
}

.related-post-card h3 {
  margin: .8rem 0;
}

.article-back-row {
  margin-top: 2rem;
  display: flex;
}

@media(max-width:860px) {
  .blog-conversion {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:640px) {
  .blog-shell,
  .article-shell {
    padding: 98px 1rem 68px;
  }

  .front-insights-footer,
  .blog-conversion-actions,
  .article-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .front-insights-footer a,
  .blog-conversion-actions a,
  .article-cta-actions a,
  .article-back-row a {
    width: 100%;
    justify-content: center;
  }

  .blog-topic-pills {
    justify-content: stretch;
  }

  .blog-topic-pill {
    width: 100%;
  }

  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
  }

  .article-content {
    padding: 1.25rem;
  }
}
