/* ══════════════════════════════════════════════
   PAGINA — GESTIONE & SUPPORTO WORDPRESS
   Coerente col linguaggio visivo del tema (dark + oro)
══════════════════════════════════════════════ */
.gestione-wp { background: var(--dark); color: #fff; }
.gestione-wp .container { max-width: 1320px; }

.gestione-wp .label {
    font-family: var(--fd); font-weight: 800; font-size: 11px; letter-spacing: .2em;
    text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.gestione-wp .gw-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;
}
.gestione-wp .gold { color: var(--gold); }
.gestione-wp .gw-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 ANIMATIONS
   Si appoggia al sistema .reveal del tema (.is-inview via IntersectionObserver)
══════════════════════════════════════════════ */
.gestione-wp .reveal { transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }

.gestione-wp .gw-stagger.reveal { opacity: 1; transform: none; transition: none; }
.gestione-wp .gw-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;
}
.gestione-wp .gw-stagger.is-inview > * { opacity: 1; transform: none; }
.gestione-wp .gw-stagger.is-inview > *:nth-child(1) { transition-delay: .04s; }
.gestione-wp .gw-stagger.is-inview > *:nth-child(2) { transition-delay: .10s; }
.gestione-wp .gw-stagger.is-inview > *:nth-child(3) { transition-delay: .16s; }
.gestione-wp .gw-stagger.is-inview > *:nth-child(4) { transition-delay: .22s; }
.gestione-wp .gw-stagger.is-inview > *:nth-child(5) { transition-delay: .28s; }
.gestione-wp .gw-stagger.is-inview > *:nth-child(6) { transition-delay: .34s; }

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

/* ── 1 · HERO ── */
.gw-hero {
    position: relative; overflow: hidden; padding-block: 150px 90px;
    @media (max-width: 900px) { padding-block: 120px 70px; }
    .gw-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;
    }
    .gw-hero-glow {
        position: absolute; top: 32%; 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; }
    .gw-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; }
    }

    .gw-over { font-family: var(--fd); font-weight: 800; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
    .gw-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; }
    .gw-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; }
    }
    .gw-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
    .gw-hero-checks { display: flex; flex-direction: column; gap: 10px; }
    .gw-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); }
    }

    .gw-hero-media { position: relative; }
    .gw-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; }
    }
    .gw-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: 200px;
        box-shadow: 0 20px 50px rgba(0,0,0,.45);
        .gw-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; } }
        .gw-hb-t { font-family: var(--fd); font-weight: 900; font-size: 17px; text-transform: uppercase; color: #fff; }
        .gw-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 · PROBLEMA ── */
.gw-problem { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-problem-head { max-width: 760px; }
.gw-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 46px;
    @media (max-width: 820px) { grid-template-columns: 1fr; }
}
.gw-col {
    background: var(--dark-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rm); padding: 28px 26px;
    .gw-col-n { font-family: var(--fd); font-weight: 900; font-size: 28px; color: rgba(254,192,59,.4); line-height: 1; margin-bottom: 14px; }
    .gw-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; }
    }
}
.gw-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;
}

/* ── 3 · COME FUNZIONA IL SERVIZIO ── */
.gw-service { padding-block: 80px; }
.gw-service-head { max-width: 720px; }
.gw-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px;
    @media (max-width: 900px) { grid-template-columns: 1fr; }
}
.gw-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); }
    .gw-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; }
    .gw-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; } }
    .gw-svc-t { font-family: var(--fd); font-weight: 800; font-size: 18px; color: #fff; line-height: 1.22; margin-bottom: 12px; }
    .gw-svc-d { font-family: var(--fb); font-size: 14px; line-height: 1.62; color: rgba(255,255,255,.5);
        strong { color: rgba(255,255,255,.85); font-weight: 600; }
    }
}
.gw-flow {
    display: flex; align-items: stretch; gap: 12px; margin-top: 24px; flex-wrap: wrap;
    @media (max-width: 720px) { flex-direction: column; align-items: stretch; }
    .gw-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;
        .gw-flow-k { font-family: var(--fd); font-weight: 900; font-size: 15px; text-transform: uppercase; color: #fff; letter-spacing: .04em; }
        .gw-flow-d { font-family: var(--fb); font-size: 13px; color: rgba(255,255,255,.5); }
    }
    .gw-flow-live { border-color: rgba(254,192,59,.4); background: linear-gradient(150deg, var(--dark-3), var(--dark-2));
        .gw-flow-k { color: var(--gold); }
    }
    .gw-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); }
    }
}

