/* ─────────────────────────────────────────────────
   HERO — FULLSCREEN CINEMATIC
───────────────────────────────────────────────── */
.hero{
    position:relative;
    height:100vh;min-height:700px;
    display:flex;align-items:center;
    overflow:hidden;
    background:#000;
    padding-top: 40px;
    @media (max-width: 768px) {
        height: auto!important;
    }
}
.hero-video-bg{
    position:absolute;inset:0;
    width:100%;height:100%;
    object-fit:cover;
    opacity:0.55;
    filter:grayscale(25%);
}
.hero-gradient{
    position:absolute;inset:0;
    background:linear-gradient(
            to top,
            rgba(0,0,0,0.95) 0%,
            rgba(0,0,0,0.5) 45%,
            rgba(0,0,0,0.15) 100%
    );
}
.hero-content{
    position:relative;z-index:2;
    width:100%;
    padding:0 0 80px;
    height: 100%;
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    margin-bottom:24px;
}
.hero-eyebrow span{
    font-size:14px;font-weight:600;
    letter-spacing:0.1em;text-transform:uppercase;
    color:rgba(255,255,255,0.55);
}
.hero-dot{
    width:5px;height:5px;border-radius:50%;
    background:rgba(255,255,255,0.4);
}
.hero h1{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;
    font-size:clamp(52px,4vw,96px);
    letter-spacing:-0.035em;
    line-height:0.95;
    color:#f5f5f7;
    margin-bottom:24px;
}
.hero h1 em{font-style:normal;color:rgba(255,255,255,0.45)}
.hero-sub{
    font-size:clamp(16px,1.5vw,19px);
    font-weight:400;
    color:rgba(245,245,247,0.85);
    max-width: none;
    line-height:1.6;
    margin-bottom:40px;
}
.hero-sub strong{color:#f5f5f7;font-weight:500}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.btn-primary{
    display:inline-flex;align-items:center;gap:8px;
    background:#fff;color:#1d1d1f;
    font-size:15px;font-weight:600;
    padding:14px 28px;border-radius:100px;
    text-decoration:none;
    transition:opacity .2s,transform .15s;
    white-space:nowrap;
}
.btn-primary:hover{opacity:.88;transform:scale(0.99)}
.btn-secondary{
    display:inline-flex;align-items:center;gap:8px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.25);
    color:#f5f5f7;
    font-size:15px;font-weight:500;
    padding:13px 24px;border-radius:100px;
    text-decoration:none;
    backdrop-filter:blur(8px);
    transition:background .2s;
}
.btn-secondary:hover{background:rgba(255,255,255,0.2)}
.hero-stats{
    display:flex;gap:40px;flex-wrap:wrap;
    margin-top:56px;
    padding-top:32px;
    border-top:1px solid rgba(255,255,255,0.12);
}
.hero-stat-num{
    font-family:'Inter Tight',sans-serif;
    font-weight:700;font-size:36px;
    letter-spacing:-0.03em;
    color:#f5f5f7;
}
.hero-stat-label{
    font-size:16px;color:rgba(245,245,247,0.45);
    margin-top:2px;
}

/* ─────────────────────────────────────────────────
   NOVITÀ 2026 BANNER
───────────────────────────────────────────────── */
.novita-banner{
    padding:120px 0;
    text-align:center;
    position:relative;overflow:hidden;
}
.novita-bg{
    position:absolute;inset:0;
    width:100%;height:100%;
    object-fit:cover;
}
.novita-banner-overlay{
    position:absolute;inset:0;
    background:
        linear-gradient(160deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.8) 100%),
        linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 40%);
}
.novita-banner-inner{
    max-width:760px;
    margin:0 auto;
    padding:0 40px;
    position:relative;z-index:1;
}
.novita-eyebrow{
    display:inline-block;
    font-size:11px;font-weight:700;
    letter-spacing:.14em;text-transform:uppercase;
    color:#1d1d1f;
    background:#fff;
    padding:6px 18px;
    border-radius:100px;
    margin-bottom:32px;
}
.novita-title{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;
    font-size:clamp(32px,5vw,64px);
    letter-spacing:-0.035em;
    line-height:1.05;
    color:#f5f5f7;
    margin-bottom:20px;
}
.novita-sub{
    font-size:clamp(15px,1.3vw,18px);
    font-weight:400;
    color:rgba(245,245,247,0.55);
    line-height:1.6;
    margin-bottom:36px;
}
.novita-sub strong{color:#f5f5f7;font-weight:500}

/* ─────────────────────────────────────────────────
   SEZIONE RISPARMIO — STATEMENT GRANDE
───────────────────────────────────────────────── */
.statement-section{
    background:#000;
    padding:140px 0;
    text-align:center;
    position:relative;overflow:hidden;
}
.statement-section::before{
    content:'';position:absolute;
    top:50%;left:50%;transform:translate(-50%,-50%);
    width:800px;height:800px;border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,0.04) 0%,transparent 70%);
    pointer-events:none;
}
.statement-label{
    font-size:12px;font-weight:600;
    letter-spacing:0.1em;text-transform:uppercase;
    color:rgba(255,255,255,0.35);
    margin-bottom:28px;
}
.statement-big{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;
    font-size:clamp(36px,6vw,80px);
    letter-spacing:-0.035em;
    line-height:1.05;
    color:#f5f5f7;
    max-width:900px;
    margin:0 auto 32px;
}
.statement-big .dim{color:rgba(245,245,247,0.28)}
.statement-sub{
    font-size:clamp(16px,1.4vw,19px);
    font-weight:300;
    color:rgba(245,245,247,0.55);
    max-width:560px;
    margin:0 auto 48px;
    line-height:1.65;
}
.statement-sub strong{color:#f5f5f7;font-weight:500}
.stat-row{
    display:flex;align-items:flex-start;justify-content:center;
    gap:0;
    margin-top:80px;
    border-top:1px solid rgba(255,255,255,0.08);
    border-bottom:1px solid rgba(255,255,255,0.08);
}
.stat-box{
    flex:1;max-width:240px;
    padding:40px 24px;
    border-right:1px solid rgba(255,255,255,0.08);
    text-align:center;
}
.stat-box:last-child{border-right:none}
.stat-box-num{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;
    font-size:48px;
    letter-spacing:-0.04em;
    line-height:1;
    color:#f5f5f7;
}
.stat-box-label{
    font-size:16px;color:rgba(245,245,247,0.4);
    margin-top:8px;line-height:1.4;
}

/* ─────────────────────────────────────────────────
   GRID PRODOTTI — STILE TECHNOGYM
───────────────────────────────────────────────── */
.prodotti-section{
    background:#fff;
    padding:120px 0;
}
.prodotti-section .section-header{
    display:flex;align-items:flex-end;justify-content:space-between;
    margin-bottom:20px;
    gap:32px;
}
.prodotti-section .section-header h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(36px,4vw,52px);
    letter-spacing:-0.03em;
    color:#1d1d1f;
}
.section-header-right{
    font-size:15px;color:#6e6e73;
    max-width:none;line-height:1.55;
    flex-shrink:0;
}
/* Toorx category panels — styled after the toorx.it cover */
.toorx-panels{
    display:flex;
    height:520px;
    overflow:hidden;
    border-radius:4px;
}
.tp-panel{
    flex:1;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    background:#111;
}
/* diagonal white separator between panels */
.tp-panel:not(:last-child)::after{
    content:'';
    position:absolute;
    right:-3px;top:-5%;
    height:110%;width:5px;
    background:#fff;
    transform:skewX(-2deg);
    z-index:4;
}
.tp-panel img{
    width:100%;height:100%;
    object-fit:cover;
    filter:brightness(0.7);
    transition:transform .55s ease, filter .55s ease;
}
.tp-panel:hover img{
    transform:scale(1.05);
    filter:brightness(0.85);
}
.tp-label{
    position:absolute;bottom:0;left:0;right:0;
    padding:48px 22px 24px;
    background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,transparent 100%);
    display:flex;flex-direction:column;gap:4px;
}
.tp-name{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;
    font-size:clamp(13px,1.3vw,18px);
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:#fff;
    line-height:1.1;
}
.tp-cta{
    font-size:11px;
    font-weight:500;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:rgba(255,255,255,0);
    transition:color .3s ease;
}
.tp-panel:hover .tp-cta{
    color:rgba(255,255,255,0.65);
}
.tp-section-title{
    display:inline-block;
    font-family:'Inter Tight',sans-serif;
    font-size:13px;font-weight:700;
    text-transform:uppercase;letter-spacing:.1em;
    color:#1d1d1f;
    margin:36px 0 14px;
    padding:6px 16px;
    border-radius:100px;
    background:rgba(0,0,0,.06);
}
.tp-section-title:first-of-type{margin-top:16px}

