/* Funnel B2C WebSpyDetector — stile Sirius, sfondo chiaro */
:root {
  --b2c-blue: #1e3a8a;
  --b2c-blue-mid: #2563eb;
  --b2c-blue-light: #3b82f6;
  --b2c-emerald: #10b981;
  --b2c-cyan: #0ea5e9;
  --b2c-ink: #0f172a;
  --b2c-ink-soft: #1e293b;
  --b2c-muted: #64748b;
  --b2c-border: rgba(148, 163, 184, 0.28);
  --b2c-white: #ffffff;
  --b2c-surface: #f8fafc;
  --b2c-surface-alt: #f1f5f9;
  --b2c-radius: 1.125rem;
  --b2c-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
  --b2c-shadow-lg: 0 24px 64px rgba(30, 58, 138, 0.12);
  --b2c-green: #059669;
  --b2c-orange: #d97706;
  --b2c-red: #dc2626;
  --b2c-header-h: 4.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.wspd-b2c {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: #e2e8f0;
  color: var(--b2c-ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.b2c-shell {
  max-width: 1180px;
  margin: 0 auto;
  background: var(--b2c-white);
  min-height: 100vh;
  box-shadow: 0 0 60px rgba(15, 23, 42, 0.12);
  overflow-x: hidden;
}

.b2c-container {
  width: min(100% - 2.5rem, 1040px);
  margin-inline: auto;
}

/* Header */
.b2c-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--b2c-header-h);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}
.b2c-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
}
.b2c-brand {
  text-decoration: none;
  line-height: 1.05;
}
.b2c-brand__main {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: var(--b2c-ink);
}
.b2c-brand__main em {
  font-style: normal;
  background: linear-gradient(120deg, var(--b2c-emerald), var(--b2c-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.b2c-brand__sub {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b2c-muted);
}
.b2c-nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
}
.b2c-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--b2c-muted);
  text-decoration: none;
}
.b2c-nav a:hover { color: var(--b2c-blue-mid); }

@media (min-width: 900px) {
  .b2c-nav { display: flex; }
  .b2c-header-cta { display: inline-flex; }
}
.b2c-header-cta {
  display: none;
  font-size: 0.875rem;
  padding: 0.6rem 1.1rem;
}

/* Buttons */
.b2c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.b2c-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--b2c-emerald) 0%, var(--b2c-cyan) 50%, var(--b2c-blue-mid) 100%);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28);
}
.b2c-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(14, 165, 233, 0.35);
}
.b2c-btn--outline {
  color: var(--b2c-blue) !important;
  background: var(--b2c-white);
  border: 2px solid rgba(37, 99, 235, 0.35);
}
.b2c-btn--outline:hover {
  background: rgba(37, 99, 235, 0.05);
}
.b2c-btn--lg { padding: 1rem 1.85rem; font-size: 1.05rem; }
.b2c-btn--block { width: 100%; }

/* Hero — chiaro con accento blu soft */
.b2c-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 8vw, 5rem);
  background:
    radial-gradient(ellipse 90% 70% at 80% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 60% at 0% 100%, rgba(16, 185, 129, 0.1), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, var(--b2c-surface) 100%);
  overflow: hidden;
}
.b2c-hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 960px) {
  .b2c-hero__layout { grid-template-columns: 1.05fr 0.95fr; }
}
.b2c-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b2c-blue);
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
}
.b2c-hero h1 {
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--b2c-ink);
  margin: 0 0 1rem;
}
.b2c-hero .lead {
  font-size: 1.125rem;
  color: var(--b2c-ink-soft);
  max-width: 36rem;
  margin: 0 0 1.25rem;
}
.b2c-hero__sub {
  font-size: 0.98rem;
  color: var(--b2c-muted);
  max-width: 36rem;
  margin-bottom: 1.5rem;
}
.b2c-price-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--b2c-white);
  border: 2px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--b2c-radius);
  padding: 1rem 1.35rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--b2c-shadow);
}
.b2c-price-box__amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--b2c-blue);
  line-height: 1;
}
.b2c-price-box__note {
  font-size: 0.8125rem;
  color: var(--b2c-muted);
  margin-top: 0.25rem;
}

/* Offerta a tempo (prezzo admin) */
.b2c-offer-wrap {
  margin-bottom: 1.25rem;
  max-width: 36rem;
}
.b2c-offer-wrap--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.b2c-offer-wrap--center .b2c-offer-box {
  align-items: center;
  text-align: center;
}
.b2c-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.18), rgba(249, 115, 22, 0.14));
  border: 1px solid rgba(245, 158, 11, 0.45);
  color: #b45309;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.65rem;
  animation: b2c-offer-pulse 2.2s ease-in-out infinite;
}
@keyframes b2c-offer-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.35); }
  50% { box-shadow: 0 0 0 7px rgba(245, 158, 11, 0); }
}
.b2c-offer-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1rem 1.25rem;
  border-radius: var(--b2c-radius);
  background: linear-gradient(135deg, #fffbeb 0%, #fff 55%, #f0fdf4 100%);
  border: 2px solid rgba(245, 158, 11, 0.4);
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.12);
}
.b2c-offer-box__price {
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  font-weight: 900;
  color: var(--b2c-ink);
  line-height: 1;
  letter-spacing: -0.03em;
}
.b2c-offer-box__price small {
  font-size: 0.42em;
  font-weight: 700;
  color: var(--b2c-muted);
  margin-left: 0.2rem;
}
.b2c-offer-box__note {
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--b2c-ink-soft);
}
.b2c-offer-box__note strong { color: #b45309; }
.b2c-btn--offer {
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
}

.b2c-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.b2c-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--b2c-surface-alt);
  border: 1px solid var(--b2c-border);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--b2c-ink-soft);
}
.b2c-badge i { color: var(--b2c-blue-mid); }
.b2c-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.b2c-pay-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
.b2c-pay-icons span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--b2c-muted);
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-border);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
}
.b2c-pay-icons i { color: var(--b2c-blue-mid); }

/* Hero — checklist benefit-first */
.b2c-hero-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 520px) {
  .b2c-hero-checks { grid-template-columns: 1fr 1fr; }
}
.b2c-hero-checks li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--b2c-ink-soft);
}
.b2c-hero-checks i { color: var(--b2c-emerald); font-size: 1rem; flex-shrink: 0; }
.b2c-hero__fine {
  font-size: 0.8125rem;
  color: var(--b2c-muted);
  margin: 0;
}

/* Trust block */
.b2c-trust-layout {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .b2c-trust-layout { grid-template-columns: 1.2fr 1fr; align-items: stretch; }
}
.b2c-trust-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.b2c-trust-stat {
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
  padding: 1.15rem 1.25rem;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.b2c-trust-stat strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--b2c-blue);
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.b2c-trust-stat span {
  font-size: 0.875rem;
  color: var(--b2c-muted);
  line-height: 1.4;
}
.b2c-trust-founder {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  height: 100%;
}
.b2c-trust-founder__photo {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center top;
  border: 3px solid rgba(37, 99, 235, 0.12);
  flex-shrink: 0;
}

/* Video placeholder */
.b2c-video__placeholder {
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--b2c-muted);
}
.b2c-video__placeholder i {
  font-size: 3rem;
  color: var(--b2c-blue-mid);
  display: block;
  margin-bottom: 0.75rem;
}