/* ── 4 · IL METODO ── */
.gw-method { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-method-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center;
    @media (max-width: 900px) { grid-template-columns: 1fr; gap: 40px; }
}
.gw-method-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-top: 32px;
    @media (max-width: 540px) { grid-template-columns: 1fr; }
}
.gw-feat { display: flex; gap: 14px;
    .gw-feat-ico { width: 42px; height: 42px; 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: 21px; height: 21px; } }
    .gw-feat-t { font-family: var(--fd); font-weight: 800; font-size: 15px; color: #fff; margin-bottom: 4px; }
    .gw-feat-d { font-family: var(--fb); font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.45); }
}
.gw-method-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; } }
}

/* ── 5 · CHI SONO ── */
.gw-about { padding-block: 80px; }
.gw-about-head { max-width: 760px; }
.gw-about-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px;
    @media (max-width: 820px) { grid-template-columns: 1fr; }
}
.gw-ac {
    background: var(--dark-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rl); padding: 30px 28px;
    .gw-ac-k { font-family: var(--fd); font-weight: 900; font-size: 30px; text-transform: uppercase; line-height: 1; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
    .gw-ac-t { font-family: var(--fd); font-weight: 800; font-size: 16px; text-transform: uppercase; color: #fff; margin-top: 6px; }
    .gw-ac-d { font-family: var(--fb); font-size: 14px; line-height: 1.62; color: rgba(255,255,255,.5); margin-top: 14px; }
}
.gw-ac-hl { border-color: rgba(254,192,59,.4); background: linear-gradient(160deg, var(--dark-3), var(--dark-2)); }

/* ── 6 · PARTNER ── */
.gw-partner { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-partner-head { max-width: 720px; }
.gw-partner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 42px;
    @media (max-width: 980px) { grid-template-columns: 1fr 1fr; }
    @media (max-width: 540px) { grid-template-columns: 1fr; }
}
.gw-pcard {
    background: var(--dark-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rm); padding: 26px 24px;
    transition: border-color var(--t), transform var(--t);
    &:hover { border-color: rgba(254,192,59,.4); transform: translateY(-4px); }
    .gw-pcard-ico { width: 46px; height: 46px; 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: 18px; svg { width: 23px; height: 23px; } }
    .gw-pcard-t { font-family: var(--fd); font-weight: 800; font-size: 16px; color: #fff; line-height: 1.2; margin-bottom: 10px; }
    .gw-pcard-d { font-family: var(--fb); font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.48); }
}

/* ── 7 · CREDIBILITÀ / COMMUNITY ── */
.gw-cred { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-cred-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center;
    @media (max-width: 900px) { grid-template-columns: 1fr; gap: 40px; }
}
.gw-cred-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; }
}
.gw-cred-badges { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }
.gw-cred-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); }
}
.gw-cred-cta { margin-top: 30px; }

/* ── HERO · STAT ── */
.gw-hero-stats { display: flex; gap: 34px; margin-top: 30px; flex-wrap: wrap; }
.gw-hero-stat { display: flex; flex-direction: column; }
.gw-hero-stat .gw-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;
}
.gw-hero-stat .gw-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; }

/* ── PROBLEMA · costo del downtime ── */
.gw-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: 640px;
    strong { color: var(--gold); font-weight: 600; }
}

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

