/* ===========================================================
   Déclic Académie — landing page "Photo & Vidéo au smartphone"
   Édité par Bienfait (mentions légales) — produit indépendant
   =========================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream:      #faf5ec;
  --cream2:     #f2e7d5;
  --surface:    #ffffff;
  --ink:        #221a12;
  --ink2:       #6a5c4c;
  --ink3:       #a3927b;
  --gold:       #c17f2e;
  --gold-dark:  #96601c;
  --gold-dim:   rgba(193,127,46,.1);
  --gold-line:  rgba(193,127,46,.32);
  --green:      #4a7a5e;
  --green-dim:  rgba(74,122,94,.1);
  --line:       rgba(34,26,18,.11);
  --line2:      rgba(34,26,18,.06);
  --radius:     12px;
  --radius-lg:  24px;
  --max:        1120px;
  --measure:    760px;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'Work Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gold-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.narrow { max-width: var(--measure); margin: 0 auto; padding: 0 1.5rem; }
section { padding: 4.5rem 0; }
@media (max-width: 700px) { section { padding: 3rem 0; } }

h1, h2, h3 { font-family: var(--font-display); color: var(--ink); font-weight: 600; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); line-height: 1.25; margin-bottom: .7rem; }
h2 em, h1 em { font-style: italic; color: var(--gold-dark); }
.center { text-align: center; }
.lead { color: var(--ink2); font-size: 1.06rem; max-width: 620px; }
.lead.center { margin-left: auto; margin-right: auto; }
.section-head { max-width: 680px; margin: 0 auto 2.6rem; text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .13em; color: var(--gold-dark);
  background: var(--gold-dim); border: 1px solid var(--gold-line);
  padding: .35rem 1rem; border-radius: 100px; margin-bottom: 1.1rem;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 700; font-size: .96rem;
  padding: 1rem 1.9rem; border-radius: 100px; border: none; cursor: pointer;
  transition: all .18s; text-decoration: none; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 14px 30px rgba(193,127,46,.32); }
.btn-gold:hover { background: var(--gold-dark); text-decoration: none; color: #fff; transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; text-decoration: none; color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--gold-line); color: var(--gold-dark); text-decoration: none; }
.btn-block { width: 100%; }
.btn-lg { padding: 1.15rem 2.2rem; font-size: 1.02rem; }
.cta-note { font-size: .78rem; color: var(--ink3); margin-top: .7rem; }

/* NAV */
.site-header { background: rgba(250,245,236,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line2); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: .6rem; }
.logo-mark { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; position: relative; }
.logo-mark::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); }
.logo-text { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; color: var(--ink); }
.nav-links { display: flex; gap: .1rem; }
.nav-links a { color: var(--ink2); font-size: .87rem; font-weight: 600; padding: .5rem .85rem; border-radius: var(--radius); }
.nav-links a:hover { color: var(--gold-dark); background: var(--gold-dim); text-decoration: none; }
@media (max-width: 860px) { .nav-links { display: none; } }
.nav-cta { font-size: .84rem !important; padding: .6rem 1.3rem !important; }

/* HERO */
.hero { position: relative; overflow: hidden; padding: 3.5rem 0 4rem; background: linear-gradient(180deg, var(--cream2) 0%, var(--cream) 100%); }
.hero-inner { max-width: 780px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); line-height: 1.18; margin-bottom: 1.2rem; }
.hero-lead { font-size: 1.12rem; color: var(--ink2); max-width: 600px; margin: 0 auto 2rem; }
.hero-visual { margin: 2.6rem auto 1.8rem; max-width: 620px; position: relative; }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.compare-card { border-radius: var(--radius-lg); overflow: hidden; position: relative; aspect-ratio: 4/5; background: #2a2622; }
.compare-card .tag { position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,.55); color: #fff; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: .3rem .7rem; border-radius: 100px; z-index: 2; }
.compare-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.compare-card.before img { filter: saturate(.55) contrast(.92) brightness(.95); }
.compare-arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 10px 24px rgba(193,127,46,.4); z-index: 2; }
.hero-trust { display: flex; justify-content: center; gap: 1.8rem; flex-wrap: wrap; margin-top: 1rem; font-size: .82rem; color: var(--ink2); font-weight: 600; }
.hero-trust span { display: flex; align-items: center; gap: .4rem; }

/* QUOTE CARDS (imagined reactions) */
.quote-strip { background: var(--surface); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 800px) { .quote-grid { grid-template-columns: 1fr; } }
.quote-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; }
.quote-card p { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: var(--ink); }
.quote-card .quote-mark { color: var(--gold); font-size: 1.8rem; font-family: var(--font-display); line-height: 1; margin-bottom: .4rem; }

