/* =====================================================================
   HOME 052026 - V3 "FOUNDER AUTHORITY EDITORIALE"
   Estetica: rivista / editoriale premium, su carta chiara.
   Palette: carta #faf8f4 + bianco #fff, inchiostro #111, muted #555,
            accento arancio #f46300 / #ff6800, nero dominante sui titoli.
   Font: Fraunces (serif display) per heading + Inter per il corpo.
   Namespace: .h26v3 - ogni selettore inizia con .h26v3
   ===================================================================== */

.h26v3 {
    --paper: #faf8f4;
    --paper-2: #f3efe7;
    --white: #ffffff;
    --ink: #111111;
    --ink-soft: #2a2724;
    --muted: #555555;
    --muted-2: #8a857d;
    --line: rgba(17, 17, 17, .14);
    --line-soft: rgba(17, 17, 17, .08);
    --orange: #f46300;
    --orange-2: #ff6800;
    --orange-ink: #b34700;
    --ink-bg: #131210;
    --ink-bg-card: #1c1a17;
    --font-head: "Fraunces", Georgia, "Times New Roman", serif;
    --font-body: "Inter", "Segoe UI", Arial, sans-serif;

    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}

.h26v3 *,
.h26v3 *::before,
.h26v3 *::after { box-sizing: border-box; }

.h26v3 h1,
.h26v3 h2,
.h26v3 h3,
.h26v3 h4 {
    font-family: var(--font-head);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -.015em;
    margin: 0;
    color: var(--ink);
    font-optical-sizing: auto;
}

.h26v3 p { margin: 0; }
.h26v3 b,
.h26v3 strong { font-weight: 700; color: var(--ink); }
.h26v3 em { font-style: italic; }

/* arancio: sottolineatura editoriale elegante (non un fluo) */
.h26v3 mark {
    background: transparent;
    color: var(--ink);
    padding: 0;
    box-shadow: inset 0 -.46em 0 rgba(244, 99, 0, .22);
}

.h26v3-wrap { width: min(1200px, 90vw); margin-inline: auto; }
.h26v3-section { position: relative; padding: clamp(64px, 9vw, 138px) 0; }

/* ---------- Kicker / occhiello in maiuscoletto, tracking ampio ---------- */
.h26v3-eyebrow,
.h26v3-overline {
    font-family: var(--font-body);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: .7rem;
    color: var(--orange-ink);
    margin: 0 0 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
/* filetto orizzontale sottile accanto all'occhiello */
.h26v3-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--orange);
}

.h26v3-h2 {
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    max-width: 19ch;
    margin: 0;
}
.h26v3-head { max-width: 880px; margin-bottom: clamp(40px, 5vw, 64px); }

.h26v3-lead {
    color: var(--muted);
    font-size: clamp(1.06rem, 1.5vw, 1.24rem);
    max-width: 56ch;
    line-height: 1.62;
}
.h26v3-lead--wide { max-width: 74ch; margin: 36px 0 52px; font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-soft); }

/* drop cap editoriale */
.h26v3-cap {
    float: left;
    font-family: var(--font-head);
    font-weight: 900;
    color: var(--orange);
    font-size: 4.6em;
    line-height: .78;
    padding: 6px 14px 0 0;
    margin-top: 4px;
}

