/* =====================================================================
   HOME 052026 - FLAGSHIP DARK (cinematic direct response)
   Usata da /052026 (canonical) e /052026-v1
   Palette: nero brand #060606 + arancio brand #ff6800 / #f46300
   Font: Montserrat (display) + Lato (body)
   Namespace: .h26d
   ===================================================================== */

.h26d {
    --black: #060606;
    --graphite: #0d0d0f;
    --ink: #141417;
    --card: #161619;
    --line: rgba(255, 255, 255, .10);
    --line-strong: rgba(255, 255, 255, .18);
    --white: #f7f7f4;
    --muted: #a7a7a0;
    --muted-2: #74746e;
    --orange: #ff6800;
    --orange-2: #f46300;
    --orange-deep: #b34700;
    --glow: 0 30px 90px rgba(0, 0, 0, .55);
    --glow-orange: 0 22px 60px rgba(255, 104, 0, .28);
    --font-head: "Montserrat", "Segoe UI", Arial, sans-serif;
    --font-body: "Lato", "Segoe UI", Arial, sans-serif;

    background: var(--black);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

.h26d *,
.h26d *::before,
.h26d *::after { box-sizing: border-box; }

.h26d h1,
.h26d h2,
.h26d h3,
.h26d h4 {
    font-family: var(--font-head);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.02em;
    margin: 0;
    color: var(--white);
}
.h26d a { color: inherit; }

.h26d p { margin: 0; }
.h26d strong { color: #fff; font-weight: 800; }
.h26d mark {
    background: linear-gradient(180deg, transparent 58%, rgba(255, 104, 0, .35) 58%);
    color: #fff;
    padding: 0 .08em;
}

.h26d-wrap { width: min(1180px, 92vw); margin-inline: auto; }
.h26d-section { position: relative; padding: clamp(64px, 9vw, 132px) 0; }
.h26d-section--tight { padding: clamp(48px, 6vw, 84px) 0; }

.h26d-eyebrow {
    font-family: var(--font-head);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .72rem;
    color: var(--orange);
    margin-bottom: 18px;
}

.h26d-h2 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); max-width: 18ch; }
.h26d-lead { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); max-width: 60ch; }

/* ---------- Reveal animation ---------- */
.h26d [data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}
.h26d [data-reveal].is-in { opacity: 1; transform: none; }
.h26d [data-reveal][data-delay="1"] { transition-delay: .08s; }
.h26d [data-reveal][data-delay="2"] { transition-delay: .16s; }
.h26d [data-reveal][data-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
    .h26d [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Buttons ---------- */
.h26d .h26d-btn,
.h26d a.h26d-btn {
    display: inline-flex;
    align-items: center;
    gap: .6em;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.02rem;
    letter-spacing: -.01em;
    text-decoration: none;
    padding: 18px 30px;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-2) 100%);
    color: #1a0c00;
    border: 0;
    box-shadow: var(--glow-orange);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    cursor: pointer;
}
.h26d .h26d-btn:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 28px 72px rgba(255, 104, 0, .4); }
.h26d .h26d-btn::after { content: "\2192"; font-weight: 700; transition: transform .2s ease; }
.h26d .h26d-btn:hover::after { transform: translateX(4px); }
.h26d .h26d-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid var(--line-strong);
    box-shadow: none;
}
.h26d .h26d-btn--ghost:hover { border-color: var(--orange); box-shadow: none; }

/* =====================================================================
   HERO
   ===================================================================== */
.h26d-hero {
    position: relative;
    padding: clamp(32px, 5vw, 64px) 0 clamp(60px, 8vw, 96px);
    background:
        radial-gradient(120% 90% at 82% 8%, rgba(255, 104, 0, .16), transparent 46%),
        radial-gradient(90% 70% at 10% 100%, rgba(255, 104, 0, .07), transparent 55%),
        var(--black);
    overflow: hidden;
}
.h26d-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(80% 60% at 60% 20%, #000 0%, transparent 75%);
            mask-image: radial-gradient(80% 60% at 60% 20%, #000 0%, transparent 75%);
    opacity: .5;
    pointer-events: none;
}
.h26d-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}
.h26d-kicker {
    display: inline-block;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .04em;
    color: var(--orange);
    border: 1px solid rgba(255, 104, 0, .35);
    background: rgba(255, 104, 0, .08);
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 26px;
}
.h26d-hero h1 {
    font-size: clamp(2.4rem, 6vw, 4.4rem);
    margin-bottom: 22px;
}
.h26d-hero h1 .accent { color: var(--orange); }
.h26d-hero-sub { font-size: clamp(1.1rem, 1.8vw, 1.32rem); color: var(--muted); max-width: 46ch; margin-bottom: 34px; }
.h26d-hero-sub b { color: #fff; }
.h26d-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.h26d-hero-actions .note { color: var(--muted-2); font-size: .92rem; max-width: 26ch; }

.h26d-proofbar { margin-top: 46px; }
.h26d-proofbar span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .68rem;
    color: var(--muted-2);
    margin-bottom: 14px;
}
.h26d-proofbar img { max-width: 460px; width: 100%; height: auto; filter: brightness(0) invert(1) opacity(.78); }

