/* ===== font-face self-hosted ===== */
@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/GeistMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/GeistMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Marcellus";
  src: url("/fonts/Marcellus-Regular-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Marcellus";
  src: url("/fonts/Marcellus-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== style block 1 ===== */
:root {
  --btn-radius: 12px;
  --nav-height: 80px;
  --brand: #fe8d03;
  --brand-1: #fc7702;
  --brand-2: #fd8902;
  --brand-3: #fda701;
  --logo-1: #e14f05;
  --logo-2: #fe8c03;
  --logo-3: #ffc107;
  --ink: #0a0a0a;
  --ink-soft: #1a1a1a;
  --muted: #6b6b6b;
  --muted-2: #9a9a9a;
  --line: #ececec;
  --line-2: #f4f4f4;
  --bg: #ffffff;
  --bg-soft: #fafafa;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  max-width: 100%;
  overflow-x: hidden;
}
@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}
body {
  font-family:
    "Geist",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "ss02", "cv11";
  font-size: 16px;
}
.mono {
  font-family: "Geist Mono", ui-monospace, monospace;
}
::selection {
  background: var(--brand);
  color: white;
}

/* Subtle background grain/dot */
.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      1200px 600px at 90% -10%,
      rgba(254, 141, 3, 0.08),
      transparent 60%
    ),
    radial-gradient(
      800px 400px at -10% 10%,
      rgba(254, 141, 3, 0.04),
      transparent 60%
    );
}

.shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
}
img,
svg,
video,
canvas {
  max-width: 100%;
}

/* ---------------- NAVBAR ---------------- */
nav.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 24px;
  position: relative;
}
.brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.brand-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 3px;
}
.brand-name {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.04em;
  color: var(--ink);
  -webkit-text-stroke: 0.35px var(--ink);
  text-transform: none;
  line-height: 1;
}
.brand-tagline {
  position: relative;
  display: inline-block;
  min-width: 168px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  height: 14px;
  overflow: hidden;
}
.bt-phrase {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transform: translateY(100%);
  color: var(--muted);
}
.bt-phrase.active {
  animation: phraseIn 0.55s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.bt-phrase.exiting {
  animation: phraseOut 0.55s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes phraseIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes phraseOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  position: relative;
}
.nav-link {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
  z-index: 1;
}
.nav-link:hover {
  color: var(--brand);
}
.nav-underline {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition:
    left 0.42s cubic-bezier(0.34, 1.4, 0.64, 1),
    width 0.42s cubic-bezier(0.34, 1.4, 0.64, 1),
    opacity 0.18s ease;
}
.nav-underline.show {
  opacity: 1;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.beta-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  color: var(--brand);
  background: rgba(254, 141, 3, 0.1);
  padding: 5px 11px 5px 9px;
  border-radius: 999px;
  letter-spacing: 0.01em;
  border: 1px solid rgba(254, 141, 3, 0.22);
  font-feature-settings: "tnum";
}
.beta-badge .beta-sep {
  width: 1px;
  height: 9px;
  background: rgba(254, 141, 3, 0.3);
}
.beta-badge .beta-count {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  font-weight: 500;
  color: var(--brand-1);
  letter-spacing: -0.01em;
}
.beta-badge .beta-count b {
  color: var(--ink);
  font-weight: 600;
}
.beta-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 0 rgba(254, 141, 3, 0.5);
  animation: pulse 1.8s ease-out infinite;
}
.nav-login {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 6px;
  transition: color 0.2s;
}
.nav-login:hover {
  color: var(--brand);
}
.nav-cta {
  background: var(--ink-soft);
  color: white;
  padding: 10px 16px;
  border-radius: var(--btn-radius);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    transform 0.15s,
    background 0.2s;
}
.nav-cta:hover {
  background: #000;
  transform: translateY(-1px);
}
.nav-cta .arrow {
  transition: transform 0.2s;
}
.nav-cta:hover .arrow {
  transform: translateX(3px);
}

/* ---- Sticky nav: transparent at top, border-bottom + blur on scroll, directional auto-hide ---- */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0);
  /* border-bottom: 1px solid transparent; */
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.3s ease,
    border-color 0.3s ease,
    backdrop-filter 0.3s ease;
  will-change: transform;
}
body.scrolled .nav-wrap {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
}
nav.top {
  transition: padding 0.3s ease;
  padding: 18px 0;
}
body.scrolled nav.top {
  padding: 14px 0;
}
.nav-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brand-tagline {
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease;
  overflow: hidden;
  max-height: 16px;
}
body.scrolled .brand-tagline {
  opacity: 0;
  max-height: 0;
}
body.nav-hidden .nav-wrap {
  transform: translateY(-110%);
}

