
:root {
  --black: #09090a;
  --black-2: #121214;
  --charcoal: #242124;
  --gold: #c7a15a;
  --gold-2: #e6d1a3;
  --ivory: #fffdf8;
  --cream: #f5efe6;
  --stone: #ebe3d6;
  --text: #111113;
  --muted: #5c554d;
  --line: rgba(199, 161, 90, 0.26);
  --soft-line: rgba(17, 17, 19, 0.1);
  --shadow: 0 26px 80px rgba(9, 9, 10, 0.12);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(199,161,90,0.12), transparent 32rem), linear-gradient(180deg, #fff 0%, var(--ivory) 42%, var(--cream) 100%);
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
body.menu-open { overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(18px, 4.5vw, 58px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(199,161,90,0.22);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(9, 9, 10, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-2);
  border: 1px solid rgba(199,161,90,0.58);
  box-shadow: 0 12px 30px rgba(9,9,10,0.16);
  font-size: 1.15rem;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
}

.main-nav a {
  color: var(--muted);
  font-weight: 650;
  position: relative;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--black);
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  height: 2px;
  width: 0;
  background: var(--gold);
  transition: width 180ms ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  width: 100%;
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--gold-2) !important;
  background: var(--black);
  border: 1px solid var(--gold);
  box-shadow: 0 14px 32px rgba(9,9,10,0.16);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--ivory);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--black);
}

.page { min-height: calc(100vh - 78px); }

.section {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 4.5vw, 58px);
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--gold);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 6.6rem);
  max-width: 870px;
}

h2 { font-size: clamp(2rem, 4vw, 4.1rem); }
h3 { font-size: 1.18rem; letter-spacing: -0.02em; }
p { margin: 0; color: var(--muted); }

.lead {
  max-width: 690px;
  margin-top: 24px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-home {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(56px, 7vw, 94px) clamp(18px, 4.5vw, 58px);
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,253,248,0.98) 0%, rgba(255,253,248,0.88) 33%, rgba(255,253,248,0.54) 58%, rgba(9,9,10,0.18) 100%),
    var(--hero-bg, linear-gradient(135deg, var(--ivory), var(--stone)));
  background-size: cover;
  background-position: center;
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 18% 28%, rgba(255,255,255,0.9), transparent 26rem);
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
}

.hero-content { max-width: 760px; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--black);
  color: var(--gold-2);
  border-color: var(--gold);
  box-shadow: 0 16px 34px rgba(9,9,10,0.2);
}

.btn-primary:hover { background: #161616; }

.btn-secondary {
  background: rgba(255,253,248,0.88);
  color: var(--black);
  border-color: rgba(199,161,90,0.45);
}

.btn-secondary:hover { background: #fff; }

.home-links {
  margin-top: clamp(44px, 6vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-tile {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,253,248,0.82);
  border: 1px solid rgba(199,161,90,0.28);
  box-shadow: 0 18px 58px rgba(9,9,10,0.09);
  backdrop-filter: blur(16px);
}

.home-tile:hover {
  transform: translateY(-2px);
  transition: transform 160ms ease;
  border-color: rgba(199,161,90,0.55);
}

.tile-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(199,161,90,0.12);
  color: var(--gold);
  border: 1px solid rgba(199,161,90,0.22);
  font-size: 1.45rem;
}

.home-tile p { margin-top: 10px; font-size: 0.94rem; }
.tile-arrow { margin-top: 18px; color: var(--gold); font-weight: 900; }

.reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.reassurance span {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(199,161,90,0.12);
  border: 1px solid rgba(199,161,90,0.20);
  font-weight: 760;
  color: var(--charcoal);
}

.page-hero {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 4.5vw, 58px) clamp(30px, 4vw, 48px);
  background: radial-gradient(circle at 14% 15%, rgba(199,161,90,0.18), transparent 28rem), linear-gradient(180deg, #fff 0%, var(--ivory) 100%);
  border-bottom: 1px solid rgba(199,161,90,0.18);
}

.page-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.page-hero h1 { font-size: clamp(2.4rem, 5.8vw, 5.5rem); }
.page-hero .lead { max-width: 760px; }

.luxe-panel {
  border-radius: var(--radius);
  background: rgba(255,253,248,0.82);
  border: 1px solid rgba(199,161,90,0.24);
  box-shadow: var(--shadow);
}

.dark-panel {
  background: linear-gradient(145deg, #09090a, #171316);
  color: var(--ivory);
  border: 1px solid rgba(199,161,90,0.34);
  border-radius: var(--radius);
}

.dark-panel p { color: rgba(255,253,248,0.72); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.service-card {
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(199,161,90,0.20);
  box-shadow: 0 18px 54px rgba(9,9,10,0.06);
}

.service-card .icon,
.value-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(199,161,90,0.12);
  color: var(--gold);
  border: 1px solid rgba(199,161,90,0.24);
  font-size: 1.55rem;
  margin-bottom: 24px;
}

.service-card p { margin-top: 13px; }

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.service-meta span {
  font-size: 0.83rem;
  font-weight: 760;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--charcoal);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 24px;
  align-items: start;
}

.about-story,
.about-values,
.review-form-card,
.quote-form-card {
  padding: clamp(26px, 4vw, 42px);
}

.about-story p + p { margin-top: 18px; }

.value-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.value-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
}

.value-item p { margin-top: 6px; font-size: 0.95rem; }

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(199,161,90,0.20);
  box-shadow: 0 18px 54px rgba(9,9,10,0.06);
}

