/* ============================
   Home Pro — Émotions Créatives
   Landing page revendeurs
   ============================ */

/* override topbar for landing — transparent feel */
.home-topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 40;
  background: transparent;
  border-bottom: 1px solid rgba(232,222,201,0.4);
}
.home-topbar .topbar-inner {
  padding: 20px 32px;
}
.home-topbar .nav-tab { color: var(--ink-2); }
.home-topbar .login-btn {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: inline-flex; align-items: center; gap: 8px;
}
.home-topbar .login-btn:hover { background: var(--ink); color: var(--paper); }
.home-topbar .signup-btn {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: inline-flex; align-items: center; gap: 6px;
}
.home-topbar .signup-btn:hover { background: var(--terracotta); border-color: var(--terracotta); }

/* ====== HERO ====== */
.h-hero {
  position: relative;
  padding: 120px 32px 80px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.h-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.h-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  margin-bottom: 26px;
  padding: 6px 14px 6px 6px;
  background: var(--card);
  border: 1px solid var(--card-edge);
  border-radius: 999px;
  width: max-content;
}
.h-hero-eyebrow .pin {
  width: 24px; height: 24px;
  background: var(--terracotta);
  color: var(--paper);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 11px;
}

.h-hero h1 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0 0 28px;
}
.h-hero h1 em {
  font-style: italic;
  color: var(--terracotta);
}
.h-hero .lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 520px;
  margin: 0 0 36px;
}
.h-hero .lede strong { color: var(--ink); font-weight: 600; }

.h-hero-cta {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.h-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  border: 1px solid transparent;
  font-family: inherit;
  cursor: pointer;
}
.h-btn.primary {
  background: var(--ink);
  color: var(--paper);
}
.h-btn.primary:hover { background: var(--terracotta); transform: translateY(-1px); }
.h-btn.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.h-btn.secondary:hover { background: var(--ink); color: var(--paper); }
.h-btn.terra {
  background: var(--terracotta);
  color: var(--paper);
}
.h-btn.terra:hover { background: var(--terracotta-soft); transform: translateY(-1px); }
.h-btn.light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--card-edge);
}
.h-btn.light:hover { border-color: var(--ink); }

.h-hero-trust {
  display: flex; align-items: center; gap: 20px;
}
.h-trust-avatars {
  display: flex;
}
.h-trust-avatars .av {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--paper-deep);
  border: 2px solid var(--paper);
  margin-left: -10px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  color: var(--terracotta);
  overflow: hidden;
}
.h-trust-avatars .av:first-child { margin-left: 0; }
.h-trust-avatars .av img { width: 100%; height: 100%; object-fit: cover; }
.h-trust-text { line-height: 1.3; }
.h-trust-text .stars {
  color: var(--gold);
  letter-spacing: 0.05em;
  font-size: 14px;
}
.h-trust-text .meta {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 2px;
}
.h-trust-text .meta strong { color: var(--ink); font-weight: 600; }

/* hero visual */
.h-hero-visual {
  position: relative;
  height: 600px;
}
.h-visual-card {
  position: absolute;
  background: var(--card);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(35,30,25,0.4);
  border: 1px solid var(--card-edge);
}
.h-visual-card img { width: 100%; height: 100%; object-fit: cover; }

