/* ================================================================
   BLISS MARKETING — PREMIUM V2
   Layer condiviso per Home, Metodo, Siti Web, Risultati e Diagnosi.
   Mantiene la palette iride esistente e introduce profondita, ritmo
   editoriale e motion progressive-enhancement.
   ================================================================ */

:root {
  --v2-ink: #171743;
  --v2-ink-soft: #33335f;
  --v2-night: #08072b;
  --v2-night-2: #15104f;
  --v2-violet: #5c45f4;
  --v2-blue: #667cf7;
  --v2-magenta: #c53bd5;
  --v2-lilac: #d8cff4;
  --v2-mist: #f4f1fb;
  --v2-line: rgba(63, 42, 191, .16);
  --v2-glass: rgba(255, 255, 255, .44);
  --v2-shadow: 0 34px 90px rgba(43, 30, 126, .13);
  --v2-ease: cubic-bezier(.16, 1, .3, 1);
}

body.bm-v2 {
  background:
    radial-gradient(72rem 44rem at 8% 6%, rgba(101, 78, 246, .17), transparent 66%),
    radial-gradient(54rem 42rem at 91% 32%, rgba(207, 67, 211, .12), transparent 68%),
    linear-gradient(180deg, #d6cdf0 0%, #e8e2f6 42%, #d7ceef 100%);
}

body.bm-v2 .bg-atmosphere {
  background:
    radial-gradient(56rem 44rem at 12% 12%, rgba(84, 64, 244, .16), transparent 70%),
    radial-gradient(48rem 38rem at 88% 30%, rgba(203, 73, 211, .12), transparent 72%),
    linear-gradient(180deg, rgba(218, 211, 244, .74), rgba(241, 238, 250, .62));
}

body.bm-v2 main { overflow: clip; }

body.bm-v2 section {
  isolation: isolate;
}

body.bm-v2 .site-header {
  z-index: 1000;
}

/* Protezione dei glifi durante gli split/reveal: evita tagli su E, accenti e discendenti. */
body.bm-v2 .hero-title .word {
  padding: .14em .065em .22em;
  margin: -.14em -.065em -.22em;
  line-height: 1.04;
}

body.bm-v2 .line-mask {
  padding-top: .12em;
  padding-inline: .06em;
  margin-top: -.12em;
  margin-inline: -.06em;
}

body.bm-v2 .h-section,
body.bm-v2 .hero-title,
body.bm-v2 h1,
body.bm-v2 h2,
body.bm-v2 h3 {
  text-rendering: geometricPrecision;
}

/* Cursore coordinato alla palette Bliss, soltanto sulle pagine contenuto. */
body.bm-v2 .cursor {
  background: #8f78ff;
  box-shadow: 0 0 0 5px rgba(143,120,255,.14), 0 0 22px rgba(197,59,213,.72);
  mix-blend-mode: normal;
}

body.bm-v2 .cursor.hover {
  background: rgba(216,207,244,.12);
  border-color: #a58fff;
  box-shadow: 0 0 34px rgba(105,78,245,.42), inset 0 0 18px rgba(255,255,255,.3);
}

/* Menu mobile: apertura a pannello, luce in movimento e link sfalsati. */
body.bm-v2 .menu-mobile {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-5%) scale(.985);
  clip-path: inset(0 0 100% 0 round 0 0 42px 42px);
  background:
    radial-gradient(46rem 38rem at 8% 5%, rgba(109,83,245,.64), transparent 68%),
    radial-gradient(40rem 34rem at 92% 90%, rgba(198,58,213,.42), transparent 70%),
    linear-gradient(145deg, #0b092e, #181057 58%, #2a145b);
  transition: clip-path .85s var(--v2-ease), transform .85s var(--v2-ease), opacity .45s ease, visibility 0s linear .86s;
}

body.bm-v2 .menu-mobile::before {
  content:"";
  position:absolute;
  width:70vmax;
  aspect-ratio:1;
  left:-28vmax;
  top:-42vmax;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 0 0 9vmax rgba(121,94,245,.035),0 0 0 18vmax rgba(203,62,213,.025);
  animation:v2-menu-orbit 16s linear infinite;
  pointer-events:none;
}

@keyframes v2-menu-orbit { to { transform:rotate(360deg) translate3d(1.5rem,-1rem,0); } }

body.bm-v2 .menu-mobile.is-active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  clip-path: inset(0 round 0);
  transition-delay: 0s;
}

body.bm-v2 .menu-mobile-nav,
body.bm-v2 .menu-mobile-footer { position:relative; z-index:2; }

body.bm-v2 .menu-mobile-nav a {
  color:#f8f5ff;
  border-color:rgba(224,216,255,.16);
  transform:translateY(38px) rotateX(-10deg);
  transform-origin:left bottom;
  filter:blur(8px);
  transition:opacity .62s var(--v2-ease),transform .72s var(--v2-ease),filter .62s ease,color .3s;
}

body.bm-v2 .menu-mobile.is-active .menu-mobile-nav a {
  transform:none;
  filter:none;
}

body.bm-v2 .menu-mobile-nav a::after,
body.bm-v2 .menu-mobile-claim { color:#c9bcff; }

body.bm-v2 .menu-mobile-footer {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .55s ease .45s,transform .7s var(--v2-ease) .45s;
}

body.bm-v2 .menu-mobile.is-active .menu-mobile-footer { opacity:1; transform:none; }

body.bm-v2 .menu-toggle {
  border-color:rgba(105,78,245,.24);
  background:rgba(245,241,255,.62);
  box-shadow:0 12px 30px rgba(52,31,150,.12);
  backdrop-filter:blur(16px);
}

body.bm-v2 .menu-toggle span { background:#5b45de; }
body.bm-v2 .menu-toggle.is-active { background:rgba(22,15,73,.78); border-color:rgba(218,208,255,.24); }
body.bm-v2 .menu-toggle.is-active span { background:#fff; }

body.bm-v2 .hero {
  min-height: min(900px, 100svh);
  display: flex;
  align-items: center;
  padding-top: clamp(8rem, 14vw, 11rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  overflow: hidden;
}

body.bm-v2 .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,.14), transparent 36%),
    radial-gradient(circle at 50% 120%, rgba(255,255,255,.78), transparent 52%);
}

body.bm-v2 .hero-inner {
  width: 100%;
  position: relative;
  z-index: 3;
}

body.bm-v2 .hero-title {
  max-width: 9.5ch;
  text-wrap: balance;
}

body.bm-v2 .hero-subtitle { max-width: 54ch; }

body.bm-v2 .hero-micro {
  max-width: 62ch;
  border-left: 1px solid rgba(72, 45, 204, .3);
  padding-left: 1rem;
}

body.bm-v2 .section-header {
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-bottom: clamp(2.8rem, 6vw, 5rem);
}

body.bm-v2 .problem-card {
  --mx: 50%;
  --my: 50%;
  border-color: rgba(76,54,190,.15);
  background:
    radial-gradient(240px circle at var(--mx) var(--my), rgba(255,255,255,.72), transparent 68%),
    linear-gradient(145deg, rgba(255,255,255,.59), rgba(255,255,255,.22));
  box-shadow: 0 24px 70px rgba(43,30,126,.1);
  backdrop-filter: blur(16px);
}

body.bm-v2 .problem-card:hover {
  transform: translateY(-9px);
  border-color: rgba(92,69,244,.34);
  box-shadow: 0 34px 86px rgba(43,30,126,.17);
}

body.bm-v2 .cta-section {
  overflow: hidden;
  background:
    radial-gradient(38rem 28rem at 50% 100%, rgba(197,59,213,.16), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(116,89,234,.08));
}

body.bm-v2 .cta-section::before {
  content:"";
  position:absolute;
  width:28rem;
  aspect-ratio:1;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(92,69,244,.16);
  border-radius:50%;
  box-shadow:0 0 0 90px rgba(92,69,244,.025),0 0 0 180px rgba(197,59,213,.018);
  pointer-events:none;
}

/* Oggetto firma, costruito solo con CSS per restare leggero. */
.v2-hero-object {
  --object-rotate: -8deg;
  position: absolute;
  z-index: 2;
  right: clamp(2rem, 8vw, 9rem);
  top: 52%;
  width: clamp(210px, 25vw, 390px);
  aspect-ratio: .7;
  transform: translate3d(var(--v2-px, 0), calc(-50% + var(--v2-py, 0)), 0) rotate(var(--object-rotate));
  transform-style: preserve-3d;
  perspective: 900px;
  pointer-events: none;
  transition: transform .35s var(--v2-ease);
}

.v2-hero-object::before,
.v2-hero-object::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 12% -20%;
  border: 1px solid rgba(92, 69, 244, .22);
  transform: rotate(18deg);
  animation: v2-orbit 15s linear infinite;
}

.v2-hero-object::after {
  inset: 25% -36%;
  border-color: rgba(197, 59, 213, .19);
  animation-direction: reverse;
  animation-duration: 22s;
}

.v2-crystal {
  position: absolute;
  inset: 4% 17%;
  clip-path: polygon(50% 0, 88% 22%, 100% 58%, 68% 100%, 24% 92%, 0 52%, 16% 17%);
  background:
    conic-gradient(from 215deg at 48% 46%, #e9ecff, #7b65f5 17%, #3420d5 30%, #c53bd5 48%, #8e78f6 63%, #f4f0ff 78%, #6550ef);
  filter: drop-shadow(0 28px 46px rgba(58, 38, 203, .28)) drop-shadow(0 0 40px rgba(197, 59, 213, .22));
  transform: rotateY(-13deg) rotateX(8deg);
  animation: v2-float 8s ease-in-out infinite;
}

.v2-crystal::before {
  content: "";
  position: absolute;
  inset: 1px;
  clip-path: polygon(50% 0, 50% 46%, 88% 22%, 100% 58%, 50% 46%, 68% 100%, 50% 46%, 24% 92%, 50% 46%, 0 52%, 50% 46%, 16% 17%);
  background: rgba(255,255,255,.44);
  mix-blend-mode: screen;
}

.v2-crystal::after {
  content: "";
  position: absolute;
  width: 170%;
  height: 18%;
  left: -35%;
  top: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.88), transparent);
  filter: blur(10px);
  transform: rotate(-24deg);
  animation: v2-light-sweep 5.8s ease-in-out infinite;
}

.v2-object-caption {
  position: absolute;
  right: -2rem;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .65rem 1rem;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: rgba(255,255,255,.32);
  backdrop-filter: blur(18px);
  color: var(--v2-ink-soft);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 18px 45px rgba(55, 35, 160, .12);
}

.v2-object-caption::before {
  content: "";
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: #725cf6;
  box-shadow: 0 0 0 5px rgba(114,92,246,.13), 0 0 18px #725cf6;
}

@keyframes v2-orbit { to { transform: rotate(378deg); } }
@keyframes v2-float { 50% { transform: translateY(-18px) rotateY(8deg) rotateX(-2deg) rotateZ(2deg); } }
@keyframes v2-light-sweep { 0%,24% { transform: translateY(-220%) rotate(-24deg); opacity: 0; } 46% { opacity: .9; } 72%,100% { transform: translateY(420%) rotate(-24deg); opacity: 0; } }

/* Home: il cristallo SVG esistente viene incorniciato da orbite luminose. */
body.home-v2 .hero-shard-wrap {
  right: clamp(2rem, 7vw, 8rem);
  width: clamp(230px, 26vw, 390px);
  filter: drop-shadow(0 30px 60px rgba(66, 44, 205, .27));
}

body.home-v2 .hero-shard-wrap::before,
body.home-v2 .hero-shard-wrap::after {
  content: "";
  position: absolute;
  inset: 13% -34%;
  border: 1px solid rgba(76, 57, 223, .22);
  border-radius: 50%;
  transform: rotate(22deg);
  animation: v2-orbit 18s linear infinite;
}

body.method-page-v2 .hero-inner,
body.results-page-v2 .hero-inner,
body.diagnosis-page-v2 .hero-inner { padding-right:34vw; }

body.home-v2 .hero-shard-wrap::after {
  inset: 25% -45%;
  border-color: rgba(190,48,205,.18);
  animation-direction: reverse;
  animation-duration: 27s;
}

/* Ritmo editoriale condiviso */
.v2-section {
  padding: clamp(5.5rem, 10vw, 10rem) 0;
}

.v2-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .8fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.8rem, 6vw, 5rem);
}

.v2-section-head.centered {
  display: block;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.v2-section-head.centered p { margin-inline: auto; }

.v2-section-head .h-section { margin-bottom: 0; max-width: 12ch; }
.v2-section-head p { max-width: 56ch; }

.v2-label {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.25rem;
  color: #5b48c8;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.v2-label::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.v2-night {
  color: #f5f2ff;
  background:
    radial-gradient(44rem 32rem at 12% 18%, rgba(91, 69, 244, .28), transparent 68%),
    radial-gradient(40rem 32rem at 88% 82%, rgba(198, 58, 213, .2), transparent 70%),
    linear-gradient(145deg, var(--v2-night), var(--v2-night-2));
}

.v2-night::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.v2-night .h-section,
.v2-night h2,
.v2-night h3 { color: #f7f4ff; }
.v2-night p { color: rgba(240,235,255,.72); }
.v2-night .v2-label { color: #bfb1ff; }

.v2-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(76, 54, 190, .14);
  border-radius: clamp(20px, 2.6vw, 32px);
  background:
    radial-gradient(240px circle at var(--mx) var(--my), rgba(255,255,255,.8), transparent 68%),
    linear-gradient(145deg, rgba(255,255,255,.64), rgba(255,255,255,.22));
  box-shadow: var(--v2-shadow);
  backdrop-filter: blur(18px);
  transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--lift, 0));
  transform-style: preserve-3d;
  transition: transform .5s var(--v2-ease), border-color .4s, box-shadow .4s;
}

.v2-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255,255,255,.38), transparent 24%, transparent 70%, rgba(128,94,240,.1));
}

.v2-card:hover {
  --lift: -8px;
  border-color: rgba(92,69,244,.34);
  box-shadow: 0 36px 90px rgba(43,30,126,.2);
}

.v2-night .v2-card {
  border-color: rgba(190,177,255,.16);
  background:
    radial-gradient(280px circle at var(--mx) var(--my), rgba(109,83,245,.19), transparent 67%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 28px 70px rgba(0,0,0,.2);
}

.v2-card h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  margin-bottom: 1rem;
  color: var(--v2-ink);
}
.v2-night .v2-card h3 { color: #fff; }
.v2-card p { position: relative; z-index: 1; }

.v2-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: .8rem;
  border-bottom: 1px solid rgba(78,56,190,.13);
  color: #5b48c8;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v2-night .v2-card-top { color: #bfb1ff; border-color: rgba(190,177,255,.16); }

.v2-card-top strong {
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -.04em;
}

.v2-card-lead { font-weight: 600; color: var(--v2-ink-soft) !important; }
.v2-night .v2-card-lead { color: rgba(255,255,255,.88) !important; }

.v2-card-body { margin-top: 1.3rem; }

.v2-card-punch {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(78,56,190,.13);
  color: #674eea;
  font-weight: 600;
  line-height: 1.6;
}
.v2-night .v2-card-punch { color: #c3b6ff; border-color: rgba(190,177,255,.16); }

.v2-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}

.v2-service-grid .v2-card { grid-column: span 2; }
.v2-service-grid .v2-card:nth-child(4),
.v2-service-grid .v2-card:nth-child(5) { grid-column: span 3; }

.v2-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.5rem;
}

