/* =====================================================================
   HOME 052026 - V2 "LIGHT CALDO" (warm light direct response)
   Ispirata a pietrocarta.sviluppatoremigliore.com
   Palette: crema/avorio #fff7ed + bianco, accento arancio caldo #ea580c
   Font: Inter (400-900)
   Namespace: .h26v2
   ===================================================================== */

.h26v2 {
    --cream: #fff7ed;
    --cream-2: #fdf3e7;
    --white: #ffffff;
    --ink: #171717;
    --ink-soft: #262626;
    --muted: #525252;
    --muted-2: #737373;
    --line: #f5e9dc;
    --line-strong: #ecddc9;
    --orange: #ea580c;
    --orange-dark: #c2410c;
    --orange-soft: #fff1e7;
    --orange-tint: #fde4d3;
    --green: #16a34a;
    --green-soft: #ecfdf3;
    --shadow-sm: 0 1px 2px rgba(124, 70, 20, .04), 0 4px 16px rgba(124, 70, 20, .05);
    --shadow-md: 0 10px 30px rgba(124, 70, 20, .08), 0 2px 8px rgba(124, 70, 20, .05);
    --shadow-lg: 0 24px 60px rgba(124, 70, 20, .12), 0 6px 18px rgba(124, 70, 20, .06);
    --shadow-orange: 0 16px 36px rgba(234, 88, 12, .26);
    --radius: 18px;
    --radius-lg: 26px;
    --font: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;

    background: var(--white);
    color: var(--ink);
    font-family: var(--font);
    font-size: 18px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}

.h26v2 *,
.h26v2 *::before,
.h26v2 *::after { box-sizing: border-box; }

.h26v2 h1,
.h26v2 h2,
.h26v2 h3,
.h26v2 h4 {
    font-family: var(--font);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: var(--ink);
    margin: 0;
}

.h26v2 p { margin: 0; }
.h26v2 a { color: inherit; }
.h26v2 strong { font-weight: 700; color: var(--ink); }
.h26v2 mark {
    background: linear-gradient(180deg, transparent 56%, var(--orange-tint) 56%);
    color: var(--ink);
    padding: 0 .06em;
    border-radius: 2px;
}

/* ---------- Layout primitives ---------- */
.h26v2-wrap { width: min(1180px, 92vw); margin-inline: auto; }
.h26v2-section { position: relative; padding: clamp(64px, 8.5vw, 124px) 0; }
.h26v2-cream { background: var(--cream); }
.h26v2-cream-2 { background: var(--cream-2); }

.h26v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .72rem;
    color: var(--orange-dark);
    background: var(--orange-soft);
    border: 1px solid var(--orange-tint);
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}
.h26v2-eyebrow::before {
    content: "\f0e7"; /* fa-bolt: icona premium al posto del pallino */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: .82em;
    line-height: 1;
    color: var(--orange);
    -webkit-font-smoothing: antialiased;
}

.h26v2-h2 { font-size: clamp(1.85rem, 4vw, 2.95rem); max-width: 20ch; }
.h26v2-lead { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.2rem); max-width: 56ch; }

