/* =========================
   VD · Consulenza AI-Assisted
   Design system: shared VD variables
   ========================= */

/* ── Breadcrumb ── */

.vd-consulenza-breadcrumb {
  padding: 14px 0;
  background: var(--vd-dark-deep, #081c22);
}

.vd-consulenza-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(1180px, 92%);
  max-width: 1180px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vd-consulenza-breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  color: rgba(237, 237, 237, 0.45);
}

.vd-consulenza-breadcrumb-list li + li::before {
  content: '/';
  margin: 0 8px;
  color: rgba(237, 237, 237, 0.25);
}

.vd-consulenza-breadcrumb-list a {
  color: rgba(237, 237, 237, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.vd-consulenza-breadcrumb-list a:hover {
  color: #ff810a;
}

.vd-consulenza-breadcrumb-list [aria-current="page"] {
  color: rgba(237, 237, 237, 0.75);
}

/* ── <mark> for SEO entity salience ── */

.vd-consulenza-page mark {
  background: none;
  color: inherit;
}

.vd-consulenza-page {
  --vd-dark: #0c2931;
  --vd-dark-deep: #081c22;
  --vd-mid: #4a5f6a;
  --vd-light: #ededed;
  --vd-soft: #b7c5cd;
  --vd-ink: #0c2931;
  --vd-accent: #ff810a;
  --vd-accent-soft: rgba(255, 129, 10, 0.14);
  --vd-accent-border: rgba(255, 129, 10, 0.72);
  --vd-muted: rgba(12, 41, 49, 0.65);

  --vd-font-ui: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --vd-font-body: 'Libre Baskerville', Georgia, 'Times New Roman', serif;

  --vd-h1: clamp(32px, 6vw, 68px);
  --vd-h2: clamp(26px, 4.2vw, 48px);
  --vd-h3: clamp(18px, 2vw, 22px);
  --vd-lead: clamp(16px, 2.4vw, 22px);
  --vd-body: clamp(15px, 1.6vw, 17px);
  --vd-eyebrow: clamp(11px, 1.2vw, 14px);

  --vd-section-pad: clamp(72px, 12vw, 160px);
  --vd-wrap-max: 1180px;
  --vd-radius: 20px;
  --vd-radius-pill: 9999px;
  --vd-duration-fast: 0.2s;
  --vd-duration: 0.3s;
  --vd-duration-slow: 0.35s;

  font-family: var(--vd-font-ui);
  color: var(--vd-light);
  background: var(--vd-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vd-consulenza-page *,
.vd-consulenza-page *::before,
.vd-consulenza-page *::after {
  box-sizing: border-box;
}

/* ── Layout ── */

.vd-consulenza-wrap {
  width: min(var(--vd-wrap-max), 92%);
  max-width: var(--vd-wrap-max);
  margin: 0 auto;
}

.vd-consulenza-surface {
  position: relative;
  overflow: hidden;
  padding: var(--vd-section-pad) 0;
  background: var(--vd-section-bg, var(--vd-dark));
  color: var(--vd-section-text, var(--vd-light));
}

.vd-consulenza-surface > * {
  position: relative;
  z-index: 1;
}

/* ── Section color schemes ── */

.vd-consulenza-hero {
  --vd-section-bg: var(--vd-dark);
  --vd-section-text: var(--vd-light);
  --vd-section-muted: rgba(237, 237, 237, 0.76);
  --vd-section-eyebrow: var(--vd-soft);
  --vd-section-border: rgba(237, 237, 237, 0.16);
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
}

.vd-consulenza-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 55% at 16% 10%, rgba(255, 129, 10, 0.18), transparent 62%),
    radial-gradient(55% 45% at 84% 78%, rgba(255, 129, 10, 0.08), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.vd-consulenza-pain {
  --vd-section-bg: var(--vd-light);
  --vd-section-text: var(--vd-ink);
  --vd-section-muted: var(--vd-muted);
  --vd-section-heading: var(--vd-ink);
  --vd-section-border: rgba(12, 41, 49, 0.12);
}

.vd-consulenza-contrast {
  --vd-section-bg: var(--vd-dark-deep);
  --vd-section-text: var(--vd-light);
  --vd-section-muted: rgba(237, 237, 237, 0.7);
}

.vd-consulenza-solution {
  --vd-section-bg: var(--vd-mid);
  --vd-section-text: var(--vd-light);
  --vd-section-muted: rgba(237, 237, 237, 0.78);
}

.vd-consulenza-pricing {
  --vd-section-bg: var(--vd-light);
  --vd-section-text: var(--vd-ink);
  --vd-section-muted: var(--vd-muted);
}

.vd-consulenza-process {
  --vd-section-bg: var(--vd-dark);
  --vd-section-text: var(--vd-light);
  --vd-section-muted: rgba(237, 237, 237, 0.7);
  --vd-section-border: rgba(237, 237, 237, 0.16);
}

.vd-consulenza-proof {
  --vd-section-bg: var(--vd-light);
  --vd-section-text: var(--vd-ink);
  --vd-section-muted: var(--vd-muted);
}

.vd-consulenza-faq {
  --vd-section-bg: var(--vd-dark);
  --vd-section-text: var(--vd-light);
  --vd-section-muted: rgba(237, 237, 237, 0.7);
  --vd-section-border: rgba(237, 237, 237, 0.16);
}

.vd-consulenza-cta-final {
  --vd-section-bg: var(--vd-mid);
  --vd-section-text: var(--vd-light);
  --vd-section-muted: rgba(237, 237, 237, 0.78);
}

/* ── Typography ── */

.vd-consulenza-eyebrow {
  font-size: var(--vd-eyebrow);
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--vd-accent);
  margin: 0;
}

.vd-consulenza-pain .vd-consulenza-eyebrow,
.vd-consulenza-pricing .vd-consulenza-eyebrow,
.vd-consulenza-proof .vd-consulenza-eyebrow {
  color: var(--vd-mid);
}

.vd-consulenza-title {
  font-size: var(--vd-h1);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vd-section-text);
  margin: 0;
  max-width: 20ch;
}

.vd-consulenza-h2 {
  font-size: var(--vd-h2);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vd-section-text);
  margin: 0;
}

.vd-consulenza-lead {
  font-family: var(--vd-font-body);
  font-size: var(--vd-lead);
  line-height: 1.75;
  color: var(--vd-section-muted, var(--vd-soft));
  margin: 0;
  max-width: 52ch;
}

.vd-consulenza-body {
  font-family: var(--vd-font-body);
  font-size: var(--vd-body);
  line-height: 1.75;
  color: var(--vd-section-muted, currentColor);
  margin: 0;
}

/* ── Hero ── */

.vd-consulenza-glass {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 44px);
}