/* 3-step how it works */
.b2c-steps-simple {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .b2c-steps-simple { grid-template-columns: repeat(3, 1fr); }
}
.b2c-step-simple {
  text-align: center;
  padding: 1.75rem 1.35rem;
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
  position: relative;
}
.b2c-step-simple__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.85rem;
  border-radius: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: var(--b2c-blue);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 233, 0.1));
}
.b2c-step-simple__n {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: var(--b2c-blue);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2c-step-simple h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--b2c-ink);
}
.b2c-step-simple p {
  font-size: 0.9rem;
  color: var(--b2c-muted);
  margin: 0;
  line-height: 1.55;
}

/* Assistenza umana — sezione prominente */
.b2c-assist-section { padding-top: 0; }
.b2c-assist-card {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 45%, #0ea5e9 100%);
  color: #fff;
  border-radius: calc(var(--b2c-radius) + 6px);
  padding: clamp(1.75rem, 5vw, 2.75rem);
  display: grid;
  gap: 1.75rem;
  box-shadow: var(--b2c-shadow-lg);
}
@media (min-width: 768px) {
  .b2c-assist-card { grid-template-columns: 1.4fr auto; align-items: center; }
}
.b2c-assist-card .b2c-section__eyebrow { color: #a5f3fc; }
.b2c-assist-card h2 { color: #fff; margin-bottom: 0.65rem; }
.b2c-assist-card__lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.25rem;
  max-width: 32rem;
}
.b2c-assist-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
@media (min-width: 520px) {
  .b2c-assist-list { grid-template-columns: 1fr 1fr; }
}
.b2c-assist-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
.b2c-assist-list i { color: #6ee7b7; font-size: 1.1rem; }
.b2c-assist-card__cta { min-width: 14rem; }
.b2c-assist-card .b2c-btn--primary {
  background: #fff;
  color: var(--b2c-blue) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}
.b2c-assist-card .b2c-btn--primary:hover {
  background: #f8fafc;
  transform: translateY(-2px);
}

/* Privacy columns */
.b2c-privacy-cols {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .b2c-privacy-cols { grid-template-columns: 1fr 1fr; }
}
.b2c-privacy-col {
  border-radius: var(--b2c-radius);
  padding: 1.5rem 1.35rem;
  border: 1px solid var(--b2c-border);
}
.b2c-privacy-col--no {
  background: #fef2f2;
  border-color: rgba(220, 38, 38, 0.2);
}
.b2c-privacy-col--yes {
  background: #ecfdf5;
  border-color: rgba(5, 150, 105, 0.25);
}
.b2c-privacy-col h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.b2c-privacy-col--no h3 i { color: var(--b2c-red); }
.b2c-privacy-col--yes h3 i { color: var(--b2c-green); }
.b2c-privacy-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
.b2c-privacy-col li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--b2c-ink-soft);
}
.b2c-privacy-col li span:first-child {
  font-weight: 700;
  width: 1.1rem;
  text-align: center;
  flex-shrink: 0;
}
.b2c-privacy-note {
  font-size: 0.9rem;
  color: var(--b2c-muted);
  padding: 1rem 1.15rem;
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: 10px;
  margin: 0;
}

/* Flow differentiation */
.b2c-section__lead--center { text-align: center; margin-inline: auto; }
.b2c-flow-compare {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .b2c-flow-compare { grid-template-columns: 1fr 1fr; }
}
.b2c-flow-col {
  border-radius: var(--b2c-radius);
  padding: 1.5rem;
  border: 1px solid var(--b2c-border);
}
.b2c-flow-col--them {
  background: var(--b2c-surface-alt);
}
.b2c-flow-col--us {
  background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--b2c-shadow);
}
.b2c-flow-col h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.25rem;
}
.b2c-flow-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}
.b2c-flow-step {
  width: 100%;
  max-width: 16rem;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  color: var(--b2c-ink-soft);
}
.b2c-flow-col--us .b2c-flow-step {
  border-color: rgba(37, 99, 235, 0.2);
}
.b2c-flow-step--end { opacity: 0.65; }
.b2c-flow-step--highlight {
  background: linear-gradient(135deg, var(--b2c-emerald), var(--b2c-cyan));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.3);
}
.b2c-flow-arrow {
  font-size: 1.25rem;
  color: var(--b2c-muted);
  line-height: 1;
}

/* Timeline chi siamo */
.b2c-timeline {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.b2c-timeline li {
  font-size: 0.8125rem;
  color: var(--b2c-muted);
  padding: 0.35rem 0.75rem;
  background: var(--b2c-surface-alt);
  border-radius: 999px;
  border: 1px solid var(--b2c-border);
}
.b2c-timeline strong { color: var(--b2c-blue); margin-right: 0.25rem; }

.b2c-pricing-cta__sub,
.b2c-final-cta__sub { max-width: 28rem; }

/* Mobile — più respiro e leggibilità */
@media (max-width: 767px) {
  .b2c-section { padding: 2.25rem 0; }
  .b2c-section h2 { font-size: 1.4rem; margin-bottom: 0.75rem; }
  .b2c-section__lead { font-size: 0.98rem; margin-bottom: 1.5rem; }
  .b2c-hero h1 { font-size: 1.75rem; }
  .b2c-hero .lead { font-size: 1.02rem; }
  .b2c-problem-card p { font-size: 0.9rem; }
  .b2c-faq details p { font-size: 0.875rem; line-height: 1.6; }
  .b2c-trust-stats { grid-template-columns: 1fr; }
  .b2c-assist-card__cta { width: 100%; }
}

/* Phone mock */
.b2c-phone-wrap {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  padding-top: 0.5rem;
}
.b2c-phone-wrap::before {
  content: "";
  position: absolute;
  inset: -12% -8% auto;
  height: 70%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 70%);
  z-index: 0;
}
.b2c-phone {
  position: relative;
  z-index: 1;
  border-radius: 2.35rem;
  padding: 0.55rem;
  background: linear-gradient(160deg, #334155 0%, #0f172a 55%, #1e293b 100%);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.28), inset 0 1px 0 rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.08);
}
.b2c-phone__island {
  width: 5.5rem;
  height: 1.35rem;
  margin: 0.15rem auto 0.55rem;
  border-radius: 999px;
  background: #020617;
}
.b2c-phone__screen {
  border-radius: 1.85rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  padding: 0.85rem 0.9rem 1.1rem;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.35);
}
.b2c-phone__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--b2c-ink-soft);
  margin-bottom: 0.85rem;
  letter-spacing: 0.02em;
}
.b2c-phone__appbar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}
.b2c-phone__appicon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--b2c-blue-mid), var(--b2c-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
}
.b2c-phone__appbar strong {
  display: block;
  font-size: 0.78rem;
  color: var(--b2c-ink);
}
.b2c-phone__appbar span {
  font-size: 0.62rem;
  color: var(--b2c-muted);
}
.b2c-phone__progress {
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.25);
  overflow: hidden;
  margin-bottom: 0.35rem;
}
.b2c-phone__progress > span {
  display: block;
  height: 100%;
  width: 68%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--b2c-blue-mid), var(--b2c-cyan));
}
.b2c-phone__progress-label {
  font-size: 0.62rem;
  color: var(--b2c-muted);
  margin-bottom: 0.85rem;
}
.b2c-phone__panel {
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: 14px;
  padding: 0.85rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.b2c-phone__panel-brand {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--b2c-blue);
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.b2c-phone__panel-status {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--b2c-orange);
  margin: 0;
}
.b2c-phone__panel-detail {
  font-size: 0.72rem;
  color: var(--b2c-muted);
  margin: 0.35rem 0 0;
  line-height: 1.45;
}
.b2c-phone__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: 0.75rem;
}
.b2c-phone__metric {
  background: var(--b2c-surface);
  border-radius: 8px;
  padding: 0.45rem 0.5rem;
  font-size: 0.58rem;
  color: var(--b2c-muted);
}
.b2c-phone__metric strong {
  display: block;
  font-size: 0.68rem;
  color: var(--b2c-ink);
}
.b2c-phone__home {
  width: 34%;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  margin: 0.85rem auto 0;
}