/* ---------- Reveal animation ---------- */
.h26v2 [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}
.h26v2 [data-reveal].is-in { opacity: 1; transform: none; }
.h26v2 [data-reveal][data-delay="1"] { transition-delay: .08s; }
.h26v2 [data-reveal][data-delay="2"] { transition-delay: .16s; }
.h26v2 [data-reveal][data-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
    .h26v2 [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Buttons ---------- */
.h26v2 .h26v2-btn,
.h26v2 a.h26v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6em;
    font-family: var(--font);
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: -.01em;
    text-decoration: none;
    padding: 17px 30px;
    border-radius: 14px;
    background: var(--orange);
    color: #fff;
    border: 0;
    box-shadow: var(--shadow-orange);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor: pointer;
}
.h26v2 .h26v2-btn:hover {
    background: var(--orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(234, 88, 12, .34);
    color: #fff;
}
.h26v2 .h26v2-btn::after {
    content: "\2192";
    font-weight: 600;
    transition: transform .2s ease;
}
.h26v2 .h26v2-btn:hover::after { transform: translateX(4px); }

/* =====================================================================
   HERO
   ===================================================================== */
.h26v2-hero {
    position: relative;
    padding: clamp(32px, 5vw, 64px) 0 clamp(56px, 7vw, 88px);
    background:
        radial-gradient(70% 80% at 88% 6%, rgba(234, 88, 12, .10), transparent 55%),
        radial-gradient(60% 70% at 4% 100%, rgba(234, 88, 12, .05), transparent 60%),
        var(--cream);
    overflow: hidden;
}
.h26v2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(234, 88, 12, .10) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: radial-gradient(70% 60% at 70% 14%, #000 0%, transparent 70%);
            mask-image: radial-gradient(70% 60% at 70% 14%, #000 0%, transparent 70%);
    opacity: .55;
    pointer-events: none;
}
.h26v2-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}
.h26v2-kicker {
    display: inline-block;
    font-weight: 600;
    font-size: .82rem;
    letter-spacing: .01em;
    color: var(--orange-dark);
    background: var(--white);
    border: 1px solid var(--line-strong);
    box-shadow: var(--shadow-sm);
    padding: 9px 18px;
    border-radius: 999px;
    margin-bottom: 26px;
}
.h26v2-hero h1 {
    font-size: clamp(2.35rem, 5.6vw, 4.2rem);
    font-weight: 900;
    margin-bottom: 22px;
}
.h26v2-hero h1 .accent { color: var(--orange); }
.h26v2-hero-sub {
    font-size: clamp(1.08rem, 1.7vw, 1.3rem);
    color: var(--muted);
    max-width: 46ch;
    margin-bottom: 34px;
}
.h26v2-hero-sub b { color: var(--ink); font-weight: 700; }
.h26v2-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; }
.h26v2-hero-actions .note {
    color: var(--muted-2);
    font-size: .92rem;
    max-width: 26ch;
    line-height: 1.45;
}

.h26v2-proofbar { margin-top: 48px; }
.h26v2-proofbar span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .68rem;
    font-weight: 700;
    color: var(--muted-2);
    margin-bottom: 14px;
}
.h26v2-proofbar img {
    max-width: 440px;
    width: 100%;
    height: auto;
    opacity: .72;
    filter: grayscale(1);
    mix-blend-mode: multiply;
}

/* hero side proof card */
.h26v2-hero-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-lg);
    padding: 34px 32px 28px;
}
.h26v2-hero-card .badge {
    position: absolute;
    top: -16px;
    left: 30px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: var(--shadow-orange);
}
.h26v2-hero-card .stars { color: var(--orange); font-size: .95rem; margin: 8px 0 14px; letter-spacing: 2px; }
.h26v2-hero-card blockquote {
    margin: 0 0 20px;
    font-size: 1.14rem;
    line-height: 1.55;
    color: var(--ink-soft);
    font-weight: 500;
}
.h26v2-hero-card .who { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.h26v2-hero-card .who .av {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1rem;
    flex: none;
}
.h26v2-hero-card .who b { display: block; font-size: .95rem; }
.h26v2-hero-card .who span { font-size: .82rem; color: var(--muted); }

/* =====================================================================
   TRIPTYCH (risultato / team / metodo) + founder intro
   ===================================================================== */
.h26v2-trip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 56px; }
.h26v2-trip article {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 32px 28px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.h26v2-trip article:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--line-strong);
}
.h26v2-trip .num {
    display: inline-grid;
    place-items: center;
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--orange-soft);
    color: var(--orange-dark);
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 16px;
}
.h26v2-trip h3 { font-size: 1.3rem; margin-bottom: 10px; }
.h26v2-trip p { color: var(--muted); font-size: 1rem; }