/* ---------- Reveal animation ---------- */
.h26v3 [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}
.h26v3 [data-reveal].is-in { opacity: 1; transform: none; }
.h26v3 [data-reveal][data-delay="1"] { transition-delay: .09s; }
.h26v3 [data-reveal][data-delay="2"] { transition-delay: .18s; }
.h26v3 [data-reveal][data-delay="3"] { transition-delay: .27s; }
@media (prefers-reduced-motion: reduce) {
    .h26v3 [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Buttons ---------- */
.h26v3 .h26v3-btn,
.h26v3 a.h26v3-btn {
    display: inline-flex;
    align-items: center;
    gap: .65em;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: -.005em;
    text-decoration: none;
    padding: 17px 32px;
    border-radius: 2px;
    background: var(--ink);
    color: var(--paper);
    border: 1px solid var(--ink);
    transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
    cursor: pointer;
}
.h26v3 .h26v3-btn::after {
    content: "\2192";
    font-weight: 600;
    transition: transform .22s ease;
}
.h26v3 .h26v3-btn:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: #1a0c00;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(244, 99, 0, .26);
}
.h26v3 .h26v3-btn:hover::after { transform: translateX(5px); }

/* fondi alternati per ritmo editoriale */
.h26v3-paper { background: var(--white); border-block: 1px solid var(--line-soft); }
.h26v3-ink {
    background: var(--ink-bg);
    color: #efece6;
    border-block: 1px solid #000;
}
.h26v3-ink .h26v3-h2 { color: #fff; }
.h26v3-ink .h26v3-eyebrow { color: var(--orange-2); }
.h26v3-ink .h26v3-eyebrow::before { background: var(--orange-2); }
.h26v3-ink mark { color: #fff; box-shadow: inset 0 -.46em 0 rgba(255, 104, 0, .42); }
.h26v3-ink .h26v3-lead,
.h26v3-ink .h26v3-lead--wide { color: #c7c2b9; }

/* =====================================================================
   HERO - titolo a fianco della foto autore (layout asimmetrico)
   ===================================================================== */
.h26v3-hero {
    position: relative;
    padding: clamp(36px, 5vw, 68px) 0 clamp(56px, 8vw, 104px);
    background: var(--paper);
    overflow: hidden;
}
/* filetto editoriale superiore */
.h26v3-hero::before {
    content: "";
    position: absolute;
    top: clamp(116px, 15vw, 168px);
    left: 0; right: 0;
    height: 1px;
    background: var(--line);
    opacity: .55;
}
.h26v3-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: clamp(36px, 5vw, 76px);
    align-items: start;
}
.h26v3-kicker {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--orange-ink);
    padding-bottom: 14px;
    border-bottom: 2px solid var(--orange);
    margin-bottom: 30px;
}
.h26v3-hero h1 {
    font-size: clamp(2.6rem, 6.4vw, 5rem);
    line-height: .98;
    letter-spacing: -.025em;
    margin-bottom: 26px;
}
.h26v3-hero h1 em {
    color: var(--orange);
    font-style: italic;
    font-weight: 600;
}
.h26v3-hero-sub {
    font-size: clamp(1.12rem, 1.8vw, 1.4rem);
    color: var(--muted);
    max-width: 44ch;
    margin-bottom: 36px;
    line-height: 1.5;
}
.h26v3-hero-sub b { color: var(--ink); font-weight: 700; }
.h26v3-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.h26v3-hero-actions .note { color: var(--muted-2); font-size: .92rem; max-width: 24ch; line-height: 1.45; }

.h26v3-proofbar { margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line); }
.h26v3-overline { display: block; margin-bottom: 16px; color: var(--muted-2); }
.h26v3-proofbar img {
    max-width: 440px;
    width: 100%;
    height: auto;
    filter: grayscale(1) opacity(.62);
    transition: filter .3s ease;
}
.h26v3-proofbar img:hover { filter: grayscale(0) opacity(1); }

/* aside: foto autore editoriale + citazione */
.h26v3-hero-aside { position: relative; }
.h26v3-hero-photo {
    position: relative;
    margin: 0;
    border: 1px solid var(--line);
    background: var(--white);
    padding: 12px 12px 0;
    box-shadow: 0 30px 70px rgba(17, 17, 17, .14);
}
.h26v3-hero-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: grayscale(1) contrast(1.02);
}
.h26v3-hero-photo figcaption {
    padding: 16px 6px 18px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.18rem;
    line-height: 1.1;
    border-top: 2px solid var(--ink);
    margin-top: 12px;
}
.h26v3-hero-photo figcaption span {
    display: block;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: .8rem;
    letter-spacing: .04em;
    color: var(--muted);
    margin-top: 6px;
    text-transform: uppercase;
}
.h26v3-hero-quote {
    margin: 22px 0 0;
    padding-left: 20px;
    border-left: 3px solid var(--orange);
}
.h26v3-hero-quote p {
    font-family: var(--font-head);
    font-weight: 500;
    font-style: italic;
    font-size: 1.06rem;
    line-height: 1.45;
    color: var(--ink-soft);
}
.h26v3-hero-quote cite {
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-size: .82rem;
    color: var(--muted);
}
.h26v3-hero-quote cite b { display: block; color: var(--ink); font-size: .92rem; }