/* ---- Mobile burger + slide-down menu ---- */
.nav-burger {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
/* Minimal kebab: 3 dots stacked vertically, fan out to a horizontal row when open */
.nav-burger span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.menu-open .nav-burger span:nth-child(1) {
  transform: translate(-9px, 9px);
}
body.menu-open .nav-burger span:nth-child(3) {
  transform: translate(9px, -9px);
}

.nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 44px -24px rgba(0, 0, 0, 0.18);
  max-height: 0;
  visibility: hidden;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.4s;
}
body.menu-open .nav-menu {
  max-height: calc(100dvh - var(--nav-height));
  visibility: visible;
}
.nav-menu-inner {
  display: flex;
  flex-direction: column;
  padding: 16px 0 20px;
}
.nav-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 2px;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line-2);
  transition: color 0.2s;
}
.nav-menu-link:hover,
.nav-menu-link.active {
  color: var(--brand);
}
.nav-menu-login {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 20px;
  font-weight: 500;
  padding: 22px 0 6px;
  transition: color 0.2s;
}
.nav-menu-login:hover {
  color: var(--brand);
}
.nav-menu-cta {
  margin-top: 18px;
  background: var(--brand);
  color: white;
  padding: 16px 18px;
  border-radius: var(--btn-radius);
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 8px 24px -8px rgba(254, 141, 3, 0.5),
    0 2px 6px rgba(254, 141, 3, 0.18);
  border: 1px solid rgba(225, 79, 5, 0.25);
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    background 0.15s;
}
.nav-menu-cta:hover {
  background: #f78303;
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 12px 32px -8px rgba(254, 141, 3, 0.65),
    0 4px 10px rgba(254, 141, 3, 0.25);
}
.nav-menu-cta .arrow {
  transition: transform 0.2s;
}
.nav-menu-cta:hover .arrow {
  transform: translateX(3px);
}
.nav-menu-tagline {
  position: relative;
  height: 24px;
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}
.menu-phrase {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
  transform: translateY(100%);
  white-space: nowrap;
}
.menu-phrase.active {
  animation: phraseIn 0.55s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.menu-phrase.exiting {
  animation: phraseOut 0.55s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.nav-menu-legal {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
}
.nav-menu-legal a {
  font-size: 13px;
  color: #b8b8b8;
  text-decoration: none;
}
.nav-menu-legal a:hover {
  color: var(--ink);
}
.nav-menu-copy {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #b8b8b8;
}

.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(20, 20, 22, 0.28);
  opacity: 0;
  visibility: hidden;
  border: 0;
  transition:
    opacity 0.4s ease,
    visibility 0.4s;
}
body.menu-open .nav-scrim {
  opacity: 1;
  visibility: visible;
}

/* Keep the bar opaque + visible while the menu is open, even at the top of the page */
body.menu-open {
  overflow: hidden;
}
body.menu-open .nav-wrap {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}
body.menu-open.nav-hidden .nav-wrap {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .nav-burger {
    display: inline-flex;
  }
  .nav-login {
    display: none;
  }
  /* Mobile: solid white bar at all times (not transparent at the top of the page) */
  .nav-wrap {
    background: #fff;
    border-bottom-color: var(--line);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (max-width: 480px) {
  .nav-right .nav-cta {
    display: none;
  }
}

/* ---------------- HERO ---------------- */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  padding: 56px 0 100px;
  align-items: center;
}
.hero-left {
  max-width: 620px;
}

/* From laptop up: hero fills the viewport below the sticky nav, capped on tall screens */
@media (min-width: 1024px) {
  .hero-section {
    min-height: min(calc(100vh - var(--nav-height)), 840px);
    display: flex;
    align-items: center;
  }
  .hero-section .shell {
    width: 100%;
  }
  .hero {
    padding: 0;
  }
}

/* Laptop con altezza limitata: l'hero è in regime 100vh ma manca spazio
   verticale. Compattiamo i 4 blocchi proof per lasciare spazio alla riga
   "Ecco cosa succede dietro le quinte." */
@media (min-width: 1024px) and (max-height: 920px) {
  .proof-intro {
    margin: 24px 0 12px;
  }
  /* Testi proof più compatti: lasciano stacco dai pulsanti sopra e respiro */
  .proof {
    margin-top: 28px;
    gap: 20px 32px;
  }
  .proof-num {
    font-size: 16px;
  }
  .proof-label {
    font-size: 13px;
  }
  /* Riga superiore (Scopre · Ottimizza): stacco extra dai pulsanti sopra */
  .proof-item:nth-child(-n + 2) {
    margin-top: 24px;
  }
  .proof-davvero {
    display: none;
  }
}

/* Laptop portatile con altezza limitata (height 550-850px, width 1024-1440px):
   il mockup browser (480px) + colonna sinistra non stanno in 100vh - topbar.
   Scaliamo TUTTO in modo fluido con clamp(min, Xvh, max): l'altezza del
   viewport guida font, mockup e spaziature, così a 550px è compatto e a 850px
   è già ai valori desktop pieni. Nessun salto brusco tra le soglie.
   Limitato a <=1440px: oltre (monitor desktop) resta il layout pieno capato. */
@media (min-width: 1024px) and (max-width: 1440px) and (min-height: 550px) and (max-height: 850px) {
  .hero {
    gap: clamp(32px, 5vh, 64px);
  }

  /* --- colonna sinistra --- */
  h1.headline {
    font-size: clamp(30px, 6.4vh, 60px);
    margin: 0 0 clamp(10px, 2vh, 22px);
  }
  .hero-deck {
    font-size: clamp(15px, 2.6vh, 22px);
    margin: clamp(8px, 1.6vh, 18px) 0 clamp(10px, 1.8vh, 20px);
  }
  .subhead {
    font-size: clamp(13px, 2.4vh, 19px);
    line-height: 1.4;
    margin: 0 0 clamp(14px, 3vh, 36px);
  }
  .cta-row {
    gap: clamp(10px, 1.4vh, 12px);
  }
  .proof-intro {
    margin: clamp(12px, 3vh, 48px) 0 clamp(8px, 1.6vh, 12px);
  }
  .proof {
    margin-top: clamp(14px, 2.4vh, 28px);
    gap: clamp(12px, 2.2vh, 22px) 32px;
  }
  .proof-num {
    font-size: clamp(14px, 2.4vh, 18px);
  }
  .proof-label {
    font-size: clamp(12px, 1.9vh, 14px);
  }

  /* --- colonna destra: mockup browser --- */
  .browser-body {
    height: clamp(240px, 42vh, 440px);
  }
  .ms-img {
    height: clamp(40px, 8vh, 92px);
  }
  .ms-hero {
    padding: clamp(8px, 2vh, 18px) 0 clamp(8px, 1.6vh, 14px);
  }
  .gsc-svg {
    height: clamp(30px, 5.5vh, 60px);
  }
  .tag-stream {
    gap: clamp(4px, 1vh, 6px);
  }
  .float-badge {
    font-size: clamp(9.5px, 1.6vh, 11px);
  }
}

/* Sotto i 620px di altezza i badge flottanti non hanno respiro: nascosti */
@media (min-width: 1024px) and (max-width: 1440px) and (max-height: 620px) {
  .float-badge {
    display: none;
  }
}

/* Laptop con altezza < 800px: nascondiamo l'intero blocco proof (riga
   "Ecco cosa succede dietro le quinte" + i 4 punti) per far stare la hero
   in 100vh. Riappare a 800px e oltre, dove c'è slack verticale.
   Soglia a 798px per coprire eventuali arrotondamenti del browser a 800px
   nominali (zoom/DPR), così 800px esatti restano nello stile "vecchio". */
@media (min-width: 1024px) and (max-width: 1440px) and (max-height: 798px) {
  /* La hero riempie esattamente la viewport sotto la navbar: 100vh - topbar */
  .hero-section {
    min-height: calc(100vh - var(--nav-height)) !important;
    height: calc(100vh - var(--nav-height)) !important;
  }
  .proof-intro,
  .proof {
    display: none !important;
  }
  /* Colonna sinistra centrata verticalmente nella hero (100vh - topbar),
     così lo spazio in eccesso si distribuisce sopra e sotto. */
  .hero {
    align-items: center;
  }
  h1.headline {
    margin-top: 0 !important;
  }
  /* Margini verticali uniformi tra h1 → deck → subhead → CTA */
  .hero-deck {
    margin: 24px 0 24px !important;
  }
  /* CTA con respiro extra dal subhead, senza scollegarsi dal contenuto */
  .subhead {
    margin: 0 0 40px !important;
  }
  /* Mockup browser rimpicciolito (~85%) per alleggerire la colonna destra,
     ancorato in alto per restare allineato con la colonna sinistra. */
  .hero-right {
    transform: scale(0.9);
    transform-origin: top center;
    margin-top: 40px;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: white;
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 500;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.pill-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--logo-1),
    var(--logo-2) 52%,
    var(--logo-3)
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  font-weight: 700;
}
.pill-sep {
  color: var(--muted-2);
}

.hero-deck {
  margin: 18px 0 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.01em;
}
h1.headline {
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 24px 0 22px;
  color: var(--ink);
  text-wrap: balance;
}
h1.headline em {
  font-style: normal;
  color: var(--brand);
  font-weight: 600;
}
.subhead {
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 560px;
  margin: 0 0 36px;
  text-wrap: pretty;
  font-weight: 400;
}
.subhead strong {
  color: var(--ink-soft);
  font-weight: 500;
}

.cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cta-row {
    flex-direction: column;
    gap: 10px;
  }
  .cta-row .btn-primary,
  .cta-row .btn-ghost {
    width: 100%;
    justify-content: center;
    padding: 16px 22px;
    font-size: 16px;
  }
}
.btn-primary {
  background: var(--brand);
  color: white;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: var(--btn-radius);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 8px 24px -8px rgba(254, 141, 3, 0.5),
    0 2px 6px rgba(254, 141, 3, 0.18);
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    background 0.15s;
  border: 1px solid rgba(225, 79, 5, 0.25);
}
.btn-primary:hover {
  background: #f78303;
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 12px 32px -8px rgba(254, 141, 3, 0.65),
    0 4px 10px rgba(254, 141, 3, 0.25);
}
/* SVG arrow: optical vertical nudge — em-based so it scales with each button's font size */
svg.arrow {
  display: block;
  margin-top: 0.1em;
}
.btn-primary .arrow {
  transition: transform 0.2s;
}
.btn-primary:hover .arrow {
  transform: translateX(3px);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  font-size: 15px;
  padding: 14px 18px;
  border-radius: var(--btn-radius);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  transition:
    background 0.15s,
    border-color 0.15s;
}
.btn-ghost:hover {
  background: var(--bg-soft);
  border-color: #ddd;
}
.play-icon {
  flex-shrink: 0;
  display: block;
}
.play-ring {
  animation: playBorder 1.4s ease-in-out infinite alternate;
}
@keyframes playBorder {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}

/* ---------------- PROOF STRIP ---------------- */
.proof-intro {
  margin: 48px 0 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--ink-soft);
  animation: proofIntroIn 0.8s ease both;
}
.proof-intro em {
  font-style: normal;
  background: linear-gradient(
    90deg,
    #feb960 0%,
    #fe8d03 25%,
    #f27504 50%,
    #fe8d03 75%,
    #feb960 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: proofShimmer 5.5s linear infinite;
}
@keyframes proofIntroIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes proofShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .proof-intro {
    animation: none;
  }
  .proof-intro em {
    animation: none;
    background-position: 50% 0;
  }
}
.proof {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}
.proof-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 14px;
  border-left: 2px solid var(--brand);
}
.proof-num {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-feature-settings: "tnum";
  white-space: nowrap;
}
.proof-label {
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.01em;
  line-height: 1.45;
}

/* ---------------- BROWSER MOCKUP ---------------- */
.hero-right {
  position: relative;
}
.browser {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 10px 30px -8px rgba(0, 0, 0, 0.08),
    0 30px 80px -20px rgba(254, 141, 3, 0.18),
    0 60px 120px -40px rgba(0, 0, 0, 0.12);
}
.browser-bar {
  height: 40px;
  background: #fafafa;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}
.dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}
.dot.r {
  background: #ff5f57;
}
.dot.y {
  background: #febc2e;
}
.dot.g {
  background: #28c840;
}
.url-bar {
  flex: 1;
  height: 24px;
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-family: "Geist Mono", monospace;
  font-size: 11.5px;
  color: #555;
  gap: 6px;
  overflow: hidden;
  min-width: 0;
}
.url-lock {
  color: var(--muted-2);
  font-size: 9px;
}
.url-prefix {
  color: var(--muted-2);
}
@media (max-width: 640px) {
  .url-prefix {
    display: none;
  }
}
.url-rest {
  color: #555;
  transition: opacity 0.3s ease;
}
.browser-tabs {
  margin-left: auto;
  display: flex;
  gap: 6px;
  font-size: 10px;
  color: var(--muted-2);
}
@media (max-width: 640px) {
  .browser-tabs {
    display: none;
  }
}
.browser-tabs span {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #eee;
}

/* page content of the mock site */
.browser-body {
  position: relative;
  height: 440px;
  background: white;
  overflow: hidden;
}

/* mock website (left half) */
.mock-site {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 58%;
  border-right: 1px solid var(--line-2);
  padding: 18px 18px 0;
  background: white;
}
.ms-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
  font-size: 10px;
}
.ms-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: -0.01em;
}
.ms-logo .star {
  width: 12px;
  height: 12px;
  background: var(--ink);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 7px;
}
.ms-nav-links {
  display: flex;
  gap: 12px;
  color: var(--muted);
}
.ms-hero {
  padding: 18px 0 14px;
}
.ms-eyebrow {
  font-family: "Geist Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ms-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 8px;
  text-wrap: balance;
}
.ms-sub {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0 0 12px;
}
.ms-img {
  height: 92px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f0e9dd 0%, #e8d9c0 40%, #d4b896 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-2);
}
.ms-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 30% 70%,
      rgba(255, 255, 255, 0.6),
      transparent 40%
    ),
    radial-gradient(circle at 70% 30%, rgba(254, 141, 3, 0.15), transparent 50%);
}
.ms-img-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 8px;
  padding: 3px 6px;
  border-radius: 4px;
  font-family: "Geist Mono", monospace;
  letter-spacing: 0.04em;
}
.ms-stats {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.ms-chip {
  flex: 1;
  border: 1px solid var(--line-2);
  border-radius: 5px;
  padding: 5px 6px;
}
.ms-chip-n {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.ms-chip-l {
  font-size: 7px;
  color: var(--muted);
  margin-top: 1px;
}

/* Perseo annotation strip inside the site mock */
.ms-perseo {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: linear-gradient(
    180deg,
    rgba(254, 141, 3, 0.07),
    rgba(254, 141, 3, 0.03)
  );
  border: 1px solid rgba(254, 141, 3, 0.28);
  border-radius: 8px;
  padding: 10px 11px;
}
.ms-perseo-row1 {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ms-perseo-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: var(--brand);
  padding: 3px 7px;
  border-radius: 5px;
  flex-shrink: 0;
}
.ms-perseo-market {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  transition: opacity 0.3s ease;
}
.market-flag {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.ms-perseo-row2 {
  font-size: 16px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s ease;
}

/* scan line */
.scan {
  position: absolute;
  left: 0;
  right: 42%;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.scan-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  box-shadow:
    0 0 24px var(--brand),
    0 0 8px var(--brand);
  animation: scan 3.6s cubic-bezier(0.6, 0.2, 0.4, 0.8) infinite;
}
.scan-glow {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(254, 141, 3, 0.1) 70%,
    rgba(254, 141, 3, 0.18)
  );
  animation: scan 3.6s cubic-bezier(0.6, 0.2, 0.4, 0.8) infinite;
  mix-blend-mode: multiply;
}
@keyframes scan {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  50% {
    transform: translateY(440px);
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    transform: translateY(440px);
    opacity: 0;
  }
}

/* right panel: live tags + chart */
.panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  background: linear-gradient(180deg, #fbfbfb, #f6f6f6);
  border-left: 1px solid var(--line);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.panel-head .live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1f9d57;
}
.panel-head .live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1f9d57;
  box-shadow: 0 0 0 0 rgba(31, 157, 87, 0.6);
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 157, 87, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(31, 157, 87, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 157, 87, 0);
  }
}

