.bd052026 {
    --bd-bg: #07131f;
    --bd-panel: rgba(255, 255, 255, .08);
    --bd-panel-strong: rgba(255, 255, 255, .14);
    --bd-text: #f7fbff;
    --bd-muted: rgba(247, 251, 255, .72);
    --bd-line: rgba(255, 255, 255, .18);
    --bd-accent: #ffb000;
    --bd-accent-2: #2ee6a6;
    --bd-dark-text: #111827;
    color: var(--bd-text);
    background: var(--bd-bg);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.bd052026 * {
    box-sizing: border-box;
}

.bd052026-container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.bd052026-hero {
    position: relative;
    min-height: 92vh;
    display: grid;
    align-items: center;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(7, 19, 31, .98), rgba(7, 19, 31, .74) 48%, rgba(7, 19, 31, .35)),
        radial-gradient(circle at 18% 18%, rgba(255, 176, 0, .2), transparent 32%),
        var(--bd-bg);
}

.bd052026-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
    z-index: -2;
}

.bd052026-hero-media {
    position: absolute;
    inset: 0 0 0 46%;
    z-index: -3;
}

.bd052026-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: .9;
}

.bd052026-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, var(--bd-bg), transparent 34%);
    z-index: -1;
}

.bd052026-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr);
    gap: 48px;
    align-items: end;
    padding: 100px 0 72px;
}

.bd052026-kicker,
.bd052026-eyebrow {
    margin: 0 0 14px;
    color: var(--bd-accent);
    font-size: .78rem;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.bd052026 h1,
.bd052026 h2,
.bd052026 h3,
.bd052026 p {
    margin-top: 0;
}

.bd052026 h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(3rem, 7.8vw, 6.7rem);
    line-height: .9;
    letter-spacing: 0;
    font-weight: 900;
}

.bd052026 h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 900;
}

.bd052026 h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 850;
}

.bd052026-lead {
    max-width: 720px;
    margin-bottom: 30px;
    color: var(--bd-muted);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    line-height: 1.35;
    font-weight: 650;
}

.bd052026-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 34px;
}

.bd052026-actions span,
.bd052026-final small {
    color: var(--bd-muted);
    font-size: .95rem;
}

.bd052026-primary,
.bd052026-primary a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 6px;
    background: var(--bd-accent);
    color: #101010 !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    transition: transform .2s ease, box-shadow .2s ease;
}

.bd052026-primary:hover,
.bd052026-primary a:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
}

.bd052026-proofline {
    display: grid;
    gap: 12px;
    max-width: 520px;
}

.bd052026-proofline span {
    color: var(--bd-muted);
    font-size: .9rem;
    font-weight: 700;
}

.bd052026-proofline img {
    max-width: 420px;
    width: 100%;
    height: auto;
    filter: saturate(.9) contrast(1.04);
}

.bd052026-hero-proof,
.bd052026-wide-quote,
.bd052026-founder blockquote,
.bd052026-it-box {
    border: 1px solid var(--bd-line);
    background: var(--bd-panel);
    backdrop-filter: blur(14px);
    border-radius: 8px;
}

.bd052026-hero-proof {
    padding: 28px;
}

.bd052026-hero-proof blockquote,
.bd052026-wide-quote,
.bd052026-founder blockquote {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.45;
    font-weight: 750;
}

.bd052026-hero-proof p,
.bd052026-wide-quote span,
.bd052026-founder blockquote span {
    display: block;
    margin: 16px 0 0;
    color: var(--bd-muted);
    font-size: .95rem;
    font-weight: 700;
}

.bd052026-band {
    padding: clamp(72px, 9vw, 128px) 0;
}

.bd052026-section-head {
    max-width: 880px;
    margin-bottom: 38px;
}

.bd052026-triptych,
.bd052026-pillar-grid,
.bd052026-comparison,
.bd052026-metrics {
    display: grid;
    gap: 16px;
}

.bd052026-triptych,
.bd052026-pillar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bd052026-triptych article,
.bd052026-pillar-grid article,
.bd052026-comparison div,
.bd052026-metrics div,
.bd052026-results,
.bd052026-faq-list details {
    border: 1px solid var(--bd-line);
    background: var(--bd-panel);
    border-radius: 8px;
    padding: 24px;
}

.bd052026-triptych span {
    display: block;
    margin-bottom: 28px;
    color: var(--bd-accent);
    font-size: .86rem;
    font-weight: 900;
}