.stars {
  color: var(--gold);
  letter-spacing: 0.12em;
  font-size: 1rem;
  margin-bottom: 16px;
}

.review-card blockquote {
  margin: 0;
  color: var(--text);
  font-size: 1.04rem;
}

.review-card cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 850;
  color: var(--gold);
}

.review-layout {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 24px;
  align-items: start;
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 28px;
  align-items: start;
}

.quote-aside {
  padding: clamp(26px, 4vw, 42px);
  position: sticky;
  top: 104px;
}

.quote-aside ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.quote-aside li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  color: rgba(255,253,248,0.82);
}

.quote-aside li::before {
  content: "✓";
  color: var(--gold);
  font-weight: 900;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-row { display: grid; gap: 8px; }

.form-row.full,
.form-actions.full,
.form-title-row.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 850;
  color: var(--black);
}

input, select, textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(199,161,90,0.26);
  border-radius: 16px;
  padding: 14px 14px;
  font: inherit;
  color: var(--black);
  background: #fffdf8;
  outline: none;
}

textarea { min-height: 128px; resize: vertical; }

input:focus, select:focus, textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(199,161,90,0.16);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
}

.form-note { max-width: 430px; font-size: 0.9rem; }
.hidden { display: none !important; }

.elegant-form {
  background: radial-gradient(circle at top right, rgba(199,161,90,0.15), transparent 22rem), #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(199,161,90,0.28);
  box-shadow: var(--shadow);
}

.form-title-row {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(199,161,90,0.20);
}

.form-title-row p { margin-top: 10px; }

.trust-strip {
  padding: 24px clamp(18px, 4.5vw, 58px);
  background: var(--black);
  color: var(--ivory);
  border-top: 1px solid rgba(199,161,90,0.26);
  border-bottom: 1px solid rgba(199,161,90,0.26);
}

.trust-strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.trust-strip strong { color: var(--gold-2); }

.trust-strip p {
  margin-top: 5px;
  color: rgba(255,253,248,0.68);
  font-size: 0.92rem;
}

.site-footer {
  padding: 34px clamp(18px, 4.5vw, 58px);
  background: var(--black);
  color: var(--ivory);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  margin-top: 5px;
  color: rgba(255,253,248,0.66);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255,253,248,0.74);
}

.footer-links a:hover { color: var(--gold-2); }

.mobile-bottom-cta { display: none; }