.tag-stream {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tag {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 7px 9px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-family: "Geist Mono", monospace;
  font-size: 9.5px;
  line-height: 1.35;
  color: #333;
  opacity: 0;
  transform: translateY(8px);
  animation: tagIn 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}
@keyframes tagIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tag-check {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--brand);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  margin-top: 1px;
}
.tag-key {
  color: var(--muted);
}
.tag-val {
  color: var(--ink);
}
.tag-meta {
  font-family: "Geist", sans-serif;
  font-size: 8.5px;
  color: var(--muted-2);
  margin-left: auto;
}

/* GSC chart */
.gsc {
  margin-top: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px 8px;
  position: relative;
}
.gsc-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 6px;
}
.gsc-title {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.gsc-sub {
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.gsc-num {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-feature-settings: "tnum";
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.gsc-delta {
  font-size: 9.5px;
  font-weight: 600;
  color: #1f9d57;
  background: rgba(31, 157, 87, 0.1);
  padding: 2px 5px;
  border-radius: 4px;
  font-feature-settings: "tnum";
}
.gsc-label {
  font-size: 9px;
  color: var(--muted);
  margin-top: 1px;
  margin-bottom: 6px;
}
.gsc-svg {
  width: 100%;
  height: 60px;
  display: block;
}
#gsc-pulse {
  animation: gscPulse 1.9s ease-out infinite;
}
@keyframes gscPulse {
  0% {
    r: 17.5;
    opacity: 0.25;
  }
  100% {
    r: 63;
    opacity: 0;
  }
}
.gsc-axis {
  font-family: "Geist Mono", monospace;
  font-size: 7px;
  color: var(--muted-2);
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}

/* Floating badge */
.float-badge {
  position: absolute;
  left: -16px;
  top: 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 12px 8px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  box-shadow:
    0 8px 24px -8px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.04);
  font-size: 11px;
  z-index: 6;
  animation: floatA 4s ease-in-out infinite;
}
.float-badge .fb-ico {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-3));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 11px;
  font-weight: 700;
}
.float-badge-lg {
  padding: 11px 16px 11px 11px;
  font-size: 13px;
  gap: 11px;
}
.float-badge-lg .fb-ico {
  width: 28px;
  height: 28px;
  font-size: 14px;
}
.float-badge-lg .fb-text span {
  font-size: 12px;
}
.fb-text strong {
  display: block;
  font-weight: 600;
  color: var(--ink);
}
.fb-ico-solid {
  background: var(--brand) !important;
}
.fb-text span {
  color: var(--muted);
  font-size: 10px;
}
@keyframes floatA {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.float-dns {
  position: absolute;
  right: -20px;
  bottom: 38px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
  padding: 10px 14px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.25);
  z-index: 6;
  animation: floatB 5s ease-in-out infinite;
}
.float-dns .dns-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.float-dns .dns-row + .dns-row {
  margin-top: 4px;
}
.float-dns .dns-k {
  color: #888;
}
.float-dns .dns-v {
  color: white;
}
.float-dns .dns-ok {
  color: #4ade80;
  margin-left: auto;
  font-size: 9px;
}
@keyframes floatB {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* responsive */
@media (max-width: 1080px) {
  /* Tablet: single column, mockup centered and near its native size, lighter shadow */
  .hero {
    grid-template-columns: 1fr;
    padding: 36px 0 60px;
    gap: 48px;
  }
  .hero-right {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .browser {
    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.04),
      0 10px 28px -12px rgba(0, 0, 0, 0.1),
      0 28px 60px -28px rgba(254, 141, 3, 0.16);
  }
}
/* Hide centered nav-links before they collide with the right-side CTA */
@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1023px) {
  /* Tablet: hero in colonna singola centrata, browser mockup nascosto */
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-left {
    margin: 0 auto;
  }
  .hero-right {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
  .cta-row {
    justify-content: center;
  }
  .proof-item {
    text-align: left;
  }
}

@media (max-width: 720px) {
  /* Phone: tighter copy, hide floating badges, proof stacks left-aligned */
  .shell {
    padding: 0 20px;
  }
  .brand-tagline {
    display: none;
  }
  h1.headline {
    font-size: clamp(34px, 9vw, 44px);
  }
  .subhead {
    font-size: 17px;
  }
  .float-badge,
  .float-dns {
    display: none;
  }
  .proof {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* Narrow screens: stop squashing the two halves side by side.
     Stack them full-width and alternate (mock site <-> SEO panel) in a slow crossfade. */
@media (max-width: 640px) {
  .hero-right {
    max-width: 420px;
  }
  .mock-site {
    width: 100%;
    border-right: none;
    animation: heroSwapSite 9s ease-in-out infinite;
  }
  .panel {
    width: 100%;
    left: 0;
    right: 0;
    border-left: none;
    animation: heroSwapPanel 9s ease-in-out infinite;
  }
  /* Scan only sweeps while the mock site is on screen */
  .scan {
    right: 0;
    animation: heroSwapSite 9s ease-in-out infinite;
  }
}
@keyframes heroSwapSite {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  42% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(-8px);
  }
  92% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroSwapPanel {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  42% {
    opacity: 0;
    transform: translateY(8px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  92% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
/* Reduced motion: no swap — show the SEO panel (the "what we do" half), static */
@media (max-width: 640px) and (prefers-reduced-motion: reduce) {
  .mock-site,
  .panel,
  .scan {
    animation: none;
  }
  .mock-site,
  .scan {
    opacity: 0;
  }
  .panel {
    opacity: 1;
  }
}

/* Small phones: let the mockup breathe, even lighter */
@media (max-width: 520px) {
  .hero {
    gap: 36px;
    padding: 24px 0 44px;
  }
  .hero-right {
    max-width: 360px;
  }
  .browser {
    border-radius: 14px;
    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.04),
      0 8px 22px -12px rgba(0, 0, 0, 0.1),
      0 20px 44px -24px rgba(254, 141, 3, 0.14);
  }
}

/* ===== style block 2 ===== */
/* ====================== SECTIONS FRAMEWORK ====================== */
.section {
  padding: 120px 0;
  position: relative;
}
.section.alt {
  background: #fafafa;
}
.section + .section {
  border-top: 1px solid var(--line-2);
}
.section.alt + .section,
.section + .section.alt {
  border-top: none;
}

/* ================================================================
     ATMOSPHERE SYSTEM · v1
     Stesso BASE COLOR del brand, atmosfere diverse per ruolo narrativo.
     Una <section> può essere classificata con una di queste atmosfere.

     01 · PLAIN     — bianco, neutro              (illimitato)
     02 · GLOW      — bianco + warm radials       (2–3x per pagina)
     03 · PAUSE     — #fafafa + faint orange      (2–3x per pagina)
     04 · DARK      — nero + grid + orange glow   (use once)
     05 · BRAND     — #fe8d03 + grid + warm rad   (1–2x per pagina)
     06 · FINALE    — #fe8d03 + sunrise + vignette (use once · chiusura)

     Sequenza ottimale: GLOW → PLAIN → PAUSE → DARK → BRAND → PLAIN → FINALE
     Regole: DARK e FINALE solo una volta a pagina · Mai 2 PAUSE consecutive.
  ================================================================ */

.atmo-plain {
  background: var(--bg);
}

.atmo-glow {
  position: relative;
  background: var(--bg);
  overflow: hidden;
}
.atmo-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(60% 50% at 90% 0%, rgba(254, 141, 3, 0.1), transparent 65%),
    radial-gradient(
      45% 40% at 5% 100%,
      rgba(254, 141, 3, 0.06),
      transparent 70%
    );
}
.atmo-glow > * {
  position: relative;
  z-index: 1;
}

.atmo-pause {
  position: relative;
  background: var(--bg-soft);
  overflow: hidden;
}
.atmo-pause::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    35% 45% at 96% 8%,
    rgba(254, 141, 3, 0.07),
    transparent 65%
  );
}
.atmo-pause > * {
  position: relative;
  z-index: 1;
}

.atmo-dark {
  position: relative;
  background: #0a0a0a;
  color: white;
  overflow: hidden;
}
.atmo-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      50% 70% at 90% 50%,
      rgba(254, 141, 3, 0.22),
      transparent 60%
    ),
    radial-gradient(40% 60% at 10% 30%, rgba(254, 141, 3, 0.1), transparent 70%);
}
.atmo-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 100%
  );
  mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 100%
  );
}
.atmo-dark > * {
  position: relative;
  z-index: 1;
}

.atmo-brand {
  position: relative;
  background: var(--brand);
  color: white;
  overflow: hidden;
}
.atmo-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      60% 55% at 22% 25%,
      rgba(255, 236, 200, 0.4),
      transparent 60%
    ),
    radial-gradient(
      55% 45% at 85% 75%,
      rgba(255, 196, 90, 0.35),
      transparent 70%
    );
}
.atmo-brand::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
}
.atmo-brand > * {
  position: relative;
  z-index: 1;
}

