/* ============================================
   CIKIS STUDIO — GREENWASHING LANDING
   Custom Styles (layout + components)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root {
  /* Brand palette */
  --yellow: #FFF796;        /* brand yellow */
  --yellow-2: #FFFAC0;
  --yellow-pale: #FFFCDD;
  --coral: #FF8080;         /* brand coral */
  --coral-2: #FFA0A0;
  --coral-pale: #FFE2E2;
  --ink: #00282E;           /* brand dark teal */
  --ink-2: #1F4348;
  --ink-3: #4D6F73;
  --ink-3-on-dark: #C4D2D4;
  --paper: #FFFFFF;
  --bg-soft: #F8F8F8;       /* dominante chiara */
  --cream: #F8F8F8;         /* alias retro-compat: mappato su bg-soft */
  --line: #E5E5E5;
  --line-2: #C9C9C9;
  --focus: #00282E;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ── ACCESSIBILITY HELPERS ─────────────────────────── */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -100px; left: 12px; z-index: 100;
  background: var(--ink); color: var(--paper);
  padding: 12px 18px; border-radius: 6px; font-weight: 600; font-size: 14px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; outline: 3px solid var(--yellow); outline-offset: 2px; }

/* ── FOCUS VISIBLE (keyboard nav) ──────────────────── */
:focus { outline: none; }
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.fsub:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
  border-radius: 6px;
}
.finp input:focus-visible,
.finp textarea:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  border-color: var(--ink);
}
.fconsent input:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
nav.nav.on-hero a:focus-visible,
nav.nav.on-hero .btn:focus-visible,
footer.site-footer a:focus-visible,
.solution a:focus-visible,
.finalcta a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