/* main big card */
.h-visual-card.main {
  top: 0; right: 0;
  width: 78%; height: 72%;
  transform: rotate(2deg);
  z-index: 2;
}
.h-visual-card.b {
  bottom: 0; left: 0;
  width: 56%; height: 48%;
  transform: rotate(-3deg);
  z-index: 3;
}
/* notification cards floating */
.h-float-card {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--card-edge);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 20px 40px -20px rgba(35,30,25,0.25);
  z-index: 4;
  display: flex; align-items: center; gap: 12px;
  font-size: 13px;
}
.h-float-card.order {
  top: 12%; left: -20px;
  animation: floaty 6s ease-in-out infinite;
}
.h-float-card.discount {
  bottom: 14%; right: -20px;
  animation: floaty 6s ease-in-out infinite -3s;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.h-float-card .icon-circle {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.h-float-card.order .icon-circle { background: var(--sage-tint); color: var(--sage); }
.h-float-card.discount .icon-circle { background: var(--terracotta-tint); color: var(--terracotta); }
.h-float-card .text { line-height: 1.3; }
.h-float-card .text .strong {
  display: block;
  font-weight: 600;
  color: var(--ink);
  font-size: 13px;
}
.h-float-card .text .meta {
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 2px;
}

/* watercolor splash */
.h-hero::before {
  content: "";
  position: absolute;
  top: 200px; left: -120px;
  width: 600px; height: 600px;
  z-index: 0;
  background:
    radial-gradient(circle at 30% 40%, var(--terracotta-tint), transparent 60%),
    radial-gradient(circle at 70% 60%, var(--sage-tint), transparent 55%);
  filter: blur(30px);
  opacity: 0.5;
  pointer-events: none;
}

/* ====== LOGOS STRIP ====== */
.h-logos {
  border-top: 1px solid var(--card-edge);
  border-bottom: 1px solid var(--card-edge);
  padding: 32px 32px;
  background: var(--card);
}
.h-logos-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex; align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
.h-logos-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  white-space: nowrap;
}
.h-logos-list {
  display: flex; align-items: center;
  gap: 42px;
  flex-wrap: wrap;
}
.h-logo {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  color: var(--ink-3);
  opacity: 0.7;
  white-space: nowrap;
}
.h-logo.b { font-family: 'Manrope', sans-serif; font-style: normal; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; font-size: 14px; }
.h-logo.c { font-family: 'Fraunces', serif; font-weight: 300; font-style: normal; font-size: 24px; letter-spacing: -0.02em; }

/* ====== BENEFITS ====== */
.h-benefits {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 32px;
}
.h-section-head {
  text-align: center;
  margin-bottom: 64px;
}
.h-section-head.left { text-align: left; }
.h-section-head .eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 600;
  margin-bottom: 16px;
}
.h-section-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.028em;
  line-height: 1.04;
  color: var(--ink);
  margin: 0 0 16px;
}
.h-section-head h2 em { font-style: italic; color: var(--terracotta); }
.h-section-head p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 580px;
  margin: 0 auto;
}
.h-section-head.left p { margin: 0; max-width: 540px; }

.h-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.h-benefit {
  background: var(--card);
  border: 1px solid var(--card-edge);
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s;
}
.h-benefit:hover {
  transform: translateY(-4px);
  border-color: var(--ink-4);
}
.h-benefit-num {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 96px;
  position: absolute;
  top: -16px; right: 20px;
  color: var(--card-edge);
  line-height: 1;
  z-index: 0;
}
.h-benefit-content {
  position: relative;
  z-index: 1;
}
.h-benefit-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--paper-deep);
  display: flex; align-items: center; justify-content: center;
  color: var(--terracotta);
  margin-bottom: 22px;
}
.h-benefit h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.2;
}
.h-benefit p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 18px;
}
.h-benefit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.h-benefit ul li {
  font-size: 13px;
  color: var(--ink-2);
  padding: 6px 0 6px 22px;
  position: relative;
  border-top: 1px solid var(--card-edge);
}
.h-benefit ul li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 6px;
  color: var(--sage);
  font-weight: 700;
}

.h-benefit.featured {
  background: linear-gradient(135deg, var(--terracotta-tint), var(--card));
  border-color: var(--terracotta-soft);
}
.h-benefit.featured .h-benefit-num { color: rgba(217,139,108,0.3); }
.h-benefit.featured .h-benefit-icon { background: var(--paper); }

/* ====== NUMBERS ====== */
.h-numbers {
  background: var(--ink);
  color: var(--paper);
  padding: 80px 32px;
  position: relative;
  overflow: hidden;
}
.h-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 50%, rgba(185,96,62,0.18), transparent 40%),
    radial-gradient(circle at 90% 50%, rgba(111,126,91,0.15), transparent 40%);
  pointer-events: none;
}
.h-numbers-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 64px;
  align-items: center;
}
.h-numbers h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 14px;
}
.h-numbers h2 em { font-style: italic; color: var(--terracotta-soft); }
.h-numbers .sub {
  font-size: 15px;
  color: rgba(246,241,232,0.65);
  line-height: 1.6;
  max-width: 400px;
}
.h-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(246,241,232,0.12);
}
.h-num-item {
  background: var(--ink);
  padding: 24px 20px;
}
.h-num-value {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 56px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--paper);
  margin-bottom: 8px;
}
.h-num-value em { font-style: italic; color: var(--terracotta-soft); }
.h-num-value .unit {
  font-family: 'Manrope';
  font-size: 22px;
  color: rgba(246,241,232,0.55);
  font-weight: 400;
  margin-left: 2px;
}
.h-num-label {
  font-size: 12px;
  color: rgba(246,241,232,0.6);
  line-height: 1.4;
}