/* Quote strip */
.b2c-quote-strip {
  background: linear-gradient(90deg, var(--b2c-blue) 0%, #1d4ed8 100%);
  color: #fff;
  text-align: center;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
}
.b2c-quote-strip strong { color: #a5f3fc; }

/* Method band */
.b2c-method-band {
  background: var(--b2c-surface);
  border-bottom: 1px solid var(--b2c-border);
  padding: 0.85rem 0;
  overflow-x: auto;
}
.b2c-method-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--b2c-muted);
}
.b2c-method-band__item i { color: var(--b2c-blue-mid); margin-right: 0.25rem; }

/* Sections */
.b2c-section {
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
}
.b2c-section--alt { background: var(--b2c-surface); }
.b2c-section__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b2c-blue-mid);
  margin-bottom: 0.5rem;
}
.b2c-section h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--b2c-ink);
  margin: 0 0 1rem;
}
.b2c-section__lead {
  font-size: 1.05rem;
  color: var(--b2c-muted);
  max-width: 42rem;
  margin-bottom: 2rem;
}

/* Grids & cards */
.b2c-grid-2 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.b2c-grid-3 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.b2c-card {
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
  padding: 1.35rem 1.5rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  height: 100%;
}
.b2c-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.1);
  color: var(--b2c-blue);
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}
.b2c-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--b2c-ink);
}
.b2c-card p {
  font-size: 0.9375rem;
  color: var(--b2c-muted);
  margin: 0;
}

.b2c-problem-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
}
.b2c-problem-card i {
  font-size: 1.35rem;
  color: var(--b2c-blue-mid);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.b2c-problem-card p { margin: 0; font-weight: 500; color: var(--b2c-ink-soft); }

.b2c-callout {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: rgba(37, 99, 235, 0.06);
  border-left: 4px solid var(--b2c-blue);
  border-radius: 0 var(--b2c-radius) var(--b2c-radius) 0;
  color: var(--b2c-ink-soft);
  font-size: 0.98rem;
}

/* Steps */
.b2c-steps {
  counter-reset: b2cstep;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .b2c-steps--grid { grid-template-columns: repeat(2, 1fr); }
}
.b2c-steps li {
  position: relative;
  padding: 1.15rem 1.15rem 1.15rem 3.25rem;
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
}
.b2c-steps li::before {
  counter-increment: b2cstep;
  content: counter(b2cstep);
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--b2c-blue-mid), var(--b2c-blue));
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2c-steps li strong { display: block; color: var(--b2c-ink); margin-bottom: 0.25rem; }
.b2c-steps li span { font-size: 0.9rem; color: var(--b2c-muted); }

/* Privacy */
.b2c-privacy-no {
  border-left: 4px solid var(--b2c-red);
  background: #fef2f2;
}
.b2c-privacy-yes {
  border-left: 4px solid var(--b2c-green);
  background: #ecfdf5;
}
.b2c-privacy-no h3, .b2c-privacy-yes h3 { color: var(--b2c-ink); }

/* Compare table */
.b2c-compare {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .b2c-compare { grid-template-columns: 1fr 1fr; }
}
.b2c-compare-col {
  border-radius: var(--b2c-radius);
  padding: 1.5rem;
  border: 1px solid var(--b2c-border);
}
.b2c-compare-col--them { background: var(--b2c-surface-alt); }
.b2c-compare-col--us {
  background: var(--b2c-white);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--b2c-shadow);
}
.b2c-compare-col h3 { font-size: 1rem; margin: 0 0 1rem; }
.b2c-compare-col ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.9375rem;
  color: var(--b2c-muted);
}
.b2c-compare-col--us ul { color: var(--b2c-ink-soft); }

/* Video */
.b2c-video {
  aspect-ratio: 16/9;
  background: var(--b2c-surface-alt);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--b2c-muted);
  box-shadow: var(--b2c-shadow);
}
.b2c-video iframe { width: 100%; height: 100%; border: 0; }

/* Support banner */
.b2c-support-banner {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--b2c-radius);
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .b2c-support-banner { grid-template-columns: 1fr auto; }
}

/* About */
.b2c-about {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .b2c-about { grid-template-columns: auto 1fr; }
}
.b2c-about__photo {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center top;
  border: 3px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .b2c-about__photo {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.b2c-about__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--b2c-blue), var(--b2c-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
.b2c-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.b2c-credentials span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--b2c-surface-alt);
  border: 1px solid var(--b2c-border);
  color: var(--b2c-ink-soft);
}

/* Pricing CTA block */
.b2c-pricing-cta {
  text-align: center;
  background: linear-gradient(180deg, var(--b2c-surface) 0%, #fff 100%);
  border: 2px solid rgba(37, 99, 235, 0.22);
  border-radius: calc(var(--b2c-radius) + 4px);
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: var(--b2c-shadow-lg);
}
.b2c-pricing-cta .b2c-price-box,
.b2c-pricing-cta .b2c-offer-wrap {
  margin: 0 auto 1.5rem;
  align-items: center;
}

/* FAQ */
.b2c-faq details {
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  margin-bottom: 0.65rem;
}
.b2c-faq summary {
  font-weight: 600;
  color: var(--b2c-ink);
  cursor: pointer;
}
.b2c-faq details p {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  color: var(--b2c-muted);
}

/* Footer */
.b2c-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--b2c-border);
  text-align: center;
  font-size: 0.8125rem;
  color: var(--b2c-muted);
  background: var(--b2c-surface);
}
.b2c-footer a { color: var(--b2c-blue-mid); text-decoration: none; }

/* Sticky mobile CTA */
.b2c-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--b2c-border);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.1);
}
@media (max-width: 767px) {
  .b2c-sticky-cta { display: block; }
  body.wspd-b2c { padding-bottom: 4.5rem; }
}

/* Checkout & inner pages — tema chiaro */
.wspd-b2c .b2c-checkout-page {
  background: var(--b2c-surface);
  min-height: 100vh;
  padding: 2rem 0;
}
.wspd-b2c .b2c-form-control {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--b2c-border);
  background: var(--b2c-white);
  color: var(--b2c-ink);
  padding: 0.65rem 0.85rem;
}
.wspd-b2c a { color: var(--b2c-blue-mid); }

/* Results traffic lights */
.wspd-b2c .result-green { color: var(--b2c-green); }
.wspd-b2c .result-orange { color: var(--b2c-orange); }
.wspd-b2c .result-red { color: var(--b2c-red); }
.wspd-b2c .b2c-traffic { font-size: 3rem; }

