/* ============================================================
   Masterclass Claude Skills — Elisa Agresti
   Landing styles — CENTERED single-column funnel
   (mirrors webinar.chiaradosio.com structure, EA colors)
   Built on colors_and_type.css tokens
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--font-body);
  font-size: var(--t-body);
  color: var(--fg-1);
  background: var(--ea-mist);
  /* darker secondary/tertiary for legibility on mist */
  --fg-2: #38456f;
  --fg-3: #5f6a96;
  line-height: var(--lh-relaxed);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- Layout ---------- */
.wrap { width: min(1080px, 100% - 48px); margin-inline: auto; }
.col  { width: min(760px, 100% - 48px); margin-inline: auto; }     /* colonna di testo con respiro laterale */
.section { padding-block: clamp(56px, 8vw, 112px); }

.center { text-align: center; }

.eyebrow {
  font-weight: var(--w-semi);
  font-size: var(--t-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--ea-sky);
  margin: 0;
}
.section-title {
  font-family: var(--font-display);
  font-weight: var(--w-extra);
  text-transform: uppercase;
  letter-spacing: var(--ls-display);
  line-height: 1.08;
  font-size: var(--t-h1);
  color: var(--ea-navy);
  margin: 14px 0 0;
  text-wrap: balance;
}
.lead { font-size: var(--t-body-lg); color: var(--fg-2); line-height: var(--lh-relaxed); margin: 18px auto 0; max-width: 60ch; }

.hl { background: linear-gradient(transparent 58%, rgba(106,170,200,.42) 58%); padding: 0 .06em; }
strong { font-weight: var(--w-semi); color: var(--ea-navy); }
.on-dark strong { color: var(--ea-cream); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: var(--w-medium);
  font-size: var(--t-body-sm); letter-spacing: var(--ls-button); text-transform: uppercase;
  border: none; cursor: pointer; padding: 16px 26px; border-radius: var(--r-pill);
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.btn svg { width: 17px; height: 17px; transition: transform var(--dur-base) var(--ease-out); }
.btn-primary { background: var(--ea-navy); color: var(--ea-cream); box-shadow: var(--shadow-2); }
.btn-primary:hover { background: #0f2150; transform: translateY(-2px); box-shadow: var(--shadow-3); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-primary:active { transform: scale(.985); box-shadow: var(--shadow-1); }
.btn-sky { background: var(--ea-sky); color: var(--ea-cream); box-shadow: var(--shadow-2); }
.btn-sky:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: var(--shadow-3); }
.btn-sky:hover svg { transform: translateX(4px); }
.btn-sm { padding: 11px 18px; font-size: var(--t-caption); }
.btn-lg { padding: 21px 44px; font-size: var(--t-body); border-radius: var(--r-pill); }
.btn-lg svg { width: 20px; height: 20px; }

/* ============================================================
   Announcement bar
   ============================================================ */
.announce { position: sticky; top: 0; z-index: 60; background: var(--ea-navy); color: var(--ea-cream); font-size: var(--t-body-sm); }
.announce__in { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; padding: 10px 24px; text-align: center; }
.announce__in > span { min-width: 0; }
.announce__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ea-sky); animation: pulse 2.4s var(--ease-out) infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(106,170,200,.55);} 70%{box-shadow:0 0 0 7px rgba(106,170,200,0);} 100%{box-shadow:0 0 0 0 rgba(106,170,200,0);} }
.announce strong { color: var(--ea-cream); }
.announce a { color: var(--ea-mist); text-decoration: underline; text-underline-offset: 3px; font-weight: var(--w-medium); }
.announce a:hover { color: var(--ea-cream); }