.vd-consulenza-hero-text {
  display: grid;
  gap: 20px;
}

/* ── CTA Buttons ── */

.vd-consulenza-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.vd-consulenza-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: var(--vd-radius-pill);
  background: transparent;
  border: 1px solid currentColor;
  color: var(--vd-section-text, var(--vd-light));
  font-family: var(--vd-font-ui);
  font-size: var(--vd-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    color var(--vd-duration) ease,
    border-color var(--vd-duration) ease;
}

.vd-consulenza-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--vd-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--vd-duration-slow) ease;
  z-index: -1;
}

.vd-consulenza-btn:hover {
  color: var(--vd-dark);
  border-color: var(--vd-accent);
}

.vd-consulenza-btn:hover::before {
  transform: scaleX(1);
}

.vd-consulenza-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.vd-consulenza-btn.is-ghost:hover {
  color: var(--vd-dark);
  border-color: var(--vd-accent);
}

.vd-consulenza-btn.is-large {
  padding: 16px 36px;
  font-size: clamp(15px, 1.8vw, 18px);
}

/* Dark-on-light sections: invert button */
.vd-consulenza-pain .vd-consulenza-btn,
.vd-consulenza-pricing .vd-consulenza-btn,
.vd-consulenza-proof .vd-consulenza-btn {
  color: var(--vd-ink);
  border-color: var(--vd-ink);
}