/* Outcome levels */
.b2c-outcomes {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 900px) {
  .b2c-outcomes { grid-template-columns: repeat(3, 1fr); }
}
.b2c-outcome {
  border-radius: var(--b2c-radius);
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--b2c-border);
  height: 100%;
}
.b2c-outcome--green { background: #ecfdf5; border-color: rgba(5, 150, 105, 0.25); }
.b2c-outcome--orange { background: #fffbeb; border-color: rgba(217, 119, 6, 0.25); }
.b2c-outcome--red { background: #fef2f2; border-color: rgba(220, 38, 38, 0.22); }
.b2c-outcome__head {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}
.b2c-outcome__dot { font-size: 1.35rem; line-height: 1; }
.b2c-outcome h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.b2c-outcome--green h3 { color: var(--b2c-green); }
.b2c-outcome--orange h3 { color: var(--b2c-orange); }
.b2c-outcome--red h3 { color: var(--b2c-red); }
.b2c-outcome p {
  font-size: 0.9375rem;
  color: var(--b2c-ink-soft);
  margin: 0 0 0.75rem;
}
.b2c-outcome ul {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
  font-size: 0.875rem;
  color: var(--b2c-muted);
}
.b2c-outcome__note {
  font-size: 0.8125rem !important;
  color: var(--b2c-muted) !important;
  margin-bottom: 0 !important;
}

/* Report preview mock */
.b2c-report-preview {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .b2c-report-preview { grid-template-columns: 1.1fr 1fr; }
}
.b2c-report-preview__doc {
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
  padding: 1.5rem;
  box-shadow: var(--b2c-shadow);
}
.b2c-report-preview__header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--b2c-border);
}
.b2c-report-preview__header i {
  font-size: 2rem;
  color: var(--b2c-red);
}
.b2c-report-preview__header strong {
  display: block;
  color: var(--b2c-ink);
}
.b2c-report-preview__header span {
  font-size: 0.8125rem;
  color: var(--b2c-muted);
}
.b2c-report-preview__sections {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
.b2c-report-preview__sections li {
  font-size: 0.875rem;
  color: var(--b2c-ink-soft);
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.b2c-report-preview__sections i { color: var(--b2c-green); margin-top: 0.15rem; }
.b2c-report-preview__text p {
  font-size: 0.9375rem;
  color: var(--b2c-muted);
}

/* Withdrawal / policy blocks */
.b2c-withdrawal-box { height: auto; }
.b2c-withdrawal-exceptions {
  border-left: 4px solid var(--b2c-orange);
  background: #fffbeb;
}
.b2c-policy-html p:last-child { margin-bottom: 0; }
.b2c-policy-html ol, .b2c-policy-html ul {
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  color: var(--b2c-muted);
}
.b2c-policy-html em { color: var(--b2c-muted); font-size: 0.875rem; }

.b2c-checkout-consumer {
  font-size: 0.8125rem;
  color: var(--b2c-muted);
  padding: 1rem 1.15rem;
  background: var(--b2c-surface-alt);
  border-radius: 10px;
  border: 1px solid var(--b2c-border);
  margin-bottom: 1.25rem;
}
.b2c-checkout-consumer h2 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--b2c-ink);
  margin: 0 0 0.5rem;
}
.b2c-checkout-consumer p:last-child { margin-bottom: 0; }

/* Checkout payment methods */
.b2c-pay-methods {
  border: none;
  padding: 0;
  margin: 0;
}
.b2c-pay-method {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--b2c-border);
  border-radius: 10px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  background: var(--b2c-white);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.b2c-pay-method input { accent-color: var(--b2c-blue-mid); }
.b2c-pay-method--active {
  border-color: var(--b2c-blue-mid);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.b2c-pay-method--disabled { opacity: 0.55; cursor: not-allowed; }
.b2c-pay-method__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: var(--b2c-surface-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--b2c-blue-mid);
  flex-shrink: 0;
}
.b2c-pay-method__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.b2c-pay-method__body strong {
  font-size: 0.875rem;
  color: var(--b2c-ink);
}
.b2c-pay-method__body small {
  font-size: 0.75rem;
  color: var(--b2c-muted);
}
.b2c-pay-method__badge {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--b2c-blue-mid);
  background: rgba(37, 99, 235, 0.08);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
}

/* Legal footnotes block */
.b2c-legal-block {
  background: var(--b2c-surface);
  border-top: 1px solid var(--b2c-border);
  padding: 2.5rem 0 3rem;
}
.b2c-legal-block h2 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}
.b2c-legal-block .b2c-section__lead {
  margin-bottom: 1.75rem;
}
.b2c-legal-item {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--b2c-border);
}
.b2c-legal-item:last-child { border-bottom: none; }
.b2c-legal-item h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--b2c-ink);
  margin: 0 0 0.5rem;
}
.b2c-legal-item p,
.b2c-legal-item li {
  font-size: 0.8125rem;
  color: var(--b2c-muted);
  line-height: 1.6;
}
.b2c-legal-item ul { padding-left: 1.15rem; margin: 0.35rem 0 0; }

/* Session scan — area privata post-pagamento */
.b2c-session-shell { display: flex; flex-direction: column; min-height: 100vh; }
.b2c-session-main { flex: 1; padding: clamp(1.5rem, 4vw, 2.75rem) 0 3rem; }

.b2c-session-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--b2c-muted);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--b2c-surface-alt);
  border: 1px solid var(--b2c-border);
}
.b2c-session-status__dot { font-size: 0.45rem; color: #94a3b8; }
.b2c-session-status.is-scanning {
  color: #0369a1;
  background: #e0f2fe;
  border-color: #7dd3fc;
}
.b2c-session-status.is-scanning .b2c-session-status__dot { color: #0ea5e9; animation: b2c-pulse 1.4s ease infinite; }
.b2c-session-status.is-done {
  color: #047857;
  background: #ecfdf5;
  border-color: #6ee7b7;
}
.b2c-session-status.is-done .b2c-session-status__dot { color: #10b981; }

@keyframes b2c-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.b2c-session-hero {
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--b2c-border);
}
.b2c-session-hero h1 {
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.85rem;
  color: var(--b2c-ink);
}
.b2c-session-hero__lead {
  font-size: 1.05rem;
  color: var(--b2c-ink-soft);
  max-width: 40rem;
  margin: 0 0 0.65rem;
}
.b2c-session-hero__meta {
  font-size: 0.875rem;
  color: var(--b2c-muted);
  margin: 0;
}

.b2c-session-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.b2c-session-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 4.5rem;
}
.b2c-session-progress__n {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 800;
  background: var(--b2c-surface-alt);
  color: var(--b2c-muted);
  border: 2px solid var(--b2c-border);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.b2c-session-progress__lbl {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--b2c-muted);
}
.b2c-session-progress__step.is-active .b2c-session-progress__n {
  background: linear-gradient(135deg, var(--b2c-emerald), var(--b2c-cyan));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35);
}
.b2c-session-progress__step.is-active .b2c-session-progress__lbl { color: var(--b2c-blue); }
.b2c-session-progress__step.is-done .b2c-session-progress__n {
  background: #ecfdf5;
  color: #059669;
  border-color: #6ee7b7;
}
.b2c-session-progress__line {
  flex: 1;
  min-width: 1.5rem;
  max-width: 3rem;
  height: 2px;
  background: var(--b2c-border);
  margin-bottom: 1.25rem;
}

.b2c-session-qr-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 2.5rem;
  border-radius: calc(var(--b2c-radius) + 4px);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(59, 130, 246, 0.08), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--b2c-surface) 100%);
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: var(--b2c-shadow);
}
@media (min-width: 860px) {
  .b2c-session-qr-panel { grid-template-columns: 1.2fr 0.8fr; }
}
.b2c-session-qr-panel__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--b2c-blue);
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
.b2c-session-qr-panel__title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
  color: var(--b2c-ink);
}
.b2c-session-qr-panel__text {
  font-size: 0.9375rem;
  color: var(--b2c-muted);
  margin: 0 0 1.25rem;
  max-width: 32rem;
}
.b2c-session-copy { margin-top: 1.25rem; }
.b2c-session-copy__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--b2c-muted);
  margin-bottom: 0.35rem;
}
.b2c-session-copy__row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.b2c-session-copy__input {
  flex: 1;
  min-width: 12rem;
  font-size: 0.8125rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--b2c-border);
  border-radius: 10px;
  background: var(--b2c-white);
  color: var(--b2c-ink-soft);
}
.b2c-session-qr-panel__qr { text-align: center; }
.b2c-session-qr-panel__qr-hint {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--b2c-muted);
  margin-bottom: 0.85rem;
}
.b2c-session-qr-frame {
  display: inline-block;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  border: 3px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 12px 32px rgba(30, 58, 138, 0.12);
}
.b2c-session-qr-frame img { display: block; width: 100%; max-width: 220px; height: auto; }