.atmo-finale {
  position: relative;
  background: var(--brand);
  color: white;
  overflow: hidden;
}
.atmo-finale::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      85% 60% at 50% -5%,
      rgba(255, 235, 200, 0.55),
      transparent 65%
    ),
    radial-gradient(
      50% 40% at 50% 105%,
      rgba(225, 79, 5, 0.55),
      transparent 70%
    );
}
.atmo-finale::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    80% 100% at 50% 50%,
    transparent 55%,
    rgba(0, 0, 0, 0.1)
  );
}
.atmo-finale > * {
  position: relative;
  z-index: 1;
}

.section-header {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}
.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: white;
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 500;
  margin-bottom: 26px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* ====================== SECTION CHAPTER MARKER ====================== */
/* Compact "01 — NAME" marker used at the top of each top-level section.
     Replaces the older .section-pill (which was redundant with h2 below). */
.section-chapter {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.section-chapter .ch-num {
  color: var(--brand);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.section-chapter .ch-sep {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: var(--brand);
  border-radius: 1px;
  flex-shrink: 0;
}
.section-chapter .ch-name {
  color: var(--ink-soft);
  font-weight: 500;
}
/* On dark/brand surfaces */
.sp-dark .section-chapter .ch-num,
.atmo-dark .section-chapter .ch-num {
  color: var(--brand-3);
}
.sp-dark .section-chapter .ch-name,
.atmo-dark .section-chapter .ch-name {
  color: rgba(255, 255, 255, 0.72);
}
.sp-brand .section-chapter .ch-num,
.atmo-brand .section-chapter .ch-num,
.atmo-finale .section-chapter .ch-num {
  color: white;
}
.sp-brand .section-chapter .ch-name,
.atmo-brand .section-chapter .ch-name,
.atmo-finale .section-chapter .ch-name {
  color: rgba(255, 255, 255, 0.85);
}

.section-pill .pill-mark {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 0 rgba(254, 141, 3, 0.5);
  animation: pulse 1.8s ease-out infinite;
}
.section-title {
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin: 0 0 18px;
  text-wrap: balance;
  color: var(--ink);
}
.section-title em {
  font-style: normal;
  color: var(--brand);
}
.section-sub {
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 auto;
  max-width: 600px;
  text-wrap: pretty;
}

/* ====================== META MOMENT — PAUSE atmosphere ====================== */
.section-meta {
  position: relative;
  padding: 100px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line-2);
  overflow: hidden;
}
.section-meta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    35% 45% at 96% 8%,
    rgba(254, 141, 3, 0.07),
    transparent 65%
  );
}
.section-meta .shell {
  position: relative;
  z-index: 1;
}
.section-meta + .section {
  border-top: none;
}
.meta-accent {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--brand);
  border-radius: 0 0 999px 999px;
}
.meta-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.meta-text {
  max-width: 540px;
}
.meta-title {
  font-size: clamp(32px, 3.6vw, 48px);
  text-align: left;
  margin: 22px 0 22px;
  line-height: 1.05;
}
.meta-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 18px;
  text-wrap: pretty;
}
.meta-sub strong {
  color: var(--ink);
  font-weight: 600;
}
.meta-tail {
  font-size: 16px;
  color: var(--brand);
  font-weight: 500;
  margin: 0;
  font-style: italic;
}
.meta-detect {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 8px 0 4px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.03),
    0 24px 48px -24px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
.meta-detect::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #fc7702, #fd8902, #fda701);
}
.md-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 18px 22px 14px;
  border-bottom: 1px solid var(--line);
}
.md-title {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #1f9d57;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
}
.md-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1f9d57;
  box-shadow: 0 0 0 0 rgba(31, 157, 87, 0.5);
  animation: pulse 1.8s ease-out infinite;
}
.md-sub {
  font-size: 10px;
  color: var(--muted-2);
  letter-spacing: 0.04em;
}
.md-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line-2);
  font-size: 13.5px;
  gap: 16px;
}
.md-row:last-child {
  border-bottom: none;
}
.md-row.md-row-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.md-k {
  font-size: 12.5px;
  color: var(--muted);
}
.md-v {
  font-weight: 600;
  color: var(--ink);
  font-size: 14px;
  text-align: right;
}
.md-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.md-pill {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: white;
  color: var(--muted);
  transition: all 0.2s ease;
}
.md-pill.md-pill-active {
  background: var(--brand);
  border-color: var(--brand);
  color: white;
  box-shadow: 0 4px 10px -4px rgba(254, 141, 3, 0.5);
}
.md-pill.md-pill-strong {
  background: #fafafa;
  color: var(--ink);
  border-color: var(--line);
  font-weight: 500;
  font-family: "Geist", sans-serif;
  letter-spacing: 0;
}
.md-pill.md-pill-more {
  color: var(--muted-2);
  border-style: dashed;
}

@media (max-width: 1080px) {
  .meta-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 640px;
    margin: 0 auto;
  }
  .meta-text {
    max-width: none;
  }
}

/* ====================== COME FUNZIONA — GLOW atmosphere ====================== */
.section-how {
  position: relative;
  background: var(--bg);
  overflow: hidden;
}
.section-how::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(60% 50% at 90% 0%, rgba(254, 141, 3, 0.1), transparent 65%),
    radial-gradient(
      45% 40% at 5% 100%,
      rgba(254, 141, 3, 0.06),
      transparent 70%
    );
}
.section-how .shell {
  position: relative;
  z-index: 1;
}

/* ====================== STEPS (Come funziona) ====================== */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step {
  position: relative;
  padding: 30px 28px 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.step:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 32px -16px rgba(0, 0, 0, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.03);
  border-color: #e0e0e0;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.step-num {
  font-family: "Geist Mono", monospace;
  font-size: 22px;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: -0.02em;
}
.step-tag {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  background: var(--bg-soft);
  border: 1px solid var(--line);
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.step h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 10px;
  color: var(--ink);
  text-wrap: balance;
}
.step p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 24px;
}
.step-visual {
  margin-top: auto;
  background: linear-gradient(180deg, #fafafa, #f4f4f4);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Step 1 — DNS */
.vis-dns {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.vd-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 11.5px;
}
.vd-k {
  font-family: "Geist Mono", monospace;
  color: var(--muted-2);
  font-size: 10.5px;
  font-weight: 500;
  width: 24px;
}
.vd-v {
  color: var(--ink);
  font-size: 11px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vd-ok {
  color: #1f9d57;
  font-size: 14px;
}
.vd-pill {
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  color: #1f9d57;
  background: rgba(31, 157, 87, 0.12);
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

/* Step 2 — Log */
.vis-log {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.vl-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--ink-soft);
  padding: 4px 6px;
}
.vl-t {
  color: var(--muted-2);
}
.vl-ok {
  color: white;
  background: var(--brand);
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
}

/* Step 3 — Found */
.vis-found {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.vf-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.vf-src {
  color: var(--ink-soft);
  width: 80px;
  font-weight: 500;
  font-size: 10.5px;
}
.vf-row.vf-ai .vf-src {
  color: var(--brand);
  width: 130px;
}
.vf-bar {
  flex: 1;
  height: 6px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.vf-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-1), var(--brand-3));
  border-radius: 999px;
}
.vf-n {
  font-family: "Geist Mono", monospace;
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 500;
  min-width: 50px;
  text-align: right;
}

/* ====================== FEATURES SHOWCASE — Option E ====================== */
.features-showcase {
  background: white;
}
.showcase-header {
  text-align: center;
  padding: 110px 32px 70px;
  max-width: 720px;
  margin: 0 auto;
}
.showcase-header h2 {
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 18px 0 14px;
  text-wrap: balance;
  color: var(--ink);
}
.showcase-header h2 em {
  font-style: normal;
  color: var(--brand);
}
.showcase-header p {
  font-size: 17px;
  color: var(--muted);
  margin: 0;
  text-wrap: pretty;
}

.show-panel {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.show-panel.in-view {
  opacity: 1;
  transform: translateY(0);
}
.sp-shell {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  padding: 110px 32px;
}

/* Panel skins */
.sp-light {
  background: white;
  border-top: 1px solid var(--line);
}
.sp-dark {
  background: #0a0a0a;
  color: white;
}
.sp-brand {
  background: var(--brand);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Light panel atmospheric bg — orange radials (mirrors dark/brand) */
.sp-light-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      50% 70% at 90% 50%,
      rgba(254, 141, 3, 0.09),
      transparent 60%
    ),
    radial-gradient(40% 60% at 8% 28%, rgba(254, 141, 3, 0.05), transparent 70%);
}
/* Orange grid on the light panel — uniform with dark/brand panels */
.sp-light::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(rgba(254, 141, 3, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(254, 141, 3, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 100%
  );
  mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 100%
  );
}

/* ---- PNG mythological watermarks: large, faint, slowly drifting ---- */
.sp-watermark {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 540px;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  will-change: transform;
}
.sp-light .sp-watermark {
  opacity: 0.06;
  left: -150px;
  bottom: -120px;
  background-image: url("sandali_alati.png");
  animation: spDriftA 16s ease-in-out infinite;
}
.sp-dark .sp-watermark {
  opacity: 0.1;
  right: -160px;
  top: -100px;
  background-image: url("scudo.png");
  animation: spDriftB 19s ease-in-out infinite;
}
.sp-brand .sp-watermark {
  opacity: 0.13;
  right: -150px;
  bottom: -140px;
  width: 560px;
  height: 560px;
  background-image: url("harpe.png");
  animation: spDriftA 21s ease-in-out infinite;
}
@keyframes spDriftA {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-26px) rotate(4deg);
  }
}
@keyframes spDriftB {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(22px) rotate(-4deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sp-watermark {
    animation: none !important;
  }
}
@media (max-width: 720px) {
  .sp-watermark {
    display: none;
  }
}

/* Dark panel atmospheric bg — radials + subtle grid */
.sp-dark-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      50% 70% at 90% 50%,
      rgba(254, 141, 3, 0.22),
      transparent 60%
    ),
    radial-gradient(40% 60% at 10% 30%, rgba(254, 141, 3, 0.1), transparent 70%);
}
.sp-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 100%
  );
  mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 100%
  );
}