/* ─────────────────────────────────────────────────
   CHI SONO — MINIMAL ELEGANTE
───────────────────────────────────────────────── */
.about-section{
    background:#f5f5f7;
    padding:120px 0;
}
.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}
.about-photo-wrap{position:relative}
.about-photo{
    width:100%;aspect-ratio:3/4;
    object-fit:cover;object-position:top center;
    display:block;
    border-radius:16px;
    filter:grayscale(8%);
}
.about-badge{
    position:absolute;
    bottom:28px;left:28px;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(12px);
    padding:16px 22px;
    border-radius:12px;
}
.about-badge-num{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;font-size:36px;
    letter-spacing:-0.03em;
    color:#1d1d1f;line-height:1;
}
.about-badge-text{font-size:12px;color:#6e6e73;margin-top:3px}
.about-text .label{margin-bottom:16px}
.about-text h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(32px,3.5vw,48px);
    letter-spacing:-0.03em;
    color:#1d1d1f;margin-bottom:24px;
    line-height:1.05;
}
.about-text p{
    font-size:16px;color:#6e6e73;
    line-height:1.7;margin-bottom:18px;
}
.about-text p strong{color:#1d1d1f;font-weight:500}
.about-quote{
    font-family:'Inter',sans-serif;
    font-style:italic;
    font-size:17px;
    color:#1d1d1f;
    line-height:1.6;
    padding:24px 28px;
    background:#fff;
    border-radius:12px;
    margin:28px 0;
}
.brand-logos{
    display:flex;align-items:center;gap:20px;flex-wrap:wrap;
    padding:18px 22px;
    background:#fff;border-radius:12px;
    margin-top:32px;
}
.brand-logos img{height:26px;object-fit:contain}
.brand-logos-sep{width:1px;height:24px;background:#d2d2d7}
.brand-logos-toorx{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;font-size:18px;
    letter-spacing:0.05em;
    color:#1d1d1f;
}
.brand-logos-tag{font-size:12px;color:#6e6e73}

/* ─────────────────────────────────────────────────
   WHATSAPP CTA — SEZIONE PRINCIPALE DI CONVERSIONE
───────────────────────────────────────────────── */
.wa-section{
    background:#000;
    padding:120px 0;
    position:relative;overflow:hidden;
}
.wa-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}
.wa-text .label{
    color:rgba(245,245,247,0.4);
    margin-bottom:16px;
}
.wa-text h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(36px,4vw,56px);
    letter-spacing:-0.03em;
    line-height:1.05;
    color:#f5f5f7;
    margin-bottom:24px;
}
.wa-text h2 em{font-style:normal;color:rgba(245,245,247,0.35)}
.wa-text p{
    font-size:20px;color:rgba(245,245,247,0.55);
    line-height:1.7;margin-bottom:28px;
}
.wa-text p strong{color:#f5f5f7;font-weight:500}
.wa-steps{
    display:flex;flex-direction:column;gap:0;
    margin-top:8px;
}
.wa-step{
    display:flex;align-items:flex-start;gap:16px;
    padding:20px 0;
    border-bottom:1px solid rgba(255,255,255,0.07);
}
.wa-step:last-child{border-bottom:none}
.wa-step-num{
    width:28px;height:28px;border-radius:50%;
    background:rgba(255,255,255,0.08);
    display:flex;align-items:center;justify-content:center;
    font-size:12px;font-weight:600;
    color:rgba(245,245,247,0.5);
    flex-shrink:0;margin-top:2px;
}
.wa-step h4{
    font-size:15px;font-weight:500;
    color:#f5f5f7;margin-bottom:3px;
}
.wa-step p{font-size:16px;color:rgba(245,245,247,0.4);margin-bottom:0;line-height:1.5}

/* PHONE MOCKUP */
.wa-phone-wrap{
    display:flex;justify-content:center;
    position:relative;
}
.wa-phone{
    width:400px;
    background:#1c1c1e;
    border-radius:44px;
    padding:14px;
    box-shadow:
            0 0 0 1px rgba(255,255,255,0.12),
            0 40px 80px rgba(0,0,0,0.6),
            0 16px 32px rgba(0,0,0,0.4);
    position:relative;
    @media (max-width: 768px) {
        width: 100%;
    }
}
.wa-phone-inner{
    background:#111;
    border-radius:34px;
    overflow:hidden;
}
.wa-phone-bar{
    background:#1a1a1a;
    padding:14px 16px 10px;
    display:flex;align-items:center;gap:10px;
    border-bottom:1px solid rgba(255,255,255,0.06);
}
.wa-phone-avatar{
    width:36px;height:36px;border-radius:50%;
    background:linear-gradient(135deg,#2d7a3a,#25D366);
    display:flex;align-items:center;justify-content:center;
    color:#fff;font-size:16px;flex-shrink:0;
}
.wa-phone-name{font-size:13px;font-weight:600;color:#f5f5f7}
.wa-phone-status{font-size:11px;color:#25D366}
.wa-phone-chat{
    padding:16px;
    display:flex;flex-direction:column;gap:10px;
    min-height:380px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Crect fill='%23111' width='300' height='300'/%3E%3C/svg%3E");
}
.wa-msg{
    max-width:82%;
    padding:10px 13px;
    border-radius:16px;
    font-size:13px;line-height:1.5;
    position:relative;
}
.wa-msg.in{
    background:#1e2a1e;
    color:#dcf8c6;
    border-radius:16px 16px 16px 4px;
    align-self:flex-start;
}
.wa-msg.out{
    background:#2d2d2d;
    color:#f5f5f7;
    border-radius:16px 16px 4px 16px;
    align-self:flex-end;
}
.wa-msg-time{font-size:10px;color:rgba(245,245,247,0.3);margin-top:3px;text-align:right}
.wa-msg-catalog{
    background:#1a2a1a;
    border:1px solid rgba(37,211,102,0.2);
    border-radius:12px;
    overflow:hidden;
    align-self:flex-start;
    max-width:88%;
}
.wa-catalog-header{
    background:rgba(37,211,102,0.1);
    padding:10px 13px;
    display:flex;align-items:center;gap:8px;
}
.wa-catalog-icon{font-size:20px}
.wa-catalog-title{font-size:12px;font-weight:600;color:#25D366}
.wa-catalog-body{padding:10px 13px}
.wa-catalog-body p{font-size:12px;color:rgba(245,245,247,0.7);line-height:1.45;margin:0}
.wa-catalog-btn{
    display:block;
    background:rgba(37,211,102,0.15);
    text-align:center;
    padding:9px;
    font-size:12px;font-weight:600;
    color:#25D366;
    border-top:1px solid rgba(37,211,102,0.15);
    text-decoration:none;
}
.typing-dots{
    display:flex;align-items:center;gap:4px;
    padding:12px 14px;
    background:#1e2a1e;
    border-radius:16px 16px 16px 4px;
    width:56px;align-self:flex-start;
}
.typing-dots span{
    width:6px;height:6px;border-radius:50%;
    background:#25D366;opacity:0.5;
    animation:typing .8s ease-in-out infinite;
}
.typing-dots span:nth-child(2){animation-delay:.16s}
.typing-dots span:nth-child(3){animation-delay:.32s}
@keyframes typing{0%,100%{transform:translateY(0);opacity:.3}50%{transform:translateY(-3px);opacity:1}}
.wa-phone-input{
    background:#1a1a1a;
    padding:10px 14px;
    display:flex;align-items:center;gap:10px;
    border-top:1px solid rgba(255,255,255,0.06);
}
.wa-input-fake{
    flex:1;background:rgba(255,255,255,0.07);
    border-radius:100px;padding:8px 14px;
    font-size:12px;color:rgba(245,245,247,0.3);
}
.wa-send-btn{
    width:32px;height:32px;border-radius:50%;
    background:#25D366;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
}
.wa-badge-float{
    position:absolute;top:-12px;right:-12px;
    background:#25D366;color:#fff;
    font-size:11px;font-weight:700;
    padding:5px 10px;border-radius:100px;
    box-shadow:0 4px 12px rgba(37,211,102,0.4);
    animation:floatBadge 2.5s ease-in-out infinite;
    z-index: 10;
}
@keyframes floatBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}

/* ─────────────────────────────────────────────────
   FORM CATALOGO — HERO DELLA PAGINA
───────────────────────────────────────────────── */
.catalogo-section{
    background:#fff;
    padding:140px 0;
    position:relative;
}
.catalogo-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:start;
}
.cat-left .label{margin-bottom:16px}
.cat-left h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(38px,4.5vw,60px);
    letter-spacing:-0.035em;
    line-height:1.0;
    color:#1d1d1f;
    margin-bottom:24px;
}
.cat-left p{
    font-size:16px;color:#6e6e73;
    line-height:1.7;max-width:440px;
    margin-bottom:40px;
}
.cat-left p strong{color:#1d1d1f;font-weight:500}
.cat-promise{
    display:flex;flex-direction:column;gap:14px;
}
.cat-promise-item{
    display:flex;align-items:center;gap:12px;
    font-size:16px;color:#6e6e73;
}
.cat-promise-item::before{
    content:'';
    display:block;width:6px;height:6px;border-radius:50%;
    background:#1d1d1f;flex-shrink:0;
}
.cat-form-card{
    background:#f5f5f7;
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,0.06);
}
.cat-form-header{
    background:#1d1d1f;
    padding:28px 32px;
}
.cat-form-header h3{
    font-family:'Inter Tight',sans-serif;
    font-weight:700;font-size:20px;
    letter-spacing:-0.02em;
    color:#f5f5f7;margin-bottom:5px;
}
.cat-form-header p{font-size:13px;color:rgba(245,245,247,0.5);margin:0}
.cat-form-body{padding:28px 32px}
.f-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.f-group label{
    font-size:12px;font-weight:600;
    letter-spacing:0.04em;text-transform:uppercase;
    color:#6e6e73;
}
.f-group input,.f-group select{
    background:#fff;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:10px;
    padding:12px 16px;
    font-family:'Inter',sans-serif;
    font-size:15px;color:#1d1d1f;
    outline:none;
    transition:border-color .2s,box-shadow .2s;
    width:100%;
    -webkit-appearance:none;
}
.f-group input:focus,.f-group select:focus{
    border-color:rgba(0,0,0,0.3);
    box-shadow:0 0 0 3px rgba(0,0,0,0.06);
}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cat-checks{
    display:flex;flex-wrap:wrap;gap:8px;
    margin-bottom:20px;
}
.cat-chip{
    display:flex;align-items:center;gap:6px;
    padding:8px 14px;
    background:#fff;border:1px solid rgba(0,0,0,0.1);
    border-radius:100px;cursor:pointer;
    font-size:13px;color:#3d3d3f;
    transition:all .18s;
    user-select:none;
}
.cat-chip input{display:none}
.cat-chip:has(input:checked){
    background:#1d1d1f;color:#f5f5f7;
    border-color:#1d1d1f;
}
.cat-section-title{
    flex:0 0 100%;
    font-size:10px;font-weight:700;
    text-transform:uppercase;letter-spacing:.1em;
    color:#1d1d1f;
    margin-top:6px;
}
.cat-section-title span{
    display:inline-block;
    background:rgba(0,0,0,.07);
    padding:4px 12px;
    border-radius:100px;
}
.cat-checks .cat-section-title:first-child{margin-top:0}
.cat-checks .cat-section-title ~ .cat-section-title{margin-top:10px}
.btn-submit-form{
    width:100%;
    background:#1d1d1f;color:#fff;
    font-family:'Inter',sans-serif;
    font-size:15px;font-weight:600;
    padding:16px;
    border:none;border-radius:100px;
    cursor:pointer;
    display:flex;align-items:center;justify-content:center;gap:8px;
    transition:opacity .2s,transform .15s;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}
.btn-submit-form:hover:not(:disabled){opacity:.85;transform:scale(0.99)}
.btn-submit-form:disabled{opacity:.35;cursor:not-allowed;transform:none}
.form-divider{
    display:flex;align-items:center;gap:12px;
    margin:16px 0;font-size:12px;color:#b0b0b5;
}
.form-divider::before,.form-divider::after{
    content:'';flex:1;height:1px;background:rgba(0,0,0,0.08);
}
.btn-wa-form{
    width:100%;
    display:flex;align-items:center;justify-content:center;gap:8px;
    background:#25D366;color:#fff;
    font-size:15px;font-weight:600;
    padding:14px;
    border-radius:100px;
    text-decoration:none;
    transition:opacity .2s;
}
.btn-wa-form:hover{opacity:.88}

/* ─────────────────────────────────────────────────
   VANTAGGI — GRID APPLE STYLE
───────────────────────────────────────────────── */
.vantaggi-section{
    background:#000;
    padding:120px 0;
}
.vantaggi-header{
    text-align:center;margin-bottom:80px;
}
.vantaggi-header h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(36px,4.5vw,60px);
    letter-spacing:-0.035em;
    color:#f5f5f7;margin-bottom:16px;
}
.vantaggi-header p{
    font-size:17px;color:rgba(245,245,247,0.45);
    max-width:480px;margin:0 auto;line-height:1.6;
}
.vantaggi-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.06);
    border-radius:20px;
    overflow:hidden;
}
.v-item{
    background:#000;
    padding:48px 40px;
    transition:background .25s;
}
.v-item:hover{background:#0a0a0a}
.v-num{
    font-family:'Inter Tight',sans-serif;
    font-weight:800;font-size:40px;
    letter-spacing:-0.04em;
    color:rgba(245,245,247,0.12);
    margin-bottom:24px;line-height:1;
}

.v-item h3{
    font-family:'Inter Tight',sans-serif;
    font-weight:700;font-size:19px;
    letter-spacing:-0.01em;
    color:#f5f5f7;margin-bottom:10px;
}
.v-item p{font-size:14px;color:rgba(245,245,247,0.45);line-height:1.65}

/* ─────────────────────────────────────────────────
   FINANZIAMENTI — DARK CLEAN
───────────────────────────────────────────────── */
.fin-section{
    background:#f5f5f7;
    padding:120px 0;
}
.fin-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;align-items:center;
}
.fin-text .label{margin-bottom:16px}
.fin-text h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(36px,4vw,52px);
    letter-spacing:-0.03em;
    color:#1d1d1f;margin-bottom:20px;
    line-height:1.05;
}
.fin-text p{
    font-size:16px;color:#6e6e73;
    line-height:1.7;margin-bottom:32px;
}
.fin-steps{display:flex;flex-direction:column;gap:0}
.fin-step{
    display:flex;gap:20px;
    padding:22px 0;
    border-bottom:1px solid rgba(0,0,0,0.07);
}
.fin-step:last-child{border-bottom:none}
.fin-step-num{
    width:32px;height:32px;border-radius:50%;
    background:#1d1d1f;color:#fff;
    display:flex;align-items:center;justify-content:center;
    font-size:12px;font-weight:700;
    flex-shrink:0;margin-top:2px;
}
.fin-step h4{font-size:15px;font-weight:600;color:#1d1d1f;margin-bottom:4px}
.fin-step p{font-size:14px;color:#6e6e73;line-height:1.55;margin:0}
.fin-cta-box{
    background:#1d1d1f;
    border-radius:20px;padding:44px;
    text-align:center;
}
.fin-cta-box h3{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:32px;letter-spacing:-0.03em;
    color:#f5f5f7;margin-bottom:12px;line-height:1.1;
}
.fin-cta-box p{
    font-size:15px;color:rgba(245,245,247,0.5);
    margin-bottom:28px;line-height:1.55;
}
.btn-wa-dark{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    background:#25D366;color:#fff;
    font-size:15px;font-weight:600;
    padding:15px 28px;border-radius:100px;
    text-decoration:none;
    transition:opacity .2s;
    width:100%;
}
.btn-wa-dark:hover{opacity:.88}
.fin-note{font-size:12px;color:rgba(245,245,247,0.3);margin-top:14px;line-height:1.5}

/* ─────────────────────────────────────────────────
   NEWSLETTER
───────────────────────────────────────────────── */
.nl-section{
    position:relative;
    overflow:hidden;
    padding:0;
    background:#000;
}
.nl-bg-img{
    position:absolute;inset:0;
    width:100%;height:100%;
    object-fit:cover;
    object-position:center 30%;
    filter:brightness(0.28) grayscale(20%);
    transform:scale(1.04);
    transition:transform 8s ease;
}
.nl-section:hover .nl-bg-img{transform:scale(1)}
.nl-bg-overlay{
    position:absolute;inset:0;
    background:linear-gradient(
            135deg,
            rgba(0,0,0,0.7) 0%,
            rgba(0,0,0,0.3) 60%,
            rgba(0,0,0,0.55) 100%
    );
}
.nl-inner{
    position:relative;z-index:1;
    display:grid;grid-template-columns:1fr 1fr;
    gap:80px;align-items:center;
    padding:100px 0;
}
.nl-text h3{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(32px,4vw,52px);
    letter-spacing:-0.035em;line-height:1;
    color:#f5f5f7;margin-bottom:16px;
}
.nl-text h3 em{font-style:normal;color:rgba(245,245,247,0.35)}
.nl-text p{font-size:16px;color:rgba(245,245,247,0.55);line-height:1.65;max-width:400px}
.nl-divider{
    width:40px;height:2px;
    background:rgba(255,255,255,0.25);
    margin:24px 0;
}
.nl-form-wrap{display:flex;gap:14px;flex-direction:column}
.nl-row{display:flex;gap:10px}
.nl-row input{
    flex:1;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:100px;padding:14px 22px;
    color:#f5f5f7;font-family:'Inter',sans-serif;font-size:15px;
    outline:none;transition:border-color .2s,background .2s;
    backdrop-filter:blur(8px);
}
.nl-row input:focus{
    border-color:rgba(255,255,255,0.45);
    background:rgba(255,255,255,0.12);
}
.nl-row input::placeholder{color:rgba(245,245,247,0.3)}
.nl-row button{
    background:#fff;color:#1d1d1f;
    font-size:14px;font-weight:600;
    padding:14px 26px;border:none;border-radius:100px;
    cursor:pointer;transition:opacity .2s,transform .15s;
    white-space:nowrap;
}
.nl-row button:hover{opacity:.88;transform:scale(0.98)}
.nl-note{font-size:12px;color:rgba(245,245,247,0.3);line-height:1.5}

/* ─────────────────────────────────────────────────
   FINAL CTA
───────────────────────────────────────────────── */
.final-section{
    background:#000;padding:160px 0;
    text-align:center;position:relative;overflow:hidden;
}
.final-section::before{
    content:'';position:absolute;
    top:50%;left:50%;transform:translate(-50%,-50%);
    width:1000px;height:600px;
    background:radial-gradient(ellipse,rgba(255,255,255,0.04) 0%,transparent 65%);
    pointer-events:none;
}
.final-inner{position:relative;z-index:1}
.final-label{
    font-size:12px;font-weight:600;letter-spacing:0.1em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.25);margin-bottom:24px;
}
.final-section h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(44px,6vw,80px);
    letter-spacing:-0.04em;line-height:1;
    color:#f5f5f7;margin-bottom:24px;
}
.final-section h2 em{font-style:normal;color:rgba(245,245,247,0.25)}
.final-section p{
    font-size:18px;font-weight:300;
    color:rgba(245,245,247,0.45);
    max-width:480px;margin:0 auto 48px;line-height:1.6;
}
.final-section p strong{color:#f5f5f7;font-weight:500}
.final-cta-row{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.final-assure{
    display:flex;align-items:center;justify-content:center;
    gap:32px;flex-wrap:wrap;margin-top:40px;
}
.assure-item{font-size:16px;color:rgba(245,245,247,0.35);display:flex;align-items:center;gap:6px}
.assure-dot{width:4px;height:4px;border-radius:50%;background:rgba(245,245,247,0.25)}

/* ─────────────────────────────────────────────────
   WA FLOAT
───────────────────────────────────────────────── */
.wa-float{
    position:fixed;bottom:28px;right:28px;z-index:999;
    width:58px;height:58px;border-radius:50%;
    background:#25D366;
    display:flex;align-items:center;justify-content:center;
    text-decoration:none;
    box-shadow:0 8px 24px rgba(37,211,102,0.35);
    animation:waFloat 3s ease-in-out infinite;
}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:30px;height:30px}
@keyframes waFloat{
    0%,100%{box-shadow:0 8px 24px rgba(37,211,102,0.35)}
    50%{box-shadow:0 8px 36px rgba(37,211,102,0.55),0 0 0 10px rgba(37,211,102,0.07)}
}

/* ─────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────── */
footer{
    background:#1d1d1f;
    border-top:1px solid rgba(255,255,255,0.07);
    padding:28px 0;
}
.footer-inner{
    display:flex;align-items:flex-start;
    justify-content:space-between;flex-wrap:wrap;gap:24px;
    padding:8px 0;
}
.footer-brand{
    font-family:'Inter Tight',sans-serif;
    font-weight:700;font-size:16px;
    letter-spacing:-0.02em;color:#f5f5f7;
}
.footer-links{display:flex;gap:20px}
.footer-links a{font-size:13px;color:rgba(245,245,247,0.35);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:#f5f5f7}
.footer-credit{font-size:12px;color:rgba(245,245,247,0.25)}
.footer-credit a{color:rgba(245,245,247,0.4);text-decoration:none}

/* ─────────────────────────────────────────────────
   APPLE-STYLE SCROLL ANIMATIONS
───────────────────────────────────────────────── */

/* Base — tutti partono invisibili */
.js-animate .reveal{opacity:0;will-change:opacity,transform}

/* Varianti di ingresso — solo quando JS è attivo */
.js-animate .reveal[data-anim="fade-up"]      {transform:translateY(32px)}
.js-animate .reveal[data-anim="fade-down"]    {transform:translateY(-20px)}
.js-animate .reveal[data-anim="fade-left"]    {transform:translateX(36px)}
.js-animate .reveal[data-anim="fade-right"]   {transform:translateX(-36px)}
.js-animate .reveal[data-anim="scale-up"]     {transform:scale(0.94)}
.js-animate .reveal[data-anim="scale-fade"]   {transform:scale(0.97)}
.js-animate .reveal[data-anim="blur-in"]      {filter:blur(6px);transform:translateY(16px)}
.js-animate .reveal[data-anim="slide-clip"]   {transform:translateY(24px)}
.js-animate .reveal[data-anim="rotate-in"]    {transform:translateY(24px)}

/* Stato attivo */
.js-animate .reveal.vis{
    opacity:1;
    transform:none;
    filter:none;
    clip-path:none;
}

/* Transizione */
.js-animate .reveal{transition:
        opacity 0.7s cubic-bezier(0.25,0.46,0.45,0.94),
        transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94),
        filter 0.7s cubic-bezier(0.25,0.46,0.45,0.94)
}

/* Classi durata override */
.reveal[data-dur="slow"]{transition-duration:1.1s}
.reveal[data-dur="fast"]{transition-duration:0.5s}
.reveal[data-dur="xslow"]{transition-duration:1.4s}

/* Stagger group — i figli animano in sequenza */
.js-animate .stagger > *{
    opacity:0;
    transform:translateY(24px);
    transition:
            opacity 0.65s cubic-bezier(0.25,0.46,0.45,0.94),
            transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
}
.js-animate .stagger.vis > *:nth-child(1){transition-delay:0s}
.js-animate .stagger.vis > *:nth-child(2){transition-delay:0.1s}
.js-animate .stagger.vis > *:nth-child(3){transition-delay:0.2s}
.js-animate .stagger.vis > *:nth-child(4){transition-delay:0.3s}
.js-animate .stagger.vis > *:nth-child(5){transition-delay:0.4s}
.js-animate .stagger.vis > *:nth-child(6){transition-delay:0.5s}
.js-animate .stagger.vis > *{opacity:1;transform:none}

/* Parallax hero — lo statement grande */
.parallax-text{will-change:transform}

/* Counter animati */
.count-num{display:inline-block}

/* Linea che si disegna */
@keyframes drawLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.line-draw{transform-origin:left;transform:scaleX(0)}
.line-draw.vis{animation:drawLine 0.9s cubic-bezier(0.25,0.46,0.45,0.94) forwards}

/* Highlight testo — si rivela da sinistra */
@keyframes highlightReveal{
    from{background-size:0% 100%}
    to{background-size:100% 100%}
}
.text-highlight{
    background:linear-gradient(to right,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0.12) 100%);
    background-repeat:no-repeat;
    background-size:0% 100%;
    padding:0 4px;border-radius:3px;
}
.text-highlight.vis{animation:highlightReveal 0.8s 0.3s cubic-bezier(0.25,0.46,0.45,0.94) forwards}