.b2c-session-steps-section { margin-bottom: 2rem; }
.b2c-steps--session { gap: 1rem; }
.b2c-steps--session li {
  padding: 1.15rem 1.25rem 1.15rem 3.75rem;
  background: var(--b2c-white);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.03);
}
.b2c-steps--session li::before {
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  top: 1.1rem;
  left: 1.1rem;
}

.b2c-session-aside { margin-bottom: 2rem; }
.b2c-session-tip h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.b2c-session-tech {
  margin-bottom: 1.75rem;
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
  background: var(--b2c-surface);
  overflow: hidden;
}
.b2c-session-tech summary {
  cursor: pointer;
  padding: 0.85rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--b2c-ink-soft);
  list-style: none;
}
.b2c-session-tech summary::-webkit-details-marker { display: none; }
.b2c-session-tech__body {
  padding: 0 1.15rem 1rem;
  font-size: 0.875rem;
  color: var(--b2c-muted);
  border-top: 1px solid var(--b2c-border);
}
.b2c-session-tech__body p { margin-bottom: 0.65rem; }

.b2c-session-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--b2c-border);
}
.b2c-session-footer-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--b2c-blue-mid);
  text-decoration: none;
}
.b2c-session-footer-nav a:hover { text-decoration: underline; }

.b2c-session-foot {
  padding: 1.25rem 0;
  border-top: 1px solid var(--b2c-border);
  background: var(--b2c-surface);
  text-align: center;
}
.b2c-session-foot p {
  font-size: 0.8125rem;
  color: var(--b2c-muted);
}

.b2c-btn--ghost {
  color: var(--b2c-blue) !important;
  background: transparent;
  border: 2px solid var(--b2c-border);
}
.b2c-btn--ghost:hover { background: var(--b2c-surface-alt); }

.b2c-section__title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  color: var(--b2c-ink);
}
.b2c-section { margin-bottom: 2rem; }

/* Setup WireGuard / proxy */
.b2c-setup-steps { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2rem; }
.b2c-setup-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  padding: 1.35rem 1.5rem;
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-border);
  border-radius: var(--b2c-radius);
}
.b2c-setup-step__n {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--b2c-emerald), var(--b2c-cyan));
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.b2c-setup-step__body h2 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--b2c-ink);
}
.b2c-setup-step__body p { margin: 0; color: var(--b2c-muted); font-size: 0.9375rem; }
.b2c-setup-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}
.b2c-setup-note {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: var(--b2c-ink-soft);
}
.b2c-setup-note i { color: var(--b2c-cyan); font-size: 1.1rem; margin-top: 0.1rem; }
.b2c-setup-note p { margin: 0; }
.b2c-setup-note--warn {
  background: rgba(217, 119, 6, 0.08);
  border-color: rgba(217, 119, 6, 0.28);
}
.b2c-setup-note--warn i { color: var(--b2c-orange); }
.b2c-setup-warn {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  margin-bottom: 1.75rem;
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.22);
  border-radius: var(--b2c-radius);
  font-size: 0.9375rem;
}
.b2c-setup-warn i { color: var(--b2c-red); font-size: 1.25rem; }
.b2c-setup-warn p { margin: 0.35rem 0 0; color: var(--b2c-muted); font-size: 0.875rem; }
.b2c-setup-actions { text-align: center; margin-bottom: 2rem; }
.b2c-setup-alt {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--b2c-muted);
}
.b2c-setup-alt a { color: var(--b2c-blue-mid); font-weight: 600; }
.b2c-session-qr-panel--wg { border-color: rgba(16, 185, 129, 0.35); }
.b2c-session-qr-panel--join { margin-top: 1.25rem; }
.b2c-session-qr-panel__badge--wg {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}
.b2c-session-qr-frame--wg {
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}

/* Step QR: attivo / completato / attenuato */
.b2c-session-qr-panel.is-step-active {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12), var(--b2c-shadow);
}
.b2c-session-qr-panel--wg.is-step-active {
  border-color: rgba(16, 185, 129, 0.55);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15), 0 12px 32px rgba(16, 185, 129, 0.12);
}
.b2c-session-qr-panel.is-step-dimmed {
  opacity: 0.42;
  filter: grayscale(0.35);
  pointer-events: none;
  transition: opacity 0.35s, filter 0.35s;
}
.b2c-session-qr-panel.is-step-done {
  opacity: 0.55;
  pointer-events: none;
}
.b2c-session-qr-panel.is-step-active.is-step-dimmed {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.b2c-qr-glow.is-step-active,
.is-step-active .b2c-qr-glow {
  animation: b2c-qr-pulse 2.2s ease-in-out infinite;
}
@keyframes b2c-qr-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35); }
  50% { box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
}
.b2c-session-qr-panel--wg.is-step-active .b2c-qr-glow {
  animation-name: b2c-qr-pulse-wg;
}
@keyframes b2c-qr-pulse-wg {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
  50% { box-shadow: 0 0 0 12px rgba(16, 185, 129, 0); }
}

.b2c-setup-flow--hidden { display: none !important; }
.b2c-setup-flow--dimmed { opacity: 0.35; pointer-events: none; }

/* Attesa avvio da telefono */
.b2c-wait-phone {
  display: none;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: var(--b2c-radius);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.06));
  border: 1px dashed rgba(37, 99, 235, 0.35);
}
.b2c-wait-phone--visible { display: block; }
.b2c-wait-phone__inner i { font-size: 2rem; color: var(--b2c-blue-mid); margin-bottom: 0.75rem; }
.b2c-wait-phone__inner h2 { font-size: 1.15rem; margin: 0 0 0.5rem; }
.b2c-wait-phone__inner p { color: var(--b2c-muted); margin: 0; font-size: 0.9375rem; }
.b2c-wait-phone__pulse {
  width: 48px; height: 48px; margin: 1.25rem auto 0;
  border-radius: 50%;
  border: 3px solid rgba(37, 99, 235, 0.25);
  border-top-color: var(--b2c-blue-mid);
  animation: b2c-spin 1s linear infinite;
}
@keyframes b2c-spin { to { transform: rotate(360deg); } }