/* hero side proof card */
.h26d-hero-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015));
    box-shadow: var(--glow);
    padding: 30px 30px 26px;
    backdrop-filter: blur(6px);
}
.h26d-hero-card .badge {
    position: absolute;
    top: -16px;
    left: 26px;
    background: var(--orange);
    color: #1a0c00;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
}
.h26d-hero-card blockquote { margin: 12px 0 18px; font-size: 1.16rem; line-height: 1.5; color: #fff; font-weight: 500; }
.h26d-hero-card .who { display: flex; align-items: center; gap: 14px; }
.h26d-hero-card .who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--orange); }
.h26d-hero-card .who b { display: block; font-size: .95rem; }
.h26d-hero-card .who span { font-size: .82rem; color: var(--muted); }

/* =====================================================================
   TRIPTYCH (risultato / team / metodo) + founder intro
   ===================================================================== */
.h26d-band { background: var(--graphite); border-block: 1px solid var(--line); }
.h26d-trip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 56px; }
.h26d-trip article {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 30px 26px;
    background: var(--card);
    transition: transform .25s ease, border-color .25s ease;
}
.h26d-trip article:hover { transform: translateY(-4px); border-color: rgba(255, 104, 0, .4); }
.h26d-trip .num { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; color: var(--orange); line-height: 1; }
.h26d-trip h3 { font-size: 1.3rem; margin: 14px 0 10px; }
.h26d-trip p { color: var(--muted); font-size: 1rem; }

.h26d-founder-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
.h26d-founder-intro .lede { font-size: 1.2rem; line-height: 1.55; }
.h26d-founder-intro .lede .sig { color: var(--orange); font-weight: 700; }
.h26d-areas { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.h26d-areas li {
    border-left: 3px solid var(--orange);
    padding: 12px 0 12px 18px;
    color: var(--muted);
    font-size: .98rem;
}
.h26d-areas li b { color: #fff; }

/* =====================================================================
   SIGNALS
   ===================================================================== */
.h26d-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.h26d-signal-list { display: grid; gap: 14px; }
.h26d-signal-list .sig {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 20px;
    background: var(--card);
}
.h26d-signal-list .sig i { color: var(--orange); font-size: 1.1rem; margin-top: 3px; flex: none; }
.h26d-signal-list .sig.is-hot { border-color: rgba(255, 104, 0, .45); background: linear-gradient(180deg, rgba(255, 104, 0, .08), var(--card)); }
.h26d-signal-list .sig p { font-size: 1rem; }

.h26d-callout {
    margin-top: 34px;
    border: 1px solid var(--line-strong);
    border-left: 4px solid var(--orange);
    border-radius: 14px;
    background: var(--ink);
    padding: 26px 28px;
}
.h26d-callout b { font-family: var(--font-head); font-size: 1.2rem; display: block; margin-bottom: 8px; }
.h26d-callout p { color: var(--muted); }

/* =====================================================================
   OBJECTIONS / comparison
   ===================================================================== */
.h26d-stat-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 46px; }
.h26d-stat-pill {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 22px;
    background: var(--card);
}
.h26d-stat-pill b { font-family: var(--font-head); font-size: 2rem; color: var(--orange); display: block; }
.h26d-stat-pill span { color: var(--muted); font-size: .9rem; }
.h26d-cmp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.h26d-cmp .col {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 22px;
    background: var(--card);
}
.h26d-cmp .col.win { border-color: var(--orange); background: linear-gradient(180deg, rgba(255, 104, 0, .12), var(--card)); box-shadow: var(--glow-orange); }
.h26d-cmp h3 { font-size: 1.12rem; margin-bottom: 10px; }
.h26d-cmp .col.win h3 { color: var(--orange); }
.h26d-cmp p { color: var(--muted); font-size: .92rem; }

/* =====================================================================
   METHOD pillars + IT box
   ===================================================================== */
.h26d-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.h26d-pillars article {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px 28px;
    background: var(--card);
    position: relative;
    overflow: hidden;
}
.h26d-pillars article::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--orange), transparent);
}
.h26d-pillars .num { font-family: var(--font-head); font-weight: 800; color: var(--muted-2); font-size: .9rem; letter-spacing: .2em; }
.h26d-pillars h3 { font-size: 1.32rem; margin: 10px 0 12px; }
.h26d-pillars p { color: var(--muted); font-size: .98rem; }

.h26d-itbox {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    overflow: hidden;
    background: var(--ink);
}
.h26d-itbox > div { padding: 28px 26px; border-left: 1px solid var(--line); }
.h26d-itbox > div:first-child { border-left: 0; }
.h26d-itbox h4 { color: var(--orange); font-size: 1.05rem; margin-bottom: 8px; }
.h26d-itbox p { color: var(--muted); font-size: .92rem; }
.h26d-itbox-head { padding: 28px 26px 0; }
.h26d-itbox-head b { font-family: var(--font-head); font-size: 1.4rem; }
.h26d-itbox-head p { color: var(--muted); margin-top: 8px; max-width: 70ch; }

