/* =========================================================
   ioGarantee — Landing direct response
   Stile: editoriale / autorevole. Avorio + Blu notte + Oro.
   ========================================================= */

:root {
  /* Palette */
  --navy-900: #0a1830;
  --navy-800: #0c1d3b;
  --navy-700: #12294f;
  --navy-600: #1b3c6e;
  --blue-300: #8fb0e6;

  --gold-700: #9a6f15;
  --gold-600: #b4861f;
  --gold-500: #c79a2c;
  --gold-400: #ddb858;
  --gold-100: #f1e3bf;

  --ink: #1d2435;
  --ink-soft: #444c60;
  --muted: #7b8194;

  --ivory: #f5efe2;      /* sfondo principale caldo */
  --ivory-deep: #efe7d6;
  --paper: #fffdf8;      /* superfici/card */
  --line: #e2dac8;       /* righe su avorio */
  --line-soft: rgba(12,29,59,.12);
  --white: #ffffff;
  --ok: #1d8a5f;

  --font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;

  --maxw: 1180px;
  --r: 4px;
  --r-lg: 8px;
  --shadow: 0 24px 50px -28px rgba(10,24,48,.45);
  --ring: 0 0 0 3px rgba(199,154,44,.3);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* , *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--ivory);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.1; font-weight: 600; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--gold-400); color: var(--navy-900); }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 28px; }
.section { padding: 110px 0; }
.section--tight { padding: 70px 0; }
.center { text-align: center; }
.bg-paper { background: var(--paper); }
.bg-ivory-deep { background: var(--ivory-deep); }

/* Section kicker: numero serif + etichetta */
.kicker { display: flex; align-items: baseline; gap: 16px; margin-bottom: 22px; }
.kicker .idx { font-family: var(--font-serif); font-size: 22px; color: var(--gold-600); font-weight: 500; }
.kicker .ttl { font-size: 12.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--navy-700); }
.kicker.center { justify-content: center; }