.h26v2-founder-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.h26v2-founder-intro .lede { font-size: 1.18rem; line-height: 1.6; color: var(--ink-soft); }
.h26v2-founder-intro .lede .sig { color: var(--orange-dark); font-weight: 800; }
.h26v2-areas { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.h26v2-areas li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 18px;
    color: var(--muted);
    font-size: .98rem;
    box-shadow: var(--shadow-sm);
}
.h26v2-areas li i { color: var(--green); font-size: 1rem; margin-top: 4px; flex: none; }
.h26v2-areas li b { color: var(--ink); font-weight: 700; }

/* =====================================================================
   SIGNALS
   ===================================================================== */
.h26v2-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.h26v2-signal-list { display: grid; gap: 14px; }
.h26v2-signal-list .sig {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 22px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
}
.h26v2-signal-list .sig:hover { transform: translateX(3px); box-shadow: var(--shadow-md); }
.h26v2-signal-list .sig i { color: var(--orange); font-size: 1.05rem; margin-top: 4px; flex: none; }
.h26v2-signal-list .sig.is-hot {
    border-color: var(--orange-tint);
    background: linear-gradient(180deg, var(--orange-soft), var(--white));
    box-shadow: var(--shadow-md);
}
.h26v2-signal-list .sig p { font-size: 1rem; color: var(--ink-soft); }

.h26v2-callout {
    margin-top: 38px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid var(--line-strong);
    border-left: 4px solid var(--orange);
    border-radius: var(--radius);
    background: var(--white);
    padding: 28px 30px;
    box-shadow: var(--shadow-md);
}
.h26v2-callout .ic {
    width: 46px; height: 46px;
    border-radius: 12px;
    background: var(--orange-soft);
    color: var(--orange-dark);
    display: grid; place-items: center;
    font-size: 1.2rem;
    flex: none;
}
.h26v2-callout b { font-size: 1.18rem; display: block; margin-bottom: 8px; }
.h26v2-callout p { color: var(--muted); }

/* =====================================================================
   OBJECTIONS / comparison
   ===================================================================== */
.h26v2-stat-row { display: flex; flex-wrap: wrap; gap: 16px; margin: 30px 0 44px; }
.h26v2-stat-pill {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}
.h26v2-stat-pill b { font-size: 2.1rem; font-weight: 900; color: var(--orange); display: block; line-height: 1; margin-bottom: 8px; letter-spacing: -.03em; }
.h26v2-stat-pill span { color: var(--muted); font-size: .9rem; }
.h26v2-cmp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.h26v2-cmp .col {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}
.h26v2-cmp .col h3 { font-size: 1.12rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.h26v2-cmp .col h3 i { color: var(--muted-2); }
.h26v2-cmp .col p { color: var(--muted); font-size: .92rem; }
.h26v2-cmp .col.win {
    border-color: var(--orange);
    background: linear-gradient(180deg, var(--orange-soft), var(--white));
    box-shadow: var(--shadow-md);
}
.h26v2-cmp .col.win h3 { color: var(--orange-dark); }
.h26v2-cmp .col.win h3 i { color: var(--green); }
.h26v2-cmp .col.win .tag {
    position: absolute;
    top: -12px; right: 20px;
    background: var(--green);
    color: #fff;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
}

/* =====================================================================
   METHOD pillars + IT box
   ===================================================================== */
.h26v2-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.h26v2-pillars article {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 34px 30px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.h26v2-pillars article:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.h26v2-pillars .num {
    display: inline-grid;
    place-items: center;
    width: 48px; height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: var(--shadow-orange);
    margin-bottom: 18px;
}
.h26v2-pillars h3 { font-size: 1.3rem; margin-bottom: 12px; }
.h26v2-pillars p { color: var(--muted); font-size: .98rem; }

.h26v2-itbox {
    margin-top: 40px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--cream-2);
    box-shadow: var(--shadow-sm);
}
.h26v2-itbox-head { padding: 32px 32px 22px; }
.h26v2-itbox-head b { font-size: 1.4rem; display: block; }
.h26v2-itbox-head p { color: var(--muted); margin-top: 10px; max-width: 72ch; }
.h26v2-itbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.h26v2-itbox-grid > div {
    padding: 26px 30px 32px;
    border-top: 1px solid var(--line-strong);
    border-left: 1px solid var(--line-strong);
}
.h26v2-itbox-grid > div:first-child { border-left: 0; }
.h26v2-itbox-grid h4 { color: var(--orange-dark); font-size: 1.05rem; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.h26v2-itbox-grid h4 i { color: var(--green); font-size: .95rem; }
.h26v2-itbox-grid p { color: var(--muted); font-size: .92rem; }

/* =====================================================================
   QUOTE wide
   ===================================================================== */
.h26v2-quote {
    text-align: center;
    max-width: 62ch;
    margin: 60px auto 0;
}
.h26v2-quote .mk { color: var(--orange); font-size: 2.6rem; line-height: 1; font-weight: 900; }
.h26v2-quote blockquote {
    font-weight: 700;
    font-size: clamp(1.3rem, 2.4vw, 1.85rem);
    line-height: 1.35;
    letter-spacing: -.02em;
    color: var(--ink);
    margin: 6px 0 18px;
}
.h26v2-quote cite { color: var(--muted); font-style: normal; font-size: .95rem; }
.h26v2-quote cite b { color: var(--ink); }

/* =====================================================================
   PROOF metrics
   ===================================================================== */
.h26v2-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.h26v2-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.h26v2-metrics div {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}
.h26v2-metrics b { font-size: 2.6rem; font-weight: 900; color: var(--ink); display: block; line-height: 1; letter-spacing: -.03em; margin-bottom: 8px; }
.h26v2-metrics b.acc { color: var(--orange); }
.h26v2-metrics span { color: var(--muted); font-size: .9rem; }
.h26v2-results h2 { margin-bottom: 24px; }
.h26v2-results ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 0; }
.h26v2-results li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.05rem;
    color: var(--ink-soft);
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
}
.h26v2-results li i { color: var(--green); font-size: 1rem; flex: none; }
.h26v2-results li span { font-weight: 900; font-size: 1.5rem; color: var(--orange); min-width: 4.5ch; letter-spacing: -.02em; }
.h26v2-results .fine { color: var(--muted-2); font-size: .85rem; line-height: 1.5; }