@media (max-width: 980px) {
  .site-header { min-height: 72px; }
  .nav-toggle { display: block; }

  .main-nav {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,253,248,0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 8px; font-size: 1.04rem; }
  .nav-cta { text-align: center; margin-top: 6px; }

  .hero-home { min-height: auto; }

  .home-links,
  .service-grid,
  .about-layout,
  .review-layout,
  .quote-layout,
  .trust-strip-inner {
    grid-template-columns: 1fr;
  }

  .home-links { margin-top: 38px; }
  .quote-aside { position: static; }
  .review-grid { grid-template-columns: 1fr; }

  .mobile-bottom-cta {
    position: fixed;
    z-index: 45;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--black);
    color: var(--gold-2);
    border: 1px solid var(--gold);
    box-shadow: 0 16px 40px rgba(9,9,10,0.28);
    font-weight: 900;
  }

  body { padding-bottom: 72px; }
}

@media (max-width: 640px) {
  .site-header { padding: 13px 16px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 0.92rem; }
  .brand small { font-size: 0.64rem; }
  .section { padding: 44px 16px; }
  .hero-home { padding: 42px 16px 34px; }

  .hero-home::before {
    background:
      linear-gradient(180deg, rgba(255,253,248,0.96) 0%, rgba(255,253,248,0.90) 62%, rgba(255,253,248,0.78) 100%),
      var(--hero-bg, linear-gradient(135deg, var(--ivory), var(--stone)));
    background-size: cover;
    background-position: center;
  }

  h1 { font-size: clamp(2.55rem, 14vw, 4.4rem); }
  .hero-actions, .btn { width: 100%; }
  .home-tile { min-height: 142px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; }
  .footer-inner { flex-direction: column; }
}

.hero-home { --hero-bg: url("assets/hero-bordeaux-menage.png"); }


/* Page devis V5 ultra optimisée */
.quote-page-v5 {
  background:
    radial-gradient(circle at 8% 0%, rgba(199,161,90,0.18), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(9,9,10,0.06), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #fffdf8 42%, #f5efe6 100%);
}

.quote-conversion {
  padding: clamp(34px, 5vw, 68px) clamp(18px, 4.5vw, 58px) clamp(32px, 5vw, 72px);
}

.quote-conversion-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.quote-copy-v5 {
  position: sticky;
  top: 104px;
  padding-top: 10px;
}

.quote-copy-v5 h1 {
  font-size: clamp(2.45rem, 5.35vw, 5.45rem);
  max-width: 700px;
}

.quote-copy-v5 .lead {
  max-width: 590px;
  margin-top: 20px;
}

.trust-badges-v5 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-badges-v5 span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(199,161,90,0.12);
  border: 1px solid rgba(199,161,90,0.24);
  color: var(--charcoal);
  font-size: 0.92rem;
  font-weight: 820;
}

.mini-proof-v5 {
  max-width: 430px;
  margin-top: 26px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,253,248,0.82);
  border: 1px solid rgba(199,161,90,0.22);
  box-shadow: 0 18px 54px rgba(9,9,10,0.06);
}

.mini-proof-v5 p {
  margin-top: 8px;
  color: var(--text);
  font-size: 1rem;
}

.mini-proof-v5 strong {
  display: block;
  margin-top: 12px;
  color: var(--gold);
}

.how-mini-v5 {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  max-width: 430px;
}

.how-mini-v5 div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(199,161,90,0.18);
}

.how-mini-v5 span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.how-mini-v5 strong {
  color: var(--black);
  font-size: 0.94rem;
}

.quote-form-v5 {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3.5vw, 34px);
}

.quote-form-v5::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -130px;
  top: -130px;
  border-radius: 50%;
  background: rgba(199,161,90,0.12);
  pointer-events: none;
}

.quote-form-v5 > * {
  position: relative;
}

