:root {
  --bg: #080a0f;
  --bg-soft: #10131b;
  --ink: #f7f3ed;
  --text: #1b1d23;
  --muted: #6b7280;
  --line: rgba(255,255,255,.14);
  --line-dark: rgba(10,12,18,.12);
  --paper: #fffaf2;
  --paper-2: #f3eee5;
  --accent: #ff5a36;
  --accent-2: #ffcc66;
  --accent-dark: #cc3d22;
  --ok: #28d17c;
  --radius: 28px;
  --radius-sm: 18px;
  --shadow: 0 24px 80px rgba(5, 8, 15, .24);
  --max: 1160px;
}

* { 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: var(--paper);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
strong { font-weight: 850; }

.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.narrow { width: min(100% - 40px, 760px); margin-inline: auto; }
.center { text-align: center; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--ink); color: var(--bg); border-radius: 12px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(8, 10, 15, .82); color: var(--ink); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #0b0d12; font-size: .86rem; }
.brand-text { font-size: 1.06rem; }
.main-nav { display: flex; align-items: center; gap: 8px; font-size: .92rem; }
.main-nav a { padding: 10px 12px; border-radius: 999px; color: rgba(247,243,237,.78); }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); background: rgba(255,255,255,.08); }
.main-nav .nav-cta { color: #0b0d12; background: var(--ink); font-weight: 750; }

.section { padding: 96px 0; }
.section-dark { background: radial-gradient(circle at 15% 15%, rgba(255, 90, 54, .24), transparent 34%), radial-gradient(circle at 90% 10%, rgba(255, 204, 102, .14), transparent 28%), linear-gradient(180deg, #080a0f 0%, #11141d 100%); color: var(--ink); }
.section-light { background: var(--paper); }
.section-muted { background: var(--paper-2); }
.section-kicker, .eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; color: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(3rem, 8vw, 6.6rem); line-height: .9; letter-spacing: -.075em; max-width: 940px; }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4.6vw, 4.25rem); line-height: .95; letter-spacing: -.055em; }
h3 { margin-bottom: 10px; font-size: 1.25rem; line-height: 1.15; letter-spacing: -.025em; }
.hero { padding: 86px 0 94px; min-height: calc(100vh - 76px); display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: 58px; align-items: center; }
.hero-lead, .section-intro { margin-bottom: 28px; font-size: clamp(1.08rem, 2vw, 1.3rem); color: rgba(247,243,237,.78); max-width: 720px; }
.section-light .section-intro, .section-muted .section-intro, .section-light p, .section-muted p { color: #4b5563; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 850; line-height: 1; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 16px 40px rgba(255, 90, 54, .28); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { border-color: rgba(255,255,255,.2); color: var(--ink); background: rgba(255,255,255,.06); }
.btn-dark { background: var(--bg); color: var(--ink); }
.btn-full { width: 100%; }
.hero-proof, .trust-strip { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(247,243,237,.72); font-size: .94rem; }
.hero-proof span, .trust-strip span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); }
.trust-strip.light span { color: #374151; border-color: var(--line-dark); background: rgba(255,255,255,.7); }
.hero-media { position: relative; }
.phone-stack { position: relative; min-height: 560px; }
.phone-card, .reel-frame, .mosaic-large, .mosaic-small { position: relative; overflow: hidden; border-radius: var(--radius); background: #181b24; border: 1px solid rgba(255,255,255,.16); box-shadow: var(--shadow); }
.image-slot::before { content: ""; position: absolute; inset: 0; background-image: var(--img), linear-gradient(135deg, rgba(255,90,54,.28), rgba(255,204,102,.12) 46%, rgba(255,255,255,.06)); background-size: cover; background-position: center; opacity: .9; }
.image-slot::after { content: attr(data-img-label); position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 14px; border-radius: 16px; background: rgba(8,10,15,.72); color: rgba(247,243,237,.84); font-size: .82rem; backdrop-filter: blur(10px); }
.phone-card-main { width: min(100%, 360px); height: 545px; margin-left: auto; border-radius: 42px; transform: rotate(2deg); }
.phone-card-small { position: absolute; width: 210px; height: 320px; left: 10px; bottom: 36px; border-radius: 34px; transform: rotate(-7deg); }
.reel-frame { width: min(100%, 360px); height: 610px; margin-left: auto; border-radius: 44px; transform: rotate(1.5deg); }
.media-caption { position: relative; margin-top: -22px; margin-left: auto; width: min(100%, 420px); padding: 18px 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(18px); color: rgba(247,243,237,.76); }
.media-caption strong { display: block; color: var(--ink); margin-bottom: 4px; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.benefit-card, .step-card, .offer-panel, .lead-form, .faq-list details, .legal-card, .thanks-card, .warning-card { border-radius: var(--radius); background: #fff; border: 1px solid var(--line-dark); box-shadow: 0 18px 60px rgba(17, 24, 39, .08); }
.benefit-card { padding: 28px; }
.warning-card { padding: 28px; border-color: rgba(255,90,54,.28); background: #fff7ef; }
.icon-dot { display: inline-block; width: 12px; height: 12px; margin-bottom: 30px; border-radius: 999px; background: var(--accent); box-shadow: 18px 0 0 rgba(255,90,54,.22), 36px 0 0 rgba(255,90,54,.10); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 420px); gap: 60px; align-items: center; }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: #374151; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 999px; background: var(--accent); color: #fff; font-size: .78rem; font-weight: 900; }
.offer-panel { padding: 32px; background: var(--bg); color: var(--ink); border-color: rgba(255,255,255,.14); }
.offer-label { color: var(--accent-2); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.price { margin: 18px 0 10px; font-size: clamp(2.6rem, 7vw, 4.2rem); line-height: .9; color: var(--ink); letter-spacing: -.06em; }
.price strong { font-size: 1em; }
.offer-note { color: rgba(247,243,237,.72); }
.micro-note, .form-privacy { margin: 14px 0 0; font-size: .84rem; color: rgba(247,243,237,.58); }
.section-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; margin-bottom: 34px; }
.comparison-table { overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 60px rgba(17, 24, 39, .08); }
.comparison-row { display: grid; grid-template-columns: .62fr 1fr 1fr; border-bottom: 1px solid var(--line-dark); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > div { padding: 20px; }
.comparison-row > div:first-child { font-weight: 850; }
.comparison-head { background: var(--bg); color: var(--ink); font-weight: 850; }
.comparison-head > div { color: var(--ink); }
.section-process .section-intro { color: rgba(247,243,237,.72); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.step-card { padding: 28px; background: rgba(255,255,255,.07); border-color: var(--line); color: var(--ink); box-shadow: none; }
.step-card p { color: rgba(247,243,237,.72); }
.step-number { display: inline-flex; margin-bottom: 36px; color: var(--accent-2); font-size: .9rem; letter-spacing: .14em; font-weight: 900; }
.visual-brief .split-grid { grid-template-columns: minmax(300px, 480px) minmax(0, 1fr); }
.image-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mosaic-large { grid-column: span 2; height: 360px; }
.mosaic-small { height: 220px; border-radius: 22px; }
.video-mosaic .mosaic-large { height: 430px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; }
.faq-list { display: grid; gap: 12px; background: transparent; border: 0; box-shadow: none; }
details { padding: 0; }
summary { cursor: pointer; padding: 20px 24px; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--accent); }
details[open] summary::after { content: "–"; }
details p { padding: 0 24px 22px; margin: 0; }
.cta-section .section-intro { color: rgba(247,243,237,.72); }
.form-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.contact-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.contact-points span { padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; color: rgba(247,243,237,.78); background: rgba(255,255,255,.05); }
.lead-form { padding: 28px; color: var(--text); }
.form-row { margin-bottom: 18px; }
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 7px; font-size: .9rem; font-weight: 850; color: #111827; }
.checkbox-row label { display: flex; align-items: flex-start; gap: 10px; font-weight: 650; line-height: 1.4; }
.checkbox-row input { width: auto; margin-top: 3px; }
input, select, textarea { width: 100%; border: 1px solid rgba(17,24,39,.16); border-radius: 16px; padding: 13px 14px; font: inherit; background: #fff; color: #111827; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(255,90,54,.14); }
textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
.lead-form .form-privacy { color: #6b7280; text-align: center; }
.legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 42px; align-items: start; }
.legal-nav { position: sticky; top: 96px; display: grid; gap: 10px; padding: 20px; border-radius: 22px; background: rgba(255,255,255,.75); border: 1px solid var(--line-dark); }
.legal-nav a { font-weight: 750; color: #374151; }
.legal-card { padding: 34px; margin-bottom: 18px; }
.legal-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.legal-card h3 { margin-top: 26px; }
.legal-card ul { padding-left: 22px; }
.thanks-card { padding: 38px; max-width: 820px; margin-inline: auto; text-align: center; }
.thanks-check { width: 62px; height: 62px; border-radius: 999px; display: grid; place-items: center; margin: 0 auto 22px; background: var(--ok); color: #fff; font-size: 2rem; font-weight: 900; }
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; text-align: left; }
.next-steps article { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line-dark); }
.site-footer { padding: 30px 0; background: #05070b; color: rgba(247,243,237,.62); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: .92rem; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--ink); }
.sticky-cta { display: none; position: fixed; left: 18px; right: 18px; bottom: 16px; z-index: 60; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 900; box-shadow: 0 18px 40px rgba(0,0,0,.24); }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .form-grid, .faq-grid, .section-heading-row, .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: relative; top: 0; }
  .hero { min-height: auto; padding-top: 68px; }
  .hero-media { order: -1; }
  .phone-stack { min-height: 460px; }
  .phone-card-main { height: 440px; margin-inline: auto; }
  .phone-card-small { width: 180px; height: 270px; left: 0; }
  .reel-frame { height: 520px; margin-inline: auto; }
  .cards-3, .cards-2, .steps, .next-steps { grid-template-columns: 1fr; }
  .reverse-mobile > div:first-child { order: 2; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 66px; }
  .brand-text { display: none; }
  .main-nav { gap: 2px; font-size: .82rem; }
  .main-nav a { padding: 8px 9px; }
  h1 { font-size: clamp(3.2rem, 17vw, 5.3rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.7rem); }
  .hero-actions .btn { width: 100%; }
  .hero-proof span, .trust-strip span { width: 100%; }
  .phone-stack { min-height: 390px; }
  .phone-card-main { width: 270px; height: 390px; }
  .phone-card-small { width: 145px; height: 220px; bottom: 8px; }
  .reel-frame { width: 280px; height: 470px; }
  .media-caption { margin-top: 18px; }
  .comparison-table { border-radius: 20px; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-row > div { padding: 16px; }
  .comparison-head div:nth-child(2), .comparison-head div:nth-child(3) { display: none; }
  .comparison-row:not(.comparison-head) > div:nth-child(2)::before { content: "Approche traditionnelle"; display: block; margin-bottom: 6px; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
  .comparison-row:not(.comparison-head) > div:nth-child(3)::before { content: "MariageProd"; display: block; margin-bottom: 6px; color: var(--accent); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
  .two-cols { grid-template-columns: 1fr; }
  .image-mosaic { grid-template-columns: 1fr; }
  .mosaic-large { grid-column: auto; height: 300px; }
  .mosaic-small { height: 190px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 76px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } .btn:hover { transform: none; } }
