/* ====================================================================
   CLICPAGHE — Brand identity system
   Palette estratta dal logo: arancione vivace + grigio antracite
   Visual mark: il cursore/freccia (segno-firma del brand)
   Approccio editoriale: griglia stretta, tipografia maiuscola, ritmo
   Typography: Fraunces (display) + Inter (body) — variable fonts
   ==================================================================== */

/* ─── Carico nuovi font: Fraunces + Inter (variable, OpenType features) ─── */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,400..800,0..100,0..1;1,9..144,400..800,0..100,0..1&family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  /* ─── Palette brand (dal logo) ─── */
  --brand-orange:        #F58220;   /* arancione principale del logo */
  --brand-orange-dark:   #D86A0A;
  --brand-orange-deep:   #A8520A;
  --brand-orange-light:  #FF9B47;
  --brand-orange-soft:   #FFF1E5;
  --brand-orange-mist:   #FFF8F1;

  /* ─── Neutri (matching "clic" in logo) ─── */
  --ink:           #1A1A1A;   /* nero editoriale */
  --ink-soft:      #2B2B2B;
  --graphite:      #4A4A4A;   /* grigio del logo */
  --graphite-soft: #6B6B6B;
  --slate:         #8C8C8C;
  --mute:          #B8B5B0;
  --line:          #E8E5E0;
  --line-soft:     #F1EEE9;
  --paper:         #FAFAF7;   /* warm white */
  --paper-warm:    #FDF8F3;
  --white:         #FFFFFF;
  --cream:         #F8F4EE;

  /* ─── Stati ─── */
  --success:       #2D8659;

  /* ─── Compatibilità con classi esistenti ─── */
  --color-primary:        var(--ink);
  --color-primary-light:  var(--ink-soft);
  --color-primary-dark:   #000;
  --color-accent:         var(--brand-orange);
  --color-accent-dark:    var(--brand-orange-dark);
  --color-accent-light:   var(--brand-orange-light);
  --color-text:           var(--ink-soft);
  --color-text-muted:     var(--graphite-soft);
  --color-text-light:     var(--slate);
  --color-bg:             var(--white);
  --color-bg-soft:        var(--paper);
  --color-bg-section:     var(--paper-warm);
  --color-border:         var(--line);
  --color-success:        var(--success);
  --color-white:          var(--white);

  /* ─── Ombre eleganti, mai blu ─── */
  --shadow-xs: 0 1px 2px rgba(26,26,26,.04);
  --shadow-sm: 0 2px 8px rgba(26,26,26,.05), 0 1px 2px rgba(26,26,26,.04);
  --shadow-md: 0 12px 32px -8px rgba(26,26,26,.10), 0 4px 8px rgba(26,26,26,.04);
  --shadow-lg: 0 24px 60px -12px rgba(26,26,26,.16), 0 8px 16px rgba(26,26,26,.05);
  --shadow-xl: 0 40px 80px -20px rgba(26,26,26,.22), 0 12px 24px rgba(26,26,26,.06);
  --shadow-orange: 0 16px 40px -12px rgba(245,130,32,.35);
  --shadow-inner: inset 0 1px 0 rgba(255,255,255,.5);

  /* ─── Radius — editoriale, sobri ─── */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  /* ─── Fonts: Fraunces (display) + Inter (body) ─── */
  --font-serif: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-sans:  'Inter', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono:  'SF Mono', 'JetBrains Mono', Consolas, monospace;

  /* ─── Layout ─── */
  --container: 1260px;
  --container-narrow: 880px;
  --gutter: 28px;

  /* ─── Transitions ─── */
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --t-fast: .2s var(--ease);
  --t: .35s var(--ease);
  --t-slow: .6s var(--ease-out);
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-feature-settings: "ss01", "cv02", "cv03", "cv04", "cv11";
  font-variation-settings: "opsz" 14;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--brand-orange); }
button { font-family: inherit; cursor: pointer; }

/* ─── Tipografia editoriale — Fraunces variable: optical sizing + soft/wonk ─── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.06;
  color: var(--ink);
  letter-spacing: -0.025em;
  font-feature-settings: "ss01", "ss02", "ss03", "salt";
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
}
h1 {
  font-size: clamp(2.6rem, 5.8vw, 4.8rem);
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 500;
  font-variation-settings: "opsz" 100, "SOFT" 40, "WONK" 0;
}
h3 {
  font-size: clamp(1.4rem, 2.8vw, 1.95rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 80, "SOFT" 30, "WONK" 0;
}
h4 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  font-variation-settings: "opsz" 40, "SOFT" 20, "WONK" 0;
}
h5 { font-size: 1rem; font-weight: 600; }

/* Italics di Fraunces — molto caratteristici */
em, i, .italic {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}

p {
  color: var(--graphite-soft);
  font-variation-settings: "opsz" 14;
}
strong { color: var(--ink); font-weight: 600; }
small { font-size: 0.82em; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--gutter); }

/* ════════════════════════════════════════════════════════════════════
   SECTION DIVIDERS — eleganti, decorativi
   ════════════════════════════════════════════════════════════════════ */
.divider-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  max-width: 200px;
  color: var(--brand-orange);
  opacity: 0.4;
}
.divider-cursor::before, .divider-cursor::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}

/* Divider con simbolo brand */
.section-divider {
  position: relative;
  padding: 32px 0;
  text-align: center;
}
.section-divider::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/24px no-repeat,
              var(--brand-orange-soft);
  border-radius: 50%;
}

/* ════════════════════════════════════════════════════════════════════
   VISUAL MARK — Il cursore/freccia, segno-firma del brand
   ════════════════════════════════════════════════════════════════════ */

/* Cursor mark inline (utility class) */
.cursor-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--brand-orange);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: -0.12em;
}

/* Pattern background — cursori sparsi (decorativo) */
.bg-cursors {
  position: relative;
}
.bg-cursors::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g fill='%23F58220' opacity='0.08'><path d='M20 20 L34 27 L28 29 L26 35 Z'/><path d='M85 60 L94 64.5 L90.5 65.7 L89.5 69.3 Z'/><path d='M48 88 L60 94 L55 95.5 L54 100.5 Z'/></g></svg>");
  background-size: 240px 240px;
  pointer-events: none;
  opacity: 0.6;
}

/* Grid pattern — linee tipografiche editoriali */
.bg-grid {
  position: relative;
}
.bg-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--line-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-soft) 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: -1px -1px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent, black 40%, black 60%, transparent);
}

/* Dots pattern — punti orari */
.bg-dots {
  background-image: radial-gradient(circle at 1px 1px, rgba(245,130,32,0.18) 1px, transparent 0);
  background-size: 24px 24px;
}

/* ──────────────────────────────────────────────────────────────────────
   BUTTONS — geometrici, micro-interazione precisa
   ────────────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 28px;
  font-family: var(--font-sans);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1.5px solid transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--t);
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .6s var(--ease-out);
}
.btn:hover::after { transform: translateX(100%); }

.btn-primary {
  background: var(--brand-orange);
  color: var(--white);
  border-color: var(--brand-orange);
  box-shadow: var(--shadow-orange);
}
.btn-primary:hover {
  background: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 24px 50px -12px rgba(245,130,32,.5);
}

.btn-dark {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.btn-dark:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.35);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--white);
}

/* ──────────────────────────────────────────────────────────────────────
   TOP BAR
   ────────────────────────────────────────────────────────────────────── */
.topbar {
  background: var(--ink);
  color: rgba(255,255,255,.85);
  font-size: 0.81rem;
  padding: 10px 0;
  letter-spacing: 0.01em;
  position: relative;
}
.topbar::before {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-orange) 50%, transparent);
  opacity: 0.5;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.topbar-info { display: flex; gap: 26px; flex-wrap: wrap; }
.topbar-info span, .topbar-info a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
}
.topbar-info a:hover { color: var(--brand-orange-light); }
.topbar-info svg { opacity: 0.6; }
.topbar-extra {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--brand-orange-light);
  font-size: 0.85rem;
}

/* ──────────────────────────────────────────────────────────────────────
   HEADER / NAV
   ────────────────────────────────────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--line);
  transition: all var(--t-fast);
}
.header.scrolled {
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-sm);
}

.nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; gap: 24px; }

/* Brand area — logo prominente + tagline editoriale separata da divider */
.brand {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: transform var(--t-fast);
}
.brand img {
  height: 56px;
  width: auto;
  display: block;
  transition: opacity var(--t-fast), transform var(--t);
}
.brand:hover { transform: translateX(-2px); }
.brand:hover img { opacity: 0.85; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
.brand-text strong {
  display: none;  /* il logo dice già "clicpaghe", non duplichiamo */
}
.brand-text small {
  font-size: 0.72rem;
  color: var(--graphite-soft);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}

.nav-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--graphite);
  position: relative;
  transition: color var(--t-fast);
}
.nav-menu a::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  background: var(--brand-orange);
  border-radius: 50%;
  transition: all var(--t);
  opacity: 0;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--ink); }
.nav-menu a.active::before { width: 6px; height: 6px; opacity: 1; left: 6px; }
.nav-menu a.active { padding-left: 22px; }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-cta .btn { padding: 12px 22px; font-size: 0.78rem; }

.menu-toggle { display: none; background: none; border: none; padding: 8px; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--ink); transition: var(--t); }