/* =====================================================================
   PUNTO ECONOMICO triptych + founder intro
   ===================================================================== */
.h26v3-trip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 2px solid var(--ink);
    margin-bottom: clamp(54px, 7vw, 84px);
}
.h26v3-trip article {
    padding: 34px 32px 34px 0;
    border-left: 1px solid var(--line);
    padding-left: 32px;
    transition: background .25s ease;
}
.h26v3-trip article:first-child { border-left: 0; padding-left: 0; }
.h26v3-trip article:hover { background: var(--paper-2); }
.h26v3-trip .num {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 2.6rem;
    color: var(--orange);
    line-height: 1;
    display: block;
}
.h26v3-trip h3 { font-size: 1.34rem; margin: 16px 0 12px; }
.h26v3-trip p { color: var(--muted); font-size: 1rem; }

.h26v3-founder-intro {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(40px, 5vw, 64px);
    align-items: start;
    padding-top: clamp(40px, 5vw, 60px);
    border-top: 1px solid var(--line);
}
.h26v3-dropcap {
    font-size: clamp(1.16rem, 1.7vw, 1.34rem);
    line-height: 1.6;
    color: var(--ink-soft);
}
.h26v3-areas { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.h26v3-areas li {
    padding: 16px 0;
    border-bottom: 1px solid var(--line-soft);
    color: var(--muted);
    font-size: .98rem;
    position: relative;
    padding-left: 26px;
}
.h26v3-areas li:first-child { border-top: 1px solid var(--line-soft); }
.h26v3-areas li::before {
    content: "";
    position: absolute;
    left: 0; top: 24px;
    width: 9px; height: 9px;
    background: var(--orange);
    border-radius: 50%;
}
.h26v3-areas li b { color: var(--ink); display: block; }

/* =====================================================================
   SIGNALS - lista numerata editoriale
   ===================================================================== */
.h26v3-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(34px, 5vw, 76px);
    align-items: start;
}
.h26v3-split-aside { position: sticky; top: 110px; }
.h26v3-signal-list { list-style: none; padding: 0; margin: 0; display: grid; }
.h26v3-signal-list li {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 24px 4px;
    border-top: 1px solid var(--line);
}
.h26v3-signal-list li:last-child { border-bottom: 1px solid var(--line); }
.h26v3-signal-list .sig-n {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 1.7rem;
    line-height: 1;
    color: var(--orange);
    flex: none;
    min-width: 1.4ch;
}
.h26v3-signal-list li p { font-size: 1.06rem; color: var(--ink-soft); line-height: 1.5; }
.h26v3-signal-list li.is-hot {
    background: linear-gradient(180deg, rgba(244, 99, 0, .07), transparent);
    margin: 6px -20px 0;
    padding: 26px 20px;
    border-top: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
}
.h26v3-signal-list li.is-hot .sig-n { color: var(--orange); }
.h26v3-signal-list li.is-hot p { color: var(--ink); font-weight: 500; }

.h26v3-callout {
    margin-top: clamp(40px, 5vw, 60px);
    border-left: 4px solid var(--orange);
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 4px solid var(--orange);
    padding: 30px 34px;
}
.h26v3-callout b {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.32rem;
    display: block;
    margin-bottom: 10px;
}
.h26v3-callout p { color: var(--muted); max-width: 78ch; }

/* =====================================================================
   OBJECTIONS - stat grandi + comparativa 4 colonne
   ===================================================================== */