/* Card hover lift */
.hover-lift{transition:transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow 0.3s ease}
.hover-lift:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,0.18)}
/* On dark bg */
.vantaggi-section .hover-lift:hover{box-shadow:0 16px 48px rgba(0,0,0,0.6)}

/* ─────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────── */
@media(max-width:1024px){
    .wrap,.wrap-narrow,.wrap-wide,.hero-inner,.nav-inner{padding-left:24px;padding-right:24px}
    .hero-content{padding-left:0;padding-right:0;padding-bottom:56px}
    .about-grid,.wa-grid,.catalogo-grid,.fin-grid,.nl-inner{grid-template-columns:1fr;gap:48px}
    .nl-inner{padding:72px 0}
    .toorx-panels{flex-direction:column;height:auto}
    .tp-panel{height:220px;flex:none;width:100%}
    .tp-panel:not(:last-child)::after{display:none}
    .tp-section-title{margin:20px 0 8px}
    .vantaggi-grid{grid-template-columns:1fr}
    .prodotti-section .section-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:30px}
    .section-header-right{max-width:100%;flex-shrink:1}
    .nav-links{display:none}
    .stat-row{flex-wrap:wrap}
    .stat-box{max-width:50%;flex:0 0 50%;border-bottom:1px solid rgba(255,255,255,0.08)}
}
@media(max-width:600px){
    /* ── HERO MOBILE ── */
    .hero{
        height:100svh;
        min-height:620px;
        align-items:flex-end;
    }
    .hero-video-bg{
        object-position:60% center;
        filter:brightness(0.25) grayscale(30%);
    }
    .hero-gradient{
        background:linear-gradient(
                to top,
                rgba(0,0,0,1) 0%,
                rgba(0,0,0,0.85) 35%,
                rgba(0,0,0,0.4) 65%,
                rgba(0,0,0,0.1) 100%
        );
    }
    .hero-content{padding-bottom:44px}
    .hero-eyebrow{
        margin-bottom:16px;
        flex-wrap:wrap;gap:6px;
    }
    .hero-eyebrow span{font-size:11px}
    .hero h1{
        font-size:clamp(38px,11vw,56px);
        line-height:0.97;
        margin-bottom:16px;
    }
    .hero-sub{
        font-size:15px;
        line-height:1.55;
        margin-bottom:28px;
        /* Rimuovi il <br> inline su mobile */
        max-width:100%;
    }
    .hero-sub br{display:none}
    .hero-actions{
        flex-direction:column;
        align-items:stretch;
        gap:10px;
    }
    .btn-primary,.btn-secondary{
        justify-content:center;
        width:100%;
        padding:15px 20px;
        font-size:15px;
    }
    .hero-stats{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:16px 24px;
        margin-top:36px;
        padding-top:24px;
    }
    .hero-stat-num{font-size:28px}
    .hero-stat-label{font-size:11px}

    /* ── ALTRI FIX MOBILE ── */
    .final-cta-row{flex-direction:column;align-items:stretch}
    .f-row{grid-template-columns:1fr}
    .nl-row{flex-direction:column}
    .cat-checks{gap:6px}
    .cat-chip{font-size:12px;padding:7px 11px}
    .vantaggi-grid{grid-template-columns:1fr}
    .processo-grid{grid-template-columns:1fr 1fr}
    .stat-box{padding:28px 16px}
    .stat-box-num{font-size:36px}

    /* ── TUTTE LE SEZIONI — PADDING RIDOTTO ── */
    .novita-banner{padding:64px 0}
    .novita-banner-inner{padding:0 20px}
    .novita-eyebrow{margin-bottom:24px}
    .novita-sub br{display:none}

    .statement-section,.about-section,.wa-section,.prodotti-section,
    .vantaggi-section,.fin-section,.faq-section,.chat-preview-section,
    .estimator-section{padding:72px 0}
    .catalogo-section{padding:72px 0}
    .cat-form-header{padding:20px 20px}
    .cat-form-body{padding:20px 20px}

    /* ── TOORX PANELS MOBILE ── */
    .tp-panel{height:180px;margin-bottom: 10px;border-radius: 9px;}
    .tp-label{padding:32px 16px 16px}
    .tp-name{font-size:14px;letter-spacing:0.04em}

    /* ── INTERNI SEZIONI ── */
    .vantaggi-header{margin-bottom:40px}
    .about-grid{gap:32px}
    .wa-grid{gap:32px}
    .fin-grid{gap:32px}
}