/* ──────────────────────────────────────────────────────────────────────
   HERO — editoriale, asimmetrico, con visual mark
   ────────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  background: var(--paper-warm);
  color: var(--ink);
  overflow: hidden;
  padding: 110px 0 130px;
  isolation: isolate;
}
/* Orbe arancione principale (destra) */
.hero::before {
  content: '';
  position: absolute;
  top: -15%; right: -8%;
  width: 65%;
  height: 130%;
  background:
    radial-gradient(ellipse at 60% 40%, rgba(245,130,32, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 70%, rgba(245,130,32, 0.10) 0%, transparent 60%);
  z-index: -1;
  filter: blur(4px);
}
/* Griglia editoriale + pattern cursori sparsi */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    /* Griglia verticale */
    linear-gradient(to right, rgba(26,26,26,.028) 1px, transparent 1px),
    /* Cursori sparsi */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'><g fill='%23F58220' opacity='0.06'><path d='M40 40 L70 56 L58 60 L54 72 Z' transform='rotate(-15 55 56)'/><path d='M165 110 L195 126 L183 130 L179 142 Z' transform='rotate(20 180 126)'/><path d='M85 175 L115 191 L103 195 L99 207 Z' transform='rotate(-5 100 191)'/></g></svg>");
  background-size: 100px 100%, 480px 480px;
  background-position: 0 0, 0 0;
  pointer-events: none;
  z-index: -1;
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}

/* Watermark cursore enorme bottom-right */
.hero > .container::before {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -100px;
  width: 480px;
  height: 480px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/contain no-repeat;
  opacity: 0.04;
  transform: rotate(-12deg);
  pointer-events: none;
  z-index: -1;
}
.hero > .container { position: relative; }

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--graphite);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  box-shadow: var(--shadow-xs);
}
.hero-badge .dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--brand-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.7rem;
  box-shadow: 0 0 0 4px var(--brand-orange-soft);
}
.hero-badge strong { color: var(--ink); font-weight: 600; }

.hero h1 {
  color: var(--ink);
  margin-bottom: 28px;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  letter-spacing: -0.028em;
}
.hero h1 .accent {
  font-style: italic;
  font-weight: 400;
  position: relative;
  color: var(--brand-orange);
}
.hero h1 .accent::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 0.08em;
  height: 3px;
  background: var(--brand-orange);
  opacity: 0.18;
  border-radius: 2px;
}

.hero-lead {
  font-size: 1.13rem;
  line-height: 1.7;
  color: var(--graphite);
  max-width: 540px;
  margin-bottom: 40px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 56px; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  max-width: 560px;
}
.hero-stat { position: relative; padding-left: 18px; }
.hero-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 4px; height: 24px;
  background: var(--brand-orange);
  border-radius: 2px;
}
.hero-stat strong {
  font-family: var(--font-serif);
  display: block;
  font-size: 2.4rem;
  color: var(--ink);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.hero-stat span {
  display: block;
  font-size: 0.78rem;
  color: var(--graphite-soft);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* Hero visual — card editoriale con motivo cursore */
.hero-visual { position: relative; }
.hero-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--brand-orange);
}
.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.hero-card-header h3 {
  color: var(--ink);
  font-size: 1.1rem;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.hero-card-header .tag {
  font-size: 0.68rem;
  background: var(--brand-orange-soft);
  color: var(--brand-orange-dark);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line-soft);
}
.hero-card-row:last-child { border-bottom: none; padding-bottom: 0; }
.hero-card-row strong {
  color: var(--brand-orange);
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-card-row .check {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--success);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  margin-right: 12px;
  font-weight: 700;
}

.hero-float {
  position: absolute;
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
}
.hero-float-tl { top: -24px; left: -34px; }
.hero-float-br { bottom: -24px; right: -28px; }
.hero-float .icon {
  width: 38px; height: 38px;
  border-radius: var(--radius-sm);
  background: var(--brand-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}
.hero-float strong { font-size: 0.92rem; display: block; color: var(--ink); }
.hero-float span { font-size: 0.74rem; color: var(--graphite-soft); }

/* ──────────────────────────────────────────────────────────────────────
   TRUST STRIP — elegante, light, con divisori tipografici
   ────────────────────────────────────────────────────────────────────── */
.trust-bar {
  background: var(--white);
  color: var(--ink);
  padding: 40px 0;
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: left;
  position: relative;
}
.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 18px;
  row-gap: 4px;
  align-items: center;
  padding: 0 28px;
  position: relative;
}
.trust-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 12px; bottom: 12px;
  width: 1px;
  background: var(--line);
}
.trust-item::before {
  content: '';
  width: 44px;
  height: 44px;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/18px no-repeat,
    var(--brand-orange-soft);
}
.trust-item strong { grid-column: 2; grid-row: 1; }
.trust-item span { grid-column: 2; grid-row: 2; }
.trust-item strong {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  display: block;
}
.trust-item span {
  font-size: 0.72rem;
  color: var(--graphite-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

/* ──────────────────────────────────────────────────────────────────────
   SECTIONS — ritmo editoriale
   ────────────────────────────────────────────────────────────────────── */
.section { padding: 120px 0; position: relative; }
.section-sm { padding: 80px 0; }
.section-soft {
  background: var(--paper);
  position: relative;
}
.section-soft::before {
  /* Pattern punti orari subtle */
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(245,130,32, 0.12) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);
}
.section-soft > .container { position: relative; }
.section-warm { background: var(--paper-warm); }
.section-cream { background: var(--cream); }
.section-dark {
  background: var(--ink);
  color: rgba(255,255,255,.78);
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  /* Pattern cursori arancione su sfondo dark */
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'><g fill='%23F58220' opacity='0.04'><path d='M40 40 L70 56 L58 60 L54 72 Z' transform='rotate(-15 55 56)'/><path d='M150 100 L180 116 L168 120 L164 132 Z' transform='rotate(20 165 116)'/><path d='M80 170 L110 186 L98 190 L94 202 Z' transform='rotate(-5 95 186)'/></g></svg>");
  background-size: 440px 440px;
  pointer-events: none;
}
.section-dark > .container { position: relative; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
.section-dark p { color: rgba(255,255,255,.7); }
.section-dark strong { color: var(--white); }

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-orange-dark);
  margin-bottom: 20px;
}
.section-eyebrow::before {
  content: '';
  width: 28px;
  height: 1.5px;
  background: var(--brand-orange);
}

.section-head h2 { margin-bottom: 20px; }
.section-head p { font-size: 1.08rem; color: var(--graphite); max-width: 600px; margin: 0 auto; }
.section-head.left { text-align: left; margin: 0 0 64px; }
.section-head.left .section-eyebrow { padding: 0; }

.section-dark .section-eyebrow {
  color: var(--brand-orange-light);
}
.section-dark .section-eyebrow::before { background: var(--brand-orange-light); }

/* ──────────────────────────────────────────────────────────────────────
   SERVICE CARDS — index numerati, geometrici
   ────────────────────────────────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 44px 32px 36px;
  transition: all var(--t);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
/* Glow di sfondo al hover */
.service-card::after {
  content: '';
  position: absolute;
  top: -50%; right: -30%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, var(--brand-orange-soft), transparent 70%);
  opacity: 0;
  transition: opacity var(--t-slow);
  z-index: -1;
  pointer-events: none;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0;
  height: 3px;
  background: var(--brand-orange);
  transition: width var(--t-slow);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(245,130,32, 0.2);
}
.service-card:hover::before { width: 100%; }
.service-card:hover::after { opacity: 1; }

.service-card .service-num {
  position: absolute;
  top: 24px; right: 28px;
  font-family: var(--font-serif);
  font-size: 0.92rem;
  color: var(--brand-orange);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.04em;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  background: var(--brand-orange-soft);
  color: var(--brand-orange-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: all var(--t);
  position: relative;
}
.service-icon::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-sm);
  border: 1px dashed var(--brand-orange);
  opacity: 0;
  transition: opacity var(--t);
}
.service-card:hover .service-icon {
  background: var(--brand-orange);
  color: var(--white);
}
.service-card:hover .service-icon::after { opacity: 0.4; transform: scale(1.15); transition: all var(--t); }

.service-card h3 { margin-bottom: 14px; }
.service-card p { font-size: 0.95rem; line-height: 1.7; margin-bottom: 22px; flex: 1; }

.service-card ul { list-style: none; margin-bottom: 26px; }
.service-card ul li {
  font-size: 0.88rem;
  color: var(--ink-soft);
  padding: 8px 0 8px 22px;
  position: relative;
  border-top: 1px solid var(--line-soft);
}
.service-card ul li:first-child { border-top: none; }
.service-card ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 14px;
  width: 6px; height: 6px;
  background: var(--brand-orange);
  border-radius: 50%;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  align-self: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: all var(--t-fast);
}
.service-link svg { transition: transform var(--t-fast); }
.service-card:hover .service-link { color: var(--brand-orange); border-bottom-color: var(--brand-orange); }
.service-card:hover .service-link svg { transform: translateX(4px); }

/* ──────────────────────────────────────────────────────────────────────
   ABOUT GRID
   ────────────────────────────────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.about-img {
  position: relative;
  border-radius: var(--radius-md);
  overflow: visible;
  aspect-ratio: 4/5;
}
.about-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
  position: relative;
  z-index: 2;
}
/* Gradient overlay sopra l'immagine */
.about-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.35));
  z-index: 3;
  border-radius: var(--radius-md);
  pointer-events: none;
}
/* Cornice arancione sfalsata */
.about-img::after {
  content: '';
  position: absolute;
  top: 24px; left: 24px;
  right: -24px; bottom: -24px;
  border: 1.5px solid var(--brand-orange);
  border-radius: var(--radius-md);
  z-index: 1;
  transition: all var(--t);
}
.about-img:hover::after {
  top: 16px; left: 16px;
  right: -16px; bottom: -16px;
}