/* ============================================================
   HERO — two columns: copy + prominent photo
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--ea-mist); padding-block: clamp(28px, 4vw, 52px) clamp(48px, 7vw, 84px); }
/* texture hero rimossa su richiesta — sfondo mist pieno */
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 5vw, 76px); align-items: start; }
.hero__copy { text-align: left; }
.hero__logo { height: 36px; margin: 0 0 28px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--surface); color: var(--ea-deep-teal); border: 1px solid var(--line-1); box-shadow: var(--shadow-1); border-radius: var(--r-pill);
  padding: 9px 16px; font-size: var(--t-eyebrow); letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase; font-weight: var(--w-semi);
}
.hero__eyebrow .mk { width: 15px; height: 15px; }
.hero h1 {
  font-family: var(--font-display); font-weight: var(--w-extra);
  text-transform: uppercase; letter-spacing: var(--ls-display);
  font-size: clamp(38px, 9vw, 56px); line-height: 1.04; color: var(--ea-navy);
  margin: 20px 0 0; max-width: 15ch; text-wrap: balance;
}
.hero__sub { margin: 20px 0 0; font-size: var(--t-body-lg); color: var(--fg-2); max-width: 44ch; }
.hero__when { display: inline-flex; align-items: center; gap: 10px; margin: 28px 0 0; font-family: var(--font-display); font-weight: var(--w-semi); font-size: clamp(17px, 1.6vw, 21px); color: var(--ea-navy); letter-spacing: .01em; }
.hero__when .mk { width: 22px; height: 22px; }
.hero__kicker { margin: 0; font-family: var(--font-display); font-weight: var(--w-semi); font-size: clamp(15px, 1.6vw, 18px); letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--ea-deep-teal); }
.hero__cta { margin-top: 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.hero__cta-note { margin: 0; font-size: var(--t-body-sm); color: var(--fg-2); }
.hero__trust { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.hero__trust .pt { font-size: var(--t-body-sm); color: var(--fg-2); }
.hero__trust .pt strong { color: var(--ea-navy); }

/* media column */
.hero__media { position: relative; order: -1; }   /* foto + countdown a sinistra (desktop) */
.hero__figure { position: relative; }
.hero__photo { width: 100%; height: clamp(420px, 52vw, 520px); aspect-ratio: auto; border-radius: var(--r-lg); box-shadow: var(--shadow-3); background: var(--ea-mist); border: 7px solid var(--surface); overflow: hidden; }
.hero__photo-img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.hero__mark { position: absolute; right: -18px; top: -24px; width: 86px; height: 86px; opacity: .96; animation: floaty 7s var(--ease-in-out) infinite; pointer-events: none; }
@keyframes floaty { 0%,100%{ transform: translateY(0) rotate(0); } 50%{ transform: translateY(-12px) rotate(-3deg); } }
.hero__photo-badge { position: absolute; left: -14px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px;
  background: var(--ea-navy); color: var(--ea-cream); border-radius: var(--r-pill); padding: 10px 16px; box-shadow: var(--shadow-3);
  font-size: var(--t-eyebrow); letter-spacing: var(--ls-eyebrow); text-transform: uppercase; font-weight: var(--w-semi); }
.hero__photo-badge .live { width: 8px; height: 8px; border-radius: 50%; background: var(--ea-sky); animation: pulse 2.4s var(--ease-out) infinite; }

/* chips row (date + price) */
.hero__chips { display: flex; gap: 10px; justify-content: flex-start; flex-wrap: wrap; }
.pill-price {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ea-navy); color: var(--ea-cream); border-radius: var(--r-pill);
  padding: 9px 16px; font-size: var(--t-eyebrow); letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase; font-weight: var(--w-semi);
}
.pill-price b { font-size: var(--t-h4); letter-spacing: 0; }

/* ---------- Countdown ---------- */
.count { display: inline-flex; gap: 10px; justify-content: center; padding: 18px 20px; background: var(--surface);
  border: 1px solid var(--line-1); border-radius: var(--r-lg); box-shadow: var(--shadow-2); }
.count__u { background: var(--ea-navy); border-radius: var(--r-sm); padding: 14px 12px; min-width: 74px; text-align: center; }
.count__n { font-family: var(--font-display); font-weight: var(--w-extra); font-size: 40px; line-height: 1; color: var(--ea-cream); font-variant-numeric: tabular-nums; }
.count__l { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ea-sky); margin-top: 8px; font-weight: var(--w-semi); }
.count__cap { font-size: var(--t-eyebrow); letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--ea-deep-teal); font-weight: var(--w-semi); margin: 0 0 14px; }
.hero__count { margin-top: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; }