/* ── PACCHETTI ── */
.gw-plans { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-plans-head { max-width: 720px; margin: 0 auto; text-align: center;
    .gw-lead { margin-left: auto; margin-right: auto; }
}
.gw-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; }
}
.gw-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); }
}
.gw-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; }
}
.gw-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;
}
.gw-plan-name { font-family: var(--fd); font-weight: 900; font-size: 22px; text-transform: uppercase; color: #fff; line-height: 1; }
.gw-plan-tag { font-family: var(--fb); font-size: 13.5px; color: rgba(255,255,255,.5); margin-top: 8px; }
.gw-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;
    .gw-plan-cur { font-size: 24px; margin-top: 5px; color: rgba(255,255,255,.7); }
    .gw-plan-per { font-family: var(--fb); font-weight: 500; font-size: 15px; color: rgba(255,255,255,.4); align-self: flex-end; margin-bottom: 8px; }
}
.gw-plan-setup { margin-top: 12px; font-family: var(--fb); font-size: 12.5px; line-height: 1; display: inline-flex; align-items: center; gap: 6px; }
.gw-plan-setup.is-setup { color: rgba(255,255,255,.5); }
.gw-plan-setup.is-incl { color: var(--gold); font-weight: 600; background: var(--gold-dim); border: 1px solid rgba(254,192,59,.25); padding: 5px 12px; border-radius: 100px; }
.gw-plan-setup.is-incl::before { content: '✓'; font-weight: 900; font-size: 11px; }
.gw-plan-btn { margin: 24px 0 26px; width: 100%; justify-content: center; text-align: center; }
.gw-plan-feats { list-style: none; display: flex; flex-direction: column; gap: 13px; margin: 0; padding: 0; }
.gw-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); }
}
.gw-plans-foot { margin-top: 36px; text-align: center; font-family: var(--fb); font-size: 13.5px; color: rgba(255,255,255,.4); }

/* ══════════════════════════════════════════════
   MONITORAGGIO · plugin proprietario + animazione
══════════════════════════════════════════════ */
.gw-monitor { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-monitor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
    @media (max-width: 940px) { grid-template-columns: 1fr; gap: 44px; }
}
.gw-monitor-feats { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.gw-mf { display: flex; gap: 15px; }
.gw-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; }
}
.gw-mf-t { font-family: var(--fd); font-weight: 800; font-size: 15.5px; color: #fff; margin-bottom: 4px; }
.gw-mf-d { font-family: var(--fb); font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.48); }

/* ── pannello monitor ── */
.gw-monitor-visual { position: relative; }
.gw-mon-glow { position: absolute; inset: -10% -6% -14% -6%; z-index: 0; pointer-events: none;
    background: radial-gradient(60% 55% at 60% 40%, rgba(252,139,0,.20), transparent 70%);
}
.gw-mon {
    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);
}
.gw-mon-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);
}
.gw-mon-livedot { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #37d67a; flex-shrink: 0;
    &::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid rgba(55,214,122,.6); animation: gwPing 2.4s ease-out infinite; }
}
.gw-mon-title { font-family: var(--fd); font-weight: 700; font-size: 13px; letter-spacing: .04em; color: rgba(255,255,255,.72); }
.gw-mon-live { 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);
}

.gw-mon-body { position: relative; padding: 8px 0; overflow: hidden; }
.gw-mon-scan {
    position: absolute; left: 0; right: 0; top: 0; height: 74px; 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(-90px); animation: gwScan 4s cubic-bezier(.5,0,.5,1) infinite;
}

.gw-mon-list { list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.gw-mon-row {
    display: flex; align-items: center; gap: 12px; padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    &:last-child { border-bottom: 0; }
}
.gw-mon-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; background: #37d67a;
    box-shadow: 0 0 0 0 rgba(55,214,122,.5); animation: gwDot 2.6s ease-out infinite;
}
.gw-mon-name { font-family: var(--fb); font-size: 14px; color: rgba(255,255,255,.78); }
.gw-mon-spark { margin-left: auto; display: inline-flex; align-items: flex-end; gap: 3px; height: 16px;
    i { width: 3px; height: 5px; border-radius: 2px; background: rgba(255,255,255,.28); animation: gwSpark 1.3s ease-in-out infinite;
        &:nth-child(2){ animation-delay: .15s } &:nth-child(3){ animation-delay: .3s } &:nth-child(4){ animation-delay: .45s } &:nth-child(5){ animation-delay: .6s }
    }
}
.gw-mon-chip {
    position: relative; flex-shrink: 0; width: 76px; height: 26px;
    font-family: var(--fd); font-weight: 900; font-size: 11px; letter-spacing: .08em;
}
.gw-mon-chip.is-ok { display: inline-flex; align-items: center; justify-content: center; border-radius: 7px;
    background: rgba(55,214,122,.13); color: #4fe08a; border: 1px solid rgba(55,214,122,.28);
}
.gw-mon-chip .s { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; border-radius: 7px; opacity: 0; }
.gw-mon-chip .s-ok    { background: rgba(55,214,122,.13); color: #4fe08a; border: 1px solid rgba(55,214,122,.28); opacity: 1; }
.gw-mon-chip .s-alert { background: rgba(255,107,74,.16); color: #ff8163; border: 1px solid rgba(255,107,74,.35); }
.gw-mon-chip .s-fix   { background: var(--gold-dim); color: var(--gold); border: 1px solid rgba(254,192,59,.4); }

/* riga sorvegliata: intercetta un problema e lo risolve, in loop */
.gw-mon-cycle .s-ok    { animation: gwOk 7s ease-in-out infinite; }
.gw-mon-cycle .s-alert { animation: gwAlert 7s ease-in-out infinite; }
.gw-mon-cycle .s-fix   { animation: gwFix 7s ease-in-out infinite; }
.is-watch { animation: gwWatchRow 7s ease-in-out infinite; }
.is-watch .gw-mon-dot { animation: gwWatchDot 7s ease-in-out infinite; }

.gw-mon-ecg { position: relative; z-index: 1; height: 46px; padding: 6px 20px 2px;
    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: gwEcg 3.4s linear infinite; }
}

.gw-mon-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);
}
.gw-mon-cron-l { font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.45); white-space: nowrap; }
.gw-mon-cron-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: gwCron 4s linear infinite; }
}