/* ====== HOW IT WORKS ====== */
.h-how {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 32px;
}
.h-how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  position: relative;
}
.h-how-grid::before {
  content: "";
  position: absolute;
  top: 36px; left: 16%; right: 16%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--card-edge) 10%, var(--card-edge) 90%, transparent);
  z-index: 0;
}
.h-how-step {
  position: relative;
  text-align: center;
  z-index: 1;
}
.h-how-num {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--card-edge);
  margin: 0 auto 28px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 32px;
  color: var(--ink);
}
.h-how-step:nth-child(1) .h-how-num { background: var(--terracotta); border-color: var(--terracotta); color: var(--paper); }
.h-how-step:nth-child(2) .h-how-num { background: var(--sage); border-color: var(--sage); color: var(--paper); }
.h-how-step:nth-child(3) .h-how-num { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.h-how-step h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 12px;
}
.h-how-step p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  max-width: 280px;
  margin-left: auto; margin-right: auto;
}

/* ====== NOUVEAUTES PREVIEW ====== */
.h-news {
  background: var(--paper-deep);
  padding: 120px 32px;
}
.h-news-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.h-news-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 48px;
}
.h-news-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 8px;
  color: var(--ink);
}
.h-news-head h2 em { font-style: italic; color: var(--terracotta); }
.h-news-head p {
  font-size: 15px;
  color: var(--ink-3);
  margin: 0;
  max-width: 500px;
}
.h-news-head .link {
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--card-edge);
  padding-bottom: 4px;
  transition: all .15s;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 6px;
}
.h-news-head .link:hover { color: var(--terracotta); border-color: var(--terracotta); }

.h-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.h-news-card {
  background: var(--card);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.h-news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.h-news-card.featured { grid-column: span 2; grid-row: span 2; }
.h-news-card:not(.featured) { grid-column: span 1; }

.h-news-card .media {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.h-news-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.h-news-card:hover .media img { transform: scale(1.05); }
.h-news-card .badge {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
  background: var(--terracotta);
  color: var(--paper);
}

.h-news-card.featured .media { aspect-ratio: 4 / 3; flex-shrink: 0; }
.h-news-card.featured .body {
  padding: 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h-news-card.featured h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
}
.h-news-card.featured .desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0 0 12px;
}
.h-news-card.featured .meta {
  display: flex; justify-content: space-between; align-items: center;
}
.h-news-card.featured .price {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 18px;
}
.h-news-card.featured .arrow {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .15s;
}
.h-news-card.featured:hover .arrow { background: var(--terracotta); }

.h-news-card:not(.featured) .media { aspect-ratio: 1 / 1; flex-shrink: 0; }
.h-news-card:not(.featured) .body {
  padding: 12px 14px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h-news-card:not(.featured) .ref {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  font-weight: 600;
}
.h-news-card:not(.featured) h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  margin: 4px 0 8px;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h-news-card:not(.featured) .price-row {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
}
.h-news-card:not(.featured) .price-row small {
  font-family: 'Manrope';
  font-size: 11px;
  color: var(--ink-3);
  font-weight: 500;
}

/* ====== TESTIMONIALS ====== */
.h-quotes {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 32px;
}
.h-quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.h-quote-card {
  background: var(--card);
  border: 1px solid var(--card-edge);
  border-radius: 20px;
  padding: 32px 30px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .25s, border-color .25s;
}
.h-quote-card:hover { transform: translateY(-3px); border-color: var(--ink-4); }
.h-quote-card .quote-mark {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 72px;
  color: var(--terracotta-tint);
  line-height: 1;
  margin-bottom: -16px;
}
.h-quote-card blockquote {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 24px;
  flex: 1;
}
.h-quote-card .stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.h-quote-author {
  display: flex; align-items: center; gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--card-edge);
}
.h-quote-author .av {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--paper-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--terracotta);
  font-size: 16px;
  font-weight: 400;
  flex-shrink: 0;
  overflow: hidden;
}
.h-quote-author .av img { width: 100%; height: 100%; object-fit: cover; }
.h-quote-author .info { line-height: 1.3; }
.h-quote-author .name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.h-quote-author .place {
  font-size: 12px;
  color: var(--ink-3);
}