/* on navy variant */
.count--dark .count__u { background: rgba(255,250,247,.07); border-color: var(--line-on-dark); box-shadow: none; }
.count--dark .count__n { color: var(--ea-cream); }
.count--dark .count__l { color: var(--fg-on-dark-2); }

/* ============================================================
   Stats strip — Sirio vola e illumina le competenze
   ============================================================ */
.stats { background: var(--ea-navy); color: var(--ea-cream); position: relative; overflow: hidden; }
.stats .wrap { position: relative; }

.stats__stage { position: relative; padding-top: 92px; padding-bottom: 8px; }
.stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { padding: clamp(30px, 4vw, 52px) clamp(16px, 2.5vw, 36px); position: relative; text-align: center; isolation: isolate; }

.stat .n {
  position: relative; display: inline-block;
  font-family: var(--font-display); font-weight: var(--w-extra);
  letter-spacing: var(--ls-display); font-size: clamp(42px, 5vw, 66px); line-height: 1;
  color: var(--fg-on-dark-3);                 /* spento di default */
  transition: color .5s ease;
}
.stat .n .u { font-size: .4em; color: var(--fg-on-dark-3); font-weight: var(--w-semi); margin-left: 6px; letter-spacing: 0; transition: color .5s ease; }
.stat .n .plus, .stat .n .cup { font-variant-numeric: tabular-nums; }
.stat .n::before {
  content: ""; position: absolute; z-index: -1;
  left: -8%; right: -8%; top: 18%; bottom: 6%;
  background: var(--ea-sky); border-radius: var(--r-sm);
  transform: scaleX(0); transform-origin: left center; opacity: 0;
  transition: transform .55s cubic-bezier(.45,.05,.3,1), opacity .4s ease;
}
.stat .l { margin: 14px auto 0; font-size: var(--t-body-sm); color: var(--fg-on-dark-3); max-width: 24ch; transition: color .5s ease; }

.stat .beam {
  position: absolute; z-index: 0; left: 50%; top: -78px; width: 150px; height: 150px;
  transform: translateX(-50%);
  background: radial-gradient(60% 70% at 50% 0%, rgba(106,170,200,.55), rgba(106,170,200,.12) 55%, transparent 72%);
  filter: blur(6px); opacity: 0; transition: opacity .45s ease; pointer-events: none; mix-blend-mode: screen;
}

.stat.lit .n         { color: var(--ea-cream); }
.stat.lit .n .u      { color: var(--ea-cream); }
.stat.lit .n::before { transform: scaleX(1); opacity: .42; }
.stat.lit .l         { color: var(--fg-on-dark-1); }
.stat.lit .beam      { opacity: 1; }

.sirio-flyer {
  position: absolute; left: 0; top: 0; z-index: 4; width: 104px;
  transform: translate3d(0,0,0);
  transition: transform .7s cubic-bezier(.45,.06,.25,1); will-change: transform;
}
.sirio-flyer img { display: block; width: 100%; height: auto; animation: sirio-float 3.4s ease-in-out infinite; filter: drop-shadow(0 14px 22px rgba(0,0,0,.35)); }
.sirio-flyer.hidden { opacity: 0; }
@keyframes sirio-float { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-12px) rotate(2deg); } }

@media (prefers-reduced-motion: reduce) {
  .sirio-flyer img { animation: none; }
  .sirio-flyer { transition: none; }
  .stat .n, .stat .n .u, .stat .l, .stat .n::before, .stat .beam { transition: none; }
}

/* ============================================================
   Takeaways — stacked numbered rows
   ============================================================ */