@keyframes gwScan   { 0% { transform: translateY(-90px) } 100% { transform: translateY(360px) } }
@keyframes gwPing   { 0% { transform: scale(.6); opacity: .9 } 100% { transform: scale(1.9); opacity: 0 } }
@keyframes gwDot    { 0%,100% { box-shadow: 0 0 0 0 rgba(55,214,122,.5) } 40% { box-shadow: 0 0 0 5px rgba(55,214,122,0) } }
@keyframes gwSpark  { 0%,100% { height: 5px } 50% { height: 15px } }
@keyframes gwCron   { 0% { width: 0 } 92%,100% { width: 100% } }
@keyframes gwEcg    { 0% { stroke-dashoffset: 526 } 100% { stroke-dashoffset: 0 } }
@keyframes gwOk     { 0%,45% { opacity: 1 } 50%,92% { opacity: 0 } 97%,100% { opacity: 1 } }
@keyframes gwAlert  { 0%,48% { opacity: 0 } 53%,68% { opacity: 1 } 74%,100% { opacity: 0 } }
@keyframes gwFix    { 0%,70% { opacity: 0 } 76%,90% { opacity: 1 } 96%,100% { opacity: 0 } }
@keyframes gwWatchRow {
    0%,48% { background: transparent }
    53%,68% { background: rgba(255,107,74,.09) }
    76%,90% { background: rgba(254,192,59,.08) }
    96%,100% { background: transparent }
}
@keyframes gwWatchDot {
    0%,48% { background: #37d67a; box-shadow: 0 0 0 0 rgba(55,214,122,.5) }
    53%,68% { background: #ff7a5c; box-shadow: 0 0 0 4px rgba(255,107,74,0) }
    76%,90% { background: var(--gold); box-shadow: 0 0 0 0 rgba(254,192,59,.5) }
    96%,100% { background: #37d67a }
}

@media (prefers-reduced-motion: reduce) {
    .gw-mon-scan, .gw-mon-livedot::after, .gw-mon-dot, .gw-mon-spark i,
    .gw-mon-cycle .s, .is-watch, .is-watch .gw-mon-dot, .ecg-run, .gw-mon-cron-bar i {
        animation: none !important;
    }
    .gw-mon-scan { display: none; }
    .gw-mon-cycle .s-ok { opacity: 1; }
    .gw-mon-cycle .s-alert, .gw-mon-cycle .s-fix { opacity: 0; }
    .gw-mon-cron-bar i { width: 65%; }
}

/* ══════════════════════════════════════════════
   I 4 PILASTRI · feature → beneficio (zig-zag)
══════════════════════════════════════════════ */
.gw-pillars { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-pillars-head { max-width: 720px; }
.gw-pillar-list { display: flex; flex-direction: column; gap: 34px; margin-top: 52px; }

.gw-pillar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
    padding: 34px; border-radius: var(--rl);
    background: linear-gradient(180deg, rgba(255,255,255,.025), transparent);
    border: 1px solid rgba(255,255,255,.07);
    @media (max-width: 940px) { grid-template-columns: 1fr; gap: 30px; padding: 24px; }
}
.gw-pillar-media { position: relative; order: 0; }
.gw-pillar-text  { order: 1; }
.gw-pillar.is-flip .gw-pillar-media { order: 1; }
.gw-pillar.is-flip .gw-pillar-text  { order: 0; }
@media (max-width: 940px) {
    .gw-pillar-media, .gw-pillar.is-flip .gw-pillar-media { order: 0; }
    .gw-pillar-text,  .gw-pillar.is-flip .gw-pillar-text  { order: 1; }
}

.gw-pillar-n { font-family: var(--fd); font-weight: 900; font-size: 14px; letter-spacing: .12em; color: rgba(254,192,59,.55); margin-bottom: 14px; }
.gw-pillar-tag {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--fd); font-weight: 800; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
    padding: 5px 11px; border-radius: 100px;
}
.gw-pillar-tag.is-feat { color: rgba(255,255,255,.6); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.gw-pillar-tag.is-benefit { color: var(--gold); background: var(--gold-dim); border: 1px solid rgba(254,192,59,.3); }
.gw-pillar-t { font-family: var(--fd); font-weight: 800; font-size: clamp(20px,2.2vw,25px); color: #fff; line-height: 1.22; margin: 14px 0 12px; }
.gw-pillar-d { font-family: var(--fb); font-size: 15px; line-height: 1.66; color: rgba(255,255,255,.55); }
.gw-pillar-benefit {
    margin-top: 22px; padding: 17px 20px; border-radius: 14px;
    background: rgba(254,192,59,.06); border: 1px solid rgba(254,192,59,.16); border-left: 3px solid var(--gold);
    p { font-family: var(--fb); font-size: 15px; line-height: 1.62; color: rgba(255,255,255,.82); margin-top: 11px;
        strong { color: #fff; font-weight: 700; }
    }
}

/* ── viz condivisa ── */
.gw-viz {
    position: relative; z-index: 1; border-radius: var(--rl); overflow: hidden; padding: 26px;
    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);
}

/* viz 01 · flusso locale → staging → produzione */
.gw-viz-flow { display: flex; flex-direction: column; }
.gw-flow-node {
    display: flex; align-items: center; gap: 14px; padding: 15px 16px; border-radius: 14px;
    background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
}
.gw-flow-node.is-live { border-color: rgba(254,192,59,.35); background: var(--gold-dim); }
.gw-flow-ico { width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px; 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; }
}
.gw-flow-tt { font-family: var(--fd); font-weight: 800; font-size: 15px; color: #fff; }
.gw-flow-ss { font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.45); margin-top: 2px; }
.gw-flow-shield { margin-left: auto; color: var(--gold); display: inline-flex; svg { width: 22px; height: 22px; } }
.gw-flow-arrow { display: flex; justify-content: center; padding: 7px 0; color: rgba(254,192,59,.45); svg { width: 20px; height: 20px; } }

/* viz 03 · timeline git */
.gw-viz-git-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.4); }
.gw-viz-branch { font-family: var(--fd); font-weight: 800; font-size: 11px; letter-spacing: .05em; color: var(--gold); background: var(--gold-dim); border: 1px solid rgba(254,192,59,.3); padding: 3px 10px; border-radius: 100px; }
.gw-git-line { list-style: none; margin: 0; padding: 0; position: relative;
    &::before { content: ''; position: absolute; left: 6px; top: 14px; bottom: 14px; width: 2px; background: rgba(255,255,255,.1); }
}
.gw-git-line li { display: flex; align-items: center; gap: 14px; padding: 10px 0; position: relative; }
.gw-git-dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; background: var(--dark-2); border: 2px solid rgba(255,255,255,.3); position: relative; z-index: 1; }
.gw-git-msg { font-family: var(--fb); font-size: 14px; color: rgba(255,255,255,.72); }
.gw-git-hash { margin-left: auto; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: rgba(255,255,255,.3); }
.gw-git-line li.is-restore {
    .gw-git-dot { border-color: var(--gold); background: var(--gold); box-shadow: 0 0 0 4px var(--gold-dim); }
    .gw-git-msg { color: #fff; font-weight: 600; }
}
.gw-git-badge { margin-left: auto; font-family: var(--fd); font-weight: 800; font-size: 11px; color: var(--gold); background: var(--gold-dim); border: 1px solid rgba(254,192,59,.35); padding: 4px 11px; border-radius: 100px; white-space: nowrap; }

/* viz 04 · backup */
.gw-viz-backup { display: flex; flex-direction: column; gap: 14px; }
.gw-bk-row { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 13px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); }
.gw-bk-ico { width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px; 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; }
}
.gw-bk-name { font-family: var(--fd); font-weight: 800; font-size: 15px; color: #fff; }
.gw-bk-sub { font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.45); margin-top: 2px; }
.gw-bk-chip { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-family: var(--fd); font-weight: 900; font-size: 11px; letter-spacing: .06em; color: #4fe08a; background: rgba(55,214,122,.13); border: 1px solid rgba(55,214,122,.28); padding: 6px 11px; border-radius: 8px; white-space: nowrap;
    svg { width: 12px; height: 12px; }
}
.gw-bk-foot { display: flex; align-items: center; gap: 10px; margin-top: 2px; font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.42);
    svg { width: 16px; height: 16px; flex-shrink: 0; color: rgba(254,192,59,.6); }
}