.display {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(30px, 4.6vw, 50px); line-height: 1.08; letter-spacing: -.02em;
  color: var(--navy-900); margin: 0 0 18px;
}
.lead { font-size: 19.5px; color: var(--ink-soft); max-width: 680px; }
.center .lead, .lead.center { margin-inline: auto; }
.gold { color: var(--gold-700); }
.serif-em { font-style: italic; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  font-weight: 800; font-size: 15.5px; letter-spacing: .01em;
  padding: 16px 26px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--gold { background: var(--gold-500); color: var(--navy-900); box-shadow: 0 12px 24px -14px rgba(154,111,21,.9); }
.btn--gold:hover { transform: translateY(-2px); background: var(--gold-400); }
.btn--navy { background: var(--navy-800); color: var(--white); }
.btn--navy:hover { transform: translateY(-2px); background: var(--navy-700); }
.btn--outline { background: transparent; color: var(--navy-800); border-color: var(--navy-800); }
.btn--outline:hover { background: var(--navy-800); color: var(--white); }
.btn--light { background: var(--gold-500); color: var(--navy-900); }
.btn--light:hover { background: var(--gold-400); transform: translateY(-2px); }
.btn--lg { padding: 19px 34px; font-size: 16.5px; }
.btn--block { width: 100%; }

/* link con freccia / sottolineato */
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--navy-800); border-bottom: 2px solid var(--gold-400); padding-bottom: 3px; transition: gap .25s var(--ease), border-color .25s; }
.link-arrow svg { width: 17px; height: 17px; }
.link-arrow:hover { gap: 12px; border-color: var(--gold-600); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,239,226,.85);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(245,239,226,.95); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__img { height: 38px; width: auto; }
.brand__fallback { align-items: center; gap: 11px; }
.brand__mark { width: 38px; height: 38px; flex: none; }
.brand__name { font-family: var(--font-serif); font-size: 24px; font-weight: 600; letter-spacing: -.02em; color: var(--navy-800); }
.brand__name b { color: var(--gold-600); font-weight: 600; }
.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a { font-size: 15px; font-weight: 700; color: var(--ink-soft); transition: color .2s; }
.nav__links a:hover { color: var(--navy-800); }
.nav__actions { display: flex; align-items: center; gap: 14px; }
.nav__toggle { display: none; background: none; border: 0; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--navy-800); border-radius: 2px; transition: .3s; }
.nav__toggle span + span { margin-top: 6px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 92px 0 104px; background: var(--ivory); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 70% at 88% 0%, rgba(199,154,44,.12), transparent 60%);
  pointer-events: none;
}
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; position: relative; }
.hero__kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; letter-spacing: .04em; color: var(--navy-700); margin-bottom: 26px; }
.hero__kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 4px rgba(199,154,44,.22); }
.hero h1 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(38px, 5.6vw, 66px); line-height: 1.02; letter-spacing: -.025em;
  color: var(--navy-900); margin-bottom: 26px;
}
.hero h1 em { font-style: italic; color: var(--gold-700); }
.hero__sub { font-size: 20px; color: var(--ink-soft); max-width: 540px; margin-bottom: 34px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero__trust li { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; color: var(--ink-soft); }
.hero__trust svg { width: 18px; height: 18px; color: var(--gold-600); flex: none; }

/* Hero panel (navy, cornice oro) */
.panel {
  position: relative; background: var(--navy-800); color: var(--white);
  border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow);
}
.panel::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(221,184,88,.35); border-radius: 4px; pointer-events: none; }
.panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; position: relative; }
.panel__head .tag { font-size: 11.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-400); }
.panel__head .pill { font-size: 11px; font-weight: 700; color: var(--blue-300); border: 1px solid rgba(143,176,230,.35); padding: 4px 10px; border-radius: 999px; }
.panel__row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; }
.panel__row .l { font-size: 14px; color: rgba(255,255,255,.62); }
.panel__row .v { font-size: 15px; font-weight: 700; color: var(--white); }
.panel__result { margin-top: 22px; text-align: center; position: relative; }
.panel__result .s { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-400); }
.panel__result .big { font-family: var(--font-serif); font-size: 52px; font-weight: 500; color: var(--white); line-height: 1.05; margin: 6px 0 8px; }
.panel__result .n { font-size: 13.5px; color: rgba(255,255,255,.6); margin: 0; }
.panel__foot { margin-top: 20px; display: flex; gap: 18px; justify-content: center; position: relative; }
.panel__foot span { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.78); display: inline-flex; align-items: center; gap: 6px; }
.panel__foot svg { width: 14px; height: 14px; color: var(--gold-400); }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--navy-900); color: rgba(255,255,255,.82); padding: 24px 0; }
.trust-strip .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 44px; text-align: center; }
.trust-strip span { font-size: 13.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; }
.trust-strip svg { width: 17px; height: 17px; color: var(--gold-400); flex: none; }

/* ---------- Pain ---------- */
.pain__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; border-top: 1px solid var(--line); }
.pain-card { padding: 38px 30px 38px 0; border-bottom: 1px solid var(--line); }
.pain-card:not(:last-child) { border-right: 1px solid var(--line); padding-right: 30px; }
.pain-card:not(:first-child) { padding-left: 30px; }
.pain-card .ic { width: 44px; height: 44px; color: var(--gold-700); margin-bottom: 18px; }
.pain-card .ic svg { width: 100%; height: 100%; }
.pain-card h3 { font-family: var(--font-serif); font-size: 22px; font-weight: 500; color: var(--navy-800); }
.pain-card p { font-size: 16px; color: var(--ink-soft); margin: 0; }
.pain__turn { margin-top: 56px; font-family: var(--font-serif); font-size: clamp(23px, 3.1vw, 33px); font-weight: 500; line-height: 1.3; color: var(--navy-800); max-width: 860px; }
.pain__turn b { color: var(--gold-700); font-style: italic; font-weight: 500; }