/* Brand panel atmospheric bg */
.sp-brand-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      60% 55% at 22% 25%,
      rgba(255, 236, 200, 0.4),
      transparent 60%
    ),
    radial-gradient(
      55% 45% at 85% 75%,
      rgba(255, 196, 90, 0.35),
      transparent 70%
    );
}
.sp-brand::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
}

/* Panel meta — column inline with text + visual (magazine layout) */
.sp-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-top: 6px; /* baseline-align with h3 cap height */
}
.sp-meta-right {
  align-items: flex-end;
  text-align: right;
}
/* Reverse layout auto right-aligns meta */
.sp-cols-reverse .sp-meta {
  align-items: flex-end;
  text-align: right;
}
.sp-num {
  font-family: "Geist Mono", monospace;
  font-size: 68px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.85;
  color: var(--brand);
}
/* All numbers unified at 68px — no dark-specific override */
.sp-num-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--brand);
}
.sp-num-filled {
  color: var(--brand-3);
}
.sp-num-on-brand {
  color: transparent;
  -webkit-text-stroke: 1.5px white;
}
.sp-rule {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--brand);
  border-radius: 1px;
}
.sp-dark .sp-rule {
  background: var(--brand-3);
}
.sp-brand .sp-rule {
  background: white;
}
.sp-cat {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.sp-dark .sp-cat {
  color: rgba(255, 255, 255, 0.62);
}
.sp-brand .sp-cat {
  color: rgba(255, 255, 255, 0.82);
}

/* Panel cols (text + visual) */
.sp-cols {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.sp-cols-reverse {
  grid-template-columns: 1.1fr 1fr;
}
.sp-cols-reverse .sp-text {
  order: 2;
}
.sp-cols-reverse .sp-visual {
  order: 1;
}

/* sp-row: full-width header row inside sp-shell, sopra il 2-col body */
.sp-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 72px;
  flex-wrap: wrap;
}
.sp-row .sp-meta {
  flex: 0 0 auto;
  padding-top: 10px; /* allinea ottico col cap-height dell'h3 */
}
.sp-row h3 {
  margin: 0 !important;
  flex: 0 1 auto;
  max-width: 64%;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--ink);
}
.sp-row h3 em {
  font-style: normal;
  color: var(--brand);
}
/* Variant: dark panel — white headline, brand-3 accent */
.sp-dark .sp-row h3 {
  color: white;
}
.sp-dark .sp-row h3 em {
  color: var(--brand-3);
}
/* Variant: brand panel — white headline, soft white accent (italic) */
.sp-brand .sp-row h3 {
  color: white;
}
.sp-brand .sp-row h3 em {
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
}
/* Reverse (zig-zag rhythm): h3 a sinistra, meta a destra */
.sp-row-reverse .sp-meta {
  order: 2;
  align-items: flex-end;
  text-align: right;
}
.sp-row-reverse h3 {
  order: 1;
}

.sp-text {
  max-width: 540px;
}
.sp-text h3 {
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin: 0 0 18px;
  text-wrap: balance;
  color: var(--ink);
}
.sp-text h3 em {
  font-style: normal;
  color: var(--brand);
}
.sp-dark .sp-text h3 {
  color: white;
}
.sp-dark .sp-text h3 em {
  color: var(--brand-3);
}
.sp-brand .sp-text h3 {
  color: white;
}
.sp-brand .sp-text h3 em {
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
}

.sp-text p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 28px;
  text-wrap: pretty;
}
.sp-dark .sp-text p {
  color: rgba(255, 255, 255, 0.72);
}
.sp-brand .sp-text p {
  color: rgba(255, 255, 255, 0.92);
}

.sp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sp-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.sp-list li strong {
  color: var(--ink);
  font-weight: 600;
}
.sp-dark .sp-list li {
  color: rgba(255, 255, 255, 0.85);
}
.sp-dark .sp-list li strong {
  color: white;
}
.sp-brand .sp-list li {
  color: rgba(255, 255, 255, 0.95);
}
.sp-brand .sp-list li strong {
  color: white;
}
.sp-list li .ck {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(254, 141, 3, 0.12);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}
.sp-dark .sp-list li .ck {
  background: var(--brand);
  color: white;
}
.sp-brand .sp-list li .ck {
  background: white;
  color: var(--brand-1);
}

.sp-code {
  font-family: "Geist Mono", monospace;
  font-size: 0.88em;
  background: #f4f4f4;
  border: 1px solid var(--line);
  padding: 1px 6px;
  border-radius: 4px;
  color: var(--ink-soft);
  white-space: nowrap;
}
.sp-dark .sp-code {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: white;
}
.sp-brand .sp-code {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}

.sp-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}
/* Force width on visual containers inside flex-centered .sp-visual */
.sp-visual > .serp-stack,
.sp-visual > .multi-browser,
.sp-visual > .gen-page {
  width: 100%;
  max-width: 520px;
}
.sp-visual > .multi-browser {
  min-height: 480px;
}
/* On dark panels — strong shadow with orange glow */
.sp-dark .serp-card,
.sp-dark .ai-card,
.sp-dark .mb-window,
.sp-dark .gen-page {
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.5),
    0 24px 56px -16px rgba(0, 0, 0, 0.75),
    0 56px 100px -40px rgba(254, 141, 3, 0.55);
}
/* On brand panels — warm-ambient shadow */
.sp-brand .gen-page,
.sp-brand .serp-card,
.sp-brand .ai-card,
.sp-brand .mb-window {
  box-shadow:
    0 1px 2px rgba(225, 79, 5, 0.2),
    0 24px 56px -16px rgba(225, 79, 5, 0.3),
    0 56px 100px -40px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1080px) {
  .sp-shell {
    padding: 80px 32px;
  }
  .sp-cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sp-cols-reverse {
    grid-template-columns: 1fr;
  }
  .sp-cols-reverse .sp-text {
    order: 2;
  }
  .sp-cols-reverse .sp-visual {
    order: 1;
  }
  .sp-row {
    gap: 18px 32px;
    margin-bottom: 36px;
  }
  .sp-row .sp-meta {
    padding-top: 0;
  }
  .sp-row h3 {
    max-width: 100%;
    font-size: clamp(28px, 5vw, 40px) !important;
  }
  .sp-row-reverse .sp-meta {
    order: 0;
    align-items: flex-start;
    text-align: left;
  }
  .sp-row-reverse h3 {
    order: 0;
  }
  .sp-num {
    font-size: 52px;
  }
  .sp-dark .sp-num {
    font-size: 60px;
  }
  .sp-meta {
    padding-top: 0;
  }
  .sp-meta-right {
    align-items: flex-start;
    text-align: left;
  }
  .showcase-header {
    padding: 72px 24px 48px;
  }
}

/* ====================== FEATURE 1 VISUAL — SERP + AI ====================== */
.serp-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.serp-card,
.ai-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.03),
    0 12px 28px -16px rgba(0, 0, 0, 0.1);
}
.serp-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.serp-favi {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-3));
  flex-shrink: 0;
}
.serp-bread {
  font-size: 12px;
  color: var(--muted);
}
.serp-title {
  font-size: 19px;
  font-weight: 500;
  color: #1a0dab;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
  line-height: 1.25;
}
.serp-desc {
  font-size: 13.5px;
  color: #4d5156;
  line-height: 1.5;
  margin-bottom: 10px;
}
.serp-rich {
  font-size: 12.5px;
  color: var(--muted);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.serp-rich .stars {
  color: #fab005;
  font-weight: 500;
}
.serp-rich .stars b {
  color: var(--ink);
  margin-left: 2px;
}
.serp-sep {
  color: var(--muted-2);
}

.ai-card {
  background: #fafafa;
}
.ai-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
}
.ai-bot {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #20808d;
  color: white;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.ai-name {
  color: var(--ink-soft);
  font-weight: 500;
}
.ai-live {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: #1f9d57;
  margin-left: auto;
  letter-spacing: 0.04em;
}
.ai-body {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.ai-body .cite {
  color: var(--brand);
  font-weight: 600;
  border-bottom: 1.5px dotted var(--brand);
  padding-bottom: 1px;
}
.ai-body .ai-cite {
  font-size: 9px;
  vertical-align: super;
  background: var(--brand);
  color: white;
  padding: 1px 4px;
  border-radius: 3px;
  margin-left: 2px;
  font-weight: 600;
}
.ai-sources {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.ai-srclabel {
  color: var(--muted-2);
  font-size: 9.5px;
  letter-spacing: 0.08em;
}
.ai-src {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-soft);
  font-weight: 500;
}
.ai-srcnum {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--brand);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 600;
}

/* ====================== FEATURE 2 VISUAL — Multi Browser ====================== */
.multi-browser {
  position: relative;
  padding: 20px 0;
  min-height: 480px;
}
.mb-window {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.03),
    0 20px 40px -20px rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 78%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.mb-window:hover {
  transform: translateY(-4px) !important;
  z-index: 10;
}
.mb-de {
  top: 0;
  left: 0;
  z-index: 3;
}
.mb-es {
  top: 80px;
  left: 11%;
  z-index: 2;
  transform: rotate(0.6deg);
}
.mb-fr {
  top: 160px;
  left: 22%;
  z-index: 1;
  transform: rotate(1.2deg);
}
.mb-bar {
  height: 32px;
  background: #fafafa;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}
.mb-dots {
  display: flex;
  gap: 5px;
}
.mb-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #e0e0e0;
}
.mb-url {
  flex: 1;
  font-size: 10.5px;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mb-flag {
  font-size: 14px;
  line-height: 1;
}
.mb-body {
  padding: 16px 18px 18px;
}
.mb-eyebrow {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--muted-2);
  margin-bottom: 8px;
}
.mb-h {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 6px;
  text-wrap: balance;
}
.mb-p {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* ====================== FEATURE 3 VISUAL — Generated Page ====================== */
.gen-page {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.03),
    0 24px 48px -24px rgba(0, 0, 0, 0.18);
}
.gp-bar {
  height: 36px;
  background: #fafafa;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-size: 11px;
}
.gp-bar .gp-lock {
  color: var(--muted-2);
  font-size: 10px;
}
.gp-bar .mono {
  color: var(--ink-soft);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gp-body {
  padding: 24px 26px 22px;
}
.gp-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.gp-tag {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  background: var(--bg-soft);
  color: var(--muted);
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid var(--line);
}
.gp-tag-ai {
  color: var(--brand) !important;
  background: rgba(254, 141, 3, 0.1) !important;
  border-color: rgba(254, 141, 3, 0.22) !important;
}
.gp-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--ink);
  margin: 0 0 6px;
}
.gp-meta {
  font-size: 10.5px;
  color: var(--muted-2);
  margin-bottom: 18px;
}
.gp-lines {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
}
.gp-lines .ln {
  height: 6px;
  background: #f0f0f0;
  border-radius: 999px;
}
.gp-lines .ln.gap {
  margin-bottom: 12px;
}
.gp-lines .ln-h {
  height: 11px;
  background: #d8d8d8;
  border-radius: 4px;
  margin-bottom: 4px;
}
.gp-checks {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.gp-check {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--brand);
  background: rgba(254, 141, 3, 0.08);
  border: 1px solid rgba(254, 141, 3, 0.18);
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

/* ====================== CMS COMPATIBILITY ====================== */
.section-cms {
  padding: 100px 0;
  position: relative;
  background: var(--bg-soft); /* PAUSE atmosphere */
  overflow: hidden;
}
.section-cms::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    35% 45% at 96% 8%,
    rgba(254, 141, 3, 0.07),
    transparent 65%
  );
}
.section-cms .shell {
  position: relative;
  z-index: 1;
}
.cms-block {
  margin-bottom: 32px;
}
.cms-block:last-of-type {
  margin-bottom: 24px;
}
.cms-block-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.cms-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  flex-shrink: 0;
}
.cms-dot-full {
  background: #1f9d57;
  box-shadow: 0 0 0 3px rgba(31, 157, 87, 0.12);
}
.cms-dot-partial {
  background: #d4a017;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
}