/* Mini-cursore decorativo angolo top-right */
.about-img-cursor {
  position: absolute;
  top: -18px; right: -18px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/22px no-repeat,
    var(--brand-orange);
  z-index: 4;
  box-shadow: var(--shadow-md);
  animation: float 4s ease-in-out infinite;
}
.about-img-badge {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 2;
  box-shadow: var(--shadow-md);
}
.about-img-badge strong {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  color: var(--brand-orange);
  line-height: 1;
  font-weight: 500;
}
.about-img-badge span {
  font-size: 0.78rem;
  color: var(--graphite-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-content h2 { margin-bottom: 24px; }
.about-content p { margin-bottom: 20px; font-size: 1.02rem; line-height: 1.75; color: var(--graphite); }

/* ──────────────────────────────────────────────────────────────────────
   PILLARS
   ────────────────────────────────────────────────────────────────────── */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pillar {
  text-align: left;
  padding: 44px 36px 36px;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  position: relative;
  transition: all var(--t);
  overflow: hidden;
  isolation: isolate;
}
/* Cursor decorativo in bg al hover */
.pillar::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 140px; height: 140px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/contain no-repeat;
  opacity: 0.03;
  transform: rotate(-15deg);
  transition: all var(--t-slow);
  z-index: -1;
}
.pillar:hover::before {
  opacity: 0.08;
  transform: rotate(0deg) scale(1.1);
}
.pillar:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(245,130,32, 0.3);
}
.pillar-num {
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 400;
  color: var(--brand-orange-soft);
  line-height: 1;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: -0.04em;
  transition: color var(--t), transform var(--t);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  display: inline-block;
}
.pillar:hover .pillar-num {
  color: var(--brand-orange);
  transform: translateX(4px);
}
.pillar h4 { margin-bottom: 14px; font-size: 1.3rem; font-family: var(--font-serif); font-weight: 500; letter-spacing: -0.018em; }
.pillar p { font-size: 0.94rem; line-height: 1.7; }

/* ──────────────────────────────────────────────────────────────────────
   FEATURES (dark stripe)
   ────────────────────────────────────────────────────────────────────── */
.feature-stripe {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  background: var(--ink);
  transition: background var(--t);
}
.feature-item:hover { background: var(--ink-soft); }
.feature-item .icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: var(--brand-orange);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.feature-item h4 { color: var(--white); margin-bottom: 10px; font-size: 1.05rem; font-family: var(--font-sans); font-weight: 600; }
.feature-item p { color: rgba(255,255,255,.6); font-size: 0.86rem; line-height: 1.6; margin: 0; }

/* ──────────────────────────────────────────────────────────────────────
   PROCESS STEPS — timeline orizzontale
   ────────────────────────────────────────────────────────────────────── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  counter-reset: step;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--brand-orange) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.process-step {
  position: relative;
  background: transparent;
  padding: 0 22px;
  text-align: center;
  z-index: 1;
}
.process-step-num {
  width: 72px; height: 72px;
  background: var(--white);
  color: var(--brand-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 auto 24px;
  border: 1.5px solid var(--brand-orange);
  position: relative;
  transition: all var(--t);
}
.process-step-num::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed var(--brand-orange);
  opacity: 0;
  transition: opacity var(--t);
}
.process-step:hover .process-step-num {
  background: var(--brand-orange);
  color: var(--white);
}
.process-step:hover .process-step-num::after { opacity: 0.4; }
.process-step h4 { margin-bottom: 10px; font-size: 1.15rem; font-family: var(--font-serif); font-weight: 500; }
.process-step p { font-size: 0.9rem; line-height: 1.6; color: var(--graphite-soft); }

/* ──────────────────────────────────────────────────────────────────────
   BLOG CARDS — editoriali
   ────────────────────────────────────────────────────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: all var(--t);
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(245,130,32, 0.25);
}
.blog-card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  display: block;
  background: var(--paper-warm);
}
.blog-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26,26,26, 0.4));
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--t);
}
.blog-card:hover .blog-card-img::after { opacity: 1; }
.blog-card-img::before {
  /* Overlay arancione su hover */
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245,130,32, 0.15), transparent 50%);
  opacity: 0;
  transition: opacity var(--t);
  z-index: 1;
  pointer-events: none;
}
.blog-card:hover .blog-card-img::before { opacity: 1; }
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out);
}
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-category {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--white);
  color: var(--ink);
  padding: 6px 14px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-card-category::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand-orange);
}
.blog-card-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta {
  display: flex;
  gap: 14px;
  font-size: 0.72rem;
  color: var(--slate);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.blog-card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.blog-card h3 {
  font-size: 1.32rem;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.018em;
}
.blog-card h3 a { color: var(--ink); }
.blog-card h3 a:hover { color: var(--brand-orange); }
.blog-card p { font-size: 0.92rem; line-height: 1.65; margin-bottom: 22px; flex: 1; }
.blog-card .blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  align-self: flex-start;
  padding-bottom: 4px;
  border-bottom: 1.5px solid var(--brand-orange);
}
.blog-card .blog-read-more svg { transition: transform var(--t-fast); }
.blog-card:hover .blog-read-more { color: var(--brand-orange); }
.blog-card:hover .blog-read-more svg { transform: translateX(4px); }

/* ──────────────────────────────────────────────────────────────────────
   CTA SECTION — warm, editoriale, distinta dal footer-cta
   ────────────────────────────────────────────────────────────────────── */
.cta-section {
  background: var(--paper-warm);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 80px 72px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--brand-orange-soft);
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -30%; right: -8%;
  width: 520px; height: 520px;
  background: radial-gradient(circle, var(--brand-orange-soft), transparent 65%);
  pointer-events: none;
}
.cta-section::after {
  /* cursore decorativo grande in basso a sinistra */
  content: '';
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 200px; height: 200px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220' opacity='0.06'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/contain no-repeat;
  pointer-events: none;
  transform: rotate(-15deg);
}
.cta-section-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 56px;
  align-items: center;
}
.cta-section .section-eyebrow {
  margin-bottom: 16px;
}
.cta-section h2 {
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: -0.022em;
}
.cta-section p {
  color: var(--graphite);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 580px;
}
.cta-section-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.cta-section-actions .btn { justify-content: center; }
.cta-section-actions .btn-outline {
  color: var(--ink);
  border-color: var(--ink);
}
.cta-section-actions .btn-outline:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

/* ──────────────────────────────────────────────────────────────────────
   FAQ
   ────────────────────────────────────────────────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--t);
}
.faq-item[open] {
  box-shadow: var(--shadow-md);
  border-color: var(--brand-orange);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  color: var(--ink);
  font-size: 1.05rem;
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--paper-warm);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F58220' stroke-width='2.5'><path d='M12 5v14M5 12h14'/></svg>");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform var(--t);
  flex-shrink: 0;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
  background-color: var(--brand-orange-soft);
}
.faq-item-body {
  padding: 0 28px 28px;
  color: var(--graphite);
  line-height: 1.7;
  font-size: 0.96rem;
}

/* ════════════════════════════════════════════════════════════════════
   FOOTER — istituzionale, modulare, ricco
   Struttura: CTA top · Grid principale · Newsletter strip · Legal bar
   ════════════════════════════════════════════════════════════════════ */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><g fill='%23F58220' opacity='0.025'><path d='M30 30 L60 45 L48 50 L43 62 Z'/><path d='M120 80 L140 90 L132 93 L128 102 Z'/><path d='M70 130 L90 140 L82 143 L78 152 Z'/></g></svg>");
  background-size: 360px 360px;
  pointer-events: none;
}

/* ─── 1. CTA TOP BAR ─── */
.footer-cta {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 64px 0;
  background: linear-gradient(180deg, rgba(245,130,32,.05), transparent);
}
.footer-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--brand-orange);
}
.footer-cta-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.footer-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-orange-light);
  margin-bottom: 14px;
}
.footer-cta-tag::before {
  content: '';
  width: 28px; height: 1.5px;
  background: var(--brand-orange);
}
.footer-cta h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.footer-cta p {
  color: rgba(255,255,255,.7);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 500px;
}
.footer-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-self: end;
}
.footer-cta-phone {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 16px 24px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-md);
  transition: all var(--t-fast);
  min-width: 260px;
}
.footer-cta-phone:hover {
  background: rgba(245,130,32,.1);
  border-color: var(--brand-orange);
  transform: translateY(-2px);
}
.footer-cta-phone .label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  font-weight: 500;
}
.footer-cta-phone strong {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.footer-cta-actions .btn { min-width: 260px; }

/* ─── 2. MAIN GRID ─── */
.footer-main {
  padding: 80px 0 50px;
  display: grid;
  grid-template-columns: 1.3fr 3fr;
  gap: 80px;
  position: relative;
}

.footer-brand-col .brand { gap: 0; }
.footer-brand-col .brand img {
  height: 64px;
  background: var(--white);
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  transition: transform var(--t);
}
.footer-brand-col .brand:hover img { transform: translateY(-2px); }
.footer-brand-col .brand-text { display: none; }
.footer-brand-col p {
  color: rgba(255,255,255,.65);
  margin: 28px 0 32px;
  font-size: 0.94rem;
  line-height: 1.7;
  max-width: 340px;
}

/* ─── Brand stats inline (sotto descrizione) ─── */
.footer-brand-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 28px;
}
.footer-brand-stats div {
  position: relative;
  padding-left: 14px;
}
.footer-brand-stats div::before {
  content: '';
  position: absolute;
  left: 0; top: 4px;
  width: 3px; height: 80%;
  background: var(--brand-orange);
  border-radius: 2px;
}
.footer-brand-stats strong {
  font-family: var(--font-serif);
  display: block;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
.footer-brand-stats span {
  font-size: 0.72rem;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 6px;
}

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px; height: 42px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t-fast);
}
.footer-social a:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: var(--white);
  transform: translateY(-2px);
}