/* HUD live scansione (stile WebSpyDetector pro) */
.b2c-live-scan {
  display: none;
  margin-bottom: 2rem;
}
.b2c-live-scan--visible { display: block; }
.b2c-live-scan__hud {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: calc(var(--b2c-radius) + 6px);
  background: linear-gradient(145deg, #0f172a 0%, #1e3a8a 45%, #0c4a6e 100%);
  color: #f8fafc;
  text-align: center;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}
.b2c-live-scan__kicker {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6ee7b7;
  margin-bottom: 0.65rem;
}
.b2c-live-scan__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0 0 0.75rem;
  min-height: 2.6em;
}
.b2c-live-scan__timer {
  font-size: clamp(2.5rem, 8vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-variant-numeric: tabular-nums;
}
.b2c-live-scan__status {
  font-size: 0.875rem;
  color: #cbd5e1;
  margin: 0 0 1.25rem;
}
.b2c-live-scan__stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.b2c-live-stat__val {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #6ee7b7;
  font-variant-numeric: tabular-nums;
}
.b2c-live-stat__val[data-state="on"] { color: #34d399; }
.b2c-live-stat__val[data-state="off"] { color: #fbbf24; }
.b2c-live-stat__lbl {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}
.b2c-live-scan__bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.b2c-live-scan__bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #10b981, #0ea5e9);
  border-radius: 999px;
  transition: width 0.8s ease;
}
.b2c-live-scan__ips { text-align: left; margin-bottom: 1rem; }
.b2c-live-scan__ips-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}
.b2c-hud-ip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  min-height: 1.75rem;
}
.b2c-hud-ip-chip {
  font-size: 0.75rem;
  font-family: ui-monospace, monospace;
  padding: 0.2rem 0.5rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.25);
  color: #e2e8f0;
}
.b2c-hud-ip-empty { font-size: 0.8125rem; color: #64748b; }
.b2c-live-tip {
  font-size: 0.8125rem;
  color: #a5f3fc;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.25);
}

.b2c-analyze-phase {
  display: none;
  margin-bottom: 2rem;
  padding: 2rem;
  text-align: center;
  border-radius: var(--b2c-radius);
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-border);
}
.b2c-analyze-phase--visible { display: block; }
.b2c-analyze-phase__inner i { font-size: 2.25rem; color: var(--b2c-cyan); }
.b2c-analyze-ip-count {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--b2c-blue);
}

/* Recesso facilitato B2C */
.b2c-withdrawal-banner {
  margin: 1.25rem 0 1.5rem;
}
.b2c-withdrawal-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: var(--b2c-radius);
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid #fde68a;
  color: #78350f;
}
.b2c-withdrawal-banner__inner--active {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}
.b2c-withdrawal-banner__inner--muted {
  background: #f8fafc;
  border-color: var(--b2c-border);
  color: var(--b2c-muted);
}
.b2c-btn--recesso {
  border-color: #d97706 !important;
  color: #92400e !important;
  font-weight: 700;
  white-space: nowrap;
}
.b2c-btn--recesso:hover {
  background: #fef3c7 !important;
}

/* Passo B bloccato finché WireGuard non è completato */
.b2c-session-qr-panel.b2c-step-locked {
  pointer-events: none;
  user-select: none;
  opacity: 0.52;
  filter: grayscale(0.2);
}
.b2c-session-qr-panel.b2c-step-locked.is-step-active {
  pointer-events: auto;
  user-select: auto;
  opacity: 1;
  filter: none;
}
.b2c-session-qr-panel__lock-note {
  font-size: 0.8125rem;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  margin: 0 0 0.75rem;
}
.b2c-hub-withdrawal {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--b2c-border);
}