/* =====================================================================
   FOUNDER
   ===================================================================== */
.h26v2-founder { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 5vw, 66px); align-items: center; }
.h26v2-founder-photo {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
}
.h26v2-founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.h26v2-founder-body h2 { margin-bottom: 20px; }
.h26v2-founder-body p { color: var(--muted); margin-bottom: 16px; }
.h26v2-founder-body p b { color: var(--ink); font-weight: 700; }
.h26v2-founder-mini {
    border-left: 3px solid var(--orange);
    background: var(--cream);
    border-radius: 0 14px 14px 0;
    padding: 16px 20px;
    margin-top: 28px;
    color: var(--ink-soft);
    font-style: italic;
}
.h26v2-founder-mini span { display: block; font-style: normal; color: var(--muted); font-size: .88rem; margin-top: 10px; }

/* =====================================================================
   PROCESS timeline
   ===================================================================== */
.h26v2-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; padding: 0; margin: 0; }
.h26v2-steps li {
    list-style: none;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}
.h26v2-steps li:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.h26v2-steps li::before {
    counter-increment: step;
    content: "0" counter(step);
    display: inline-grid;
    place-items: center;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange-dark);
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 16px;
}
.h26v2-steps b { display: block; font-size: 1.08rem; margin-bottom: 8px; }
.h26v2-steps span { color: var(--muted); font-size: .92rem; }

/* =====================================================================
   FAQ
   ===================================================================== */
