/* ============================================================
   demo-hub.css – demo.andi24.de Hub-Übersicht
   Abhängigkeit: andi24.de Bootstrap + style.css + custom_style.css
   ============================================================ */

/* ── VARIABLEN ── */
:root {
    --hub-primary:   #0f172a;
    --hub-accent:    #6ab2cf;
    --hub-accent-dk: #4a9ab8;
    --hub-bg:        #f0f4f8;
    --hub-surface:   #ffffff;
    --hub-muted:     #64748b;
    --hub-border:    #e2e8f0;
}


/* ── SPEZIFITÄTS-FIXES – gewinnt gegen andi24.de custom_style.css ── */
.hub-pagewrap { padding-top: 90px; }

.hub-hero h1 {
    color: #fff !important;
    font-size: clamp(2rem, 5vw, 3.25rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -1.5px !important;
    margin-bottom: 1.25rem !important;
}

.hub-mwp-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
    font-weight: 900 !important;
    letter-spacing: -1px !important;
    color: var(--hub-primary) !important;
    line-height: 1.15 !important;
    margin-bottom: 1.25rem !important;
}

.hub-schnellcheck-title {
    color: #fff !important;
    font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
    font-weight: 900 !important;
}

.hub-mwp p,
.hub-mwp-lead,
.hub-how-step p,
.hub-benefit-card p,
.hub-compare-list li,
.hub-schnellcheck-desc,
.hub-hero-desc,
.hub-cta-text p {
    margin-bottom: 0 !important;
}

.hub-section-label {
    font-size: .75rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: var(--hub-accent-dk) !important;
    margin-bottom: .4rem !important;
    display: block !important;
}

.hub-section-title {
    font-size: 1.65rem !important;
    font-weight: 900 !important;
    color: var(--hub-primary) !important;
    margin-bottom: 2.5rem !important;
}

.hub-how-step h4,
.hub-benefit-card h5,
.hub-cta-text h3 {
    font-family: var(--atf-ff-heading) !important;
    font-weight: 800 !important;
    color: var(--hub-primary) !important;
}

.hub-cta-text h3 { color: #fff !important; }

.hub-compare-label {
    font-size: .8rem !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    margin-bottom: 1.5rem !important;
}

.hub-how-num {
    font-size: 3rem !important;
    font-weight: 900 !important;
    color: var(--hub-bg) !important;
    line-height: 1 !important;
    margin-bottom: .75rem !important;
    letter-spacing: -2px !important;
}

/* Cards */
.hub-card, .hub-benefit-card, .hub-how-step {
    text-decoration: none !important;
}

.hub-card:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.hub-card-title {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: var(--hub-primary) !important;
    margin: 0 !important;
}

.hub-card-desc {
    font-size: .875rem !important;
    color: var(--hub-muted) !important;
    margin: 0 !important;
}

/* Grid resets */
.hub-grid, .hub-how-grid, .hub-benefits-grid {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.hub-compare-list {
    padding-left: 0 !important;
    list-style: none !important;
}

.hub-compare-list li::before {
    list-style: none !important;
}

/* ── HEADER ── */
.hub-header {
    background: var(--hub-primary);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 20px rgba(0,0,0,.3);
}

.hub-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hub-logo {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
}

.hub-logo img {
    height: 48px;
    width: auto;
}

.hub-logo-label {
    color: rgba(255,255,255,.45);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: .75rem;
    margin-left: .25rem;
}

.hub-nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hub-nav a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .3px;
    transition: color .2s;
}

.hub-nav a:hover {
    color: var(--hub-accent);
}

.hub-nav .hub-nav-cta a {
    background: var(--hub-accent);
    color: var(--hub-primary);
    padding: .5rem 1.25rem;
    border-radius: 6px;
    font-weight: 700;
}

.hub-nav .hub-nav-cta a:hover {
    background: #88c8e0;
    color: var(--hub-primary);
}

.hub-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: .5rem;
}

.hub-nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: all .3s;
}

/* ── HERO ── */
.hub-hero {
    background: var(--hub-primary);
    padding: 5rem 2rem 4.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hub-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 15% 50%, rgba(106,178,207,.1) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 85% 30%, rgba(106,178,207,.06) 0%, transparent 50%);
    pointer-events: none;
}

.hub-hero-eyebrow {
    display: inline-block;
    background: rgba(106,178,207,.12);
    border: 1px solid rgba(106,178,207,.25);
    color: var(--hub-accent);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: .4rem 1.1rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    position: relative;
}