/* ---------- Legal ---------- */
.legal { background: var(--navy-900); color: rgba(255,255,255,.86); position: relative; overflow: hidden; }
.legal::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 60% at 85% 0%, rgba(199,154,44,.14), transparent 60%); pointer-events: none; }
.legal .kicker .ttl { color: var(--gold-400); }
.legal .display { color: var(--white); }
.legal .lead { color: rgba(255,255,255,.74); }
.legal__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 50px; position: relative; border-top: 1px solid rgba(255,255,255,.14); }
.legal-item { display: flex; gap: 20px; padding: 30px 36px 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.legal-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
.legal-item:nth-child(even) { padding-left: 36px; }
.legal-item .num { font-family: var(--font-serif); font-size: 30px; font-weight: 500; color: var(--gold-400); line-height: 1; flex: none; }
.legal-item h3 { color: var(--white); font-size: 19px; font-weight: 700; font-family: var(--font-sans); margin-bottom: 7px; letter-spacing: -.01em; }
.legal-item p { font-size: 15.5px; color: rgba(255,255,255,.66); margin: 0; }
.legal__cite { margin-top: 36px; font-size: 13.5px; color: rgba(255,255,255,.5); position: relative; }

/* ---------- Benefits ---------- */
.benefits__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 52px; }
.benefit { display: flex; gap: 20px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); transition: transform .3s var(--ease), box-shadow .3s; }
.benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.benefit .ic { width: 46px; height: 46px; flex: none; color: var(--gold-700); }
.benefit .ic svg { width: 100%; height: 100%; }
.benefit h3 { font-family: var(--font-serif); font-size: 21px; font-weight: 500; color: var(--navy-800); margin-bottom: 6px; }
.benefit p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

/* ---------- How ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 56px; }
.step { position: relative; padding-top: 34px; border-top: 2px solid var(--navy-800); }
.step__n { font-family: var(--font-serif); font-size: 64px; font-weight: 500; color: var(--gold-500); line-height: .8; margin-bottom: 18px; }
.step h3 { font-family: var(--font-serif); font-size: 23px; font-weight: 500; color: var(--navy-800); }
.step p { font-size: 16px; color: var(--ink-soft); margin: 0; }
.how__cta { margin-top: 56px; }

/* ---------- Report ---------- */
.report__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.report__list { margin-top: 28px; display: grid; gap: 16px; }
.report__list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16.5px; color: var(--ink-soft); }
.report__list svg { width: 22px; height: 22px; color: var(--gold-600); flex: none; margin-top: 3px; }
.report__list b { color: var(--ink); font-weight: 700; }
.doc-mock { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; }
.doc-mock__bar { background: var(--navy-800); padding: 14px 20px; display: flex; align-items: center; gap: 8px; }
.doc-mock__bar .d { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); }
.doc-mock__bar .t { margin-left: 10px; color: rgba(255,255,255,.78); font-size: 12.5px; font-weight: 700; letter-spacing: .12em; }
.doc-mock__body { padding: 32px; }
.doc-mock__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 2px solid var(--ivory-deep); margin-bottom: 24px; }
.doc-mock__head .logo { font-family: var(--font-serif); font-weight: 600; color: var(--navy-800); font-size: 17px; }
.doc-mock__head .logo b { color: var(--gold-600); }
.doc-mock__head .seal { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ok); border: 1px solid #cdeede; background: #eef9f3; padding: 5px 10px; border-radius: 999px; }
.doc-line { height: 9px; border-radius: 3px; background: var(--ivory-deep); margin-bottom: 12px; }
.doc-line.w70 { width: 70%; } .doc-line.w50 { width: 50%; } .doc-line.w90 { width: 90%; }
.doc-highlight { margin: 24px 0; background: var(--navy-800); border-radius: var(--r); padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; }
.doc-highlight .l { font-size: 12px; font-weight: 800; color: var(--gold-400); text-transform: uppercase; letter-spacing: .08em; }
.doc-highlight .v { font-family: var(--font-serif); font-size: 30px; font-weight: 500; color: var(--white); }