.cms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.cms-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.cms-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px -10px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.03);
  border-color: #e0e0e0;
}
.cms-card-partial {
  background: #fafafa;
  opacity: 0.85;
}
.cms-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  color: white;
}
.cms-mark.mono {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
}
.cms-name {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
/* Brand-tinted monograms */
.cm-wp {
  background: #21759b;
}
.cm-sh {
  background: #95bf47;
}
.cm-wf {
  background: #4353ff;
}
.cm-sq {
  background: #0a0a0a;
}
.cm-gh {
  background: #15171a;
}
.cm-wx {
  background: #0c6efc;
}
.cm-pr {
  background: #df0067;
}
.cm-html {
  background: #525252;
}
.cm-next {
  background: #0a0a0a;
}
.cm-react {
  background: #61dafb;
  color: #0a0a0a;
}
.cm-vue {
  background: #41b883;
}
.cm-ng {
  background: #dd0031;
}

.cms-tail {
  text-align: center;
  font-size: 14px;
  color: var(--muted);
  margin: 28px 0 0;
}
.cms-tail-link {
  color: var(--brand);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cms-tail-link:hover {
  color: var(--brand-1);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .cms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cms-grid {
    grid-template-columns: 1fr;
  }
}

/* ====================== AUDIENCE (Per chi è) — GLOW atmosphere ====================== */
.section-audience {
  position: relative;
  padding: 120px 0;
  background: white;
  overflow: hidden;
}
.section-audience::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      55% 45% at 8% 12%,
      rgba(254, 141, 3, 0.09),
      transparent 65%
    ),
    radial-gradient(
      40% 35% at 100% 90%,
      rgba(254, 141, 3, 0.06),
      transparent 70%
    );
}
.section-audience .shell {
  position: relative;
  z-index: 1;
}
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.audience-text {
  max-width: 580px;
}
.audience-title {
  font-size: clamp(36px, 4vw, 56px);
  text-align: left;
  margin: 22px 0 18px;
  line-height: 1.04;
}
.audience-sub {
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 28px;
  text-wrap: pretty;
}
.audience-sub strong {
  color: var(--ink);
  font-weight: 600;
}
.audience-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 26px;
}
.compare-card {
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: white;
}
.compare-bad {
  background: #fafafa;
}
.compare-good {
  background: rgba(254, 141, 3, 0.04);
  border-color: rgba(254, 141, 3, 0.25);
}
.compare-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.compare-bad .compare-head {
  color: var(--muted);
}
.compare-bad .compare-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--muted-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.compare-good .compare-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--brand);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}
.compare-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.compare-card p strong {
  color: var(--ink);
  font-weight: 600;
}
.compare-card p em {
  font-style: normal;
  background: rgba(254, 141, 3, 0.14);
  padding: 1px 6px;
  border-radius: 4px;
  color: var(--ink);
  font-weight: 500;
}
.compare-bad p em {
  background: rgba(0, 0, 0, 0.06);
  color: var(--ink-soft);
}
.audience-tail {
  font-size: 16px;
  color: var(--brand);
  font-weight: 500;
  margin: 0;
  font-style: italic;
}
/* GSC chart */
.gsc-chart {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.03),
    0 24px 56px -24px rgba(0, 0, 0, 0.16);
}
.gc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.gc-title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 2px;
}
.gc-sub {
  font-size: 10.5px;
  color: var(--muted-2);
  letter-spacing: 0.04em;
}
.gc-badge {
  font-size: 9.5px;
  letter-spacing: 0.08em;
  color: var(--brand);
  background: rgba(254, 141, 3, 0.1);
  border: 1px solid rgba(254, 141, 3, 0.22);
  padding: 4px 9px;
  border-radius: 999px;
  text-transform: uppercase;
}
.gc-svg {
  width: 100%;
  height: 150px;
  display: block;
}
.gc-line {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.gc-area {
  opacity: 0;
  transition: opacity 0.8s ease 0.8s;
}
.gc-peak {
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
  transform: scale(0);
  transition:
    opacity 0.3s ease 1.4s,
    transform 0.4s cubic-bezier(0.34, 1.6, 0.64, 1) 1.4s;
}
.gsc-chart.in-view .gc-line {
  stroke-dashoffset: 0;
}
.gsc-chart.in-view .gc-area {
  opacity: 1;
}
.gsc-chart.in-view .gc-peak {
  opacity: 1;
  transform: scale(1);
}
.gc-axis {
  display: flex;
  justify-content: space-between;
  font-size: 9.5px;
  color: var(--muted-2);
  letter-spacing: 0.06em;
  margin: 4px 4px 18px;
}
.gc-countries {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.gc-country-head {
  font-size: 9.5px;
  color: var(--muted-2);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.gc-country {
  display: grid;
  grid-template-columns: 22px 70px 1fr 64px;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.gc-flag {
  font-size: 15px;
  line-height: 1;
}
.gc-name {
  font-size: 12.5px;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.gc-bar {
  height: 6px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}
.gc-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-1), var(--brand-3));
  border-radius: 999px;
  width: 0;
  transition: width 1.2s cubic-bezier(0.34, 0.7, 0.44, 1);
}
.gsc-chart.in-view .gc-bar span {
  width: var(--w);
}
.gc-pct {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--brand);
  font-weight: 600;
  text-align: right;
}
.gc-country:first-of-type .gc-pct {
  color: var(--muted-2);
  font-weight: 500;
}
@media (max-width: 1080px) {
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 640px;
    margin: 0 auto;
  }
  .audience-text {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .audience-compare {
    grid-template-columns: 1fr;
  }
}

/* ====================== PRICING ====================== */
.section-pricing {
  padding: 120px 0;
  background: var(--bg);
}
.pricing-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.pricing-header .section-chapter {
  justify-content: center;
}
.pricing-beta-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 10px 18px;
  background: rgba(254, 141, 3, 0.07);
  border: 1px solid rgba(254, 141, 3, 0.22);
  border-radius: 999px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.4;
}
.pricing-beta-note strong {
  color: var(--ink);
  font-weight: 600;
}
.pb-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand);
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(254, 141, 3, 0.5);
  animation: pulse 1.8s ease-out infinite;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.plan {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.plan:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.12);
}
.plan-featured {
  border-color: var(--brand);
  box-shadow:
    0 0 0 1px var(--brand),
    0 24px 48px -16px rgba(254, 141, 3, 0.22);
  background: linear-gradient(180deg, rgba(254, 141, 3, 0.03) 0%, white 40%);
}
.plan-featured:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px var(--brand),
    0 28px 56px -16px rgba(254, 141, 3, 0.32);
}
.plan-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 4px 10px -4px rgba(254, 141, 3, 0.5);
}
.plan-head {
  margin-bottom: 24px;
}
.plan-name {
  font-family: "Marcellus", serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 0.25px var(--ink);
  color: var(--ink);
  margin-bottom: 14px;
}
.plan-price {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
  display: flex;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 12px;
  font-feature-settings: "tnum";
}
.plan-eur {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  color: var(--muted);
}
.plan-mo {
  font-size: 16px;
  font-weight: 400;
  color: var(--muted);
  align-self: flex-end;
  margin-bottom: 6px;
}
.plan-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.plan-cta {
  display: block;
  text-align: center;
  padding: 13px 20px;
  border-radius: var(--btn-radius);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 28px;
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    background 0.15s;
}
.plan-cta-primary {
  background: var(--brand);
  color: white;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 8px 24px -8px rgba(254, 141, 3, 0.5);
}
.plan-cta-primary:hover {
  background: #f78303;
  transform: translateY(-1px);
}
.plan-cta-ghost {
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
}
.plan-cta-ghost:hover {
  background: var(--bg-soft);
  border-color: #ddd;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.pf {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.pf strong {
  color: var(--ink);
  font-weight: 600;
}
.pf-off {
  opacity: 0.45;
}
.pf-ck {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(254, 141, 3, 0.14);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  margin-top: 1px;
}
.pf-x {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #f4f4f4;
  color: var(--muted-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
  margin-top: 1px;
}

.pricing-footer-note {
  text-align: center;
  margin-top: 36px;
  font-size: 11.5px;
  color: var(--muted-2);
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .plan-featured {
    order: -1;
  }
}

/* ====================== TRUST / SICUREZZA ====================== */
.section-trust {
  padding: 120px 0;
  background: white;
}
.trust-header {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.trust-title {
  font-size: clamp(36px, 4vw, 56px);
  text-align: center;
  margin: 22px 0 18px;
  line-height: 1.04;
}
.trust-sub {
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 auto;
  max-width: 580px;
  text-wrap: pretty;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}
.trust-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 26px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.trust-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 32px -16px rgba(0, 0, 0, 0.1),
    0 2px 6px rgba(0, 0, 0, 0.03);
  border-color: #e0e0e0;
}
.trust-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(254, 141, 3, 0.08);
  border: 1px solid rgba(254, 141, 3, 0.18);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 1;
}
.trust-card h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
  color: var(--ink);
  line-height: 1.2;
}
.trust-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  text-wrap: pretty;
}

