/* ============ Token ============ */
:root {
  /* primitivi, dal brand book Anania + sito */
  --c-black: #0e0e0d;
  --c-black-2: #1d1d1b;
  --c-black-3: #26261f;
  --c-paper: #f4f1ec;
  --c-paper-2: #ebe6de;
  --c-white: #ffffff;
  --c-red: #e30613;
  --c-red-deep: #b8050f;
  --c-red-soft: #ff4d57;

  /* semantici */
  --bg-ink: var(--c-black);
  --bg-ink-raised: var(--c-black-2);
  --bg-paper: var(--c-paper);
  --text-on-ink: #f3f1ed;
  --text-on-ink-mute: rgba(243, 241, 237, 0.68);
  --text-on-paper: var(--c-black-2);
  --text-on-paper-mute: #5b5852;
  --line-ink: rgba(255, 255, 255, 0.12);
  --line-paper: rgba(29, 29, 27, 0.14);
  --accent: var(--c-red);
  --accent-text-on-ink: var(--c-red-soft);

  --f-display: "DM Serif Display", Georgia, serif;
  --f-body: "Nunito Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-pill: 999px;

  --gutter: 20px;
  --maxw: 1120px;
  --section-y: clamp(64px, 12vw, 128px);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --z-sticky: 20;
  --z-overlay: 40;
  --z-modal: 100;
}

/* ============ Base ============ */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 16px; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-on-ink);
  background: var(--bg-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; height: auto; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h1, h2 { font-family: var(--f-display); letter-spacing: -0.01em; line-height: 1.04; }
h2 { font-size: clamp(34px, 8.4vw, 56px); }
h2 em, h1 em { font-style: italic; }
h3 { font-family: var(--f-body); font-weight: 800; font-size: 18px; line-height: 1.3; }
p { margin: 0 0 1em; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--c-red-soft); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.wrap--narrow { max-width: 680px; }
.center { text-align: center; margin-top: 40px; }

.skip { position: absolute; left: -9999px; top: 8px; z-index: var(--z-modal); background: var(--c-white); color: var(--c-black); padding: 10px 14px; border-radius: var(--r-sm); }
.skip:focus { left: 8px; }

.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.18); flex: none; }

/* ============ Bottoni ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 28px;
  border: 0; border-radius: var(--r-pill);
  font-family: var(--f-body); font-weight: 800; font-size: 16px; letter-spacing: 0.01em;
  text-decoration: none; cursor: pointer; touch-action: manipulation;
  transition: transform 160ms var(--ease-out), background-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out);
}
.btn--primary { background: var(--accent); color: var(--c-white); box-shadow: 0 10px 30px -10px rgba(227, 6, 19, 0.7); }
.btn--primary:hover { background: var(--c-red-deep); }
.btn--primary:active { transform: scale(0.98); }
.btn--primary svg { transition: transform 200ms var(--ease-out); }
.btn--primary:hover svg { transform: translateX(3px); }
.btn--ghost { background: transparent; color: inherit; box-shadow: inset 0 0 0 1.5px currentColor; }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.06); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: 15px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: 0.6; cursor: not-allowed; }
.linkbtn { background: none; border: 0; padding: 0; color: inherit; text-decoration: underline; cursor: pointer; font-size: inherit; }

/* ============ Topbar ============ */
.topbar { position: absolute; inset: 0 0 auto 0; z-index: 5; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.topbar__logo { width: 52px; height: auto; }
.topbar__meta { margin: 0; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--text-on-ink); background: rgba(14, 14, 13, 0.55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid var(--line-ink); }

/* ============ Hero ============ */
.hero { position: relative; background: var(--bg-ink); overflow: hidden; }
.hero__media { position: relative; }
.hero__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 12%; max-height: 50svh; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,14,13,0.35) 0%, rgba(14,14,13,0) 22%, rgba(14,14,13,0) 50%, var(--bg-ink) 97%); }
.hero__body { position: relative; margin-top: -72px; padding-bottom: 56px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-on-ink); }
.hero h1 { font-size: clamp(36px, 9.6vw, 76px); max-width: 14ch; }
.hero h1 em { display: block; color: var(--text-on-ink); }
.hero h1 em::first-letter { color: inherit; }
.hero__lead { margin-top: 14px; font-size: 16.5px; color: var(--text-on-ink-mute); max-width: 36ch; }
.hero__cta { margin-top: 20px; }
.hero__cta .btn { width: 100%; }
.micro { margin: 12px 0 0; font-size: 14px; color: var(--text-on-ink-mute); text-align: center; }