/* ─── 4 colonne risorse ─── */
.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.footer h5 {
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 14px;
}
.footer h5::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 20px; height: 1.5px;
  background: var(--brand-orange);
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col a {
  color: rgba(255,255,255,.65);
  font-size: 0.9rem;
  transition: all var(--t-fast);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.footer-col a::before {
  content: '';
  width: 0; height: 1px;
  background: var(--brand-orange);
  transition: width var(--t-fast);
  flex-shrink: 0;
}
.footer-col a:hover { color: var(--white); }
.footer-col a:hover::before { width: 12px; }

.footer-contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}
.footer-contact-item .icon {
  width: 36px; height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(245,130,32,.12);
  color: var(--brand-orange-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-contact-item strong {
  display: block;
  color: rgba(255,255,255,.55);
  font-size: 0.68rem;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.footer-contact-item span,
.footer-contact-item a,
.footer-contact-item p {
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
}
.footer-contact-item a:hover { color: var(--brand-orange-light); }

/* ─── 3. NEWSLETTER STRIP ─── */
.footer-newsletter-strip {
  padding: 36px 40px;
  background: rgba(245,130,32,.06);
  border: 1px solid rgba(245,130,32,.18);
  border-radius: var(--radius-md);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.footer-newsletter-strip::before {
  content: '';
  position: absolute;
  top: 0; left: 36px;
  width: 40px; height: 3px;
  background: var(--brand-orange);
}
.footer-newsletter-strip .strip-text strong {
  display: block;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.footer-newsletter-strip .strip-text span {
  color: rgba(255,255,255,.7);
  font-size: 0.92rem;
  line-height: 1.55;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}
.newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-pill);
  color: var(--white);
  font-size: 0.9rem;
  font-family: inherit;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.5); }
.newsletter-form input:focus {
  outline: none;
  border-color: var(--brand-orange);
  background: rgba(255,255,255,.08);
}
.newsletter-form button {
  background: var(--brand-orange);
  color: var(--white);
  border: none;
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.78rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all var(--t-fast);
  white-space: nowrap;
}
.newsletter-form button:hover { background: var(--brand-orange-dark); transform: translateY(-2px); }

/* ─── 4. LEGAL BAR ─── */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 28px 0 32px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 0.82rem;
  color: rgba(255,255,255,.5);
  position: relative;
}
.footer-bottom-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}
.footer-bottom-info .sep {
  color: rgba(255,255,255,.2);
}
.footer-bottom-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.footer-bottom-links a {
  color: rgba(255,255,255,.55);
  font-size: 0.82rem;
  position: relative;
  padding-bottom: 2px;
  transition: all var(--t-fast);
}
.footer-bottom-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--brand-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-fast);
}
.footer-bottom-links a:hover { color: var(--brand-orange-light); }
.footer-bottom-links a:hover::after { transform: scaleX(1); }

/* Compat: vecchia struttura footer-grid mantenuta funzionante per pagine non aggiornate */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: 52px;
  padding: 80px 0 50px;
}
.footer-brand .brand img {
  height: 60px;
  background: var(--white);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
}
.footer-brand .brand-text { display: none; }
.footer-brand p {
  color: rgba(255,255,255,.65);
  margin: 24px 0 28px;
  font-size: 0.93rem;
  line-height: 1.7;
}
.footer-newsletter {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-top: 28px;
  position: relative;
}
.footer-newsletter::before {
  content: '';
  position: absolute;
  top: 0; left: 24px;
  width: 32px; height: 2px;
  background: var(--brand-orange);
}
.footer-newsletter h6 {
  color: var(--white);
  margin-bottom: 6px;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 500;
}
.footer-newsletter p {
  font-size: 0.82rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 14px;
}

/* ──────────────────────────────────────────────────────────────────────
   PAGE HERO (interne)
   ────────────────────────────────────────────────────────────────────── */
.page-hero {
  background: var(--paper-warm);
  color: var(--ink);
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}
/* Orbe arancione centrale, animato in rotazione lenta */
.page-hero::before {
  content: '';
  position: absolute;
  top: -25%; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 900px;
  background:
    radial-gradient(circle at 40% 60%, var(--brand-orange-soft) 0%, transparent 50%),
    radial-gradient(circle at 60% 40%, rgba(245,130,32, 0.08) 0%, transparent 60%);
  z-index: -1;
}
/* Griglia + cursori sparsi */
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(26,26,26,.025) 1px, transparent 1px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'><g fill='%23F58220' opacity='0.05'><path d='M50 50 L80 66 L68 70 L64 82 Z' transform='rotate(-12 65 66)'/><path d='M200 130 L230 146 L218 150 L214 162 Z' transform='rotate(18 215 146)'/><path d='M120 210 L150 226 L138 230 L134 242 Z' transform='rotate(-8 135 226)'/></g></svg>");
  background-size: 100px 100%, 560px 560px;
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  z-index: -1;
}
/* Watermark cursore in basso a sinistra */
.page-hero .page-hero-inner::before {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/contain no-repeat;
  opacity: 0.05;
  transform: rotate(15deg);
  pointer-events: none;
  z-index: -1;
}
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { color: var(--ink); margin-bottom: 22px; font-weight: 500; }
.page-hero p {
  color: var(--graphite);
  max-width: 660px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}
.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  color: var(--graphite-soft);
  margin-bottom: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumbs a { color: var(--graphite); }
.breadcrumbs a:hover { color: var(--brand-orange); }
.breadcrumbs .sep { color: var(--brand-orange); }

/* ──────────────────────────────────────────────────────────────────────
   SERVICE DETAIL
   ────────────────────────────────────────────────────────────────────── */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
}
.service-detail:last-child { margin-bottom: 0; }
.service-detail.reverse > :first-child { order: 2; }
.service-detail-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
}
.service-detail-img::after {
  content: '';
  position: absolute;
  top: -10px; left: -10px; right: -10px; bottom: -10px;
  border: 1px solid var(--brand-orange);
  border-radius: var(--radius-md);
  z-index: -1;
  transform: translate(20px, 20px);
}
.service-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.service-detail h3 { margin-bottom: 22px; font-size: clamp(1.7rem, 3vw, 2.2rem); }
.service-detail .service-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--brand-orange-dark);
  padding: 0;
  border: none;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.service-detail .service-tag::before {
  content: '';
  width: 28px; height: 1.5px;
  background: var(--brand-orange);
}
.service-detail p { margin-bottom: 18px; font-size: 1.02rem; line-height: 1.75; color: var(--graphite); }
.service-detail-features {
  list-style: none;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}
.service-detail-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.94rem;
  color: var(--ink-soft);
}
.service-detail-features .check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--brand-orange-soft);
  color: var(--brand-orange-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ──────────────────────────────────────────────────────────────────────
   CONTACT
   ────────────────────────────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
}
.contact-info-card {
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}
.contact-info-card::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,130,32,.18), transparent 70%);
}
.contact-info-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--brand-orange);
}
.contact-info-card h3 { color: var(--white); margin-bottom: 14px; position: relative; }
.contact-info-card > p { color: rgba(255,255,255,.78); margin-bottom: 36px; position: relative; line-height: 1.65; }
.contact-info-list { display: flex; flex-direction: column; gap: 24px; position: relative; margin-bottom: 36px; }
.contact-info-item { display: flex; gap: 18px; align-items: flex-start; }
.contact-info-item .icon {
  width: 44px; height: 44px;
  background: var(--brand-orange);
  color: var(--white);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-item strong {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand-orange-light);
  margin-bottom: 6px;
  font-weight: 600;
}
.contact-info-item p, .contact-info-item a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.contact-info-item a:hover { color: var(--brand-orange-light); }

.contact-social {
  display: flex;
  gap: 8px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  position: relative;
}
.contact-social a {
  width: 40px; height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--t-fast);
}
.contact-social a:hover { background: var(--brand-orange); border-color: var(--brand-orange); }

.contact-form {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 48px 40px;
  border: 1px solid var(--line);
}
.contact-form h3 { margin-bottom: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 22px; }
.form-group label {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--paper);
  transition: all var(--t-fast);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brand-orange);
  background: var(--white);
  box-shadow: 0 0 0 3px var(--brand-orange-soft);
}
.form-group textarea { resize: vertical; min-height: 140px; line-height: 1.6; }

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 26px;
}
.form-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--brand-orange); }
.form-check label {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--graphite-soft);
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.55;
}
.form-check label a { color: var(--brand-orange-dark); text-decoration: underline; }

/* ──────────────────────────────────────────────────────────────────────
   ARTICLE
   ────────────────────────────────────────────────────────────────────── */
.article-hero {
  background: var(--paper-warm);
  color: var(--ink);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.article-hero::before {
  content: '';
  position: absolute;
  top: -30%; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, var(--brand-orange-soft), transparent 60%);
  z-index: 0;
}
.article-hero-inner { max-width: 880px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.article-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
}
.article-category::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand-orange);
}
.article-hero h1 {
  color: var(--ink);
  margin-bottom: 24px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15;
}
.article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--graphite-soft);
  font-size: 0.86rem;
}
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }

.article-cover {
  max-width: 1000px;
  margin: -40px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.article-cover img {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  height: 440px;
  object-fit: cover;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 24px 100px;
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ink-soft);
}
.article-body p { color: var(--ink-soft); margin-bottom: 22px; }
.article-body h2 {
  font-size: 1.95rem;
  margin: 56px 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-weight: 500;
}
.article-body h2::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 60px; height: 2px;
  background: var(--brand-orange);
}
.article-body h3 { font-size: 1.35rem; margin: 40px 0 16px; font-weight: 500; }
.article-body h4 { font-size: 1.12rem; margin: 28px 0 14px; }
.article-body ul, .article-body ol { margin: 0 0 22px 24px; }
.article-body li { margin-bottom: 10px; color: var(--ink-soft); }
.article-body li::marker { color: var(--brand-orange); }
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body blockquote {
  border-left: 3px solid var(--brand-orange);
  padding: 20px 28px;
  margin: 32px 0;
  background: var(--paper-warm);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink);
}
.article-body hr { border: none; border-top: 1px solid var(--line); margin: 44px 0; }