.v2-check-list {
  list-style: none;
  display: grid;
  gap: .78rem;
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(190,177,255,.15);
}

.v2-check-list li {
  position: relative;
  padding-left: 1.6rem;
  color: rgba(240,235,255,.72);
}

.v2-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #bcaeff;
  font-weight: 700;
}

.v2-question-list { border-top: 1px solid var(--v2-line); }

.v2-question-row {
  display: grid;
  grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr);
  gap: clamp(2rem,5vw,6rem);
  padding: clamp(1.8rem,3.5vw,3rem) 0;
  border-bottom: 1px solid var(--v2-line);
  transition: padding .35s var(--v2-ease), background .35s;
}

.v2-question-row:hover { padding-left: 1rem; padding-right: 1rem; background: rgba(255,255,255,.18); }
.v2-question-row strong { color: #674eea; font-size: 1.05rem; line-height: 1.45; }
.v2-question-row p { color: var(--v2-ink-soft); }

.v2-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
  margin-top: clamp(3rem, 7vw, 6rem);
}

.v2-value-icon {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 13px;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, rgba(92,69,244,.17), rgba(197,59,213,.09));
  color: #6049e4;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(92,69,244,.16);
}

.v2-quote-card {
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(145deg, rgba(92,69,244,.95), rgba(177,43,204,.84));
}
.v2-quote-card p { color: #fff; font-size: clamp(1.35rem,2vw,1.8rem); font-weight: 600; font-style: italic; }

.v2-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.5rem;
}