/* ─────────────────────────────────────────────────
   FAQ

/* ─────────────────────────────────────────────────
   FAQ
───────────────────────────────────────────────── */
.faq-section{
    background:#fff;
    padding:120px 0;
}
.faq-inner{
    display:grid;grid-template-columns:1fr 1fr;
    gap:80px;align-items:start;
}
.faq-left .label{margin-bottom:16px}
.faq-left h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(34px,4vw,50px);
    letter-spacing:-0.03em;color:#1d1d1f;
    margin-bottom:20px;line-height:1.05;
}
.faq-left p{font-size:16px;color:#6e6e73;line-height:1.7;margin-bottom:32px}
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{
    border-bottom:1px solid rgba(0,0,0,0.07);
    overflow:hidden;
}
.faq-item:first-child{border-top:1px solid rgba(0,0,0,0.07)}
.faq-q{
    width:100%;background:none;border:none;
    display:flex;align-items:center;justify-content:space-between;gap:16px;
    padding:20px 0;
    cursor:pointer;text-align:left;
    font-family:'Inter',sans-serif;
    font-size:18px;font-weight:600;color:#1d1d1f;
    transition:color .2s;
}
.faq-q:hover{color:#3d3d3f}
.faq-icon{
    width:24px;height:24px;border-radius:50%;
    background:#f5f5f7;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
    font-size:14px;font-weight:400;color:#6e6e73;
    transition:background .2s,transform .3s cubic-bezier(.25,.46,.45,.94);
}
.faq-item.open .faq-icon{
    background:#1d1d1f;color:#f5f5f7;
    transform:rotate(45deg);
}
.faq-a{
    max-height:0;overflow:hidden;
    transition:max-height .4s cubic-bezier(.25,.46,.45,.94),padding .3s ease;
}
.faq-a-inner{
    padding:0 0 20px;
    font-size:16px;color:#6e6e73;line-height:1.7;
}
.faq-item.open .faq-a{max-height:300px}

@media(max-width:1024px){
    .testi-grid{grid-template-columns:1fr}
    .faq-inner{grid-template-columns:1fr;gap:48px}
}
/* ── HAMBURGER + MOBILE NAV ── */
.nav-hamburger{
    display:none;flex-direction:column;gap:5px;
    cursor:pointer;padding:4px;background:none;border:none;
}
.nav-hamburger span{
    display:block;width:22px;height:1.5px;
    transition:transform .25s ease,opacity .2s ease;
    transform-origin:center;
}
nav.dark .nav-hamburger span{background:#f5f5f7}
nav:not(.dark) .nav-hamburger span{background:#1d1d1f}
.nav-hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.nav-mobile-menu{
    display:none;
    position:fixed;top:52px;left:0;right:0;z-index:499;
    background:rgba(10,10,10,0.97);
    backdrop-filter:saturate(180%) blur(20px);
    -webkit-backdrop-filter:saturate(180%) blur(20px);
    border-bottom:1px solid rgba(255,255,255,0.08);
    max-height:0;overflow:hidden;
    transition:max-height .35s cubic-bezier(.25,.46,.45,.94);
}
.nav-mobile-menu.open{max-height:500px; display: block}
.nav-mobile-menu a{
    display:block;padding:14px 24px;
    font-size:16px;font-weight:500;
    color:rgba(245,245,247,0.7);text-decoration:none;
    border-bottom:1px solid rgba(255,255,255,0.05);
    transition:color .15s,background .15s;
}
.nav-mobile-menu a:hover{color:#fff;background:rgba(255,255,255,0.04)}
.nav-mobile-menu a:last-child{border-bottom:none}
.nav-mobile-cta-wrap{padding:14px 16px 20px}
.nav-mobile-cta{
    display:flex;align-items:center;justify-content:center;gap:8px;
    background:#fff;color:#1d1d1f!important;
    border-radius:100px;padding:14px 20px;
    font-weight:600;font-size:15px;text-decoration:none;text-align: center;
}
@media(max-width:768px){
    .nav-hamburger{display:flex}
    .nav-links,.nav-cta{display:none}
    .nav-mobile-menu{display:none}
}

/* ── URGENCY BAR ── */
.urgency-bar{
    position:fixed;top:69px;left:0;right:0;z-index:490;
    background:linear-gradient(90deg,#1a1a1a 0%,#111 100%);
    border-bottom:1px solid rgba(255,255,255,0.07);
    padding:9px 24px;
    display:flex;align-items:center;justify-content:center;gap:16px;
    font-size:13px;color:rgba(245,245,247,0.7);
    transform:translateY(0);
    transition:transform .3s ease;
    @media (max-width: 768px) {
        top: 66px;
    }
}
.urgency-bar.hidden{transform:translateY(-100%)}
.urgency-pulse{
    display:inline-flex;align-items:center;gap:6px;
}
.urgency-dot{
    width:6px;height:6px;border-radius:50%;
    background:#25D366;flex-shrink:0;
    animation:urgencyPulse 1.8s ease-in-out infinite;
}
@keyframes urgencyPulse{
    0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,0.4)}
    50%{box-shadow:0 0 0 5px rgba(37,211,102,0)}
}
.urgency-bar strong{color:#f5f5f7;font-weight:600}
.urgency-bar a{
    color:#f5f5f7;font-weight:600;text-decoration:none;
    padding:5px 14px;border:1px solid rgba(255,255,255,0.2);
    border-radius:100px;font-size:12px;
    transition:background .2s,border-color .2s;
    white-space:nowrap;
}
.urgency-bar a:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.4)}
.urgency-close{
    position:absolute;right:16px;
    background:none;border:none;
    color:rgba(245,245,247,0.35);cursor:pointer;
    font-size:16px;line-height:1;padding:4px;
    transition:color .2s;
}
.urgency-close:hover{color:#f5f5f7}

body.has-urgency .nav-mobile-menu {
    top: 0px;
    @media (max-width: 768px) {
        top: 66px;
    }
}
@media(max-width:600px){
    .urgency-bar{padding:8px 40px 8px 16px;gap:8px;font-size:12px;justify-content:flex-start}
}

/* ── SOCIAL PROOF TICKER ── */
.ticker-section{
    background:#f5f5f7;
    border-top:1px solid rgba(0,0,0,0.06);
    border-bottom:1px solid rgba(0,0,0,0.06);
    padding:0;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.ticker-track{
    display:flex;
    animation:tickerScroll 28s linear infinite;
    width:max-content;
}
.ticker-track:hover{animation-play-state:paused}
.ticker-item{
    display:flex;align-items:center;gap:10px;
    padding:18px 40px;
    border-right:1px solid rgba(0,0,0,0.07);
    white-space:nowrap;
    flex-shrink:0;
}
.ticker-item-icon{font-size:18px}
.ticker-item-text{
    font-size:13px;font-weight:500;color:#3d3d3f;
}
.ticker-item-text strong{color:#1d1d1f;font-weight:700}
@keyframes tickerScroll{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
}

/* ── INTERACTIVE CHAT PREVIEW ── */
.chat-preview-section{
    background:#fff;
    padding:120px 0;
}
.chat-preview-grid{
    display:grid;grid-template-columns:1fr 1fr;
    gap:72px;align-items:center;
}
.chat-preview-left .label{margin-bottom:16px}
.chat-preview-left h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(32px,4vw,50px);
    letter-spacing:-0.03em;color:#1d1d1f;
    margin-bottom:16px;line-height:1.05;
}
.chat-preview-left p{
    font-size:16px;color:#6e6e73;
    line-height:1.7;margin-bottom:32px;max-width:420px;
}
.chat-topics{
    display:flex;flex-direction:column;gap:8px;
}
.chat-topic{
    display:flex;align-items:center;gap:12px;
    padding:14px 18px;
    background:#f5f5f7;border:1px solid transparent;
    border-radius:12px;cursor:pointer;
    transition:background .2s,border-color .2s,transform .2s;
    text-align:left;
}
.chat-topic:hover{background:#eee;transform:translateX(3px)}
.chat-topic.active{
    background:#fff;
    border-color:rgba(0,0,0,0.12);
    box-shadow:0 2px 12px rgba(0,0,0,0.06);
    transform:translateX(4px);
}
.chat-topic-icon{font-size:20px;flex-shrink:0}
.chat-topic-label{font-size:18px;font-weight:600;color:#1d1d1f}
.chat-topic-sub{font-size:16px;color:#6e6e73;margin-top:1px}

/* Phone mockup */
.chat-phone{
    width:330px;margin:0 auto;
    background:#1c1c1e;border-radius:44px;padding:14px;
    box-shadow:0 0 0 1px rgba(255,255,255,0.1),0 40px 80px rgba(0,0,0,0.25),0 12px 32px rgba(0,0,0,0.15);
    @media (max-width: 768px) {
       width: 100%;
    }
}

.chat-phone-inner {
    background: #111;
    border-radius: 34px;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    height: 600px;
}
.chat-phone-bar{
    background:#1a1a1a;padding:14px 16px 10px;
    display:flex;align-items:center;gap:10px;
    border-bottom:1px solid rgba(255,255,255,0.06);flex-shrink:0;
}
.chat-phone-avatar{
    width:36px;height:36px;border-radius:50%;
    background:linear-gradient(135deg,#2d7a3a,#25D366);
    display:flex;align-items:center;justify-content:center;
    color:#fff;font-size:14px;font-weight:700;flex-shrink:0;
}
.chat-phone-name{font-size:13px;font-weight:600;color:#f5f5f7}
.chat-phone-status{font-size:11px;color:#25D366;margin-top:1px}
.chat-messages{
    flex:1;padding:14px 12px;
    display:flex;flex-direction:column;gap:10px;
    overflow-y:auto;
    background:#0d1117;
    min-height:360px;
    max-height: 500px;
}
.cm{
    max-width:85%;padding:10px 13px;
    border-radius:14px;font-size:12px;line-height:1.5;
    animation:msgIn .3s cubic-bezier(.25,.46,.45,.94);
}
@keyframes msgIn{
    from{opacity:0;transform:translateY(8px) scale(0.97)}
    to{opacity:1;transform:none}
}
.cm.in{
    background:#1e2a1e;color:#dcf8c6;
    border-radius:14px 14px 14px 3px;align-self:flex-start;
}
.cm.out{
    background:#2a2a2a;color:#f0f0f0;
    border-radius:14px 14px 3px 14px;align-self:flex-end;
}
.cm.catalog-card{
    background:#1a2e1a;
    border:1px solid rgba(37,211,102,0.2);
    border-radius:12px;align-self:flex-start;
    max-width:90%;padding:0;overflow:hidden;
}
.cm.catalog-card .cc-header{
    background:rgba(37,211,102,0.1);
    padding:10px 13px;display:flex;align-items:center;gap:8px;
}
.cm.catalog-card .cc-icon{font-size:18px}
.cm.catalog-card .cc-title{font-size:12px;font-weight:600;color:#25D366}
.cm.catalog-card .cc-body{padding:8px 13px;font-size:11px;color:rgba(245,245,247,0.6);line-height:1.45}
.cm.catalog-card .cc-btn{
    display:block;text-align:center;padding:9px;
    font-size:12px;font-weight:600;color:#25D366;
    border-top:1px solid rgba(37,211,102,0.15);
    background:rgba(37,211,102,0.06);cursor:pointer;
}
.chat-typing{
    display:flex;align-items:center;gap:4px;
    padding:10px 13px;background:#1e2a1e;
    border-radius:14px 14px 14px 3px;
    align-self:flex-start;width:48px;
}
.chat-typing span{
    width:6px;height:6px;border-radius:50%;
    background:#25D366;opacity:.4;
    animation:typing .8s ease-in-out infinite;
}
.chat-typing span:nth-child(2){animation-delay:.16s}
.chat-typing span:nth-child(3){animation-delay:.32s}
@keyframes typing{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}
.chat-input-bar{
    background:#1a1a1a;padding:10px 14px;
    display:flex;align-items:center;gap:10px;
    border-top:1px solid rgba(255,255,255,0.05);flex-shrink:0;
}
.chat-input-fake{
    flex:1;background:rgba(255,255,255,0.07);
    border-radius:100px;padding:8px 14px;
    font-size:12px;color:rgba(245,245,247,0.3);
}
.chat-send{
    width:32px;height:32px;border-radius:50%;
    background:#25D366;display:flex;align-items:center;justify-content:center;
}
@media(max-width:1024px){
    .chat-preview-grid{grid-template-columns:1fr;gap:48px}
    .chat-phone{max-width: 100%}
}

/* ── SOCIAL PROOF TICKER ── */
.ticker-section{
    background:#f5f5f7;
    border-top:1px solid rgba(0,0,0,0.06);
    border-bottom:1px solid rgba(0,0,0,0.06);
    padding:0;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.ticker-track{
    display:flex;
    animation:tickerScroll 28s linear infinite;
    width:max-content;
}
.ticker-track:hover{animation-play-state:paused}
.ticker-item{
    display:flex;align-items:center;gap:10px;
    padding:18px 40px;
    border-right:1px solid rgba(0,0,0,0.07);
    white-space:nowrap;
    flex-shrink:0;
}
.ticker-item-icon{font-size:18px}
.ticker-item-text{
    font-size:13px;font-weight:500;color:#3d3d3f;
}
.ticker-item-text strong{color:#1d1d1f;font-weight:700}
@keyframes tickerScroll{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
}

/* ── INTERACTIVE CHAT PREVIEW ── */
.chat-preview-section{
    background:#fff;
    padding:120px 0;
}
.chat-preview-grid{
    display:grid;grid-template-columns:1fr 1fr;
    gap:72px;align-items:center;
}
.chat-preview-left .label{margin-bottom:16px}
.chat-preview-left h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(32px,4vw,50px);
    letter-spacing:-0.03em;color:#1d1d1f;
    margin-bottom:16px;line-height:1.05;
}
.chat-preview-left p{
    font-size:16px;color:#6e6e73;
    line-height:1.7;margin-bottom:32px;max-width:420px;
}
.chat-topics{
    display:flex;flex-direction:column;gap:8px;
}
.chat-topic{
    display:flex;align-items:center;gap:12px;
    padding:14px 18px;
    background:#f5f5f7;border:1px solid transparent;
    border-radius:12px;cursor:pointer;
    transition:background .2s,border-color .2s,transform .2s;
    text-align:left;
}
.chat-topic:hover{background:#eee;transform:translateX(3px)}
.chat-topic.active{
    background:#fff;
    border-color:rgba(0,0,0,0.12);
    box-shadow:0 2px 12px rgba(0,0,0,0.06);
    transform:translateX(4px);
}
.chat-topic-icon{font-size:20px;flex-shrink:0}
.chat-topic-label{font-size:18px;font-weight:600;color:#1d1d1f}
.chat-topic-sub{font-size:16px;color:#6e6e73;margin-top:1px}

/* Phone mockup */
.chat-phone{
    width:330px;margin:0 auto;
    background:#1c1c1e;border-radius:44px;padding:14px;
    box-shadow:0 0 0 1px rgba(255,255,255,0.1),0 40px 80px rgba(0,0,0,0.25),0 12px 32px rgba(0,0,0,0.15);
    @media (max-width: 768px) {
        width: 100%;
    }
}
.chat-phone-inner{background:#111;border-radius:34px;overflow:hidden;min-height:500px;display:flex;flex-direction:column}
.chat-phone-bar{
    background:#1a1a1a;padding:14px 16px 10px;
    display:flex;align-items:center;gap:10px;
    border-bottom:1px solid rgba(255,255,255,0.06);flex-shrink:0;
}
.chat-phone-avatar{
    width:36px;height:36px;border-radius:50%;
    background:linear-gradient(135deg,#2d7a3a,#25D366);
    display:flex;align-items:center;justify-content:center;
    color:#fff;font-size:14px;font-weight:700;flex-shrink:0;
}
.chat-phone-name{font-size:13px;font-weight:600;color:#f5f5f7}
.chat-phone-status{font-size:11px;color:#25D366;margin-top:1px}
.chat-messages{
    flex:1;padding:14px 12px;
    display:flex;flex-direction:column;gap:10px;
    overflow-y:auto;
    background:#0d1117;
    min-height:360px;
}
.cm{
    max-width:85%;padding:10px 13px;
    border-radius:14px;font-size:12px;line-height:1.5;
    animation:msgIn .3s cubic-bezier(.25,.46,.45,.94);
}
@keyframes msgIn{
    from{opacity:0;transform:translateY(8px) scale(0.97)}
    to{opacity:1;transform:none}
}
.cm.in{
    background:#1e2a1e;color:#dcf8c6;
    border-radius:14px 14px 14px 3px;align-self:flex-start;
}
.cm.out{
    background:#2a2a2a;color:#f0f0f0;
    border-radius:14px 14px 3px 14px;align-self:flex-end;
}
.cm.catalog-card{
    background:#1a2e1a;
    border:1px solid rgba(37,211,102,0.2);
    border-radius:12px;align-self:flex-start;
    max-width:90%;padding:0;overflow:hidden;
}
.cm.catalog-card .cc-header{
    background:rgba(37,211,102,0.1);
    padding:10px 13px;display:flex;align-items:center;gap:8px;
}
.cm.catalog-card .cc-icon{font-size:18px}
.cm.catalog-card .cc-title{font-size:12px;font-weight:600;color:#25D366}
.cm.catalog-card .cc-body{padding:8px 13px;font-size:11px;color:rgba(245,245,247,0.6);line-height:1.45}
.cm.catalog-card .cc-btn{
    display:block;text-align:center;padding:9px;
    font-size:12px;font-weight:600;color:#25D366;
    border-top:1px solid rgba(37,211,102,0.15);
    background:rgba(37,211,102,0.06);cursor:pointer;
}
.chat-typing{
    display:flex;align-items:center;gap:4px;
    padding:10px 13px;background:#1e2a1e;
    border-radius:14px 14px 14px 3px;
    align-self:flex-start;width:48px;
}
.chat-typing span{
    width:6px;height:6px;border-radius:50%;
    background:#25D366;opacity:.4;
    animation:typing .8s ease-in-out infinite;
}
.chat-typing span:nth-child(2){animation-delay:.16s}
.chat-typing span:nth-child(3){animation-delay:.32s}
@keyframes typing{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}
.chat-input-bar{
    background:#1a1a1a;padding:10px 14px;
    display:flex;align-items:center;gap:10px;
    border-top:1px solid rgba(255,255,255,0.05);flex-shrink:0;
}
.chat-input-fake{
    flex:1;background:rgba(255,255,255,0.07);
    border-radius:100px;padding:8px 14px;
    font-size:12px;color:rgba(245,245,247,0.3);
}
.chat-send{
    width:32px;height:32px;border-radius:50%;
    background:#25D366;display:flex;align-items:center;justify-content:center;
}
@media(max-width:1024px){
    .chat-preview-grid{grid-template-columns:1fr;gap:48px}
    .chat-phone{max-width: 100%}
}

/* ── BUDGET ESTIMATOR ── */
.estimator-section{
    background:#000;padding:120px 0;
    position:relative;overflow:hidden;
}
.estimator-section::before{
    content:'';position:absolute;
    top:0;left:50%;transform:translateX(-50%);
    width:800px;height:400px;
    background:radial-gradient(ellipse at top,rgba(255,255,255,0.04) 0%,transparent 65%);
    pointer-events:none;
}
.estimator-header{text-align:center;margin-bottom:64px}
.estimator-header h2{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(34px,4.5vw,56px);
    letter-spacing:-0.035em;color:#f5f5f7;margin-bottom:12px;
}
.estimator-header p{font-size:16px;color:rgba(245,245,247,0.45);max-width:480px;margin:0 auto}
.estimator-card{
    max-width:760px;margin:0 auto;
    background:#0f0f0f;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:20px;overflow:hidden;
}
.estimator-body{padding:40px 48px}
.est-step{
    margin-bottom:36px;
}
.est-step:last-of-type{margin-bottom:0}
.est-label{
    font-size:13px;font-weight:600;
    letter-spacing:0.04em;text-transform:uppercase;
    color:rgba(245,245,247,0.4);
    margin-bottom:16px;
    display:flex;align-items:center;gap:10px;
}
.est-label::after{content:'';flex:1;height:1px;background:rgba(255,255,255,0.06)}
.est-options{
    display:flex;flex-wrap:wrap;gap:8px;
}
.est-opt{
    padding:10px 18px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:100px;
    font-size:13px;color:rgba(245,245,247,0.6);
    cursor:pointer;transition:all .18s;
    user-select:none;
}
.est-opt:hover{background:rgba(255,255,255,0.09);border-color:rgba(255,255,255,0.18)}
.est-opt.sel{
    background:rgba(255,255,255,0.12);
    border-color:rgba(255,255,255,0.35);
    color:#f5f5f7;
}
.est-slider-wrap{
    display:flex;align-items:center;gap:16px;
}
.est-slider{
    flex:1;
    -webkit-appearance:none;appearance:none;
    height:3px;border-radius:100px;
    background:rgba(255,255,255,0.12);
    outline:none;cursor:pointer;
}
.est-slider::-webkit-slider-thumb{
    -webkit-appearance:none;appearance:none;
    width:20px;height:20px;border-radius:50%;
    background:#fff;border:none;
    box-shadow:0 2px 8px rgba(0,0,0,0.4);
    cursor:pointer;transition:transform .15s;
}
.est-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}
.est-slider-val{
    font-family:'Inter Tight',sans-serif;
    font-weight:700;font-size:18px;
    color:#f5f5f7;min-width:48px;text-align:right;
}
.estimator-result{
    background:rgba(255,255,255,0.04);
    border-top:1px solid rgba(255,255,255,0.07);
    padding:32px 48px;
    display:grid;grid-template-columns:1fr auto;
    gap:32px;align-items:center;
}
.est-res-label{font-size:12px;color:rgba(245,245,247,0.35);margin-bottom:6px;letter-spacing:0.04em;text-transform:uppercase}
.est-res-range{
    font-family:'Inter Tight',sans-serif;font-weight:800;
    font-size:clamp(28px,4vw,42px);
    letter-spacing:-0.03em;color:#f5f5f7;
    line-height:1;
}
.est-res-note{font-size:12px;color:rgba(245,245,247,0.3);margin-top:8px;line-height:1.45}
.est-res-note strong{color:rgba(245,245,247,0.55)}
@media(max-width:600px){
    .estimator-body{padding:28px 24px}
    .estimator-result{grid-template-columns:1fr;gap:20px;padding:24px}
    .est-res-cta{width:100%}
}

/* Aggiusta padding top hero per urgency bar */
body.has-urgency .hero {
    padding-top: 70px;
    @media (max-width: 768px) {
        padding-top: 120px;
    }
}