.take__list { margin-top: 52px; display: flex; flex-direction: column; gap: 20px; }
.take-row {
  display: grid; grid-template-columns: 96px 1fr; gap: 28px; align-items: start;
  background: var(--surface); border: 1px solid var(--line-1); border-radius: var(--r-lg);
  padding: 32px 34px; box-shadow: var(--shadow-1); text-align: left;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.take-row:hover { transform: translateY(-4px); box-shadow: var(--shadow-3); border-color: var(--line-2); }
.take-row .num { font-family: var(--font-display); font-weight: var(--w-extra); font-size: 30px; line-height: 1;
  color: var(--ea-cream); letter-spacing: 0; background: var(--ea-sky); width: 72px; height: 72px; border-radius: var(--r-md);
  display: grid; place-items: center; box-shadow: var(--shadow-2); transition: background var(--dur-base), transform var(--dur-base); }
.take-row:hover .num { background: var(--ea-navy); transform: scale(1.04); }
.take-row h3 { font-family: var(--font-body); font-weight: var(--w-semi); font-size: var(--t-h3); letter-spacing: var(--ls-tight); color: var(--ea-navy); margin: 6px 0 10px; line-height: 1.25; }
.take-row p { margin: 0; font-size: var(--t-body); color: var(--fg-2); max-width: 60ch; }

/* ============================================================
   For you / not for you — STACKED full-width blocks
   ============================================================ */
.fit { background: var(--ea-navy); }
.fit .section-title { color: var(--ea-cream); }
.fit-block { background: var(--surface); border-radius: var(--r-lg); box-shadow: var(--shadow-2); border: 1px solid var(--line-1);
  padding: clamp(30px,3.5vw,48px); margin-top: 24px; }
.fit-block.is-no { background: rgba(255,250,247,.05); box-shadow: none; border: 1px solid var(--line-on-dark); }
.fit-block.is-no .k { color: var(--ea-sky); }
.fit-block.is-no h3 { color: var(--ea-cream); }
.fit-block.is-no .fit-list li { color: #d4ddf0; }
.fit-block.is-no .fit-list strong { color: var(--ea-cream); }
.fit-block.is-no .tick.no { border-color: rgba(255,250,247,.4); color: var(--ea-cream); }
.fit-block:first-of-type { margin-top: 44px; }
.fit-block .k { font-size: var(--t-eyebrow); letter-spacing: var(--ls-eyebrow); text-transform: uppercase; font-weight: var(--w-semi); color: var(--ea-sky); }
.fit-block.is-no .k { color: var(--fg-3); }
.fit-block h3 { font-family: var(--font-display); font-weight: var(--w-extra); text-transform: uppercase; letter-spacing: var(--ls-display); font-size: var(--t-h3); margin: 6px 0 0; color: var(--ea-navy); }
.fit-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; }
.fit-list li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; font-size: var(--t-body); color: var(--fg-2); }
.tick { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; flex: none; }
.tick.yes { background: var(--ea-sky); color: var(--ea-cream); }
.tick.no { background: transparent; border: 1.5px solid var(--line-2); color: var(--fg-3); }
.tick svg { width: 16px; height: 16px; }

/* ============================================================
   Authority — heading, bullets, full-width photo below
   ============================================================ */
.auth__list { list-style: none; margin: 38px auto 0; padding: 0; max-width: 760px; display: flex; flex-direction: column; gap: 24px; text-align: left; }
.auth__list li { padding-left: 28px; position: relative; font-size: var(--t-body-lg); color: var(--fg-2); }
.auth__list li::before { content:""; position: absolute; left: 0; top: 11px; width: 12px; height: 12px; border-radius: 50%; background: var(--ea-sky); }
.auth__photo { width: 100%; max-width: 760px; aspect-ratio: 3 / 2; border-radius: var(--r-lg); box-shadow: var(--shadow-3); border: 7px solid var(--surface); margin: 48px auto 0; overflow: hidden; }
.auth__photo-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

/* ============================================================
   Band tempo (sfondo giratempo + overlay navy)
   ============================================================ */