/* ── chiusura pilastri ── */
.gw-pillars-foot {
    margin-top: 40px; padding: 30px 34px; border-radius: var(--rl);
    background: linear-gradient(120deg, var(--gold-dim), rgba(255,255,255,.02));
    border: 1px solid rgba(254,192,59,.18);
    display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
    @media (max-width: 760px) { padding: 24px; }
}
.gw-pillars-foot-in { display: flex; gap: 18px; align-items: flex-start; flex: 1 1 520px; }
.gw-pillars-foot-ico { width: 48px; height: 48px; flex-shrink: 0; border-radius: 13px; background: var(--gold-dim); border: 1px solid rgba(254,192,59,.3); display: inline-flex; align-items: center; justify-content: center;
    svg { width: 24px; height: 24px; }
}
.gw-pillars-foot-t { font-family: var(--fd); font-weight: 800; font-size: 19px; color: #fff; line-height: 1.25; margin-bottom: 8px; }
.gw-pillars-foot-in p { font-family: var(--fb); font-size: 15px; line-height: 1.62; color: rgba(255,255,255,.6);
    strong { color: var(--gold); font-weight: 600; }
}
.gw-pillars-foot-btn { flex-shrink: 0; }

/* ── 9 · CTA FINALE ── */
.gw-cta { padding-block: 40px 90px; }
.gw-cta-rr { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 22px; }
.gw-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); }
}