.article-share {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 44px 0;
}
.article-share strong {
  font-size: 0.76rem;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.article-share a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  transition: all var(--t-fast);
}
.article-share a:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: var(--white);
  transform: translateY(-2px);
}

/* ──────────────────────────────────────────────────────────────────────
   VALUES (chi siamo)
   ────────────────────────────────────────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.value-card {
  text-align: left;
  padding: 44px 36px;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  transition: all var(--t);
  position: relative;
}
.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 32px; height: 4px;
  background: var(--brand-orange);
  border-radius: 0 0 4px 0;
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.value-icon {
  width: 64px; height: 64px;
  border-radius: var(--radius-sm);
  background: var(--brand-orange-soft);
  color: var(--brand-orange-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 26px;
  transition: all var(--t);
}
.value-card:hover .value-icon { background: var(--brand-orange); color: var(--white); }
.value-card h4 { margin-bottom: 14px; font-family: var(--font-serif); font-weight: 500; letter-spacing: -0.018em; font-size: 1.3rem; }
.value-card p { line-height: 1.7; font-size: 0.95rem; }

/* ──────────────────────────────────────────────────────────────────────
   UTILITY
   ────────────────────────────────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-lg { margin-bottom: 48px; }

/* ════════════════════════════════════════════════════════════════════
   ANIMATION SYSTEM — keyframes + reveal + stagger + micro-interazioni
   ════════════════════════════════════════════════════════════════════ */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes floatRotate {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-6px) rotate(3deg); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245,130,32, 0.5); }
  50% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(245,130,32, 0); }
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 4px var(--brand-orange-soft); }
  50% { box-shadow: 0 0 0 10px rgba(245,130,32, 0); }
}
@keyframes rotateSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes scaleX {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes draw {
  from { stroke-dashoffset: 100; }
  to { stroke-dashoffset: 0; }
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
@keyframes cursorPing {
  0%, 100% { transform: rotate(-12deg) scale(1); }
  50% { transform: rotate(-12deg) scale(1.1); }
}
@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-3deg); }
  75% { transform: rotate(3deg); }
}

/* ─── Reveal base (con stagger via data-attr) ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left { transform: translateX(-30px); }
.reveal-left.in { transform: translateX(0); }
.reveal-right { transform: translateX(30px); }
.reveal-right.in { transform: translateX(0); }
.reveal-scale { transform: scale(.94); }
.reveal-scale.in { transform: scale(1); }

/* Stagger delays */
.reveal[data-delay="1"]  { transition-delay: .1s; }
.reveal[data-delay="2"]  { transition-delay: .2s; }
.reveal[data-delay="3"]  { transition-delay: .3s; }
.reveal[data-delay="4"]  { transition-delay: .4s; }
.reveal[data-delay="5"]  { transition-delay: .5s; }
.reveal[data-delay="6"]  { transition-delay: .6s; }
.reveal[data-delay="7"]  { transition-delay: .7s; }

/* ─── Hero entrance sequence (al primo load) ─── */
.hero .hero-badge   { animation: fadeUp .8s var(--ease-out) .1s both; }
.hero h1            { animation: fadeUp .9s var(--ease-out) .2s both; }
.hero .hero-lead    { animation: fadeUp .9s var(--ease-out) .35s both; }
.hero .hero-actions { animation: fadeUp .9s var(--ease-out) .5s both; }
.hero .hero-stats   { animation: fadeUp .9s var(--ease-out) .65s both; }
.hero .hero-card    { animation: scaleIn 1s var(--ease-out) .8s both; }
.hero .hero-float-tl{ animation: fadeInLeft .8s var(--ease-out) 1.1s both, float 5s ease-in-out 2s infinite; }
.hero .hero-float-br{ animation: fadeInRight .8s var(--ease-out) 1.2s both, floatRotate 6s ease-in-out 2s infinite; }

/* Badge dot — ping cursor */
.hero-badge .dot { animation: pulseDot 2.5s ease-out infinite; }

/* Hero h1 accent — underline draw */
.hero h1 .accent::after {
  animation: scaleX 1s var(--ease-out) 1.1s both;
  transform-origin: left;
}

/* Hero card top bar */
.hero-card::before {
  animation: scaleX .9s var(--ease-out) 1.2s both;
  transform-origin: left;
}

/* Hero card rows — stagger fade */
.hero-card-row { animation: fadeUp .6s var(--ease-out) both; }
.hero-card-row:nth-child(1) { animation-delay: 1.3s; }
.hero-card-row:nth-child(2) { animation-delay: 1.4s; }
.hero-card-row:nth-child(3) { animation-delay: 1.5s; }
.hero-card-row:nth-child(4) { animation-delay: 1.6s; }
.hero-card-row:nth-child(5) { animation-delay: 1.7s; }

/* Hero card check icons — bounce in */
.hero-card-row .check {
  animation: scaleIn .4s var(--ease-out) both;
}
.hero-card-row:nth-child(1) .check { animation-delay: 1.4s; }
.hero-card-row:nth-child(2) .check { animation-delay: 1.5s; }
.hero-card-row:nth-child(3) .check { animation-delay: 1.6s; }
.hero-card-row:nth-child(4) .check { animation-delay: 1.7s; }
.hero-card-row:nth-child(5) .check { animation-delay: 1.8s; }

/* ─── Trust bar items — sequence ─── */
.trust-item::before {
  animation: scaleIn .6s var(--ease-out) both;
}
.trust-item:nth-child(1)::before { animation-delay: .1s; }
.trust-item:nth-child(2)::before { animation-delay: .2s; }
.trust-item:nth-child(3)::before { animation-delay: .3s; }
.trust-item:nth-child(4)::before { animation-delay: .4s; }

/* ─── Service cards stagger ─── */
.services-grid .service-card { animation: fadeUp .8s var(--ease-out) both; opacity: 0; }
.services-grid .service-card:nth-child(1) { animation-delay: .1s; }
.services-grid .service-card:nth-child(2) { animation-delay: .25s; }
.services-grid .service-card:nth-child(3) { animation-delay: .4s; }
.services-grid .service-card:nth-child(4) { animation-delay: .55s; }
/* Soluzione: solo se il padre viene rivelato */
.services-grid .service-card { opacity: 1; animation-play-state: running; }

/* ─── Pillars stagger ─── */
.pillars-grid .pillar:nth-child(1) { transition-delay: .1s; }
.pillars-grid .pillar:nth-child(2) { transition-delay: .25s; }
.pillars-grid .pillar:nth-child(3) { transition-delay: .4s; }

/* ─── Process steps stagger ─── */
.process-grid .process-step:nth-child(1) { transition-delay: .1s; }
.process-grid .process-step:nth-child(2) { transition-delay: .25s; }
.process-grid .process-step:nth-child(3) { transition-delay: .4s; }
.process-grid .process-step:nth-child(4) { transition-delay: .55s; }

/* Step num — pulse on hover */
.process-step-num { animation: none; }
.process-step:hover .process-step-num { animation: pulse 1.2s ease-in-out infinite; }

/* ─── Feature stripe stagger ─── */
.feature-stripe .feature-item { animation: fadeUp .7s var(--ease-out) both; opacity: 0; animation-play-state: paused; }
.feature-stripe.in .feature-item:nth-child(1) { animation-delay: .1s; animation-play-state: running; }
.feature-stripe.in .feature-item:nth-child(2) { animation-delay: .2s; animation-play-state: running; }
.feature-stripe.in .feature-item:nth-child(3) { animation-delay: .3s; animation-play-state: running; }
.feature-stripe.in .feature-item:nth-child(4) { animation-delay: .4s; animation-play-state: running; }

/* ─── Blog cards stagger ─── */
.blog-grid .blog-card:nth-child(1) { transition-delay: .1s; }
.blog-grid .blog-card:nth-child(2) { transition-delay: .25s; }
.blog-grid .blog-card:nth-child(3) { transition-delay: .4s; }

/* ─── FAQ items stagger ─── */
.faq-list .faq-item { animation: fadeUp .6s var(--ease-out) both; opacity: 0; }
.faq-list .faq-item:nth-child(1) { animation-delay: .05s; opacity: 1; }
.faq-list .faq-item:nth-child(2) { animation-delay: .15s; opacity: 1; }
.faq-list .faq-item:nth-child(3) { animation-delay: .25s; opacity: 1; }
.faq-list .faq-item:nth-child(4) { animation-delay: .35s; opacity: 1; }
.faq-list .faq-item:nth-child(5) { animation-delay: .45s; opacity: 1; }

/* ─── Logo hover — micro tilt ─── */
.brand img {
  will-change: transform;
}

/* ─── CTA section cursor decorativo — slow rotation ─── */
.cta-section::after {
  animation: cursorPing 3.5s ease-in-out infinite;
}

/* ─── Page hero decorative gradient — slow rotation ─── */
.page-hero::before {
  animation: rotateSlow 60s linear infinite;
  transform-origin: center;
}

/* ─── Section eyebrow line — animation in ─── */
.section-eyebrow::before {
  transition: width .8s var(--ease-out);
}
.section-head.in .section-eyebrow::before,
.in .section-eyebrow::before { width: 28px; }

/* ─── Buttons — magnetic micro-interazione ─── */
.btn {
  will-change: transform;
}

/* ─── Card hover — image zoom (blog) ─── */
.blog-card-img img {
  will-change: transform;
}

/* ─── Service icon — wobble on hover ─── */
.service-card:hover .service-icon {
  animation: wiggle .5s var(--ease-out);
}