.proof { list-style: none; margin: 36px 0 0; padding: 22px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid var(--line-ink); }
.proof li { display: flex; flex-direction: column; gap: 2px; }
.proof strong { font-family: var(--f-display); font-weight: 400; font-size: 22px; line-height: 1.1; color: var(--text-on-ink); }
.proof span { font-size: 12.5px; line-height: 1.35; color: var(--text-on-ink-mute); }

/* ============ Sezioni ============ */
.section { padding: var(--section-y) 0; position: relative; }
.section--tight { padding-top: 0; }
.section--ink { background: var(--bg-ink); color: var(--text-on-ink); }
.section--paper { background: var(--bg-paper); color: var(--text-on-paper); }
.section--paper + .section--paper { padding-top: 0; }
.section__lead { font-size: 18px; color: var(--text-on-paper-mute); max-width: 52ch; margin-top: 18px; }
.section__lead--light { color: var(--text-on-ink-mute); }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 12.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-red-deep); }
.kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.kicker--light { color: var(--accent-text-on-ink); }
.h-small { font-size: clamp(28px, 6vw, 40px); margin-bottom: 24px; }
.note { margin-top: 28px; padding-left: 16px; border-left: 2px solid var(--accent); font-size: 14.5px; color: var(--text-on-ink-mute); }

/* grana leggera sulle sezioni scure */
.grain::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.grain > * { position: relative; }