/* ── CHECK-UP · form ── */
.gw-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);
}
.gw-form { display: flex; flex-direction: column; gap: 18px; }
.gw-field { display: flex; flex-direction: column; gap: 9px; }
.gw-field-l { font-family: var(--fd); font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.gw-form input[type="url"] {
    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); }
}
.gw-toggle { display: inline-flex; gap: 8px; }
.gw-toggle-b {
    min-width: 70px; padding: 11px 22px; 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: 14px; 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); }
}
.gw-form-submit { width: 100%; justify-content: center; margin-top: 2px; }
.gw-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; } }
}
.gw-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;
    &::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-gold); }
}
.gw-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; }
.gw-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center;
    @media (max-width: 860px) { grid-template-columns: 1fr; gap: 28px; }
}
.gw-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; }
.gw-cta-p { font-family: var(--fb); font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.55); margin-bottom: 24px; }
.gw-cta-trust { margin-top: 16px; font-family: var(--fb); font-size: 13px; color: rgba(255,255,255,.4); }

/* ══════════════════════════════════════════════
   COME FUNZIONA · messa in sicurezza (4 passaggi)
══════════════════════════════════════════════ */
.gw-secure-grid { grid-template-columns: repeat(4,1fr);
    @media (max-width: 1040px) { grid-template-columns: 1fr 1fr; }
    @media (max-width: 560px)  { grid-template-columns: 1fr; }
}

/* ── PIANI · toggle mensile / annuale ── */
.gw-bill {
    display: inline-flex; gap: 5px; margin-top: 26px; padding: 5px; border-radius: 100px;
    background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.1);
}
.gw-bill-b {
    padding: 9px 24px; border: 0; border-radius: 100px; cursor: pointer; background: transparent;
    font-family: var(--fd); font-weight: 800; font-size: 13.5px; letter-spacing: .02em;
    color: rgba(255,255,255,.6); transition: color var(--t), background var(--t), box-shadow var(--t);
    &:hover { color: rgba(255,255,255,.85); }
    &.is-on { background: var(--gold-dim); color: var(--gold); box-shadow: inset 0 0 0 1px rgba(254,192,59,.45); }
}
.gw-bill-hint { margin-top: 14px; font-family: var(--fb); font-size: 13px; color: rgba(255,255,255,.45); }