/* ---------- Stats ---------- */
.stats { background: var(--navy-800); color: var(--white); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat { text-align: center; padding: 8px 18px; }
.stat:not(:last-child) { border-right: 1px solid rgba(255,255,255,.14); }
.stat .num { font-family: var(--font-serif); font-size: clamp(38px, 5vw, 56px); font-weight: 500; color: var(--gold-400); line-height: 1; }
.stat .lbl { font-size: 14px; color: rgba(255,255,255,.72); margin-top: 12px; }

/* ---------- Servizi ---------- */
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 54px; }
.service { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 42px; background: var(--paper); }
.service--dark { background: var(--navy-800); border-color: var(--navy-700); color: var(--white); position: relative; overflow: hidden; }
.service--dark::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 60% at 92% 0%, rgba(199,154,44,.18), transparent 60%); pointer-events: none; }
.service__tag { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-700); margin-bottom: 16px; position: relative; }
.service--dark .service__tag { color: var(--gold-400); }
.service__title { font-family: var(--font-serif); font-weight: 500; font-size: 30px; color: var(--navy-900); margin-bottom: 10px; position: relative; }
.service--dark .service__title { color: var(--white); }
.service__desc { font-size: 16.5px; color: var(--ink-soft); margin: 0; position: relative; }
.service--dark .service__desc { color: rgba(255,255,255,.74); }
.service__meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 22px 0 4px; position: relative; }
.service__meta span { font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.82); }
.service__meta svg { width: 15px; height: 15px; color: var(--gold-400); flex: none; }
.service__list { display: grid; gap: 13px; margin: 24px 0 30px; position: relative; }
.service__list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; color: var(--ink-soft); }
.service--dark .service__list li { color: rgba(255,255,255,.85); }
.service__list svg { width: 20px; height: 20px; color: var(--gold-600); flex: none; margin-top: 2px; }
.service--dark .service__list svg { color: var(--gold-400); }
.service__cta { margin-top: auto; position: relative; }
@media (max-width: 960px) { .services { grid-template-columns: 1fr; } }

/* ---------- GaranTest dedicated ---------- */
.gtest { background: var(--ivory-deep); }
.gtest__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.gtest__badge { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-700); border: 1px solid var(--gold-400); padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; }
.gtest h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(28px, 3.8vw, 42px); color: var(--navy-900); }
.gtest p { font-size: 18px; color: var(--ink-soft); }
.gtest__meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 20px; }
.gtest__meta span { font-size: 14px; font-weight: 700; color: var(--navy-700); display: inline-flex; align-items: center; gap: 8px; }
.gtest__cta { margin-top: 30px; }
.gtest__visual { display: grid; place-items: center; }

/* ---------- Partners (soci) ---------- */
.partners__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 54px; }
.partner__photo {
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(165deg, var(--navy-700), var(--navy-900));
  display: grid; place-items: center; box-shadow: var(--shadow); margin-bottom: 18px;
}
.partner__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.partner__photo .ph { font-family: var(--font-serif); font-size: 76px; font-weight: 500; color: rgba(221,184,88,.35); z-index: 0; }
.partner h3 { font-family: var(--font-serif); font-size: 23px; font-weight: 500; color: var(--navy-800); margin-bottom: 2px; }
.partner .role { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-700); margin-bottom: 10px; }
.partner p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }
.author__quote { font-family: var(--font-serif); font-size: clamp(24px, 3.4vw, 36px); font-weight: 500; color: var(--navy-800); line-height: 1.32; max-width: 900px; }
.author__quote .mark { color: var(--gold-500); font-size: 1.1em; }

/* ---------- FAQ ---------- */
.faq__list { max-width: 840px; margin: 52px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--font-serif); font-weight: 500; font-size: 21px; color: var(--navy-800); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { width: 24px; height: 24px; flex: none; transition: transform .3s var(--ease); color: var(--gold-600); }
.faq-item[open] summary .chev { transform: rotate(45deg); }
.faq-item .answer { padding: 0 4px 26px; color: var(--ink-soft); font-size: 16.5px; max-width: 720px; }
.faq-item .answer p { margin: 0; }