.h26v2-faq-list { display: grid; gap: 12px; }
.h26v2-faq-list details {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    padding: 4px 24px;
    box-shadow: var(--shadow-sm);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.h26v2-faq-list details[open] { border-color: var(--orange-tint); box-shadow: var(--shadow-md); }
.h26v2-faq-list summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.06rem;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: var(--ink);
}
.h26v2-faq-list summary::-webkit-details-marker { display: none; }
.h26v2-faq-list summary::after {
    content: "+";
    color: var(--orange);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    transition: transform .2s ease;
    flex: none;
}
.h26v2-faq-list details[open] summary::after { transform: rotate(45deg); }
.h26v2-faq-list details p { color: var(--muted); padding: 0 0 20px; }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.h26v2-final {
    position: relative;
    text-align: center;
    background:
        radial-gradient(60% 110% at 50% 0%, rgba(234, 88, 12, .12), transparent 62%),
        var(--cream);
    border-top: 1px solid var(--line);
}
.h26v2-final h2 { font-size: clamp(1.95rem, 4.4vw, 3rem); max-width: 24ch; margin: 0 auto 22px; }
.h26v2-final p { color: var(--muted); max-width: 58ch; margin: 0 auto 32px; font-size: 1.1rem; }
.h26v2-final small { display: block; margin-top: 22px; color: var(--muted-2); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
    .h26v2-hero-grid,
    .h26v2-founder-intro,
    .h26v2-split,
    .h26v2-proof-grid,
    .h26v2-founder { grid-template-columns: 1fr; }
    .h26v2-trip,
    .h26v2-cmp,
    .h26v2-pillars,
    .h26v2-steps,
    .h26v2-itbox-grid { grid-template-columns: 1fr 1fr; }
    .h26v2-itbox-grid > div:nth-child(odd) { border-left: 0; }
    .h26v2-founder-photo { max-height: 480px; }
}
@media (max-width: 620px) {
    .h26v2 { font-size: 17px; }
    .h26v2-trip,
    .h26v2-cmp,
    .h26v2-pillars,
    .h26v2-steps,
    .h26v2-itbox-grid,
    .h26v2-metrics { grid-template-columns: 1fr; }
    .h26v2-itbox-grid > div { border-left: 0; }
    .h26v2-hero-actions { flex-direction: column; align-items: stretch; }
    .h26v2-hero-actions .h26v2-btn { width: 100%; }
    .h26v2-hero-actions .note { text-align: center; max-width: none; }
    .h26v2-callout { flex-direction: column; gap: 14px; }
}

/* ---------------------------------------------------------------
   Override: neutralizza il pill globale ".content ol li > b/strong:first-of-type"
   del layout, che altrimenti sovrascrive i titoli delle liste della home.
   --------------------------------------------------------------- */
.h26v2 ol li > b:first-of-type,
.h26v2 ol li > strong:first-of-type {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: inherit !important;
    /* Il pill globale forzava display:inline-block + font-size:20px, attaccando il
       titolo al testo successivo ("Autonomia totaleIl...") con un font fuori scala.
       Ripristiniamo un titolo a blocco con la tipografia della pagina. */
    display: block !important;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    margin: 0 0 8px !important;
    line-height: 1.25 !important;
}

/* ---------------------------------------------------------------
   Override <mark>: la regola globale del layout impone
   background-color giallo chiaro che rende il testo illeggibile.
   Lo annulliamo: enfasi con testo arancio brand, niente blocco.
   --------------------------------------------------------------- */
.h26v2 mark {
    background: none !important;
    background-color: transparent !important;
    color: #c2410c !important;
    padding: 0 !important;
    font-weight: 800;
}

/* =====================================================================
   V2 OVERRIDES: above-the-fold DARK (come la home) + foto + testimonial
   ===================================================================== */