/* ============ Per chi ============ */
.fit { display: grid; gap: 16px; margin-top: 40px; }
.fit__col { border-radius: var(--r-lg); padding: 28px 24px; }
.fit__col h3 { font-family: var(--f-display); font-weight: 400; font-size: 26px; margin-bottom: 18px; }
.fit__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.fit__col li { position: relative; padding-left: 34px; font-size: 16.5px; line-height: 1.5; }
.fit__col li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: 12px; }
.fit__col--yes { background: var(--bg-ink); color: var(--text-on-ink); }
.fit__col--yes li::before { background-color: var(--accent); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.fit__col--no { background: transparent; box-shadow: inset 0 0 0 1.5px var(--line-paper); color: var(--text-on-paper); }
.fit__col--no li { color: var(--text-on-paper-mute); }
.fit__col--no li::before { background-color: var(--c-paper-2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7l10 10M17 7L7 17' fill='none' stroke='%235b5852' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E"); }

/* ============ Split (foto + testo) ============ */
.split { display: grid; gap: 40px; }
.split__media { margin: 0; border-radius: var(--r-lg); overflow: hidden; }
.split__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.split__body > p:not(.kicker) { color: var(--text-on-ink-mute); font-size: 17.5px; }
.split__body h2 { margin-bottom: 22px; }

.stages { list-style: none; margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line-ink); }
.stages li { display: grid; grid-template-columns: 64px 1fr; gap: 8px; padding: 22px 0; border-bottom: 1px solid var(--line-ink); }
.stages__n { font-family: var(--f-display); font-size: 34px; line-height: 1; color: var(--accent-text-on-ink); }
.stages h3 { margin-bottom: 6px; }
.stages p { margin: 0; color: var(--text-on-ink-mute); font-size: 16px; }

.pull { margin: 28px 0; padding: 0; }
.pull p { font-family: var(--f-display); font-style: italic; font-size: clamp(26px, 6vw, 34px); line-height: 1.2; color: var(--text-on-ink); margin: 0; }
.creds { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.creds li { font-size: 13.5px; font-weight: 700; padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid var(--line-ink); color: var(--text-on-ink); }

/* ============ Modalità ============ */
.modes { display: grid; gap: 14px; }
.mode { background: var(--bg-ink-raised); border: 1px solid var(--line-ink); border-radius: var(--r-lg); padding: 24px; }
.mode svg { color: var(--accent-text-on-ink); margin-bottom: 14px; }
.mode h3 { margin-bottom: 8px; font-size: 19px; }
.mode p { margin: 0; color: var(--text-on-ink-mute); font-size: 16px; }

/* ============ Come funziona ============ */
.steps { list-style: none; margin: 40px 0 0; padding: 0; display: grid; gap: 0; counter-reset: s; }
.steps li { position: relative; padding: 0 0 36px 72px; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 23px; top: 52px; bottom: 8px; width: 2px; background: repeating-linear-gradient(180deg, var(--line-paper) 0 6px, transparent 6px 12px); }
.steps__n { position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-display); font-size: 24px; background: var(--c-black-2); color: var(--c-white); }
.steps li:first-child .steps__n { background: var(--accent); }
.steps h3 { font-size: 20px; margin: 10px 0 6px; }
.steps p { margin: 0; color: var(--text-on-paper-mute); }

/* ============ Testimonianze ============ */
.carousel { margin-top: 40px; margin-right: calc(-1 * var(--gutter)); }
.videos { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 0; padding: 0 var(--gutter) 6px 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; overscroll-behavior-x: contain; }
.videos::-webkit-scrollbar { display: none; }
.videos .vcard { flex: 0 0 58%; max-width: 240px; scroll-snap-align: start; }
.carousel__nav { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding-right: var(--gutter); }
.carousel__hint { margin: 0 auto 0 0; font-size: 13.5px; font-weight: 700; color: var(--text-on-paper-mute); }
.carousel__btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line-paper); background: var(--c-white); color: var(--text-on-paper); display: grid; place-items: center; cursor: pointer; transition: background-color 150ms; }
.carousel__btn:hover { background: var(--c-paper-2); }
.vcard { margin: 0; }
.vcard__play { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: var(--r-md); overflow: hidden; cursor: pointer; background: var(--c-black); }
.vcard__play img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; opacity: 0.9; transition: transform 400ms var(--ease-out), opacity 200ms; }
.vcard__play:hover img { transform: scale(1.03); opacity: 1; }
.vcard__play::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.55)); }
.vcard__icon { position: absolute; z-index: 1; left: 50%; top: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.92); color: var(--c-black); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.vcard__icon svg { margin-left: 3px; }
.vcard figcaption { margin-top: 12px; font-size: 14.5px; line-height: 1.45; color: var(--text-on-paper-mute); }
.vcard figcaption strong { display: block; color: var(--text-on-paper); font-size: 16px; }

.quotes { display: grid; gap: 14px; margin-top: 36px; }
.quote { margin: 0; background: var(--c-white); border-radius: var(--r-lg); padding: 26px 24px; box-shadow: 0 1px 0 var(--line-paper); }
.quote p { font-family: var(--f-display); font-size: 21px; line-height: 1.35; margin: 0 0 14px; }
.quote footer { font-size: 14px; font-weight: 700; color: var(--text-on-paper-mute); }
.quote footer::before { content: ""; display: inline-block; width: 16px; height: 2px; background: var(--accent); vertical-align: middle; margin-right: 10px; }
.disclaimer { margin-top: 20px; font-size: 13.5px; color: var(--text-on-paper-mute); }