/* ---------- CTA final + form ---------- */
.cta-final { background: var(--navy-900); color: var(--white); position: relative; overflow: hidden; }
.cta-final::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 70% at 90% 10%, rgba(199,154,44,.16), transparent 55%); pointer-events: none; }
.cta-final__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }
.cta-final .kicker .ttl { color: var(--gold-400); }
.cta-final h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(30px, 4.2vw, 46px); color: var(--white); }
.cta-final > .container > .cta-final__grid p { color: rgba(255,255,255,.76); font-size: 18px; }
.cta-final__list { margin-top: 26px; display: grid; gap: 14px; }
.cta-final__list li { display: flex; gap: 12px; align-items: center; font-size: 16px; color: rgba(255,255,255,.9); }
.cta-final__list svg { width: 20px; height: 20px; color: var(--gold-400); flex: none; }

.lead-card { background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 38px; color: var(--ink); }
.lead-card h3 { font-family: var(--font-serif); font-size: 25px; font-weight: 500; color: var(--navy-800); }
.lead-card .sub { font-size: 14.5px; color: var(--muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12.5px; font-weight: 800; letter-spacing: .03em; color: var(--ink-soft); margin-bottom: 7px; text-transform: uppercase; }
.field input {
  width: 100%; padding: 14px 16px; font-size: 16px; font-family: inherit; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--r); background: var(--ivory);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input::placeholder { color: #b3aa96; }
.field input:focus { outline: none; border-color: var(--gold-500); background: var(--white); box-shadow: var(--ring); }
.field input:invalid:not(:placeholder-shown) { border-color: #d9a39c; }
.form-consent { display: flex; gap: 11px; align-items: flex-start; font-size: 12.5px; color: var(--muted); margin: 4px 0 20px; line-height: 1.5; }
.form-consent input { margin-top: 3px; accent-color: var(--gold-600); width: 16px; height: 16px; flex: none; }
.form-consent a { color: var(--navy-700); text-decoration: underline; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; color: var(--muted); margin-top: 16px; }
.form-note svg { width: 15px; height: 15px; color: var(--ok); }
.form-success { display: none; text-align: center; padding: 26px 8px; }
.form-success svg { width: 58px; height: 58px; color: var(--ok); margin: 0 auto 16px; }
.form-success h3 { font-family: var(--font-serif); color: var(--navy-800); }
.form-success p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }
.is-sent .lead-form { display: none; }
.is-sent .form-success { display: block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.7); padding: 70px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 46px; }
.footer .brand__name { color: var(--white); }
.footer p { font-size: 14.5px; color: rgba(255,255,255,.58); max-width: 380px; margin-top: 16px; }
.footer h4 { color: var(--white); font-size: 12.5px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 18px; }
.footer ul li { margin-bottom: 11px; }
.footer ul a { font-size: 14.5px; color: rgba(255,255,255,.68); transition: color .2s; }
.footer ul a:hover { color: var(--gold-400); }
.footer__bottom { margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,.5); }
.footer__bottom .disc { max-width: 720px; line-height: 1.55; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__grid, .report__grid, .cta-final__grid, .gtest__inner { grid-template-columns: 1fr; gap: 44px; }
  .legal__grid, .benefits__grid { grid-template-columns: 1fr; }
  .legal-item:nth-child(odd) { border-right: 0; }
  .legal-item:nth-child(even) { padding-left: 0; }
  .pain__grid { grid-template-columns: 1fr; }
  .pain-card:not(:last-child) { border-right: 0; padding-right: 0; }
  .pain-card:not(:first-child) { padding-left: 0; }
  .pain-card { padding: 30px 0; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .partners__grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .stat:nth-child(2) { border-right: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .nav__links, .nav__actions .btn { display: none; }
  .nav__toggle { display: block; }
  .nav.open .nav__links {
    display: flex; flex-direction: column; gap: 0; position: absolute; top: 78px; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 28px 20px; box-shadow: var(--shadow);
  }
  .nav.open .nav__links a { padding: 15px 4px; font-size: 17px; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .section { padding: 72px 0; }
  .container { padding-inline: 20px; }
  .hero { padding: 56px 0 68px; }
  .form-row { grid-template-columns: 1fr; }
  .hero__cta .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .lead-card { padding: 26px; }
  .panel { padding: 26px; }
  .panel__result .big { font-size: 44px; }
  .stats__grid { grid-template-columns: 1fr; gap: 30px; }
  .stat:not(:last-child) { border-right: 0; }
}