/* Honesty block */
.trust-honesty {
  background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 36px;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.trust-honesty::before {
  content: "";
  position: absolute;
  left: 36px;
  top: -1px;
  width: 64px;
  height: 3px;
  background: var(--brand);
  border-radius: 0 0 999px 999px;
}
.th-head {
  margin-bottom: 18px;
}
.th-label {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--brand);
  font-weight: 600;
}
.th-body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.th-body p:last-child {
  margin-bottom: 0;
}
.th-body p strong {
  color: var(--ink);
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 980px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-honesty {
    padding: 24px 22px;
  }
}

/* ====================== FAQ — PAUSE atmosphere ====================== */
.section-faq {
  padding: 120px 0;
  position: relative;
  background: var(--bg-soft);
  overflow: hidden;
}
.section-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    35% 45% at 4% 8%,
    rgba(254, 141, 3, 0.07),
    transparent 65%
  );
}
.section-faq .shell {
  position: relative;
  z-index: 1;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 80px;
  align-items: flex-start;
}
.faq-side {
  position: sticky;
  top: 100px;
}
.faq-title {
  font-size: clamp(34px, 3.8vw, 50px);
  text-align: left;
  margin: 22px 0 18px;
  line-height: 1.05;
}
.faq-sub {
  font-size: 17px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 22px;
  text-wrap: pretty;
}
.faq-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--brand);
  text-decoration: none;
  transition: gap 0.2s ease;
}
.faq-contact:hover {
  gap: 12px;
  text-decoration: underline;
}

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-q {
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.35;
  flex: 1;
}
.faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--ink-soft);
  transition:
    transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1),
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
  line-height: 1;
}
.faq-item:hover .faq-toggle {
  background: var(--bg-soft);
  border-color: #ddd;
}
.faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  background: var(--brand);
  border-color: var(--brand);
  color: white;
}
.faq-a {
  padding: 0 4px 24px;
  max-width: 620px;
  animation: faqOpen 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes faqOpen {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-a p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--muted);
  text-wrap: pretty;
}
.faq-a p:last-child {
  margin-bottom: 0;
}
.faq-a p strong {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 980px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq-side {
    position: static;
  }
}

/* ====================== FOOTER CTA — FINALE atmosphere ====================== */
.footer-cta {
  position: relative;
  padding: 120px 0 100px;
  background: var(--brand); /* solid brand, no gradient */
  color: white;
  text-align: center;
  overflow: hidden;
}
.footer-cta .shell {
  position: relative;
  z-index: 2;
}
.fc-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
      /* sunrise radial at top center */
    radial-gradient(
      85% 60% at 50% -5%,
      rgba(255, 235, 200, 0.55),
      transparent 65%
    ),
    /* warm gold bloom at bottom */
    radial-gradient(
        50% 40% at 50% 105%,
        rgba(225, 79, 5, 0.55),
        transparent 70%
      );
}
.fc-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  /* subtle vignette toward edges */
  background: radial-gradient(
    80% 100% at 50% 50%,
    transparent 55%,
    rgba(0, 0, 0, 0.1)
  );
}
.fc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: white;
  font-size: 12.5px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: -0.005em;
}
.fc-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: pulse 1.8s ease-out infinite;
}
.fc-title {
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: white;
  margin: 0 0 22px;
  text-wrap: balance;
}
.fc-title em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}
.fc-sub {
  font-size: 19px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto 36px;
  max-width: 560px;
  text-wrap: pretty;
}
.fc-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.btn-on-grad-primary {
  background: white;
  color: var(--brand-1);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: var(--btn-radius);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 12px 32px -8px rgba(0, 0, 0, 0.2),
    0 2px 6px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.15s,
    box-shadow 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-on-grad-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 16px 40px -8px rgba(0, 0, 0, 0.25),
    0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-on-grad-primary .arrow {
  transition: transform 0.2s;
}
.btn-on-grad-primary:hover .arrow {
  transform: translateX(3px);
}
.btn-on-grad-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 18px;
  border-radius: var(--btn-radius);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition:
    background 0.15s,
    border-color 0.15s;
}
.btn-on-grad-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
}
.fc-foot {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.01em;
  flex-wrap: wrap;
}
.fc-foot .fc-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: white;
  margin-right: 6px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: pulse 1.8s ease-out infinite;
  vertical-align: middle;
}
.fc-sep {
  color: rgba(255, 255, 255, 0.35);
}

/* ====================== SITE FOOTER ====================== */
.site-footer {
  background: var(--ink);
  color: white;
  padding: 64px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.footer-name {
  font-family: "Marcellus", serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 0.35px white;
  color: white;
  line-height: 1;
  display: block;
}
.footer-tagline {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 3px;
}
.footer-brand-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 18px;
  max-width: 380px;
  text-wrap: pretty;
}
.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}
.fs-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1f9d57;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(31, 157, 87, 0.5);
  animation: pulse 1.8s ease-out infinite;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.fn-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.fn-head {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Geist Mono", monospace;
  margin-bottom: 4px;
}
.fn-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.15s;
}
.fn-link:hover {
  color: white;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0;
}
.fb-copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}
.fb-legal {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.fb-link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.15s;
}
.fb-link:hover {
  color: white;
}
.fb-sep {
  color: rgba(255, 255, 255, 0.2);
}
.fb-eu {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 1080px) {
  .section {
    padding: 80px 0;
  }
  .steps {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin: 0 auto;
  }
  .section-feature .feature-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 640px;
    margin: 0 auto;
  }
  .feature-grid.reverse > :first-child {
    order: 1;
  }
  .multi-browser {
    min-height: 420px;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 64px 0;
  }
  .section-header {
    margin-bottom: 48px;
  }
  .footer-cta {
    padding: 80px 0 70px;
  }
}

/* ===== style block 3 ===== */
/* ============================= SECTION DIVIDERS ============================= */
.sec-divider-wrap {
  background: var(--bg);
  position: relative;
  z-index: 2;
}
.sec-divider {
  display: flex;
  align-items: center;
  padding: 10px 32px;
  max-width: 1360px;
  margin: 0 auto;
}
.sec-divider::before,
.sec-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--line) 15%,
    var(--line) 85%,
    transparent
  );
}
.sec-divider-gem {
  flex-shrink: 0;
  margin: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-divider-gem::before,
.sec-divider-gem::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: var(--line);
}
.sec-divider-gem-core {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--brand);
  opacity: 0.35;
}

/* Featured labeled divider (before section 04) */
.sec-divider-chapter {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 32px;
  max-width: 1360px;
  margin: 0 auto;
}
.sec-divider-chapter::before,
.sec-divider-chapter::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--line) 10%,
    var(--line) 90%,
    transparent
  );
}
.sec-ch-node {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 18px 7px 14px;
  background: white;
}
.sec-ch-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--brand);
  opacity: 0.6;
}
.sec-ch-num {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: 0.06em;
}
.sec-ch-name {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}

/* ============================= SHOWCASE INTRO ============================= */
.showcase-intro {
  max-width: 640px;
  margin: 44px auto 0;
  text-align: center;
}
.showcase-intro::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(254, 141, 3, 0.45);
  margin: 0 auto 24px;
}
.showcase-intro-main {
  font-family: "Marcellus", serif;
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 8px;
  font-style: italic;
}
.showcase-intro-sub {
  font-family: "Marcellus", serif;
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.4;
  color: var(--muted);
  margin: 0;
  font-style: italic;
}