.bd052026 article p,
.bd052026-comparison p,
.bd052026-founder-intro p,
.bd052026-founder-intro li,
.bd052026-signal-list p,
.bd052026-faq-list p,
.bd052026-final p,
.bd052026-results p {
    color: var(--bd-muted);
    line-height: 1.65;
}

.bd052026-founder-intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 32px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--bd-line);
}

.bd052026-founder-intro ul,
.bd052026-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bd052026-founder-intro li {
    padding: 12px 0;
    border-bottom: 1px solid var(--bd-line);
}

.bd052026-two-col,
.bd052026-proof-grid,
.bd052026-founder-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 54px;
    align-items: start;
}

.bd052026-signal-list {
    display: grid;
    gap: 12px;
}

.bd052026-signal-list p {
    margin: 0;
    padding: 18px 20px;
    border-left: 4px solid var(--bd-accent);
    background: var(--bd-panel);
}

.bd052026-it-box {
    margin-top: 28px;
    padding: 24px 28px;
}

.bd052026-comparison {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bd052026-comparison div:last-child {
    border-color: color-mix(in srgb, var(--bd-accent) 72%, white);
    background: color-mix(in srgb, var(--bd-panel-strong) 76%, var(--bd-accent));
}

.bd052026-wide-quote {
    margin-top: 26px;
    padding: 30px;
}

.bd052026-proof {
    background: color-mix(in srgb, var(--bd-bg) 88%, #ffffff);
}

.bd052026-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd052026-metrics strong {
    display: block;
    margin-bottom: 8px;
    color: var(--bd-accent);
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1;
}

.bd052026-metrics span {
    color: var(--bd-muted);
    font-weight: 700;
}

.bd052026-results li {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--bd-line);
    color: var(--bd-muted);
}

.bd052026-results li span {
    min-width: 86px;
    color: var(--bd-accent-2);
    font-size: 1.75rem;
    font-weight: 900;
}

.bd052026-founder {
    background: #f7fafc;
    color: var(--bd-dark-text);
}

.bd052026-founder .bd052026-eyebrow {
    color: #0e7c66;
}

.bd052026-founder p {
    color: #344054;
    line-height: 1.7;
}

.bd052026-founder blockquote {
    padding: 30px;
    color: #111827;
    background: #ffffff;
    border-color: #d5dde7;
}

.bd052026-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.bd052026-steps li {
    min-height: 220px;
    padding: 24px;
    border: 1px solid var(--bd-line);
    border-radius: 8px;
    background: var(--bd-panel);
    counter-increment: step;
}

.bd052026-steps li::before {
    content: "0" counter(step);
    display: block;
    margin-bottom: 36px;
    color: var(--bd-accent);
    font-weight: 900;
}

.bd052026-steps strong,
.bd052026-steps span {
    display: block;
}

.bd052026-steps span {
    margin-top: 12px;
    color: var(--bd-muted);
    line-height: 1.55;
}

.bd052026-faq-list {
    display: grid;
    gap: 14px;
}

.bd052026-faq-list summary {
    cursor: pointer;
    font-weight: 850;
}

.bd052026-faq-list p {
    margin: 14px 0 0;
}

.bd052026-final {
    padding: clamp(76px, 10vw, 140px) 0;
    text-align: center;
    background:
        linear-gradient(rgba(7, 19, 31, .86), rgba(7, 19, 31, .96)),
        url("/content/images/matteo-migliore-big.webp") center 24% / cover no-repeat;
}

.bd052026-final .bd052026-container {
    max-width: 820px;
}

.bd052026-final h2 {
    margin-bottom: 18px;
}

.bd052026-final .bd052026-primary {
    margin: 12px auto 18px;
}

.bd052026-v2 {
    --bd-bg: #eef6ff;
    --bd-panel: rgba(255, 255, 255, .76);
    --bd-panel-strong: rgba(219, 234, 254, .9);
    --bd-text: #08233f;
    --bd-muted: #36506d;
    --bd-line: rgba(29, 78, 216, .2);
    --bd-accent: #1455d9;
    --bd-accent-2: #0f766e;
}

.bd052026-v2 .bd052026-hero {
    background:
        linear-gradient(90deg, rgba(238, 246, 255, .98), rgba(238, 246, 255, .8) 54%, rgba(238, 246, 255, .25)),
        var(--bd-bg);
}

.bd052026-v2 .bd052026-hero::before {
    background-size: 32px 32px;
    background-image:
        linear-gradient(rgba(20, 85, 217, .18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 85, 217, .18) 1px, transparent 1px);
}

.bd052026-v3 {
    --bd-bg: #101414;
    --bd-panel: rgba(255, 255, 255, .09);
    --bd-panel-strong: rgba(255, 255, 255, .16);
    --bd-text: #fffdf7;
    --bd-muted: rgba(255, 253, 247, .72);
    --bd-line: rgba(255, 253, 247, .2);
    --bd-accent: #d7ff6b;
    --bd-accent-2: #86efac;
}

.bd052026-v3 .bd052026-hero {
    background:
        linear-gradient(90deg, rgba(16, 20, 20, .98), rgba(16, 20, 20, .72) 48%, rgba(16, 20, 20, .16)),
        var(--bd-bg);
}

.bd052026-v4 {
    --bd-bg: #130d12;
    --bd-panel: rgba(255, 255, 255, .08);
    --bd-panel-strong: rgba(255, 255, 255, .14);
    --bd-text: #fff8f8;
    --bd-muted: rgba(255, 248, 248, .72);
    --bd-line: rgba(255, 255, 255, .16);
    --bd-accent: #ff4d4d;
    --bd-accent-2: #ffd166;
}

.bd052026-v4 .bd052026-hero {
    background:
        linear-gradient(90deg, rgba(19, 13, 18, .98), rgba(19, 13, 18, .76) 48%, rgba(19, 13, 18, .24)),
        repeating-linear-gradient(135deg, rgba(255, 77, 77, .12) 0 2px, transparent 2px 22px),
        var(--bd-bg);
}

.bd052026-v5 {
    --bd-bg: #031a1d;
    --bd-panel: rgba(209, 250, 229, .08);
    --bd-panel-strong: rgba(209, 250, 229, .14);
    --bd-text: #ecfeff;
    --bd-muted: rgba(236, 254, 255, .72);
    --bd-line: rgba(45, 212, 191, .22);
    --bd-accent: #7dd3fc;
    --bd-accent-2: #a3e635;
}

.bd052026-v5 .bd052026-hero {
    background:
        linear-gradient(90deg, rgba(3, 26, 29, .98), rgba(3, 26, 29, .72) 50%, rgba(3, 26, 29, .18)),
        var(--bd-bg);
}

.bd052026-v6 {
    --bd-bg: #f8fafc;
    --bd-panel: rgba(255, 255, 255, .8);
    --bd-panel-strong: rgba(255, 255, 255, .94);
    --bd-text: #121826;
    --bd-muted: #475467;
    --bd-line: rgba(18, 24, 38, .14);
    --bd-accent: #b7791f;
    --bd-accent-2: #1d4ed8;
}

.bd052026-v6 .bd052026-hero {
    background:
        linear-gradient(90deg, rgba(248, 250, 252, .98), rgba(248, 250, 252, .78) 52%, rgba(248, 250, 252, .24)),
        var(--bd-bg);
}

.bd052026-v2 .bd052026-primary,
.bd052026-v6 .bd052026-primary {
    color: #ffffff !important;
}

@keyframes bd052026-enter {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bd052026-hero-copy,
.bd052026-hero-proof,
.bd052026-triptych article,
.bd052026-signal-list p {
    animation: bd052026-enter .65s ease both;
}

.bd052026-triptych article:nth-child(2),
.bd052026-signal-list p:nth-child(2) {
    animation-delay: .08s;
}

.bd052026-triptych article:nth-child(3),
.bd052026-signal-list p:nth-child(3) {
    animation-delay: .16s;
}

@media (max-width: 980px) {
    .bd052026-hero-grid,
    .bd052026-founder-intro,
    .bd052026-two-col,
    .bd052026-proof-grid,
    .bd052026-founder-grid {
        grid-template-columns: 1fr;
    }

    .bd052026-triptych,
    .bd052026-pillar-grid,
    .bd052026-comparison,
    .bd052026-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bd052026-hero-media {
        inset: 0;
        opacity: .28;
    }
}

@media (max-width: 640px) {
    .bd052026-container {
        width: min(100% - 28px, 1160px);
    }

    .bd052026-hero-grid {
        padding: 86px 0 54px;
    }

    .bd052026 h1 {
        font-size: 3.15rem;
    }

    .bd052026 h2 {
        font-size: 2.15rem;
    }

    .bd052026-triptych,
    .bd052026-pillar-grid,
    .bd052026-comparison,
    .bd052026-steps,
    .bd052026-metrics {
        grid-template-columns: 1fr;
    }

    .bd052026-results li {
        display: block;
    }

    .bd052026-results li span {
        display: block;
        margin-bottom: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bd052026 *,
    .bd052026 *::before,
    .bd052026 *::after {
        animation: none !important;
        transition: none !important;
    }
}