/* ─── Hero stats numbers — counter-style scale-in ─── */
.hero-stat strong {
  animation: scaleIn .8s var(--ease-out) both;
}
.hero-stat:nth-child(1) strong { animation-delay: .9s; }
.hero-stat:nth-child(2) strong { animation-delay: 1s; }
.hero-stat:nth-child(3) strong { animation-delay: 1.1s; }

/* ─── About image — fade in scale ─── */
.about-img { transition: transform .8s var(--ease-out); }
.about-img.in { transform: scale(1); }
.about-img:not(.in) { transform: scale(.96); }

/* ─── Process timeline draw ─── */
.process-grid::before {
  background-size: 200% 100%;
  background-position: 0 0;
  animation: shimmer 4s ease-in-out infinite;
}

/* ─── Topbar — fade in al load ─── */
.topbar { animation: fadeIn .6s ease-out both; }

/* ─── Header brand — fade in al load ─── */
.header .brand { animation: fadeInLeft .8s var(--ease-out) .1s both; }
.header .nav-menu { animation: fadeIn .8s ease-out .3s both; }
.header .nav-cta { animation: fadeInRight .8s var(--ease-out) .4s both; }

/* ─── Smooth focus styles ─── */
*:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: 3px;
  border-radius: 2px;
  transition: outline-offset var(--t-fast);
}

/* ─── Cursor inherit on tags/labels ─── */
.hero-card-header .tag {
  animation: fadeIn .8s ease-out 1s both;
}

/* ─── Newsletter form button — pulse subtle ─── */
.newsletter-form button:focus { animation: pulse 1s ease-in-out; }

/* ════════════════════════════════════════════════════════════════════
   COMPARISON SECTION — Prima vs Dopo (alta conversione)
   ════════════════════════════════════════════════════════════════════ */
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.comparison-col {
  padding: 48px 40px;
  position: relative;
}
.comparison-col h4 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
}
.comparison-col h4 .label {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-weight: 700;
}

.comparison-bad {
  background: linear-gradient(180deg, #FAF7F3 0%, #FFFFFF 100%);
}
.comparison-bad h4 .label {
  background: rgba(180, 80, 80, 0.1);
  color: #b04545;
}
.comparison-bad ul li {
  list-style: none;
  padding: 14px 0 14px 30px;
  position: relative;
  color: var(--graphite);
  border-bottom: 1px solid var(--line-soft);
}
.comparison-bad ul li:last-child { border-bottom: none; }
.comparison-bad ul li::before {
  content: '✕';
  position: absolute;
  left: 0; top: 12px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(180, 80, 80, 0.1);
  color: #b04545;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}

.comparison-divider {
  width: 1px;
  background: var(--line);
  position: relative;
}
.comparison-divider::after {
  content: 'VS';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  color: var(--brand-orange);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 8px 14px;
  border: 1px solid var(--brand-orange);
  border-radius: var(--radius-pill);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}

.comparison-good {
  background: linear-gradient(180deg, var(--brand-orange-mist) 0%, #FFFFFF 100%);
  position: relative;
}
.comparison-good::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/contain no-repeat;
  opacity: 0.05;
  transform: rotate(-15deg);
  pointer-events: none;
}
.comparison-good h4 .label {
  background: rgba(245,130,32, 0.15);
  color: var(--brand-orange-dark);
}
.comparison-good ul li {
  list-style: none;
  padding: 14px 0 14px 32px;
  position: relative;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(245,130,32, 0.1);
  font-weight: 500;
}
.comparison-good ul li:last-child { border-bottom: none; }
.comparison-good ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 14px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5'><polyline points='20 6 9 17 4 12'/></svg>") center/14px no-repeat,
    var(--brand-orange);
}
.comparison-good ul li strong { color: var(--brand-orange-dark); }

.comparison-cta {
  text-align: center;
  margin-top: 40px;
}
.comparison-cta p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 18px;
  font-variation-settings: "opsz" 100, "SOFT" 100, "WONK" 1;
}

/* ════════════════════════════════════════════════════════════════════
   TESTIMONIALS — social proof
   ════════════════════════════════════════════════════════════════════ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 40px 32px 32px;
  position: relative;
  transition: all var(--t);
  display: flex;
  flex-direction: column;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: 20px; right: 28px;
  font-family: var(--font-serif);
  font-size: 6rem;
  line-height: 1;
  color: var(--brand-orange);
  opacity: 0.18;
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}
.testimonial:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(245,130,32, 0.3);
}
.testimonial-stars {
  color: var(--brand-orange);
  letter-spacing: 3px;
  font-size: 1rem;
  margin-bottom: 18px;
}
.testimonial blockquote {
  font-family: var(--font-serif);
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 28px 0;
  padding: 0;
  font-style: italic;
  font-variation-settings: "opsz" 80, "SOFT" 60, "WONK" 0;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.testimonial-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-dark));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.testimonial-author-meta strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.testimonial-author-meta span {
  display: block;
  font-size: 0.8rem;
  color: var(--graphite-soft);
}

.testimonial-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 56px;
  padding: 32px;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
}
.testimonial-stat {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid var(--line);
}
.testimonial-stat:last-child { border-right: none; }
.testimonial-stat strong {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  color: var(--brand-orange);
  display: block;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
.testimonial-stat span {
  display: block;
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--graphite-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

/* ════════════════════════════════════════════════════════════════════
   LEAD MAGNET — capture lead con guida gratuita
   ════════════════════════════════════════════════════════════════════ */
.lead-magnet {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--brand-orange-soft);
  box-shadow: var(--shadow-md);
}
.lead-magnet-left {
  padding: 56px 48px;
  background:
    linear-gradient(135deg, var(--paper-warm) 0%, var(--brand-orange-mist) 100%);
  position: relative;
  overflow: hidden;
}
.lead-magnet-left::before {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 280px; height: 280px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F58220'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/contain no-repeat;
  opacity: 0.06;
  transform: rotate(20deg);
  pointer-events: none;
}
.lead-magnet-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--brand-orange-dark);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 1px solid rgba(245,130,32, 0.2);
  box-shadow: var(--shadow-xs);
}
.lead-magnet-tag::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand-orange);
  animation: pulseDot 2s ease-out infinite;
}
.lead-magnet h3 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.lead-magnet-left p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
  color: var(--ink-soft);
}
.lead-magnet-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lead-magnet-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.lead-magnet-bullets li::before {
  content: '';
  width: 22px; height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5'><polyline points='20 6 9 17 4 12'/></svg>") center/14px no-repeat,
    var(--brand-orange);
}

.lead-magnet-right {
  padding: 56px 48px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lead-magnet-right form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lead-magnet-right h4 {
  font-size: 1.35rem;
  margin-bottom: 6px;
  letter-spacing: -0.015em;
  font-weight: 500;
}
.lead-magnet-right p.subtitle {
  font-size: 0.92rem;
  color: var(--graphite-soft);
  margin-bottom: 24px;
}
.lead-magnet-right input {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--paper);
  transition: all var(--t-fast);
  color: var(--ink);
}
.lead-magnet-right input:focus {
  outline: none;
  border-color: var(--brand-orange);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(245,130,32, 0.12);
}
.lead-magnet-right button {
  padding: 16px 24px;
  background: var(--brand-orange);
  color: var(--white);
  border: none;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--t-fast);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow-orange);
}
.lead-magnet-right button:hover {
  background: var(--brand-orange-dark);
  transform: translateY(-2px);
}
.lead-magnet-right small {
  display: block;
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--graphite-soft);
  text-align: center;
  font-style: italic;
}

/* ════════════════════════════════════════════════════════════════════
   FLOATING WHATSAPP BUTTON — always visible
   ════════════════════════════════════════════════════════════════════ */
.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(37,211,102, .45), 0 4px 8px rgba(0,0,0,.1);
  cursor: pointer;
  transition: all .3s var(--ease);
  text-decoration: none;
  animation: fadeUp .6s var(--ease-out) 1s both;
}
.floating-whatsapp:hover {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 18px 40px rgba(37,211,102, .55);
  color: white;
}
.floating-whatsapp svg { width: 34px; height: 34px; }
.floating-whatsapp::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: ringPulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes ringPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}
.floating-whatsapp::after {
  content: 'Chatta con noi';
  position: absolute;
  right: 76px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: var(--ink);
  color: white;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transition: all .3s var(--ease);
  pointer-events: none;
  font-family: var(--font-sans);
}
.floating-whatsapp:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ════════════════════════════════════════════════════════════════════
   STICKY MOBILE CTA — bar fissa bottom mobile
   ════════════════════════════════════════════════════════════════════ */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 89;
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 12px 16px;
  box-shadow: 0 -8px 24px rgba(0,0,0,.08);
  gap: 10px;
}
.sticky-mobile-cta a {
  flex: 1;
  padding: 14px 12px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.82rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all var(--t-fast);
}
.sticky-mobile-cta .cta-call {
  background: var(--ink);
  color: white;
}
.sticky-mobile-cta .cta-write {
  background: var(--brand-orange);
  color: white;
}
.sticky-mobile-cta .cta-call:hover { background: var(--brand-orange); }
.sticky-mobile-cta .cta-write:hover { background: var(--brand-orange-dark); }

/* ════════════════════════════════════════════════════════════════════
   CLICKABLE CARDS — pillars, feature items, hero card/floats come <a>
   ════════════════════════════════════════════════════════════════════ */
a.pillar, a.feature-item, a.hero-card, a.hero-float {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
a.pillar:hover, a.feature-item:hover {
  cursor: pointer;
}
a.pillar { display: block; }
a.feature-item { display: flex; flex-direction: column; align-items: flex-start; }

/* Card learn-more arrow auto */
.card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-orange-dark);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  align-self: flex-start;
}
.card-arrow svg { transition: transform var(--t-fast); }
a.pillar:hover .card-arrow,
a.feature-item:hover .card-arrow { color: var(--brand-orange); }
a.pillar:hover .card-arrow svg,
a.feature-item:hover .card-arrow svg { transform: translateX(4px); }