.quote-form-v5 .form-title-row {
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.quote-form-v5 .form-title-row h2 {
  font-size: clamp(1.85rem, 3.1vw, 3rem);
}

.form-section-v5 {
  padding: 18px 0;
  border-bottom: 1px solid rgba(199,161,90,0.16);
}

.form-section-v5:last-of-type {
  border-bottom: 0;
}

.form-section-v5 h3 {
  margin-bottom: 13px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.83rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.compact-grid {
  gap: 14px;
}

.quote-form-v5 input,
.quote-form-v5 select,
.quote-form-v5 textarea {
  min-height: 48px;
  border-radius: 14px;
  background: rgba(255,253,248,0.94);
}

.quote-form-v5 label {
  font-size: 0.9rem;
}

.message-row-v5 {
  margin-top: 14px;
}

.message-row-v5 textarea {
  min-height: 104px;
}

.form-actions-v5 {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.form-actions-v5 .btn {
  width: 100%;
  min-height: 56px;
  font-size: 1rem;
}

.form-actions-v5 p {
  text-align: center;
  font-size: 0.88rem;
}

.quote-confidence-v5 {
  padding: 0 clamp(18px, 4.5vw, 58px) clamp(42px, 6vw, 74px);
}

.confidence-grid-v5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.confidence-grid-v5 article {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(199,161,90,0.20);
  box-shadow: 0 18px 54px rgba(9,9,10,0.06);
}

.confidence-grid-v5 span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(199,161,90,0.12);
  color: var(--gold);
  border: 1px solid rgba(199,161,90,0.22);
  font-size: 1.2rem;
}

.confidence-grid-v5 p {
  margin-top: 8px;
  font-size: 0.95rem;
}

.quote-faq-v5 {
  padding: clamp(42px, 6vw, 76px) clamp(18px, 4.5vw, 58px);
  background: rgba(255,253,248,0.74);
  border-top: 1px solid rgba(199,161,90,0.16);
}

.faq-heading-v5 {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.faq-grid-v5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-grid-v5 details {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(199,161,90,0.18);
  box-shadow: 0 12px 36px rgba(9,9,10,0.04);
}

.faq-grid-v5 summary {
  cursor: pointer;
  color: var(--black);
  font-weight: 850;
}

.faq-grid-v5 p {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .quote-conversion-inner {
    grid-template-columns: 1fr;
  }

  .quote-copy-v5 {
    position: static;
  }

  .quote-copy-v5 h1 {
    max-width: 760px;
  }

  .mini-proof-v5,
  .how-mini-v5 {
    max-width: none;
  }

  .confidence-grid-v5,
  .faq-grid-v5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .quote-conversion {
    padding: 32px 16px 36px;
  }

  .quote-copy-v5 h1 {
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .quote-copy-v5 .lead {
    font-size: 1rem;
  }

  .trust-badges-v5 span {
    width: 100%;
    text-align: center;
  }

  .how-mini-v5 {
    display: none;
  }

  .mini-proof-v5 {
    padding: 16px;
  }

  .quote-form-v5 {
    padding: 20px;
  }

  .quote-form-v5 .form-title-row h2 {
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }

  .form-section-v5 {
    padding: 16px 0;
  }

  .quote-confidence-v5 {
    padding: 0 16px 42px;
  }

  .quote-faq-v5 {
    padding: 42px 16px;
  }
}


/* V7 : double envoi WhatsApp / e-mail */
.dual-actions-v7 {
  grid-template-columns: repeat(2, 1fr);
}

.dual-actions-v7 p {
  grid-column: 1 / -1;
}

.dual-actions-v7 .btn-secondary {
  background: #fffdf8;
  border-color: rgba(199,161,90,0.55);
  color: var(--black);
}

.dual-actions-v7 .btn-secondary:hover {
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(9,9,10,0.08);
}

@media (max-width: 640px) {
  .dual-actions-v7 {
    grid-template-columns: 1fr;
  }
}


/* V8 pro complète */
.field-help {
  display: block;
  margin-top: -2px;
  color: rgba(92, 85, 77, 0.82);
  font-size: 0.78rem;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card p {
  flex: 1;
}

.service-cta {
  width: 100%;
  margin-top: 24px;
  min-height: 48px;
}

.home-seo-section {
  background: rgba(255,253,248,0.76);
  border-top: 1px solid rgba(199,161,90,0.16);
}

.home-seo-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 28px;
  align-items: center;
}

.contact-grid-v8 {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.contact-card-v8 {
  padding: clamp(26px, 4vw, 42px);
}

.contact-card-v8 h2 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.contact-card-v8 p:not(.eyebrow) {
  margin-top: 16px;
}

.contact-actions-v8 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.zone-list-v8 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.zone-list-v8 span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(199,161,90,0.10);
  border: 1px solid rgba(199,161,90,0.20);
  color: var(--charcoal);
  font-weight: 760;
  font-size: 0.92rem;
}

.legal-card-v8 {
  padding: clamp(26px, 4vw, 44px);
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(199,161,90,0.22);
  box-shadow: var(--shadow);
}

.legal-card-v8 h2 {
  margin-top: 28px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.legal-card-v8 h2:first-child {
  margin-top: 0;
}

.legal-card-v8 p {
  margin-top: 10px;
}

.main-nav .nav-cta::after {
  display: none;
}

@media (max-width: 980px) {
  .home-seo-grid,
  .contact-grid-v8 {
    grid-template-columns: 1fr;
  }

  .contact-actions-v8 .btn {
    width: 100%;
  }
}


/* V9 : intégration du portrait professionnel */
.person-preview-v9 {
  background:
    radial-gradient(circle at 85% 10%, rgba(199,161,90,0.13), transparent 24rem),
    rgba(255,253,248,0.88);
  border-top: 1px solid rgba(199,161,90,0.16);
}

.person-preview-grid-v9,
.about-portrait-grid-v9 {
  display: grid;
  grid-template-columns: 0.68fr 1fr;
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.about-portrait-grid-v9 {
  grid-template-columns: 0.62fr 1fr;
}

.portrait-card-v9 {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: var(--black);
  border: 1px solid rgba(199,161,90,0.34);
  box-shadow: 0 28px 80px rgba(9,9,10,0.18);
}

.portrait-card-v9::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(9,9,10,0.16) 100%);
  pointer-events: none;
}

.portrait-card-v9 img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.portrait-card-large-v9 img {
  aspect-ratio: 3 / 4;
}

.person-copy-v9 h2,
.about-intro-v9 h2 {
  max-width: 720px;
}

.person-copy-v9 p:not(.eyebrow),
.about-intro-v9 p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  font-size: 1.06rem;
}

.person-points-v9 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.person-points-v9 span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(199,161,90,0.12);
  border: 1px solid rgba(199,161,90,0.22);
  color: var(--charcoal);
  font-weight: 800;
  font-size: 0.92rem;
}

.about-portrait-section-v9 {
  padding-bottom: clamp(20px, 4vw, 42px);
}

.about-intro-v9 {
  padding: clamp(26px, 4vw, 44px);
}

.contact-mini-portrait-v9 {
  width: 94px;
  height: 118px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  border: 1px solid rgba(199,161,90,0.34);
  margin-bottom: 22px;
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
}

@media (max-width: 980px) {
  .person-preview-grid-v9,
  .about-portrait-grid-v9 {
    grid-template-columns: 1fr;
  }

  .portrait-card-v9 {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .portrait-card-v9 {
    border-radius: 26px;
  }

  .person-preview-v9 {
    padding-top: 42px;
  }

  .person-points-v9 span {
    width: 100%;
    text-align: center;
  }
}


/* V10 : copywriting + sections confiance */
.section-heading-v10 {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.steps-grid-v10 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.steps-grid-v10 article {
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(199,161,90,0.20);
  box-shadow: 0 18px 54px rgba(9,9,10,0.06);
}

.steps-grid-v10 span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-2);
  font-weight: 900;
  font-size: 0.82rem;
}

.steps-grid-v10 p {
  margin-top: 10px;
}

.zones-v10 {
  background: linear-gradient(180deg, rgba(255,253,248,0.78), rgba(245,239,230,0.92));
  border-top: 1px solid rgba(199,161,90,0.16);
}

.zones-grid-v10 {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 28px;
  align-items: center;
}

.zones-grid-v10 p:not(.eyebrow) {
  margin-top: 16px;
}

.hero-content .lead {
  max-width: 760px;
}

.person-copy-v9 p:not(.eyebrow),
.about-intro-v9 p:not(.eyebrow) {
  color: rgba(92,85,77,0.96);
}

@media (max-width: 980px) {
  .steps-grid-v10,
  .zones-grid-v10 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .steps-grid-v10 article {
    padding: 22px;
  }
}