.hub-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 1.25rem;
    position: relative;
}



.hub-hero-desc {
    color: rgba(255,255,255,.6);
    font-size: 1.05rem;
    max-width: 540px;
    margin: 0 auto 2rem;
    line-height: 1.75;
    position: relative;
}

.hub-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.45);
    font-size: .78rem;
    padding: .5rem 1.25rem;
    border-radius: 8px;
    position: relative;
}

/* ── DIGITALBONUS STRIP ── */
.hub-bonus-strip {
    background: linear-gradient(90deg, #1a3a5c 0%, #1e4a7a 50%, #1a3a5c 100%);
    border-top: 1px solid rgba(106,178,207,.2);
    border-bottom: 1px solid rgba(106,178,207,.2);
    padding: .85rem 2rem;
    text-align: center;
}

.hub-bonus-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.hub-bonus-strip strong {
    color: var(--hub-accent);
    font-size: .88rem;
    font-weight: 700;
}

.hub-bonus-strip span {
    color: rgba(255,255,255,.6);
    font-size: .82rem;
}

.hub-bonus-strip a {
    color: var(--hub-accent);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hub-bonus-strip a:hover {
    text-decoration: underline;
}

/* ── DEMOS SEKTION ── */
.hub-demos {
    background: var(--hub-bg);
    padding: 4rem 2rem;
}

.hub-demos-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.hub-section-label {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--hub-accent-dk);
    margin-bottom: .4rem;
}

.hub-section-title {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -.5px;
    color: var(--hub-primary);
    margin-bottom: 2.5rem;
}

.hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 1.5rem;
}

/* ── DEMO KARTE ── */
.hub-card {
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hub-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--card-color, #6ab2cf);
    opacity: 0;
    transition: opacity .2s ease;
}

.hub-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0,0,0,.1);
    border-color: transparent;
    color: inherit;
    text-decoration: none;
}

.hub-card:hover::after {
    opacity: 1;
}

.hub-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--card-color, #6ab2cf) 12%, transparent);
}

.hub-card-icon .ai {
    font-size: 1.5rem;
    color: var(--card-color, #6ab2cf);
}

.hub-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--hub-primary);
    letter-spacing: -.3px;
    margin: 0;
}

.hub-card-desc {
    font-size: .875rem;
    color: var(--hub-muted);
    line-height: 1.65;
    flex: 1;
    margin: 0;
}

.hub-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.hub-card-tag {
    font-size: .7rem;
    font-weight: 600;
    padding: .2rem .65rem;
    border-radius: 20px;
    background: var(--hub-bg);
    color: var(--hub-muted);
    border: 1px solid var(--hub-border);
}

.hub-card-cta {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .82rem;
    font-weight: 700;
    color: var(--card-color, #6ab2cf);
    letter-spacing: .3px;
}

.hub-card-arrow {
    display: inline-block;
    transition: transform .2s ease;
    font-style: normal;
}

.hub-card:hover .hub-card-arrow {
    transform: translateX(4px);
}

/* ── CTA BOX ── */
.hub-cta {
    background: var(--hub-bg);
    padding: 0 2rem 4rem;
}

.hub-cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    background: var(--hub-primary);
    border-radius: 16px;
    padding: 2.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.hub-cta-text h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: .4rem;
    letter-spacing: -.3px;
}

.hub-cta-text p {
    color: rgba(255,255,255,.55);
    font-size: .88rem;
    line-height: 1.6;
    margin: 0;
}

.hub-cta-text p strong {
    color: var(--hub-accent);
}

.hub-btn-primary {
    background: var(--hub-accent);
    color: var(--hub-primary);
    font-weight: 800;
    font-size: .9rem;
    padding: .9rem 1.75rem;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .1s ease;
    display: inline-block;
}

.hub-btn-primary:hover {
    background: #88c8e0;
    color: var(--hub-primary);
    transform: scale(1.02);
    text-decoration: none;
}

/* ── SCHNELLCHECK FLOAT ── */
.hub-schnellcheck-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 998;
}

.hub-schnellcheck-float a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--hub-primary);
    border: 2px solid var(--hub-accent);
    border-radius: 12px;
    padding: .9rem 1.25rem;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(0,0,0,.3);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hub-schnellcheck-float a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,.4);
    text-decoration: none;
}