.h26v2-hero.h26v2-hero-dark {
    padding: clamp(18px, 3vw, 40px) 0 clamp(40px, 5vw, 64px);
    background:
        radial-gradient(70% 80% at 86% 2%, rgba(234, 88, 12, .22), transparent 55%),
        radial-gradient(60% 70% at 4% 100%, rgba(234, 88, 12, .10), transparent 60%),
        #0b0b0d;
    color: #f5f5f4;
}
.h26v2-hero-dark::before {
    background-image: radial-gradient(circle, rgba(255, 255, 255, .06) 1px, transparent 1px);
    opacity: 1;
}
.h26v2-hero-dark h1 { color: #fff; }
.h26v2-hero-dark h1 .accent { color: #fb923c; }
.h26v2-hero-dark .h26v2-hero-sub { color: #d4d4d4; }
.h26v2-hero-dark .h26v2-hero-sub b { color: #fff; }
.h26v2-hero-dark .h26v2-kicker {
    color: #fdba74;
    background: rgba(234, 88, 12, .12);
    border-color: rgba(234, 88, 12, .38);
    box-shadow: none;
}

/* foto di Matteo nell'hero (come la home) */
.h26v2-hero-photo {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.h26v2-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* blocco "30 minuti / Hanno scelto / loghi" centrato e ben visibile */
.h26v2-hero-proof {
    position: relative;
    margin-top: clamp(32px, 4vw, 52px);
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    text-align: center;
}
.h26v2-hero-proof .note {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    margin: 0 auto 20px;
    max-width: 40ch;
}
.h26v2-hero-proof .label {
    display: block;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .7rem;
    font-weight: 700;
    color: #a3a3a3;
    margin-bottom: 18px;
}
.h26v2-hero-proof img {
    display: block;
    max-width: 480px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    filter: brightness(0) invert(1) opacity(.85);
}

/* testimonianza Minella prima dell'H2 (con foto) */
.h26v2-feature-quote {
    display: flex;
    gap: 26px;
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 4px solid var(--orange);
    border-radius: var(--radius-lg);
    padding: 28px 34px;
    box-shadow: var(--shadow-md);
    margin-bottom: 44px;
    max-width: 960px;
}
.h26v2-feature-quote .ph {
    width: 96px; height: 96px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    border: 3px solid var(--orange-tint);
}
.h26v2-feature-quote .stars { color: var(--orange); letter-spacing: 2px; font-size: .9rem; margin-bottom: 10px; }
.h26v2-feature-quote blockquote { font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.5; font-weight: 500; color: var(--ink-soft); margin: 0 0 12px; }
.h26v2-feature-quote cite { font-style: normal; color: var(--muted); font-size: .92rem; }
.h26v2-feature-quote cite b { color: var(--ink); font-weight: 800; }

/* intro founder su più righe */
.h26v2-founder-intro .lede p { margin-bottom: .85em; }
.h26v2-founder-intro .lede p:last-child { margin-bottom: 0; }

/* foto testimonial nella quote del metodo (Mariotti) */
.h26v2-quote cite { display: inline-flex; align-items: center; gap: 12px; }
.h26v2-quote cite .ph {
    width: 96px; height: 96px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    border: 3px solid var(--orange-tint);
}

/* foto testimonial nel mini-quote founder (Sordo) */
.h26v2-founder-mini .who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.h26v2-founder-mini .who img {
    width: 96px; height: 96px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    border: 3px solid var(--orange-tint);
}
.h26v2-founder-mini .who span { margin-top: 0; }

@media (max-width: 980px) {
    .h26v2-hero-photo { max-height: 420px; }
    .h26v2-feature-quote { flex-direction: column; text-align: center; align-items: center; }
    .h26v2-quote cite { flex-direction: column; gap: 8px; }
}

/* ---------------------------------------------------------------
   Sticky CTA piu' grande e leggibile (scoped: questo CSS e' caricato
   solo sulle pagine 052026, quindi non tocca il resto del sito).
   --------------------------------------------------------------- */
.sticky-cta-bar { padding: 1rem 1rem; }
.sticky-cta-inner { gap: 1.4rem; }
.sticky-cta-left strong { font-size: 1.12rem; font-weight: 700; }
.sticky-cta-left span { font-size: 0.95rem; }
.sticky-cta-button { font-size: 1.12rem; padding: 16px 32px; border-radius: 12px; }
body.has-sticky-cta { padding-bottom: 80px; }

/* =====================================================================
   V2 OVERRIDES #2: hero con foto della home, loghi a colori,
   header di sezione centrati, ritratto founder con trattamento brand
   ===================================================================== */

/* --- HERO: stessa foto della home (sfondo full-bleed, testo a sinistra) --- */
.h26v2-hero.h26v2-hero-dark.h26v2-hero-photo-bg {
    background-image:
        linear-gradient(90deg, rgba(8,8,10,.97) 0%, rgba(8,8,10,.94) 34%, rgba(8,8,10,.72) 54%, rgba(8,8,10,.34) 70%, rgba(8,8,10,.05) 100%),
        url("/content/images/background/home-hero.webp");
    background-position: center center, right -40px center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-color: #08080a;
}
.h26v2-hero-photo-bg::before { display: none; }
.h26v2-hero-photo-bg .h26v2-wrap { display: flex; align-items: center; min-height: 540px; }
.h26v2-hero-photo-bg .h26v2-hero-copy { max-width: 660px; }
.h26v2-hero-photo-bg .h26v2-hero-proof {
    text-align: left;
    margin-top: clamp(26px, 3vw, 40px);
    padding-top: 26px;
}
.h26v2-hero-photo-bg .h26v2-hero-proof .note { margin-left: 0; margin-right: 0; max-width: 40ch; }
.h26v2-hero-photo-bg .h26v2-hero-proof .label { color: #cbd5e1; }
/* loghi A COLORI su pill chiara (l'immagine ha gia' sfondo chiaro) */
.h26v2-hero-photo-bg .h26v2-hero-proof img {
    filter: none;
    background: #fbf7ef;
    padding: 9px 16px;
    border-radius: 12px;
    margin: 0;
    max-width: 440px;
    box-shadow: 0 12px 30px rgba(0,0,0,.4);
}

@media (max-width: 900px) {
    .h26v2-hero.h26v2-hero-dark.h26v2-hero-photo-bg {
        background-image:
            linear-gradient(180deg, rgba(8,8,10,.84) 0%, rgba(8,8,10,.92) 58%, rgba(8,8,10,.97) 100%),
            url("/content/images/background/home-hero.webp");
        background-position: center center, right -110px top;
    }
    .h26v2-hero-photo-bg .h26v2-wrap { min-height: 440px; }
}

/* --- HEADER DI SEZIONE CENTRATI (label + titolo) --- */
.h26v2-sec-center > .h26v2-wrap > .h26v2-eyebrow {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.h26v2-sec-center > .h26v2-wrap > .h26v2-h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* statistiche 79% / <10% centrate */
.h26v2-stat-row { justify-content: center; }

/* testimonianza Minella centrata e ben visibile */
.h26v2-feature-quote {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    gap: 18px;
}

/* --- RITRATTO FOUNDER ("Sono Matteo Migliore") con trattamento brand --- */
.h26v2-founder-intro { grid-template-columns: .82fr 1.18fr; align-items: center; gap: 44px; }
.h26v2-founder-intro-photo {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 30px 70px rgba(0,0,0,.20);
    background: #0b0b0d;
}
.h26v2-founder-intro-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 16%;
    display: block;
    filter: contrast(1.02) saturate(1.03);
}
.h26v2-founder-intro-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(11,11,13,.30) 0%, rgba(11,11,13,0) 34%);
    z-index: 1;
}
.h26v2-founder-intro-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 0 70px rgba(234,88,12,.14);
    z-index: 2;
}

@media (max-width: 980px) {
    .h26v2-founder-intro { grid-template-columns: 1fr; }
    .h26v2-founder-intro-photo { aspect-ratio: 16 / 10; max-width: 520px; margin-inline: auto; }
}

/* =====================================================================
   V2 OVERRIDES #3: header sezioni a 2 colonne centrati + CTA finale a card
   ===================================================================== */

/* lead centrato sotto un header centrato */
.h26v2-lead-c { max-width: 62ch; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: clamp(34px, 4vw, 48px); }

/* SEGNALI: header sopra, lista in griglia 2 colonne (item allineati a sx) */
.h26v2-signal-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.h26v2-signal-grid .sig.is-hot { grid-column: 1 / -1; }
@media (max-width: 760px) { .h26v2-signal-grid { grid-template-columns: 1fr; } }

/* FAQ: header sopra, accordion in colonna centrata */
.h26v2-faq-center { max-width: 840px; margin-left: auto; margin-right: auto; text-align: left; }

/* =====================================================================
   CTA FINALE A CARD (come la home, con icone premium)
   ===================================================================== */
.h26v2-final-card {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(34px, 5vw, 64px) clamp(24px, 4vw, 56px);
    border-radius: 24px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(80% 120% at 85% 0%, rgba(234, 88, 12, .35), transparent 55%),
        radial-gradient(70% 100% at 5% 100%, rgba(234, 88, 12, .18), transparent 60%),
        #0b0b0d;
    box-shadow: 0 40px 90px rgba(0, 0, 0, .35);
}
.h26v2-final-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .82rem;
    color: #ffe7d1;
    background: rgba(234, 88, 12, .28);
    border: 1px solid rgba(253, 186, 116, .6);
    padding: 8px 18px;
    border-radius: 999px;
    margin: 0 auto 20px;
}
.h26v2-final-eyebrow::before {
    content: "\f0e7"; /* fa-bolt, coerente con le altre label */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: .9em;
    line-height: 1;
    color: #fdba74;
}
.h26v2-final-card h2 {
    color: #fff !important;
    font-size: clamp(1.85rem, 4vw, 2.8rem);
    max-width: 22ch;
    margin: 0 auto 18px;
    line-height: 1.12;
}
.h26v2-final-lead {
    color: rgba(255, 255, 255, .9) !important;
    max-width: 62ch;
    margin: 0 auto;
    font-size: 1.12rem;
}
.h26v2-final-lead strong { color: #fff; }

.h26v2-cta-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: clamp(30px, 4vw, 46px) 0;
    text-align: center;
}
.h26v2-cta-benefit {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    padding: 28px 20px 24px;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.h26v2-cta-benefit:hover {
    transform: translateY(-4px);
    border-color: rgba(234, 88, 12, .45);
    background: rgba(255, 255, 255, .07);
}
/* icona premium: badge circolare con gradiente arancio e glow */
.h26v2-cta-benefit .ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: linear-gradient(140deg, #ff9a4d 0%, #f46300 55%, #ea580c 100%);
    box-shadow: 0 12px 30px rgba(234, 88, 12, .45), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.h26v2-cta-benefit .ic i { font-size: 1.5rem; color: #fff; }
.h26v2-cta-benefit strong {
    display: block;
    font-size: 1.08rem;
    color: #fff;
    margin-bottom: 6px;
}
.h26v2-cta-benefit small {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
    line-height: 1.45;
}

/* bottone XL */
.h26v2-btn.h26v2-btn-xl {
    font-size: 1.2rem;
    padding: 18px 40px;
    border-radius: 14px;
}
.h26v2-final-note {
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .7) !important;
    font-size: .9rem;
}
.h26v2-final-note i { color: #fdba74; margin-right: 6px; }

@media (max-width: 760px) {
    .h26v2-cta-benefits { grid-template-columns: 1fr; }
}

/* Form lead incorporato nella card CTA finale: pannello chiaro sul fondo scuro
   (il form e' stilizzato da lead-form.css; qui solo il contenitore). */
.h26v2-final-form {
    max-width: 580px;
    margin: clamp(26px, 4vw, 40px) auto 4px;
    background: #ffffff;
    border-radius: 18px;
    padding: clamp(20px, 3vw, 30px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .4);
    text-align: left;
}
.h26v2-final-form .lead-form { margin: 0; }

/* Fix centratura: ".h26v2 p { margin:0 }" (piu' specifico) batteva il margin:auto
   dei sottotitoli centrati, lasciando il blocco a sinistra. E il titolo della card
   finale ereditava text-align:left da una regola globale. Forziamo qui. */
.h26v2 .h26v2-lead-c {
    margin-left: auto !important;
    margin-right: auto !important;
}
.h26v2-final-card h2 { text-align: center; }
.h26v2-final-card .h26v2-final-lead {
    margin-left: auto;
    margin-right: auto;
}