/* ====== SIGNUP / LOGIN SECTION ====== */
.h-signup {
  background: var(--ink);
  color: var(--paper);
  padding: 100px 32px;
  position: relative;
  overflow: hidden;
}
.h-signup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(185,96,62,0.25), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(111,138,166,0.18), transparent 50%);
  pointer-events: none;
}
.h-signup-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 64px;
  align-items: center;
}
.h-signup-text .eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--terracotta-soft);
  font-weight: 600;
  margin-bottom: 18px;
}
.h-signup-text h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(40px, 5vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 20px;
}
.h-signup-text h2 em { font-style: italic; color: var(--terracotta-soft); }
.h-signup-text p {
  font-size: 16px;
  color: rgba(246,241,232,0.7);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 460px;
}
.h-signup-text .checks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.h-signup-text .checks li {
  font-size: 14px;
  color: rgba(246,241,232,0.85);
  padding: 8px 0 8px 28px;
  position: relative;
  border-top: 1px solid rgba(246,241,232,0.12);
}
.h-signup-text .checks li::before {
  content: "";
  width: 18px; height: 18px;
  background: var(--terracotta);
  border-radius: 50%;
  position: absolute;
  left: 0; top: 9px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f6f1e8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
}

/* signup card */
.h-signup-card {
  background: var(--paper);
  color: var(--ink);
  border-radius: 24px;
  padding: 36px 36px 32px;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.5);
}
.h-signup-card .tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 28px;
  padding: 4px;
  background: var(--paper-deep);
  border-radius: 999px;
}
.h-signup-card .tab {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
}
.h-signup-card .tab.active {
  background: var(--ink);
  color: var(--paper);
}
.h-signup-card h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
}
.h-signup-card h3 em { font-style: italic; color: var(--terracotta); }
.h-signup-card .sub {
  font-size: 13px;
  color: var(--ink-3);
  margin-bottom: 22px;
}
.h-signup-card .field {
  margin-bottom: 14px;
}
.h-signup-card .field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  margin-bottom: 6px;
}
.h-signup-card .field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--card-edge);
  background: var(--paper);
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color .15s;
  font-family: inherit;
  color: var(--ink);
}
.h-signup-card .field input:focus { border-color: var(--ink); }
.h-signup-card .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.h-signup-card .submit {
  width: 100%;
  margin-top: 8px;
  background: var(--ink);
  color: var(--paper);
  border: none;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: all .15s;
  font-family: inherit;
}
.h-signup-card .submit:hover { background: var(--terracotta); }
.h-signup-card .legal {
  font-size: 11px;
  color: var(--ink-3);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
.h-signup-card .legal a { color: var(--terracotta); text-decoration: none; font-weight: 600; }

.h-forgot {
  display: block;
  font-size: 12px;
  text-align: right;
  color: var(--ink-3);
  text-decoration: none;
  margin-top: -8px;
  margin-bottom: 14px;
}
.h-forgot:hover { color: var(--terracotta); }

/* ====== FAQ ====== */
.h-faq {
  max-width: 880px;
  margin: 0 auto;
  padding: 100px 32px;
}
.h-faq-list {
  display: flex; flex-direction: column;
  gap: 4px;
}
.h-faq-item {
  background: var(--card);
  border: 1px solid var(--card-edge);
  border-radius: 14px;
  transition: border-color .15s;
}
.h-faq-item.open { border-color: var(--ink); }
.h-faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.h-faq-toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--paper-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: var(--ink);
  transition: transform .25s, background .15s;
  flex-shrink: 0;
}
.h-faq-item.open .h-faq-toggle { background: var(--terracotta); color: var(--paper); transform: rotate(45deg); }
.h-faq-a {
  padding: 0 24px 22px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-2);
  display: none;
}
.h-faq-item.open .h-faq-a { display: block; }

/* ====== FINAL CTA ====== */
.h-final {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 32px;
}
.h-final-card {
  background: var(--terracotta);
  color: var(--paper);
  border-radius: 28px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.h-final-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(246,241,232,0.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(29,25,22,0.2), transparent 40%);
  pointer-events: none;
}
.h-final-card-inner { position: relative; z-index: 1; }
.h-final-card h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(40px, 6vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 0 0 18px;
}
.h-final-card h2 em { font-style: italic; }
.h-final-card p {
  font-size: 17px;
  color: rgba(246,241,232,0.85);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.55;
}
.h-final-card .actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.h-final-card .h-btn.primary {
  background: var(--paper);
  color: var(--ink);
}
.h-final-card .h-btn.primary:hover { background: var(--ink); color: var(--paper); }
.h-final-card .h-btn.secondary {
  border-color: rgba(246,241,232,0.4);
  color: var(--paper);
}
.h-final-card .h-btn.secondary:hover { background: rgba(246,241,232,0.1); border-color: var(--paper); }