.vd-consulenza-pain .vd-consulenza-btn:hover,
.vd-consulenza-pricing .vd-consulenza-btn:hover,
.vd-consulenza-proof .vd-consulenza-btn:hover {
  color: var(--vd-dark);
  border-color: var(--vd-accent);
}

/* ── Split layout ── */

.vd-consulenza-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

@media (min-width: 768px) {
  .vd-consulenza-split {
    grid-template-columns: 5fr 6fr;
  }
}

.vd-consulenza-split-left {
  display: grid;
  gap: 16px;
}

.vd-consulenza-split-right {
  display: grid;
  gap: 18px;
}

/* ── Contrast Cards ── */

.vd-consulenza-contrast-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 32px);
  margin-top: clamp(28px, 4vw, 48px);
}

@media (min-width: 768px) {
  .vd-consulenza-contrast-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.vd-consulenza-contrast-card {
  padding: clamp(24px, 3vw, 40px);
  border-radius: var(--vd-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vd-consulenza-contrast-card.is-before {
  background: rgba(255, 255, 255, 0.04);
}

.vd-consulenza-contrast-card.is-after {
  background: var(--vd-accent-soft);
  border-color: var(--vd-accent-border);
}

.vd-consulenza-contrast-label {
  display: block;
  font-size: var(--vd-eyebrow);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.vd-consulenza-contrast-card.is-before .vd-consulenza-contrast-label {
  color: var(--vd-soft);
}

.vd-consulenza-contrast-card.is-after .vd-consulenza-contrast-label {
  color: var(--vd-accent);
}

.vd-consulenza-contrast-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.vd-consulenza-contrast-list li {
  font-family: var(--vd-font-body);
  font-size: var(--vd-body);
  line-height: 1.65;
  color: var(--vd-section-muted);
  padding-left: 20px;
  position: relative;
}

.vd-consulenza-contrast-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.vd-consulenza-contrast-card.is-before .vd-consulenza-contrast-list li::before {
  background: rgba(255, 255, 255, 0.2);
}

.vd-consulenza-contrast-card.is-after .vd-consulenza-contrast-list li::before {
  background: var(--vd-accent);
}

/* ── Pricing Grid ── */

.vd-consulenza-pricing-intro {
  max-width: 60ch;
  margin-top: 8px;
}

.vd-consulenza-pricing #pricing-title {
  color: var(--vd-dark-deep, #081c22);
  max-width: none;
  width: 100%;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: normal;
}

.vd-consulenza-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 28px);
  margin-top: clamp(32px, 5vw, 56px);
}

@media (min-width: 768px) {
  .vd-consulenza-pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.vd-consulenza-tier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
  border-radius: var(--vd-radius);
  background: rgba(12, 41, 49, 0.04);
  border: 1px solid rgba(12, 41, 49, 0.1);
  transition: transform var(--vd-duration) ease, box-shadow var(--vd-duration) ease;
}

.vd-consulenza-tier:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(12, 41, 49, 0.08);
}

.vd-consulenza-tier.is-featured {
  background: var(--vd-dark);
  color: var(--vd-light);
  border-color: var(--vd-accent-border);
  box-shadow: 0 8px 32px rgba(255, 129, 10, 0.12);
}

.vd-consulenza-tier.is-featured:hover {
  box-shadow: 0 16px 48px rgba(255, 129, 10, 0.18);
}

.vd-consulenza-tier-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 16px;
  border-radius: var(--vd-radius-pill);
  background: var(--vd-accent);
  color: var(--vd-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vd-consulenza-tier-header {
  margin-bottom: 16px;
}

.vd-consulenza-tier-name {
  display: block;
  font-size: var(--vd-h3);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--vd-section-text);
}

.vd-consulenza-tier.is-featured .vd-consulenza-tier-name {
  color: var(--vd-accent);
}

.vd-consulenza-tier-tagline {
  font-family: var(--vd-font-body);
  font-size: var(--vd-body);
  line-height: 1.5;
  color: var(--vd-section-muted);
  margin: 6px 0 0;
}

.vd-consulenza-tier.is-featured .vd-consulenza-tier-tagline {
  color: rgba(237, 237, 237, 0.7);
}

/* Price */
.vd-consulenza-tier-price {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 8px;
}

.vd-consulenza-tier-amount {
  font-family: var(--vd-font-ui);
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--vd-section-text);
}