.h26v3-stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    margin: 4px 0 0;
}
.h26v3-stat { padding: 30px 34px 30px 0; }
.h26v3-stat:last-child { border-left: 1px solid rgba(255, 255, 255, .16); padding-left: 34px; }
.h26v3-stat b {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: clamp(2.8rem, 6vw, 4.2rem);
    line-height: 1;
    color: var(--orange-2);
    display: block;
}
.h26v3-stat span { color: #b3aea5; font-size: .92rem; display: block; margin-top: 10px; max-width: 36ch; }

.h26v3-cmp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.h26v3-cmp .col {
    padding: 30px 26px;
    border-left: 1px solid rgba(255, 255, 255, .14);
    position: relative;
}
.h26v3-cmp .col:first-child { border-left: 0; }
.h26v3-cmp .col h3 { font-size: 1.16rem; margin-bottom: 12px; color: #fff; }
.h26v3-cmp .col p { color: #b3aea5; font-size: .94rem; }
.h26v3-cmp .col.win {
    background: linear-gradient(180deg, rgba(255, 104, 0, .16), rgba(255, 104, 0, .04));
    border-left: 1px solid var(--orange);
    box-shadow: inset 0 3px 0 var(--orange);
}
.h26v3-cmp .col.win h3 { color: var(--orange-2); }
.h26v3-cmp .col.win p { color: #e7e2d9; }
.h26v3-cmp .col .tag {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: .62rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #1a0c00;
    background: var(--orange);
    padding: 4px 10px;
    margin-bottom: 14px;
}

/* =====================================================================
   METHOD - 3 pilastri editoriali + IT box
   ===================================================================== */
.h26v3-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 2px solid var(--ink);
}
.h26v3-pillars article {
    padding: 34px 30px 34px 0;
    border-left: 1px solid var(--line);
    padding-left: 30px;
}
.h26v3-pillars article:first-child { border-left: 0; padding-left: 0; }
.h26v3-pillars .num {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--orange);
    display: block;
    margin-bottom: 16px;
}
.h26v3-pillars h3 { font-size: 1.4rem; margin-bottom: 14px; }
.h26v3-pillars p { color: var(--muted); font-size: .98rem; }

.h26v3-itbox {
    margin-top: clamp(46px, 6vw, 70px);
    border: 1px solid var(--line);
    background: var(--paper-2);
}
.h26v3-itbox-head { padding: 34px 38px 26px; border-bottom: 1px solid var(--line); }
.h26v3-itbox-head b {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: clamp(1.3rem, 2.4vw, 1.7rem);
    display: block;
    line-height: 1.15;
}
.h26v3-itbox-head p { color: var(--muted); margin-top: 12px; max-width: 72ch; }
.h26v3-itbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.h26v3-itbox-grid > div { padding: 30px 32px; border-left: 1px solid var(--line); }
.h26v3-itbox-grid > div:first-child { border-left: 0; }
.h26v3-itbox-grid h4 {
    color: var(--orange-ink);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.h26v3-itbox-grid p { color: var(--muted); font-size: .92rem; }

/* citazione editoriale ampia in corsivo */
.h26v3-quote {
    margin: clamp(56px, 7vw, 86px) auto 0;
    max-width: 62ch;
    text-align: center;
}
.h26v3-quote blockquote {
    font-family: var(--font-head);
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1.45rem, 3vw, 2.2rem);
    line-height: 1.28;
    color: var(--ink);
    margin: 0 0 22px;
    position: relative;
}
.h26v3-quote blockquote::before {
    content: "\201C";
    display: block;
    font-size: 3.4em;
    line-height: .6;
    color: var(--orange);
    margin-bottom: -.1em;
}
.h26v3-quote figcaption { font-size: .95rem; color: var(--muted); letter-spacing: .02em; }
.h26v3-quote figcaption b { color: var(--ink); }

/* =====================================================================
   PROOF - metriche + risultati (su fondo inchiostro)
   ===================================================================== */
.h26v3-proof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 72px);
    align-items: center;
}
.h26v3-metric-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.h26v3-metric-list div {
    padding: 28px 24px 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.h26v3-metric-list div:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, .16); padding-left: 24px; }