.hub-schnellcheck-float .float-label {
    color: var(--hub-accent);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: .2rem;
}

.hub-schnellcheck-float .float-title {
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}

.hub-schnellcheck-float .float-price {
    color: var(--hub-accent);
    font-size: .75rem;
    font-weight: 700;
    margin-top: .25rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .hub-nav {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: var(--hub-primary);
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 1rem 0;
        border-top: 1px solid rgba(255,255,255,.1);
        box-shadow: 0 8px 24px rgba(0,0,0,.3);
    }

    .hub-nav.is-open {
        display: flex;
    }

    .hub-nav li {
        width: 100%;
    }

    .hub-nav a {
        display: block;
        padding: .75rem 2rem;
        font-size: .9rem;
    }

    .hub-nav .hub-nav-cta a {
        margin: .5rem 2rem;
        display: block;
        text-align: center;
        border-radius: 6px;
    }

    .hub-nav-toggle {
        display: block;
    }

    .hub-header-inner {
        position: relative;
    }

    .hub-hero {
        padding: 3.5rem 1.5rem 3rem;
    }

    .hub-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }

    .hub-schnellcheck-float {
        bottom: 1rem;
        right: 1rem;
    }

    .hub-logo-label {
        display: none;
    }
}

/* ── SCHNELLCHECK SECTION ── */
.hub-schnellcheck-section {
    background: var(--hub-primary);
    padding: 5rem 2rem;
}

.hub-schnellcheck-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 4rem;
    align-items: center;
}

.hub-schnellcheck-title {
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 1.25rem;
}

.hub-schnellcheck-desc {
    color: rgba(255,255,255,.6);
    font-size: .95rem;
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

.hub-schnellcheck-desc strong {
    color: var(--hub-accent);
}

.hub-schnellcheck-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
}

.hub-schnellcheck-list li {
    color: rgba(255,255,255,.75);
    font-size: .875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.hub-schnellcheck-list li .ai {
    color: var(--hub-accent);
    font-size: 1rem;
}

.hub-btn-large {
    font-size: 1rem;
    padding: 1rem 2rem;
}

/* Score Card */
.hub-schnellcheck-visual {
    display: flex;
    justify-content: center;
}

.hub-score-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(106,178,207,.2);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 320px;
    text-align: center;
}

.hub-score-ring {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 1.25rem;
}

.hub-score-svg {
    width: 140px;
    height: 140px;
    transform: rotate(-90deg);
}

.hub-score-bg {
    fill: none;
    stroke: rgba(255,255,255,.08);
    stroke-width: 10;
}

.hub-score-fill {
    fill: none;
    stroke: var(--hub-accent);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 314;
    stroke-dashoffset: calc(314 * (1 - var(--score, 0)));
    transition: stroke-dashoffset 1.2s ease;
}

.hub-score-number {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -2px;
}

.hub-score-label {
    color: rgba(255,255,255,.4);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hub-score-items {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    text-align: left;
}

.hub-score-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255,255,255,.7);
    font-size: .85rem;
}

.hub-score-item .hub-score-val {
    margin-left: auto;
    font-weight: 700;
    color: #fff;
}