/* BENEFIT ALTERNATING ROWS */
.benefit-row { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: 3rem 0; border-bottom: 1px solid var(--line2); }
.benefit-row:last-child { border-bottom: none; }
.benefit-row.reverse .benefit-visual { order: 2; }
@media (max-width: 800px) { .benefit-row, .benefit-row.reverse .benefit-visual { grid-template-columns: 1fr; order: 0; } .benefit-row { grid-template-columns: 1fr; } }
.benefit-visual { aspect-ratio: 5/4; border-radius: var(--radius-lg); overflow: hidden; background: #e8e2d6; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.benefit-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.benefit-text h3 { font-size: 1.5rem; margin-bottom: .8rem; }
.benefit-text p { color: var(--ink2); }

/* ORIGIN STORY */
.story-wrap { background: var(--ink); color: rgba(255,255,255,.88); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3.2rem; align-items: center; }
@media (max-width: 850px) { .story-grid { grid-template-columns: 1fr; } }
.story-wrap h2 { color: #fff; }
.story-wrap .eyebrow { background: rgba(193,127,46,.18); border-color: rgba(193,127,46,.4); color: #e9b06a; }
.story-photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); background: linear-gradient(160deg, #3a2f22 0%, #221a12 60%, #14100b 100%); position: relative; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; position: relative; z-index: 1; }
.story-photo::after { content: ""; position: absolute; bottom: -20%; right: -10%; width: 60%; height: 60%; background: radial-gradient(circle, rgba(193,127,46,.35), transparent 70%); z-index: 0; }
.story-text p { color: rgba(255,255,255,.72); margin-bottom: 1rem; font-size: .98rem; }
.story-text strong { color: #fff; }
.story-quote { border-left: 3px solid var(--gold); padding-left: 1.2rem; font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: #fff; margin: 1.4rem 0; }

/* TRUST BAR */
.trust-bar { background: var(--cream2); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
@media (max-width: 700px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
.trust-val { font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-dark); margin-bottom: .3rem; }
.trust-lbl { font-size: .8rem; color: var(--ink2); }

/* PRICE / CTA BLOCK */
.price-block { background: var(--surface); border: 1.5px solid var(--gold-line); border-radius: var(--radius-lg); padding: 2.6rem; text-align: center; max-width: 620px; margin: 0 auto; box-shadow: 0 24px 60px rgba(193,127,46,.1); }
.price-block h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.price-block .price-sub { color: var(--ink2); font-size: .95rem; margin-bottom: 1.6rem; }
.price-tag { display: inline-flex; align-items: baseline; gap: .6rem; margin-bottom: 1.6rem; }
.price-old { text-decoration: line-through; color: var(--ink3); font-size: 1.1rem; }
.price-new { font-family: var(--font-display); font-size: 2.1rem; color: var(--gold-dark); font-weight: 600; }
.guarantee-line { display: flex; align-items: center; justify-content: center; gap: .6rem; margin-top: 1.4rem; font-size: .85rem; color: var(--ink2); }
.guarantee-line .badge { width: 30px; height: 30px; border-radius: 50%; background: var(--green-dim); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* CURRICULUM */
.curriculum { display: flex; flex-direction: column; gap: 1rem; }
.module { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.module-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 1.7rem; cursor: pointer; }
.module-head:hover { background: var(--gold-dim); }
.module-num { font-family: var(--font-display); font-size: .78rem; font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: .25rem; }
.module-head h3 { font-size: 1.1rem; }
.module-meta { font-size: .8rem; color: var(--ink3); white-space: nowrap; flex-shrink: 0; }
.module-chevron { transition: transform .2s; color: var(--ink3); flex-shrink: 0; }
.module.is-open .module-chevron { transform: rotate(180deg); }
.module-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.module.is-open .module-body { max-height: 900px; }
.lesson-list { padding: 0 1.7rem 1.4rem; display: flex; flex-direction: column; gap: .1rem; }
.lesson { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-top: 1px solid var(--line2); font-size: .92rem; color: var(--ink2); }
.lesson span.dur { color: var(--ink3); font-size: .82rem; flex-shrink: 0; }

/* BONUSES */
.bonus-grid { display: flex; flex-direction: column; gap: 1.1rem; }
.bonus-card { display: grid; grid-template-columns: auto 1fr auto; gap: 1.3rem; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem 1.7rem; }
@media (max-width: 650px) { .bonus-card { grid-template-columns: auto 1fr; } .bonus-value { grid-column: 2; } }
.bonus-num { width: 46px; height: 46px; border-radius: 50%; background: var(--gold-dim); color: var(--gold-dark); font-family: var(--font-display); font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bonus-card h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.bonus-card p { font-size: .89rem; color: var(--ink2); }
.bonus-value { text-align: right; font-family: var(--font-display); color: var(--ink3); text-decoration: line-through; font-size: .95rem; white-space: nowrap; }
.bonus-total { text-align: center; margin-top: 1.6rem; padding: 1.6rem; background: var(--gold-dim); border-radius: var(--radius-lg); }
.bonus-total .amount { font-family: var(--font-display); font-size: 1.8rem; color: var(--gold-dark); }

/* TESTIMONIALS */
/* DECISION SECTION */
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
@media (max-width: 750px) { .decision-grid { grid-template-columns: 1fr; } }
.decision-card { border-radius: var(--radius-lg); padding: 2rem; }
.decision-card.bad { background: #f3ede4; border: 1px solid var(--line); }
.decision-card.good { background: var(--ink); color: #fff; }
.decision-card h3 { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 1rem; }
.decision-card.bad h3 { color: var(--ink2); }
.decision-card ul { display: flex; flex-direction: column; gap: .7rem; }
.decision-card li { font-size: .92rem; padding-left: 1.4rem; position: relative; }
.decision-card.bad li { color: var(--ink2); }
.decision-card.bad li::before { content: "✕"; position: absolute; left: 0; color: #b5493a; }
.decision-card.good li::before { content: "✓"; position: absolute; left: 0; color: #e9b06a; }
.decision-card.good li { color: rgba(255,255,255,.85); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: .8rem; max-width: var(--measure); margin: 0 auto; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; cursor: pointer; font-weight: 600; font-size: .96rem; }
.faq-q:hover { background: var(--gold-dim); }
.faq-plus { flex-shrink: 0; color: var(--gold-dark); transition: transform .2s; font-size: 1.2rem; }
.faq-item.is-open .faq-plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.is-open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 1.4rem 1.2rem; color: var(--ink2); font-size: .92rem; }

/* WAITLIST FORM */
.waitlist-wrap { background: var(--ink); color: #fff; }
.waitlist-wrap h2 { color: #fff; }
.waitlist-wrap .lead { color: rgba(255,255,255,.65); }
.waitlist-card { background: var(--surface); color: var(--ink); border-radius: var(--radius-lg); padding: 2.2rem; max-width: 520px; margin: 2rem auto 0; }
.field { margin-bottom: 1.1rem; text-align: left; }
.field label { display: block; font-size: .8rem; font-weight: 700; margin-bottom: .4rem; color: var(--ink2); }
.field input, .field select {
  width: 100%; padding: .78rem .95rem; border: 1.5px solid var(--line); border-radius: var(--radius);
  font-family: var(--font-body); font-size: .93rem; background: var(--cream); color: var(--ink);
}
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); background: #fff; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin: .2rem 0 1.15rem; text-align: left; color: var(--ink2); font-size: .76rem; line-height: 1.5; cursor: pointer; }
.consent-field input { width: 1rem; height: 1rem; margin-top: .15rem; accent-color: var(--gold-dark); }
.form-error { display: none; margin: .85rem 0 0; color: #a4372d; font-size: .82rem; line-height: 1.5; text-align: left; }
.waitlist-card button:disabled { cursor: wait; opacity: .7; }
.waitlist-success { display: none; text-align: center; padding: 1.4rem 0; }
.waitlist-success .ic-big { width: 54px; height: 54px; border-radius: 50%; background: var(--green-dim); color: var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.4rem; }
.waitlist-success h3 { color: var(--ink); margin-bottom: .5rem; }
.waitlist-success p { color: var(--ink2); font-size: .92rem; }

/* FOOTER */
.site-footer { background: #17110b; color: rgba(255,255,255,.55); padding: 2.6rem 0 1.6rem; font-size: .85rem; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 1.6rem; }
.footer-brand { display: flex; align-items: center; gap: .6rem; color: #fff; font-family: var(--font-display); font-weight: 600; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.6); }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.2rem; font-size: .78rem; line-height: 1.7; }

/* LEGAL PAGES */
.legal-header { background: var(--ink); color: #fff; padding: 3.2rem 0 2.2rem; }
.legal-header h1 { color: #fff; font-size: 1.9rem; }
.legal-header p { color: rgba(255,255,255,.6); margin-top: .5rem; }
.legal-content { max-width: 760px; margin: 0 auto; padding: 3rem 1.5rem 5rem; }
.legal-content h2 { font-size: 1.1rem; margin: 2.1rem 0 .8rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--ink2); font-size: .95rem; margin-bottom: .6rem; }
.legal-content a { color: var(--gold-dark); }
.legal-content ul { padding-left: 1.2rem; list-style: disc; }
.legal-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.5rem; margin: 1rem 0 1.6rem; }
.legal-updated { font-size: .82rem; color: var(--ink3); margin-top: 2.4rem; }