.vd-consulenza-tier.is-featured .vd-consulenza-tier-amount {
  color: var(--vd-light);
}

.vd-consulenza-tier-currency {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  color: var(--vd-accent);
  padding-top: 0.4em;
}

.vd-consulenza-tier-format {
  font-size: var(--vd-eyebrow);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vd-section-muted);
  margin: 0 0 20px;
}

.vd-consulenza-tier.is-featured .vd-consulenza-tier-format {
  color: rgba(237, 237, 237, 0.55);
}

/* Features list */
.vd-consulenza-tier-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
  flex: 1;
}

.vd-consulenza-tier-features li {
  font-family: var(--vd-font-body);
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.6;
  color: var(--vd-section-muted);
  padding-left: 18px;
  position: relative;
}

.vd-consulenza-tier.is-featured .vd-consulenza-tier-features li {
  color: rgba(237, 237, 237, 0.72);
}

.vd-consulenza-tier-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--vd-accent);
  font-weight: 700;
}

.vd-consulenza-tier-ideal {
  font-family: var(--vd-font-body);
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.65;
  font-style: italic;
  color: var(--vd-section-muted);
  margin: 0 0 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(12, 41, 49, 0.08);
}

.vd-consulenza-tier.is-featured .vd-consulenza-tier-ideal {
  color: rgba(237, 237, 237, 0.55);
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* Tier CTA */
.vd-consulenza-tier .vd-consulenza-btn {
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.vd-consulenza-tier.is-featured .vd-consulenza-btn {
  color: var(--vd-light);
  border-color: var(--vd-accent-border);
}

.vd-consulenza-tier.is-featured .vd-consulenza-btn:hover {
  color: var(--vd-dark);
}

/* Pricing note */
.vd-consulenza-pricing-note {
  font-family: var(--vd-font-body);
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.65;
  color: var(--vd-section-muted);
  text-align: center;
  margin-top: clamp(24px, 3vw, 40px);
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

/* ── Process Steps ── */

.vd-consulenza-steps {
  list-style: none;
  padding: 0;
  margin: clamp(28px, 4vw, 48px) 0 0;
  display: grid;
  gap: 0;
}

.vd-consulenza-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  padding: clamp(28px, 4vw, 44px) 0;
  border-bottom: 1px solid var(--vd-section-border);
}

.vd-consulenza-step:first-child {
  border-top: 1px solid var(--vd-section-border);
}

.vd-consulenza-step-num {
  min-width: 64px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
  color: var(--vd-accent);
  opacity: 0.42;
  letter-spacing: -0.03em;
}

.vd-consulenza-step-title {
  font-size: var(--vd-h3);
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--vd-section-text);
}

.vd-consulenza-step-text {
  max-width: 56ch;
  font-family: var(--vd-font-body);
  font-size: var(--vd-body);
  line-height: 1.65;
  color: var(--vd-section-muted);
  margin: 0;
}

/* ── Metrics ── */

.vd-consulenza-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 4vw, 56px);
  text-align: left;
  margin-top: clamp(28px, 4vw, 48px);
}

@media (min-width: 640px) {
  .vd-consulenza-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

.vd-consulenza-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 18px);
  min-width: 0;
}