/* ── Overlay generazione report (post-scansione) ── */
.b2c-report-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.b2c-report-overlay--visible {
  display: flex;
}
.b2c-report-overlay[hidden] {
  display: none !important;
}
.b2c-report-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
}
body.b2c-report-overlay-open { overflow: hidden; }
.b2c-report-overlay__panel {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  max-height: min(90vh, 640px);
  overflow-y: auto;
  padding: 2rem 1.75rem;
  border-radius: 1.25rem;
  background: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35);
  text-align: center;
}
.b2c-report-overlay__visual {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 1.25rem;
}
.b2c-report-overlay__rings {
  position: absolute;
  inset: 0;
}
.b2c-report-overlay__rings span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(14, 165, 233, 0.35);
  animation: b2cOverlayRing 2.4s ease-out infinite;
}
.b2c-report-overlay__rings span:nth-child(2) { animation-delay: 0.6s; }
.b2c-report-overlay__rings span:nth-child(3) { animation-delay: 1.2s; }
@keyframes b2cOverlayRing {
  0% { transform: scale(0.55); opacity: 0.9; }
  100% { transform: scale(1.15); opacity: 0; }
}
.b2c-report-overlay__doc {
  position: absolute;
  inset: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
  animation: b2cOverlayDocPulse 2s ease-in-out infinite;
}
.b2c-report-overlay__doc i { font-size: 1.75rem; }
.b2c-report-overlay__doc-lines span {
  display: block;
  height: 3px;
  width: 2rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
  animation: b2cOverlayLine 1.2s ease-in-out infinite;
}
.b2c-report-overlay__doc-lines span:nth-child(2) { width: 1.5rem; animation-delay: 0.2s; }
.b2c-report-overlay__doc-lines span:nth-child(3) { width: 1.75rem; animation-delay: 0.4s; }
@keyframes b2cOverlayDocPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
@keyframes b2cOverlayLine {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}
.b2c-report-overlay__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--b2c-ink);
  margin-bottom: 0.65rem;
}
.b2c-report-overlay__lead {
  font-size: 0.9375rem;
  color: var(--b2c-muted);
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
.b2c-report-overlay__steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  text-align: left;
}
.b2c-report-overlay__steps li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #94a3b8;
  padding: 0.35rem 0;
}
.b2c-report-overlay__steps li i { font-size: 1rem; flex-shrink: 0; }
.b2c-report-overlay__steps li.is-active {
  color: var(--b2c-blue);
  font-weight: 600;
}
.b2c-report-overlay__steps li.is-active i { animation: b2cOverlaySpin 1s linear infinite; }
.b2c-report-overlay__steps li.is-done { color: #059669; }
@keyframes b2cOverlaySpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.b2c-report-overlay__progress {
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
  margin-bottom: 0.85rem;
}
.b2c-report-overlay__progress-bar {
  height: 100%;
  width: 35%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
  transition: width 0.6s ease;
}
.b2c-report-overlay__hint {
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 0;
}

/* ── Pagina risultati professionale ── */
.b2c-results-page { background: #f1f5f9; min-height: 100vh; }
.b2c-results-shell { min-height: 100vh; display: flex; flex-direction: column; }
.b2c-results-hero {
  padding: 2.5rem 0 2rem;
  color: #fff;
}
.b2c-results-hero--green {
  background: linear-gradient(135deg, #065f46 0%, #047857 45%, #10b981 100%);
}
.b2c-results-hero--orange {
  background: linear-gradient(135deg, #92400e 0%, #d97706 50%, #f59e0b 100%);
}
.b2c-results-hero--red {
  background: linear-gradient(135deg, #7f1d1d 0%, #dc2626 50%, #ef4444 100%);
}
.b2c-results-hero__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.75rem;
  align-items: center;
}
@media (max-width: 640px) {
  .b2c-results-hero__inner { grid-template-columns: 1fr; text-align: center; }
}
.b2c-results-hero__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}
.b2c-results-hero h1 {
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.b2c-results-hero__lead {
  font-size: 0.9375rem;
  opacity: 0.92;
  line-height: 1.6;
  margin: 0;
  max-width: 42rem;
}
.b2c-results-shield {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.b2c-results-shield i { font-size: 2.5rem; }
.b2c-results-shield__ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  animation: b2cShieldRing 2.5s ease-out infinite;
}
.b2c-results-shield__ring--2 { animation-delay: 0.8s; }
@keyframes b2cShieldRing {
  0% { transform: scale(0.85); opacity: 0.8; }
  100% { transform: scale(1.35); opacity: 0; }
}
.b2c-results-radar {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255,255,255,0.35) 60deg, transparent 120deg);
  animation: b2cRadarSpin 2s linear infinite;
}
@keyframes b2cRadarSpin {
  to { transform: rotate(360deg); }
}
.b2c-results-main {
  flex: 1;
  padding: 1.75rem 1rem 2.5rem;
  max-width: 720px;
}
.b2c-results-main--aligned {
  max-width: 840px;
}

/* Esito allineato al report WebSpyDetector interno */
.b2c-outcome-banner {
  border-radius: 1.15rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  animation: b2cOutcomeIn 0.55s ease-out both;
}
@keyframes b2cOutcomeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.b2c-outcome-banner__inner {
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 2.2vw, 1.65rem);
  align-items: center;
}
@media (min-width: 768px) {
  .b2c-outcome-banner__inner {
    grid-template-columns: auto 1fr;
    gap: 1.25rem 1.5rem;
  }
}
.b2c-outcome-banner__title {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}
.b2c-outcome-banner__lead {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  line-height: 1.55;
  opacity: 0.95;
}
.b2c-outcome-banner__sub {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  opacity: 0.82;
}
.b2c-outcome-banner--green {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 55%, #a7f3d0 100%);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-bottom: 3px solid #10b981;
  color: #064e3b;
}
.b2c-outcome-banner--orange {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 55%, #fed7aa 100%);
  border: 1px solid rgba(249, 115, 22, 0.35);
  border-bottom: 3px solid #f97316;
  color: #7c2d12;
}
.b2c-outcome-banner--red {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 55%, #fecaca 100%);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-bottom: 3px solid #ef4444;
  color: #7f1d1d;
}

.b2c-outcome-banner__semaphore-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2c-semaphore {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.55rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.45),
    0 8px 24px rgba(15, 23, 42, 0.35);
  border: 2px solid #334155;
}
.b2c-semaphore__light {
  width: clamp(2.1rem, 4.5vw, 2.65rem);
  height: clamp(2.1rem, 4.5vw, 2.65rem);
  border-radius: 50%;
  background: #374151;
  border: 2px solid #1f2937;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.35);
  transition: background 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
  opacity: 0.35;
}
.b2c-semaphore__light.is-off { opacity: 0.28; filter: saturate(0.4); }
.b2c-semaphore__light--red.is-on {
  background: radial-gradient(circle at 35% 30%, #fecaca, #ef4444 45%, #991b1b);
  box-shadow:
    0 0 18px rgba(239, 68, 68, 0.95),
    0 0 36px rgba(239, 68, 68, 0.55),
    inset 0 -2px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
  animation: b2cSemRedPulse 1.2s ease-in-out infinite, b2cSemLightBlink 1.8s ease-in-out infinite;
}
.b2c-semaphore__light--orange.is-on {
  background: radial-gradient(circle at 35% 30%, #fed7aa, #f97316 45%, #c2410c);
  box-shadow:
    0 0 16px rgba(249, 115, 22, 0.9),
    0 0 32px rgba(249, 115, 22, 0.5),
    inset 0 -2px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
  animation: b2cSemOrangePulse 1.35s ease-in-out infinite, b2cSemLightBlink 2s ease-in-out infinite;
}
.b2c-semaphore__light--green.is-on {
  background: radial-gradient(circle at 35% 30%, #bbf7d0, #22c55e 45%, #15803d);
  box-shadow:
    0 0 16px rgba(34, 197, 94, 0.9),
    0 0 32px rgba(34, 197, 94, 0.5),
    inset 0 -2px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
  animation: b2cSemGreenPulse 1.5s ease-in-out infinite, b2cSemLightBlink 2.2s ease-in-out infinite;
}
@keyframes b2cSemLightBlink {
  0%, 100% { opacity: 1; filter: brightness(1); }
  40% { opacity: 0.78; filter: brightness(0.88); }
  55% { opacity: 1; filter: brightness(1.12); }
  70% { opacity: 0.85; filter: brightness(0.95); }
}
@keyframes b2cSemRedPulse {
  0%, 100% { box-shadow: 0 0 14px rgba(239, 68, 68, 0.75), 0 0 28px rgba(239, 68, 68, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.25); transform: scale(1); }
  50% { box-shadow: 0 0 30px rgba(239, 68, 68, 1), 0 0 56px rgba(239, 68, 68, 0.7), inset 0 -2px 4px rgba(0, 0, 0, 0.25); transform: scale(1.05); }
}
@keyframes b2cSemOrangePulse {
  0%, 100% { box-shadow: 0 0 12px rgba(249, 115, 22, 0.7), 0 0 24px rgba(249, 115, 22, 0.35), inset 0 -2px 4px rgba(0, 0, 0, 0.25); }
  50% { box-shadow: 0 0 26px rgba(249, 115, 22, 0.98), 0 0 46px rgba(249, 115, 22, 0.6), inset 0 -2px 4px rgba(0, 0, 0, 0.25); }
}
@keyframes b2cSemGreenPulse {
  0%, 100% { box-shadow: 0 0 12px rgba(34, 197, 94, 0.75), 0 0 24px rgba(34, 197, 94, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.25); }
  50% { box-shadow: 0 0 24px rgba(34, 197, 94, 0.98), 0 0 42px rgba(34, 197, 94, 0.62), inset 0 -2px 4px rgba(0, 0, 0, 0.25); }
}

.b2c-results-metrics {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.b2c-kpi-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .b2c-kpi-row { grid-template-columns: repeat(4, 1fr); }
}
.b2c-kpi {
  background: #fff;
  border: 1px solid var(--b2c-border);
  border-radius: 14px;
  padding: 1.1rem 0.85rem;
  text-align: center;
  box-shadow: 0 4px 16px -8px rgba(15, 23, 42, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
  animation: b2cKpiReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.b2c-kpi-row .b2c-kpi:nth-child(1) { animation-delay: 0.05s; }
.b2c-kpi-row .b2c-kpi:nth-child(2) { animation-delay: 0.12s; }
.b2c-kpi-row .b2c-kpi:nth-child(3) { animation-delay: 0.19s; }
.b2c-kpi-row .b2c-kpi:nth-child(4) { animation-delay: 0.26s; }
.b2c-kpi:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -10px rgba(30, 58, 138, 0.2);
}
@keyframes b2cKpiReveal {
  from { opacity: 0; transform: translateY(16px) scale(0.96); }
  to { opacity: 1; transform: none; }
}
.b2c-kpi__val {
  font-size: 2rem;
  font-weight: 800;
  color: #172554;
  line-height: 1.1;
}
.b2c-kpi__val--high { color: #b91c1c; }
.b2c-kpi__val--moderate { color: #c2410c; }
.b2c-kpi__val--low { color: #1d4ed8; }
.b2c-kpi__lbl {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--b2c-muted);
  font-weight: 700;
  margin-top: 0.35rem;
  line-height: 1.35;
}

.b2c-risk-gauge-card {
  border: 1px solid #bfdbfe;
  border-radius: 1rem;
  background: linear-gradient(165deg, #eff6ff 0%, #dbeafe 100%);
  overflow: hidden;
  animation: b2cOutcomeIn 0.55s ease-out 0.12s both;
}
.b2c-risk-gauge-card__head {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(37, 99, 235, 0.15);
  color: #1e3a8a;
}
.b2c-risk-gauge-card__body { padding: 1rem 1.1rem 1.15rem; }
.b2c-risk-gauge__track {
  position: relative;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 0%, #22c55e 33%, #f97316 50%, #f97316 66%, #ef4444 100%);
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.2);
  margin-bottom: 0.65rem;
}
.b2c-risk-gauge__fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.b2c-risk-gauge__needle {
  position: absolute;
  top: 50%;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: -0.55rem;
  margin-top: -0.55rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #1e40af;
  box-shadow: 0 2px 8px rgba(30, 64, 175, 0.35);
  transition: left 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.b2c-risk-gauge__labels {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.b2c-risk-gauge__lbl {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  opacity: 0.65;
}
.b2c-risk-gauge__lbl.is-active { opacity: 1; }
.b2c-risk-gauge__lbl--green.is-active { color: #15803d; }
.b2c-risk-gauge__lbl--orange.is-active { color: #c2410c; }
.b2c-risk-gauge__lbl--red.is-active { color: #b91c1c; }
.b2c-risk-gauge__status { font-size: 0.88rem; font-weight: 700; }
.b2c-risk-gauge__status--green { color: #15803d; }
.b2c-risk-gauge__status--orange { color: #c2410c; }
.b2c-risk-gauge__status--red { color: #b91c1c; }

.b2c-sirius-card {
  border: 1px solid #c7d2fe;
  border-radius: 1rem;
  background: linear-gradient(165deg, #f8fafc 0%, #eef2ff 100%);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.08);
  margin-bottom: 1.25rem;
  animation: b2cOutcomeIn 0.55s ease-out 0.08s both;
}
.b2c-sirius-card__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(99, 102, 241, 0.18);
  color: #312e81;
}
.b2c-sirius-card__emoji { font-size: 1.25rem; line-height: 1; }
.b2c-sirius-card__body {
  padding: 1rem 1.1rem 1.15rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #334155;
}
.b2c-sirius-card__text p:last-child { margin-bottom: 0 !important; }
.b2c-sirius-card--green { border-color: #86efac; background: linear-gradient(165deg, #f0fdf4 0%, #ecfdf5 100%); }
.b2c-sirius-card--orange { border-color: #fdba74; background: linear-gradient(165deg, #fff7ed 0%, #ffedd5 100%); }
.b2c-sirius-card--red { border-color: #fca5a5; background: linear-gradient(165deg, #fef2f2 0%, #fee2e2 100%); }
.b2c-sirius-risk-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.b2c-sirius-risk-badge {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid transparent;
}
.b2c-sirius-risk-badge--green { background: #dcfce7; color: #166534; border-color: #86efac; }
.b2c-sirius-risk-badge--orange { background: #ffedd5; color: #9a3412; border-color: #fdba74; }
.b2c-sirius-risk-badge--red { background: #fee2e2; color: #991b1b; border-color: #fca5a5; }

.b2c-meaning-card {
  border-radius: 1rem;
  border: 1px solid #bfdbfe;
  background: #fff;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.08);
  margin-bottom: 1.25rem;
  animation: b2cOutcomeIn 0.55s ease-out 0.16s both;
}
.b2c-meaning-card__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  color: #1e3a8a;
}
.b2c-meaning-card__body {
  padding: 1rem 1.1rem 1.15rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #334155;
}
.b2c-meaning-card--green { border-left: 4px solid #22c55e; }
.b2c-meaning-card--orange { border-left: 4px solid #f97316; }
.b2c-meaning-card--red { border-left: 4px solid #ef4444; }

.b2c-results-disclaimer {
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--b2c-radius);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--b2c-border);
}

.b2c-results-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: -1.5rem 0 1.5rem;
}
.b2c-results-stat {
  background: #fff;
  border-radius: var(--b2c-radius);
  border: 1px solid var(--b2c-border);
  padding: 1rem 0.75rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}
.b2c-results-stat__val {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--b2c-blue);
}
.b2c-results-stat__lbl {
  font-size: 0.6875rem;
  color: var(--b2c-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.b2c-results-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: var(--b2c-radius);
  margin-bottom: 1.25rem;
  border: 1px solid var(--b2c-border);
  background: #fff;
}
.b2c-results-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.b2c-results-card--calm .b2c-results-card__icon { background: #d1fae5; color: #059669; }
.b2c-results-card--neutral .b2c-results-card__icon { background: #fef3c7; color: #d97706; }
.b2c-results-card--alert .b2c-results-card__icon { background: #fee2e2; color: #dc2626; }
.b2c-results-tech {
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--b2c-radius);
  background: #fff;
  border: 1px solid var(--b2c-border);
  cursor: pointer;
}
.b2c-results-tech summary { font-size: 0.8125rem; font-weight: 600; color: var(--b2c-muted); }
.b2c-results-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.b2c-results-explore { margin-bottom: 2rem; }
.b2c-results-tip {
  padding: 1rem !important;
  text-align: center;
}
.b2c-results-tip i {
  font-size: 1.5rem;
  color: var(--b2c-cyan);
  display: block;
  margin-bottom: 0.5rem;
}
.b2c-results-founders {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.25);
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}
.b2c-results-founders__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.25), transparent 70%);
  animation: b2cFoundersGlow 4s ease-in-out infinite;
}
@keyframes b2cFoundersGlow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.15); opacity: 1; }
}
.b2c-results-founders__content {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.b2c-results-founders__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1d4ed8;
  margin-bottom: 0.5rem;
}
.b2c-results-pending {
  text-align: center;
  padding: 4rem 1rem;
}
.b2c-results-pending__visual {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--b2c-cyan);
}
.b2c-results-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--b2c-cyan);
  animation: b2cShieldRing 2s ease-out infinite;
}

/* Recesso footer discreto */
.b2c-withdrawal-foot {
  margin-top: auto;
  padding: 1.25rem 1rem 1.5rem;
  border-top: 1px solid var(--b2c-border);
  background: #fff;
}
.b2c-withdrawal-foot__text {
  font-size: 0.6875rem;
  color: #94a3b8;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.b2c-withdrawal-foot__text a { color: #64748b; text-decoration: underline; }
.b2c-withdrawal-foot__text code { font-size: 0.65rem; }

/* CTA verifica professionale (pagina risultati) */
.b2c-results-pro {
  margin: 1.75rem 0 2rem;
}
.b2c-results-pro__inner {
  background: linear-gradient(145deg, #eff6ff 0%, #f8fafc 55%, #fff 100%);
  border: 1px solid #bfdbfe;
  border-radius: var(--b2c-radius-lg, 16px);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 8px 28px rgba(30, 64, 175, 0.08);
}
.b2c-results-pro__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 0.35rem;
  letter-spacing: 0.02em;
}
.b2c-results-pro__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  display: grid;
  gap: 0.45rem;
}
.b2c-results-pro__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #334155;
}
.b2c-results-pro__list .bi {
  color: #2563eb;
  font-size: 1rem;
}

/* Hub post-pagamento — recesso */
.b2c-hub-withdrawal {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px dashed var(--b2c-border, #e2e8f0);
}

/* Modale Founders */
.b2c-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.b2c-modal--open { opacity: 1; visibility: visible; }
.b2c-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}
.b2c-modal__panel {
  position: relative;
  width: min(420px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.75rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.b2c-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: none;
  background: transparent;
  font-size: 1.1rem;
  color: #94a3b8;
  cursor: pointer;
  padding: 0.25rem;
}
.b2c-modal__visual {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #2563eb;
  background: #eff6ff;
  border-radius: 50%;
}
.b2c-modal__orbit {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px dashed rgba(37, 99, 235, 0.35);
  animation: b2cRadarSpin 8s linear infinite;
}
.b2c-modal__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.b2c-modal__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.b2c-modal__list i { color: #059669; flex-shrink: 0; margin-top: 0.15rem; }
.b2c-btn--lg { padding: 0.85rem 1.35rem; font-size: 1rem; }

/* Language switcher (IT / EN) */
.b2c-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.2rem;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}
.b2c-lang-switch__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #64748b;
  line-height: 1;
}
.b2c-lang-switch__btn:hover {
  color: #1e40af;
  background: rgba(255, 255, 255, 0.7);
}
.b2c-lang-switch__btn.is-active {
  background: #fff;
  color: #1e40af;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.b2c-funnel-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.b2c-funnel-topbar--end {
  justify-content: flex-end;
}
.b2c-header .b2c-lang-switch {
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .b2c-header .b2c-lang-switch {
    order: 3;
  }
}