.hub-score-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.hub-score-ok   { background: #22c55e; }
.hub-score-warn { background: #f59e0b; }
.hub-score-bad  { background: #ef4444; }

@media (max-width: 900px) {
    .hub-schnellcheck-inner {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hub-schnellcheck-visual {
        order: -1;
    }

    .hub-schnellcheck-list {
        grid-template-columns: 1fr;
    }
}


/* ── NEWSLETTER ── */
/* Newsletter Success Box (Zartgelb) */
.newsletter-success-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fbbf24;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.2);
}

/* Newsletter Error Box */
.newsletter-feedback {
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 14px;
}

.newsletter-feedback.error {
    background: linear-gradient(135deg, #fecaca 0%, #fca5a5 100%);
    border: 2px solid #ef4444;
    color: #7f1d1d;
}

.newsletter-feedback i {
    margin-right: 8px;
}

/* BUTTON FIX - VERTIKAL ZENTRIERT */
.newsletter-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.subcribe-btn {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DATENSCHUTZ-LINK DEZENT */
.privacy-text a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    transition: all 0.3s ease !important;
}

.privacy-text a:hover {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom-color: rgba(255, 255, 255, 0.8) !important;
}
/* ── FOOTER ── */
.footer-heading-legal {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.footer-admin-li {
    margin-top: 15px;
}
.footer-admin-link {
    color: #6ab2cf !important;
    font-weight: bold;
}
.footer-login-link {
    opacity: 0.5;
    font-size: 13px;
}

/* Utility */
.nl-hidden { display: none; }
.nl-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; }

/* Success Box */
.nl-success-inner { display: flex; align-items: center; gap: 15px; }
.nl-success-icon { font-size: 2rem; color: #854d0e; }
.nl-success-text { flex: 1; }
.nl-success-title { margin: 0 0 8px 0; color: #854d0e; font-size: 18px; font-weight: 600; }
.nl-success-desc { margin: 0; color: #a16207; font-size: 14px; line-height: 1.5; }
.nl-privacy-link { color: #fff !important; text-decoration: underline !important; }

/* ── MWP ERKLÄRUNG ── */
.hub-mwp {
    background: var(--hub-surface);
    padding: 5rem 2rem;
    border-bottom: 1px solid var(--hub-border);
}

.hub-mwp-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}

.hub-mwp-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.hub-mwp-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--hub-primary);
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.hub-mwp-lead {
    color: var(--hub-muted);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

/* Vergleich */
.hub-compare {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 0;
    align-items: start;
    background: var(--hub-bg);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--hub-border);
}

.hub-compare-col {
    padding: 2.5rem;
}

.hub-compare-old {
    background: #fafafa;
}

.hub-compare-new {
    background: #f0f7fb;
}

.hub-compare-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hub-border);
    font-weight: 900;
    font-size: .85rem;
    color: var(--hub-muted);
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}

.hub-compare-label {
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.hub-compare-old .hub-compare-label {
    color: #94a3b8;
}

.hub-compare-old .hub-compare-label .ai {
    color: #ef4444;
}

.hub-compare-new .hub-compare-label {
    color: var(--hub-accent-dk);
}

.hub-compare-new .hub-compare-label .ai {
    color: #22c55e;
}

.hub-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.hub-compare-list li {
    font-size: .9rem;
    line-height: 1.5;
    padding-left: 1.1rem;
    position: relative;
}

.hub-compare-old .hub-compare-list li {
    color: #94a3b8;
}

.hub-compare-old .hub-compare-list li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: #cbd5e1;
}

.hub-compare-new .hub-compare-list li {
    color: var(--hub-primary);
    font-weight: 500;
}

.hub-compare-new .hub-compare-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
}

/* Wie es funktioniert */
.hub-how {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.hub-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    counter-reset: steps;
}

.hub-how-step {
    position: relative;
    padding-top: 1rem;
}

.hub-how-num {
    font-size: 3rem;
    font-weight: 900;
    color: var(--hub-bg);
    line-height: 1;
    margin-bottom: .75rem;
    letter-spacing: -2px;
    font-family: var(--atf-ff-heading);
}

.hub-how-step h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--hub-primary);
    margin-bottom: .5rem;
    letter-spacing: -.2px;
}

.hub-how-step p {
    font-size: .875rem;
    color: var(--hub-muted);
    line-height: 1.65;
    margin: 0;
}

/* Benefits */
.hub-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.hub-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.hub-benefit-card {
    background: var(--hub-bg);
    border: 1px solid var(--hub-border);
    border-radius: 14px;
    padding: 1.75rem;
    transition: box-shadow .2s ease, transform .2s ease;
}

.hub-benefit-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    transform: translateY(-3px);
}

.hub-benefit-card .ai {
    font-size: 1.5rem;
    color: var(--hub-accent-dk);
    display: block;
    margin-bottom: 1rem;
}

.hub-benefit-card h5 {
    font-size: .95rem;
    font-weight: 800;
    color: var(--hub-primary);
    margin-bottom: .4rem;
    letter-spacing: -.2px;
}

.hub-benefit-card p {
    font-size: .85rem;
    color: var(--hub-muted);
    line-height: 1.6;
    margin: 0;
}

/* Responsive MWP */
@media (max-width: 900px) {
    .hub-compare {
        grid-template-columns: 1fr;
    }
    .hub-compare-divider {
        writing-mode: horizontal-tb;
        padding: .75rem;
        font-size: 1rem;
    }
    .hub-how-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hub-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .hub-how-grid,
    .hub-benefits-grid {
        grid-template-columns: 1fr;
    }
}