.h26v3-metric-list b {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: clamp(2.4rem, 4vw, 3rem);
    color: #fff;
    display: block;
    line-height: 1;
}
.h26v3-metric-list span { color: #b3aea5; font-size: .9rem; display: block; margin-top: 10px; }

.h26v3-results h2 { margin-bottom: 26px; }
.h26v3-results ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; }
.h26v3-results li {
    display: flex;
    align-items: baseline;
    gap: 18px;
    font-size: 1.08rem;
    color: #e7e2d9;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 16px 0;
}
.h26v3-results li span {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 1.7rem;
    color: var(--orange-2);
    min-width: 4.5ch;
}
.h26v3-results .fine { color: #908b82; font-size: .85rem; margin-top: 4px; }

/* =====================================================================
   FOUNDER - foto grande editoriale a fianco del testo
   ===================================================================== */
.h26v3-founder {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(40px, 5vw, 76px);
    align-items: start;
}
.h26v3-founder-photo {
    position: relative;
    margin: 0;
    border: 1px solid var(--line);
    background: var(--white);
    padding: 14px 14px 0;
    box-shadow: 0 34px 80px rgba(17, 17, 17, .16);
}
.h26v3-founder-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: grayscale(1) contrast(1.02);
}
.h26v3-founder-photo figcaption {
    padding: 18px 6px 20px;
    border-top: 2px solid var(--ink);
    margin-top: 14px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.24rem;
}
.h26v3-founder-photo figcaption span {
    display: block;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: .82rem;
    letter-spacing: .03em;
    color: var(--muted);
    margin-top: 6px;
    text-transform: uppercase;
}
.h26v3-founder-body h2 { margin-bottom: 24px; }
.h26v3-founder-body p { color: var(--muted); margin-bottom: 18px; font-size: 1.05rem; }
.h26v3-founder-body p.h26v3-dropcap { color: var(--ink-soft); }
.h26v3-founder-body p b { color: var(--ink); }
.h26v3-founder-mini {
    margin: 30px 0 0;
    padding-left: 22px;
    border-left: 3px solid var(--orange);
}
.h26v3-founder-mini blockquote {
    margin: 0;
    font-family: var(--font-head);
    font-style: italic;
    font-weight: 500;
    font-size: 1.16rem;
    line-height: 1.4;
    color: var(--ink);
}
.h26v3-founder-mini figcaption { margin-top: 12px; font-size: .86rem; color: var(--muted); }

/* =====================================================================
   PROCESS - 4 fasi numerate (su inchiostro)
   ===================================================================== */