.band-time { position: relative; overflow: hidden; background: var(--ea-navy) url("band-tempo.jpg") center 28% / cover no-repeat; }
.band-time__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,26,67,.80), rgba(11,26,67,.84)); }
.band-time__in { position: relative; z-index: 1; width: min(820px, 100% - 48px); margin-inline: auto; text-align: center; padding-block: clamp(64px, 10vw, 116px); }
.band-time__lead { font-family: var(--font-display); font-weight: var(--w-extra); text-transform: uppercase; letter-spacing: var(--ls-display); line-height: 1.1; font-size: clamp(26px, 5vw, 42px); color: var(--ea-cream); margin: 0; text-wrap: balance; }
.band-time__sub { margin: 18px auto 0; font-size: var(--t-body-lg); color: var(--ea-mist); max-width: 50ch; }

/* ============================================================
   Manifesto
   ============================================================ */
.manifesto { background: var(--ea-navy); color: var(--ea-cream); position: relative; overflow: hidden; }
/* decorazione manifesto rimossa su richiesta — navy pieno */
.manifesto .col { position: relative; z-index: 1; }
.manifesto .eyebrow { color: var(--ea-sky); }
.manifesto h2 { font-family: var(--font-display); font-weight: var(--w-extra); text-transform: uppercase; letter-spacing: var(--ls-display); font-size: var(--t-h1); line-height: 1.06; color: var(--ea-cream); margin: 16px auto 0; max-width: 18ch; }
.manifesto__body { margin-top: 30px; display: flex; flex-direction: column; gap: 18px; }
.manifesto__body p { margin: 0; font-size: var(--t-body-lg); color: var(--fg-on-dark-2); }
.manifesto__body p strong { color: var(--ea-cream); }
.manifesto__body .pull { font-family: var(--font-display); font-weight: var(--w-bold); font-size: clamp(22px,2.6vw,30px); color: var(--ea-cream); line-height: 1.28; letter-spacing: var(--ls-tight); }
.manifesto__sign { margin-top: 28px; font-style: italic; color: var(--ea-mist); }
.manifesto .btn { margin-top: 36px; }

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq__list { margin: 44px auto 0; max-width: 820px; border-top: 1px solid var(--line-1); text-align: left; }
.faq-item { border-bottom: 1px solid var(--line-1); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 4px; font-family: var(--font-body); font-weight: var(--w-semi); font-size: var(--t-h4); color: var(--ea-navy); letter-spacing: var(--ls-tight); transition: color var(--dur-base); }
.faq-q:hover { color: var(--ea-sky); }
.faq-ic { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--line-2); display: grid; place-items: center; transition: transform var(--dur-base) var(--ease-out), background var(--dur-base), border-color var(--dur-base); }
.faq-ic svg { width: 15px; height: 15px; }
.faq-item.open .faq-ic { background: var(--ea-sky); border-color: var(--ea-sky); color: var(--ea-cream); transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height var(--dur-slow) var(--ease-in-out); }
.faq-a__in { padding: 0 4px 26px; max-width: 72ch; font-size: var(--t-body); color: var(--fg-2); }

/* ============================================================
   Registration / form
   ============================================================ */
.reg { background-color: var(--ea-navy); background-image: none; }
.reg .section-title { color: var(--ea-cream); }
.reg .lead { color: var(--fg-on-dark-2); }
.reg__card { background: var(--surface); border-radius: var(--r-xl); box-shadow: var(--shadow-3); border: 1px solid var(--line-1); padding: clamp(32px,4vw,56px); max-width: 720px; margin: 44px auto 0; }
.price-tag { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin: 0 0 4px; }
.price-tag .amt { font-family: var(--font-display); font-weight: var(--w-extra); font-size: clamp(48px,7vw,68px); line-height: 1; color: var(--ea-navy); letter-spacing: var(--ls-display); }
.price-tag .cur { font-family: var(--font-display); font-weight: var(--w-extra); font-size: clamp(28px,4vw,40px); color: var(--ea-sky); }
.price-tag .per { font-size: var(--t-body-sm); color: var(--fg-2); }
.price-sub { text-align: center; font-size: var(--t-body-sm); color: var(--fg-2); margin: 0 0 24px; }
.reg__meta { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; text-align: left; }
.reg__meta li { display: flex; align-items: center; gap: 12px; font-size: var(--t-body-sm); color: var(--fg-2); }
.reg__meta svg { width: 20px; height: 20px; color: var(--ea-sky); flex: none; }