/* ── PIANI · nota IVA + banda costo di avvio ── */
.gw-plan-note { font-family: var(--fb); font-size: 12.5px; color: rgba(255,255,255,.4); margin-top: -2px; }

.gw-setup {
    display: flex; align-items: flex-start; gap: 18px; margin-top: 34px;
    border-radius: var(--rl); padding: 24px 28px;
    background: linear-gradient(150deg, rgba(254,192,59,.10), rgba(252,139,0,.05));
    border: 1px solid rgba(254,192,59,.35);
    @media (max-width: 560px) { flex-direction: column; gap: 12px; padding: 22px; }
}
.gw-setup-ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 13px; background: var(--gold-dim);
    border: 1px solid rgba(254,192,59,.3); display: inline-flex; align-items: center; justify-content: center;
    svg { width: 23px; height: 23px; }
}
.gw-setup-t { font-family: var(--fd); font-weight: 800; font-size: 18px; color: #fff; margin-bottom: 6px;
    strong { color: var(--gold); font-weight: 800; }
}
.gw-setup-d { font-family: var(--fb); font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.6); }
.gw-setup-free { color: var(--gold); font-weight: 600; }

/* ══════════════════════════════════════════════
   COSA È INCLUSO E COSA NO
══════════════════════════════════════════════ */
.gw-incl { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-incl-head { max-width: 720px; }
.gw-incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 42px;
    @media (max-width: 760px) { grid-template-columns: 1fr; }
}
.gw-incl-col {
    background: var(--dark-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rl); padding: 30px 30px 32px;
}
.gw-incl-in  { border-color: rgba(254,192,59,.28); background: linear-gradient(160deg, var(--dark-3), var(--dark-2)); }
.gw-incl-col-h {
    display: flex; align-items: center; gap: 12px; margin-bottom: 22px; padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-family: var(--fd); font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: .02em; color: #fff;
}
.gw-incl-mark { width: 30px; height: 30px; flex-shrink: 0; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center;
    svg { width: 17px; height: 17px; }
}
.gw-incl-mark.is-yes { background: var(--gold-dim); border: 1px solid rgba(254,192,59,.4); color: var(--gold); }
.gw-incl-mark.is-no  { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); }
.gw-incl-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.gw-incl-list li {
    position: relative; padding-left: 28px; font-family: var(--fb); font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,.62);
}
.gw-incl-in .gw-incl-list li::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);
}
.gw-incl-out .gw-incl-list li::before {
    content: ''; position: absolute; left: 2px; top: 11px; width: 13px; height: 0;
    border-top: 2px solid rgba(255,255,255,.32);
}
.gw-incl-foot {
    margin-top: 30px; font-family: var(--fb); font-style: italic; font-size: 16px; line-height: 1.6;
    color: rgba(255,255,255,.7); max-width: 760px;
}

/* ══════════════════════════════════════════════
   LE REGOLE DEL GIOCO
══════════════════════════════════════════════ */
.gw-rules { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-rules-head { max-width: 720px; }
.gw-rules-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px;
    @media (max-width: 820px) { grid-template-columns: 1fr; }
}
.gw-rule {
    background: #1a1a1a; border: 1px solid rgba(255,255,255,.07); border-radius: var(--rm); padding: 28px 26px;
    .gw-rule-t { font-family: var(--fd); font-weight: 800; font-size: 16.5px; color: #fff; line-height: 1.25; margin-bottom: 12px; }
    .gw-rule-d { font-family: var(--fb); font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.55); }
}

/* ══════════════════════════════════════════════
   CHIUSURA
══════════════════════════════════════════════ */
.gw-close { padding-block: 80px 30px; border-top: 1px solid rgba(255,255,255,.06); }
.gw-close-in { max-width: 860px; margin: 0 auto; text-align: center; }
.gw-close-h {
    font-family: var(--fd); font-weight: 900; font-size: clamp(24px,3vw,40px); line-height: 1.14;
    text-transform: uppercase; letter-spacing: -.01em; color: #fff;
}
.gw-close-btn { margin-top: 30px; }
.gw-close-sub { margin-top: 18px; font-family: var(--fb); font-size: 14px; color: rgba(255,255,255,.5); }