.vd-consulenza-metric-number {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  padding-bottom: 14px;
}

.vd-consulenza-metric-number::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--vd-accent);
  transform-origin: left;
}

.vd-consulenza-metric-value {
  font-family: var(--vd-font-ui);
  font-size: clamp(56px, 8vw, 112px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.05em;
  color: var(--vd-section-text);
}

.vd-consulenza-metric-suffix {
  font-family: var(--vd-font-ui);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 600;
  color: var(--vd-accent);
  line-height: 1;
  padding-top: 0.5em;
}

.vd-consulenza-metric-label {
  max-width: 26ch;
  margin: 0;
  font-size: var(--vd-body);
  line-height: 1.65;
  color: var(--vd-section-muted);
}

/* ── FAQ ── */

.vd-consulenza-faq-list {
  max-width: 800px;
  margin-top: clamp(28px, 4vw, 48px);
}

.vd-consulenza-faq-item {
  border-bottom: 1px solid var(--vd-section-border);
}

.vd-consulenza-faq-q {
  display: block;
  padding: clamp(18px, 2.5vw, 24px) 0;
  font-family: var(--vd-font-ui);
  font-size: var(--vd-body);
  font-weight: 600;
  color: var(--vd-section-text);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
}

.vd-consulenza-faq-q::-webkit-details-marker {
  display: none;
}

.vd-consulenza-faq-q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  color: var(--vd-accent);
  transition: transform var(--vd-duration) ease;
}

.vd-consulenza-faq-item[open] .vd-consulenza-faq-q::after {
  content: '−';
}

.vd-consulenza-faq-a {
  padding: 0 0 clamp(18px, 2.5vw, 24px);
}

.vd-consulenza-faq-a p {
  font-family: var(--vd-font-body);
  font-size: var(--vd-body);
  line-height: 1.75;
  color: var(--vd-section-muted);
  margin: 0;
  max-width: 60ch;
}

/* ── CTA Final block ── */

.vd-consulenza-cta-block {
  text-align: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  max-width: 700px;
  margin: 0 auto;
}

.vd-consulenza-cta-block .vd-consulenza-body {
  max-width: 48ch;
}

/* ── Animation base (for GSAP or fallback) ── */