.form { margin-top: 30px; text-align: left; }
.form__inner { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: var(--t-eyebrow); letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--fg-2); font-weight: var(--w-semi); }
.field input, .field select { font-family: var(--font-body); font-size: var(--t-body); color: var(--ea-navy); background: var(--ea-mist); border: 1px solid var(--line-2); border-radius: var(--r-md); padding: 14px 16px; outline: none; transition: border-color var(--dur-base), box-shadow var(--dur-base); }
.field input::placeholder { color: var(--fg-3); }
.field input:focus, .field select:focus { border-color: var(--ea-deep-teal); box-shadow: 0 0 0 3px rgba(106,170,200,.32); }
.field.err input, .field.err select { border-color: var(--danger); }
.field .msg { font-size: var(--t-caption); color: var(--danger); min-height: 0; }
.phone-row { display: grid; grid-template-columns: 116px 1fr; gap: 10px; }
.phone-row select { padding: 14px 10px; }
.form__submit { margin-top: 8px; width: 100%; }
.form__fine { font-size: var(--t-caption); color: var(--fg-3); text-align: center; margin: 6px 0 0; }
.form__fine a { color: var(--ea-deep-teal); text-decoration: underline; }

/* form iscrizione: dati + checkbox consensi */
.reg__form { display: flex; flex-direction: column; gap: 14px; margin: 28px 0 22px; text-align: left; }
.reg__form-cap { font-size: var(--t-body-sm); color: var(--fg-2); font-weight: var(--w-medium); margin: 0 0 2px; }
.reg__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px){ .reg__fields { grid-template-columns: 1fr; } }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: var(--t-body-sm); color: var(--fg-2); line-height: 1.45; cursor: pointer; }
.check input { flex: none; width: 20px; height: 20px; margin-top: 1px; accent-color: var(--ea-sky); cursor: pointer; }
.check a { color: var(--ea-deep-teal); text-decoration: underline; text-underline-offset: 2px; font-weight: var(--w-medium); }
.check .opt { color: var(--fg-3); }
.check.miss { color: var(--danger); }
.check.miss input { outline: 2px solid var(--danger); outline-offset: 2px; border-radius: 4px; }
.form__hint { font-size: var(--t-caption); color: var(--danger); text-align: center; margin: 10px 0 0; max-height: 0; opacity: 0; overflow: hidden; transition: max-height var(--dur-base), opacity var(--dur-base); }
.form__hint.show { max-height: 40px; opacity: 1; }

.reg__proof { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 36px; }
.avatars { display: flex; }
.avatars .a { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--ea-mist); margin-left: -10px; background-size: cover; background-position: center; box-shadow: var(--shadow-1); }
.avatars .a:first-child { margin-left: 0; }
.avatars .a.more { background: var(--ea-navy); color: var(--ea-cream); display: grid; place-items: center; font-size: 11px; font-weight: var(--w-semi); }
.reg__proof .pt { font-size: var(--t-body-sm); color: var(--fg-2); text-align: left; }
.reg__proof .pt strong { color: var(--ea-navy); }

/* success */
.form.is-sent .form__inner { display: none; }
.form-done { display: none; text-align: center; padding: 10px 0; }
.form.is-sent .form-done { display: block; }
.form-done .ok { width: 56px; height: 56px; border-radius: 50%; background: var(--ea-sky); color: var(--ea-cream); display: grid; place-items: center; margin: 0 auto 16px; }
.form-done h4 { font-family: var(--font-display); font-weight: var(--w-extra); text-transform: uppercase; font-size: var(--t-h4); color: var(--ea-navy); margin: 0 0 8px; }
.form-done p { font-size: var(--t-body-sm); color: var(--fg-2); margin: 0; }