/* Feature item come link */
a.feature-item { cursor: pointer; }
a.feature-item .card-arrow {
  color: var(--brand-orange-light);
  margin-top: 14px;
}
a.feature-item:hover .card-arrow { color: var(--white); }

/* ════════════════════════════════════════════════════════════════════
   ICON DYNAMISM — animazioni dedicate per ogni contesto icona
   9 contesti analizzati: topbar, hero card, hero float, service card,
   trust bar, feature stripe, footer contact/social, FAQ, value card,
   service detail check, article share, contact info
   ════════════════════════════════════════════════════════════════════ */

/* ─── Nuovi keyframes per icone ─── */
@keyframes iconWobble {
  0%, 100% { transform: rotate(0) scale(1); }
  20% { transform: rotate(-12deg) scale(1.1); }
  60% { transform: rotate(8deg) scale(1.1); }
  80% { transform: rotate(-4deg) scale(1.05); }
}
@keyframes iconTilt {
  0%, 100% { transform: rotate(0); }
  50% { transform: rotate(-15deg); }
}
@keyframes iconBounce {
  0%, 100% { transform: translateY(0) scale(1); }
  40% { transform: translateY(-4px) scale(1.1); }
}
@keyframes iconRipple {
  0% { box-shadow: 0 0 0 0 rgba(245,130,32, 0.45); }
  100% { box-shadow: 0 0 0 24px rgba(245,130,32, 0); }
}
@keyframes iconRippleWhite {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255, 0.45); }
  100% { box-shadow: 0 0 0 20px rgba(255,255,255, 0); }
}
@keyframes iconRippleGreen {
  0% { box-shadow: 0 0 0 0 rgba(45,134,89, 0.5); }
  100% { box-shadow: 0 0 0 14px rgba(45,134,89, 0); }
}
@keyframes iconBreathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes iconDrawStroke {
  0% { stroke-dashoffset: 100; }
  100% { stroke-dashoffset: 0; }
}
@keyframes iconJiggle {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-1.5px, 1px); }
  40% { transform: translate(1.5px, -1px); }
  60% { transform: translate(-1px, -1.5px); }
  80% { transform: translate(1px, 1.5px); }
}
@keyframes iconSpin360 {
  to { transform: rotate(360deg); }
}
@keyframes iconCascade {
  0%, 80%, 100% { transform: scale(1); }
  10%, 30% { transform: scale(1.15); }
  20% { transform: scale(1.05); }
}
@keyframes iconPop {
  0% { transform: scale(0.5); opacity: 0; }
  60% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes arrowSlide {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

/* ─── 1. TOP BAR icone — subtle hover lift ─── */
.topbar-info svg {
  transition: transform .3s var(--ease), color .3s ease;
  will-change: transform;
}
.topbar-info a:hover svg {
  transform: translateY(-2px) scale(1.1);
  color: var(--brand-orange-light);
  opacity: 1;
}

/* ─── 2. HERO BADGE cursor — breath + jiggle ─── */
.hero-badge .dot svg {
  animation: iconJiggle 4s ease-in-out infinite, iconBreathe 3s ease-in-out infinite;
}

/* ─── 3. HERO CARD checks — cascade pulse periodica "live data" ─── */
.hero-card-row .check {
  position: relative;
  transition: all .3s var(--ease);
}
.hero-card-row .check::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: var(--success);
  z-index: -1;
  opacity: 0;
}
.hero-card-row:nth-child(1) .check { animation: scaleIn .4s var(--ease-out) 1.4s both, iconRippleGreen 2s ease-out 4s infinite; }
.hero-card-row:nth-child(2) .check { animation: scaleIn .4s var(--ease-out) 1.5s both, iconRippleGreen 2s ease-out 4.3s infinite; }
.hero-card-row:nth-child(3) .check { animation: scaleIn .4s var(--ease-out) 1.6s both, iconRippleGreen 2s ease-out 4.6s infinite; }
.hero-card-row:nth-child(4) .check { animation: scaleIn .4s var(--ease-out) 1.7s both, iconRippleGreen 2s ease-out 4.9s infinite; }
.hero-card-row:nth-child(5) .check { animation: scaleIn .4s var(--ease-out) 1.8s both, iconRippleGreen 2s ease-out 5.2s infinite; }

.hero-card-row:hover .check {
  transform: scale(1.2);
  animation: iconWobble .6s ease;
}

/* ─── 4. HERO FLOATS — interactive on hover ─── */
.hero-float {
  cursor: pointer;
  transition: all var(--t);
}
.hero-float:hover {
  transform: translateY(-4px) scale(1.04) !important;
  box-shadow: var(--shadow-xl);
}
.hero-float:hover .icon {
  animation: iconWobble .6s ease;
  background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-dark));
}
.hero-float .icon {
  transition: all var(--t);
  position: relative;
}
.hero-float .icon::before {
  /* Glow ring */
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 12px;
  background: var(--brand-orange);
  opacity: 0;
  filter: blur(8px);
  transition: opacity var(--t);
  z-index: -1;
}
.hero-float:hover .icon::before { opacity: 0.3; }

/* ─── 5. SERVICE CARD icone — refactor completo ─── */
.service-icon {
  /* Container subtle breathe quando in idle */
  animation: iconBreathe 4s ease-in-out infinite;
}
.service-icon svg {
  transition: all var(--t);
  will-change: transform;
}
/* Path stroke draw on hover */
.service-card:hover .service-icon svg path,
.service-card:hover .service-icon svg circle,
.service-card:hover .service-icon svg rect,
.service-card:hover .service-icon svg line {
  stroke-dasharray: 100;
  animation: iconDrawStroke 1s var(--ease-out) forwards;
}
.service-card:hover .service-icon {
  transform: rotate(-6deg) scale(1.1);
  animation: iconRipple 1.2s ease-out infinite;
}
.service-card:hover .service-icon svg {
  animation: iconWobble .7s var(--ease-out);
  transform: scale(1.05);
}

/* ─── 6. TRUST BAR cursor — pulse cascade idle ─── */
.trust-item::before {
  transition: all var(--t);
}
.trust-item:nth-child(1)::before { animation: scaleIn .6s var(--ease-out) .1s both, iconBreathe 4s ease-in-out 4s infinite; }
.trust-item:nth-child(2)::before { animation: scaleIn .6s var(--ease-out) .2s both, iconBreathe 4s ease-in-out 4.5s infinite; }
.trust-item:nth-child(3)::before { animation: scaleIn .6s var(--ease-out) .3s both, iconBreathe 4s ease-in-out 5s infinite; }
.trust-item:nth-child(4)::before { animation: scaleIn .6s var(--ease-out) .4s both, iconBreathe 4s ease-in-out 5.5s infinite; }

.trust-item:hover::before {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 0 0 6px rgba(245,130,32, 0.15);
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M3 2 L21 11 L13 13 L11 21 Z'/></svg>") center/20px no-repeat,
    var(--brand-orange) !important;
}
.trust-item { cursor: default; transition: transform var(--t-fast); }
.trust-item:hover { transform: translateX(2px); }
.trust-item:hover strong { color: var(--brand-orange-dark); }

/* ─── 7. FEATURE STRIPE icone (dark) — bg swap + ripple + tilt ─── */
.feature-item .icon {
  position: relative;
  transition: all var(--t);
  overflow: visible;
}
.feature-item .icon svg { transition: all var(--t); }
.feature-item:hover .icon {
  background: var(--white);
  color: var(--brand-orange);
  transform: rotate(-8deg) scale(1.1);
  animation: iconRipple 1s ease-out infinite;
}
.feature-item:hover .icon svg {
  animation: iconWobble .6s ease;
  color: var(--brand-orange);
}

/* Idle subtle pulse, cascade */
.feature-item:nth-child(1) .icon { animation: iconBreathe 3.5s ease-in-out 0s infinite; }
.feature-item:nth-child(2) .icon { animation: iconBreathe 3.5s ease-in-out .4s infinite; }
.feature-item:nth-child(3) .icon { animation: iconBreathe 3.5s ease-in-out .8s infinite; }
.feature-item:nth-child(4) .icon { animation: iconBreathe 3.5s ease-in-out 1.2s infinite; }
.feature-item:hover .icon { animation: iconRipple 1s ease-out infinite; }

/* ─── 8. PROCESS STEP num — ripple + spin combo ─── */
.process-step-num {
  position: relative;
  transition: all var(--t);
}
.process-step-num::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px dashed var(--brand-orange);
  opacity: 0;
  transition: opacity var(--t);
  animation: iconSpin360 8s linear infinite;
}
.process-step:hover .process-step-num {
  background: var(--brand-orange);
  color: var(--white);
  transform: scale(1.08) rotate(8deg);
  animation: iconRipple 1.2s ease-out infinite, pulse 1.5s ease-in-out infinite;
}
.process-step:hover .process-step-num::before { opacity: 0.6; }

/* ─── 9. FAQ pulsante + — animazioni ─── */
.faq-item summary::after {
  transition: transform var(--t), background-color var(--t);
  will-change: transform;
}
.faq-item summary:hover::after {
  transform: scale(1.15) rotate(90deg);
  background-color: var(--brand-orange-soft);
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
  animation: iconBreathe 2s ease-in-out infinite;
}
.faq-item summary {
  transition: padding var(--t-fast);
}
.faq-item summary:hover {
  padding-left: 32px;
}