/* ============================= MYTH BARS ============================= */
.myth-bar {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0 0 52px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 60px;
}
.sp-dark .myth-bar {
  border-bottom-color: rgba(255, 255, 255, 0.09);
}
.sp-brand .myth-bar {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.myth-tool {
  flex-shrink: 0;
  width: 108px;
  height: 108px;
  border-radius: 14px;
  overflow: hidden;
}

.myth-quote-block {
  position: relative;
  padding-left: 22px;
  border-left: 2px solid rgba(254, 141, 3, 0.28);
}
.sp-dark .myth-quote-block {
  border-left-color: rgba(253, 167, 1, 0.55);
}
.sp-brand .myth-quote-block {
  border-left-color: rgba(255, 255, 255, 0.35);
}

blockquote.myth-quote {
  font-family: "Marcellus", serif;
  font-size: clamp(15px, 1.55vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 10px;
  padding: 0;
  font-style: italic;
}
.sp-dark blockquote.myth-quote {
  color: rgba(255, 255, 255, 0.76);
}
.sp-brand blockquote.myth-quote {
  color: rgba(255, 255, 255, 0.85);
}

.myth-tool-name {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--brand);
  text-transform: uppercase;
  margin: 0;
}
.sp-dark .myth-tool-name {
  color: var(--brand-3);
}
.sp-brand .myth-tool-name {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 640px) {
  .myth-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .myth-tool {
    width: 80px;
    height: 80px;
  }
}

/* ============================= MEDUSA SECTION ============================= */
.medusa-section {
  position: relative;
  background: var(--ink);
  color: white;
  padding: 110px 0 120px;
  text-align: center;
  overflow: hidden;
}
.medusa-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(
      70% 60% at 50% -5%,
      rgba(254, 141, 3, 0.22),
      transparent 65%
    ),
    radial-gradient(
      40% 40% at 18% 110%,
      rgba(225, 79, 5, 0.14),
      transparent 70%
    ),
    radial-gradient(40% 40% at 82% 110%, rgba(225, 79, 5, 0.1), transparent 70%);
}
.medusa-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.12) 50%,
    transparent 100%
  );
  mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.12) 50%,
    transparent 100%
  );
}
.medusa-section .shell {
  position: relative;
  z-index: 2;
}

.medusa-tool-slot {
  display: block;
  margin: 0 auto 52px;
  width: 156px;
  height: 156px;
  border-radius: 50%;
}
.medusa-prelude {
  font-family: "Marcellus", serif;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  font-style: italic;
  margin: 0 auto 44px;
  max-width: 560px;
  text-wrap: pretty;
}
.medusa-headline {
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 0.97;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: white;
  margin: 0 0 30px;
  text-wrap: balance;
}
.medusa-headline em {
  font-style: normal;
  color: var(--brand);
}
.medusa-sep {
  width: 40px;
  height: 2px;
  background: rgba(254, 141, 3, 0.5);
  margin: 0 auto 28px;
  border-radius: 999px;
}
.medusa-punchline {
  font-family: "Marcellus", serif;
  font-size: clamp(16px, 1.8vw, 21px);
  color: rgba(255, 255, 255, 0.44);
  font-style: italic;
  margin: 0;
}

/* =========================================================
   §15 GRAPHIC DIRECTION — shared additions (v2)
   ========================================================= */

/* Generic reveal-on-scroll (sober, Linear-style).
   .show-panel keeps its own transition, so exclude it. */
[data-reveal]:not(.show-panel) {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
[data-reveal]:not(.show-panel).in-view {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal]:not(.show-panel) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Localized warm glow behind a key element (hero mockup, featured plan, form) */
.glow-host {
  position: relative;
}
.glow-host > .glow-orb {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    closest-side,
    rgba(254, 141, 3, 0.3),
    transparent 72%
  );
  filter: blur(8px);
}
.atmo-dark .glow-host > .glow-orb,
.sp-dark .glow-host > .glow-orb {
  background: radial-gradient(
    closest-side,
    rgba(254, 141, 3, 0.5),
    transparent 72%
  );
}
.glow-host > *:not(.glow-orb) {
  position: relative;
  z-index: 1;
}

/* =========================================================
   REPORT GRATUITO — lead magnet section
   ========================================================= */
.section-report {
  padding: 116px 0;
}
.report-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 72px;
  align-items: center;
}
.report-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 22px;
}
.report-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 0 rgba(254, 141, 3, 0.5);
  animation: pulse 1.8s ease-out infinite;
}
.report-title {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 20px;
  text-wrap: balance;
}
.report-title em {
  font-style: normal;
  color: var(--brand);
}
.report-sub {
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 520px;
  margin: 0 0 30px;
  text-wrap: pretty;
}
.report-sub strong {
  color: var(--ink-soft);
  font-weight: 600;
}
.report-list {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.report-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.report-list li strong {
  color: var(--ink);
  font-weight: 600;
}
.report-list .ck {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(254, 141, 3, 0.12);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}
.report-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 540px;
}
.report-input {
  flex: 1 1 240px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--btn-radius);
  padding: 0 14px;
  height: 52px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.report-input:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(254, 141, 3, 0.14);
}
.report-input .ri-lock {
  color: var(--muted-2);
  font-size: 12px;
}
.report-input input {
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Geist Mono", monospace;
  font-size: 14px;
  color: var(--ink);
  width: 100%;
}
.report-input input::placeholder {
  color: var(--muted-2);
}
.report-submit {
  flex: 0 0 auto;
  background: var(--brand);
  color: white;
  border: 0;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 15px;
  height: 52px;
  padding: 0 22px;
  border-radius: var(--btn-radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 8px 24px -8px rgba(254, 141, 3, 0.5);
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    background 0.15s;
}
.report-submit:hover {
  background: #f78303;
  transform: translateY(-1px);
}
.report-submit .arrow {
  transition: transform 0.2s;
}
.report-submit:hover .arrow {
  transform: translateX(3px);
}
.report-reassure {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
  margin: 16px 0 0;
}

/* Report preview card (the visual) */
.report-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 24px 56px -24px rgba(0, 0, 0, 0.16),
    0 56px 100px -50px rgba(254, 141, 3, 0.22);
}
.rc-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-2);
  background: #fafafa;
}
.rc-bar .rc-logo {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-3));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 13px;
}
.rc-bar .rc-from {
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 600;
}
.rc-bar .rc-from span {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-size: 11px;
}
.rc-bar .rc-tag {
  margin-left: auto;
  font-family: "Geist Mono", monospace;
  font-size: 9.5px;
  color: var(--brand);
  background: rgba(254, 141, 3, 0.1);
  border: 1px solid rgba(254, 141, 3, 0.22);
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: 0.06em;
}
.rc-body {
  padding: 22px 22px 24px;
}
.rc-h {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 4px;
}
.rc-site {
  font-family: "Geist Mono", monospace;
  font-size: 11.5px;
  color: var(--muted);
  margin: 0 0 18px;
}
.rc-score {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line-2);
  margin-bottom: 18px;
}
.rc-score-num {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-feature-settings: "tnum";
  line-height: 1;
}
.rc-score-num span {
  font-size: 16px;
  color: var(--muted-2);
  font-weight: 500;
}
.rc-score-meta {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.rc-score-meta strong {
  color: var(--ink);
  font-weight: 600;
  display: block;
  font-size: 13px;
}
.rc-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rc-row {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
}
.rc-row .rc-flag {
  font-size: 15px;
}
.rc-row .rc-mkt {
  font-size: 12.5px;
  color: var(--ink);
  font-weight: 500;
}
.rc-row .rc-mkt span {
  display: block;
  font-size: 10.5px;
  color: var(--muted);
  font-weight: 400;
}
.rc-row .rc-track {
  width: 84px;
  height: 6px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}
.rc-row .rc-track i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--brand-1), var(--brand-3));
  border-radius: 999px;
  transition: width 1.1s cubic-bezier(0.34, 0.7, 0.44, 1);
}
.draw-on-scroll.in-view .rc-row .rc-track i {
  width: var(--w);
}
.rc-foot {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line-2);
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  color: var(--muted-2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.rc-foot .rc-badge {
  color: var(--brand);
}

@media (max-width: 1080px) {
  .report-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 560px;
    margin: 0 auto;
  }
}

/* =========================================================
   ACTIVATION STEP — non-technical provider picker
   (replaces the old nameserver record visual)
   ========================================================= */
.vis-activate {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.va-providers {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.va-chip {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--ink-soft);
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  letter-spacing: 0.02em;
}
.va-chip-more {
  color: var(--muted);
}
.va-line {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: var(--ink-soft);
  padding: 7px 0;
}
.va-line + .va-line {
  border-top: 1px solid var(--line-2);
}
.va-line .va-ck {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: var(--brand);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
}
.va-line .va-rev {
  margin-left: auto;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  color: var(--brand);
  background: rgba(254, 141, 3, 0.1);
  border: 1px solid rgba(254, 141, 3, 0.2);
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

/* small "esempio/stima" inline tag for honest data labels */
.data-note {
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 2px 7px;
  vertical-align: middle;
}
.atmo-dark .data-note,
.sp-dark .data-note {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.18);
}

/* condensed section CTA link */
.section-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--brand);
  text-decoration: none;
  transition: gap 0.2s ease;
  margin-top: 8px;
}
.section-more:hover {
  gap: 12px;
}

/* teaser pricing: plan card "free in beta" pill */
.plan-beta-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: var(--brand);
  background: rgba(254, 141, 3, 0.08);
  border: 1px solid rgba(254, 141, 3, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.plan-qual {
  font-family: "Marcellus", serif;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 4px 0 12px;
  line-height: 1.1;
}

/* ====================== COOKIE BANNER ====================== */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 340px;
  max-width: calc(100vw - 32px);
  background: #ffffff;
  border-radius: 16px;
  box-shadow:
    0 4px 6px rgba(0,0,0,0.04),
    0 12px 32px rgba(0,0,0,0.10),
    0 0 0 1px rgba(0,0,0,0.06);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cookie-banner.cb-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner.cb-hidden {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.cb-inner {
  padding: 18px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cb-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cb-text {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
.cb-link {
  color: var(--brand);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
.cb-link:hover {
  text-decoration: underline;
}
.cb-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.cb-btn {
  border: none;
  border-radius: var(--btn-radius);
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 16px;
  transition: background 0.15s, opacity 0.15s;
  white-space: nowrap;
}
.cb-btn--secondary {
  background: transparent;
  color: var(--muted);
  border: none;
  font-size: 12px;
  padding: 8px 10px;
}
.cb-btn--secondary:hover {
  background: var(--line);
}
.cb-btn--primary {
  background: var(--brand);
  color: white;
  font-weight: 600;
}
.cb-btn--primary:hover {
  opacity: 0.88;
}
@media (max-width: 480px) {
  .cookie-banner {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