/* ============================================================
   Footer
   ============================================================ */
.foot { background: var(--ea-navy); color: var(--fg-on-dark-2); text-align: center; border-top: 1px solid var(--line-on-dark); }
.foot__cta { padding-top: clamp(48px,6vw,80px); }
.foot__logo { height: 40px; margin: 44px auto 0; }
.foot__proof { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; }
.foot__proof .pt { font-size: var(--t-body-sm); color: var(--fg-on-dark-2); text-align: left; }
.foot__proof .pt strong { color: var(--ea-cream); }
.foot__legal { padding: 36px 0 56px; margin-top: 40px; border-top: 1px solid var(--line-on-dark); font-size: var(--t-caption); color: var(--fg-on-dark-3); line-height: 1.7; }
.foot__legal a { color: var(--ea-mist); text-decoration: underline; text-underline-offset: 2px; }
.foot__row { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 14px; }

/* ============================================================
   Reveal on scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 920px) {
  .hero__grid { grid-template-columns: 1fr; gap: clamp(28px,5vw,40px); }
  .hero__media { max-width: 400px; margin: 0 auto; width: 100%; order: 0; }   /* su mobile: testo sopra, foto sotto */
  .hero__mark { right: -8px; top: -18px; width: 64px; }
  .hero__copy { text-align: center; }
  .hero__logo { margin: 0 auto 24px; }
  .hero__chips, .hero__cta { align-items: center; justify-content: center; }
  .hero h1, .hero__sub { margin-left: auto; margin-right: auto; }
  .hero__trust { justify-content: center; }
}
@media (max-width: 820px) {
  .stats__grid { grid-template-columns: 1fr; }
  .stats__stage { padding-top: 64px; }
  .stat { border-top: 1px solid var(--line-on-dark); }
  .stat:first-child { border-top: none; }
  .sirio-flyer { width: 84px; }
  .fit-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .auth__list { gap: 30px; }
  .auth__list li { line-height: 1.72; }
  .take-row { grid-template-columns: 1fr; gap: 14px; padding: 26px 24px; }
  .count__u { min-width: 0; flex: 1; padding: 12px 4px; }
  .count__n { font-size: 30px; }
  .reg__meta { grid-template-columns: 1fr; }
  .btn-lg { width: 100%; }
  .announce__in { font-size: var(--t-caption); }
}

/* ============================================================
   Early-bird price emphasis + photo placeholder (EA build)
   ============================================================ */
.price-old { text-decoration: line-through; opacity: .72; font-weight: 700; }
.announce .price-old { color: var(--ea-mist); }
.pill-price .price-old { font-size: .72em; color: var(--fg-on-dark-3); }
.price-tag .price-old { font-size: .42em; color: var(--fg-3); align-self: center; font-weight: var(--w-bold); }
.price-sub .price-old { color: var(--fg-3); }
.eb-flag { display:inline-flex; align-items:center; gap:8px; margin:0 0 18px; padding:8px 16px; border-radius:var(--r-pill);
  background:var(--accent-soft); color:var(--ea-deep-teal); font-size:var(--t-eyebrow); letter-spacing:var(--ls-eyebrow);
  text-transform:uppercase; font-weight:var(--w-semi); }
.eb-flag .dot { width:7px; height:7px; border-radius:50%; background:var(--ea-sky); animation:pulse 2.4s var(--ease-out) infinite; }
.hero__cta-note .price-old { color: var(--fg-3); }
/* placeholder foto finché non sono caricate le immagini reali */
.photo-ph { display:grid; place-items:center; text-align:center; gap:6px; padding:24px; color:var(--fg-3);
  font-size:var(--t-body-sm); font-weight:var(--w-medium); line-height:1.4; }
.photo-ph .mk-ph { width:42px; height:42px; opacity:.5; margin-bottom:4px; }