/* =====================================================================
   QUOTE wide
   ===================================================================== */
.h26d-quote {
    text-align: center;
    max-width: 60ch;
    margin: 56px auto 0;
}
.h26d-quote blockquote {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: clamp(1.3rem, 2.6vw, 1.9rem);
    line-height: 1.3;
    color: #fff;
    margin: 0 0 18px;
}
.h26d-quote blockquote::before { content: "\201C"; color: var(--orange); }
.h26d-quote blockquote::after { content: "\201D"; color: var(--orange); }
.h26d-quote cite { color: var(--muted); font-style: normal; font-size: .95rem; }
.h26d-quote cite b { color: #fff; }

/* =====================================================================
   PROOF metrics
   ===================================================================== */
.h26d-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.h26d-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.h26d-metrics div { border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: var(--card); }
.h26d-metrics b { font-family: var(--font-head); font-size: 2.6rem; color: #fff; display: block; line-height: 1; }
.h26d-metrics span { color: var(--muted); font-size: .9rem; }
.h26d-results h2 { margin-bottom: 22px; }
.h26d-results ul { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 12px; }
.h26d-results li { display: flex; align-items: baseline; gap: 14px; font-size: 1.05rem; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.h26d-results li span { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--orange); min-width: 4ch; }
.h26d-results .fine { color: var(--muted-2); font-size: .85rem; }

/* =====================================================================
   FOUNDER
   ===================================================================== */
.h26d-founder { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 5vw, 68px); align-items: center; }
.h26d-founder-photo {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--glow);
}
.h26d-founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.h26d-founder-photo::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(6, 6, 6, .55));
}
.h26d-founder-body h2 { margin-bottom: 20px; }
.h26d-founder-body p { color: var(--muted); margin-bottom: 16px; }
.h26d-founder-body p b { color: #fff; }
.h26d-founder-mini {
    border-left: 3px solid var(--orange);
    padding: 8px 0 8px 18px;
    margin-top: 26px;
    color: #fff;
    font-style: italic;
}
.h26d-founder-mini span { display: block; font-style: normal; color: var(--muted); font-size: .88rem; margin-top: 8px; }

/* =====================================================================
   PROCESS timeline
   ===================================================================== */
.h26d-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.h26d-steps li {
    list-style: none;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 28px 22px;
    background: var(--card);
    position: relative;
}
.h26d-steps li::before {
    counter-increment: step;
    content: "0" counter(step);
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--orange);
    display: block;
    margin-bottom: 12px;
}
.h26d-steps .step-t { font-family: var(--font-head); font-weight: 800; display: block; font-size: 1.08rem; margin-bottom: 8px; color: var(--white); }
.h26d-steps span { color: var(--muted); font-size: .92rem; }

/* =====================================================================
   FAQ
   ===================================================================== */
.h26d-faq-list { display: grid; gap: 12px; }
.h26d-faq-list details {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--card);
    padding: 4px 22px;
    overflow: hidden;
}
.h26d-faq-list details[open] { border-color: rgba(255, 104, 0, .4); }
.h26d-faq-list summary {
    list-style: none;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.08rem;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.h26d-faq-list summary::-webkit-details-marker { display: none; }
.h26d-faq-list summary::after { content: "+"; color: var(--orange); font-size: 1.6rem; font-weight: 400; transition: transform .2s ease; }
.h26d-faq-list details[open] summary::after { transform: rotate(45deg); }
.h26d-faq-list details p { color: var(--muted); padding: 0 0 20px; }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.h26d-final {
    position: relative;
    text-align: center;
    background:
        radial-gradient(70% 120% at 50% 0%, rgba(255, 104, 0, .22), transparent 60%),
        var(--black);
    border-top: 1px solid var(--line);
}
.h26d-final h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); max-width: 22ch; margin: 0 auto 22px; }
.h26d-final p { color: var(--muted); max-width: 58ch; margin: 0 auto 32px; font-size: 1.1rem; }
.h26d-final small { display: block; margin-top: 22px; color: var(--muted-2); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
    .h26d-hero-grid,
    .h26d-founder-intro,
    .h26d-split,
    .h26d-proof-grid,
    .h26d-founder { grid-template-columns: 1fr; }
    .h26d-trip,
    .h26d-cmp,
    .h26d-pillars,
    .h26d-steps,
    .h26d-itbox { grid-template-columns: 1fr 1fr; }
    .h26d-itbox > div { border-left: 0; border-top: 1px solid var(--line); }
    .h26d-founder-photo { max-height: 460px; }
}
@media (max-width: 620px) {
    .h26d { font-size: 17px; }
    .h26d-trip,
    .h26d-cmp,
    .h26d-pillars,
    .h26d-steps,
    .h26d-itbox,
    .h26d-metrics { grid-template-columns: 1fr; }
    .h26d-hero-actions { flex-direction: column; align-items: stretch; }
    .h26d-hero-actions .h26d-btn { justify-content: center; }
}

/* ---------------------------------------------------------------
   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.
   --------------------------------------------------------------- */
.h26d mark {
    background: none !important;
    background-color: transparent !important;
    color: #ff6800 !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; }