/* ====== FOOTER ENHANCED ====== */
.h-footer {
  background: var(--paper-deep);
  padding: 60px 32px 32px;
  border-top: 1px solid var(--card-edge);
}
.h-footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 40px;
}
.h-footer-brand h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  letter-spacing: -0.015em;
  margin: 0 0 4px;
}
.h-footer-brand h3 em { color: var(--terracotta); }
.h-footer-brand .tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 18px;
  font-weight: 600;
}
.h-footer-brand p {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}
.h-footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
  margin: 0 0 14px;
}
.h-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; flex-direction: column;
  gap: 10px;
}
.h-footer-col a {
  font-size: 13px;
  color: var(--ink-2);
  text-decoration: none;
}
.h-footer-col a:hover { color: var(--terracotta); }

.h-footer-bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--card-edge);
  display: flex; justify-content: space-between;
  font-size: 12px;
  color: var(--ink-3);
  flex-wrap: wrap;
  gap: 14px;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .h-hero { padding: 100px 24px 60px; }
  .h-hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .h-hero-visual { height: 520px; }
  .h-benefits, .h-quotes, .h-how, .h-news, .h-faq { padding: 80px 24px; }
  .h-benefits-grid, .h-quotes-grid { grid-template-columns: 1fr; }
  .h-numbers-inner { grid-template-columns: 1fr; }
  .h-numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .h-how-grid { grid-template-columns: 1fr; gap: 48px; }
  .h-how-grid::before { display: none; }
  .h-news-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: auto; }
  .h-news-card.featured { grid-column: span 3; grid-row: auto; display: block; }
  .h-news-card.featured .media { aspect-ratio: 4 / 3; flex: none; min-height: 0; }
  .h-news-card:not(.featured) { grid-column: span 1; }
  .h-signup-inner { grid-template-columns: 1fr; gap: 48px; }
  .h-final-card { padding: 60px 32px; }
  .h-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .home-topbar .topbar-inner { padding: 14px 16px; }
  .home-topbar .nav-tabs { display: none; }
  .h-hero { padding: 90px 16px 40px; }
  .h-hero h1 { font-size: 48px; }
  .h-hero-visual { height: 380px; }
  .h-visual-card.main { width: 80%; height: 70%; }
  .h-visual-card.b { width: 60%; height: 50%; }
  .h-float-card { font-size: 11px; padding: 10px 12px; }
  .h-float-card.order { left: -10px; }
  .h-float-card.discount { right: -10px; }
  .h-logos { padding: 22px 16px; }
  .h-logos-list { gap: 24px; }
  .h-logo, .h-logo.c { font-size: 16px; }
  .h-logo.b { font-size: 11px; }
  .h-benefits, .h-quotes, .h-how, .h-news, .h-faq { padding: 60px 16px; }
  .h-section-head { margin-bottom: 36px; }
  .h-benefit { padding: 28px 24px; }
  .h-numbers { padding: 60px 16px; }
  .h-numbers-grid { grid-template-columns: 1fr 1fr; }
  .h-num-value { font-size: 44px; }
  .h-news-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; grid-auto-rows: auto; }
  .h-news-card.featured { grid-column: span 2; grid-row: auto; display: block; }
  .h-news-card.featured .media { aspect-ratio: 4 / 3; flex: none; min-height: 0; }
  .h-news-card:not(.featured) { grid-column: span 1; }
  .h-news-card.featured .body { padding: 18px 20px; }
  .h-signup { padding: 70px 16px; }
  .h-signup-card { padding: 28px 24px 26px; }
  .h-final { padding: 0 16px; margin-bottom: 60px; }
  .h-final-card { padding: 48px 24px; border-radius: 20px; }
  .h-footer { padding: 40px 16px 24px; }
  .h-footer-inner { grid-template-columns: 1fr; gap: 28px; margin-bottom: 24px; }
  .h-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============ Bandeau defilant logos (marquee) ============ */
.h-logos-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 80px, #000 calc(100% - 80px), transparent);
          mask-image: linear-gradient(90deg, transparent, #000 80px, #000 calc(100% - 80px), transparent);
}
.h-logos-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: h-logos-scroll 45s linear infinite;
}
.h-logos-marquee:hover .h-logos-track { animation-play-state: paused; }
.h-logos-track .h-logo { white-space: nowrap; }
@keyframes h-logos-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .h-logos-track { animation: none; flex-wrap: wrap; justify-content: center; }
}
