/* ========== SOCIAL MEDIA PAGE ========== */

/* Animations */
@keyframes feedScroll { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
@keyframes smMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-33.33%); } }
@keyframes photoFlash { 0%,90%,100% { opacity: 0; } 95% { opacity: 0.6; } }
@keyframes personBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes slideProject { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes cpaPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.6; } }
@keyframes dotBlink { 0%,100% { opacity: 1; } 50% { opacity: 0.2; } }
@keyframes aiScan { 0% { left: 0; } 100% { left: 100%; } }
@keyframes neuralPulse { 0%,100% { opacity: 0.06; r: 3; } 50% { opacity: 0.15; r: 5; } }
@keyframes neuralDash { 0% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -20; } }
@keyframes brainOrbit1 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes brainOrbit2 { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } }
@keyframes brainOrbit3 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes brainPulse { 0%,100% { transform: scale(1); opacity: 0.15; } 50% { transform: scale(1.05); opacity: 0.25; } }
@keyframes termBlink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes dnaPulse { 0%,100% { opacity: 0.3; } 50% { opacity: 0.8; } }
@keyframes chartGrow1 { 0% { height: 0; } 100% { height: 15px; y: 45; } }
@keyframes chartGrow2 { 0% { height: 0; } 100% { height: 25px; y: 35; } }
@keyframes chartGrow3 { 0% { height: 0; } 100% { height: 32px; y: 28; } }
@keyframes chartGrow4 { 0% { height: 0; } 100% { height: 42px; y: 18; } }
@keyframes chartGrow5 { 0% { height: 0; } 100% { height: 50px; y: 10; } }
@keyframes chartGrow6 { 0% { height: 0; } 100% { height: 55px; y: 5; } }/* TICKER */
.sm-ticker { background: #0a0a0a; padding: 0; border-top: 1px solid #151515; border-bottom: 1px solid #151515; overflow: hidden; }
.sm-ticker__track { overflow: hidden; }
.sm-ticker__inner { display: flex; gap: 24px; padding: 10px 0; align-items: center; width: max-content; animation: smMarquee 15s linear infinite; }
.sm-ticker__item { font-size: 11px; font-weight: 800; color: #444; white-space: nowrap; letter-spacing: 1px; }
.sm-ticker__sep { color: #c0313c; font-size: 10px; }

/* LE 3 SQUADRE */
.sm-teams { background: #0a0a0a; padding: 60px 0; }
.sm-teams__title { font-size: 44px; color: #fff; font-weight: 900; letter-spacing: -2px; line-height: 1.05; }
.sm-teams__grid { display: flex; gap: 14px; }
.sm-team-card { flex: 1; background: #111; border-radius: 14px; border: 1px solid #1a1a1a; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.sm-team-card--main { border-color: #c0313c; box-shadow: 0 0 20px rgba(192,49,60,0.1); }
.sm-team-card__bar { position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.sm-team-card__badge { position: absolute; top: 10px; right: 10px; font-size: 7px; background: linear-gradient(135deg, #8b1a22, #c0313c); color: #fff; padding: 3px 8px; border-radius: 6px; font-weight: 700; }
.sm-team-card__top { padding: 20px 16px 14px; }
.sm-team-card__emoji { font-size: 24px; margin-bottom: 6px; }
.sm-team-card__label { font-size: 9px; letter-spacing: 2px; font-weight: 800; text-transform: uppercase; margin-bottom: 4px; }
.sm-team-card__name { font-size: 22px; color: #fff; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 6px; }
.sm-team-card__desc { font-size: 11px; color: #555; line-height: 1.7; margin-bottom: 10px; }
.sm-team-card__avatars { display: flex; gap: 4px; }
.sm-team-card__avatar { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 7px; font-weight: 800; color: #fff; }
.sm-team-card__bottom { padding: 12px 16px 16px; border-top: 1px solid #1a1a1a; flex: 1; position: relative; overflow: hidden; }
.sm-team-card__anim-label { font-size: 8px; color: #555; font-weight: 700; margin-bottom: 8px; letter-spacing: 1px; }

/* Card 1: DNA */
.sm-team-card__dna { width: 100%; height: 80px; }
.sm-dna-fill--1 { animation: dnaFill1 2s ease-out forwards 0.5s; }
.sm-dna-fill--2 { animation: dnaFill2 2s ease-out forwards 1s; }
@keyframes dnaFill1 { to { width: 95px; } }
@keyframes dnaFill2 { to { width: 110px; } }
.sm-dna-circle { animation: dnaPulse 3s ease-in-out infinite; }
.sm-dna-dot { animation: dnaPulse 2s ease-in-out infinite 0.3s; }

/* Card 2: Produzione */
.sm-team-card__flash { position: absolute; inset: 0; background: #fff; opacity: 0; pointer-events: none; animation: photoFlash 4s ease-in-out infinite; z-index: 5; }
.sm-team-card__persons { display: flex; justify-content: center; gap: 14px; margin-bottom: 10px; }
.sm-team-card__person { display: flex; flex-direction: column; align-items: center; gap: 2px; animation: personBob 2s ease-in-out infinite; }
.sm-team-card__person span:first-child { font-size: 18px; }
.sm-team-card__person-name { font-size: 7px; color: #555; font-weight: 700; }
.sm-team-card__projects { overflow: hidden; }
.sm-team-card__projects-track { display: flex; gap: 6px; animation: slideProject 8s linear infinite; width: max-content; }
.sm-team-card__project { font-size: 8px; font-weight: 800; padding: 4px 10px; border-radius: 6px; white-space: nowrap; }
.sm-team-card__project--reel { background: rgba(192,49,60,0.15); color: #c0313c; }
.sm-team-card__project--foto { background: rgba(251,191,36,0.15); color: #fbbf24; }
.sm-team-card__project--story { background: rgba(225,48,108,0.15); color: #E1306C; }
.sm-team-card__project--post { background: rgba(74,222,128,0.15); color: #4ade80; }

/* Card 3: Marketing */
.sm-team-card__mini-stats { display: flex; gap: 6px; margin-bottom: 8px; }
.sm-team-card__mini-stat { flex: 1; background: #1a1a1a; border-radius: 6px; padding: 6px; text-align: center; }
.sm-team-card__mini-num { font-size: 13px; font-weight: 900; color: #fff; }
.sm-team-card__mini-num--green { color: #4ade80; animation: cpaPulse 2s ease-in-out infinite; }
.sm-team-card__mini-num--gold { color: #fbbf24; }
.sm-team-card__mini-label { font-size: 6px; color: #555; font-weight: 700; }
.sm-team-card__chart { width: 100%; height: 60px; }
.sm-chart-bar--1 { animation: chartGrow1 1s ease-out forwards 0.2s; }
.sm-chart-bar--2 { animation: chartGrow2 1s ease-out forwards 0.4s; }
.sm-chart-bar--3 { animation: chartGrow3 1s ease-out forwards 0.6s; }
.sm-chart-bar--4 { animation: chartGrow4 1s ease-out forwards 0.8s; }
.sm-chart-bar--5 { animation: chartGrow5 1s ease-out forwards 1.0s; }
.sm-chart-bar--6 { animation: chartGrow6 1s ease-out forwards 1.2s; }
.sm-team-card__live { position: absolute; bottom: 10px; right: 12px; font-size: 8px; color: #4ade80; font-weight: 700; display: flex; align-items: center; gap: 3px; }
.sm-team-card__live-dot { width: 5px; height: 5px; border-radius: 50%; background: #4ade80; animation: dotBlink 1.5s ease-in-out infinite; }

/* WORKFLOW */
.sm-workflow { background: #f2f0ed; padding: 50px 0; }
.sm-workflow__title { font-size: 36px; color: #111; font-weight: 900; letter-spacing: -1.5px; line-height: 1.1; }
.sm-workflow__steps { display: flex; align-items: flex-start; }
.sm-workflow__step { flex: 1; text-align: center; padding: 0 10px; }
.sm-workflow__circle { width: 36px; height: 36px; border-radius: 50%; background: #111; color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; }
.sm-workflow__circle--red { background: linear-gradient(135deg, #8b1a22, #c0313c); }
.sm-workflow__emoji { font-size: 22px; margin-bottom: 4px; }
.sm-workflow__step-name { font-size: 13px; font-weight: 800; color: #111; margin-bottom: 4px; }
.sm-workflow__step-desc { font-size: 10px; color: #888; line-height: 1.6; }
.sm-workflow__divider { width: 1px; height: 80px; background: #ddd; margin-top: 18px; flex-shrink: 0; }

/* AI & INNOVAZIONE */
.sm-ai { background: #0a0a0a; padding: 60px 0; position: relative; overflow: hidden; }
.sm-ai__line { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, #7c3aed, #c0313c, #7c3aed, transparent); }
.sm-ai__neural { position: absolute; inset: 0; pointer-events: none; }
.sm-ai__neural-svg { width: 100%; height: 100%; }
.sm-neural-line { animation: neuralDash 3s linear infinite; }
.sm-neural-node { animation: neuralPulse 3s ease-in-out infinite; }
.sm-ai__label { font-size: 11px; letter-spacing: 4px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; background: linear-gradient(90deg, #7c3aed, #c0313c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sm-ai__title { font-size: 44px; color: #fff; font-weight: 900; letter-spacing: -2px; line-height: 1.05; }
.sm-ai__grid { display: flex; gap: 40px; align-items: center; }
.sm-ai__cards { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.sm-ai__card { background: #111; border-radius: 12px; padding: 16px; border: 1px solid #1a1a1a; position: relative; overflow: hidden; }
.sm-ai__scan { position: absolute; top: 0; left: 0; width: 40px; height: 100%; background: linear-gradient(90deg, transparent, rgba(124,58,237,0.08), transparent); animation: aiScan 3s ease-in-out infinite; pointer-events: none; }
.sm-ai__card-emoji { font-size: 18px; margin-bottom: 4px; }
.sm-ai__card-title { font-size: 14px; color: #fff; font-weight: 800; margin-bottom: 4px; }
.sm-ai__card-desc { font-size: 10px; color: #555; line-height: 1.7; }
.sm-ai__brain-wrap { flex: 0.7; position: relative; display: flex; flex-direction: column; align-items: center; }
.sm-ai__brain { width: 200px; height: 200px; }
.sm-brain-ring--1 { animation: brainPulse 4s ease-in-out infinite; transform-origin: 100px 100px; }
.sm-brain-ring--2 { animation: brainPulse 3s ease-in-out infinite 0.5s; transform-origin: 100px 100px; }
.sm-brain-ring--3 { animation: brainPulse 2.5s ease-in-out infinite 1s; transform-origin: 100px 100px; }
.sm-brain-orbit--1 { transform-origin: 100px 100px; animation: brainOrbit1 6s linear infinite; }
.sm-brain-orbit--2 { transform-origin: 100px 100px; animation: brainOrbit2 8s linear infinite; }
.sm-brain-orbit--3 { transform-origin: 100px 100px; animation: brainOrbit3 5s linear infinite; }
.sm-ai__brain-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 32px; }
.sm-ai__brain-counters { display: flex; gap: 16px; margin-top: 12px; }
.sm-ai__brain-counter { font-size: 9px; color: #555; font-weight: 600; text-align: center; }
.sm-ai__brain-counter span { display: block; font-size: 18px; font-weight: 900; color: #fff; }

/* Terminal */
.sm-ai__terminal { max-width: 560px; margin: 32px auto 0; background: #111; border-radius: 10px; overflow: hidden; border: 1px solid #222; }
.sm-ai__terminal-bar { height: 24px; background: #1a1a1a; display: flex; align-items: center; padding: 0 10px; gap: 5px; }
.sm-ai__terminal-dot { width: 6px; height: 6px; border-radius: 50%; }
.sm-ai__terminal-title { font-size: 8px; color: #555; margin-left: 8px; font-weight: 600; }
.sm-ai__terminal-body { padding: 12px 14px; font-family: monospace; }
.sm-ai__terminal-line { font-size: 10px; color: #666; line-height: 2; }
.sm-c-green { color: #4ade80; }
.sm-c-pink { color: #d44a55; }
.sm-c-gold { color: #fbbf24; }
.sm-ai__terminal-blink { color: #4ade80; animation: termBlink 1s step-end infinite; }

/* WHATSAPP */
/* SM ANIM */
.sm-anim { opacity: 0; transform: translateY(25px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.sm-anim.visible { opacity: 1; transform: translateY(0); }

/* ========== CALENDLY ========== */
.sm-calendly { background: #0a0a0a; padding: 70px 0; position: relative; overflow: hidden; }
.sm-calendly::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #8b1a22, #c0313c, #8b1a22, transparent); opacity: 0.5; }
.sm-calendly::after { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(139,26,34,0.25) 0%, transparent 60%); pointer-events: none; }
.sm-calendly__emoji { font-size: 60px; margin-bottom: 12px; }
.sm-calendly__title { font-size: 44px; color: #fff; font-weight: 900; letter-spacing: -2px; line-height: 1.05; margin-bottom: 12px; }
.sm-calendly__desc { font-size: 14px; color: #555; max-width: 500px; margin: 0 auto; line-height: 1.7; }
.sm-calendly__wrapper { display: flex; gap: 0; max-width: 900px; margin: 0 auto; background: #111; border-radius: 20px; overflow: hidden; border: 1.5px solid #222; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.sm-calendly__left { flex: 0.4; padding: 32px; border-right: 1px solid #222; display: flex; flex-direction: column; align-items: center; }
.sm-calendly__avatar { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #8b1a22, #c0313c); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; color: #fff; margin-bottom: 10px; box-shadow: 0 4px 20px rgba(139,26,34,0.4); }
.sm-calendly__name { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 2px; }
.sm-calendly__role { font-size: 11px; color: #666; font-weight: 600; }
.sm-calendly__divider { width: 40px; height: 2px; background: linear-gradient(90deg, #8b1a22, #c0313c); margin: 16px 0; border-radius: 2px; }
.sm-calendly__info { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.sm-calendly__info-row { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #888; }
.sm-calendly__info-row span:first-child { font-size: 14px; }
.sm-calendly__what { width: 100%; }
.sm-calendly__what-title { font-size: 10px; color: #555; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; margin-bottom: 10px; }
.sm-calendly__what-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #aaa; margin-bottom: 6px; font-weight: 600; }
.sm-calendly__what-item span:first-child { font-size: 12px; }
.sm-calendly__right { flex: 0.6; min-height: 480px; background: #fff; position: relative; }
.sm-calendly__embed { width: 100%; height: 100%; min-height: 480px; }
.sm-calendly__trust { display: flex; justify-content: center; gap: 24px; margin-top: 20px; }
.sm-calendly__trust-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #555; font-weight: 600; }
.sm-calendly__trust-item span:first-child { font-size: 14px; }

/* ========== RESPONSIVE ========== */
@media (max-width:1024px) {.sm-teams__grid { gap:10px; }
}

@media (max-width:768px) {.sm-teams { padding:40px 0; }
  .sm-teams__title { font-size:26px; }
  .sm-teams__grid { flex-direction:column; gap:12px; }
  .sm-workflow { padding:35px 0; }
  .sm-workflow__title { font-size:26px; }
  .sm-workflow__steps { flex-direction:column; gap:16px; }
  .sm-workflow__divider { width:40px; height:1px; margin:0 auto; }
  .sm-ai { padding:40px 0; }
  .sm-ai__title { font-size:26px; }
  .sm-ai__grid { flex-direction:column; gap:20px; }
  .sm-ai__brain-wrap { order:-1; }
  .sm-ai__brain { width:150px; height:150px; }
  .sm-ai__terminal { margin-top:20px; }
        .sm-calendly { padding:45px 0; }
  .sm-calendly__title { font-size:26px; }
  .sm-calendly__wrapper { flex-direction:column; }
  .sm-calendly__left { border-right:none; border-bottom:1px solid #222; padding:24px; }
  .sm-calendly__right { min-height:400px; }
  .sm-calendly__trust { flex-direction:column; align-items:center; gap:10px; }
}

@media (max-width:480px) {.sm-teams__title { font-size:22px; }
  .sm-ai__title { font-size:22px; }
  .sm-calendly__title { font-size:22px; }
  .sm-calendly__right { min-height:350px; }
}

/* ============================================================
   BRAND DNA SECTION — 6 momenti narrativi
   ============================================================ */

@keyframes bd-nuc-pulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
@keyframes bd-breath { 0%,100% { opacity: 0.55; } 50% { opacity: 0.85; } }
@keyframes bd-dot-pulse { 0%,100% { opacity: 1; box-shadow: 0 0 10px rgba(212,74,85,0.9); } 50% { opacity: 0.55; box-shadow: 0 0 18px rgba(212,74,85,1); } }
@keyframes bd-float { 0%,100% { transform: translate(0,0) rotate(-8deg); } 50% { transform: translate(6px,-12px) rotate(-4deg); } }
@keyframes bd-float-2 { 0%,100% { transform: translate(0,0) rotate(10deg); } 50% { transform: translate(-8px,-14px) rotate(14deg); } }

.bd-section { background: #0a0a0a; color: #fff; font-family: 'Inter', -apple-system, sans-serif; padding: 0; overflow: hidden; }

.bd-nuc { animation: bd-nuc-pulse 3s ease-in-out infinite; }
.bd-nuc--d2 { animation-delay: 0.4s; }
.bd-nuc--d3 { animation-delay: 0.8s; }
.bd-nuc--d4 { animation-delay: 1.2s; }
.bd-nuc--d5 { animation-delay: 1.6s; }
.bd-nuc--d6 { animation-delay: 2s; }

.bd-divider { height: 28px; position: relative; }
.bd-divider::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 1px; height: 22px; background: linear-gradient(180deg, transparent, #c0313c, transparent); }

/* Shared step badge */
.bd-step-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 800; color: #d44a55; margin: 0 auto 16px; padding: 6px 14px; background: rgba(192,49,60,0.1); border: 1px solid rgba(212,74,85,0.35); border-radius: 100px; }
.bd-step-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #d44a55; box-shadow: 0 0 10px rgba(212,74,85,0.7); }
.bd-step-badge--manifesto::after { content: 'MANIFESTO'; font-size: 9px; letter-spacing: 2px; font-weight: 700; color: #d44a55; padding: 2px 8px; background: transparent; border: 1px solid rgba(212,74,85,0.4); border-radius: 100px; margin-left: 4px; }

/* =========== M01: HOOK =========== */
.bd-m01 { position: relative; padding: 70px 24px 50px; overflow: hidden; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.bd-m01::before { content: ''; position: absolute; top: -20%; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; background: radial-gradient(circle, rgba(139,26,34,0.32) 0%, rgba(192,49,60,0.12) 30%, transparent 60%); pointer-events: none; z-index: 1; animation: bd-breath 6s ease-in-out infinite; }
.bd-m01::after { content: ''; position: absolute; bottom: -20%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(212,74,85,0.18) 0%, transparent 60%); pointer-events: none; z-index: 1; }

.bd-corner-marker { width: 20px; height: 20px; border-top: 1.5px solid rgba(255,255,255,0.35); border-left: 1.5px solid rgba(255,255,255,0.35); position: absolute; z-index: 4; }
.bd-corner-marker--tl { top: 20px; left: 20px; }
.bd-corner-marker--tr { top: 20px; right: 20px; transform: rotate(90deg); }
.bd-corner-marker--bl { bottom: 20px; left: 20px; transform: rotate(-90deg); }
.bd-corner-marker--br { bottom: 20px; right: 20px; transform: rotate(180deg); }

.bd-corner-text { position: absolute; font-size: 10px; font-family: 'SF Mono', 'Courier New', monospace; letter-spacing: 2px; color: rgba(255,255,255,0.5); z-index: 4; }
.bd-corner-text--tl { top: 24px; left: 50px; }
.bd-corner-text--tr { top: 24px; right: 50px; }
.bd-corner-text--bl { bottom: 24px; left: 50px; color: #d44a55; opacity: 0.75; }
.bd-corner-text--br { bottom: 24px; right: 50px; }

.bd-m01-floaty { position: absolute; font-size: 78px; pointer-events: none; filter: drop-shadow(0 10px 26px rgba(0,0,0,0.5)); z-index: 3; }
.bd-m01-floaty--1 { top: 12%; left: 8%; animation: bd-float 5s ease-in-out infinite; }
.bd-m01-floaty--2 { top: 20%; right: 10%; font-size: 66px; animation: bd-float-2 6s ease-in-out infinite; }
.bd-m01-floaty--3 { bottom: 18%; left: 12%; font-size: 58px; animation: bd-float 5.5s ease-in-out infinite; }

.bd-m01-helix-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; pointer-events: none; opacity: 0.22; }
.bd-m01-helix-wrap svg { width: 100%; max-width: 900px; height: auto; }

.bd-m01-content { position: relative; z-index: 5; text-align: center; max-width: 780px; }
.bd-m01-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; font-weight: 800; color: #d44a55; margin: 0 auto 36px; padding: 10px 18px; background: rgba(192,49,60,0.1); border: 1px solid rgba(212,74,85,0.35); border-radius: 100px; }
.bd-m01-kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #d44a55; box-shadow: 0 0 10px rgba(212,74,85,0.9); animation: bd-dot-pulse 1.8s ease-in-out infinite; }

.bd-m01-title { font-size: 76px; font-weight: 900; line-height: 0.98; letter-spacing: -0.04em; margin: 0 0 22px; color: #fff; text-transform: lowercase; }
.bd-m01-title-hl { display: block; background: linear-gradient(135deg, #8b1a22, #c0313c 40%, #d44a55 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-style: italic; font-weight: 900; }

.bd-m01-sub { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 22px auto 0; max-width: 540px; }
.bd-m01-sub em { color: #d44a55; font-style: normal; font-weight: 700; }

/* =========== M02: PROBLEMA =========== */
.bd-m02 { position: relative; padding: 50px 24px; overflow: hidden; }
.bd-m02::before { content: ''; position: absolute; top: 10%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(192,49,60,0.15) 0%, transparent 60%); pointer-events: none; }

.bd-m02-floaty { position: absolute; font-size: 70px; pointer-events: none; z-index: 1; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.4)); }
.bd-m02-floaty--1 { top: 15%; right: 6%; animation: bd-float 5.5s ease-in-out infinite; }
.bd-m02-floaty--2 { bottom: 15%; left: 6%; font-size: 64px; animation: bd-float-2 6.5s ease-in-out infinite; }

.bd-m02-head { text-align: center; max-width: 640px; margin: 0 auto 32px; position: relative; z-index: 2; }
.bd-m02-title { font-size: 48px; font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 18px; text-transform: lowercase; color: #fff; }
.bd-m02-title em { color: #d44a55; font-style: italic; font-weight: 900; }
.bd-m02-lead { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.68); max-width: 540px; margin: 0 auto; }

.bd-m02-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; max-width: 820px; margin: 0 auto; position: relative; z-index: 2; }

.bd-m02-panel { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; padding: 22px; }
.bd-m02-panel--good { border-color: rgba(212,74,85,0.45); box-shadow: 0 0 48px rgba(192,49,60,0.18); }
.bd-m02-panel-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 800; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; color: #fff; }
.bd-m02-panel--bad .bd-m02-panel-label { color: rgba(255,255,255,0.55); }
.bd-m02-panel--bad .bd-m02-panel-label::before { content: '✕'; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }
.bd-m02-panel--good .bd-m02-panel-label { color: #d44a55; }
.bd-m02-panel--good .bd-m02-panel-label::before { content: '✓'; background: #c0313c; color: #fff; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }

.bd-m02-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; aspect-ratio: 1; }
.bd-m02-tile { aspect-ratio: 1; border-radius: 4px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.bd-m02-tile-emoji { font-size: 40px; filter: drop-shadow(0 3px 8px rgba(0,0,0,0.6)); }

.bd-m02-tile--bad-1 { background: linear-gradient(135deg, #2a4d3a, #1a3028); }
.bd-m02-tile--bad-2 { background: linear-gradient(135deg, #5a3a2a, #3a2418); }
.bd-m02-tile--bad-3 { background: linear-gradient(135deg, #2a3a5a, #18243a); }
.bd-m02-tile--bad-4 { background: linear-gradient(135deg, #7a4a2a, #4a2a18); }
.bd-m02-tile--bad-5 { background: linear-gradient(135deg, #3a5a4a, #1a3028); }
.bd-m02-tile--bad-6 { background: linear-gradient(135deg, #5a2a4a, #3a1828); }
.bd-m02-tile--bad-7 { background: linear-gradient(135deg, #4a5a2a, #2a3818); }
.bd-m02-tile--bad-8 { background: linear-gradient(135deg, #3a2a4a, #1c1828); }
.bd-m02-tile--bad-9 { background: linear-gradient(135deg, #6a4a5a, #3a2834); }

.bd-m02-tile--good-1 { background: linear-gradient(135deg, #8b1a22, #2a0e10); }
.bd-m02-tile--good-2 { background: linear-gradient(135deg, #c0313c, #5a181f); }
.bd-m02-tile--good-3 { background: linear-gradient(135deg, #d44a55, #6a1a22); }
.bd-m02-tile--good-4 { background: #0a0a0a; border: 1px solid rgba(212,74,85,0.4); }
.bd-m02-tile--good-5 { background: linear-gradient(135deg, #8b1a22, #c0313c); }
.bd-m02-tile--good-6 { background: #0a0a0a; border: 1px solid rgba(212,74,85,0.4); }
.bd-m02-tile--good-7 { background: linear-gradient(135deg, #c0313c, #8b1a22); }
.bd-m02-tile--good-8 { background: linear-gradient(135deg, #d44a55, #8b1a22); }
.bd-m02-tile--good-9 { background: linear-gradient(135deg, #8b1a22, #c0313c); }

/* Tile con foto reale al posto dell'emoji */
.bd-m02-tile.bd-m02-tile--photo { padding: 0; background: #1a1a1a; }
.bd-m02-tile.bd-m02-tile--photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.2, 1); }
.bd-m02-tile.bd-m02-tile--photo:hover img { transform: scale(1.06); }

.bd-m02-panel-meta { margin-top: 14px; font-size: 11px; font-weight: 700; letter-spacing: 1px; display: flex; justify-content: space-between; color: rgba(255,255,255,0.6); }
.bd-m02-panel--good .bd-m02-panel-meta { color: rgba(212,74,85,0.9); }

.bd-m02-arrow { display: flex; align-items: center; justify-content: center; font-size: 36px; color: #c0313c; font-weight: 900; padding: 0 6px; }

/* =========== M03: METAFORA =========== */
.bd-m03 { position: relative; padding: 50px 24px; overflow: hidden; }
.bd-m03::before { content: ''; position: absolute; top: -10%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(139,26,34,0.28) 0%, transparent 55%); pointer-events: none; }
.bd-m03::after { content: ''; position: absolute; bottom: -15%; left: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(212,74,85,0.18) 0%, transparent 60%); pointer-events: none; }

.bd-m03-floaty { position: absolute; font-size: 72px; pointer-events: none; z-index: 1; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.4)); }
.bd-m03-floaty--1 { top: 12%; left: 6%; animation: bd-float 5.5s ease-in-out infinite; }
.bd-m03-floaty--2 { top: 22%; right: 8%; font-size: 60px; animation: bd-float-2 6.5s ease-in-out infinite; }
.bd-m03-floaty--3 { bottom: 12%; right: 10%; font-size: 62px; animation: bd-float 6s ease-in-out infinite; }

.bd-m03-head { text-align: center; max-width: 720px; margin: 0 auto 36px; position: relative; z-index: 2; }
.bd-m03-title { font-size: 52px; font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 18px; text-transform: lowercase; color: #fff; }
.bd-m03-title em { color: #d44a55; font-style: italic; font-weight: 900; }
.bd-m03-lead { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.68); max-width: 560px; margin: 0 auto; }

.bd-m03-helix-stage { position: relative; max-width: 880px; margin: 0 auto; z-index: 2; }
.bd-m03-helix { width: 100%; height: auto; display: block; }
.bd-m03-nuc-group { cursor: pointer; transition: transform 0.3s; }
.bd-m03-nuc-group:hover { transform: scale(1.12); }

.bd-m03-labels { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 28px; max-width: 880px; margin-left: auto; margin-right: auto; padding: 0 24px; position: relative; z-index: 2; }
.bd-m03-label { background: rgba(192,49,60,0.08); border: 1px solid rgba(192,49,60,0.32); border-radius: 12px; padding: 16px 10px; text-align: center; transition: all 0.3s; }
.bd-m03-label:hover { border-color: #d44a55; background: rgba(192,49,60,0.18); transform: translateY(-4px); box-shadow: 0 8px 22px rgba(192,49,60,0.35); }
.bd-m03-label-emoji { font-size: 48px; margin-bottom: 8px; line-height: 1; transform: rotate(-6deg); display: block; }
.bd-m03-label:nth-child(even) .bd-m03-label-emoji { transform: rotate(8deg); }
.bd-m03-label-num { font-size: 10px; font-weight: 900; color: rgba(212,74,85,0.8); letter-spacing: 1px; margin-bottom: 4px; font-family: 'SF Mono', monospace; }
.bd-m03-label-name { font-size: 13px; font-weight: 800; color: #fff; letter-spacing: -0.01em; text-transform: lowercase; line-height: 1.2; }
.bd-m03-label-sub { font-size: 10px; color: rgba(255,255,255,0.55); margin-top: 4px; letter-spacing: 0.5px; }

/* =========== M04: PROCESSO (verticale) =========== */
.bd-m04 { position: relative; padding: 50px 24px; overflow: hidden; }
.bd-m04::before { content: ''; position: absolute; top: 20%; left: 50%; transform: translateX(-50%); width: 700px; height: 500px; background: radial-gradient(ellipse, rgba(139,26,34,0.18) 0%, transparent 60%); pointer-events: none; }

.bd-m04-floaty { position: absolute; font-size: 68px; pointer-events: none; z-index: 1; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.4)); }
.bd-m04-floaty--1 { top: 18%; left: 8%; animation: bd-float 5.8s ease-in-out infinite; }
.bd-m04-floaty--2 { bottom: 20%; right: 8%; font-size: 62px; animation: bd-float-2 6.2s ease-in-out infinite; }

.bd-m04-head { text-align: center; max-width: 640px; margin: 0 auto 32px; position: relative; z-index: 2; }
.bd-m04-title { font-size: 50px; font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 18px; text-transform: lowercase; color: #fff; }
.bd-m04-title em { color: #d44a55; font-style: italic; font-weight: 900; }

.bd-m04-flow { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bd-m04-item { position: relative; aspect-ratio: 1 / 1; display: flex; flex-direction: column; background: rgba(255,255,255,0.025); border: 1px solid rgba(192,49,60,0.22); border-radius: 16px; padding: 22px 18px; transition: all 0.3s; overflow: hidden; }
.bd-m04-item:hover { border-color: #d44a55; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(192,49,60,0.25); }
.bd-m04-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #8b1a22, #c0313c, #d44a55); }
.bd-m04-num { font-family: 'SF Mono', monospace; font-size: 44px; font-weight: 900; line-height: 0.9; letter-spacing: -0.04em; background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bd-m04-body { display: flex; flex-direction: column; gap: 5px; flex: 1; min-height: 0; }
.bd-m04-item-emoji { font-size: 34px; line-height: 1; transform: rotate(-8deg); display: inline-block; align-self: flex-start; margin: 10px 0 2px; }
.bd-m04-item:nth-child(even) .bd-m04-item-emoji { transform: rotate(9deg); }
.bd-m04-item-name { font-size: 19px; font-weight: 800; color: #fff; letter-spacing: -0.01em; text-transform: lowercase; line-height: 1.1; }
.bd-m04-item-desc { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.5; margin: 2px 0 0; flex: 1; }
.bd-m04-item-meta { display: inline-flex; align-items: center; gap: 4px; font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 700; color: #d44a55; padding: 4px 9px; background: rgba(192,49,60,0.12); border-radius: 100px; border: 1px solid rgba(212,74,85,0.32); font-family: 'SF Mono', monospace; margin-top: 10px; width: fit-content; }

/* =========== M05: DELIVERABLE =========== */
.bd-m05 { position: relative; padding: 50px 24px; overflow: hidden; }
.bd-m05::before { content: ''; position: absolute; bottom: -10%; left: -10%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(212,74,85,0.2) 0%, transparent 60%); pointer-events: none; }

.bd-m05-floaty { position: absolute; font-size: 68px; pointer-events: none; z-index: 1; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.4)); }
.bd-m05-floaty--1 { top: 14%; right: 6%; animation: bd-float 5.8s ease-in-out infinite; }
.bd-m05-floaty--2 { top: 42%; left: 4%; font-size: 58px; animation: bd-float-2 6.4s ease-in-out infinite; }
.bd-m05-floaty--3 { bottom: 16%; right: 10%; font-size: 60px; animation: bd-float 6s ease-in-out infinite; }

.bd-m05-head { text-align: center; max-width: 680px; margin: 0 auto 32px; position: relative; z-index: 2; }
.bd-m05-title { font-size: 48px; font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 18px; text-transform: lowercase; color: #fff; }
.bd-m05-title em { color: #d44a55; font-style: italic; font-weight: 900; }
.bd-m05-lead { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.68); max-width: 540px; margin: 0 auto; }

.bd-m05-showcase { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; max-width: 820px; margin: 0 auto; position: relative; z-index: 2; }

.bd-m05-doc { background: #f5f0e8; border-radius: 10px; aspect-ratio: 3/4; padding: 28px 22px; box-shadow: 0 24px 60px rgba(192,49,60,0.4), 0 0 0 1px rgba(212,74,85,0.35); position: relative; overflow: hidden; transform: rotate(-1.5deg); color: #1a1a1a; transition: transform 0.5s; }
.bd-m05-doc:hover { transform: rotate(0deg) scale(1.02); }
.bd-m05-doc::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #8b1a22, #c0313c, #d44a55); }

.bd-m05-doc-header { font-size: 9px; letter-spacing: 2px; font-weight: 700; color: #c0313c; text-transform: uppercase; margin-bottom: 6px; }
.bd-m05-doc-title { font-size: 22px; font-weight: 900; color: #1a1a1a; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 4px; }
.bd-m05-doc-client { font-size: 11px; color: #666; font-style: italic; margin-bottom: 20px; }

.bd-m05-doc-section { margin-bottom: 16px; }
.bd-m05-doc-label { font-size: 8px; font-weight: 800; letter-spacing: 1.5px; color: #c0313c; text-transform: uppercase; margin-bottom: 5px; display: flex; align-items: center; gap: 6px; }
.bd-m05-doc-bar { height: 4px; background: #e5dfd4; border-radius: 2px; position: relative; overflow: hidden; margin-bottom: 4px; }
.bd-m05-doc-bar-fill { position: absolute; top: 0; bottom: 0; left: 0; background: linear-gradient(90deg, #8b1a22, #c0313c); border-radius: 2px; }
.bd-m05-doc-val { font-size: 9px; color: #333; font-weight: 600; }

.bd-m05-doc-swatches { display: flex; gap: 5px; margin-top: 4px; }
.bd-m05-doc-sw { width: 16px; height: 16px; border-radius: 3px; }

.bd-m05-doc-pagenum { position: absolute; bottom: 14px; right: 18px; font-size: 8px; color: #999; letter-spacing: 1px; }
.bd-m05-doc-ornament { position: absolute; bottom: 14px; left: 18px; font-size: 8px; color: #c0313c; letter-spacing: 1.5px; font-weight: 700; }

.bd-m05-details { display: flex; flex-direction: column; gap: 26px; }
.bd-m05-stat { position: relative; }
.bd-m05-stat-emoji { font-size: 46px; line-height: 1; margin-bottom: 8px; transform: rotate(-8deg); display: inline-block; }
.bd-m05-stat:nth-child(even) .bd-m05-stat-emoji { transform: rotate(10deg); }
.bd-m05-stat-n { font-size: 48px; font-weight: 900; letter-spacing: -0.04em; line-height: 1; background: linear-gradient(135deg, #c0313c, #d44a55); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bd-m05-stat-l { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.65); font-weight: 700; margin-top: 6px; }

/* =========== M06: MANIFESTO =========== */
.bd-m06 { position: relative; padding: 70px 24px 80px; overflow: hidden; text-align: center; }
.bd-m06::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(139,26,34,0.5) 0%, transparent 50%), radial-gradient(circle at 50% 80%, rgba(212,74,85,0.22) 0%, transparent 50%); pointer-events: none; }

.bd-m06-floaty { position: absolute; pointer-events: none; z-index: 1; filter: drop-shadow(0 6px 14px rgba(0,0,0,0.4)); }
.bd-m06-floaty--1 { top: 14%; left: 8%; font-size: 82px; animation: bd-float 5.5s ease-in-out infinite; }
.bd-m06-floaty--2 { top: 20%; right: 10%; font-size: 72px; animation: bd-float-2 6.2s ease-in-out infinite; }
.bd-m06-floaty--3 { bottom: 20%; left: 10%; font-size: 64px; animation: bd-float 5.8s ease-in-out infinite; }
.bd-m06-floaty--4 { bottom: 16%; right: 12%; font-size: 70px; animation: bd-float-2 6.5s ease-in-out infinite; }

.bd-m06-content { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.bd-m06-ornament { font-size: 28px; color: #c0313c; margin: 14px 0 28px; letter-spacing: 20px; opacity: 0.55; }

.bd-m06-title { font-size: 76px; font-weight: 900; line-height: 0.98; letter-spacing: -0.04em; margin: 0 0 28px; text-transform: lowercase; color: #fff; }
.bd-m06-title em { display: block; background: linear-gradient(135deg, #8b1a22, #c0313c 40%, #d44a55); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-style: italic; font-weight: 900; }

.bd-m06-sub { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 0 auto 40px; max-width: 560px; }
.bd-m06-sub strong { color: #fff; font-weight: 800; }

.bd-m06-cta { display: inline-block; background: #c0313c; color: #fff; padding: 18px 34px; border-radius: 100px; font-weight: 800; font-size: 16px; letter-spacing: 0.02em; text-decoration: none; box-shadow: 0 12px 36px rgba(192,49,60,0.5), 0 0 70px rgba(212,74,85,0.32); transition: all 0.3s; border: none; cursor: pointer; }
.bd-m06-cta:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(192,49,60,0.7); }
.bd-m06-secondary { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 24px; letter-spacing: 0.3px; font-style: italic; }
.bd-m06-secondary a { color: #d44a55; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; font-style: normal; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .bd-m01-title, .bd-m06-title { font-size: 54px; }
  .bd-m02-title, .bd-m03-title, .bd-m04-title, .bd-m05-title { font-size: 36px; }
  .bd-m03-labels { grid-template-columns: repeat(3, 1fr); }
  .bd-m05-showcase { grid-template-columns: 1fr; gap: 30px; max-width: 440px; }
  .bd-m04-num { font-size: 56px; }
}
@media (max-width: 680px) {
  .bd-m01, .bd-m02, .bd-m03, .bd-m04, .bd-m05, .bd-m06 { padding: 40px 18px; }
  .bd-m01-title, .bd-m06-title { font-size: 40px; }
  .bd-m02-title, .bd-m03-title, .bd-m04-title, .bd-m05-title { font-size: 28px; }
  .bd-m02-compare { grid-template-columns: 1fr; }
  .bd-m02-arrow { transform: rotate(90deg); padding: 4px 0; }
  .bd-m03-labels { grid-template-columns: repeat(2, 1fr); }
  .bd-m04-flow { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .bd-m04-item { aspect-ratio: auto; min-height: 230px; padding: 20px 18px; }
  .bd-m04-num { font-size: 38px; }
  .bd-m04-num { font-size: 44px; }
  .bd-m01-floaty, .bd-m02-floaty, .bd-m03-floaty, .bd-m04-floaty, .bd-m05-floaty { font-size: 52px !important; }
  .bd-m06-floaty--1, .bd-m06-floaty--2, .bd-m06-floaty--3, .bd-m06-floaty--4 { font-size: 58px !important; }
  .bd-corner-text { display: none; }
}

/* ============================================
   Brand DNA · Deliverable stack (2 immagini reali)
   ============================================ */
.bd-deliverable-stack {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 1/1.15;
}
.bd-deliverable-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.2, 1);
  cursor: pointer;
}
.bd-deliverable-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bd-deliverable-card--back {
  transform: translateX(-80%) rotate(-4deg);
  z-index: 1;
  box-shadow:
    0 0 0 1px rgba(192, 49, 60, 0.2),
    0 0 60px rgba(139, 26, 34, 0.4),
    0 30px 60px rgba(0, 0, 0, 0.6);
}
.bd-deliverable-card--front {
  transform: translateX(-20%) rotate(4deg);
  z-index: 2;
  box-shadow:
    0 0 0 1px rgba(192, 49, 60, 0.3),
    0 0 80px rgba(192, 49, 60, 0.5),
    0 40px 80px rgba(0, 0, 0, 0.7);
}
.bd-deliverable-stack:hover .bd-deliverable-card--back {
  transform: translateX(-85%) rotate(-7deg);
}
.bd-deliverable-stack:hover .bd-deliverable-card--front {
  transform: translateX(-15%) rotate(7deg) scale(1.03);
}

@media (max-width: 900px) {
  .bd-deliverable-stack {
    max-width: 420px;
    aspect-ratio: 1/1.2;
  }
  .bd-deliverable-card { width: 72%; }
  .bd-deliverable-card--back { transform: translateX(-78%) rotate(-3deg); }
  .bd-deliverable-card--front { transform: translateX(-22%) rotate(3deg); }
}

@media (max-width: 540px) {
  .bd-deliverable-stack {
    max-width: 320px;
    aspect-ratio: 1/1.3;
  }
  .bd-deliverable-card { width: 80%; }
  .bd-deliverable-card--back { transform: translateX(-80%) rotate(-3deg); }
  .bd-deliverable-card--front { transform: translateX(-20%) rotate(3deg); }
}

/* ============================================
   WALL OF WORK v3 · stile carosello home
   compatto · card storte · drag fluido
   ============================================ */
.sm-wow2 {
  position: relative;
  padding: 50px 0 60px;
  background: #0a0a0a;
  isolation: isolate;
}
.sm-wow2-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 70%;
  max-width: 100%;
  max-height: 100%;
  background: radial-gradient(ellipse, rgba(192, 49, 60, 0.32) 0%, rgba(139, 26, 34, 0.18) 40%, transparent 70%);
  pointer-events: none;
  filter: blur(70px);
  z-index: 0;
  animation: sm-wow2-glow-pulse 8s ease-in-out infinite;
  will-change: transform, opacity;
}

.sm-wow2-glow--side {
  width: 40%;
  height: 50%;
  filter: blur(80px);
  background: radial-gradient(circle, rgba(192, 49, 60, 0.4) 0%, transparent 70%);
}
.sm-wow2-glow--left {
  top: 30%;
  left: 15%;
  transform: translate(-50%, -50%);
  animation: sm-wow2-glow-drift-left 12s ease-in-out infinite;
}
.sm-wow2-glow--right {
  top: 70%;
  left: 85%;
  transform: translate(-50%, -50%);
  animation: sm-wow2-glow-drift-right 14s ease-in-out infinite;
}

@keyframes sm-wow2-glow-pulse {
  0%, 100% { opacity: 0.85; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}
@keyframes sm-wow2-glow-drift-left {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-30%, -60%) scale(1.15); opacity: 0.85; }
}
@keyframes sm-wow2-glow-drift-right {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-70%, -40%) scale(1.15); opacity: 0.85; }
}

/* EMOJI VOLANTI */
.sm-wow2-fly {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  opacity: 0.45;
  will-change: transform;
  filter: drop-shadow(0 4px 12px rgba(192, 49, 60, 0.4));
}
.sm-wow2-fly--a { animation: sm-wow2-fly-a 14s ease-in-out infinite; }
.sm-wow2-fly--b { animation: sm-wow2-fly-b 16s ease-in-out infinite; }
.sm-wow2-fly--c { animation: sm-wow2-fly-c 12s ease-in-out infinite; }
.sm-wow2-fly--d { animation: sm-wow2-fly-d 18s ease-in-out infinite; }

@keyframes sm-wow2-fly-a {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(25px, -35px) rotate(15deg); }
  50% { transform: translate(-15px, -55px) rotate(-12deg); }
  75% { transform: translate(-30px, -25px) rotate(10deg); }
}
@keyframes sm-wow2-fly-b {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-35px, -25px) rotate(-18deg); }
  66% { transform: translate(20px, -45px) rotate(22deg); }
}
@keyframes sm-wow2-fly-c {
  0%, 100% { transform: translate(0, 0) rotate(-5deg); }
  50% { transform: translate(30px, 30px) rotate(15deg); }
}
@keyframes sm-wow2-fly-d {
  0%, 100% { transform: translate(0, 0) rotate(8deg); }
  20% { transform: translate(-20px, 25px) rotate(-12deg); }
  40% { transform: translate(25px, 15px) rotate(18deg); }
  60% { transform: translate(-15px, -30px) rotate(-10deg); }
  80% { transform: translate(20px, -20px) rotate(14deg); }
}
.sm-wow2-content {
  position: relative;
  z-index: 2;
}

/* TAB BAR (più piccoli) */
.sm-wow2-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 0 8px;
  flex-wrap: wrap;
}
.sm-wow2-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 100px;
  background: rgba(192, 49, 60, 0.08);
  border: 1px solid rgba(192, 49, 60, 0.3);
  color: rgba(242, 240, 237, 0.65);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  user-select: none;
}
.sm-wow2-tab:hover {
  background: rgba(192, 49, 60, 0.16);
  border-color: rgba(212, 74, 85, 0.6);
  color: #f2f0ed;
  transform: translateY(-1px);
}
.sm-wow2-tab.is-active {
  background: linear-gradient(135deg, #8b1a22, #c0313c);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 24px rgba(192, 49, 60, 0.45);
}
.sm-wow2-tab__icon { font-size: 15px; line-height: 1; }
.sm-wow2-tab__count {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.35);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.05em;
}
.sm-wow2-tab.is-active .sm-wow2-tab__count {
  background: rgba(255, 255, 255, 0.2);
}

/* STAGE compatto */
.sm-wow2-stage {
  position: relative;
  width: 100%;
  padding: 30px 0 60px;
}
.sm-wow2-row {
  position: absolute;
  inset: 0;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 20px 0;
  overflow: visible;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.sm-wow2-row.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.sm-wow2-row.is-dragging { cursor: grabbing; }

.sm-wow2-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
  align-items: center;
}

/* Loop e movimento gestiti via JS (requestAnimationFrame) */

/* ITEMS piccoli e storti */
.sm-wow2-item {
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #1a1a1a;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.4s ease;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 8px 20px rgba(0, 0, 0, 0.4);
}
.sm-wow2-item img,
.sm-wow2-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.sm-wow2-item--photo {
  width: 220px;
  aspect-ratio: 4/5;
}
.sm-wow2-item--video {
  width: 195px;
  aspect-ratio: 9/16;
}
.sm-wow2-item--graphic {
  width: 220px;
  aspect-ratio: 4/5;
}

/* CARD STORTE */
.sm-wow2-item:nth-child(3n+1) { transform: rotate(-2.5deg); }
.sm-wow2-item:nth-child(3n+2) { transform: rotate(1.5deg); }
.sm-wow2-item:nth-child(3n+3) { transform: rotate(-1deg) translateY(4px); }
.sm-wow2-item:nth-child(5n+4) { transform: rotate(2.5deg) translateY(-3px); }
.sm-wow2-item:nth-child(7n+5) { transform: rotate(-3deg) translateY(2px); }

.sm-wow2-item:hover {
  transform: rotate(0deg) translateY(-10px) scale(1.04) !important;
  z-index: 10;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

/* HINT */
.sm-wow2-hint {
  text-align: center;
  margin: 30px 0 0;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242, 240, 237, 0.4);
}
.sm-wow2-hint__drag {
  color: #d44a55;
  font-weight: 700;
}
.sm-wow2-hint__total {
  color: rgba(242, 240, 237, 0.55);
}

/* Titolo wall of work */
.sm-wow2-title {
  text-align: center;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #f2f0ed;
  margin: 0 0 24px;
}
.sm-wow2-title__accent {
  background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sm-wow2-title__emoji {
  display: inline-block;
  font-size: 0.85em;
  transform: rotate(-12deg);
  margin-left: 6px;
  -webkit-text-fill-color: initial;
  background: none;
  -webkit-background-clip: initial;
  color: initial;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .sm-wow2 { padding: 40px 0 50px; }
  .sm-wow2-tabs { gap: 6px; margin-bottom: 24px; }
  .sm-wow2-tab { padding: 8px 14px; font-size: 12px; }
  .sm-wow2-tab__icon { font-size: 14px; }
  .sm-wow2-track { gap: 14px; }
  .sm-wow2-item--photo { width: 180px; }
  .sm-wow2-item--video { width: 160px; }
  .sm-wow2-item--graphic { width: 180px; }
}
@media (max-width: 540px) {
  .sm-wow2 { padding: 32px 0 40px; }
  .sm-wow2-title { font-size: 30px; margin-bottom: 18px; }
  .sm-wow2-tab { padding: 7px 12px; font-size: 11px; gap: 6px; }
  .sm-wow2-tab__icon { font-size: 13px; }
  .sm-wow2-tab__count { font-size: 9px; padding: 1px 6px; }
  .sm-wow2-track { gap: 10px; }
  .sm-wow2-item--photo { width: 145px; }
  .sm-wow2-item--video { width: 125px; }
  .sm-wow2-item--graphic { width: 145px; }
  .sm-wow2-hint { font-size: 9px; padding: 0 16px; }
}

/* ============================================
   LOGHI SOCIAL FLUTTUANTI · sm-social-fly
   ============================================ */

.sm-social-flying-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.page-template-page-social-media main,
main.sm-main,
body.page-template-page-social-media main {
  position: relative;
}

.sm-social-fly {
  position: absolute;
  pointer-events: none;
  user-select: none;
  opacity: 0.32;
  will-change: transform;
  border-radius: 12px;
}

.sm-social-fly--instagram { filter: drop-shadow(0 0 24px rgba(233, 89, 147, 0.45)); }
.sm-social-fly--facebook  { filter: drop-shadow(0 0 24px rgba(66, 103, 178, 0.55)); }
.sm-social-fly--tiktok    { filter: drop-shadow(0 0 22px rgba(0, 242, 234, 0.38)); }
.sm-social-fly--google    { filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.25)); }

.sm-social-fly--a { animation: sm-social-fly-a 14s ease-in-out infinite; }
.sm-social-fly--b { animation: sm-social-fly-b 18s ease-in-out infinite; }
.sm-social-fly--c { animation: sm-social-fly-c 12s ease-in-out infinite; }
.sm-social-fly--d { animation: sm-social-fly-d 22s ease-in-out infinite; }

@keyframes sm-social-fly-a {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  25% { transform: translate(28px, -38px) rotate(8deg); }
  50% { transform: translate(-12px, -55px) rotate(-12deg); }
  75% { transform: translate(-30px, -22px) rotate(5deg); }
}
@keyframes sm-social-fly-b {
  0%, 100% { transform: translate(0, 0) rotate(5deg); }
  33% { transform: translate(-32px, -28px) rotate(-15deg); }
  66% { transform: translate(22px, -45px) rotate(18deg); }
}
@keyframes sm-social-fly-c {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(28px, 30px) rotate(15deg); }
}
@keyframes sm-social-fly-d {
  0%, 100% { transform: translate(0, 0) rotate(8deg); }
  20% { transform: translate(-18px, 22px) rotate(-12deg); }
  40% { transform: translate(24px, 12px) rotate(15deg); }
  60% { transform: translate(-12px, -28px) rotate(-8deg); }
  80% { transform: translate(18px, -18px) rotate(14deg); }
}

@media (max-width: 900px) {
  .sm-social-fly { width: 40px !important; opacity: 0.24; }
}
@media (max-width: 540px) {
  .sm-social-fly { width: 32px !important; opacity: 0.2; }
}

/* Compatta le sezioni Brand DNA tra loro */
.bd-m01 { padding-bottom: 50px !important; }
.bd-m02 { padding-top: 30px !important; padding-bottom: 50px !important; }
.bd-m03 { padding-top: 30px !important; padding-bottom: 50px !important; }
.bd-m04 { padding-top: 30px !important; padding-bottom: 50px !important; }
.bd-m05 { padding-top: 30px !important; padding-bottom: 50px !important; }
.bd-m06 { padding-top: 30px !important; }

/* ============================================
   BRAND DNA M02 · Transformation animata
   ============================================ */
.bd-transform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 32px auto 0;
  max-width: 1100px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.bd-transform__side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.bd-transform__grid {
  display: grid;
  grid-template-columns: repeat(3, 90px);
  grid-template-rows: repeat(3, 90px);
  gap: 4px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bd-transform__tile {
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  transition: all 0.5s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.bd-transform__grid--bad .bd-transform__tile {
  filter: saturate(0.7) brightness(0.85);
  opacity: 0.78;
}
.bd-transform__grid--bad .bd-transform__tile:nth-child(1) { transform: rotate(-2deg); }
.bd-transform__grid--bad .bd-transform__tile:nth-child(3) { transform: rotate(1.5deg); }
.bd-transform__grid--bad .bd-transform__tile:nth-child(5) { transform: rotate(-1deg); }
.bd-transform__grid--bad .bd-transform__tile:nth-child(7) { transform: rotate(2deg); }
.bd-transform__grid--bad .bd-transform__tile:nth-child(9) { transform: rotate(-1.5deg); }

.bd-transform__grid--good {
  border-color: rgba(192, 49, 60, 0.4);
  background: rgba(192, 49, 60, 0.05);
  box-shadow: 0 0 60px rgba(192, 49, 60, 0.25);
}
.bd-transform__grid--good .bd-transform__tile {
  filter: saturate(1.05);
  animation: bd-transform-pulse 4s ease-in-out infinite;
}
.bd-transform__grid--good .bd-transform__tile:nth-child(2) { animation-delay: 0.3s; }
.bd-transform__grid--good .bd-transform__tile:nth-child(4) { animation-delay: 0.6s; }
.bd-transform__grid--good .bd-transform__tile:nth-child(6) { animation-delay: 0.9s; }
.bd-transform__grid--good .bd-transform__tile:nth-child(8) { animation-delay: 1.2s; }

@keyframes bd-transform-pulse {
  0%, 100% { opacity: 0.92; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); box-shadow: 0 0 12px rgba(192, 49, 60, 0.3); }
}

.bd-transform__cap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 100px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(242, 240, 237, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.bd-transform__cap-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
}
.bd-transform__cap--good {
  background: linear-gradient(135deg, rgba(139, 26, 34, 0.2), rgba(192, 49, 60, 0.3));
  border-color: rgba(212, 74, 85, 0.5);
  color: #fff;
}
.bd-transform__cap--good .bd-transform__cap-icon {
  background: #c0313c;
  color: #fff;
}

.bd-transform__stat {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  font-family: 'Inter', system-ui, sans-serif;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.bd-transform__stat-emoji {
  font-size: 16px;
  align-self: center;
}
.bd-transform__stat-val {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
.bd-transform__stat-lbl {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(242, 240, 237, 0.5);
  font-weight: 700;
}
.bd-transform__stat--bad .bd-transform__stat-val { color: rgba(242, 240, 237, 0.7); }
.bd-transform__stat--good {
  background: linear-gradient(135deg, rgba(139, 26, 34, 0.25), rgba(192, 49, 60, 0.15));
  border-color: rgba(212, 74, 85, 0.5);
  box-shadow: 0 0 30px rgba(192, 49, 60, 0.3);
}
.bd-transform__stat--good .bd-transform__stat-val {
  background: linear-gradient(135deg, #c0313c, #d44a55);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bd-transform__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
}
.bd-transform__arrow-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #c0313c 30%, #d44a55 100%);
  transform: translateY(-50%);
}
.bd-transform__arrow-head {
  position: relative;
  font-size: 56px;
  font-weight: 900;
  background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  filter: drop-shadow(0 0 12px rgba(192, 49, 60, 0.6));
  animation: bd-arrow-pulse 2.5s ease-in-out infinite;
}
@keyframes bd-arrow-pulse {
  0%, 100% { transform: translateX(0); filter: drop-shadow(0 0 12px rgba(192, 49, 60, 0.6)); }
  50% { transform: translateX(6px); filter: drop-shadow(0 0 24px rgba(212, 74, 85, 0.9)); }
}

.bd-transform__arrow-spark {
  position: absolute;
  font-size: 16px;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(255, 200, 100, 0.6));
  animation: bd-spark-fly 3s ease-in-out infinite;
}
.bd-transform__arrow-spark--1 {
  top: 8px; left: 12px;
  animation-delay: 0s;
}
.bd-transform__arrow-spark--2 {
  bottom: 4px; right: 14px;
  font-size: 22px;
  animation-delay: 1s;
}
.bd-transform__arrow-spark--3 {
  top: 10px; right: 18px;
  animation-delay: 2s;
}
@keyframes bd-spark-fly {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(0.8); opacity: 0.6; }
  50% { transform: translate(8px, -10px) rotate(20deg) scale(1.1); opacity: 1; }
}

@media (max-width: 900px) {
  .bd-transform { gap: 14px; }
  .bd-transform__grid {
    grid-template-columns: repeat(3, 70px);
    grid-template-rows: repeat(3, 70px);
  }
  .bd-transform__arrow { width: 50px; height: 50px; }
  .bd-transform__arrow-head { font-size: 36px; }
  .bd-transform__stat-val { font-size: 18px; }
}

@media (max-width: 640px) {
  .bd-transform { flex-direction: column; gap: 18px; }
  .bd-transform__grid {
    grid-template-columns: repeat(3, 80px);
    grid-template-rows: repeat(3, 80px);
  }
  .bd-transform__arrow {
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bd-transform__grid--good .bd-transform__tile,
  .bd-transform__arrow-head,
  .bd-transform__arrow-spark { animation: none !important; }
}

/* ===================== CTA FINALE — vuoi conoscerci dal vivo (sm-final) ===================== */
.sm-final { padding: 56px 32px 78px; text-align: center; position: relative; overflow: hidden; background: #0a0a0a; }
.sm-final__beam { position: absolute; inset: 0; background: radial-gradient(ellipse 1100px 700px at 50% 50%, rgba(192,49,60,0.45), transparent 65%); pointer-events: none; z-index: 0; }
.sm-final-emoji { position: absolute; pointer-events: none; user-select: none; z-index: 1; opacity: 0.18; filter: blur(0.5px); animation: smFloatA 18s ease-in-out infinite; }
.sm-final-emoji.b { animation: smFloatB 22s ease-in-out infinite; }
.sm-final-emoji.c { animation: smFloatC 26s ease-in-out infinite; }
.sm-final-emoji.d { animation: smFloatD 20s ease-in-out infinite; }
@keyframes smFloatA { 0%,100% { transform: translate(0,0) rotate(-12deg) scale(1); } 50% { transform: translate(20px,-30px) rotate(8deg) scale(1.05); } }
@keyframes smFloatB { 0%,100% { transform: translate(0,0) rotate(15deg) scale(1); } 50% { transform: translate(-25px,20px) rotate(-10deg) scale(0.95); } }
@keyframes smFloatC { 0%,100% { transform: translate(0,0) rotate(-5deg) scale(1); } 50% { transform: translate(15px,25px) rotate(20deg) scale(1.08); } }
@keyframes smFloatD { 0%,100% { transform: translate(0,0) rotate(8deg) scale(1); } 33% { transform: translate(-20px,-15px) rotate(-15deg) scale(1.05); } 66% { transform: translate(25px,10px) rotate(12deg) scale(0.95); } }
.sm-final__inner { position: relative; z-index: 5; max-width: 800px; margin: 0 auto; }
.sm-final__kicker { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #c0313c; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; }
.sm-final__kicker::before { content: ''; width: 6px; height: 6px; background: #c0313c; border-radius: 50%; animation: smPulse 1.8s ease-in-out infinite; }
@keyframes smPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }
.sm-final__title { font-size: clamp(30px, 4vw, 56px); font-weight: 900; line-height: 0.96; letter-spacing: -0.035em; text-transform: lowercase; font-family: 'Inter', sans-serif; color: #fff; margin-bottom: 24px; }
.sm-final__grad { background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sm-final__emoji-inline { display: inline-block; transform: rotate(-8deg); font-size: 0.85em; margin-left: 0.15em; }
.sm-final__sub { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.6); margin: 0 auto 28px; max-width: 520px; }
.sm-final__pill { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55); color: #fff; border-radius: 999px; font-weight: 700; font-size: 14px; letter-spacing: 0.05em; text-decoration: none; text-transform: lowercase; box-shadow: 0 8px 24px rgba(192,49,60,0.4); transition: transform 0.2s, box-shadow 0.2s; }
.sm-final__pill:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(192,49,60,0.55); }
.sm-final__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.sm-final__secondary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: transparent; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.85); border-radius: 999px; font-weight: 700; font-size: 14px; letter-spacing: 0.05em; text-decoration: none; text-transform: lowercase; transition: all 0.2s; }
.sm-final__secondary:hover { background: rgba(37,211,102,0.1); border-color: #25D366; color: #25D366; transform: translateY(-3px); }
@media (max-width: 880px) {
  .sm-final { padding: 44px 20px 60px; }
  .sm-final-emoji { font-size: 70px !important; opacity: 0.12; }
}
/* ======================================================================================= */

/* ===================== HERO — stile grafica (sm-hero) ===================== */
.sm-hero { position: relative; min-height: 75vh; padding: 80px 32px 34px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow: hidden; background: #0a0a0a; }
.sm-hero__beam { position: absolute; inset: 0; pointer-events: none; z-index: 0; background:
  radial-gradient(ellipse 1200px 800px at 50% 60%, rgba(192,49,60,0.5), transparent 65%),
  radial-gradient(circle 600px at 30% 30%, rgba(225,48,108,0.08), transparent 70%),
  radial-gradient(circle 600px at 70% 70%, rgba(24,119,242,0.07), transparent 70%); }
.sm-hero__fly { position: absolute; pointer-events: none; user-select: none; z-index: 1; opacity: 0.18; filter: blur(0.5px); animation: smFlyA 18s ease-in-out infinite; }
.sm-hero__fly.b { animation: smFlyB 22s ease-in-out infinite; }
.sm-hero__fly.c { animation: smFlyC 26s ease-in-out infinite; }
.sm-hero__fly.d { animation: smFlyD 20s ease-in-out infinite; }
@keyframes smFlyA { 0%,100% { transform: translate(0,0) rotate(-12deg) scale(1); } 50% { transform: translate(20px,-30px) rotate(8deg) scale(1.05); } }
@keyframes smFlyB { 0%,100% { transform: translate(0,0) rotate(15deg) scale(1); } 50% { transform: translate(-25px,20px) rotate(-10deg) scale(0.95); } }
@keyframes smFlyC { 0%,100% { transform: translate(0,0) rotate(-5deg) scale(1); } 50% { transform: translate(15px,25px) rotate(20deg) scale(1.08); } }
@keyframes smFlyD { 0%,100% { transform: translate(0,0) rotate(8deg) scale(1); } 33% { transform: translate(-20px,-15px) rotate(-15deg) scale(1.05); } 66% { transform: translate(25px,10px) rotate(12deg) scale(0.95); } }
.sm-hero__inner { position: relative; z-index: 5; max-width: 1100px; margin: 0 auto; }
.sm-hero__dept { display: flex; gap: 18px; align-items: center; justify-content: center; margin-bottom: 22px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: #6e6e6e; flex-wrap: wrap; }
.sm-hero__dept-tag { color: #c0313c; border: 1px solid #c0313c; padding: 4px 10px; border-radius: 4px; }
.sm-hero__pills { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.sm-hero__pill { font-size: 11px; font-weight: 900; letter-spacing: 1px; color: #fff; padding: 5px 13px; border-radius: 100px; }
.sm-hero__kicker { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #c0313c; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.sm-hero__kicker::before { content: ''; width: 6px; height: 6px; background: #c0313c; border-radius: 50%; animation: smPulseH 1.8s ease-in-out infinite; }
@keyframes smPulseH { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }
.sm-hero__title { font-size: clamp(36px, 5vw, 72px); font-weight: 900; line-height: 0.96; letter-spacing: -0.035em; text-transform: lowercase; font-family: 'Inter', sans-serif; color: #fff; margin: 0 0 22px; }
.sm-hero__grad { background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sm-hero__emoji { display: inline-block; transform: rotate(-8deg); font-size: 0.85em; margin-left: 0.12em; }
.sm-hero__sub { font-size: 16px; max-width: 520px; margin: 0 auto 32px; color: rgba(255,255,255,0.6); line-height: 1.55; }
.sm-hero__cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
.sm-hero__pill-cta { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55); color: #fff; border-radius: 999px; font-weight: 700; font-size: 14px; letter-spacing: 0.05em; text-decoration: none; text-transform: lowercase; box-shadow: 0 8px 24px rgba(192,49,60,0.4); transition: transform 0.2s, box-shadow 0.2s; }
.sm-hero__pill-cta:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(192,49,60,0.55); }
.sm-hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 720px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.sm-hero__stat { text-align: center; }
.sm-hero__stat-num { font-size: 28px; font-weight: 900; line-height: 1; background: linear-gradient(135deg, #8b1a22, #c0313c, #d44a55); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sm-hero__stat-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #6e6e6e; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 10px; }
@media (max-width: 760px) {
  .sm-hero { padding: 56px 20px 30px; min-height: auto; }
  .sm-hero__stats { grid-template-columns: 1fr 1fr; gap: 22px; }
  .sm-hero__fly { font-size: 70px !important; opacity: 0.12; }
}
/* ======================================================================= */


/* SM MOBILE COMPACT */
@media (max-width: 768px){

  /* 1 - BD-M05 stat: 3 in fila compatte */
  .bd-m05-details{
    display:grid !important;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }
  .bd-m05-stat{
    text-align:center;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    padding:14px 6px;
  }
  .bd-m05-stat-emoji{ font-size:20px !important; margin-bottom:4px; }
  .bd-m05-stat-n{ font-size:24px; }
  .bd-m05-stat-l{ font-size:8px; letter-spacing:.5px; margin-top:5px; }

  /* 2 - CALENDLY: card piu' corta */
  .sm-calendly{ padding:36px 0; }
  .sm-calendly__left{ padding:18px; }
  .sm-calendly__right{ min-height:300px; }
  .sm-calendly__trust{ flex-direction:row; flex-wrap:wrap; gap:10px 16px; }
  .sm-calendly__desc{ font-size:12px; }

  /* 3 - sezioni piu' strette */
  .sm-teams{ padding:28px 0; }
    .sm-cta{ padding:32px 0; }
  .bd-m01, .bd-m02, .bd-m03, .bd-m04, .bd-m05, .bd-m06{ padding:28px 18px; }
}
/* ============================================================ */

/* SM WA2 */
.sm-whatsapp.sm-wa2{ position:relative; background:#0a0a0a; padding:80px 0; overflow:hidden; text-align:center; }
.sm-wa2__top{ position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,#128C7E,#25D366,#128C7E,transparent); opacity:.7; }
.sm-wa2__glow{ position:absolute; inset:0; background:radial-gradient(680px 420px at 50% 40%, rgba(37,211,102,.18), transparent 72%); pointer-events:none; }
.sm-wa2__glow2{ position:absolute; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle, rgba(37,211,102,.16), transparent 65%); left:8%; bottom:-80px; animation:smwaDrift 9s ease-in-out infinite; pointer-events:none; }
@keyframes smwaDrift{0%,100%{transform:translate(0,0)}50%{transform:translate(40px,-30px)}}
.sm-wa2 .container-soul{ position:relative; z-index:2; }
.sm-wa2__head{ max-width:560px; margin:0 auto 40px; }
.sm-wa2__kick{ display:inline-flex; align-items:center; gap:7px; font-family:'JetBrains Mono','SF Mono',monospace; font-size:11px; letter-spacing:2px; text-transform:uppercase; color:#25D366; margin-bottom:14px; }
.sm-wa2__kick::before{ content:""; width:6px; height:6px; border-radius:50%; background:#25D366; animation:smwaBlink 1.6s infinite; }
@keyframes smwaBlink{0%,100%{opacity:1}50%{opacity:.3}}
.sm-wa2__title{ font-size:clamp(26px,4vw,42px); font-weight:900; color:#fff; line-height:1.14; letter-spacing:-.02em; margin:0 0 14px; }
.sm-wa2__grad{ background:linear-gradient(135deg,#128C7E,#25D366,#5af08a); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.sm-wa2__desc{ font-size:14px; color:#999; line-height:1.6; margin:0 auto 24px; max-width:430px; }
.sm-wa2__pills{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.sm-wa2__pill{ font-size:12px; font-weight:700; color:#7fe3a3; border:1px solid rgba(37,211,102,.4); background:rgba(37,211,102,.08); padding:10px 18px; border-radius:30px; display:flex; align-items:center; gap:7px; animation:smwaFloat 3.5s ease-in-out infinite; }
.sm-wa2__pill:nth-child(2){ animation-delay:.5s; }
.sm-wa2__pill:nth-child(3){ animation-delay:1s; }
.sm-wa2__pill i{ width:5px; height:5px; border-radius:50%; background:#25D366; display:inline-block; animation:smwaBlink 2s infinite; }
@keyframes smwaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.sm-wa2__phone{ width:330px; max-width:90vw; margin:0 auto; background:#0b141a; border:1px solid #1f2c33; border-radius:22px; overflow:hidden; box-shadow:0 30px 70px rgba(0,0,0,.6),0 0 70px rgba(37,211,102,.16); }
.sm-wa2__bar{ display:flex; align-items:center; gap:10px; padding:14px; background:#1f2c33; }
.sm-wa2__ic{ width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg,#128C7E,#25D366); display:flex; align-items:center; justify-content:center; font-size:16px; flex:0 0 auto; }
.sm-wa2__binfo{ text-align:left; }
.sm-wa2__nm{ font-size:13px; font-weight:800; color:#e9edef; }
.sm-wa2__sub{ font-size:9.5px; color:#8696a0; margin-top:1px; }
.sm-wa2__body{ padding:16px 12px; display:flex; flex-direction:column; gap:9px; min-height:300px; background:#0b141a; background-image:radial-gradient(rgba(255,255,255,.015) 1px,transparent 1px); background-size:18px 18px; }
.sm-wa2__msg{ max-width:82%; padding:7px 11px 8px; border-radius:9px; font-size:11.5px; line-height:1.4; opacity:0; transform:translateY(10px) scale(.95); animation:smwaPop .45s forwards; }
.sm-wa2__who{ font-size:10px; font-weight:800; margin-bottom:2px; display:block; }
.sm-wa2__t{ font-size:8px; color:rgba(233,237,239,.4); float:right; margin:5px 0 -2px 8px; }
.sm-wa2__them{ align-self:flex-start; background:#1f2c33; color:#e9edef; border-top-left-radius:3px; }
.sm-wa2__them .sm-wa2__who{ color:#53bdeb; }
.sm-wa2__them2 .sm-wa2__who{ color:#e542a3; }
.sm-wa2__them3 .sm-wa2__who{ color:#f5c518; }
.sm-wa2__me{ align-self:flex-end; background:#005c4b; color:#e9edef; border-top-right-radius:3px; }
.sm-wa2__me .sm-wa2__t::after{ content:" \2713\2713"; color:#53bdeb; }
.sm-wa2__m1{ animation-delay:.3s; } .sm-wa2__m2{ animation-delay:1.2s; } .sm-wa2__m3{ animation-delay:2.1s; } .sm-wa2__m4{ animation-delay:3s; }
@keyframes smwaPop{ to{ opacity:1; transform:translateY(0) scale(1); } }
.sm-wa2__typing{ align-self:flex-start; background:#1f2c33; padding:11px 14px; border-radius:9px; border-top-left-radius:3px; display:flex; gap:4px; opacity:0; animation:smwaPop .4s 3.9s forwards; }
.sm-wa2__typing i{ width:6px; height:6px; border-radius:50%; background:#8696a0; animation:smwaTd 1.4s infinite; }
.sm-wa2__typing i:nth-child(2){ animation-delay:.2s; } .sm-wa2__typing i:nth-child(3){ animation-delay:.4s; }
@keyframes smwaTd{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}
.sm-wa2__input{ display:flex; align-items:center; gap:8px; padding:10px 12px; background:#1f2c33; }
.sm-wa2__field{ flex:1; background:#2a3942; border-radius:20px; padding:9px 14px; font-size:11px; color:#8696a0; text-align:left; }
.sm-wa2__send{ width:34px; height:34px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; font-size:14px; flex:0 0 auto; animation:smwaBlink 2.5s infinite; }

@media (max-width:768px){
  .sm-whatsapp.sm-wa2{ padding:44px 0; }
  .sm-wa2__head{ margin-bottom:28px; padding:0 6px; }
  .sm-wa2__title{ font-size:26px; }
  .sm-wa2__desc{ font-size:13px; }
  .sm-wa2__phone{ width:300px; }
  .sm-wa2__body{ min-height:260px; }
}
@media (prefers-reduced-motion:reduce){
  .sm-wa2__glow2,.sm-wa2__pill,.sm-wa2__kick::before,.sm-wa2__pill i,.sm-wa2__msg,.sm-wa2__typing,.sm-wa2__send{ animation:none !important; opacity:1 !important; transform:none !important; }
}
/* ============================================================ */