/* ============ FAQ ============ */
.faq { margin-top: 32px; border-top: 1px solid var(--line-paper); }
.faq details { border-bottom: 1px solid var(--line-paper); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; font-weight: 800; font-size: 17px; min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--c-paper-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 6v12M6 12h12' stroke='%231d1d1b' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 14px no-repeat; transition: transform 250ms var(--ease-out); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 22px; color: var(--text-on-paper-mute); max-width: 60ch; }

/* ============ Modulo ============ */
.form-section h2 { font-size: clamp(38px, 9vw, 60px); }
.lf { margin-top: 36px; background: var(--bg-ink-raised); border: 1px solid var(--line-ink); border-radius: var(--r-lg); padding: 24px 20px 20px; box-shadow: 0 30px 80px -30px rgba(0,0,0,0.8); }
.lf__progress { height: 4px; border-radius: 4px; background: var(--line-ink); overflow: hidden; }
.lf__bar { display: block; height: 100%; width: 20%; background: var(--accent); transition: width 400ms var(--ease-out); }
.lf__count { margin: 12px 0 20px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; color: var(--text-on-ink-mute); }
.lf__step { display: none; border: 0; margin: 0; padding: 0; min-width: 0; }
.lf__step.is-active { display: block; animation: stepIn 320ms var(--ease-out); }
@keyframes stepIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.lf__step legend { font-family: var(--f-display); font-size: 28px; line-height: 1.15; padding: 0; margin-bottom: 20px; color: var(--text-on-ink); }
.lf__info { color: var(--text-on-ink-mute); font-size: 16.5px; margin-top: -6px; }
.lf__info strong { color: var(--text-on-ink); }

.choices { display: grid; gap: 10px; }
.choice { position: relative; display: block; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: flex; align-items: center; gap: 14px; min-height: 58px; padding: 14px 16px; border-radius: var(--r-md); border: 1.5px solid var(--line-ink); background: rgba(255,255,255,0.02); font-weight: 700; font-size: 16px; line-height: 1.35; transition: border-color 150ms, background-color 150ms; }
.choice span::before { content: ""; flex: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.4); transition: all 150ms; }
.choice:hover span { border-color: rgba(255,255,255,0.3); }
.choice input:checked + span { border-color: var(--accent); background: rgba(227, 6, 19, 0.09); }
.choice input:checked + span::before { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 4px var(--bg-ink-raised); }
.choice input:focus-visible + span { outline: 3px solid var(--c-red-soft); outline-offset: 2px; }

.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: 15px; margin-bottom: 8px; color: var(--text-on-ink); }
.field input, .field select, .field textarea, .tel select {
  width: 100%; min-height: 52px; padding: 12px 14px;
  font: inherit; font-size: 16px; color: var(--text-on-ink);
  background: var(--bg-ink); border: 1.5px solid var(--line-ink); border-radius: var(--r-md);
  transition: border-color 150ms;
}
.field textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.field select, .tel select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23f3f1ed' stroke-width='2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus, .tel select:focus { outline: none; border-color: var(--c-red-soft); }
.field [aria-invalid="true"] { border-color: var(--c-red-soft); }
.field ::placeholder { color: rgba(243,241,237,0.35); }
.hint { margin: 6px 0 0; font-size: 13.5px; color: var(--text-on-ink-mute); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tel { display: grid; grid-template-columns: 96px 1fr; gap: 8px; }

.consents { display: grid; gap: 12px; margin: 22px 0 6px; }
.check { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; font-size: 14.5px; line-height: 1.45; color: var(--text-on-ink-mute); cursor: pointer; }
.check input { width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--c-red); }
.check a { color: var(--text-on-ink); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lf__err { margin: 12px 0 0; min-height: 0; color: var(--c-red-soft); font-weight: 700; font-size: 14.5px; }
.lf__err:empty { display: none; }

.lf__nav { display: flex; gap: 10px; margin-top: 24px; }
.lf__nav .btn { flex: 1; }
.lf__nav [data-prev] { flex: 0 0 auto; padding: 0 20px; }
.spinner { display: none; width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid rgba(255,255,255,0.35); border-top-color: #fff; animation: spin 700ms linear infinite; }
.is-loading .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }


.lf__done, .lf__fail { margin-top: 36px; background: var(--bg-ink-raised); border: 1px solid var(--line-ink); border-radius: var(--r-lg); padding: 32px 24px; }
.lf__done:focus { outline: none; }
.lf__check { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: #fff; margin-bottom: 20px; }
.lf__done h3 { font-family: var(--f-display); font-weight: 400; font-size: 32px; margin-bottom: 14px; }
.lf__done p { color: var(--text-on-ink-mute); }
.lf__done strong { color: var(--text-on-ink); white-space: nowrap; }
.lf__tip { margin: 18px 0 0; padding: 14px 16px; border-radius: var(--r-md); background: rgba(227, 6, 19, 0.1); color: var(--text-on-ink) !important; font-size: 15px; }
.lf__fail { border-color: rgba(255, 77, 87, 0.5); }
.lf__fail p { color: var(--text-on-ink); }

/* ============ Footer ============ */
.foot { background: var(--bg-ink); border-top: 1px solid var(--line-ink); padding: 48px 0 120px; color: var(--text-on-ink-mute); font-size: 14px; }
.foot img { width: 64px; margin-bottom: 20px; }
.foot a { color: var(--text-on-ink); }
.foot__small { font-size: 12.5px; max-width: 70ch; opacity: 0.8; }

/* ============ Sticky CTA ============ */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-sticky); padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(14,14,13,0) 0%, rgba(14,14,13,0.92) 38%); transform: translateY(110%); transition: transform 300ms var(--ease-out); pointer-events: none; }
.sticky.is-on { transform: none; pointer-events: auto; }