.h26v3-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    counter-reset: step;
    border-top: 2px solid rgba(255, 255, 255, .22);
}
.h26v3-steps li {
    list-style: none;
    padding: 32px 26px 32px 0;
    border-left: 1px solid rgba(255, 255, 255, .14);
    padding-left: 26px;
    position: relative;
}
.h26v3-steps li:first-child { border-left: 0; padding-left: 0; }
.h26v3-steps li::before {
    counter-increment: step;
    content: "0" counter(step);
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 2.4rem;
    color: var(--orange-2);
    display: block;
    margin-bottom: 16px;
    line-height: 1;
}
.h26v3-steps b {
    font-family: var(--font-head);
    font-weight: 700;
    display: block;
    font-size: 1.18rem;
    margin-bottom: 10px;
    color: #fff;
}
.h26v3-steps span { color: #b3aea5; font-size: .94rem; }

/* =====================================================================
   FAQ - accordion editoriale a filetti
   ===================================================================== */
.h26v3-faq-list { display: grid; border-top: 1px solid var(--line); }
.h26v3-faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 4px 0;
}
.h26v3-faq-list summary {
    list-style: none;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.18rem;
    color: var(--ink);
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    transition: color .2s ease;
}
.h26v3-faq-list summary:hover { color: var(--orange-ink); }
.h26v3-faq-list summary::-webkit-details-marker { display: none; }
.h26v3-faq-list summary::after {
    content: "+";
    color: var(--orange);
    font-family: var(--font-body);
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
    transition: transform .25s ease;
    flex: none;
}
.h26v3-faq-list details[open] summary::after { transform: rotate(45deg); }
.h26v3-faq-list details[open] summary { color: var(--orange-ink); }
.h26v3-faq-list details p { color: var(--muted); padding: 0 0 24px; max-width: 70ch; }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.h26v3-final {
    position: relative;
    text-align: center;
    background: var(--ink-bg);
    color: #efece6;
    border-top: 1px solid #000;
}
.h26v3-final::before {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 64px; height: 4px;
    background: var(--orange);
}
.h26v3-final .h26v3-eyebrow { color: var(--orange-2); justify-content: center; }
.h26v3-final .h26v3-eyebrow::before { background: var(--orange-2); }
.h26v3-final h2 {
    font-size: clamp(2.1rem, 4.8vw, 3.5rem);
    color: #fff;
    max-width: 22ch;
    margin: 0 auto 24px;
}
.h26v3-final p {
    color: #c7c2b9;
    max-width: 60ch;
    margin: 0 auto 36px;
    font-size: 1.12rem;
}
.h26v3-final .h26v3-btn {
    background: var(--orange);
    border-color: var(--orange);
    color: #1a0c00;
}
.h26v3-final .h26v3-btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--ink);
    box-shadow: 0 16px 40px rgba(255, 104, 0, .3);
}
.h26v3-final small { display: block; margin-top: 26px; color: #908b82; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
    .h26v3-hero-grid,
    .h26v3-founder-intro,
    .h26v3-split,
    .h26v3-proof-grid,
    .h26v3-founder { grid-template-columns: 1fr; }

    .h26v3-split-aside { position: static; }
    .h26v3-hero-aside { max-width: 460px; }

    .h26v3-trip,
    .h26v3-pillars { grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); }
    .h26v3-trip article,
    .h26v3-pillars article { border-left: 0; padding-left: 0; border-bottom: 1px solid var(--line); }

    .h26v3-cmp,
    .h26v3-itbox-grid,
    .h26v3-steps { grid-template-columns: 1fr 1fr; }
    .h26v3-cmp .col { border-bottom: 1px solid rgba(255, 255, 255, .14); }
    .h26v3-cmp .col:nth-child(odd) { border-left: 0; }
    .h26v3-steps li:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 620px) {
    .h26v3 { font-size: 17px; }

    .h26v3-trip,
    .h26v3-pillars,
    .h26v3-cmp,
    .h26v3-itbox-grid,
    .h26v3-steps,
    .h26v3-metric-list,
    .h26v3-stat-row { grid-template-columns: 1fr; }

    .h26v3-stat:last-child,
    .h26v3-cmp .col,
    .h26v3-metric-list div:nth-child(even),
    .h26v3-itbox-grid > div,
    .h26v3-steps li { border-left: 0; padding-left: 0; }
    .h26v3-stat:last-child { border-top: 1px solid rgba(255, 255, 255, .16); padding-top: 24px; }
    .h26v3-itbox-grid > div { border-top: 1px solid var(--line); }

    .h26v3-hero-actions { flex-direction: column; align-items: stretch; }
    .h26v3-hero-actions .h26v3-btn { justify-content: center; }
    .h26v3-hero-actions .note { max-width: none; }
    .h26v3-signal-list li.is-hot { margin-inline: 0; }
    .h26v3-cap { font-size: 3.8em; }
}

/* ---------------------------------------------------------------
   Override: neutralizza il pill globale ".content ol li > b/strong:first-of-type"
   del layout, che altrimenti sovrascrive i titoli delle liste della home.
   --------------------------------------------------------------- */
.h26v3 ol li > b:first-of-type,
.h26v3 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;
}

/* ---------------------------------------------------------------
   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.
   --------------------------------------------------------------- */
.h26v3 mark {
    background: none !important;
    background-color: transparent !important;
    color: #b34700 !important;
    padding: 0 !important;
    font-weight: 800;
}

/* ---------------------------------------------------------------
   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; }
