/* ══════════════════════════════════════════════
   PAGINA — CONSULENZA STRATEGICA
   Stesso linguaggio visivo del tema (dark + oro)
══════════════════════════════════════════════ */
.consulenza-wp { background: var(--dark); color: #fff; }
.consulenza-wp .container { max-width: 1320px; }

.consulenza-wp .label {
    font-family: var(--fd); font-weight: 800; font-size: 11px; letter-spacing: .2em;
    text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.consulenza-wp .cn-h2 {
    font-family: var(--fd); font-weight: 900; font-size: clamp(28px,3.6vw,46px);
    line-height: 1; text-transform: uppercase; color: #fff; letter-spacing: -.01em;
}
.consulenza-wp .gold { color: var(--gold); }
.consulenza-wp .cn-lead {
    font-family: var(--fb); font-size: 16.5px; line-height: 1.72; color: rgba(255,255,255,.52);
    max-width: 620px; margin-top: 18px;
    strong { color: rgba(255,255,255,.85); font-weight: 600; }
    em { font-style: italic; color: rgba(255,255,255,.72); }
}

/* ── SCROLL / STAGGER ── */
.consulenza-wp .cn-stagger.reveal { opacity: 1; transform: none; transition: none; }
.consulenza-wp .cn-stagger > * {
    opacity: 0; transform: translateY(22px);
    transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
    will-change: opacity, transform;
}
.consulenza-wp .cn-stagger.is-inview > * { opacity: 1; transform: none; }
.consulenza-wp .cn-stagger.is-inview > *:nth-child(1) { transition-delay: .04s; }
.consulenza-wp .cn-stagger.is-inview > *:nth-child(2) { transition-delay: .10s; }
.consulenza-wp .cn-stagger.is-inview > *:nth-child(3) { transition-delay: .16s; }
.consulenza-wp .cn-stagger.is-inview > *:nth-child(4) { transition-delay: .22s; }
.consulenza-wp .cn-stagger.is-inview > *:nth-child(5) { transition-delay: .28s; }

@media (prefers-reduced-motion: reduce) {
    .consulenza-wp .cn-stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ── 1 · HERO ── */
.cn-hero {
    position: relative; overflow: hidden; padding-block: 150px 90px;
    @media (max-width: 900px) { padding-block: 120px 70px; }
    .cn-hero-grid {
        position: absolute; inset: 0; z-index: 0; pointer-events: none;
        background-image: linear-gradient(rgba(254,192,59,.022) 1px, transparent 1px),
                          linear-gradient(90deg, rgba(254,192,59,.022) 1px, transparent 1px);
        background-size: 52px 52px;
    }
    .cn-hero-glow {
        position: absolute; top: 30%; right: 4%; width: 640px; height: 640px; max-width: 60vw; z-index: 0;
        background: radial-gradient(circle, rgba(252,139,0,.28) 0%, rgba(252,139,0,.06) 45%, transparent 70%);
        pointer-events: none;
    }
    .container { position: relative; z-index: 1; }
    .cn-hero-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center;
        @media (max-width: 900px) { grid-template-columns: 1fr; gap: 44px; }
    }
    .cn-over { font-family: var(--fd); font-weight: 800; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
    .cn-hero-h { font-family: var(--fd); font-weight: 900; font-size: clamp(34px,4.4vw,56px); line-height: .96; text-transform: uppercase; color: #fff; margin-bottom: 22px; letter-spacing: -.01em; }
    .cn-hero-sub { font-family: var(--fb); font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.55); max-width: 540px; margin-bottom: 28px;
        strong { color: #fff; font-weight: 600; }
    }
    .cn-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
    .cn-hero-checks { display: flex; flex-direction: column; gap: 10px; }
    .cn-chk {
        position: relative; padding-left: 26px; font-family: var(--fb); font-size: 14px; color: rgba(255,255,255,.62);
        &::before { content: ''; position: absolute; left: 0; top: 7px; width: 15px; height: 8px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
    }
    .cn-hero-stats { display: flex; gap: 34px; margin-top: 30px; flex-wrap: wrap; }
    .cn-hero-stat { display: flex; flex-direction: column; }
    .cn-hs-k { font-family: var(--fd); font-weight: 900; font-size: 25px; text-transform: uppercase; line-height: 1; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
    .cn-hs-d { font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.45); margin-top: 7px; max-width: 150px; line-height: 1.35; }

    .cn-hero-media { position: relative; }
    .cn-hero-photo {
        border-radius: var(--rl); overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: var(--dark-2);
        img { width: 100%; height: 470px; object-fit: cover; object-position: center top; display: block; }
    }
    .cn-hero-badge {
        position: absolute; left: -20px; bottom: 28px;
        background: rgba(15,15,15,.86); backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,.1); border-radius: var(--rm); padding: 18px 22px; min-width: 210px;
        box-shadow: 0 20px 50px rgba(0,0,0,.45);
        .cn-hb-ico { width: 40px; height: 40px; border-radius: 12px; background: var(--gold-dim); border: 1px solid rgba(254,192,59,.3); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; svg { width: 20px; height: 20px; } }
        .cn-hb-t { font-family: var(--fd); font-weight: 900; font-size: 17px; text-transform: uppercase; color: #fff; }
        .cn-hb-d { font-family: var(--fb); font-size: 13px; color: rgba(255,255,255,.5); margin-top: 4px; }
        @media (max-width: 900px) { left: 14px; }
    }
}

/* ══════════════════════════════════════════════
   2 · ANALIZZATORE STRATEGICO (sezione firma animata)
══════════════════════════════════════════════ */
.cn-analyzer { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.cn-analyzer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
    @media (max-width: 940px) { grid-template-columns: 1fr; gap: 44px; }
}
.cn-analyzer-feats { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.cn-mf { display: flex; gap: 15px; }
.cn-mf-ico { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: var(--gold-dim); border: 1px solid rgba(254,192,59,.25); display: inline-flex; align-items: center; justify-content: center;
    svg { width: 22px; height: 22px; }
}
.cn-mf-t { font-family: var(--fd); font-weight: 800; font-size: 15.5px; color: #fff; margin-bottom: 4px; }
.cn-mf-d { font-family: var(--fb); font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.48); }

/* ── pannello analizzatore ── */
.cn-analyzer-visual { position: relative; }
.cn-scanner-glow { position: absolute; inset: -10% -6% -14% -6%; z-index: 0; pointer-events: none;
    background: radial-gradient(60% 55% at 55% 40%, rgba(252,139,0,.20), transparent 70%);
}
.cn-scanner {
    position: relative; z-index: 1; border-radius: var(--rl); overflow: hidden;
    background: linear-gradient(165deg, var(--dark-3), var(--dark-2));
    border: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 70px rgba(0,0,0,.5);
}
.cn-scanner-head {
    display: flex; align-items: center; gap: 10px; padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(0,0,0,.25);
}
.cn-scanner-dot { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); flex-shrink: 0;
    &::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid rgba(254,192,59,.6); animation: cnPing 2.4s ease-out infinite; }
}
.cn-scanner-title { font-family: var(--fd); font-weight: 700; font-size: 13px; letter-spacing: .04em; color: rgba(255,255,255,.72); }
.cn-scanner-badge { margin-left: auto; font-family: var(--fd); font-weight: 900; font-size: 10px; letter-spacing: .18em; color: var(--gold);
    padding: 3px 9px; border: 1px solid rgba(254,192,59,.35); border-radius: 100px; background: var(--gold-dim);
}

.cn-scanner-body { position: relative; padding: 16px 0 8px; overflow: hidden; }
.cn-scan {
    position: absolute; left: 0; right: 0; top: 0; height: 78px; z-index: 2; pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(254,192,59,.10) 62%, rgba(254,192,59,.30));
    border-bottom: 1px solid rgba(254,192,59,.55); box-shadow: 0 0 22px rgba(252,139,0,.35);
    transform: translateY(-95px); animation: cnScan 4.2s cubic-bezier(.5,0,.5,1) infinite;
}

.cn-goal { display: flex; align-items: center; gap: 12px; padding: 4px 20px 16px; position: relative; z-index: 1; }
.cn-goal-l { font-family: var(--fd); font-weight: 800; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.cn-goal-v { font-family: var(--fd); font-weight: 900; font-size: 16px; text-transform: uppercase; color: #fff; padding: 5px 12px; border-radius: 7px; background: var(--gold-dim); border: 1px solid rgba(254,192,59,.28); }

.cn-opts { list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.cn-opt {
    display: flex; align-items: center; gap: 14px; padding: 13px 20px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    &:last-child { border-bottom: 0; }
}
.cn-opt-name { font-family: var(--fb); font-size: 13.5px; color: rgba(255,255,255,.7); width: 168px; flex-shrink: 0;
    @media (max-width: 420px) { width: 120px; }
}
.cn-opt-track { flex: 1; height: 7px; border-radius: 100px; background: rgba(255,255,255,.07); overflow: hidden;
    i { display: block; height: 100%; width: 0; border-radius: 100px; background: rgba(255,255,255,.28);
        animation: cnFill 5s cubic-bezier(.5,0,.2,1) infinite;
    }
}
.cn-opt:nth-child(1) .cn-opt-track i { animation-delay: 0s; }
.cn-opt:nth-child(2) .cn-opt-track i { animation-delay: .12s; }
.cn-opt:nth-child(3) .cn-opt-track i { animation-delay: .24s; }
.cn-opt:nth-child(4) .cn-opt-track i { animation-delay: .36s; }
.cn-opt:nth-child(5) .cn-opt-track i { animation-delay: .48s; }

.cn-opt-chip {
    position: relative; flex-shrink: 0; width: 84px; height: 26px; text-align: center;
    font-family: var(--fd); font-weight: 900; font-size: 11px; letter-spacing: .06em;
    display: inline-flex; align-items: center; justify-content: center; border-radius: 7px;
}
.cn-opt-chip.is-mid { background: rgba(255,255,255,.06); color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.12); }
.cn-opt-chip.is-low { background: rgba(255,255,255,.04); color: rgba(255,255,255,.4); border: 1px solid rgba(255,255,255,.08); }

/* riga vincente: il ventaglio si valuta e la mossa migliore si illumina */
.cn-opt.is-best .cn-opt-name { color: #fff; font-weight: 600; }
.cn-opt.is-best { position: relative; }
.cn-opt.is-best::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--grad-gold); }
.cn-opt.is-best .cn-opt-track i { background: var(--grad-gold); box-shadow: 0 0 12px rgba(252,139,0,.5); }

.cn-opt-cycle { width: 92px; }
.cn-opt-cycle .s { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; border-radius: 7px; opacity: 0; }
.cn-opt-cycle .s-eval { background: rgba(255,255,255,.06); color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.14); opacity: 1; }
.cn-opt-cycle .s-best { background: var(--gold-dim); color: var(--gold); border: 1px solid rgba(254,192,59,.5); }
.cn-opt-cycle .s-eval { animation: cnEval 5s ease-in-out infinite; }
.cn-opt-cycle .s-best { animation: cnBest 5s ease-in-out infinite; }

.cn-scanner-ecg { position: relative; z-index: 1; height: 46px; padding: 10px 20px 4px;
    svg { width: 100%; height: 100%; display: block; }
    polyline { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
    .ecg-base { stroke: rgba(255,255,255,.10); }
    .ecg-run  { stroke: var(--gold); filter: drop-shadow(0 0 4px rgba(252,139,0,.7)); stroke-dasharray: 26 500; stroke-dashoffset: 526; animation: cnEcg 3.4s linear infinite; }
}

.cn-scanner-foot { display: flex; align-items: center; gap: 14px; padding: 14px 20px;
    border-top: 1px solid rgba(255,255,255,.07); background: rgba(0,0,0,.22);
}
.cn-scanner-foot-l { font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.45); white-space: nowrap; }
.cn-scanner-bar { flex: 1; height: 5px; border-radius: 100px; background: rgba(255,255,255,.08); overflow: hidden;
    i { display: block; height: 100%; width: 0; border-radius: 100px; background: var(--grad-gold); animation: cnCron 5s linear infinite; }
}

@keyframes cnScan  { 0% { transform: translateY(-95px) } 100% { transform: translateY(400px) } }
@keyframes cnPing  { 0% { transform: scale(.6); opacity: .9 } 100% { transform: scale(1.9); opacity: 0 } }
@keyframes cnFill  { 0% { width: 0 } 40% { width: var(--v) } 90% { width: var(--v) } 100% { width: 0 } }
@keyframes cnCron  { 0% { width: 0 } 88%,100% { width: 100% } }
@keyframes cnEcg   { 0% { stroke-dashoffset: 526 } 100% { stroke-dashoffset: 0 } }
@keyframes cnEval  { 0%,38% { opacity: 1 } 45%,90% { opacity: 0 } 97%,100% { opacity: 1 } }
@keyframes cnBest  { 0%,40% { opacity: 0 } 47%,88% { opacity: 1 } 95%,100% { opacity: 0 } }

@media (prefers-reduced-motion: reduce) {
    .cn-scan, .cn-scanner-dot::after, .cn-opt-track i, .cn-opt-cycle .s,
    .ecg-run, .cn-scanner-bar i { animation: none !important; }
    .cn-scan { display: none; }
    .cn-opt-track i { width: var(--v); }
    .cn-opt-cycle .s-eval { opacity: 0; }
    .cn-opt-cycle .s-best { opacity: 1; }
    .cn-scanner-bar i { width: 80%; }
}

/* ── 3 · PROBLEMA ── */
.cn-problem { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.cn-problem-head { max-width: 780px; }
.cn-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 46px;
    @media (max-width: 820px) { grid-template-columns: 1fr; }
}
.cn-col {
    background: var(--dark-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rm); padding: 28px 26px;
    .cn-col-n { font-family: var(--fd); font-weight: 900; font-size: 28px; color: rgba(254,192,59,.4); line-height: 1; margin-bottom: 14px; }
    .cn-col-t { font-family: var(--fd); font-weight: 800; font-size: 18px; color: #fff; margin-bottom: 10px; }
    p { font-family: var(--fb); font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,.5);
        strong { color: rgba(255,255,255,.85); font-weight: 600; }
    }
}
.cn-claim {
    margin-top: 40px; padding: 36px 40px; border-radius: var(--rl);
    background: linear-gradient(150deg, var(--dark-3), var(--dark-2)); border: 1px solid rgba(255,255,255,.08);
    font-family: var(--fd); font-weight: 900; font-size: clamp(20px,2.4vw,30px); line-height: 1.2; text-transform: uppercase; color: #fff;
}
.cn-claim-sub {
    margin-top: 18px; font-family: var(--fb); font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.55); max-width: 660px;
    strong { color: var(--gold); font-weight: 600; }
}

/* ── 4 · COME FUNZIONA ── */
.cn-service { padding-block: 80px; }
.cn-service-head { max-width: 720px; }
.cn-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px;
    @media (max-width: 900px) { grid-template-columns: 1fr; }
}
.cn-svc {
    position: relative; background: var(--dark-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rl); padding: 30px 28px;
    transition: border-color var(--t), transform var(--t);
    &:hover { border-color: rgba(254,192,59,.4); transform: translateY(-4px); }
    .cn-svc-n { position: absolute; top: 24px; right: 26px; font-family: var(--fd); font-weight: 900; font-size: 26px; color: rgba(254,192,59,.25); line-height: 1; }
    .cn-svc-ico { width: 48px; height: 48px; border-radius: 13px; background: var(--gold-dim); border: 1px solid rgba(254,192,59,.25); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; svg { width: 24px; height: 24px; } }
    .cn-svc-t { font-family: var(--fd); font-weight: 800; font-size: 18px; color: #fff; line-height: 1.22; margin-bottom: 12px; }
    .cn-svc-d { font-family: var(--fb); font-size: 14px; line-height: 1.62; color: rgba(255,255,255,.5); }
}
.cn-flow {
    display: flex; align-items: stretch; gap: 12px; margin-top: 24px; flex-wrap: wrap;
    @media (max-width: 720px) { flex-direction: column; align-items: stretch; }
    .cn-flow-step {
        flex: 1; min-width: 160px; display: flex; flex-direction: column; gap: 4px;
        background: var(--dark-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rm); padding: 18px 22px;
        .cn-flow-k { font-family: var(--fd); font-weight: 900; font-size: 15px; text-transform: uppercase; color: #fff; letter-spacing: .04em; }
        .cn-flow-d { font-family: var(--fb); font-size: 13px; color: rgba(255,255,255,.5); }
    }
    .cn-flow-live { border-color: rgba(254,192,59,.4); background: linear-gradient(150deg, var(--dark-3), var(--dark-2));
        .cn-flow-k { color: var(--gold); }
    }
    .cn-flow-arrow { display: flex; align-items: center; font-family: var(--fd); font-weight: 900; font-size: 22px; color: rgba(254,192,59,.5);
        @media (max-width: 720px) { justify-content: center; transform: rotate(90deg); }
    }
}

/* ── 5 · CHI SONO ── */
.cn-about { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.cn-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center;
    @media (max-width: 900px) { grid-template-columns: 1fr; gap: 40px; }
}
.cn-about-photo { border-radius: var(--rl); overflow: hidden; border: 1px solid rgba(255,255,255,.08);
    img { width: 100%; height: 440px; object-fit: cover; object-position: center; display: block; }
    @media (max-width: 900px) { img { height: 340px; } order: 2; }
}
.cn-about-badges { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }
.cn-about-badge {
    position: relative; padding-left: 26px; font-family: var(--fb); font-size: 14.5px; color: rgba(255,255,255,.62);
    &::before { content: ''; position: absolute; left: 0; top: 7px; width: 15px; height: 8px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
}
.cn-about-cta { margin-top: 30px; }

/* ── 6 · TESTIMONIANZE ── */
.cn-reviews { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.cn-reviews-head { max-width: 720px; margin-bottom: 8px; }
.cn-reviews-wrap { margin-top: 34px; }

/* ── 7 · PACCHETTI ── */
.cn-plans { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.cn-plans-head { max-width: 720px; margin: 0 auto; text-align: center;
    .cn-lead { margin-left: auto; margin-right: auto; }
}
.cn-plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; align-items: start;
    @media (max-width: 900px) { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
}
.cn-plan {
    position: relative; display: flex; flex-direction: column;
    background: var(--dark-2); border: 1px solid rgba(255,255,255,.08); border-radius: var(--rl); padding: 34px 30px;
    transition: border-color var(--t), transform var(--t);
    &:hover { border-color: rgba(254,192,59,.3); }
}
.cn-plan-hl {
    border-color: rgba(254,192,59,.45); background: linear-gradient(165deg, var(--dark-3), var(--dark-2));
    box-shadow: 0 24px 60px rgba(0,0,0,.42);
    @media (min-width: 901px) { transform: scale(1.045); z-index: 1; }
}
.cn-plan-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--grad-gold); color: #1a1200; font-family: var(--fd); font-weight: 900; font-size: 11px;
    letter-spacing: .12em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; white-space: nowrap;
}
.cn-plan-name { font-family: var(--fd); font-weight: 900; font-size: 22px; text-transform: uppercase; color: #fff; line-height: 1; }
.cn-plan-tag { font-family: var(--fb); font-size: 13.5px; color: rgba(255,255,255,.5); margin-top: 8px; }
.cn-plan-price {
    font-family: var(--fd); font-weight: 900; font-size: 46px; color: #fff; line-height: 1; margin: 22px 0 4px;
    display: flex; align-items: flex-start; gap: 3px;
    .cn-plan-cur { font-size: 24px; margin-top: 5px; color: rgba(255,255,255,.7); }
}
.cn-plan-btn { margin: 24px 0 26px; width: 100%; justify-content: center; text-align: center; }
.cn-plan-feats { list-style: none; display: flex; flex-direction: column; gap: 13px; margin: 0; padding: 0; }
.cn-plan-feats li {
    position: relative; padding-left: 28px; font-family: var(--fb); font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.62);
    strong { color: #fff; font-weight: 600; }
    &::before { content: ''; position: absolute; left: 3px; top: 5px; width: 14px; height: 8px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
}
.cn-plans-foot { margin-top: 36px; text-align: center; font-family: var(--fb); font-size: 13.5px; color: rgba(255,255,255,.4); }

/* ── 9 · PRENOTA (CTA FINALE) ── */
.cn-cta { padding-block: 40px 90px; border-top: 1px solid rgba(255,255,255,.06); }
.cn-cta-panel {
    position: relative; overflow: hidden; border-radius: var(--rl);
    background: linear-gradient(150deg, var(--dark-4), var(--dark-2)); border: 1px solid rgba(255,255,255,.08);
    padding: 56px 52px; margin-top: 50px;
    &::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-gold); }
    @media (max-width: 620px) { padding: 40px 24px; }
}
.cn-cta-glow { position: absolute; top: -40%; right: 6%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(252,139,0,.22), transparent 65%); pointer-events: none; }
.cn-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center;
    @media (max-width: 860px) { grid-template-columns: 1fr; gap: 32px; }
}
.cn-cta-h { font-family: var(--fd); font-weight: 900; font-size: clamp(24px,2.8vw,38px); line-height: 1.08; text-transform: uppercase; color: #fff; }
.cn-cta-p { font-family: var(--fb); font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.55); margin: 18px 0 22px; }
.cn-cta-rr { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.cn-cta-rr span {
    position: relative; padding-left: 20px; font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.5);
    &::before { content: ''; position: absolute; left: 0; top: 4px; width: 11px; height: 6px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
}

/* ── form prenota ── */
.cn-cta-form { background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); padding: 28px 26px; backdrop-filter: blur(6px); }
.cn-form { display: flex; flex-direction: column; gap: 18px; }
.cn-field { display: flex; flex-direction: column; gap: 9px; }
.cn-field-l { font-family: var(--fd); font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.cn-form input[type="text"] {
    width: 100%; background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.14); border-radius: var(--rm);
    padding: 15px 18px; font-family: var(--fb); font-size: 15px; color: #fff; transition: border-color var(--t), box-shadow var(--t);
    &::placeholder { color: rgba(255,255,255,.3); }
    &:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(254,192,59,.14); }
}
.cn-toggle { display: inline-flex; gap: 8px; flex-wrap: wrap; }
.cn-toggle-b {
    padding: 11px 18px; cursor: pointer;
    background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.14); border-radius: var(--rm);
    font-family: var(--fd); font-weight: 800; font-size: 13.5px; color: rgba(255,255,255,.6); transition: all var(--t);
    &:hover { border-color: rgba(254,192,59,.4); }
    &.is-on { background: var(--gold-dim); border-color: rgba(254,192,59,.5); color: var(--gold); }
}
.cn-form-submit { width: 100%; justify-content: center; margin-top: 2px; }
.cn-form-alt {
    text-align: center; font-family: var(--fb); font-size: 13.5px; color: rgba(255,255,255,.5);
    a { color: var(--gold); text-decoration: none; font-weight: 600; &:hover { text-decoration: underline; } }
}