/* ============ Video modal ============ */
.vmodal { padding: 0; border: 0; background: transparent; max-width: min(420px, 92vw); width: 100%; }
.vmodal::backdrop { background: rgba(0,0,0,0.82); }
.vmodal video { width: 100%; aspect-ratio: 9 / 16; border-radius: var(--r-md); background: #000; }
.vmodal__close { position: absolute; top: 8px; right: 8px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(0,0,0,0.6); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }

/* ============ Cookie ============ */
.cookie { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: var(--z-overlay); max-width: 520px; margin: 0 auto; background: var(--c-black-2); color: var(--text-on-ink); border: 1px solid var(--line-ink); border-radius: var(--r-lg); padding: 14px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); font-size: 13px; line-height: 1.45; }
.cookie p { margin: 0 0 10px; color: var(--text-on-ink-mute); }
.cookie a { color: var(--text-on-ink); }
.cookie__btns { display: flex; gap: 10px; }
.cookie__btns .btn { flex: 1; }

/* ============ Reveal ============ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .lf__step.is-active { animation: none; }
  .sticky, .btn, .lf__bar { transition: none; }
}

/* ============ Tablet e desktop ============ */
@media (min-width: 720px) {
  :root { --gutter: 32px; }
  .fit { grid-template-columns: 1fr 1fr; }
  .modes { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .steps li { padding: 72px 0 0; }
  .steps li:not(:last-child)::after { left: 60px; right: -20px; top: 23px; bottom: auto; width: auto; height: 2px; background: repeating-linear-gradient(90deg, var(--line-paper) 0 6px, transparent 6px 12px); }
  .quotes { grid-template-columns: repeat(3, 1fr); }
  .hero__cta .btn { width: auto; }
  .micro { text-align: left; }
  .lf { padding: 32px; }
}

@media (min-width: 960px) {
  .topbar { position: absolute; }
  .hero { display: grid; grid-template-columns: 1fr 44vw; min-height: 100svh; align-items: center; }
  .hero__media { grid-column: 2; grid-row: 1; height: 100%; margin-left: -2px; }
  .hero__media img { height: 100%; max-height: none; aspect-ratio: auto; object-position: 50% 20%; }
  .hero__media::after { background: linear-gradient(90deg, var(--bg-ink) 0%, rgba(14,14,13,0) 35%), linear-gradient(180deg, rgba(14,14,13,0.4) 0%, rgba(14,14,13,0) 20%); }
  .hero h1 { font-size: clamp(48px, 5.4vw, 76px); }
  .hero__lead { font-size: 18px; }
  .hero__body { grid-column: 1; grid-row: 1; margin: 0; padding: 140px 48px 80px max(32px, calc((100vw - var(--maxw)) / 2 + 32px)); max-width: none; }
  .split { grid-template-columns: 5fr 6fr; gap: 72px; align-items: center; }
  .split--rev .split__media { order: 2; }
  .sticky { display: none; }
}