.vd-consulenza-animate {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.vd-consulenza-animate.is-visible {
  opacity: 1;
  transform: none;
}

/* Fallback: if no JS, show everything */
.no-js .vd-consulenza-animate,
.vd-consulenza-page:not(.js-ready) .vd-consulenza-animate {
  opacity: 1;
  transform: none;
}

/* ── Focus states ── */

.vd-consulenza-btn:focus-visible {
  outline: 2px solid var(--vd-accent);
  outline-offset: 3px;
}

.vd-consulenza-faq-q:focus-visible {
  outline: 2px solid var(--vd-accent);
  outline-offset: 2px;
}

/* ── Responsive — Mobile ── */

@media (max-width: 767px) {

  /* Breadcrumb */
  .vd-consulenza-breadcrumb {
    padding: 10px 0;
  }

  .vd-consulenza-breadcrumb-list {
    font-size: 10px;
    gap: 0;
  }

  .vd-consulenza-breadcrumb-list li + li::before {
    margin: 0 6px;
  }

  /* Section spacing */
  .vd-consulenza-page {
    --vd-section-pad: clamp(48px, 10vw, 72px);
  }

  /* Hero */
  .vd-consulenza-hero {
    min-height: auto;
    min-height: auto;
    padding-top: clamp(80px, 16vw, 120px);
    padding-bottom: var(--vd-section-pad);
  }

  .vd-consulenza-glass {
    padding: 0;
  }

  .vd-consulenza-title {
    max-width: none;
    font-size: clamp(28px, 7.5vw, 42px);
    line-height: 1.12;
  }

  .vd-consulenza-lead {
    font-size: clamp(15px, 3.8vw, 18px);
    line-height: 1.65;
  }

  .vd-consulenza-cta-group {
    flex-direction: column;
    gap: 10px;
  }

  .vd-consulenza-cta-group .vd-consulenza-btn {
    width: 100%;
    text-align: center;
  }

  /* Headings */
  .vd-consulenza-h2 {
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1.18;
  }

  /* Body text */
  .vd-consulenza-body {
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.7;
  }

  /* Pain — split stacks on mobile */
  .vd-consulenza-split {
    gap: 24px;
  }

  /* Contrast cards */
  .vd-consulenza-contrast-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .vd-consulenza-contrast-card {
    padding: 24px;
  }

  .vd-consulenza-contrast-label {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .vd-consulenza-contrast-list {
    gap: 10px;
  }

  .vd-consulenza-contrast-list li {
    font-size: clamp(13px, 3.4vw, 15px);
    line-height: 1.55;
  }

  /* Pricing cards */
  .vd-consulenza-pricing-grid {
    gap: 20px;
    margin-top: 28px;
  }

  .vd-consulenza-tier {
    padding: 28px 24px;
  }

  .vd-consulenza-tier-amount {
    font-size: 48px;
  }

  .vd-consulenza-tier-features li {
    font-size: 14px;
    line-height: 1.55;
  }

  .vd-consulenza-tier-ideal {
    font-size: 13px;
  }

  .vd-consulenza-tier .vd-consulenza-btn {
    min-height: 52px;
    font-size: 14px;
  }

  /* Process steps */
  .vd-consulenza-step {
    gap: 16px;
    padding: 24px 0;
  }

  .vd-consulenza-step-num {
    min-width: 44px;
    font-size: 36px;
  }

  .vd-consulenza-step-title {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .vd-consulenza-step-text {
    font-size: clamp(14px, 3.6vw, 15px);
    line-height: 1.6;
  }

  /* Metrics */
  .vd-consulenza-metrics {
    gap: 32px;
    margin-top: 28px;
  }

  .vd-consulenza-metric-value {
    font-size: clamp(48px, 14vw, 72px);
  }

  .vd-consulenza-metric-suffix {
    font-size: clamp(18px, 5vw, 24px);
  }

  .vd-consulenza-metric-label {
    font-size: 14px;
    max-width: none;
  }

  /* FAQ */
  .vd-consulenza-faq-list {
    margin-top: 24px;
  }

  .vd-consulenza-faq-q {
    padding: 16px 36px 16px 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .vd-consulenza-faq-a p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* CTA finale */
  .vd-consulenza-cta-block {
    gap: 14px;
  }

  .vd-consulenza-cta-block .vd-consulenza-body {
    max-width: none;
    font-size: 14px;
  }

  .vd-consulenza-btn.is-large {
    width: 100%;
    text-align: center;
    padding: 16px 28px;
    font-size: 15px;
  }

  /* Pricing note */
  .vd-consulenza-pricing-note {
    font-size: 13px;
    text-align: left;
  }
}

/* ── Responsive — Small phones (≤ 374px) ── */

@media (max-width: 374px) {
  .vd-consulenza-title {
    font-size: 26px;
  }

  .vd-consulenza-h2 {
    font-size: 21px;
  }

  .vd-consulenza-tier {
    padding: 24px 20px;
  }

  .vd-consulenza-tier-amount {
    font-size: 40px;
  }

  .vd-consulenza-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vd-consulenza-step-num {
    font-size: 28px;
    min-width: auto;
  }
}

/* ── Responsive — Tablet tweaks ── */

@media (min-width: 768px) and (max-width: 1023px) {
  .vd-consulenza-tier {
    padding: 24px 20px;
  }

  .vd-consulenza-tier-amount {
    font-size: clamp(36px, 5vw, 48px);
  }

  .vd-consulenza-tier-features li {
    font-size: 13px;
  }

  .vd-consulenza-tier-ideal {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vd-consulenza-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .vd-consulenza-btn::before {
    transition: none;
  }
}
