/* Zonga Mobile — beige/or premium overrides */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --premium-bg: #F7F3EC;
  --premium-gold: #C4A574;
  --premium-gold-dark: #9A7848;
  --premium-gold-light: #DCC9A8;
  --premium-cream: #FFFCF7;
}

body { background: var(--premium-bg); }

/* Hero beige premium — layout labo325 : phones côtés + copy centre */
.hero-shell {
  background: linear-gradient(180deg, #F7F3EC 0%, #EFE9E0 50%, #F7F3EC 100%) !important;
  min-height: 0;
  overflow: hidden;
}

.hero-stage {
  position: relative;
  z-index: 2;
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding: 28px 0 48px;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-phones {
  position: absolute;
  inset: -8px -6%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.hero-phone {
  position: absolute;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 22px 48px rgba(57, 49, 39, 0.14));
  will-change: transform, opacity;
}

/* Gauche / droite : visibles comme labo, sans coller au copy */
.hero-phone--left {
  left: -5%;
  top: 50%;
  width: min(36vw, 400px);
  opacity: 0;
  transform: translate3d(-70px, -52%, 0) rotate(-11deg);
  animation:
    heroPhoneInL 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards,
    heroPhoneDriftL 6.8s ease-in-out 1.15s infinite;
}

.hero-phone--right {
  right: -6%;
  top: 52%;
  width: min(34vw, 380px);
  opacity: 0;
  transform: translate3d(70px, -44%, 0) rotate(12deg);
  animation:
    heroPhoneInR 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards,
    heroPhoneDriftR 7.4s ease-in-out 1.25s infinite;
}

@keyframes heroPhoneInL {
  to {
    opacity: 0.72;
    transform: translate3d(0, -50%, 0) rotate(-8deg);
  }
}

@keyframes heroPhoneInR {
  to {
    opacity: 0.68;
    transform: translate3d(0, -46%, 0) rotate(10deg);
  }
}

@keyframes heroPhoneDriftL {
  0%, 100% { transform: translate3d(0, -50%, 0) rotate(-8deg); }
  50% { transform: translate3d(0, calc(-50% - 14px), 0) rotate(-7deg); }
}

@keyframes heroPhoneDriftR {
  0%, 100% { transform: translate3d(0, -46%, 0) rotate(10deg); }
  50% { transform: translate3d(0, calc(-46% - 16px), 0) rotate(9deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone--left {
    animation: none;
    opacity: 0.72;
    transform: translate3d(0, -50%, 0) rotate(-8deg);
  }
  .hero-phone--right {
    animation: none;
    opacity: 0.68;
    transform: translate3d(0, -46%, 0) rotate(10deg);
  }
}

.hero-shell .hero-copy h1 {
  font-size: clamp(42px, 5.4vw, 72px) !important;
  line-height: 1.02 !important;
}

.hero-shell .hero-price {
  justify-content: center !important;
  justify-items: center;
  margin-top: 18px !important;
}

.hero-shell .hero-actions {
  margin-top: 22px !important;
}

.hero-shell .trust-strip {
  margin-top: 22px !important;
}

/* Override Lovable 2-col grid → copy centré au-dessus des phones */
.hero-grid { display: none !important; }

.hero-shell .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
  width: min(100%, 540px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Voile = air optique entre phones et texte */
  background: linear-gradient(
    90deg,
    rgba(247, 243, 236, 0) 0%,
    rgba(247, 243, 236, 0.9) 12%,
    rgba(247, 243, 236, 0.98) 50%,
    rgba(247, 243, 236, 0.9) 88%,
    rgba(247, 243, 236, 0) 100%
  );
  padding: 10px 44px 18px;
  box-sizing: border-box;
}

.hero-shell .hero-copy h1 {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-shell .hero-lead {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hero-shell .hero-price {
  justify-content: center;
}

.hero-shell .hero-actions {
  justify-content: center;
}

.hero-shell .trust-strip {
  justify-content: center;
}

.hero-copy h1 em { color: var(--premium-gold-dark); }

/* Ancien traitement cercle / orbit / floating — désactivé */
.hero-visual,
.visual-orbit,
.phone-stage,
.floating-card {
  display: none !important;
}

.eyebrow span { background: var(--premium-gold) !important; }

/* Configurator — même structure, accents or + filigrane ZONGA beige */
.configurator-section {
  background: linear-gradient(180deg, #2a241c 0%, #3d3228 100%);
}
.configurator-section::before {
  color: rgba(247, 243, 236, 0.045) !important;
}
.section-kicker { color: var(--premium-gold-light) !important; }
.panel-heading > span { color: var(--premium-gold-dark) !important; }
.welcome-icon { color: var(--premium-gold-dark) !important; }
.progress-step.complete > span {
  border-color: var(--premium-gold) !important;
  background: var(--premium-gold) !important;
}
.button-primary:hover { background: var(--premium-gold-dark) !important; }
.button-whatsapp { background: var(--premium-gold) !important; }
.whatsapp-float { background: var(--premium-gold) !important; }

/* ── Topbar premium ── */
.topbar {
  display: grid !important;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(184, 149, 106, 0.18);
}

.brand-lockup--framed { flex-shrink: 0; text-decoration: none; }

.logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  background: #fff;
  border: 2px solid rgba(184, 149, 106, 0.42);
  border-radius: 50%;
  box-shadow:
    0 10px 28px rgba(150, 120, 74, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
}

.logo-frame::after { display: none; }

.logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.topbar-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #5d5952;
  border: 1px solid rgba(184, 149, 106, 0.25);
  background: rgba(255, 255, 255, 0.72);
  transition: all 0.2s;
  white-space: nowrap;
}

.topbar-nav a:hover,
.topbar-nav a.active {
  color: var(--premium-gold-dark);
  border-color: rgba(184, 149, 106, 0.55);
  background: #fff;
  box-shadow: 0 6px 18px rgba(150, 120, 74, 0.12);
}

.nav-trust a { color: var(--premium-gold-dark) !important; }
.nav-trust { white-space: nowrap; justify-self: end; }

/* ── Icône WhatsApp + bouton contact topbar ── */
.wa-ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: -2px;
}

.nav-contact {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  margin-left: auto;
}

.hero-whatsapp-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.zone-whatsapp-btn { gap: 8px; }

.whatsapp-float {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}
.whatsapp-float .wa-ico { width: 18px; height: 18px; }

.footer-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

/* ── Story ── */
.story-section {
  padding: 80px 24px;
  background: var(--premium-bg);
}

.story-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 36px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid rgba(184, 149, 106, 0.22);
  box-shadow: 0 20px 60px rgba(150, 120, 74, 0.08);
}

.story-block .section-kicker { justify-content: center; display: flex; }

.story-block h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  color: var(--premium-gold-dark);
  margin: 12px 0 16px;
}

.story-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  color: var(--premium-gold);
  margin-bottom: 18px;
  line-height: 1.4;
}

.story-block p {
  color: #6d6b64;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.hero-actions {
  flex-wrap: wrap;
}

.hero-devis-hint {
  margin: 10px 0 0;
  font-size: 13px;
  color: #8a8578;
}
.hero-devis-hint a {
  color: var(--premium-gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1.5px solid rgba(184, 149, 106, 0.55);
  background: transparent;
  color: var(--premium-gold-dark) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.button-secondary:hover {
  background: rgba(184, 149, 106, 0.1);
  border-color: var(--premium-gold);
}

.section-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

/* ── Réalisations (avant / après) ── */
.realisations-section {
  padding: 72px 24px;
  background: #fff;
}
.realisations-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.realisations-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 600;
  color: var(--premium-gold-dark);
  margin: 12px 0 12px;
}
.realisations-inner > p {
  max-width: 640px;
  margin: 0 auto 32px;
  color: #6d6b64;
  font-size: 14px;
  line-height: 1.6;
}
.ba-pairs {
  display: grid;
  gap: 22px;
}
.ba-pair {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(184, 149, 106, 0.22);
  background: linear-gradient(180deg, #FFFCF7 0%, #F7F3EC 100%);
  text-align: left;
}
.ba-pair-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--premium-gold-dark);
}
.ba-frames {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ba-frame {
  position: relative;
  aspect-ratio: 2 / 3;
  border-radius: 14px;
  border: 1.5px dashed rgba(184, 149, 106, 0.5);
  background:
    linear-gradient(160deg, rgba(247, 243, 236, 0.9) 0%, rgba(239, 232, 220, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  overflow: hidden;
}
.ba-frame--photo {
  border-style: solid;
  border-color: rgba(184, 149, 106, 0.28);
  background: #12100e;
  padding: 0;
}
.ba-frame--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  /* avoid soft upscale blur on retina */
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.ba-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(154, 120, 72, 0.92);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ba-soon {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--premium-gold);
  font-weight: 700;
  text-align: center;
  padding: 0 16px;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .ba-frames { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ba-frame { min-height: 120px; }
}

/* ── Section LCD vs OLED ── */
.lcd-oled-section {
  padding: 80px 24px;
  background: linear-gradient(180deg, #F7F3EC 0%, #EFE8DC 50%, #F7F3EC 100%);
}
.lcd-oled-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.lcd-oled-section .section-kicker {
  color: var(--premium-gold-dark) !important;
}
.lcd-oled-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  color: #2b2822;
  margin: 12px 0 14px;
}
.lcd-oled-lead {
  max-width: 560px;
  margin: 0 auto 28px;
  color: #6d6b64;
  font-size: 15px;
  line-height: 1.6;
}
.lcd-oled-visual {
  margin: 0 0 28px;
}
.lcd-oled-visual img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(184, 149, 106, 0.28);
  box-shadow: 0 18px 40px rgba(154, 120, 72, 0.12);
  display: block;
  background: #fff;
}
.lcd-oled-visual figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: #8a8578;
}
.lcd-oled-compare {
  max-width: 640px;
  margin: 0 auto 18px;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(184, 149, 106, 0.22);
  border-radius: 16px;
  overflow: hidden;
}
.lcd-oled-compare-head,
.lcd-oled-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.lcd-oled-compare-head {
  background: rgba(184, 149, 106, 0.12);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--premium-gold-dark);
}
.lcd-oled-compare-head span,
.lcd-oled-compare-row span {
  padding: 12px 16px;
}
.lcd-oled-compare-row {
  font-size: 14px;
  line-height: 1.45;
  color: #4a4740;
  border-top: 1px solid rgba(184, 149, 106, 0.14);
}
.lcd-oled-compare-row span:first-child {
  border-right: 1px solid rgba(184, 149, 106, 0.14);
  color: #6d6b64;
}
.lcd-oled-compare-row span:last-child {
  color: #2b2822;
}
.lcd-oled-note {
  max-width: 560px;
  margin: 0 auto 22px;
  font-size: 14px;
  line-height: 1.55;
  color: #6d6b64;
}
@media (max-width: 560px) {
  .lcd-oled-compare-head span,
  .lcd-oled-compare-row span {
    padding: 11px 12px;
    font-size: 13px;
  }
}

/* ── Reviews premium — marquee horizontal infini (mouvement type labo325) ── */
.review-section {
  background: #fff !important;
  overflow: hidden;
}

.reviews-premium {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.reviews-premium h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 600;
  margin: 8px 0 6px;
}

.reviews-meta-line {
  font-size: 12px;
  color: #7A756C;
  margin-bottom: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reviews-marquee {
  position: relative;
  margin: 8px calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

.reviews-marquee-viewport {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

.reviews-track {
  --reviews-marquee-duration: 68s;
  display: flex;
  width: max-content;
  will-change: transform;
  animation: scrollReviews var(--reviews-marquee-duration) linear infinite;
}

.reviews-marquee:hover .reviews-track,
.reviews-marquee:focus-within .reviews-track {
  animation-play-state: paused;
}

.reviews-track-group {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.reviews-marquee .review-slide {
  display: block !important;
  position: relative !important;
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
  box-sizing: border-box;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

@keyframes scrollReviews {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-track {
    animation: none !important;
    transform: none !important;
  }
  .reviews-marquee-viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
    padding: 0 16px 8px;
  }
  .reviews-track-group:last-child { display: none; }
  .reviews-marquee .review-slide { scroll-snap-align: start; }
}

.reviews-marquee .review-card {
  background: #FFFDF9;
  border-radius: 16px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(184, 149, 106, 0.22);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  min-height: 220px;
  margin: 0;
  box-shadow: 0 10px 28px rgba(150, 120, 74, 0.08);
  text-align: left;
  height: 100%;
  box-sizing: border-box;
}

.review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
/* Palette type comptes Google */
.review-avatar--1 { background: #7B1FA2; }
.review-avatar--2 { background: #00796B; }
.review-avatar--3 { background: #C2185B; }
.review-avatar--4 { background: #303F9F; }
.review-avatar--5 { background: #E64A19; }
.review-avatar--6 { background: #388E3C; }
.review-avatar--7 { background: #0288D1; }
.review-avatar--8 { background: #5D4037; }
.review-avatar--9 { background: #616161; }

.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  text-align: left;
  width: 100%;
}
.review-id { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.review-id strong {
  font-size: 13px;
  color: #2b2822;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-date { font-size: 11px; color: #8a857b; }
.g-ico { width: 18px; height: 18px; flex-shrink: 0; }

.review-card--google { text-align: left; }
.review-card--google .review-stars { text-align: left; }

.review-card .review-stars { color: #FBBC05; letter-spacing: 2px; font-size: 13px; margin-bottom: 4px; }
.review-card .review-text {
  font-size: 13px;
  line-height: 1.5;
  color: #3D3D3D;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.review-card .review-meta { margin-top: 8px; font-size: 12px; color: #7A756C; font-style: normal; }
.review-google-badge {
  font-size: 9px;
  color: var(--premium-gold-dark);
  margin-top: auto;
  padding-top: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reviews-premium .link-google {
  display: inline-block;
  margin-top: 24px;
  color: var(--premium-gold-dark);
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
}

/* ── Zones détaillées ── */
.zones-section { background: var(--premium-bg) !important; }

.zones-grid article {
  border: 1px solid rgba(184, 149, 106, 0.2) !important;
  background: #fff !important;
}

.zone-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--premium-gold-dark);
  margin-bottom: 8px;
}

.zone-beyond {
  margin-top: 10px !important;
  font-size: 13px !important;
  color: #6d6b64 !important;
}

.zone-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.zone-price-pill {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  background: rgba(184, 149, 106, 0.12);
  color: var(--premium-gold-dark);
  border: 1px solid rgba(184, 149, 106, 0.22);
}

.zone-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--premium-gold);
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

/* ── FAQ ── */
.faq-section {
  padding: 80px 24px 100px;
  background: #fff;
}

.faq-block {
  max-width: 760px;
  margin: 0 auto;
}

.faq-block h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 36px);
  text-align: center;
  color: var(--premium-gold-dark);
  margin-bottom: 28px;
}

.faq-item {
  border-bottom: 1px solid rgba(184, 149, 106, 0.18);
}

.faq-item summary {
  padding: 18px 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--premium-gold); font-size: 20px; font-weight: 300; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 4px 18px; color: #6d6b64; font-size: 14px; line-height: 1.6; }
.faq-item a { color: var(--premium-gold-dark); }

.proof-section { background: #fff !important; }
.proof-card .proof-icon { color: var(--premium-gold) !important; }

.zones-grid { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width: 900px) {
  .zones-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 900px) {
  .topbar {
    grid-template-columns: auto 1fr;
  }
  .topbar-nav { grid-column: 1 / -1; justify-content: center; }
  .nav-trust { justify-self: end; }
  .nav-contact { grid-column: 1 / -1; justify-self: center; margin-left: 0; }
}

@media (max-width: 900px) {
  .hero-shell { min-height: auto !important; }
  .hero-stage {
    width: 100%;
    padding: 20px 16px 40px;
    min-height: 0;
  }
  .hero-phones { inset: -4px -4%; }
  .hero-phone--left {
    left: -20%;
    top: 48%;
    width: min(40vw, 190px);
    animation:
      heroPhoneInL 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards,
      heroPhoneDriftL 7.2s ease-in-out 1s infinite;
  }
  .hero-phone--right {
    right: -22%;
    top: 60%;
    width: min(38vw, 180px);
    animation:
      heroPhoneInR 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards,
      heroPhoneDriftR 7.8s ease-in-out 1.1s infinite;
  }
  @keyframes heroPhoneInL {
    to {
      opacity: 0.4;
      transform: translate3d(0, -50%, 0) rotate(-8deg);
    }
  }
  @keyframes heroPhoneInR {
    to {
      opacity: 0.38;
      transform: translate3d(0, -50%, 0) rotate(10deg);
    }
  }
  @keyframes heroPhoneDriftL {
    0%, 100% { transform: translate3d(0, -50%, 0) rotate(-8deg); }
    50% { transform: translate3d(0, calc(-50% - 8px), 0) rotate(-7deg); }
  }
  @keyframes heroPhoneDriftR {
    0%, 100% { transform: translate3d(0, -50%, 0) rotate(10deg); }
    50% { transform: translate3d(0, calc(-50% - 10px), 0) rotate(9deg); }
  }
  .hero-shell .hero-copy {
    max-width: 360px;
    padding: 10px 32px 16px;
    background: linear-gradient(
      90deg,
      rgba(247, 243, 236, 0.85) 0%,
      rgba(247, 243, 236, 0.97) 12%,
      rgba(247, 243, 236, 0.99) 50%,
      rgba(247, 243, 236, 0.97) 88%,
      rgba(247, 243, 236, 0.85) 100%
    );
  }
}

@media (max-width: 640px) {
  .logo-frame { width: 52px; height: 52px; }
  .topbar-nav a { padding: 8px 12px; font-size: 10px; }
  .hero-stage { padding: 14px 12px 28px; }
  .hero-phone--left { width: 30vw; left: -32%; }
  .hero-phone--right { width: 28vw; right: -34%; }
  .hero-shell .hero-copy {
    padding: 8px 28px 14px;
    max-width: 280px;
    background: linear-gradient(
      90deg,
      rgba(247, 243, 236, 0.9) 0%,
      rgba(247, 243, 236, 0.99) 18%,
      rgba(247, 243, 236, 1) 50%,
      rgba(247, 243, 236, 0.99) 82%,
      rgba(247, 243, 236, 0.9) 100%
    );
  }
  .reviews-marquee .review-slide {
    flex-basis: 250px;
    width: 250px;
    max-width: 250px;
  }
  .reviews-marquee .review-card {
    min-height: 200px;
    padding: 16px;
  }
}

/* Photos produits — cadrage identique */
.model-choice img,
.brand-choice img {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent;
  border-radius: 10px;
  flex-shrink: 0;
}

.model-grid .model-choice img {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px;
}

@media (max-width: 640px) {
  .model-choice img,
  .brand-choice img,
  .model-grid .model-choice img {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin: 14px 0 4px;
}
.footer-nav a {
  color: var(--premium-gold-dark, #8a6d45);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.footer-nav a:hover { text-decoration: underline; }
.footer-inner p a[href^="tel:"] {
  color: var(--premium-gold-dark);
  text-decoration: none;
  font-weight: 600;
}
