/* ═══════════════════════════════════════════════════════
   Chantiers — site one-pager
   ═══════════════════════════════════════════════════════ */
:root {
  --display: 'Archivo', system-ui, sans-serif;
  --mono: 'Spline Sans Mono', ui-monospace, monospace;

  --espresso: #153027;
  --espresso-1: #163228;
  --espresso-2: #0f2b24;
  --green-deep: #1f4438;
  --cream: #f6f2ea;
  --app-bg: #f1ebdf;
  --surface: #fffcf7;
  --sunk: #efe7d9;

  --ink: #151a17;
  --ink-2: #3a443d;
  --ink-3: #677069;
  --ink-4: #9aa39b;

  --hair: rgba(24,33,25,0.08);
  --line: rgba(24,33,25,0.13);

  --clay: #ef6b2d;
  --clay-d: #e0530f;
  --gold: #f4c35a;
  --gold-d: #c79a2e;
  --green: #1f8a5b;

  --wrap: 1200px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--display);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; letter-spacing: -0.025em; text-wrap: balance; }
p { margin: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-family: var(--display); font-weight: 700; font-size: 15px;
  padding: 12px 20px; border-radius: 12px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap; line-height: 1;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { font-size: 16.5px; padding: 16px 28px; border-radius: 14px; }
.btn-block { width: 100%; }
.btn-clay { background: linear-gradient(160deg, #ff7e3e, var(--clay-d)); color: #fff; box-shadow: 0 8px 20px rgba(224,83,15,0.32), inset 0 1px 0 rgba(255,255,255,0.3); }
.btn-clay:hover { box-shadow: 0 12px 28px rgba(224,83,15,0.42), inset 0 1px 0 rgba(255,255,255,0.3); }
.btn-ghost { color: var(--ink-2); }
.btn-ghost:hover { color: var(--ink); }
.btn-line { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-line:hover { border-color: var(--ink); }
.btn-line-light { background: transparent; border-color: rgba(246,242,234,0.32); color: var(--cream); }
.btn-line-light:hover { border-color: rgba(246,242,234,0.7); }

/* ── Eyebrow / kickers ── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 12.5px; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 22px;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }

.kicker {
  font-family: var(--mono); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay);
  display: block; margin-bottom: 16px;
}

.stars { color: var(--gold-d); letter-spacing: 2px; font-size: 15px; }

/* ════════════ NAV ════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav.scrolled { background: rgba(246,242,234,0.85); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--hair); }
.nav.scrolled .nav-links a { color: var(--ink-2); }
.nav.scrolled .brand-name { color: var(--ink); }
.nav.scrolled .btn-ghost { color: var(--ink-2); }

.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo {
  width: 38px; height: 38px; border-radius: 11px;
  background: linear-gradient(160deg, #ff7e3e, var(--clay-d));
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(224,83,15,0.35), inset 0 1px 0 rgba(255,255,255,0.35);
}
.brand-logo svg { width: 21px; height: 21px; }
.brand-logo.sm { width: 34px; height: 34px; border-radius: 10px; }
.brand-name { font-weight: 800; font-size: 21px; letter-spacing: -0.02em; color: var(--cream); }

.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 500; color: rgba(246,242,234,0.82); transition: color .15s; }
.nav-links a:hover { color: #fff; }
.nav.scrolled .nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

/* ════════════ HERO ════════════ */
.hero {
  position: relative; overflow: hidden;
  padding: 150px 0 110px;
  color: var(--cream);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 600px at 88% -8%, rgba(244,195,90,0.16), transparent 60%),
    radial-gradient(760px 640px at 100% 116%, rgba(239,107,45,0.22), transparent 60%),
    radial-gradient(680px 520px at -4% 6%, rgba(239,107,45,0.10), transparent 55%),
    linear-gradient(155deg, var(--green-deep) 0%, var(--espresso-1) 54%, var(--espresso-2) 100%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(246,242,234,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,242,234,0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(1100px 760px at 26% 36%, #000 26%, transparent 76%);
  -webkit-mask-image: radial-gradient(1100px 760px at 26% 36%, #000 26%, transparent 76%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 40px; align-items: center;
}
.hero-copy h1 { font-size: 62px; font-weight: 800; line-height: 1.0; color: #fff; }
.hero-copy h1 .accent { color: var(--clay); }
.hero-copy .lede {
  margin-top: 26px; max-width: 560px;
  font-size: 19.5px; line-height: 1.55; color: rgba(246,242,234,0.82);
  text-wrap: pretty;
}
.hero-copy .lede b { color: #fff; font-weight: 600; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 32px; font-size: 14.5px; color: rgba(246,242,234,0.7); }
.hero-trust b { color: var(--cream); font-weight: 600; }
.hero-trust .stars { color: var(--gold); }

/* ── Hero screenshot carousel (shared with lp/rfq) ── */
.hero-shots {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 18px;
  transform: translateY(80px);
}
.hero-shots::before {
  content: "";
  position: absolute;
  right: 24px; top: 38px;
  width: 116px; height: 116px;
  border-radius: 30px;
  background: var(--gold);
  opacity: 0.55;
  transform: rotate(16deg);
  z-index: 0;
}
.hero-shots::after {
  content: "";
  position: absolute;
  left: 34px; bottom: 70px;
  width: 84px; height: 84px;
  border-radius: 24px;
  background: var(--clay);
  opacity: 0.16;
  transform: rotate(-18deg);
  z-index: 0;
}
.shot {
  position: absolute;
  left: 50%;
  display: block;
  width: min(62%, 280px);
  padding: 0;
  border: 6px solid #0f2b24;
  border-radius: 40px;
  background: #0f2b24;
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(43,34,22,0.24), inset 0 0 0 1px rgba(255,255,255,0.08);
  transition:
    opacity 320ms ease,
    transform 520ms cubic-bezier(0.22,1,0.36,1),
    width 520ms cubic-bezier(0.22,1,0.36,1),
    bottom 520ms cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform, width, bottom;
}
.shot img { display: block; width: 100%; height: auto; }
.shot:focus-visible { outline: 4px solid rgba(239,107,45,0.34); outline-offset: 6px; }
.shot-back { width: min(50%, 228px); bottom: 46px; opacity: 0.96; transform: translateX(2%); z-index: 1; cursor: pointer; }
.shot-back:hover { transform: translateX(2%) translateY(-6px); }
.shot-front { width: min(62%, 280px); bottom: 18px; opacity: 1; transform: translateX(-64%); z-index: 2; cursor: default; }
.shot-hidden { width: min(50%, 228px); bottom: 46px; opacity: 0; transform: translateX(20%); z-index: 0; pointer-events: none; }
.shot-hidden.shot-exiting { width: min(62%, 280px); bottom: 18px; opacity: 0; transform: translateX(-64%); z-index: 3; }
@media (prefers-reduced-motion: reduce) {
  .shot { transition: opacity 320ms ease; }
}

/* ════════════ STRIP ════════════ */
.strip { background: var(--ink); color: var(--cream); }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 32px; }
.strip-item { display: flex; align-items: center; gap: 14px; }
.strip-item .si-n { font-size: 38px; font-weight: 800; letter-spacing: -0.03em; color: var(--gold); line-height: 1; }
.strip-item .si-l { font-size: 13.5px; line-height: 1.25; color: rgba(246,242,234,0.72); }
.strip-sep { width: 1px; height: 42px; background: rgba(246,242,234,0.16); }

/* ════════════ SECTIONS ════════════ */
.section { position: relative; padding: 100px 0; }
.tone-cream { background: var(--app-bg); }
.section > .wrap { position: relative; z-index: 1; }
#fonctions::after,
#etapes::before,
#reconnaissez::after,
#acces::before,
#faq::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 30px;
  z-index: 0;
}
#fonctions::after {
  width: 244px;
  height: 244px;
  right: -110px;
  top: 10px;
  background: var(--gold);
  opacity: 0.34;
  transform: rotate(-14deg);
}
#etapes::before {
  width: 328px;
  height: 328px;
  left: -180px;
  bottom: -48px;
  background: var(--clay);
  opacity: 0.16;
  transform: rotate(18deg);
}
#reconnaissez::after {
  width: 200px;
  height: 200px;
  right: -32px;
  top: -16px;
  background: var(--green-deep);
  border-radius: 24px;
  opacity: 0.12;
  transform: rotate(28deg);
}
#acces::before {
  width: 292px;
  height: 292px;
  right: -140px;
  top: 74px;
  background: var(--gold);
  opacity: 0.28;
  transform: rotate(12deg);
}
#faq::after {
  width: 232px;
  height: 232px;
  left: -102px;
  top: 24px;
  background: var(--clay);
  opacity: 0.13;
  transform: rotate(-20deg);
}
.sec-head { max-width: 660px; margin: 0 auto 60px; text-align: center; }
.sec-head h2 { font-size: 44px; font-weight: 800; line-height: 1.05; color: var(--ink); }
.sec-head p { margin-top: 18px; font-size: 18.5px; line-height: 1.55; color: var(--ink-3); text-wrap: pretty; }
.sec-head.light h2 { color: #fff; }
.sec-head.light .kicker { color: var(--gold); }

/* ── Feature grid ── */
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.fcard {
  background: var(--surface); border: 1px solid var(--hair); border-radius: 22px;
  padding: 34px 32px; transition: transform .18s ease, box-shadow .18s ease;
}
.fcard:hover { transform: translateY(-3px); box-shadow: 0 24px 50px rgba(21,26,23,0.08); }
.ficon { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 22px; }
.ficon svg { width: 27px; height: 27px; }
.ficon.clay { background: rgba(239,107,45,0.12); color: var(--clay-d); }
.ficon.gold { background: rgba(244,195,90,0.2); color: var(--gold-d); }
.ficon.green { background: rgba(31,138,91,0.13); color: var(--green); }
.fcard h3 { font-size: 23px; font-weight: 800; }
.fcard > p { margin-top: 12px; font-size: 16px; line-height: 1.55; color: var(--ink-3); }
.ftick { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 11px; }
.ftick li { position: relative; padding-left: 28px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.ftick li::before {
  content: ''; position: absolute; left: 0; top: 1px;
  width: 18px; height: 18px; border-radius: 6px; background: rgba(31,138,91,0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f8a5b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}

/* ════════════ AI section ════════════ */
.ia { position: relative; overflow: hidden; color: var(--cream); padding: 104px 0; }
.ia::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(720px 540px at 92% 0%, rgba(31,138,91,0.22), transparent 60%),
    radial-gradient(680px 560px at 4% 110%, rgba(239,107,45,0.16), transparent 60%),
    linear-gradient(150deg, var(--espresso-1), var(--espresso-2));
}
.ia-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ia-copy h2 { font-size: 42px; font-weight: 800; line-height: 1.06; color: #fff; }
.ia-copy .lede { margin-top: 22px; font-size: 18px; line-height: 1.6; color: rgba(246,242,234,0.82); text-wrap: pretty; }
.ia-copy .lede b { color: #fff; font-weight: 600; }
.ia-points { margin-top: 32px; display: flex; flex-direction: column; gap: 20px; }
.iap { display: flex; gap: 16px; align-items: flex-start; }
.iap-num { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; background: rgba(244,195,90,0.16); color: var(--gold); font-weight: 800; font-size: 14px; display: grid; place-items: center; }
.iap b { display: block; font-size: 16.5px; font-weight: 700; color: #fff; }
.iap span { display: block; font-size: 14.5px; color: rgba(246,242,234,0.66); margin-top: 3px; line-height: 1.45; }

/* chat mockup */
.ia-chat { background: var(--surface); border-radius: 24px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.4); color: var(--ink); }
.chat-head { display: flex; align-items: center; gap: 10px; padding: 16px 20px; border-bottom: 1px solid var(--hair); background: var(--cream); }
.chat-dot { width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(160deg,#ff7e3e,var(--clay-d)); flex-shrink: 0; }
.chat-title { font-weight: 700; font-size: 15px; }
.chat-live { margin-left: auto; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.1em; color: var(--green); display: flex; align-items: center; gap: 6px; }
.chat-live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(31,138,91,0.18); }
.chat-body { padding: 22px 20px; display: flex; flex-direction: column; gap: 12px; }
.msg { max-width: 82%; padding: 12px 15px; border-radius: 16px; font-size: 14.5px; line-height: 1.45; }
.msg.ai { align-self: flex-start; background: var(--sunk); border-bottom-left-radius: 5px; color: var(--ink-2); }
.msg.user { align-self: flex-end; background: linear-gradient(160deg,#ff7e3e,var(--clay-d)); color: #fff; border-bottom-right-radius: 5px; }
.msg.typing { color: var(--ink-3); font-style: italic; }
.chat-result { display: flex; align-items: center; gap: 13px; padding: 16px 20px; background: rgba(31,138,91,0.08); border-top: 1px solid var(--hair); }
.cr-ico { width: 34px; height: 34px; border-radius: 10px; background: rgba(31,138,91,0.16); display: grid; place-items: center; flex-shrink: 0; }
.cr-ico svg { width: 18px; height: 18px; }
.chat-result b { display: block; font-size: 14.5px; font-weight: 700; }
.chat-result span { display: block; font-family: var(--mono); font-size: 11px; color: var(--ink-3); margin-top: 3px; }

/* ════════════ STEPS ════════════ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { padding: 30px 26px; border-radius: 20px; background: var(--surface); border: 1px solid var(--hair); position: relative; }
.step-n { font-family: var(--mono); font-size: 14px; font-weight: 600; color: var(--clay); letter-spacing: 0.1em; }
.step h3 { font-size: 22px; font-weight: 800; margin-top: 14px; }
.step p { margin-top: 10px; font-size: 15px; line-height: 1.5; color: var(--ink-3); }

/* ════════════ SHOWCASE ════════════ */
.showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(680px 420px at 12% 8%, rgba(239,107,45,0.20), transparent 62%),
    radial-gradient(760px 520px at 92% 18%, rgba(244,195,90,0.15), transparent 64%),
    linear-gradient(155deg, var(--green-deep), var(--espresso-2));
  padding: 110px 0 118px;
}
.showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(246,242,234,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,242,234,0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(900px 600px at 50% 30%, #000 24%, transparent 82%);
  -webkit-mask-image: radial-gradient(900px 600px at 50% 30%, #000 24%, transparent 82%);
}
.showcase > .wrap { position: relative; z-index: 1; }
.show-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 112px;
  gap: 16px;
  align-items: stretch;
}
.show-card {
  margin: 0;
  position: relative;
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(246,242,234,0.08);
  border: 1px solid rgba(246,242,234,0.12);
  box-shadow: 0 28px 64px rgba(0,0,0,0.28);
  transform: translateZ(0);
}
.show-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,20,16,0.02) 30%, rgba(10,20,16,0.84) 100%);
  z-index: 1;
}
.show-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.show-card:hover img { transform: scale(1.055); filter: saturate(1.08) contrast(1.04); }
.show-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 22px 20px; color: #fff; }
.show-card-hero { grid-column: 1 / span 5; grid-row: 1 / span 4; }
.show-card-tall { grid-column: 6 / span 3; grid-row: 1 / span 4; }
.show-grid > .show-card:nth-child(3) { grid-column: 9 / span 4; grid-row: 1 / span 2; }
.show-grid > .show-card:nth-child(4) { grid-column: 9 / span 4; grid-row: 3 / span 2; }
.show-note {
  grid-column: 1 / span 4;
  grid-row: 5 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background:
    radial-gradient(180px 160px at 92% 4%, rgba(244,195,90,0.36), transparent 64%),
    linear-gradient(160deg, rgba(239,107,45,0.92), rgba(216,79,18,0.88));
  color: #fff;
}
.show-note::after { display: none; }
.show-note span { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.68); margin-bottom: 12px; }
.show-note b { max-width: 340px; font-size: 24px; line-height: 1.08; letter-spacing: -0.03em; }
.show-grid > .show-card:nth-child(6) { grid-column: 5 / span 4; grid-row: 5 / span 2; }
.show-card-wide { grid-column: 9 / span 4; grid-row: 5 / span 2; }
.sc-type { display: inline-block; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: rgba(244,195,90,0.16); border: 1px solid rgba(244,195,90,0.18); padding: 4px 9px; border-radius: 999px; margin-bottom: 9px; }
.sc-name { display: block; font-size: 16px; line-height: 1.18; font-weight: 800; text-shadow: 0 2px 18px rgba(0,0,0,0.34); }

/* ════════════ PAIN POINTS ════════════ */
.pains { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pain {
  background: var(--surface); border: 1px solid var(--hair); border-radius: 22px;
  padding: 34px 32px; transition: transform .18s ease, box-shadow .18s ease;
}
.pain:hover { transform: translateY(-3px); box-shadow: 0 24px 50px rgba(21,26,23,0.08); }
.pain-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 22px; background: rgba(239,107,45,0.1); color: var(--clay-d); }
.pain-ico svg { width: 25px; height: 25px; }
.pain h3 { font-size: 21px; font-weight: 800; line-height: 1.15; color: var(--ink); }
.pain-now { margin-top: 12px; font-size: 15.5px; line-height: 1.55; color: var(--ink-3); }
.pain-fix {
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--hair);
  font-size: 15.5px; line-height: 1.55; color: var(--ink-2);
}
.pf-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--green);
  margin-right: 8px;
}
.pf-tag::before {
  content: ''; width: 16px; height: 16px; border-radius: 5px; flex-shrink: 0;
  background-color: rgba(31,138,91,0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f8a5b' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px; background-repeat: no-repeat; background-position: center;
}

/* ════════════ PRICING ════════════ */
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan { background: var(--surface); border: 1px solid var(--hair); border-radius: 24px; padding: 36px 30px; display: flex; flex-direction: column; position: relative; }
.plan.featured { border-color: var(--clay); box-shadow: 0 30px 70px rgba(239,107,45,0.16); transform: translateY(-10px); }
.plan-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(160deg,#ff7e3e,var(--clay-d)); color: #fff; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 7px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 18px rgba(224,83,15,0.32); }
.plan-name { font-size: 22px; font-weight: 800; }
.plan-for { margin-top: 6px; font-size: 14.5px; color: var(--ink-3); }
.plan-price { margin: 22px 0 4px; display: flex; align-items: baseline; gap: 8px; }
.plan-price .amt { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; }
.plan-price .per { font-size: 15px; font-weight: 600; color: var(--ink-3); }
.plan-feats { list-style: none; padding: 0; margin: 26px 0 28px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.plan-feats li { position: relative; padding-left: 28px; font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.plan-feats li::before {
  content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 6px; background: rgba(31,138,91,0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f8a5b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}

/* ════════════ FAQ ════════════ */
.faq-wrap { max-width: 820px; }
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--hair); border-radius: 16px; padding: 4px 24px; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-size: 17.5px; font-weight: 700; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.q-x { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.q-x::before, .q-x::after { content: ''; position: absolute; background: var(--clay); border-radius: 2px; transition: transform .2s ease; }
.q-x::before { top: 8px; left: 0; width: 18px; height: 2px; }
.q-x::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq details[open] .q-x::after { transform: rotate(90deg); opacity: 0; }
.faq details p { margin: 0; padding: 0 0 22px; font-size: 15.5px; line-height: 1.6; color: var(--ink-3); max-width: 90%; }

/* ════════════ CTA ════════════ */
.cta { position: relative; overflow: hidden; color: var(--cream); padding: 110px 0; text-align: center; }
.cta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(700px 500px at 50% -10%, rgba(244,195,90,0.18), transparent 60%),
    radial-gradient(700px 600px at 80% 120%, rgba(239,107,45,0.26), transparent 60%),
    linear-gradient(150deg, var(--green-deep), var(--espresso-2));
}
.cta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.cta .eyebrow { justify-content: center; }
.cta h2 { font-size: 46px; font-weight: 800; line-height: 1.06; color: #fff; }
.cta p { margin: 20px auto 0; font-size: 18.5px; color: rgba(246,242,234,0.82); }
.cta-actions { display: flex; gap: 14px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }

/* ════════════ FOOTER ════════════ */
.footer { background: var(--ink); color: rgba(246,242,234,0.7); padding: 64px 0 30px; }
.foot-inner { display: grid; grid-template-columns: 1.3fr 2fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(246,242,234,0.12); }
.foot-brand .brand-name { color: #fff; }
.foot-tag { margin-top: 16px; font-size: 14.5px; line-height: 1.55; max-width: 320px; }
.foot-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.foot-col h4 { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 16px; }
.foot-col a { display: block; font-size: 14.5px; color: rgba(246,242,234,0.72); margin-bottom: 11px; transition: color .15s; }
.foot-col a:hover { color: #fff; }
.foot-contact { display: flex; align-items: center; gap: 8px; margin-bottom: 11px; }
.foot-contact a { margin-bottom: 0; }
.copy-btn {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; padding: 0;
  display: grid; place-items: center; cursor: pointer;
  background: rgba(246,242,234,0.06); border: 1px solid rgba(246,242,234,0.14);
  color: rgba(246,242,234,0.6); transition: color .15s, background .15s, border-color .15s;
}
.copy-btn:hover { color: #fff; background: rgba(246,242,234,0.12); border-color: rgba(246,242,234,0.28); }
.copy-btn svg { width: 14px; height: 14px; }
.copy-btn .ic-check { display: none; color: var(--gold); }
.copy-btn.copied { color: var(--gold); border-color: rgba(244,195,90,0.4); background: rgba(244,195,90,0.12); }
.copy-btn.copied .ic-copy { display: none; }
.copy-btn.copied .ic-check { display: block; }
.foot-bottom { display: flex; justify-content: space-between; padding-top: 26px; font-family: var(--mono); font-size: 12px; color: var(--ink-4); }

/* ════════════ EARLY ACCESS (v2) ════════════ */
.hero-copy .eyebrow { display: flex; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em; color: var(--cream);
  background: rgba(246,242,234,0.08); border: 1px solid rgba(246,242,234,0.16);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(244,195,90,0.22); }

.acces-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch;
}
.acces-benefits {
  background: linear-gradient(155deg, var(--green-deep), var(--espresso-2));
  color: var(--cream); border-radius: 24px; padding: 40px 38px;
  display: flex; flex-direction: column; justify-content: center;
}
.ab-kick {
  font-family: var(--mono); font-size: 12px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 26px;
}
.ftick.big { gap: 20px; }
.ftick.big li { padding-left: 36px; font-size: 16px; font-weight: 500; line-height: 1.5; color: rgba(246,242,234,0.82); }
.ftick.big li b { color: #fff; font-weight: 700; }
.ftick.big li::before {
  width: 24px; height: 24px; border-radius: 8px; top: 0;
  background-color: rgba(31,138,91,0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2350d39a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 15px;
}

.acces-form-card {
  position: relative; background: var(--surface); border: 1px solid var(--hair);
  border-radius: 24px; padding: 40px 38px; box-shadow: 0 30px 70px rgba(21,26,23,0.1);
}
.af-badge {
  position: absolute; top: -13px; left: 38px;
  background: linear-gradient(160deg,#ff7e3e,var(--clay-d)); color: #fff;
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  padding: 7px 15px; border-radius: 999px; box-shadow: 0 8px 18px rgba(224,83,15,0.32); white-space: nowrap;
}
.acces-form-card > h3 { font-size: 25px; font-weight: 800; margin-top: 4px; }
.acces-form-card > p { margin-top: 10px; font-size: 15.5px; line-height: 1.5; color: var(--ink-3); }

.access-form { margin-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.af-field { display: flex; flex-direction: column; gap: 8px; }
.af-field span { font-size: 13px; font-weight: 700; color: var(--ink-2); }
.af-field span em { font-style: normal; font-weight: 500; color: var(--ink-4); }
.af-field input,
.af-field textarea {
  font-family: var(--display); font-size: 15.5px; color: var(--ink);
  padding: 14px 16px; border-radius: 12px; border: 1.5px solid var(--line);
  background: var(--cream); transition: border-color .15s, box-shadow .15s;
}
.af-field textarea { resize: vertical; }
.af-field input::placeholder,
.af-field textarea::placeholder { color: var(--ink-4); }
.af-field input:focus,
.af-field textarea:focus { outline: none; border-color: var(--clay); box-shadow: 0 0 0 4px rgba(239,107,45,0.12); }
.af-note { font-size: 12.5px; color: var(--ink-4); text-align: center; line-height: 1.45; margin-top: 2px; }
.af-note.light { color: rgba(246,242,234,0.6); }

.access-done { text-align: center; padding: 14px 0 6px; }
.access-done.compact { padding: 0 0 2px; }
.access-done .ad-ico { width: 56px; height: 56px; border-radius: 16px; background: rgba(31,138,91,0.14); display: grid; place-items: center; margin: 0 auto 18px; }
.access-done .ad-ico svg { width: 28px; height: 28px; }
.access-done h3 { font-size: 24px; font-weight: 800; color: var(--ink); }
.access-done p { margin-top: 10px; font-size: 15.5px; line-height: 1.55; color: var(--ink-3); max-width: 340px; margin-inline: auto; }

/* final CTA inline form */
.af-inline { display: flex; gap: 12px; }
.af-inline input {
  flex: 1; font-family: var(--display); font-size: 16px; color: var(--ink);
  padding: 16px 18px; border-radius: 14px; border: 1.5px solid transparent;
  background: rgba(246,242,234,0.95);
}
.af-inline input::placeholder { color: var(--ink-4); }
.af-inline input:focus { outline: none; box-shadow: 0 0 0 4px rgba(244,195,90,0.3); }
.af-inline .btn { flex-shrink: 0; }
.access-done.center { color: var(--cream); }
.access-done.center h3 { color: #fff; }
.access-done.center p { color: rgba(246,242,234,0.82); }
.access-done.center .ad-ico { background: rgba(246,242,234,0.1); }

/* direct contact cards */
.contact-cards { display: flex; gap: 18px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.contact-card {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  min-width: 300px; padding: 30px 34px; border-radius: 20px;
  background: rgba(246,242,234,0.06); border: 1px solid rgba(246,242,234,0.14);
  color: var(--cream); transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.contact-card:hover { transform: translateY(-3px); background: rgba(246,242,234,0.1); border-color: rgba(246,242,234,0.28); }
.cc-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 8px; background: rgba(244,195,90,0.16); color: var(--gold); }
.cc-ico svg { width: 25px; height: 25px; }
.cc-label { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(246,242,234,0.55); }
.cc-value { font-size: 18px; font-weight: 700; color: #fff; }
@media (max-width: 560px) {
  .contact-card { min-width: 0; width: 100%; }
  .cc-value { font-size: 15.5px; }
}

@media (max-width: 980px) {
  .acces-card { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .af-inline { flex-direction: column; }
}

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-shots { min-height: 560px; margin-top: 12px; transform: none; }
  .shot-front, .shot-hidden.shot-exiting { width: min(60%, 300px); }
  .shot-back, .shot-hidden { width: min(48%, 240px); }
  .feature-grid { grid-template-columns: 1fr; }
  .ia-inner { grid-template-columns: 1fr; gap: 44px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .show-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 108px; }
  .show-card-hero { grid-column: 1 / span 4; grid-row: 1 / span 3; }
  .show-card-tall { grid-column: 5 / span 2; grid-row: 1 / span 3; }
  .show-grid > .show-card:nth-child(3) { grid-column: 1 / span 3; grid-row: 4 / span 2; }
  .show-grid > .show-card:nth-child(4) { grid-column: 4 / span 3; grid-row: 4 / span 2; }
  .show-note { grid-column: 1 / span 3; grid-row: 6 / span 2; }
  .show-grid > .show-card:nth-child(6) { grid-column: 4 / span 3; grid-row: 6 / span 2; }
  .show-card-wide { grid-column: 1 / span 6; grid-row: 8 / span 2; }
  .quotes { grid-template-columns: 1fr; }
  .pains { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .strip-inner { flex-wrap: wrap; justify-content: center; gap: 28px; }
  .strip-sep { display: none; }
  .foot-inner { grid-template-columns: 1fr; gap: 32px; }
  .foot-bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .hero { padding: 120px 0 80px; }
  .hero-copy h1 { font-size: 38px; }
  .hero-shots { min-height: 480px; margin-inline: -10px; }
  .shot { border-radius: 28px; }
  .shot-back, .shot-hidden { width: min(48%, 196px); bottom: 44px; transform: translateX(-4%); }
  .shot-back:hover { transform: translateX(-4%) translateY(-5px); }
  .shot-front, .shot-hidden.shot-exiting { width: min(60%, 248px); transform: translateX(-70%); }
  .sec-head h2 { font-size: 32px; }
  .section { padding: 70px 0; }
  .showcase { padding: 78px 0; }
  .show-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 74px; gap: 12px; }
  .show-card-hero { grid-column: 1 / span 4; grid-row: 1 / span 3; }
  .show-card-tall { grid-column: 1 / span 2; grid-row: 4 / span 3; }
  .show-grid > .show-card:nth-child(3) { grid-column: 3 / span 2; grid-row: 4 / span 2; }
  .show-grid > .show-card:nth-child(4) { grid-column: 3 / span 2; grid-row: 6 / span 2; }
  .show-note { grid-column: 1 / span 4; grid-row: 8 / span 2; }
  .show-grid > .show-card:nth-child(6) { grid-column: 1 / span 2; grid-row: 10 / span 2; }
  .show-card-wide { grid-column: 3 / span 2; grid-row: 10 / span 2; }
  .show-card { border-radius: 18px; }
  .show-card figcaption { padding: 14px 14px 12px; }
  .sc-type { font-size: 8px; padding: 3px 7px; margin-bottom: 6px; }
  .sc-name { font-size: 13px; }
  .show-note { padding: 20px; }
  .show-note b { font-size: 21px; }
  .nav-cta .btn-ghost { display: none; }
  .cta h2 { font-size: 32px; }
}