/* ── NAV ───────────────────────────────────────────── */
nav.nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px; background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.logo { display: inline-flex; align-items: center; line-height: 1; }
.logo-img { height: 22px; width: auto; display: block; }
/* nav scrollata (sfondo chiaro) → logo dark teal */
nav.nav:not(.on-hero) .logo-img { filter: brightness(0) saturate(100%) invert(11%) sepia(28%) saturate(2500%) hue-rotate(155deg) brightness(95%) contrast(101%); }
.nav-links { display: flex; gap: 26px; font-size: 15px; color: var(--ink-2); font-weight: 500; }
.nav-links a { padding: 8px 4px; position: relative; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { content: ""; position: absolute; left: 4px; right: 4px; bottom: 4px; height: 2px; background: currentColor; }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; font-size: 14px; padding: 14px 22px; min-height: 44px; border-radius: 100px; transition: transform .2s, background .2s, color .2s; white-space: nowrap; }
.btn .arr { transition: transform .3s; }
.btn:hover .arr { transform: translateX(4px); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: #0d1528; }
.btn-yellow { background: var(--yellow); color: var(--ink); }
.btn-yellow:hover { background: var(--yellow-2); }
.btn-coral { background: var(--ink); color: var(--paper); }
.btn-coral:hover { background: #0d1528; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.lang { font-size: 13px; color: var(--ink-2); font-weight: 500; }
.lang b { color: var(--ink); }
.lang button { padding: 6px 4px; font-weight: 500; color: var(--ink-2); font-size: 13px; }
.lang button[aria-pressed="true"] { color: var(--ink); font-weight: 700; }

/* ── SHARED ────────────────────────────────────────── */
.eyebrow { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); font-weight: 600; display: inline-flex; align-items: center; margin-bottom: 22px; }
h1, h2, h3, h4 { font-family: 'DM Sans', sans-serif; color: var(--ink); font-weight: 500; letter-spacing: -0.02em; }

/* ── HERO ──────────────────────────────────────────── */
.hero { position: relative; min-height: 720px; height: 86vh; max-height: 860px; display: flex; align-items: flex-start; justify-content: center; text-align: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(.85) contrast(1.05) brightness(.95); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,20,32,.62) 0%, rgba(15,20,32,.55) 45%, rgba(15,20,32,.78) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 1100px; padding: 120px 48px 80px; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.hero-inner .h1 { margin: 4px 0; }
.hero-inner .lede { margin-bottom: 6px; }
.hero-inner .hero-warn { margin-top: -2px; }
.hero-inner .hero-cta { margin-top: 4px; }
.regpill { display: inline-flex; align-items: center; gap: 10px; background: rgba(0,0,0,.35); backdrop-filter: blur(10px); color: var(--paper); padding: 10px 18px; border-radius: 100px; font-size: 13px; font-weight: 500; width: fit-content; letter-spacing: 0.02em; border: 1px solid rgba(255,255,255,.35); }

/* Hero warning pill — stesso stile glass della regpill in alto, single-line */
.hero-warn { display: inline-flex; align-items: center; gap: 10px; background: rgba(0,0,0,.35); backdrop-filter: blur(10px); color: var(--paper); padding: 10px 18px; border-radius: 100px; font-size: 13px; font-weight: 500; line-height: 1.4; width: fit-content; max-width: 100%; letter-spacing: 0.02em; border: 1px solid rgba(255,255,255,.35); text-align: left; white-space: nowrap; }
.hero-warn > span:last-child { white-space: nowrap; }
.hero-warn b { font-weight: 700; color: var(--paper); }
.hero-warn .warn-ic { width: 16px; height: 16px; border-radius: 50%; background: var(--paper); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 11px; flex-shrink: 0; }
@media (max-width: 760px) {
  .hero-warn { white-space: normal; font-size: 12px; padding: 9px 14px; line-height: 1.45; max-width: 100%; }
  .hero-warn > span:last-child { white-space: normal; }
}
.regpill .rp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.h1 { font-family: 'DM Sans'; font-size: clamp(36px, 5.6vw, 64px); line-height: 1.1; letter-spacing: -0.025em; color: var(--paper); font-weight: 500; max-width: 980px; text-wrap: balance; }
.h1 .strong { font-weight: 700; }
.h1 .u { position: relative; display: inline-block; }
.lede { font-size: 19px; line-height: 1.55; color: #F2F4F9; max-width: 720px; font-weight: 400; text-wrap: pretty; }
.lede b { font-weight: 600; color: var(--paper); }
.hero-cta { margin-top: 8px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero-cta .btn-yellow { padding: 18px 34px; min-height: 52px; font-size: 16px; font-weight: 700; }
.mc { font-size: 13px; color: #E5E8F0; font-weight: 500; letter-spacing: 0.01em; }
.brands { position: absolute; left: 0; right: 0; bottom: 40px; z-index: 2; padding: 0 48px; display: flex; align-items: center; justify-content: center; gap: 64px; flex-wrap: wrap; }
.brand-cell { display: inline-flex; align-items: center; justify-content: center; width: 140px; height: 56px; }
.brand-logo { max-height: 48px; max-width: 130px; width: auto; height: auto; object-fit: contain; opacity: .95; filter: brightness(0) invert(1); transition: opacity .2s; }
.brand-logo:hover { opacity: 1; }
@media (max-width: 1100px) { .brands { gap: 44px; padding: 0 32px; } .brand-cell { width: 116px; height: 48px; } .brand-logo { max-height: 40px; max-width: 108px; } }
@media (max-width: 760px)  {
  .hero { height: auto; min-height: 0; max-height: none; padding-top: 96px; padding-bottom: 28px; }
  .brands { position: static; padding: 28px 16px 8px; gap: 18px 28px; row-gap: 16px; }
  .brand-cell { width: auto; min-width: 80px; height: 36px; }
  .brand-logo { max-height: 28px; max-width: 100px; opacity: 1; }
}
@media (max-width: 420px)  {
  .brands { gap: 14px 22px; padding: 22px 12px 4px; }
  .brand-cell { min-width: 72px; height: 30px; }
  .brand-logo { max-height: 22px; max-width: 86px; }
}

/* Dark nav on hero */
nav.nav.on-hero { background: transparent; border-bottom: none; position: absolute; left: 0; right: 0; top: 0; z-index: 10; }
nav.nav.on-hero .logo, nav.nav.on-hero .nav-links a, nav.nav.on-hero .lang, nav.nav.on-hero .lang b { color: var(--paper); }
nav.nav.on-hero .nav-links a:hover { color: var(--yellow); }
nav.nav.on-hero .btn-primary { background: var(--paper); color: var(--ink); border: 1.5px solid var(--paper); }
nav.nav.on-hero .btn-primary:hover { background: var(--yellow); border-color: var(--yellow); }

/* ── URGENCY STRIP ─────────────────────────────────── */
.urgstrip { background: var(--ink); color: var(--paper); padding: 18px 48px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 15px; line-height: 1.45; text-align: center; border-bottom: 1px solid var(--line); }
.urgstrip .ic { width: 24px; height: 24px; border-radius: 50%; background: var(--coral); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.urgstrip b { color: var(--yellow); font-weight: 600; }

/* ── FORM SECTION ──────────────────────────────────── */
.formsec { background: var(--bg-soft); padding: 96px 48px; display: flex; justify-content: center; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.formsec::after { content: "?"; position: absolute; right: -20px; bottom: -120px; font-family: 'DM Sans'; font-size: 480px; font-weight: 500; color: rgba(0,40,46,.04); letter-spacing: -0.05em; line-height: 0.8; pointer-events: none; user-select: none; }
.formsec-inner { position: relative; z-index: 1; max-width: 1200px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.formsec-left h3 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1; letter-spacing: -0.025em; color: var(--ink); font-weight: 500; margin-bottom: 16px; text-wrap: balance; }
.formsec-left h3 .strong { font-weight: 700; }
.formsec-left p { font-size: 17px; color: var(--ink); line-height: 1.6; max-width: 480px; margin-bottom: 22px; text-wrap: pretty; }
.formsec-left .eyebrow { color: var(--ink); }
.formsec-ul { list-style: none; display: flex; flex-direction: column; gap: 10px; padding-top: 12px; border-top: 1.5px solid rgba(0,40,46,.2); margin-top: 6px; }
.formsec-ul li { display: flex; gap: 12px; align-items: center; color: var(--ink); font-size: 14px; font-weight: 500; }
.formsec-ul li::before { content: "→"; font-weight: 700; }

.hero-card { background: var(--ink); padding: 36px 32px 28px; display: flex; flex-direction: column; gap: 12px; border-radius: 8px; position: relative; z-index: 1; box-shadow: 0 30px 80px rgba(0,40,46,.28); color: var(--paper); }
.hc-eyebrow { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--yellow); font-weight: 700; display: flex; align-items: center; gap: 8px; }
.hc-eyebrow::before { content: ""; width: 6px; height: 6px; background: var(--coral); border-radius: 50%; }
.hc-title { font-size: 28px; line-height: 1.1; letter-spacing: -0.02em; color: var(--paper); font-weight: 500; }
.hc-title b { font-weight: 700; color: var(--yellow); }
.hc-sub { font-size: 14px; color: #C4D2D4; line-height: 1.55; margin-bottom: 10px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.finp { display: flex; flex-direction: column; gap: 6px; }
.finp label { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #C4D2D4; font-weight: 600; }
.finp input, .finp textarea { font-family: inherit; background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.18); border-radius: 6px; padding: 12px 14px; font-size: 16px; line-height: 1.4; color: var(--paper); transition: border .2s, background .2s; outline: none; min-height: 44px; }
.finp input:hover, .finp textarea:hover { border-color: rgba(255,255,255,.32); }
.finp input:focus, .finp textarea:focus { border-color: var(--yellow); background: rgba(255,255,255,.1); }
.finp input::placeholder, .finp textarea::placeholder { color: #8FA1A4; opacity: 1; }
.finp textarea { resize: vertical; min-height: 72px; }
.fconsent { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: #C4D2D4; line-height: 1.55; margin-top: 6px; cursor: pointer; }
.fconsent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--yellow); flex-shrink: 0; }
.fconsent a { color: var(--yellow); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.fsub { margin-top: 10px; background: var(--yellow); color: var(--ink); padding: 16px; min-height: 48px; border-radius: 100px; font-size: 15px; font-weight: 700; letter-spacing: 0.01em; display: flex; justify-content: center; align-items: center; gap: 10px; transition: background .2s, transform .2s; border: none; cursor: pointer; }
.fsub:hover { background: var(--yellow-2); }
.fsub:focus-visible { outline: 3px solid var(--paper); outline-offset: 3px; }
.fsub:disabled { opacity: .6; cursor: not-allowed; }
.fmicro { font-size: 12px; letter-spacing: 0.06em; color: #C4D2D4; text-align: center; display: flex; gap: 16px; justify-content: center; margin-top: 4px; font-weight: 500; flex-wrap: wrap; }
.fmicro span::before { content: "✓ "; color: var(--yellow); font-weight: 700; }

/* ── SECTIONS ──────────────────────────────────────── */
section.sec { padding: 100px 48px; border-bottom: 1px solid var(--line); position: relative; }
.sec-inner { max-width: 1344px; margin: 0 auto; }
.sec-head { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.h2 { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.1; letter-spacing: -0.025em; color: var(--ink); font-weight: 500; text-wrap: balance; }
.h2 .strong { font-weight: 700; }

/* ── STATS ─────────────────────────────────────────── */
.sec.stats-sec { background: var(--cream); padding: 0; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 540px; }
.stats-grid.stats-grid--2 { grid-template-columns: 1fr 1fr; min-height: auto; }

/* Stats con sfondo giallo brand — light variant */
.stats-sec--yellow { position: relative; padding: 0; background: #FFF696; border-bottom: none; overflow: hidden; }
.stats-sec--yellow .stats-inner { position: relative; z-index: 1; padding: 120px 48px 80px; max-width: 1400px; margin: 0 auto; }
.stats-sec--yellow .stats-head { max-width: 920px; margin: 0 auto 80px; text-align: center; }
.stats-sec--yellow .stats-head .eyebrow { color: var(--ink); margin-bottom: 22px; }
.stats-sec--yellow .stats-head .h2 { color: var(--ink); }
.stats-sec--yellow .stats-head .h2 .strong { font-weight: 800; }
.eyebrow--light { color: var(--paper); margin-bottom: 18px; }
.h2--light { color: var(--paper); }
.stats-sec--bg .stats-grid--2 { gap: 48px 80px; }
.stat-block { padding: 56px 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; border-right: 1px solid rgba(0,40,46,.12); position: relative; background: transparent; }
.sec.stats-sec:not(.stats-sec--yellow) .stat-block:last-child { border-right: none; }
.stats-sec--yellow .stat-block { padding: 0; align-items: center; text-align: center; border-right: none; gap: 22px; }
.stat-block.y { background: var(--yellow); }
.stat-block.c { background: var(--coral); }
.stat-block.cream { background: var(--yellow-pale); }
.stat-head { font-size: 26px; line-height: 1.2; font-weight: 600; color: var(--ink); letter-spacing: -0.015em; }
.stat-num { font-family: 'DM Sans'; font-size: 180px; line-height: 0.9; letter-spacing: -0.05em; color: var(--ink); font-weight: 500; }
.stat-num span { font-size: 80px; font-weight: 500; }
.stat-body { font-size: 17px; line-height: 1.55; color: var(--ink); max-width: 380px; font-weight: 400; }
.stat-body b { font-weight: 600; }
.stats-caption { padding: 20px 48px; font-size: 13px; letter-spacing: 0.04em; color: var(--ink-2); text-align: center; background: var(--paper); border-top: 1px solid var(--line); }

/* Stats block — variant senza sfondo colorato (eredita dal contenitore) */
.stat-block--ghost { background: transparent !important; padding: 12px 8px; gap: 18px; align-items: center; text-align: center; }
.stat-block--ghost .stat-num { color: var(--ink); font-size: clamp(96px, 12vw, 180px); font-weight: 500; }
.stat-block--ghost .stat-num span { color: var(--ink); font-size: clamp(48px, 6vw, 96px); }
.stat-block--ghost .stat-body { color: var(--ink-2); font-size: 17px; line-height: 1.6; max-width: 360px; }
.stat-block--ghost .stat-head { color: var(--ink); font-size: 22px; line-height: 1.25; font-weight: 700; padding-top: 14px; border-top: 1px solid rgba(0,40,46,.25); width: 100%; max-width: 340px; margin-top: 10px; }
.stats-sec--yellow .stats-caption { background: transparent; color: var(--ink-2); border-top: none; padding: 60px 0 0; font-size: 13px; letter-spacing: 0.06em; }

/* ── MARKET INTRO ──────────────────────────────────── */
.sec.market-intro { padding: 80px 48px 64px; background: var(--bg-soft); }

/* ── PROBLEM (snodo style) ─────────────────────────── */
.sec.snodo { background: var(--bg-soft); padding: 88px 48px 64px; }
.snodo-head { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: end; margin-bottom: 40px; }
.snodo-head--single { grid-template-columns: 1fr; }

/* Split layout: copy a sinistra, card a destra */
.snodo-split { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; }
.snodo-split .snodo-title { font-size: clamp(28px, 3.6vw, 48px); line-height: 1.1; letter-spacing: -0.02em; }
.snodo-split .snodo-copy { padding-right: 16px; }
@media (max-width: 960px) { .snodo-split { grid-template-columns: 1fr; gap: 40px; } .snodo-split .snodo-copy { padding-right: 0; } }
.snodo-num { font-family: 'DM Sans'; font-size: 260px; line-height: 0.8; color: rgba(0,40,46,.06); letter-spacing: -0.04em; font-weight: 500; margin-top: -40px; user-select: none; }
.snodo-title { font-size: clamp(36px, 5.6vw, 64px); line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); font-weight: 500; text-wrap: balance; }
.snodo-title .strong { font-weight: 700; }
.snodo-sub { font-size: 18px; line-height: 1.55; color: var(--ink); max-width: 460px; margin-bottom: 10px; }

/* ── PROBLEM CARDS ─────────────────────────────────── */
.pcards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--ink); margin-top: 60px; border-radius: 4px; overflow: hidden; }
.pc { background: var(--paper); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; position: relative; transition: background .3s; }
.pc:hover { background: var(--yellow-pale); }
.pc-head { display: flex; align-items: center; justify-content: space-between; }
.pc-num { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); }
.pc-tag { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #B23A2C; background: var(--coral-pale); padding: 5px 12px; border-radius: 100px; }
.pc-title { font-size: 26px; line-height: 1.15; letter-spacing: -0.02em; color: var(--ink); font-weight: 600; margin-top: 6px; }
.pc-body { font-size: 15px; color: var(--ink-2); line-height: 1.6; }

/* Variante con icone — layout arioso ispirato all'immagine di riferimento */
/* Variante compatta — solo titolo + sub, 2x2 (con icona) */
.pcards--compact { background: transparent; gap: 16px; margin: 0; border-radius: 0; overflow: visible; grid-template-columns: repeat(2, 1fr); max-width: 100%; }
.pcards--compact .pc { background: var(--coral-pale); padding: 24px 22px; gap: 8px; align-items: flex-start; text-align: left; border-radius: 8px; transition: transform .2s, background .2s; }
.pcards--compact .pc:hover { background: #FFD2D2; transform: translateY(-1px); }
.pc-ic { width: 36px; height: 36px; border-radius: 8px; background: var(--coral); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-bottom: 4px; }
.pcards--compact .pc-title { font-size: 17px; line-height: 1.25; font-weight: 700; margin: 0; color: var(--ink); letter-spacing: -0.01em; }
.pcards--compact .pc-body { font-size: 13.5px; color: var(--ink-2); line-height: 1.45; margin: 0; }
@media (max-width: 480px) { .pcards--compact { grid-template-columns: 1fr; } }

/* ── SOLUTION ──────────────────────────────────────── */
.solution { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--paper); border-radius: 4px; overflow: hidden; margin-top: 60px; }
.solution-img { position: relative; min-height: 440px; overflow: hidden; background: var(--coral); }
.solution-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.solution-copy { padding: 56px 48px; display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.solution-copy .eyebrow { color: var(--yellow); }
.solution-copy h3 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1; letter-spacing: -0.025em; font-weight: 500; color: var(--paper); text-wrap: balance; }
.solution-copy h3 .strong { font-weight: 700; color: var(--yellow); }
.solution-copy p { font-size: 16px; line-height: 1.65; color: #D8DBE6; max-width: 480px; }
.kc { display: flex; gap: 36px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 8px; }
.kc-it { display: flex; flex-direction: column; gap: 4px; }
.kc-it b { font-size: 36px; font-weight: 500; color: var(--paper); line-height: 1; letter-spacing: -0.02em; }
.kc-it span { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #B5BBCB; font-weight: 700; }

/* ── JOURNEY ───────────────────────────────────────── */
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--ink); margin-top: 60px; border-radius: 4px; overflow: hidden; }
.jstep { padding: 36px 28px 32px; background: var(--yellow-pale); display: flex; flex-direction: column; gap: 12px; position: relative; transition: background .3s; }
.jstep:hover { background: var(--yellow); }
.jstep-num { font-family: 'DM Sans'; font-size: 76px; line-height: 0.9; color: var(--ink); letter-spacing: -0.03em; font-weight: 500; }
.jstep-title { font-size: 22px; line-height: 1.1; letter-spacing: -0.015em; color: var(--ink); font-weight: 600; margin-top: 4px; }
.jstep-body { font-size: 15px; color: var(--ink-2); line-height: 1.6; }
.jstep-tag { margin-top: auto; padding-top: 20px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); font-weight: 700; }

/* ── METHOD (solution + steps con bg immagine) ─────── */
.method { position: relative; padding: 120px 48px; overflow: hidden; background: var(--ink); border-bottom: 1px solid rgba(0,40,46,.3); }
.method-bg { position: absolute; inset: 0; z-index: 0; }
.method-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.7) brightness(.45) contrast(1.05); }
.method-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(0,40,46,.85) 0%, rgba(0,40,46,.65) 50%, rgba(0,40,46,.4) 100%); }
.method-inner { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 96px; align-items: start; }
.method-copy { color: var(--paper); display: flex; flex-direction: column; gap: 22px; }
.method-h { font-size: clamp(36px, 4.4vw, 56px); line-height: 1.05; letter-spacing: -0.025em; font-weight: 500; color: var(--paper); }
.method-h .strong { font-weight: 700; color: var(--yellow); }
.method-lede { font-size: 17px; line-height: 1.6; color: #D8DBE6; max-width: 520px; text-wrap: pretty; }
.method-copy .kc { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); }
.method-cta { align-self: flex-start; margin-top: 8px; }

.method-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.ms-item { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); align-items: start; }
.ms-item:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.ms-num { font-family: 'DM Sans'; font-size: 48px; line-height: 1; letter-spacing: -0.04em; color: var(--yellow); font-weight: 500; }
.ms-title { font-size: 20px; line-height: 1.25; letter-spacing: -0.015em; color: var(--paper); font-weight: 700; margin-bottom: 6px; }
.ms-text { font-size: 15px; line-height: 1.6; color: #C4D2D4; }

@media (max-width: 960px) {
  .method { padding: 80px 24px; }
  .method-inner { grid-template-columns: 1fr; gap: 56px; }
  .method-cta { align-self: stretch; justify-content: center; }
}

/* ── MID CTA ───────────────────────────────────────── */
.mcta-sec { padding: 80px 48px; background: var(--bg-soft); }
.mcta-sec .mcta { margin: 0 auto; max-width: 1200px; }
.mcta { margin-top: 60px; padding: 36px 44px; background: var(--yellow); border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.mcta h4 { color: var(--ink); }
.mcta p { color: var(--ink); }
.mcta--coral { background: var(--coral); }
.mcta h4 { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; letter-spacing: -0.02em; font-weight: 600; margin-bottom: 6px; color: var(--ink); text-wrap: balance; }
.mcta h4 .strong { font-weight: 700; }
.mcta p { color: var(--ink); font-size: 16px; line-height: 1.55; }

/* ── SOCIAL PROOF ──────────────────────────────────── */
.sec.proof { background: var(--paper); }
.tcard { background: var(--bg-soft); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tcard { padding: 40px; border-radius: 8px; display: flex; flex-direction: column; gap: 22px; border: 1px solid var(--line); margin: 0; }
.tcard blockquote { margin: 0; padding: 0; }
.nav-links { list-style: none; padding: 0; margin: 0; }
.nav-links li { list-style: none; }
.tcard .mk { font-family: 'DM Sans'; font-size: 80px; line-height: 0.5; color: var(--coral); font-weight: 700; letter-spacing: -0.05em; }
.tcard q { font-size: 20px; line-height: 1.45; letter-spacing: -0.01em; color: var(--ink); font-weight: 500; quotes: none; display: block; text-wrap: pretty; }
.tcard q::before, .tcard q::after { content: ""; }
.tmeta { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--bg-soft); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--ink); font-size: 14px; }
.avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tmeta-txt b { display: block; font-size: 15px; color: var(--ink); font-weight: 700; }
.tmeta-txt span { font-size: 13px; color: var(--ink-2); }
.tmeta .brand-lbl { margin-left: auto; font-weight: 700; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }

/* ── CASES STRIP ───────────────────────────────────── */
.casestrip { list-style: none; margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0; }
.casestrip > li { list-style: none; }
.cs { aspect-ratio: 4/3; position: relative; overflow: hidden; border-radius: 4px; background: var(--yellow-pale); display: block; height: 100%; }
.cs img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.cs:hover img { transform: scale(1.04); }
.cs-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(31,42,68,.85) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; color: var(--paper); }
.cs-overlay { background: linear-gradient(180deg, transparent 35%, rgba(15,20,32,.92) 100%); }
.cs-overlay b { font-size: 22px; letter-spacing: -0.01em; font-weight: 700; }
.cs-overlay span { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 1; color: #E5E8F0; margin-top: 4px; font-weight: 600; }
.cs:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }

/* ── FAQ ───────────────────────────────────────────── */
.sec.faq-sec { background: var(--bg-soft); }
.faq-list { display: flex; flex-direction: column; border-top: 1.5px solid var(--ink); }
.faq-item { border-bottom: 1.5px solid var(--ink); }
.faq-item summary { list-style: none; padding: 24px 0; display: grid; grid-template-columns: 60px 1fr 40px; gap: 20px; align-items: start; cursor: pointer; transition: padding .2s, background .2s; min-height: 56px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { padding-left: 10px; }
.faq-num { font-size: 13px; font-weight: 700; color: var(--ink-2); padding-top: 6px; letter-spacing: 0.06em; }
.faq-q { font-size: 22px; line-height: 1.25; letter-spacing: -0.015em; color: var(--ink); font-weight: 600; }
.faq-a { grid-column: 2; font-size: 16px; line-height: 1.65; color: var(--ink-2); padding: 0 0 24px; max-width: 800px; }
.faq-plus { font-size: 28px; color: var(--ink); line-height: 1; justify-self: end; padding-top: 4px; transition: transform .25s; font-weight: 300; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-item summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: -3px; border-radius: 4px; }

/* ── FINAL CTA ─────────────────────────────────────── */
.finalcta { background: var(--coral); padding: 120px 48px; text-align: center; position: relative; overflow: hidden; }
.finalcta-inner { max-width: 960px; margin: 0 auto; position: relative; z-index: 1; display: flex; flex-direction: column; gap: 24px; align-items: center; }
.fc-h { font-size: clamp(40px, 6.4vw, 72px); line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); font-weight: 500; text-wrap: balance; }
.fc-h .strong { font-weight: 700; }
.fc-h .u { position: relative; display: inline-block; }
.fc-sub { font-size: 18px; color: var(--ink); max-width: 600px; line-height: 1.6; font-weight: 400; text-wrap: pretty; }
.fc-actions { display: flex; gap: 16px; margin-top: 14px; flex-wrap: wrap; justify-content: center; }

/* ── FOOTER ────────────────────────────────────────── */
footer.site-footer { background: var(--ink); color: #C8CDDA; padding: 60px 48px 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid #2D3655; }
.f-logo { font-size: 20px; font-weight: 700; color: var(--paper); letter-spacing: 0.02em; text-transform: uppercase; }
.f-logo small { display: block; font-size: 14px; font-weight: 500; }
.f-logo-img { height: 26px; width: auto; }
.f-tag { font-size: 14px; color: #B5BBCB; margin-top: 14px; max-width: 340px; line-height: 1.6; }
.f-col b { display: block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--paper); margin-bottom: 14px; font-weight: 700; }
.f-col a { display: block; font-size: 14px; color: #D8DBE6; padding: 6px 0; min-height: 32px; transition: color .2s; }
.f-col a:hover { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.f-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 13px; color: #B5BBCB; font-weight: 500; }
.f-bot a { text-decoration: underline; text-underline-offset: 3px; color: #D8DBE6; }
.f-bot a:hover { color: var(--yellow); }

::selection { background: var(--ink); color: var(--yellow); }

/* ── SCROLL REVEAL (project convention: data-animate + .is-visible) ── */
[data-animate] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-animate].is-visible { opacity: 1; transform: none; }

/* ── VUE TRANSITIONS ───────────────────────────────── */
.fade-enter-active, .fade-leave-active { transition: opacity 0.4s ease; }
.fade-enter-from, .fade-leave-to { opacity: 0; }
.slide-up-enter-active, .slide-up-leave-active { transition: all 0.5s ease; }
.slide-up-enter-from, .slide-up-leave-to { opacity: 0; transform: translateY(30px); }

/* ── REDUCED MOTION (WCAG 2.3.3) ───────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  [data-animate] { opacity: 1 !important; transform: none !important; }
  .regpill .rp-dot { animation: none !important; }
  .btn:hover .arr { transform: none !important; }
  .cs:hover img { transform: none !important; }
}

/* ── HIGH CONTRAST MODE ────────────────────────────── */
@media (prefers-contrast: more) {
  :root { --ink-2: #1F2A44; --ink-3: #1F2A44; --line: #1F2A44; }
}

/* ── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 960px) {
  nav.nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .hero-inner { padding: 100px 20px 60px; gap: 20px; }
  .lede { font-size: 16px; }
  .urgstrip { padding: 14px 20px; font-size: 14px; flex-wrap: wrap; line-height: 1.5; }
  .formsec { padding: 60px 20px; }
  .formsec-inner { grid-template-columns: 1fr; gap: 40px; }
  .formsec::after { font-size: 280px; }
  section.sec { padding: 60px 20px; }
  .sec-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  .stats-grid { grid-template-columns: 1fr; min-height: auto; }
  .stat-block { border-right: none; border-bottom: 1px solid rgba(0,40,46,.12); padding: 40px 24px; }
  .stat-num { font-size: 120px; }
  .stats-caption { padding: 18px 20px; }
  .snodo-head { grid-template-columns: 1fr; }
  .snodo-num { font-size: 140px; margin-top: 0; }
  .pcards { grid-template-columns: 1fr; }
  .pc { padding: 28px 22px; }
  .solution { grid-template-columns: 1fr; }
  .solution-img { min-height: 240px; }
  .solution-copy { padding: 40px 24px; }
  .journey { grid-template-columns: 1fr 1fr; }
  .jstep { padding: 28px 22px; }
  .mcta { flex-direction: column; align-items: flex-start; padding: 28px 22px; }
  .proof-grid { grid-template-columns: 1fr; }
  .tcard { padding: 28px 22px; }
  .casestrip { grid-template-columns: 1fr; }
  .faq-item summary { grid-template-columns: 36px 1fr 32px; gap: 12px; padding: 20px 0; }
  .faq-q { font-size: 18px; }
  .faq-a { font-size: 15px; padding-bottom: 20px; }
  .finalcta { padding: 80px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  footer.site-footer { padding: 40px 20px 20px; }
  .f-bot { flex-direction: column; gap: 8px; text-align: center; }
  .brands { gap: 14px 18px; padding: 0 20px; }
  .hero { height: auto; min-height: 600px; padding-top: 80px; padding-bottom: 80px; }
}

@media (max-width: 560px) {
  .journey { grid-template-columns: 1fr; }
  .stat-num { font-size: 96px; }
  .stat-num span { font-size: 48px; }
  .fgrid { grid-template-columns: 1fr; }
  .fc-actions { flex-direction: column; width: 100%; }
  .fc-actions .btn { width: 100%; justify-content: center; }
  .hero-cta .btn-yellow { width: 100%; max-width: 360px; justify-content: center; }
  .formsec::after { display: none; }
}