/* ─── 10. FOOTER CONTACT icone — ripple + tilt al hover item ─── */
.footer-contact-item .icon {
  transition: all var(--t);
  position: relative;
}
.footer-contact-item .icon svg { transition: all var(--t); }
.footer-contact-item:hover .icon {
  background: var(--brand-orange);
  color: var(--white);
  transform: rotate(-10deg) scale(1.08);
  animation: iconRipple 1s ease-out infinite;
}
.footer-contact-item:hover .icon svg {
  animation: iconJiggle .5s ease;
  color: var(--white);
}

/* ─── 11. FOOTER SOCIAL — spin + ripple ─── */
.footer-social a {
  transition: all var(--t);
  position: relative;
  overflow: hidden;
}
.footer-social a svg {
  transition: all var(--t);
  position: relative;
  z-index: 1;
}
.footer-social a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle, var(--brand-orange), transparent 70%);
  opacity: 0;
  transform: scale(0);
  transition: all .6s var(--ease-out);
}
.footer-social a:hover::before { opacity: 1; transform: scale(1.5); }
.footer-social a:hover svg {
  animation: iconBounce .5s var(--ease-out);
}

/* ─── 12. FOOTER COL link arrow — slide animation ─── */
.footer-col a {
  transition: padding-left var(--t-fast), color var(--t-fast);
}
.footer-col a:hover { padding-left: 4px; }
.footer-col a:hover::before {
  animation: arrowSlide .8s ease-in-out infinite;
}

/* ─── 13. VALUE CARD icone (chi-siamo) — wobble + glow ─── */
.value-icon {
  position: relative;
  transition: all var(--t);
}
.value-icon svg { transition: all var(--t); }
.value-icon::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: var(--radius-sm);
  border: 1.5px dashed var(--brand-orange);
  opacity: 0;
  transform: rotate(-3deg);
  transition: all var(--t);
}
.value-card:hover .value-icon {
  transform: rotate(-6deg) scale(1.1);
  background: var(--brand-orange);
  color: var(--white);
  animation: iconRipple 1.2s ease-out infinite;
}
.value-card:hover .value-icon::before {
  opacity: 0.5;
  transform: rotate(3deg) scale(1.05);
}
.value-card:hover .value-icon svg {
  animation: iconWobble .6s ease;
}

/* ─── 14. SERVICE DETAIL CHECK marks — pop animation on view ─── */
.service-detail-features li {
  transition: transform var(--t-fast);
}
.service-detail-features li:hover {
  transform: translateX(4px);
}
.service-detail-features .check {
  transition: all var(--t);
}
.service-detail-features li:hover .check {
  background: var(--brand-orange);
  color: var(--white);
  transform: scale(1.15) rotate(-8deg);
  animation: iconRipple .8s ease-out;
}

/* ─── 15. CONTACT INFO icone — ripple + spin sottile ─── */
.contact-info-item .icon {
  transition: all var(--t);
  position: relative;
}
.contact-info-item:hover .icon {
  background: var(--brand-orange-light);
  transform: rotate(-10deg) scale(1.1);
  animation: iconRipple 1s ease-out infinite;
}
.contact-info-item:hover .icon svg {
  animation: iconBounce .5s var(--ease-out);
}

/* ─── 16. CONTACT SOCIAL ─── */
.contact-social a {
  transition: all var(--t);
  position: relative;
  overflow: hidden;
}
.contact-social a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, var(--brand-orange-light), transparent 70%);
  opacity: 0;
  transform: scale(0);
  transition: all .5s var(--ease-out);
  border-radius: inherit;
}
.contact-social a:hover::before { opacity: 1; transform: scale(1.5); }
.contact-social a:hover svg { animation: iconWobble .5s ease; }
.contact-social a svg { transition: all var(--t); position: relative; z-index: 1; }

/* ─── 17. ARTICLE SHARE icone — rotate + ripple ─── */
.article-share a {
  transition: all var(--t);
  position: relative;
}
.article-share a svg { transition: all var(--t); }
.article-share a:hover {
  background: var(--brand-orange);
  color: var(--white);
  transform: translateY(-4px) rotate(-8deg) scale(1.1);
  animation: iconRipple .8s ease-out;
}
.article-share a:hover svg {
  animation: iconBounce .4s var(--ease-out);
  color: var(--white);
}

/* ─── 18. SERVICE LINK arrow & blog read-more — slide cascade ─── */
.service-link svg,
.blog-read-more svg {
  transition: all var(--t);
}
.service-card:hover .service-link svg,
.blog-card:hover .blog-read-more svg {
  animation: arrowSlide 1s ease-in-out infinite;
}

/* ─── 19. BUTTON arrow icons — slide animation ─── */
.btn svg { transition: transform var(--t-fast); }
.btn:hover svg { transform: translateX(3px); }

/* ─── 20. NAVIGATION dot indicatori — sub pulse ─── */
.nav-menu a.active::before {
  animation: pulse 2s ease-in-out infinite;
}

/* ─── 21. CTA button shine + arrow ─── */
.footer-cta-phone svg,
.footer-cta-actions svg {
  transition: transform var(--t-fast);
}
.footer-cta-phone:hover {
  background: rgba(245,130,32, 0.18);
}
.footer-cta-phone:hover strong { color: var(--brand-orange-light); }

/* ─── 22. Newsletter form input focus ─── */
.newsletter-form input:focus {
  transform: scale(1.02);
  box-shadow: 0 0 0 3px rgba(245,130,32, 0.15);
}
.newsletter-form input { transition: all var(--t-fast); }

/* ─── Reduced motion preferences ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ──────────────────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-visual { max-width: 480px; margin: 0 auto; width: 100%; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .service-detail { grid-template-columns: 1fr; gap: 44px; margin-bottom: 80px; }
  .service-detail.reverse > :first-child { order: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .pillars-grid, .process-grid, .testimonials-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .feature-stripe { grid-template-columns: 1fr 1fr; }
  .cta-section-inner { grid-template-columns: 1fr; text-align: center; }
  .cta-section-actions { align-items: center; }
  .process-grid::before { display: none; }
  .section { padding: 90px 0; }

  /* Footer tablet */
  .footer-cta-grid { grid-template-columns: 1fr; gap: 32px; text-align: left; }
  .footer-cta-actions { justify-self: start; flex-direction: row; flex-wrap: wrap; }
  .footer-main { grid-template-columns: 1fr; gap: 56px; padding: 64px 0 40px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
  .footer-newsletter-strip { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
}

@media (max-width: 768px) {
  body { font-size: 15px; }
  .section { padding: 64px 0; }
  .hero { padding: 60px 0 70px; }
  .nav-menu, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .nav-menu.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    padding: 22px;
    gap: 4px;
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow-md);
  }
  .nav-menu.open a { padding: 12px 16px; width: 100%; }
  .brand img { height: 42px; }
  .brand-text { padding-left: 14px; }
  .brand-text small { font-size: 0.62rem; letter-spacing: 0.18em; }
  .footer-brand-col .brand img,
  .footer-brand .brand img { height: 52px; padding: 8px 14px; }
  .topbar-info { gap: 16px; font-size: 0.76rem; }
  .topbar-extra { display: none; }
  .hero-stats { grid-template-columns: 1fr; gap: 18px; padding-top: 28px; }
  .pillars-grid, .process-grid, .testimonials-grid, .values-grid,
  .feature-stripe, .trust-bar-inner, .form-row { grid-template-columns: 1fr; }
  .cta-section { padding: 48px 28px; }
  .article-body { padding: 50px 24px 70px; }
  .article-cover img { height: 240px; }
  .contact-form, .contact-info-card { padding: 32px 24px; }
  .hero-float-tl, .hero-float-br { display: none; }
  .service-detail-features { grid-template-columns: 1fr; }
  .trust-item:not(:last-child)::after { display: none; }
  .about-img::after { display: none; }
  .service-detail-img::after { display: none; }

  /* New sections mobile */
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-divider { width: 100%; height: 1px; }
  .comparison-divider::after { padding: 6px 12px; font-size: 1.2rem; }
  .comparison-col { padding: 32px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 20px; }
  .testimonial { padding: 32px 24px 24px; }
  .testimonial-stats { grid-template-columns: 1fr 1fr; gap: 24px 0; padding: 24px 16px; }
  .testimonial-stat { border-right: none; border-bottom: 1px solid var(--line); padding: 12px 0; }
  .testimonial-stat:nth-child(3), .testimonial-stat:last-child { border-bottom: none; }
  .lead-magnet { grid-template-columns: 1fr; }
  .lead-magnet-left, .lead-magnet-right { padding: 36px 24px; }
  .floating-whatsapp { width: 56px; height: 56px; bottom: 88px; right: 16px; }
  .floating-whatsapp svg { width: 28px; height: 28px; }
  .floating-whatsapp::after { display: none; }
  .sticky-mobile-cta { display: flex; }
  body.has-sticky-cta { padding-bottom: 76px; }

  /* Footer mobile */
  .footer-cta { padding: 44px 0; }
  .footer-cta h3 { font-size: 1.5rem; }
  .footer-cta-actions { flex-direction: column; width: 100%; }
  .footer-cta-actions .btn,
  .footer-cta-phone { width: 100%; min-width: 0; }
  .footer-cta-phone strong { font-size: 1.3rem; }

  .footer-main { padding: 48px 0 32px; gap: 44px; }
  .footer-cols { grid-template-columns: 1fr; gap: 32px; }
  .footer-cols h5 { margin-bottom: 16px; padding-bottom: 12px; font-size: 0.7rem; }

  .footer-brand-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-brand-stats strong { font-size: 1.3rem; }

  .footer-newsletter-strip { padding: 24px 20px; }
  .footer-newsletter-strip .strip-text strong { font-size: 1.15rem; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form button { width: 100%; padding: 14px; }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
    padding: 24px 0 28px;
  }
  .footer-bottom-info { justify-content: center; font-size: 0.78rem; }
  .footer-bottom-links { justify-content: center; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; padding: 48px 0 28px; }
}