.v2-result-card { padding: 0; overflow: hidden; }
.v2-result-card .case-media { margin: 0; border-radius: 0; aspect-ratio: 1.42; }
.v2-result-card .case-media img { width:100%; height:100%; object-fit:cover; transition: transform .8s var(--v2-ease), filter .6s; }
.v2-result-card:hover .case-media img { transform: scale(1.045); filter: saturate(1.08); }
.v2-result-copy { padding: clamp(1.6rem,3vw,2.5rem); }
.v2-result-tag { display:block; margin-bottom:.85rem; color:#6c54ea; font-size:.67rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.v2-result-title { font-size:clamp(1.35rem,2vw,1.85rem); line-height:1.15; }
.v2-mini-metrics { display:flex; flex-wrap:wrap; gap:1.25rem; margin-top:1.6rem; padding-top:1.35rem; border-top:1px solid var(--v2-line); }
.v2-mini-metrics strong { display:block; color:#5d46df; font-size:1.35rem; line-height:1; }
.v2-mini-metrics small { color:var(--v2-ink-soft); font-size:.68rem; }
.v2-night .v2-result-tag,
.v2-night .v2-mini-metrics strong { color:#c3b6ff; }
.v2-night .v2-mini-metrics small { color:rgba(240,235,255,.68); }
.v2-night .v2-mini-metrics { border-color:rgba(190,177,255,.16); }

.v2-three-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
}

.v2-three-flow .proc-step {
  display: block;
  min-height: 220px;
  padding: 1.7rem;
  border: 1px solid rgba(190,177,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  transition: transform .45s var(--v2-ease), background .4s, border-color .4s;
}

.v2-three-flow .proc-step:hover {
  transform: translateY(-9px);
  background: rgba(112,85,245,.14);
  border-color: rgba(190,177,255,.38);
}

.v2-three-flow .proc-step .n {
  display: block;
  margin-bottom: 2.2rem;
  font-size: 2.4rem;
}

.v2-diagnosis-steps {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1.25rem;
  counter-reset: diag;
}

.v2-diagnosis-step { counter-increment: diag; text-align:center; }
.v2-diagnosis-step::before {
  content: "0" counter(diag);
  display: block;
  margin-bottom: 2.4rem;
  color: #765ff0;
  font-size: clamp(2.8rem,6vw,5rem);
  font-family: var(--font-display);
  letter-spacing: -.06em;
  line-height: 1;
}

.v2-center-actions { display:flex; justify-content:center; margin-top:2.6rem; }
.v2-micro-note { margin-top:1rem; text-align:center; font-size:.78rem; opacity:.68; }

.v2-final-cta {
  padding: clamp(6rem,12vw,12rem) 0;
  text-align: center;
  overflow: hidden;
}

.v2-final-cta::before,
.v2-final-cta::after {
  content:"";
  position:absolute;
  width:32rem;
  aspect-ratio:1;
  border-radius:50%;
  filter:blur(3px);
  pointer-events:none;
  background:radial-gradient(circle,rgba(105,78,245,.2),transparent 67%);
}
.v2-final-cta::before { left:-12rem; top:-10rem; }
.v2-final-cta::after { right:-12rem; bottom:-12rem; background:radial-gradient(circle,rgba(196,54,211,.18),transparent 67%); }
.v2-final-cta .container { position:relative; z-index:1; max-width:920px; }
.v2-final-cta h2 { font-size:clamp(2.8rem,7vw,6.4rem); line-height:.98; letter-spacing:-.055em; text-wrap:balance; }
.v2-final-cta p { max-width:64ch; margin:2rem auto 0; }
.v2-final-cta .v2-final-punch { color:#674eea; font-size:clamp(1.1rem,1.8vw,1.35rem); font-weight:600; font-style:italic; }
.v2-final-cta .btn-row { justify-content:center; }
.v2-final-cta.v2-night .v2-final-punch { color:#c3b6ff; }

/* Metodo Bliss */
body.method-page-v2 .v2-section-head .h-section { max-width: 13ch; }

.v2-system-compare {
  display:grid;
  grid-template-columns:minmax(0,1fr) 4rem minmax(0,1fr);
  align-items:stretch;
  gap:1rem;
}

.v2-system-arrow {
  display:grid;
  place-items:center;
  color:#694fe7;
  font-size:2.6rem;
}

.v2-compare-card { min-height:0; }
.v2-before-card { background:linear-gradient(145deg,rgba(255,255,255,.56),rgba(205,198,230,.28)); }
.v2-after-card { color:#fff; background:linear-gradient(145deg,rgba(65,43,191,.96),rgba(157,48,196,.88)); }
.v2-after-card .v2-card-top { color:#e2d9ff; border-color:rgba(255,255,255,.17); }

.v2-system-list { list-style:none; display:grid; gap:.82rem; position:relative; z-index:1; }
.v2-system-list li { position:relative; padding-left:1.5rem; line-height:1.5; }
.v2-system-list li::before { position:absolute; left:0; top:0; font-weight:700; }
.v2-system-list.is-before li { color:#4d4a69; }
.v2-system-list.is-before li::before { content:"×"; color:#8b83a7; }
.v2-system-list.is-after li { color:rgba(255,255,255,.88); }
.v2-system-list.is-after li::before { content:"→"; color:#dfd6ff; }

.v2-method-punch {
  max-width:36ch;
  margin:clamp(3rem,6vw,5rem) auto 0;
  color:#6047da;
  font-family:var(--font-display);
  font-size:clamp(1.45rem,3vw,2.35rem);
  font-style:italic;
  line-height:1.25;
  letter-spacing:-.035em;
  text-align:center;
}

.method-phases-section { position:relative; }
.method-phases-section .v2-method-orbit { margin-top:clamp(2rem,5vw,5rem); }

.v2-phase-list { margin-top:clamp(4rem,8vw,8rem); border-top:1px solid rgba(205,195,255,.16); }
.v2-phase {
  display:grid;
  grid-template-columns:clamp(5rem,10vw,9rem) minmax(0,1fr);
  gap:clamp(1.5rem,4vw,4rem);
  padding:clamp(3rem,6vw,5.5rem) 0;
  border-bottom:1px solid rgba(205,195,255,.16);
}

.v2-phase-number { color:#b8a8ff; font-family:var(--font-display); font-size:clamp(3.5rem,7vw,6.5rem); line-height:.8; letter-spacing:-.07em; }
.v2-phase-content { max-width:1050px; }
.v2-phase-kicker { display:block; margin-bottom:.5rem; color:#b9aaff; font-size:.68rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.v2-phase-content h3 { margin-bottom:.7rem; font-size:clamp(2rem,4vw,3.6rem); letter-spacing:-.045em; }
.v2-phase-content > strong { display:block; color:#d4c9ff; font-style:italic; font-size:clamp(1rem,1.5vw,1.2rem); }
.v2-phase-content > p { max-width:70ch; margin-top:1.2rem; }
.v2-phase-output { margin-top:1.8rem; padding:1.5rem; border:1px solid rgba(205,195,255,.17); border-radius:20px; background:rgba(255,255,255,.045); }
.v2-phase-output > span { display:block; margin-bottom:1rem; color:#b9aaff; font-size:.66rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.v2-phase-output ul { list-style:none; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.65rem 2rem; }
.v2-phase-output li { position:relative; padding-left:1.15rem; color:rgba(244,240,255,.72); }
.v2-phase-output li::before { content:"•"; position:absolute; left:0; color:#b9aaff; }

.method-transform { background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(112,83,235,.07)); }
body.method-page-v2 .method-flow {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: .7rem;
  margin-top: 3rem !important;
}

body.method-page-v2 .method-flow .proc-step {
  position: relative;
  display: block;
  min-height: 270px;
  padding: 1.5rem;
  border: 1px solid rgba(190,177,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  transition: transform .45s var(--v2-ease), background .4s, border-color .4s;
}

body.method-page-v2 .method-flow .proc-step::after {
  content:"";
  position:absolute;
  left:1.5rem;
  right:1.5rem;
  bottom:1.5rem;
  height:2px;
  background:linear-gradient(90deg,#6f58f5,#c440d3);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .5s var(--v2-ease);
}

body.method-page-v2 .method-flow .proc-step:hover,
body.method-page-v2 .method-flow .proc-step.is-active {
  transform:translateY(-10px);
  background:rgba(112,85,245,.14);
  border-color:rgba(190,177,255,.38);
}
body.method-page-v2 .method-flow .proc-step:hover::after,
body.method-page-v2 .method-flow .proc-step.is-active::after { transform:scaleX(1); }
body.method-page-v2 .method-flow .n { display:block; margin-bottom:3rem; font-size:2.4rem; }

.v2-method-orbit {
  position:relative;
  width:min(460px,78vw);
  aspect-ratio:1;
  margin:0 auto 3.5rem;
}
.v2-method-orbit::before,
.v2-method-orbit::after { content:""; position:absolute; border:1px solid rgba(190,177,255,.22); border-radius:50%; }
.v2-method-orbit::before { inset:8%; animation:v2-orbit 22s linear infinite; }
.v2-method-orbit::after { inset:24%; border-style:dashed; animation:v2-orbit 15s linear reverse infinite; }
.v2-method-core { position:absolute; inset:36%; display:grid; place-items:center; border-radius:50%; background:radial-gradient(circle at 35% 25%,#b4a7ff,#5a41e8 48%,#231278); box-shadow:0 0 65px rgba(109,80,245,.6); color:#fff; font-weight:700; letter-spacing:.12em; font-size:.68rem; text-transform:uppercase; }
.v2-method-node { position:absolute; display:grid; place-items:center; width:5.7rem; aspect-ratio:1; border-radius:50%; background:rgba(18,12,63,.78); border:1px solid rgba(196,182,255,.25); color:#e9e4ff; font-size:.66rem; letter-spacing:.08em; text-transform:uppercase; box-shadow:0 18px 35px rgba(0,0,0,.18); }
.v2-method-node:nth-child(2){left:1%;top:43%}.v2-method-node:nth-child(3){left:18%;top:6%}.v2-method-node:nth-child(4){right:18%;top:6%}.v2-method-node:nth-child(5){right:1%;top:43%}.v2-method-node:nth-child(6){left:calc(50% - 2.85rem);bottom:0}

/* Siti web */
body.web-page-v2 .hero-inner { max-width:1280px; padding-right:clamp(24rem,46vw,40rem); }
body.web-page-v2 .hero-title { font-size:clamp(3rem,5.6vw,5.8rem); line-height:.98; max-width:10ch; }
.v2-web-device {
  position:absolute;
  z-index:2;
  right:clamp(-4rem,2vw,3rem);
  top:52%;
  width:clamp(370px,48vw,720px);
  transform:translateY(-50%) perspective(1100px) rotateY(-9deg) rotateX(3deg);
  filter:drop-shadow(0 42px 55px rgba(45,27,130,.23));
}
.v2-web-device img { width:100%; border-radius:24px; box-shadow:inset 0 0 0 1px rgba(255,255,255,.55); animation:v2-device-float 8s ease-in-out infinite; }
.v2-web-device::after { content:""; position:absolute; inset:12% -8% -10%; z-index:-1; background:radial-gradient(ellipse,rgba(105,78,245,.3),transparent 68%); filter:blur(20px); }
@keyframes v2-device-float { 50% { transform:translateY(-14px) rotate(.5deg); } }

.v2-portfolio-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.v2-portfolio-card { padding:0; overflow:hidden; }
.v2-portfolio-card .case-media { position:relative; margin:0; aspect-ratio:1.42; border-radius:0; overflow:hidden; }
.v2-portfolio-card .case-media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 50%,rgba(10,8,44,.5)); opacity:0; transition:opacity .4s; }
.v2-portfolio-card img { width:100%; height:100%; object-fit:cover; transition:transform .8s var(--v2-ease); }
.v2-portfolio-card:hover img { transform:scale(1.055); }
.v2-portfolio-card:hover .case-media::after { opacity:1; }
.v2-project-copy { padding:1.5rem; }
.v2-project-copy h3 { font-size:1.35rem; }
.v2-project-meta { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding-top:1rem; margin-top:1.3rem; border-top:1px solid var(--v2-line); color:#6b55df; font-size:.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }

body.web-page-v2 .price-tag {
  filter: drop-shadow(0 16px 34px rgba(89,58,218,.18));
}

body.web-page-v2 .faq-item {
  position:relative;
  margin-bottom:.8rem;
  padding:1.4rem 1.5rem;
  border:1px solid rgba(76,54,190,.13);
  border-radius:18px;
  background:rgba(255,255,255,.28);
  transition:transform .35s var(--v2-ease),background .35s,border-color .35s;
}

body.web-page-v2 .faq-item:hover {
  transform:translateX(8px);
  background:rgba(255,255,255,.52);
  border-color:rgba(92,69,244,.3);
}

body.web-page-v2 .faq-item::after {
  content:"+";
  position:absolute;
  right:1.4rem;
  top:1.15rem;
  color:#6850e7;
  font-size:1.4rem;
}

/* Risultati */
body.results-page-v2 .case-study-section { padding:clamp(3.5rem,6vw,5.5rem) 0; }
body.results-page-v2 .case-study-shell { display:grid; grid-template-columns:minmax(0,.85fr) minmax(380px,1.15fr); gap:clamp(1.5rem,3vw,3rem); align-items:start; padding:clamp(1.25rem,2.5vw,2rem); border:1px solid rgba(76,54,190,.16); border-radius:34px; background:rgba(255,255,255,.27); box-shadow:var(--v2-shadow); backdrop-filter:blur(18px); }
body.results-page-v2 .case-study-shell .section-header { display:block; grid-column:1; margin:0; }
body.results-page-v2 .case-study-shell .section-header > div + div { margin-top:1.25rem; }
body.results-page-v2 .case-study-shell .case-media { grid-column:2; grid-row:1 / span 2; max-width:none !important; margin-top:0 !important; aspect-ratio:16/10; border-radius:24px; overflow:hidden; }
body.results-page-v2 .case-study-shell .case-media img { width:100%; height:100%; object-fit:cover; }
body.results-page-v2 .case-study-shell .case-media img { transition:transform 1s var(--v2-ease); }
body.results-page-v2 .case-study-shell:hover .case-media img { transform:scale(1.025); }
body.results-page-v2 .case-study-shell .metric-row { grid-column:1 / -1; margin-top:.5rem !important; }
body.results-page-v2 .case-study-shell > .grid-2 { grid-column:1 / -1; margin-top:0 !important; }
body.results-page-v2 .metric-row { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:.75rem; margin-top:1.5rem !important; }
body.results-page-v2 .metric-row > div { min-width:0; padding:.65rem 0; }
body.results-page-v2 .metric-value { font-size:clamp(1.45rem,2.4vw,2.25rem); }

body.results-page-v2 .case-study-section .band-night {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(380px,1.15fr);
  gap:.8rem clamp(1.5rem,3vw,3rem);
  align-items:start;
  padding:clamp(1.8rem,3vw,3rem) !important;
}
body.results-page-v2 .case-study-section .band-night > .eyebrow,
body.results-page-v2 .case-study-section .band-night > .h-section,
body.results-page-v2 .case-study-section .band-night > p { grid-column:1; }
body.results-page-v2 .case-study-section .band-night > .case-media { grid-column:2; grid-row:1 / span 3; margin-top:0 !important; aspect-ratio:16/10; border-radius:22px; }
body.results-page-v2 .case-study-section .band-night > .case-media img { width:100%; height:100%; object-fit:cover; }
body.results-page-v2 .case-study-section .band-night > .metric-row,
body.results-page-v2 .case-study-section .band-night > .grid-2 { grid-column:1 / -1; }
body.results-page-v2 .case-study-section .band-night > .grid-2 { margin-top:.4rem !important; }

/* Diagnosi */
.v2-scan-grid { position:relative; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.v2-scan-grid::before { content:""; position:absolute; left:0; right:0; top:50%; height:1px; background:linear-gradient(90deg,transparent,#6a51ec,transparent); opacity:.4; animation:v2-scan 4s ease-in-out infinite; }
@keyframes v2-scan { 0%,100%{transform:translateY(-120px);opacity:0} 35%,65%{opacity:.55} 50%{transform:translateY(120px)} }
.v2-scan-card {
  --scan-a:#5d43df;
  --scan-b:#b532c5;
  color:#fff;
  background:linear-gradient(125deg,var(--scan-a),var(--scan-b),var(--scan-a));
  background-size:220% 220%;
  animation:v2-scan-gradient 9s ease-in-out infinite;
  transition:transform .5s var(--v2-ease),border-color .5s,box-shadow .5s,filter .5s;
}
.v2-scan-card:nth-child(2) { --scan-a:#3e55c7; --scan-b:#578ee8; animation-delay:-2.2s; }
.v2-scan-card:nth-child(3) { --scan-a:#6c3bd7; --scan-b:#cf4b9e; animation-delay:-4.4s; }
.v2-scan-card:nth-child(4) { --scan-a:#273ca7; --scan-b:#7446d7; animation-delay:-6.6s; }
@keyframes v2-scan-gradient { 0%,100%{background-position:0% 50%}50%{background-position:100% 50%} }
.v2-scan-card h3,.v2-scan-card p,.v2-scan-card .p-icon { color:#fff !important; }
.v2-scan-card .p-icon { background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); }
.v2-scan-card.is-scanning { transform:translateY(-9px); border-color:rgba(255,255,255,.52); box-shadow:0 30px 74px color-mix(in srgb,var(--scan-a) 42%,transparent); filter:saturate(1.16) brightness(1.06); }
body.diagnosis-page-v2 .diagnosis-flow { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; margin-top:3rem !important; }
body.diagnosis-page-v2 .diagnosis-flow .proc-step { display:block; padding:1.7rem; border:1px solid rgba(190,177,255,.16); border-radius:22px; background:rgba(255,255,255,.045); }
body.diagnosis-page-v2 .diagnosis-flow .n { display:block; margin-bottom:2rem; font-size:2.4rem; }
body.diagnosis-page-v2 .form-wrap { border:1px solid rgba(85,59,202,.18); border-radius:32px; background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(255,255,255,.34)); box-shadow:0 40px 110px rgba(45,30,135,.15); backdrop-filter:blur(22px); }

/* Motion progressivo */
[data-v2-reveal] {
  opacity: 0;
  transform: translateY(56px) scale(.985);
  filter: blur(10px);
  transition: opacity 1.05s var(--v2-ease), transform 1.15s var(--v2-ease), filter .85s ease;
  will-change: opacity,transform,filter;
}
[data-v2-reveal="left"] { transform:translateX(-56px) scale(.985); }
[data-v2-reveal="right"] { transform:translateX(56px) scale(.985); }
[data-v2-reveal].is-inview { opacity:1; transform:none; filter:blur(0); }

[data-v2-stagger] > * {
  opacity:0;
  transform:translateY(38px) scale(.985);
  filter:blur(8px);
  transition:opacity .82s var(--v2-ease),transform .95s var(--v2-ease),filter .72s ease;
  will-change:opacity,transform,filter;
}
[data-v2-stagger].is-inview > * { opacity:1; transform:none; filter:blur(0); }
[data-v2-stagger].is-inview > *:nth-child(2){transition-delay:.08s}
[data-v2-stagger].is-inview > *:nth-child(3){transition-delay:.16s}
[data-v2-stagger].is-inview > *:nth-child(4){transition-delay:.24s}
[data-v2-stagger].is-inview > *:nth-child(5){transition-delay:.32s}
[data-v2-stagger].is-inview > *:nth-child(6){transition-delay:.40s}

@media (max-width: 1100px) {
  .v2-service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v2-service-grid .v2-card,
  .v2-service-grid .v2-card:nth-child(4),
  .v2-service-grid .v2-card:nth-child(5) { grid-column:auto; }
  .v2-service-grid .v2-card:last-child { grid-column:1/-1; }
  .v2-values-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v2-values-grid .v2-quote-card { grid-column:span 2; min-height:250px; }
  body.method-page-v2 .method-flow { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .v2-portfolio-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v2-scan-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v2-web-device { opacity:.32; right:-16rem; }
  body.web-page-v2 .hero-inner { padding-right:var(--gutter); }
}

@media (max-width: 900px) {
  body.bm-v2 .hero { min-height:auto; }
  body.bm-v2 .hero-title { max-width:10ch; }
  .v2-hero-object { right:-4.5rem; opacity:.28; width:320px; }
  body.home-v2 .hero-shard-wrap { right:-5rem; opacity:.28; }
  body.method-page-v2 .hero-inner,
  body.results-page-v2 .hero-inner,
  body.diagnosis-page-v2 .hero-inner { padding-right:var(--gutter); }
  .v2-section-head { grid-template-columns:1fr; align-items:start; gap:1.5rem; }
  .v2-section-head .h-section { max-width:14ch; }
  .v2-mode-grid,.v2-results-grid { grid-template-columns:1fr; }
  .v2-diagnosis-steps { grid-template-columns:1fr; }
  .v2-three-flow { grid-template-columns:1fr; }
  .v2-question-row { grid-template-columns:1fr; gap:.7rem; }
  body.method-page-v2 .method-flow { grid-template-columns:1fr 1fr; }
  body.results-page-v2 .metric-row { grid-template-columns:repeat(3,minmax(0,1fr)); }
  body.results-page-v2 .case-study-shell,
  body.results-page-v2 .case-study-section .band-night { grid-template-columns:1fr; }
  body.results-page-v2 .case-study-shell .section-header,
  body.results-page-v2 .case-study-shell .case-media,
  body.results-page-v2 .case-study-shell .metric-row,
  body.results-page-v2 .case-study-shell > .grid-2,
  body.results-page-v2 .case-study-section .band-night > .eyebrow,
  body.results-page-v2 .case-study-section .band-night > .h-section,
  body.results-page-v2 .case-study-section .band-night > p,
  body.results-page-v2 .case-study-section .band-night > .case-media,
  body.results-page-v2 .case-study-section .band-night > .metric-row,
  body.results-page-v2 .case-study-section .band-night > .grid-2 { grid-column:1; grid-row:auto; }
  .v2-system-compare { grid-template-columns:1fr; }
  .v2-system-arrow { min-height:3rem; transform:rotate(90deg); }
  body.diagnosis-page-v2 .diagnosis-flow { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  body.bm-v2 .hero { padding-top:8.5rem; }
  body.bm-v2 .hero-title { font-size:clamp(3rem,15vw,4.7rem); }
  .v2-service-grid,.v2-values-grid,.v2-portfolio-grid,.v2-scan-grid { grid-template-columns:1fr; }
  .v2-service-grid .v2-card:last-child,.v2-values-grid .v2-quote-card { grid-column:auto; }
  body.method-page-v2 .method-flow { grid-template-columns:1fr; }
  body.method-page-v2 .method-flow .proc-step { min-height:auto; }
  .v2-method-orbit { transform:scale(.84); margin-inline:-8%; width:116%; }
  .v2-web-device { opacity:.18; right:-18rem; width:570px; }
  body.results-page-v2 .metric-row { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v2-phase { grid-template-columns:1fr; gap:1.5rem; }
  .v2-phase-number { font-size:4rem; }
  .v2-phase-output ul { grid-template-columns:1fr; }
  .v2-final-cta .btn-row { flex-direction:column; align-items:stretch; }
  .v2-final-cta .btn { justify-content:center; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-hero-object::before,.v2-hero-object::after,.v2-crystal,.v2-crystal::after,
  body.home-v2 .hero-shard-wrap::before,body.home-v2 .hero-shard-wrap::after,
  .v2-method-orbit::before,.v2-method-orbit::after,.v2-web-device img,.v2-scan-grid::before,
  .v2-scan-card,body.bm-v2 .menu-mobile::before { animation:none !important; }
  [data-v2-reveal],[data-v2-stagger] > * { opacity:1 !important; transform:none !important; transition:none !important; }
  .v2-card { transform:none !important; }
}

/* ================================================================
   BLISS MARKETING — CORREZIONI V3
   Hero senza prismi, glifi protetti, card e composizioni riallineate.
   ================================================================ */

/* Nessuna lettera o punteggiatura deve uscire dal proprio involucro animato. */
body.bm-v2 .hero-title .word {
  padding: .16em .04em .24em;
  margin: -.16em 0 -.24em;
  overflow: hidden;
}

body.bm-v2 .line-mask {
  padding: .14em .1em .24em;
  margin: -.14em 0 -.24em;
}

body.bm-v2 .cta-section h2,
body.bm-v2 .v2-final-cta h2,
body.bm-v2 .price-tag {
  max-width: 100%;
  padding: .12em .14em .2em;
  margin-inline: auto;
  overflow: visible;
  text-wrap: balance;
}

body.bm-v2 em.t-shimmer,
body.bm-v2 em.t-iris {
  display:inline-block;
  padding-inline:.02em .08em;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

body.bm-v2 .cta-section .cta-inner {
  width: min(100%, 60ch);
  max-width: 100%;
  padding-inline: clamp(1.1rem, 4vw, 2.6rem);
}

/* Hero editoriali: il testo torna ad avere una larghezza reale. */
body.method-page-v2 .hero-inner,
body.results-page-v2 .hero-inner,
body.diagnosis-page-v2 .hero-inner {
  max-width: var(--container);
  padding-right: var(--gutter);
}

body.method-page-v2 .hero-title,
body.results-page-v2 .hero-title,
body.diagnosis-page-v2 .hero-title {
  max-width: 13ch;
  font-size: clamp(3.5rem, 7.2vw, 7.2rem);
  line-height: 1.02;
}

body.results-page-v2 .hero {
  background:
    radial-gradient(48rem 34rem at 13% 18%,rgba(92,69,244,.28),transparent 68%),
    radial-gradient(44rem 32rem at 83% 72%,rgba(197,59,213,.2),transparent 70%),
    linear-gradient(145deg,rgba(206,196,241,.88),rgba(237,231,249,.72));
}

body.results-page-v2 .hero-title {
  max-width:16ch;
  font-size:clamp(3.4rem,6.4vw,6.6rem);
  line-height:.98;
}

body.method-page-v2 .hero-subtitle,
body.results-page-v2 .hero-subtitle,
body.diagnosis-page-v2 .hero-subtitle {
  width: min(100%, 58ch);
  max-width: 58ch;
}

body.method-page-v2 .hero-actions,
body.results-page-v2 .hero-actions,
body.diagnosis-page-v2 .hero-actions {
  width: auto;
  max-width: none;
  justify-content: flex-start;
}

/* Icone compatte: niente più fascia orizzontale sopra i titoli. */
body.bm-v2 .v2-card > .p-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-bottom: 2rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.13);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

/* Metodo: ogni strumento ha una propria firma cromatica. */
body.method-page-v2 .grid-4 .v2-card {
  border-color: rgba(255,255,255,.22);
  color: #fff;
  box-shadow: 0 28px 70px rgba(54,35,170,.2);
}
body.method-page-v2 .grid-4 .v2-card:nth-child(1) { background:linear-gradient(145deg,#5945e9,#bc30cf); }
body.method-page-v2 .grid-4 .v2-card:nth-child(2) { background:linear-gradient(145deg,#3f63d9,#7750e9); }
body.method-page-v2 .grid-4 .v2-card:nth-child(3) { background:linear-gradient(145deg,#6d42d8,#c958b2); }
body.method-page-v2 .grid-4 .v2-card:nth-child(4) { background:linear-gradient(145deg,#2f35ad,#7549df); }
body.method-page-v2 .grid-4 .v2-card h3,
body.method-page-v2 .grid-4 .v2-card p { color:#fff !important; }
body.method-page-v2 .grid-4 .v2-card::after { opacity:.34; }

/* Diagnosi: icone isolate, testi bianchi e gradiente senza barre decorative. */
body.diagnosis-page-v2 .v2-scan-card > .p-icon {
  width:3rem;
  height:3rem;
  margin-bottom:2rem;
  border-radius:50%;
}
body.diagnosis-page-v2 .v2-scan-card { padding-top:2rem; }

/* Hero Siti Web: mockup astratto e leggero, interamente in palette. */
body.web-page-v2 .hero-inner {
  max-width:1280px;
  padding-right:clamp(25rem,45vw,39rem);
}

body.web-page-v2 .hero-title {
  max-width:11.5ch;
  font-size:clamp(3.35rem,5.9vw,6.2rem);
  line-height:1.01;
}

body.web-page-v2 .hero-subtitle { width:min(100%,52ch); }

.v3-web-visual {
  position:absolute;
  z-index:2;
  right:max(7vw,calc((100vw - 1280px)/2 + 7rem));
  top:52%;
  width:clamp(340px,39vw,580px);
  height:clamp(310px,36vw,520px);
  transform:translateY(-50%);
  pointer-events:none;
  perspective:1200px;
}

body.web-page-v2 .hero {
  background:
    radial-gradient(40rem 34rem at 77% 42%,rgba(91,69,244,.22),transparent 67%),
    radial-gradient(38rem 30rem at 16% 13%,rgba(197,59,213,.12),transparent 70%),
    linear-gradient(145deg,rgba(215,206,244,.8),rgba(241,236,250,.72));
}

.v3-browser {
  position:absolute;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.56);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(23,16,76,.96),rgba(82,48,186,.9));
  box-shadow:0 38px 80px rgba(46,27,144,.25),inset 0 1px 0 rgba(255,255,255,.24);
  backdrop-filter:blur(18px);
}

.v3-browser-main {
  inset:6% 2% 3% 5%;
  transform:rotateY(-6deg) rotateX(2deg) rotateZ(-1deg);
  animation:v3-browser-float 8s ease-in-out infinite;
}

.v3-browser-bar {
  display:flex;
  gap:.4rem;
  height:2.7rem;
  align-items:center;
  padding:0 1rem;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:rgba(8,6,38,.28);
}
.v3-browser-bar i { width:.52rem; aspect-ratio:1; border-radius:50%; background:#a895ff; }
.v3-browser-bar i:nth-child(2){background:#d45cda}.v3-browser-bar i:nth-child(3){background:#6687f4}
.v3-browser-body { position:relative; height:calc(100% - 2.7rem); padding:clamp(1.4rem,3vw,2.8rem); color:#fff; }
.v3-browser-body::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 76% 22%,rgba(215,87,223,.55),transparent 35%),linear-gradient(135deg,transparent,rgba(105,82,237,.26)); }
.v3-browser-body b,.v3-browser-body em,.v3-browser-body span { position:relative; z-index:1; display:block; }
.v3-browser-body b { margin-bottom:clamp(2rem,5vw,5rem); color:#cfc4ff; font-size:.66rem; letter-spacing:.2em; }
.v3-browser-body em { max-width:9ch; font-family:var(--font-display); font-size:clamp(1.8rem,3.2vw,3.5rem); font-style:normal; font-weight:700; line-height:.98; letter-spacing:-.05em; }
.v3-browser-body span { width:54%; height:1px; margin:.7rem 0; background:linear-gradient(90deg,rgba(255,255,255,.72),transparent); }
.v3-web-orbit { position:absolute; inset:5% -6% -8% 7%; z-index:-1; border:1px solid rgba(92,69,244,.24); border-radius:50%; transform:rotate(-13deg); }
@keyframes v3-browser-float { 50%{transform:translateY(-12px) rotateY(-5deg) rotateX(1deg) rotateZ(-.5deg)} }

/* Premium V4: più profondità e ritmo sulle pagine informative, senza alterare la Experience. */
body.bm-v2:not(.home-v2) .v2-section:not(.v2-night) {
  position:relative;
  background:
    radial-gradient(34rem 25rem at 88% 15%,rgba(101,78,246,.085),transparent 72%),
    radial-gradient(28rem 22rem at 8% 82%,rgba(197,59,213,.065),transparent 74%);
}

body.bm-v2:not(.home-v2) .v2-section:not(.v2-night)::after {
  content:"";
  position:absolute;
  z-index:-1;
  left:max(var(--gutter),calc((100vw - 1280px)/2));
  right:max(var(--gutter),calc((100vw - 1280px)/2));
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(91,72,200,.18) 18%,rgba(197,59,213,.14) 72%,transparent);
}

body.bm-v2:not(.home-v2) .v2-card,
body.bm-v2:not(.home-v2) .problem-card {
  box-shadow:0 24px 70px rgba(46,31,132,.11),inset 0 1px 0 rgba(255,255,255,.62);
}

body.bm-v2:not(.home-v2) .v2-card:hover,
body.bm-v2:not(.home-v2) .problem-card:hover {
  border-color:rgba(92,69,244,.31);
  box-shadow:0 34px 86px rgba(46,31,132,.18),inset 0 1px 0 rgba(255,255,255,.72);
}

body.method-page-v2 .v2-phase {
  position:relative;
  margin-inline:calc(clamp(1rem,2vw,1.75rem) * -1);
  padding-inline:clamp(1rem,2vw,1.75rem);
  border-radius:26px;
  transition:background .45s ease,transform .55s var(--v2-ease),border-color .45s ease;
}

body.method-page-v2 .v2-phase:hover {
  transform:translateX(.45rem);
  border-color:rgba(205,195,255,.26);
  background:linear-gradient(100deg,rgba(105,80,240,.11),rgba(197,59,213,.045),transparent 78%);
}

body.method-page-v2 .v2-phase-output,
body.diagnosis-page-v2 .diagnosis-flow .proc-step {
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 45px rgba(4,2,29,.08);
}

body.results-page-v2 .case-study-shell {
  outline:1px solid rgba(255,255,255,.05);
  outline-offset:-10px;
}

body.diagnosis-page-v2 .v2-scan-card {
  box-shadow:0 26px 68px color-mix(in srgb,var(--scan-a) 24%,transparent),inset 0 1px 0 rgba(255,255,255,.25);
}

/* FAQ: blocco centrato, righe più ordinate e leggibili. */
body.web-page-v2 .web-faq-heading {
  display:block;
  max-width:850px;
  margin:0 auto clamp(2.5rem,6vw,4.5rem);
  text-align:center;
}
body.web-page-v2 .web-faq-heading .h-section { max-width:13ch; margin-inline:auto; }
body.web-page-v2 .web-faq-shell { width:min(100%,960px); margin:0 auto; }
body.web-page-v2 .web-faq-shell .faq-item {
  min-height:110px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:1.35rem 4rem 1.35rem 1.6rem;
  text-align:left;
}
body.web-page-v2 .web-faq-shell .faq-item h3 { margin-bottom:.35rem; }
body.web-page-v2 .price-tag { width:max-content; padding-right:.22em; line-height:1.08; }

/* Risultati: ritorno alla card editoriale originale, con foto intera e non ritagliata. */
body.results-page-v2 .case-study-section { padding:clamp(3rem,6vw,5.5rem) 0; }
body.results-page-v2 .case-study-shell,
body.results-page-v2 .case-study-section .band-night {
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr);
  gap:clamp(1.5rem,3.2vw,3.5rem);
  padding:clamp(1.5rem,3vw,3rem) !important;
  border:1px solid rgba(192,179,255,.2);
  border-radius:34px;
  background:
    radial-gradient(38rem 30rem at 15% 12%,rgba(99,73,231,.26),transparent 68%),
    radial-gradient(32rem 26rem at 88% 20%,rgba(196,55,207,.18),transparent 70%),
    linear-gradient(145deg,#100c39,#1b1255);
  box-shadow:0 34px 90px rgba(35,20,121,.24);
}

body.results-page-v2 .case-study-shell .section-header h2,
body.results-page-v2 .case-study-shell .section-header h3,
body.results-page-v2 .case-study-section .band-night h2,
body.results-page-v2 .case-study-shell .grid-2 h3,
body.results-page-v2 .case-study-section .band-night .grid-2 h3 { color:#fff; }
body.results-page-v2 .case-study-shell p,
body.results-page-v2 .case-study-section .band-night p { color:rgba(244,240,255,.76); }
body.results-page-v2 .case-study-shell .eyebrow,
body.results-page-v2 .case-study-section .band-night .eyebrow { color:#c8baff; }

body.results-page-v2 .case-study-shell .case-media,
body.results-page-v2 .case-study-section .band-night > .case-media {
  align-self:start;
  aspect-ratio:auto;
  padding:0;
  border:1px solid rgba(210,198,255,.18);
  border-radius:26px;
  background:#090725;
}
body.results-page-v2 .case-study-shell .case-media img,
body.results-page-v2 .case-study-section .band-night > .case-media img {
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

body.results-page-v2 .metric-row { padding-top:1.2rem; border-top:1px solid rgba(205,194,255,.16); }
body.results-page-v2 .metric-value { color:#c6b7ff; }
body.results-page-v2 .metric-label { color:rgba(244,240,255,.6); }
body.results-page-v2 .case-study-shell > .grid-2,
body.results-page-v2 .case-study-section .band-night > .grid-2 { padding-top:1.5rem; border-top:1px solid rgba(205,194,255,.16); }

body.results-page-v2 .v3-case-copy { grid-column:1; align-self:start; }
.v3-case-meta { display:flex; flex-wrap:wrap; justify-content:space-between; gap:.8rem; margin-bottom:1.4rem; color:#c7b9ff; font-size:.66rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.v3-case-meta span:first-child { padding:.55rem .8rem; border:1px solid rgba(204,191,255,.2); border-radius:999px; background:rgba(255,255,255,.055); }
.v3-case-name { margin:0 0 .85rem; color:#fff; font-size:clamp(2.5rem,4.5vw,4.7rem); line-height:.96; letter-spacing:-.055em; }
.v3-case-headline { max-width:22ch; margin-bottom:1.6rem; color:#f6f3ff; font-size:clamp(1.5rem,2.4vw,2.35rem); line-height:1.12; letter-spacing:-.035em; }
.v3-case-copy p + p { margin-top:1rem; }
.v3-case-details { grid-column:1/-1; display:grid; gap:1.5rem; padding-top:1.5rem; border-top:1px solid rgba(205,194,255,.16); }
.v3-platform-stats { display:flex; flex-wrap:wrap; gap:.8rem 2rem; }
.v3-platform-stats span { color:rgba(244,240,255,.66); font-size:.82rem; }
.v3-platform-stats strong { color:#fff; }
.v3-case-label { display:block; margin-bottom:.75rem; color:#c7b9ff; font-size:.67rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.v3-case-work { max-width:85ch; }
.v3-case-tags { display:flex; flex-wrap:wrap; gap:.55rem; margin-top:1.2rem; }
.v3-case-tags span { padding:.5rem .75rem; border:1px solid rgba(205,194,255,.17); border-radius:999px; background:rgba(255,255,255,.045); color:rgba(248,245,255,.8); font-size:.75rem; }
.v3-case-proof { padding:1.4rem 1.5rem; border:1px solid rgba(205,194,255,.18); border-radius:20px; background:rgba(255,255,255,.055); }
.v3-case-details blockquote { margin:0; padding:1.1rem 0 1.1rem 1.5rem; border-left:2px solid #a994ff; color:#f4f0ff; font-size:clamp(1rem,1.45vw,1.2rem); font-style:italic; line-height:1.6; }
.v3-case-card-discovery { background:radial-gradient(42rem 30rem at 84% 12%,rgba(81,118,235,.24),transparent 67%),radial-gradient(34rem 27rem at 10% 78%,rgba(191,55,207,.2),transparent 70%),linear-gradient(145deg,#0d0c3a,#18145c); }

@media (max-width:1100px) {
  body.web-page-v2 .hero-inner { padding-right:var(--gutter); }
  .v3-web-visual { display:none; }
  body.web-page-v2 .hero-title { max-width:12ch; }
  body.results-page-v2 .case-study-shell,
  body.results-page-v2 .case-study-section .band-night { grid-template-columns:1fr; }
  body.results-page-v2 .case-study-shell .section-header,
  body.results-page-v2 .case-study-shell .v3-case-copy,
  body.results-page-v2 .case-study-shell .case-media,
  body.results-page-v2 .case-study-shell .metric-row,
  body.results-page-v2 .case-study-shell > .grid-2,
  body.results-page-v2 .case-study-section .band-night > * { grid-column:1; grid-row:auto; }
  body.results-page-v2 .case-study-shell .case-media,
  body.results-page-v2 .case-study-section .band-night > .case-media { width:min(100%,620px); margin-inline:auto; }
}

@media (max-width:760px) {
  body.method-page-v2 .hero-title,
  body.results-page-v2 .hero-title,
  body.diagnosis-page-v2 .hero-title,
  body.web-page-v2 .hero-title { max-width:100%; font-size:clamp(2.8rem,12vw,4.4rem); line-height:1.03; }
  body.method-page-v2 .hero-subtitle,
  body.results-page-v2 .hero-subtitle,
  body.diagnosis-page-v2 .hero-subtitle,
  body.web-page-v2 .hero-subtitle { width:100%; max-width:100%; }
  .v3-web-visual { display:none; }
  body.web-page-v2 .web-faq-shell .faq-item { min-height:0; padding:1.2rem 3.2rem 1.2rem 1.2rem; }
  body.results-page-v2 .metric-row { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (prefers-reduced-motion:reduce) {
  .v3-browser-main { animation:none !important; }
}

/* ================================================================
   CONTENT REFINEMENT V19 — Home system, Web offer, mobile left flow
   ================================================================ */

/* Home: il sistema di leve entra come un unico asset editoriale. */
body.home-v2 .hero .hero-visual {
  position:absolute;
  z-index:4;
  top:13%;
  right:3.5%;
  bottom:auto;
  left:auto;
  width:min(41vw,610px);
  height:74%;
  overflow:visible;
  border-radius:48%;
  background:
    radial-gradient(circle at 48% 58%,rgba(192,58,213,.19),transparent 17%),
    radial-gradient(circle at 48% 58%,rgba(76,73,235,.12),transparent 42%);
  pointer-events:none;
}

body.home-v2 .hero .hero-visual::before {
  content:"";
  position:absolute;
  inset:9% 5%;
  border-radius:42%;
  background:
    linear-gradient(rgba(87,70,181,.065) 1px,transparent 1px),
    linear-gradient(90deg,rgba(87,70,181,.055) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(circle,#000,transparent 72%);
}

body.home-v2 .hero .float-card {
  position:absolute;
  display:flex !important;
  width:max-content !important;
  height:auto !important;
  min-height:52px;
  align-items:center;
  gap:.75rem;
  padding:.78rem 1.1rem;
  border:1px solid rgba(82,63,178,.2);
  border-radius:18px;
  color:#fff;
  background:linear-gradient(125deg,rgba(41,31,101,.9),rgba(85,57,162,.74));
  box-shadow:0 16px 38px rgba(45,29,123,.18),inset 0 1px 0 rgba(255,255,255,.19);
  backdrop-filter:blur(18px);
  opacity:0 !important;
  translate:0 22px;
  scale:.96;
  transition:opacity .55s ease,translate .8s var(--v2-ease),scale .8s var(--v2-ease),box-shadow .35s ease;
}

body.home-v2 .hero .hero-visual.is-entered .float-card {
  opacity:1 !important;
  translate:0 0;
  scale:1;
}

body.home-v2 .hero .hero-visual.is-entered .c1{transition-delay:.15s}
body.home-v2 .hero .hero-visual.is-entered .c5{transition-delay:.22s}
body.home-v2 .hero .hero-visual.is-entered .c2{transition-delay:.29s}
body.home-v2 .hero .hero-visual.is-entered .c3{transition-delay:.36s}
body.home-v2 .hero .hero-visual.is-entered .c6{transition-delay:.43s}
body.home-v2 .hero .hero-visual.is-entered .c4{transition-delay:.50s}

body.home-v2 .hero .float-card .dot {
  width:.52rem;
  height:.52rem;
  flex:0 0 auto;
  border-radius:50%;
  background:linear-gradient(135deg,#8d78ff,#e149cf);
  box-shadow:0 0 0 5px rgba(180,70,218,.1),0 0 18px rgba(191,60,211,.42);
}

body.home-v2 .hero .float-card .label { color:#fff; font-size:.9rem; font-weight:500; letter-spacing:.01em; }
body.home-v2 .hero .float-card .value { color:#e7c6ff; font-size:1.35rem; line-height:.8; }
body.home-v2 .hero .float-card.c1 { top:2%; right:8%; bottom:auto; left:auto; }
body.home-v2 .hero .float-card.c5 { top:23%; right:auto; bottom:auto; left:0; }
body.home-v2 .hero .float-card.c2 { top:43%; right:8%; bottom:auto; left:auto; }
body.home-v2 .hero .float-card.c3 { top:62%; right:auto; bottom:auto; left:6%; }
body.home-v2 .hero .float-card.c6 { top:auto; right:3%; bottom:6%; left:auto; background:linear-gradient(130deg,rgba(81,62,171,.94),rgba(187,49,197,.76)); }
body.home-v2 .hero .float-card.c4 { top:auto; right:auto; bottom:-2%; left:31%; }

/* Siti Web: ribbon e timer sincronizzato, in palette Bliss. */
body.web-page-v2 .web-offer-ribbon {
  position:fixed;
  z-index:84;
  top:0;
  left:0;
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  padding:.45rem var(--gutter);
  color:#fff;
  background:linear-gradient(100deg,#4f43dd,#7c48e5 48%,#b137c4);
  box-shadow:0 10px 30px rgba(66,45,166,.18),inset 0 -1px 0 rgba(255,255,255,.16);
  font-size:.78rem;
  font-weight:600;
  transition:opacity .28s ease;
}

body.web-page-v2 .web-offer-ribbon a,
body.web-page-v2 .web-offer-ribbon strong {
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 .8rem;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.12);
  text-decoration:none;
  backdrop-filter:blur(12px);
}

body.web-page-v2 .web-offer-ribbon strong { min-width:64px; justify-content:center; font-variant-numeric:tabular-nums; }
body.web-page-v2 .hero { margin-top:44px; min-height:calc(100svh - 44px); }
body.web-page-v2 .hero-inner { position:relative; }

body.web-page-v2 .web-offer-timer-card {
  position:absolute;
  z-index:5;
  top:24%;
  right:0;
  width:min(31vw,360px);
  padding:1.45rem 1.55rem;
  border:1px solid rgba(108,79,211,.25);
  border-radius:26px;
  color:#fff;
  background:
    radial-gradient(circle at 82% 16%,rgba(204,58,209,.28),transparent 34%),
    linear-gradient(145deg,rgba(32,23,89,.95),rgba(61,38,123,.93));
  box-shadow:0 28px 60px rgba(49,31,128,.25),inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(24px);
  transform:none;
}

body.web-page-v2 .timer-kicker {
  display:block;
  margin-bottom:.7rem;
  color:#dacdff;
  font-size:.65rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}

body.web-page-v2 .timer-digits { display:flex; align-items:center; gap:.5rem; font-variant-numeric:tabular-nums; }
body.web-page-v2 .timer-digits strong { min-width:1.7ch; color:#fff; font-family:var(--font-display); font-size:clamp(2.8rem,4.1vw,4.6rem); font-weight:600; line-height:.9; letter-spacing:-.055em; }
body.web-page-v2 .timer-digits i { color:#ba8ef5; font-size:2rem; font-style:normal; }
body.web-page-v2 .timer-units { display:grid; grid-template-columns:1fr 1fr; width:78%; margin:.5rem 0 1rem; color:#b9add8; font-size:.58rem; letter-spacing:.16em; text-transform:uppercase; }
body.web-page-v2 .timer-units span:last-child { text-align:right; }
body.web-page-v2 .web-offer-timer-card p { color:rgba(255,255,255,.72); font-size:.82rem; line-height:1.55; }
body.web-page-v2 .v3-web-visual { top:31%; right:max(2rem,calc((100vw - 1440px)/2 + 1rem)); width:clamp(300px,29vw,445px); height:clamp(250px,27vw,390px); }

@media (max-width:1100px) {
  body.web-page-v2 .web-offer-timer-card {
    position:relative;
    top:auto;
    right:auto;
    width:min(100%,31rem);
    margin-top:2rem;
    transform:none;
  }
}

/* Mobile: composizione editoriale coerente, sempre da sinistra a destra. */
@media (max-width:760px) {
  body.bm-v2 .hero-inner,
  body.method-page-v2 .hero-inner,
  body.results-page-v2 .hero-inner,
  body.web-page-v2 .hero-inner,
  body.diagnosis-page-v2 .hero-inner {
    align-items:flex-start !important;
    justify-items:start !important;
    text-align:left !important;
  }

  body.bm-v2 :is(.hero-title,.hero-subtitle,.hero-micro,.h-section,.section-header,.v2-section-head,.problem-card,.claim-iris),
  body.bm-v2 :is(.hero-title,.hero-subtitle,.hero-micro,.h-section,.section-header,.v2-section-head,.problem-card,.claim-iris) * {
    text-align:left !important;
  }

  body.bm-v2 :is(.hero-subtitle,.hero-micro,.section-header > div,.v2-section-head > div,.claim-iris) {
    margin-right:0 !important;
    margin-left:0 !important;
  }

  body.bm-v2 :is(.hero-eyebrow,.hero-actions,.v2-label,.section-header,.v2-section-head) {
    justify-content:flex-start !important;
    justify-items:start !important;
  }

  body.bm-v2 .hero-actions { width:100%; }
  body.bm-v2 .hero-actions .btn { width:100%; justify-content:center; text-align:center !important; }

  body.bm-v2 .site-footer,
  body.bm-v2 .site-footer :is(.footer-brand,.footer-col,.footer-bottom,.footer-copy) { text-align:left !important; }
  body.bm-v2 .site-footer .footer-top { justify-items:start !important; }
  body.bm-v2 .site-footer .footer-logo-img,
  body.bm-v2 .site-footer .footer-desc,
  body.bm-v2 .site-footer .footer-claim,
  body.bm-v2 .site-footer .footer-copy { margin-right:0 !important; margin-left:0 !important; }
  body.bm-v2 .site-footer .footer-col ul { align-items:flex-start !important; }
  body.bm-v2 .site-footer .footer-col a { justify-content:flex-start !important; text-align:left !important; }
  body.bm-v2 .site-footer .footer-bottom,
  body.bm-v2 .site-footer .footer-mini-links { align-items:flex-start !important; justify-content:flex-start !important; }

  body.home-v2 .hero { display:block; padding-bottom:2.2rem; }
  body.home-v2 .hero .hero-visual {
    position:relative;
    top:auto;
    right:auto;
    width:calc(100% - (var(--gutter) * 2));
    height:390px;
    margin:1.3rem var(--gutter) 0;
    border-radius:28px;
    overflow:hidden;
    background:
      radial-gradient(circle at 22% 70%,rgba(185,50,205,.36),transparent 18%),
      radial-gradient(circle at 45% 61%,rgba(89,73,231,.3),transparent 37%),
      linear-gradient(145deg,rgba(35,27,94,.95),rgba(22,18,62,.96));
  }

  body.home-v2 .hero .hero-visual::before {
    inset:0;
    border-radius:inherit;
    opacity:.7;
    background-size:42px 42px;
  }

  body.home-v2 .hero .float-card { min-height:44px; padding:.65rem .85rem; border-radius:15px; }
  body.home-v2 .hero .float-card .label { font-size:.8rem; }
  body.home-v2 .hero .float-card.c1 { top:6%; right:7%; left:auto; }
  body.home-v2 .hero .float-card.c5 { top:25%; left:8%; }
  body.home-v2 .hero .float-card.c2 { top:45%; right:8%; left:auto; }
  body.home-v2 .hero .float-card.c3 { top:64%; left:9%; }
  body.home-v2 .hero .float-card.c6 { right:8%; bottom:13%; left:auto; }
  body.home-v2 .hero .float-card.c4 { bottom:4%; left:30%; }
  body.home-v2 .hero-shard-wrap { display:none !important; }

  body.web-page-v2 .web-offer-ribbon {
    min-height:54px;
    justify-content:space-between;
    gap:.45rem;
    padding:.42rem .75rem;
    font-size:.66rem;
  }
  body.web-page-v2 .web-offer-ribbon > span { max-width:18ch; line-height:1.25; }
  body.web-page-v2 .web-offer-ribbon a { display:none; }
  body.web-page-v2 .web-offer-ribbon strong { min-height:32px; padding-inline:.68rem; }
  body.web-page-v2 .hero { margin-top:54px; min-height:auto; }
  body.web-page-v2 .web-offer-timer-card { width:100%; margin-top:1.8rem; padding:1.35rem; border-radius:22px; }
  body.web-page-v2 .timer-digits strong { font-size:3.5rem; }
  body.web-page-v2 .timer-units { width:10.8rem; }

  body.web-page-v2 :is(.web-service-section .list-check,.web-service-section .claim-iris,.web-price-section .btn-row) {
    margin-right:0 !important;
    margin-left:0 !important;
    text-align:left !important;
  }
  body.web-page-v2 .web-price-section .section-header > div:last-child { text-align:left !important; }
  body.web-page-v2 .web-faq-heading { text-align:left !important; justify-items:start !important; }
  body.web-page-v2 .faq-item,
  body.web-page-v2 .faq-item * { text-align:left !important; }

  body.results-page-v2 .metric-row > div,
  body.diagnosis-page-v2 .v2-diagnosis-step,
  body.diagnosis-page-v2 .v2-micro-note { text-align:left !important; }
}

@media (max-width:420px) {
  body.home-v2 .hero .hero-visual { height:360px; }
  body.home-v2 .hero .float-card { padding:.58rem .7rem; }
  body.web-page-v2 .timer-digits strong { font-size:3.15rem; }
}

/* ================================================================
   BLISS MARKETING — RESPONSIVE & TYPE V5
   Glifi integri, hero più ariose e composizione mobile completa.
   ================================================================ */

/* Gli involucri restano maschere solo durante il reveal; il padding protegge
   corsivi, accenti, punti interrogativi e lettere con forte overhang. */
body.bm-v2 .hero-title {
  overflow:visible;
  padding:.08em .16em .18em;
  margin-inline:-.16em;
}

body.bm-v2 .hero-title .word {
  box-sizing:content-box;
  padding:.22em .2em .31em !important;
  margin:-.22em -.14em -.31em !important;
  line-height:1.08;
}

body.bm-v2 .hero-title .word em {
  display:inline-block;
  padding-inline:.06em .16em;
  margin-inline:-.03em -.09em;
}

body.bm-v2 [data-split-lines] {
  overflow:visible;
  padding:.12em .16em .24em;
  margin:-.12em -.16em -.24em;
}

body.bm-v2 .line-mask {
  box-sizing:content-box;
  padding:.22em .18em .32em !important;
  margin:-.22em -.18em -.32em !important;
}

/* La nota finale resta pulita: nessuna barra verticale. */
body.bm-v2 .hero-micro {
  border-left:0;
  padding-left:0;
}

/* Il mockup Web occupa una zona propria e non sfiora più il testo. */
body.web-page-v2 .hero-inner {
  padding-right:clamp(28rem,48vw,43rem);
}

.v3-web-visual {
  right:max(2rem,calc((100vw - 1440px)/2 + 2rem));
  top:51%;
  width:clamp(330px,34vw,540px);
  height:clamp(300px,32vw,500px);
  transform:translate3d(var(--v2-px,0),calc(-50% + var(--v2-py,0)),0);
  transition:transform .9s var(--v2-ease);
}

/* Rifinitura premium condivisa: il bordo luminoso reagisce senza introdurre
   oggetti decorativi generici. */
body.bm-v2:not(.home-v2) .v2-card:not(.iris-edge)::before,
body.bm-v2:not(.home-v2) .problem-card::before {
  content:"";
  position:absolute;
  z-index:0;
  inset:-1px;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(115deg,rgba(255,255,255,.52),transparent 25%,transparent 72%,rgba(130,94,242,.16));
  opacity:.5;
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask-composite:exclude;
  -webkit-mask-composite:xor;
  padding:1px;
  transition:opacity .45s ease;
}

body.bm-v2:not(.home-v2) .v2-card:not(.iris-edge):hover::before,
body.bm-v2:not(.home-v2) .problem-card:hover::before { opacity:1; }

@media (max-width:1100px) {
  body.web-page-v2 .hero-inner { padding-right:var(--gutter); }
}

@media (max-width:900px) {
  body.bm-v2 { overflow-x:hidden; }

  body.bm-v2 .hero {
    min-height:auto;
    align-items:flex-start;
    padding-top:clamp(7.5rem,18vw,9rem);
    padding-bottom:clamp(4.5rem,12vw,6rem);
  }

  body.bm-v2 .hero-inner,
  body.method-page-v2 .hero-inner,
  body.results-page-v2 .hero-inner,
  body.web-page-v2 .hero-inner,
  body.diagnosis-page-v2 .hero-inner {
    width:100%;
    max-width:100%;
    padding-right:var(--gutter);
  }

  body.bm-v2 .hero-title,
  body.method-page-v2 .hero-title,
  body.results-page-v2 .hero-title,
  body.web-page-v2 .hero-title,
  body.diagnosis-page-v2 .hero-title {
    max-width:100%;
    font-size:clamp(3rem,11.5vw,5.2rem);
    line-height:1.02;
    text-wrap:pretty;
  }

  body.bm-v2 .hero-subtitle-wrap { margin-bottom:1.8rem; }
  body.bm-v2 .hero-subtitle { margin-bottom:0; font-size:clamp(1rem,2.5vw,1.14rem); }
  body.bm-v2 .hero-actions { width:min(100%,32rem); margin-bottom:1.5rem; }
  body.bm-v2 .hero-micro { width:min(100%,38rem); }

  .v2-section { padding:clamp(4.5rem,11vw,6.5rem) 0; }
  .v2-section-head,
  body.bm-v2 .section-header { gap:1.35rem; margin-bottom:clamp(2.5rem,7vw,3.75rem); }
  .v2-section-head .h-section,
  body.bm-v2 .section-header .h-section { max-width:100%; }

  body.results-page-v2 .case-study-shell,
  body.results-page-v2 .case-study-section .band-night {
    padding:clamp(1rem,3vw,1.5rem) !important;
    border-radius:26px;
    outline:0;
  }

  body.results-page-v2 .case-study-shell .case-media,
  body.results-page-v2 .case-study-section .band-night > .case-media { border-radius:18px; }
  .v3-case-name { font-size:clamp(2.2rem,8vw,3.35rem); }
  .v3-case-headline { max-width:100%; font-size:clamp(1.35rem,4.8vw,2rem); }
  .v3-case-meta { justify-content:flex-start; }
  .v3-platform-stats { gap:.65rem 1.2rem; }

  body.method-page-v2 .v2-phase {
    margin-inline:0;
    padding-inline:0;
    border-radius:0;
  }
  body.method-page-v2 .v2-phase:hover { transform:none; background:transparent; }
}

@media (max-width:640px) {
  :root { --gutter:1.15rem; }

  body.bm-v2 .hero-title,
  body.method-page-v2 .hero-title,
  body.results-page-v2 .hero-title,
  body.web-page-v2 .hero-title,
  body.diagnosis-page-v2 .hero-title {
    font-size:clamp(2.65rem,12vw,3.8rem);
    letter-spacing:-.045em;
  }

  body.bm-v2 .hero-title .word {
    padding:.2em .16em .29em !important;
    margin:-.2em -.11em -.29em !important;
  }

  body.bm-v2 .hero-eyebrow { margin-bottom:1.4rem; }
  body.bm-v2 .hero-actions { display:grid; grid-template-columns:1fr; gap:.7rem; }
  body.bm-v2 .hero-actions .btn { width:100%; justify-content:center; text-align:center; }
  body.bm-v2 .hero-micro { font-size:.8rem; line-height:1.55; }

  .v2-card,
  body.bm-v2 .problem-card,
  body.diagnosis-page-v2 .form-wrap {
    padding:1.3rem;
    border-radius:20px;
  }

  .v2-card:hover,
  body.bm-v2 .problem-card:hover { --lift:0; transform:none; }

  .v2-card-top { margin-bottom:2rem; }
  .v2-phase { padding:2.8rem 0; }
  .v2-phase-output { padding:1.1rem; }
  .v2-phase-output ul { grid-template-columns:1fr; }
  .v2-scan-grid { grid-template-columns:1fr; }
  .v2-scan-card.is-scanning { transform:translateY(-4px); }

  body.results-page-v2 .metric-row { grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
  body.results-page-v2 .metric-value { font-size:clamp(1.35rem,7vw,1.9rem); }
  .v3-case-details { gap:1.1rem; }
  .v3-case-tags { gap:.4rem; }
  .v3-case-tags span { font-size:.69rem; }
  .v3-case-proof { padding:1.1rem; border-radius:16px; }
  .v3-case-details blockquote { padding-left:1rem; }

  body.web-page-v2 .web-faq-heading { text-align:left; }
  body.web-page-v2 .web-faq-heading .h-section { margin-inline:0; }
  body.web-page-v2 .web-faq-shell .faq-item { padding:1.1rem 3rem 1.1rem 1rem; }

  body.bm-v2 .menu-mobile { min-height:100dvh; }
  body.bm-v2 .menu-mobile-nav a { font-size:clamp(1.45rem,7vw,2rem); }
}

@media (max-width:420px) {
  body.results-page-v2 .metric-row { grid-template-columns:1fr; }
  .v3-case-meta { display:grid; gap:.55rem; }
  .v3-platform-stats { display:grid; grid-template-columns:1fr 1fr; }
}

/* ================================================================
   BLISS MARKETING — HERO ASSETS & MOBILE COMPOSITION V6
   ================================================================ */

/* CTA: nessun residuo oro sulle pagine Bliss. */
body.bm-v2 .btn-primary,
body.bm-v2 button.btn-primary,
body.bm-v2 a.btn-primary {
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  background:linear-gradient(105deg,#3522ec 0%,#694ff4 42%,#bd31d1 72%,#5037ef 100%);
  background-size:220% 100%;
  text-shadow:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.26),0 14px 34px rgba(74,47,220,.27);
}

body.bm-v2 .btn-primary:hover,
body.bm-v2 button.btn-primary:hover,
body.bm-v2 a.btn-primary:hover {
  color:#fff;
  border-color:rgba(255,255,255,.32);
  background-position:100% 0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 20px 45px rgba(92,57,227,.36);
}

body.bm-v2 .btn-primary:active,
body.bm-v2 button.btn-primary:active,
body.bm-v2 a.btn-primary:active {
  background:linear-gradient(105deg,#3020db,#6848e9 54%,#a52ac0);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 8px 20px rgba(74,47,220,.24);
}

/* Asset concettuali specifici: sistema, dati e analisi. */
.bliss-hero-asset {
  position:absolute;
  z-index:2;
  right:max(2rem,calc((100vw - 1440px)/2 + 2rem));
  top:51%;
  width:clamp(350px,35vw,540px);
  aspect-ratio:1;
  pointer-events:none;
  color:#fff;
  transform:translate3d(var(--v2-px,0),calc(-50% + var(--v2-py,0)),0);
  transition:transform .9s var(--v2-ease);
  filter:drop-shadow(0 34px 55px rgba(63,40,179,.18));
}

body.method-page-v2 .hero-inner,
body.results-page-v2 .hero-inner,
body.diagnosis-page-v2 .hero-inner { padding-right:clamp(25rem,42vw,38rem); }

.bliss-orbit,
.bliss-data-orbit,
.bliss-radar-ring {
  position:absolute;
  border:1px solid rgba(91,69,244,.26);
  border-radius:50%;
}

.bliss-method-map::before,
.bliss-results-data::before,
.bliss-diagnosis-radar::before {
  content:"";
  position:absolute;
  inset:13%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.82),rgba(109,82,239,.13) 42%,rgba(197,59,213,.06) 62%,transparent 73%);
  filter:blur(1px);
}

.bliss-method-map .bliss-orbit-a { inset:13%; animation:bliss-orbit-spin 18s linear infinite; }
.bliss-method-map .bliss-orbit-b { inset:25% 4%; border-color:rgba(197,59,213,.23); transform:rotate(34deg); animation:bliss-orbit-spin-reverse 25s linear infinite; }

.bliss-method-core,
.bliss-data-core,
.bliss-radar-core {
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  display:flex;
  width:clamp(112px,11vw,158px);
  aspect-ratio:1;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.58);
  border-radius:50%;
  background:linear-gradient(145deg,rgba(70,47,213,.93),rgba(175,45,201,.86));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 22px 60px rgba(64,37,188,.3),0 0 0 12px rgba(91,69,244,.055);
  transform:translate(-50%,-50%);
  animation:bliss-core-breathe 5s ease-in-out infinite;
}

.bliss-method-core small,
.bliss-data-core small,
.bliss-radar-core small { font-size:.52rem; letter-spacing:.22em; opacity:.72; }
.bliss-method-core strong,
.bliss-data-core strong,
.bliss-radar-core strong { font-size:clamp(1.25rem,2.1vw,2rem); line-height:1; letter-spacing:-.05em; }
.bliss-method-core span,
.bliss-data-core span { margin-top:.25rem; font-size:.65rem; opacity:.78; }

.bliss-method-node {
  position:absolute;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:.42rem;
  padding:.48rem .68rem;
  border:1px solid rgba(78,58,206,.15);
  border-radius:999px;
  color:#2d2857;
  background:rgba(250,248,255,.68);
  box-shadow:0 14px 34px rgba(52,35,146,.12),inset 0 1px 0 rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  font-size:clamp(.55rem,.72vw,.68rem);
  white-space:nowrap;
  animation:bliss-node-float 5.8s ease-in-out infinite;
}
.bliss-method-node b { color:#6048df; font-size:.58rem; letter-spacing:.08em; }
.bliss-method-node.node-1{left:39%;top:2%}.bliss-method-node.node-2{right:-1%;top:19%;animation-delay:-.7s}
.bliss-method-node.node-3{right:-3%;top:47%;animation-delay:-1.4s}.bliss-method-node.node-4{right:5%;bottom:12%;animation-delay:-2.1s}
.bliss-method-node.node-5{left:39%;bottom:1%;animation-delay:-2.8s}.bliss-method-node.node-6{left:-1%;bottom:13%;animation-delay:-3.5s}
.bliss-method-node.node-7{left:-4%;top:47%;animation-delay:-4.2s}.bliss-method-node.node-8{left:2%;top:18%;animation-delay:-4.9s}

.bliss-results-data .bliss-data-orbit.orbit-a { inset:9%; transform:rotate(-12deg); animation:bliss-orbit-spin 21s linear infinite; }
.bliss-results-data .bliss-data-orbit.orbit-b { inset:24% 2%; border-color:rgba(197,59,213,.22); transform:rotate(28deg); animation:bliss-orbit-spin-reverse 28s linear infinite; }
.bliss-results-data .bliss-data-core { background:linear-gradient(145deg,rgba(42,38,137,.95),rgba(91,63,220,.9)); }

.bliss-data-chip {
  position:absolute;
  z-index:4;
  min-width:clamp(120px,12vw,164px);
  padding:.85rem 1rem;
  border:1px solid rgba(255,255,255,.58);
  border-radius:20px;
  color:#28234f;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(236,229,253,.55));
  box-shadow:0 18px 48px rgba(48,31,135,.14),inset 0 1px 0 #fff;
  backdrop-filter:blur(16px);
  animation:bliss-node-float 6.4s ease-in-out infinite;
}
.bliss-data-chip strong { display:block; color:#563fdb; font-size:clamp(1.15rem,2vw,1.75rem); line-height:1; letter-spacing:-.05em; }
.bliss-data-chip span { display:block; margin-top:.35rem; font-size:.61rem; letter-spacing:.04em; opacity:.72; }
.bliss-data-chip.chip-1{left:0;top:18%}.bliss-data-chip.chip-2{right:0;top:10%;animation-delay:-1.6s}
.bliss-data-chip.chip-3{left:3%;bottom:12%;animation-delay:-3.2s}.bliss-data-chip.chip-4{right:-2%;bottom:18%;animation-delay:-4.8s}

.bliss-diagnosis-radar::before { inset:5%; background:radial-gradient(circle,rgba(255,255,255,.82),rgba(87,107,234,.12) 44%,rgba(194,62,207,.08) 64%,transparent 74%); }
.bliss-diagnosis-radar .ring-a{inset:8%}.bliss-diagnosis-radar .ring-b{inset:24%;border-color:rgba(197,59,213,.24)}
.bliss-radar-cross { position:absolute; inset:8%; border-radius:50%; background:linear-gradient(90deg,transparent calc(50% - .5px),rgba(91,69,244,.18) 50%,transparent calc(50% + .5px)),linear-gradient(transparent calc(50% - .5px),rgba(91,69,244,.18) 50%,transparent calc(50% + .5px)); }
.bliss-radar-sweep { position:absolute; z-index:2; inset:8%; overflow:hidden; border-radius:50%; background:conic-gradient(from 0deg,transparent 0 78%,rgba(106,87,243,.38) 94%,transparent 100%); animation:bliss-radar-spin 5.5s linear infinite; }
.bliss-radar-sweep::after { content:""; position:absolute; inset:0; border-radius:50%; background:radial-gradient(circle at 67% 28%,#fff 0 2px,rgba(173,75,224,.58) 3px 8px,transparent 9px); }
.bliss-diagnosis-radar .bliss-radar-core { background:linear-gradient(145deg,rgba(44,53,178,.94),rgba(111,67,220,.9)); }
.bliss-radar-label { position:absolute; z-index:4; padding:.48rem .7rem; border:1px solid rgba(79,60,208,.15); border-radius:999px; color:#302b5b; background:rgba(250,248,255,.7); box-shadow:0 12px 30px rgba(46,31,132,.1); backdrop-filter:blur(14px); font-size:clamp(.57rem,.8vw,.7rem); }
.bliss-radar-label.label-1{left:9%;top:18%}.bliss-radar-label.label-2{right:0;top:28%}.bliss-radar-label.label-3{right:7%;bottom:16%}.bliss-radar-label.label-4{left:2%;bottom:24%}

@keyframes bliss-orbit-spin { to{transform:rotate(360deg)} }
@keyframes bliss-orbit-spin-reverse { to{transform:rotate(-360deg)} }
@keyframes bliss-radar-spin { to{transform:rotate(360deg)} }
@keyframes bliss-core-breathe { 50%{transform:translate(-50%,-50%) scale(1.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 28px 68px rgba(64,37,188,.34),0 0 0 20px rgba(91,69,244,.025)} }
@keyframes bliss-node-float { 50%{transform:translateY(-7px)} }

@media (max-width:900px) {
  body.bm-v2 .hero { flex-direction:column; }
  body.method-page-v2 .hero-inner,
  body.results-page-v2 .hero-inner,
  body.diagnosis-page-v2 .hero-inner { padding-right:var(--gutter); }

  body.bm-v2 .hero-inner,
  body.bm-v2 .hero-title,
  body.bm-v2 .hero-subtitle,
  body.bm-v2 .hero-micro { text-align:center; }

  body.bm-v2 .hero-title,
  body.bm-v2 .hero-subtitle,
  body.bm-v2 .hero-micro,
  body.bm-v2 .hero-actions { margin-inline:auto; }

  body.bm-v2 .hero-eyebrow,
  body.bm-v2 .hero-actions { display:flex; justify-content:center; }

  body.bm-v2 .v2-section-head,
  body.bm-v2 .section-header { text-align:center; justify-items:center; }
  body.bm-v2 .v2-section-head > *,
  body.bm-v2 .section-header > * { margin-inline:auto; }
  body.bm-v2 .v2-label { justify-content:center; }
  body.bm-v2 .v2-section-head p,
  body.bm-v2 .section-header p { margin-inline:auto; }

  body.bm-v2 .problem-card { text-align:center; }
  body.bm-v2 .problem-card .p-icon { margin-inline:auto; }

  .bliss-hero-asset {
    position:relative;
    inset:auto;
    order:2;
    width:min(82vw,390px);
    margin:clamp(2.5rem,9vw,4rem) auto 0;
    transform:none;
    filter:drop-shadow(0 24px 42px rgba(63,40,179,.15));
  }

  .site-footer { text-align:center; }
  .site-footer .footer-top { justify-items:center; }
  .site-footer .footer-logo-img { margin-inline:auto; }
  .site-footer .footer-desc { margin-inline:auto; }
  .site-footer .footer-col ul { align-items:center; }
  .site-footer .footer-bottom { flex-direction:column; justify-content:center; text-align:center; }
  .site-footer .footer-mini-links { justify-content:center; }
}

@media (max-width:640px) {
  .bliss-hero-asset { width:min(88vw,340px); }
  .bliss-method-node { padding:.4rem .52rem; font-size:.51rem; }
  .bliss-method-node b { font-size:.5rem; }
  .bliss-data-chip { min-width:112px; padding:.68rem .72rem; border-radius:15px; }
  .bliss-data-chip strong { font-size:1.08rem; }
  .bliss-radar-label { padding:.4rem .54rem; font-size:.52rem; }
  .site-footer { padding-top:4rem; }
  .site-footer .footer-top { gap:2.2rem; margin-bottom:3rem; }
  .site-footer .footer-logo { margin-bottom:1rem; }
  .site-footer .footer-claim { font-size:1.3rem; }
}

@media (prefers-reduced-motion:reduce) {
  .bliss-hero-asset *,
  .bliss-hero-asset *::before,
  .bliss-hero-asset *::after { animation:none !important; }
}

/* ================================================================
   BLISS MARKETING — MOBILE FIRST V10
   Composizione realmente dedicata allo smartphone: ritmo verticale
   più compatto, titoli bilanciati e collezioni di card swipe-friendly.
   ================================================================ */

@media (max-width:760px) {
  :root { --gutter:18px; }

  body.bm-v2 main { overflow:hidden; }

  body.bm-v2 main > section:not(.hero),
  body.bm-v2 .v2-section {
    padding-top:clamp(3.8rem,15vw,5rem);
    padding-bottom:clamp(3.8rem,15vw,5rem);
  }

  body.bm-v2 .container {
    width:100%;
    padding-inline:var(--gutter);
  }

  body.bm-v2 .hero {
    min-height:auto;
    padding-top:7.2rem;
    padding-bottom:3.75rem;
  }

  body.bm-v2 .hero-inner {
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    padding-inline:var(--gutter);
  }

  body.bm-v2 .hero-eyebrow {
    max-width:100%;
    margin-bottom:1.55rem;
  }

  body.bm-v2 .hero-eyebrow .pill {
    max-width:min(100%,22rem);
    padding:.62rem .88rem;
    line-height:1.35;
    text-align:center;
    white-space:normal;
  }

  body.bm-v2 .hero-title,
  body.method-page-v2 .hero-title,
  body.results-page-v2 .hero-title,
  body.web-page-v2 .hero-title,
  body.diagnosis-page-v2 .hero-title {
    width:100%;
    max-width:11.5ch;
    margin:0 auto 1.6rem;
    padding:.06em .02em .14em;
    font-size:clamp(2.55rem,11.5vw,3.45rem);
    line-height:1.01;
    letter-spacing:-.047em;
    text-align:center;
    text-wrap:balance;
  }

  body.bm-v2 .hero-title .word {
    box-sizing:border-box;
    padding:.12em .035em .19em !important;
    margin:-.12em 0 -.19em !important;
    white-space:nowrap;
  }

  body.bm-v2 .hero-title .word em {
    padding-inline:.02em .08em;
    margin-inline:0 -.04em;
  }

  body.bm-v2 .hero-subtitle-wrap {
    width:100%;
    margin-bottom:1.55rem;
  }

  body.bm-v2 .hero-subtitle,
  body.bm-v2 .hero-micro {
    width:min(100%,33ch);
    max-width:33ch;
    margin-inline:auto;
    line-height:1.58;
    text-align:center;
  }

  body.bm-v2 .hero-subtitle { font-size:1rem; }
  body.bm-v2 .hero-actions { width:min(100%,23rem); margin-bottom:1.35rem; }
  body.bm-v2 .hero-actions .btn { min-height:3.15rem; padding:.85rem 1rem; }

  body.bm-v2 .hero-micro {
    padding:0;
    border:0;
    font-size:.77rem;
    opacity:.74;
  }

  body.bm-v2 .h-section,
  body.bm-v2 .v2-section-head .h-section,
  body.bm-v2 .section-header .h-section,
  body.web-page-v2 .web-faq-heading .h-section {
    width:100%;
    max-width:13ch;
    margin-inline:auto;
    font-size:clamp(2rem,9.2vw,2.75rem);
    line-height:1.04;
    letter-spacing:-.04em;
    text-align:center;
    text-wrap:balance;
  }

  body.bm-v2 [data-split-lines] {
    padding:.06em .03em .15em;
    margin:0 auto;
  }

  body.bm-v2 .line-mask {
    padding:.08em .04em .14em !important;
    margin:-.08em -.04em 0 !important;
  }

  body.bm-v2 .v2-section-head,
  body.bm-v2 .section-header {
    display:grid;
    grid-template-columns:1fr;
    gap:1.15rem;
    width:100%;
    margin-bottom:2.4rem;
    text-align:center;
  }

  body.bm-v2 .v2-section-head > *,
  body.bm-v2 .section-header > * { width:100%; }

  body.bm-v2 .v2-section-head p,
  body.bm-v2 .section-header p,
  body.bm-v2 .v2-method-punch,
  body.bm-v2 .v2-micro-note {
    max-width:34ch;
    margin-inline:auto;
    line-height:1.6;
    text-align:center;
  }

  body.bm-v2 .eyebrow,
  body.bm-v2 .v2-label { justify-content:center; text-align:center; }

  body.bm-v2 .band-night {
    padding:2rem 1.2rem !important;
    border-radius:24px;
  }

  body.bm-v2 .v2-card,
  body.bm-v2 .problem-card {
    padding:1.35rem;
    border-radius:22px;
    text-align:left;
  }

  body.bm-v2 .v2-card h3,
  body.bm-v2 .problem-card h3 { line-height:1.12; text-wrap:balance; }

  body.bm-v2 .v2-card p,
  body.bm-v2 .problem-card p { line-height:1.58; }

  /* Le collezioni diventano caroselli nativi: tutti i contenuti restano
     presenti, ma la pagina non si trasforma in una colonna infinita. */
  body.home-v2 .grid-3,
  body.home-v2 .v2-service-grid,
  body.home-v2 .v2-values-grid,
  body.home-v2 .v2-results-grid,
  body.home-v2 .v2-diagnosis-steps,
  body.method-page-v2 .grid-4,
  body.web-page-v2 .v2-portfolio-grid,
  body.diagnosis-page-v2 .v2-scan-grid {
    display:flex;
    align-items:stretch;
    gap:1rem;
    width:calc(100% + (var(--gutter) * 2));
    max-width:none;
    margin-inline:calc(var(--gutter) * -1);
    padding:0 var(--gutter) 1.15rem;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-padding-inline:var(--gutter);
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  body.home-v2 .grid-3::-webkit-scrollbar,
  body.home-v2 .v2-service-grid::-webkit-scrollbar,
  body.home-v2 .v2-values-grid::-webkit-scrollbar,
  body.home-v2 .v2-results-grid::-webkit-scrollbar,
  body.home-v2 .v2-diagnosis-steps::-webkit-scrollbar,
  body.method-page-v2 .grid-4::-webkit-scrollbar,
  body.web-page-v2 .v2-portfolio-grid::-webkit-scrollbar,
  body.diagnosis-page-v2 .v2-scan-grid::-webkit-scrollbar { display:none; }

  body.home-v2 .grid-3 > *,
  body.home-v2 .v2-service-grid > *,
  body.home-v2 .v2-values-grid > *,
  body.home-v2 .v2-results-grid > *,
  body.home-v2 .v2-diagnosis-steps > *,
  body.method-page-v2 .grid-4 > *,
  body.web-page-v2 .v2-portfolio-grid > *,
  body.diagnosis-page-v2 .v2-scan-grid > * {
    flex:0 0 min(84vw,330px);
    width:min(84vw,330px);
    min-width:0;
    scroll-snap-align:center;
    scroll-snap-stop:always;
  }

  body.home-v2 .v2-results-grid > * { flex-basis:min(88vw,346px); width:min(88vw,346px); }
  body.home-v2 .v2-result-copy { padding:1.25rem; }
  body.home-v2 .v2-result-title { font-size:1.2rem; }
  body.home-v2 .v2-mini-metrics { grid-template-columns:repeat(3,minmax(0,1fr)); gap:.45rem; }
  body.home-v2 .v2-mini-metrics strong { font-size:1rem; }

  body.home-v2 .v2-question-row {
    padding:1.25rem 0;
    gap:.55rem;
    text-align:center;
  }
  body.home-v2 .v2-question-row strong,
  body.home-v2 .v2-question-row p { max-width:33ch; margin-inline:auto; }

  /* Metodo: le otto fasi diventano un percorso orizzontale leggibile. */
  body.method-page-v2 .v2-phase-list {
    display:flex;
    align-items:stretch;
    gap:1rem;
    width:calc(100% + (var(--gutter) * 2));
    margin:2.4rem calc(var(--gutter) * -1) 0;
    padding:0 var(--gutter) 1.15rem;
    border-top:0;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-padding-inline:var(--gutter);
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  body.method-page-v2 .v2-phase-list::-webkit-scrollbar { display:none; }

  body.method-page-v2 .v2-phase {
    display:block;
    flex:0 0 min(88vw,350px);
    width:min(88vw,350px);
    min-width:0;
    margin:0;
    padding:1.45rem;
    border:1px solid rgba(205,195,255,.16);
    border-radius:24px;
    background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
    scroll-snap-align:center;
    scroll-snap-stop:always;
  }

  body.method-page-v2 .v2-phase-number {
    display:block;
    margin-bottom:1rem;
    font-size:2.8rem;
  }

  body.method-page-v2 .v2-phase-content h3 { font-size:2rem; }
  body.method-page-v2 .v2-phase-content > p { margin-top:.9rem; line-height:1.55; }
  body.method-page-v2 .v2-phase-output { margin-top:1.2rem; padding:1rem; }
  body.method-page-v2 .v2-phase-output ul { gap:.5rem; }
  body.method-page-v2 .v2-phase-output li { font-size:.82rem; line-height:1.45; }

  body.method-page-v2 .v2-system-arrow { transform:rotate(90deg); }

  /* Case study: gerarchia più compatta senza eliminare nessun dato. */
  body.results-page-v2 .case-study-section { padding-block:3.4rem; }
  body.results-page-v2 .case-study-shell,
  body.results-page-v2 .case-study-section .band-night {
    padding:1rem !important;
    border-radius:24px;
  }
  body.results-page-v2 .v3-case-name { font-size:2.15rem; line-height:1; }
  body.results-page-v2 .v3-case-headline { margin-bottom:1.15rem; font-size:1.35rem; line-height:1.18; }
  body.results-page-v2 .case-media { margin-bottom:1.15rem; }
  body.results-page-v2 .metric-row { gap:.75rem; margin:1rem 0; }
  body.results-page-v2 .metric-row > div { text-align:center; }
  body.results-page-v2 .v3-case-tags { gap:.4rem; }

  /* Moduli e FAQ: controlli a tutta larghezza e ritmo touch. */
  body.web-page-v2 .web-faq-heading { text-align:center; }
  body.web-page-v2 .web-faq-heading .h-section { margin-inline:auto; }
  body.web-page-v2 .web-faq-shell .faq-item { padding:1.15rem 2.9rem 1.15rem 1.05rem; }

  body.bm-v2 .form-wrap,
  body.bm-v2 .web-form { padding:1.15rem; border-radius:22px; }
  body.bm-v2 .step-fields-grid,
  body.bm-v2 .choice-grid { grid-template-columns:1fr; }
  body.bm-v2 .step-actions { display:grid; grid-template-columns:1fr; gap:.7rem; }
  body.bm-v2 .step-actions .btn { width:100%; justify-content:center; }

  /* Footer realmente centrato anche nei contenuti e nei link lunghi. */
  body.bm-v2 .site-footer { padding:3.7rem 0 2rem; text-align:center; }
  body.bm-v2 .site-footer .footer-mega { display:none; }
  body.bm-v2 .site-footer .footer-top {
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:2.15rem;
    margin-bottom:2.6rem;
  }
  body.bm-v2 .site-footer .footer-col,
  body.bm-v2 .site-footer .footer-brand { width:min(100%,22rem); text-align:center; }
  body.bm-v2 .site-footer .footer-col ul { display:flex; flex-direction:column; align-items:center; }
  body.bm-v2 .site-footer .footer-col a { display:inline-flex; justify-content:center; text-align:center; }
  body.bm-v2 .site-footer .footer-claim,
  body.bm-v2 .site-footer .footer-desc { max-width:30ch; margin-inline:auto; }
  body.bm-v2 .site-footer .footer-bottom,
  body.bm-v2 .site-footer .footer-mini-links { align-items:center; justify-content:center; text-align:center; }
  body.bm-v2 .site-footer .footer-copy { max-width:31ch; margin-inline:auto; }

  .bliss-hero-asset {
    width:min(86vw,330px);
    margin-top:2.25rem;
    margin-bottom:-.35rem;
  }
}

@media (max-width:420px) {
  :root { --gutter:15px; }

  body.bm-v2 .hero { padding-top:6.8rem; padding-bottom:3.35rem; }
  body.bm-v2 .hero-title,
  body.method-page-v2 .hero-title,
  body.results-page-v2 .hero-title,
  body.web-page-v2 .hero-title,
  body.diagnosis-page-v2 .hero-title {
    max-width:11.8ch;
    font-size:clamp(2.15rem,10.7vw,2.75rem);
  }

  body.home-v2 .hero-title { font-size:clamp(2.08rem,10.5vw,2.65rem); }
  body.bm-v2 .hero-title .word { padding-inline:.015em !important; }
  body.bm-v2 .hero-subtitle { font-size:.94rem; }
  body.bm-v2 .h-section,
  body.bm-v2 .v2-section-head .h-section,
  body.bm-v2 .section-header .h-section { font-size:clamp(1.85rem,9vw,2.35rem); }

  body.bm-v2 .v2-card,
  body.bm-v2 .problem-card { padding:1.2rem; }

  body.method-page-v2 .v2-phase { flex-basis:88vw; width:88vw; padding:1.25rem; }
  body.bm-v2 .site-footer .footer-claim { font-size:1.18rem; }
}

/* V11 — contrasto CTA, logo definitivo e micro-ritmo mobile. */
body.bm-v2 .v2-night .btn-ghost,
body.bm-v2 .band-night .btn-ghost {
  color:#fff;
  border-color:rgba(255,255,255,.42);
  background:rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
}

body.bm-v2 .v2-night .btn-ghost:hover,
body.bm-v2 .band-night .btn-ghost:hover {
  color:#fff;
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.17);
}

body.bm-v2 .footer-logo-img {
  width:clamp(92px,8vw,126px);
  height:auto;
  aspect-ratio:1323/960;
  object-fit:contain;
}

@media (max-width:760px) {
  body.bm-v2 .hero-actions {
    gap:.82rem;
  }

  body.bm-v2 .hero-actions .btn,
  body.bm-v2 .v2-final-cta .btn-row .btn,
  body.bm-v2 .band-night .btn-row .btn {
    width:100%;
    min-height:3.25rem;
    padding:.9rem 1.15rem;
    justify-content:center;
    border-radius:999px;
    line-height:1.2;
    text-align:center;
  }

  body.bm-v2 .v2-final-cta .btn-row,
  body.bm-v2 .band-night .btn-row {
    display:grid;
    grid-template-columns:1fr;
    width:min(100%,23rem);
    margin-inline:auto;
    gap:.82rem;
  }

  body.bm-v2 .site-footer .footer-logo-img {
    width:100px;
  }

  /* Card Metodo in Home: percorso verticale, leggibile e senza frecce isolate. */
  body.home-v2 .band-night {
    text-align:center;
  }

  body.home-v2 .band-night > .eyebrow {
    justify-content:center;
  }

  body.home-v2 .band-night > p {
    max-width:31ch !important;
    margin-inline:auto;
    line-height:1.58;
  }

  body.home-v2 .iris-timeline {
    counter-reset:bliss-timeline;
    display:grid;
    grid-template-columns:1fr;
    gap:.58rem;
    width:min(100%,23rem);
    margin:1.8rem auto 0;
  }

  body.home-v2 .iris-timeline span {
    counter-increment:bliss-timeline;
    position:relative;
    display:grid;
    grid-template-columns:2.3rem 1fr;
    align-items:center;
    width:100%;
    min-height:3rem;
    padding:.58rem .9rem .58rem .55rem;
    border-color:rgba(158,139,255,.24);
    color:#fff;
    background:linear-gradient(105deg,rgba(255,255,255,.085),rgba(151,64,218,.12));
    font-size:.9rem;
    text-align:left;
  }

  body.home-v2 .iris-timeline span::before {
    content:"0" counter(bliss-timeline);
    display:grid;
    width:1.85rem;
    aspect-ratio:1;
    place-items:center;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
    color:#d8cfff;
    background:rgba(255,255,255,.06);
    font-size:.61rem;
    letter-spacing:.05em;
  }

  body.home-v2 .iris-timeline i {
    display:none;
  }

  /* Siti Web: marker e CTA restano dentro la colonna mobile. */
  body.web-page-v2 .web-service-section .list-check {
    width:min(100%,23rem);
    margin:1.65rem auto 0;
    gap:.72rem;
    text-align:left;
  }

  body.web-page-v2 .web-service-section .list-check li {
    padding-left:1.7rem;
    line-height:1.48;
  }

  body.web-page-v2 .web-service-section .list-check li::before {
    left:.15rem;
    top:.43em;
  }

  body.web-page-v2 .web-service-section .claim-iris {
    max-width:29ch;
    margin-inline:auto;
    text-align:center;
  }

  body.web-page-v2 .web-price-section .section-header > div:last-child {
    width:100%;
    text-align:center;
  }

  body.web-page-v2 .web-price-section .btn-row {
    display:flex;
    width:min(100%,23rem);
    margin-inline:auto;
    justify-content:center;
  }

  body.web-page-v2 .web-price-section .btn {
    width:100%;
    min-height:3.25rem;
    justify-content:center;
    text-align:center;
  }
}

/* ================================================================
   BLISS MARKETING — MOTION & CONTRAST V14
   Entrate complete e progressive, senza contenuti gia a meta corsa.
   ================================================================ */

body.bm-v2 .reveal,
body.bm-v2 .hero-eyebrow,
body.bm-v2 .hero-subtitle,
body.bm-v2 .hero-actions,
body.bm-v2 .hero-micro { animation:none !important; }

.bliss-hero-asset,
.v3-web-visual,
body.home-v2 .hero-shard-wrap {
  opacity:0;
  translate:0 54px;
  scale:.9;
  filter:blur(15px) drop-shadow(0 34px 55px rgba(63,40,179,.12));
  transition:opacity .8s ease,translate 1.2s var(--v2-ease),scale 1.2s var(--v2-ease),filter 1s ease;
  will-change:opacity,translate,scale,filter;
}

.bliss-hero-asset.is-entered,
.v3-web-visual.is-entered,
body.home-v2 .hero-shard-wrap.is-entered {
  opacity:1;
  translate:0 0;
  scale:1;
  filter:blur(0) drop-shadow(0 34px 55px rgba(63,40,179,.18));
}

.bliss-method-core,
.bliss-data-core,
.bliss-radar-core,
.bliss-method-node,
.bliss-data-chip,
.bliss-radar-label {
  opacity:0;
  translate:0 20px;
  scale:.92;
  transition:opacity .62s ease,translate .86s var(--v2-ease),scale .86s var(--v2-ease);
}

.bliss-hero-asset.is-entered .bliss-method-core,
.bliss-hero-asset.is-entered .bliss-data-core,
.bliss-hero-asset.is-entered .bliss-radar-core,
.bliss-hero-asset.is-entered .bliss-method-node,
.bliss-hero-asset.is-entered .bliss-data-chip,
.bliss-hero-asset.is-entered .bliss-radar-label {
  opacity:1;
  translate:0 0;
  scale:1;
}

.bliss-hero-asset.is-entered :is(.bliss-method-core,.bliss-data-core,.bliss-radar-core){transition-delay:.24s}
.bliss-hero-asset.is-entered :is(.node-1,.chip-1,.label-1){transition-delay:.36s}
.bliss-hero-asset.is-entered :is(.node-2,.chip-2,.label-2){transition-delay:.44s}
.bliss-hero-asset.is-entered :is(.node-3,.chip-3,.label-3){transition-delay:.52s}
.bliss-hero-asset.is-entered :is(.node-4,.chip-4,.label-4){transition-delay:.60s}
.bliss-hero-asset.is-entered .node-5{transition-delay:.68s}
.bliss-hero-asset.is-entered .node-6{transition-delay:.76s}
.bliss-hero-asset.is-entered .node-7{transition-delay:.84s}
.bliss-hero-asset.is-entered .node-8{transition-delay:.92s}

.bliss-hero-asset:not(.is-motion-ready) :is(.bliss-orbit,.bliss-data-orbit,.bliss-radar-sweep,.bliss-method-core,.bliss-data-core,.bliss-radar-core){animation-play-state:paused !important}
.v3-web-visual:not(.is-motion-ready) *,
.v3-web-visual:not(.is-motion-ready) *::before,
.v3-web-visual:not(.is-motion-ready) *::after,
body.home-v2 .hero-shard-wrap:not(.is-motion-ready) *,
body.home-v2 .hero-shard-wrap:not(.is-motion-ready) *::before,
body.home-v2 .hero-shard-wrap:not(.is-motion-ready) *::after,
body.home-v2 .hero-shard-wrap:not(.is-motion-ready)::before,
body.home-v2 .hero-shard-wrap:not(.is-motion-ready)::after{animation-play-state:paused !important}
.bliss-method-node,.bliss-data-chip{animation:none}
.bliss-hero-asset.is-motion-ready .bliss-method-node,
.bliss-hero-asset.is-motion-ready .bliss-data-chip{animation:bliss-node-float 5.8s ease-in-out infinite}
.bliss-hero-asset.is-motion-ready :is(.node-2,.chip-2){animation-delay:.16s}
.bliss-hero-asset.is-motion-ready :is(.node-3,.chip-3){animation-delay:.32s}
.bliss-hero-asset.is-motion-ready :is(.node-4,.chip-4){animation-delay:.48s}
.bliss-hero-asset.is-motion-ready .node-5{animation-delay:.64s}
.bliss-hero-asset.is-motion-ready .node-6{animation-delay:.80s}
.bliss-hero-asset.is-motion-ready .node-7{animation-delay:.96s}
.bliss-hero-asset.is-motion-ready .node-8{animation-delay:1.12s}

body.bm-v2 .v2-dark-stage {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#f7f4ff;
  background:
    radial-gradient(circle at 16% 14%,rgba(91,69,244,.28),transparent 34%),
    radial-gradient(circle at 86% 78%,rgba(194,55,205,.18),transparent 33%),
    linear-gradient(145deg,#10092d 0%,#170b37 52%,#0c0925 100%) !important;
}
body.bm-v2 .v2-dark-stage::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
}
body.bm-v2 .v2-dark-stage > .container{position:relative;z-index:1}
body.bm-v2 .v2-dark-stage :is(h2,h3,h4,p,strong,.h-section,.v2-phase-content p,.case-study-copy p){color:#f7f4ff}
body.bm-v2 .v2-dark-stage :is(.v2-label,.eyebrow,.v2-phase-kicker,.case-study-kicker){color:#c9bcff}
body.bm-v2 .v2-dark-stage :is(.v2-card,.problem-card,.v2-phase-output,.v3-case-card,.v2-portfolio-card){border-color:rgba(210,199,255,.18);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 28px 70px rgba(3,0,20,.28)}
body.bm-v2 .v2-dark-stage .v2-portfolio-card :is(h3,p,span){color:#fff}

body.bm-v2 .site-header.is-dark-stage {
  background:rgba(12,8,36,.78) !important;
  border-bottom-color:rgba(226,218,255,.12) !important;
  box-shadow:0 16px 42px rgba(3,0,20,.2);
}
body.bm-v2 .site-header.is-dark-stage .nav-desktop{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.055)}
body.bm-v2 .site-header.is-dark-stage .nav-link{color:rgba(255,255,255,.78)}
body.bm-v2 .site-header.is-dark-stage .nav-link:hover{color:#fff;background:rgba(255,255,255,.1)}
body.bm-v2 .site-header.is-dark-stage .nav-link.active{color:#1b143c;background:#f2edff}
body.bm-v2 .site-header.is-dark-stage .menu-toggle span{background:#fff}

@media (max-width:900px) {
  .bliss-hero-asset,.v3-web-visual,body.home-v2 .hero-shard-wrap{translate:0 40px;scale:.92}
  .bliss-hero-asset.is-entered,.v3-web-visual.is-entered,body.home-v2 .hero-shard-wrap.is-entered{translate:0 0;scale:1}
}

@media (prefers-reduced-motion:reduce) {
  .bliss-hero-asset,.v3-web-visual,body.home-v2 .hero-shard-wrap,[data-v2-reveal],[data-v2-stagger] > *{opacity:1 !important;translate:0 0 !important;scale:1 !important;transform:none !important;filter:none !important;transition:none !important}
}

/* V19 cascade lock: queste regole devono restare in fondo al foglio. */
@media (min-width:1101px) {
  body.web-page-v2 .v3-web-visual {
    top:31%;
    right:max(2rem,calc((100vw - 1440px)/2 + 1rem));
    width:clamp(300px,29vw,445px);
    height:clamp(250px,27vw,390px);
  }
}

@media (max-width:760px) {
  body.bm-v2 .hero-inner,
  body.method-page-v2 .hero-inner,
  body.results-page-v2 .hero-inner,
  body.web-page-v2 .hero-inner,
  body.diagnosis-page-v2 .hero-inner {
    align-items:flex-start !important;
    justify-items:start !important;
    text-align:left !important;
  }

  body.bm-v2 :is(.hero-title,.hero-subtitle,.hero-micro,.h-section,.section-header,.v2-section-head,.problem-card,.claim-iris),
  body.bm-v2 :is(.hero-title,.hero-subtitle,.hero-micro,.h-section,.section-header,.v2-section-head,.problem-card,.claim-iris) * {
    text-align:left !important;
  }

  body.bm-v2 :is(.hero-subtitle,.hero-micro,.section-header > div,.v2-section-head > div,.claim-iris) {
    margin-right:0 !important;
    margin-left:0 !important;
  }

  body.bm-v2 :is(.hero-eyebrow,.hero-actions,.v2-label,.section-header,.v2-section-head) {
    justify-content:flex-start !important;
    justify-items:start !important;
  }

  body.bm-v2 .hero-actions { width:100%; }
  body.bm-v2 .hero-actions .btn { width:100%; justify-content:center; text-align:center !important; }

  body.bm-v2 .site-footer,
  body.bm-v2 .site-footer :is(.footer-brand,.footer-col,.footer-bottom,.footer-copy) { text-align:left !important; }
  body.bm-v2 .site-footer .footer-top { justify-items:start !important; }
  body.bm-v2 .site-footer .footer-logo-img,
  body.bm-v2 .site-footer .footer-desc,
  body.bm-v2 .site-footer .footer-claim,
  body.bm-v2 .site-footer .footer-copy { margin-right:0 !important; margin-left:0 !important; }
  body.bm-v2 .site-footer .footer-col ul { align-items:flex-start !important; }
  body.bm-v2 .site-footer .footer-col a { justify-content:flex-start !important; text-align:left !important; }
  body.bm-v2 .site-footer .footer-bottom,
  body.bm-v2 .site-footer .footer-mini-links { align-items:flex-start !important; justify-content:flex-start !important; }

  body.home-v2 .hero { display:block; padding-bottom:2.2rem; }
  body.home-v2 .hero .hero-visual {
    position:relative;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    display:block !important;
    width:calc(100% - (var(--gutter) * 2));
    height:390px;
    margin:1.3rem var(--gutter) 0;
    border-radius:28px;
    overflow:hidden;
  }
  body.home-v2 .hero .float-card { display:flex !important; }
  body.home-v2 .hero-shard-wrap { display:none !important; }

  body.web-page-v2 .hero { margin-top:54px; min-height:auto; }
  body.web-page-v2 .web-offer-timer-card {
    position:relative;
    top:auto;
    right:auto;
    width:100%;
    margin-top:1.8rem;
    transform:none;
  }
  body.web-page-v2 :is(.web-service-section .list-check,.web-service-section .claim-iris,.web-price-section .btn-row) {
    margin-right:0 !important;
    margin-left:0 !important;
    text-align:left !important;
  }
  body.web-page-v2 .web-price-section .section-header > div:last-child,
  body.web-page-v2 .web-faq-heading,
  body.web-page-v2 .faq-item,
  body.web-page-v2 .faq-item * { text-align:left !important; justify-items:start !important; }
  body.results-page-v2 .metric-row > div,
  body.diagnosis-page-v2 .v2-diagnosis-step,
  body.diagnosis-page-v2 .v2-micro-note { text-align:left !important; }
}
