:root {
    --b2b-bg: #0b0f1a;
    --b2b-card: #111827;
    --b2b-card-soft: #131d30;
    --b2b-primary: #2563eb;
    --b2b-primary-soft: rgba(37, 99, 235, 0.18);
    --b2b-accent: #22c55e;
    --b2b-text: #f8fafc;
    --b2b-text-soft: #cbd5e1;
    --b2b-border: rgba(148, 163, 184, 0.22);
    --b2b-shadow: 0 18px 44px rgba(2, 6, 23, 0.45);
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Manrope", "Segoe UI", sans-serif;
    letter-spacing: 0.01em;
}

body.home,
body.wp-custom-template-landing-funnel,
body.page,
body[class*="page-acquisition"],
body.page-template-page-acquisition-domains,
body.page-template-page-acquisition-domain-assessment {
    background: 
        radial-gradient(circle at 15% 6%, rgba(37, 99, 235, 0.36), transparent 42%),
        radial-gradient(circle at 86% 18%, rgba(34, 197, 94, 0.22), transparent 40%),
        radial-gradient(circle at 50% 120%, rgba(59, 130, 246, 0.2), transparent 50%),
        #0b0f1a !important;
    color: var(--b2b-text) !important;
}

.b2b-acquisition-hero {
    padding: 120px 24px;
    background: 
        radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.15), transparent 70%),
        var(--b2b-bg);
    color: var(--b2b-text);
    text-align: center;
}

.b2b-acquisition-hero h1,
.b2b-acquisition-hero p {
    color: var(--b2b-text);
}

body.home .wp-site-blocks,
body.wp-custom-template-landing-funnel .wp-site-blocks,
body[class*="page-acquisition"] .wp-site-blocks {
    overflow-x: clip;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.b2b-top-bar {
    min-height: 44px;
    background: var(--b2b-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    box-shadow: 0 4px 18px rgba(37, 99, 235, 0.35);
}

.b2b-top-bar p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.b2b-main {
    position: relative;
}

.b2b-section {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.b2b-section::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.28), transparent);
}

.b2b-hero-section {
    min-height: 720px;
    display: flex;
    align-items: center;
}

.b2b-hero-columns {
    width: 100%;
    gap: 32px;
}

.b2b-hero-title {
    font-size: 56px !important;
    line-height: 1.1;
    margin-bottom: 22px;
}

.b2b-hero-subhead {
    font-size: 20px;
    line-height: 1.55;
    max-width: 520px;
    color: var(--b2b-text-soft);
    margin-bottom: 16px;
}

.b2b-support-line {
    margin: 0 0 18px;
    font-weight: 700;
}

.b2b-core-positioning {
    margin: 0 0 20px;
    color: rgba(248, 250, 252, 0.9);
    font-size: 17px;
    line-height: 1.6;
    border-left: 3px solid rgba(34, 197, 94, 0.75);
    padding-left: 14px;
}

.b2b-check-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 28px;
}

.b2b-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 14px 0;
    color: var(--b2b-text-soft);
}

.b2b-check-list li::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--b2b-accent);
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}

.b2b-hero-buttons {
    gap: 14px;
    margin-bottom: 12px;
}

.wp-block-button.b2b-btn-primary .wp-block-button__link,
.b2b-pay-btn,
.b2b-nav-btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 12px;
    min-height: 60px;
    min-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 14px 26px rgba(29, 78, 216, 0.35);
}

.wp-block-button.b2b-btn-primary .wp-block-button__link:hover,
.b2b-pay-btn:hover,
.b2b-nav-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(29, 78, 216, 0.4);
}

.wp-block-button.b2b-btn-secondary .wp-block-button__link,
.wp-block-button.is-style-outline.b2b-btn-secondary .wp-block-button__link {
    min-height: 60px;
    min-width: 240px;
    border-radius: 12px;
    border: 1px solid var(--b2b-border);
    background: transparent;
    color: var(--b2b-text);
    font-weight: 700;
}

.wp-block-button.b2b-btn-secondary .wp-block-button__link:hover,
.wp-block-button.is-style-outline.b2b-btn-secondary .wp-block-button__link:hover {
    border-color: rgba(37, 99, 235, 0.7);
    background: var(--b2b-primary-soft);
}

.b2b-micro-copy {
    color: var(--b2b-text-soft);
    opacity: 0.95;
}

.b2b-hero-visual {
    background:
        linear-gradient(160deg, rgba(37, 99, 235, 0.2), rgba(17, 24, 39, 0.95) 50%),
        var(--b2b-card);
    border: 1px solid var(--b2b-border);
    border-radius: 24px;
    padding: 34px;
    box-shadow: var(--b2b-shadow);
}

.b2b-hero-visual p {
    color: var(--b2b-text-soft);
}

.b2b-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.b2b-stat-card {
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.8), rgba(11, 15, 26, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(2, 6, 23, 0.3);
    transition: all 0.3s ease;
}

.b2b-stat-card:hover {
    border-color: var(--b2b-primary);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.45);
}

.b2b-stat-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

.b2b-problem-section p,
.b2b-problem-section li {
    font-size: 18px;
}

.b2b-highlight-line {
    color: #ffffff;
    font-size: 22px;
}

.b2b-clarity-break {
    background: linear-gradient(160deg, rgba(37, 99, 235, 0.16), rgba(17, 24, 39, 0.96));
    border: 1px solid var(--b2b-border);
    border-radius: 20px;
    box-shadow: var(--b2b-shadow);
}

.b2b-focus-columns {
    margin-top: 24px;
}

.b2b-focus-columns .wp-block-column {
    background: rgba(17, 24, 39, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    padding: 24px;
}

.b2b-mini-heading {
    margin-top: 20px;
}

.b2b-authority-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.b2b-feature-card {
    background: var(--b2b-card);
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 32px;
    box-shadow: var(--b2b-shadow);
}

.b2b-feature-card p {
    margin: 0;
}

.b2b-scan-card {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid rgba(37, 99, 235, 0.5);
    background: linear-gradient(150deg, rgba(37, 99, 235, 0.24), rgba(17, 24, 39, 1));
    box-shadow: var(--b2b-shadow);
}

.b2b-quiz-card {
    max-width: 520px;
    margin: 0 auto;
    background: var(--b2b-card);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 20px;
    padding: 32px;
    box-shadow: var(--b2b-shadow);
}

.b2b-quiz-progress {
    height: 6px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.28);
    margin-bottom: 16px;
    overflow: hidden;
}

.b2b-quiz-progress-bar {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #22c55e);
    transition: width 0.25s ease;
}

.b2b-quiz-step-label {
    margin: 0 0 8px;
    color: var(--b2b-text-soft);
    font-size: 14px;
}

.b2b-quiz-question {
    margin: 0 0 18px;
    font-size: 28px;
}

.b2b-quiz-options {
    display: grid;
    gap: 12px;
}

.b2b-option-btn {
    height: 60px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: rgba(11, 15, 26, 0.7);
    color: var(--b2b-text);
    text-align: left;
    padding: 0 16px;
    font-size: 17px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.b2b-option-btn:hover {
    border-color: rgba(37, 99, 235, 0.7);
    background: rgba(37, 99, 235, 0.16);
    transform: translateY(-1px);
}

.b2b-option-btn.is-selected {
    border-color: rgba(37, 99, 235, 0.95);
    background: rgba(37, 99, 235, 0.26);
}

.b2b-quiz-email {
    margin-top: 14px;
}

.b2b-quiz-email label {
    display: block;
    margin-bottom: 6px;
    color: var(--b2b-text-soft);
}

.b2b-quiz-email input {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(11, 15, 26, 0.85);
    color: #ffffff;
    padding: 0 14px;
    font-size: 16px;
}

.b2b-quiz-trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.b2b-quiz-nav {
    margin-top: 18px;
    display: flex;
    gap: 12px;
}

.b2b-nav-btn {
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: transparent;
    color: var(--b2b-text-soft);
    min-height: 48px;
    min-width: 110px;
    padding: 0 18px;
    cursor: pointer;
}

.b2b-nav-btn-primary {
    min-width: 220px;
}

.b2b-result-card {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid rgba(34, 197, 94, 0.44);
    background: linear-gradient(150deg, rgba(34, 197, 94, 0.2), rgba(17, 24, 39, 1));
    box-shadow: var(--b2b-shadow);
}

[data-brand-gap],
[data-brand-gap-inline] {
    color: var(--b2b-accent);
}

.b2b-entry-card {
    max-width: 420px;
    margin: 0 auto;
    background: var(--b2b-card);
    border-radius: 20px;
    border: 1px solid var(--b2b-border);
    box-shadow: var(--b2b-shadow);
}

.b2b-product-title {
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.b2b-price {
    font-size: 36px;
    line-height: 1.2;
    margin: 10px 0;
}

.b2b-core-offer-columns {
    margin-top: 22px;
}

.b2b-offer-card,
.b2b-ticket-card,
.b2b-recurring-card,
.b2b-funnel-card {
    height: 100%;
    background: var(--b2b-card);
    border: 1px solid var(--b2b-border);
    border-radius: 16px;
    box-shadow: var(--b2b-shadow);
}

.b2b-offer-card-accent {
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.16), rgba(17, 24, 39, 1));
}

.b2b-ticket-columns .wp-block-column,
.b2b-core-offer-columns .wp-block-column {
    display: flex;
}

.b2b-recurring-card {
    max-width: 620px;
    margin: 0 auto;
}

.b2b-funnel-section p {
    color: var(--b2b-text-soft);
}

.b2b-funnel-card h4 {
    margin-top: 0;
}

.wp-block-details {
    background: rgba(17, 24, 39, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
}

.wp-block-details summary {
    cursor: pointer;
    font-weight: 700;
}

.b2b-final-cta {
    border-top: 1px solid rgba(148, 163, 184, 0.24);
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(160deg, rgba(17, 24, 39, 0.98), rgba(11, 15, 26, 1));
}

.b2b-footer-note {
    color: var(--b2b-text-soft);
}

.b2b-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    border: 0;
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    z-index: 75;
    cursor: pointer;
    letter-spacing: 0.03em;
    box-shadow: 0 -8px 22px rgba(2, 6, 23, 0.5);
    transition: transform 0.24s ease, opacity 0.24s ease;
}

body.b2b-modal-open .b2b-sticky-cta {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
}

.b2b-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.75);
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 20px;
    backdrop-filter: blur(5px);
}

.b2b-modal-overlay[hidden] {
    display: none;
}

.b2b-modal {
    width: min(560px, 100%);
    background: linear-gradient(165deg, rgba(37, 99, 235, 0.14), rgba(17, 24, 39, 1) 45%);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 26px 56px rgba(2, 6, 23, 0.55);
    position: relative;
}

.b2b-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.b2b-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(15, 23, 42, 0.7);
    color: var(--b2b-text-soft);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b2b-modal-close:hover {
    color: #ffffff;
    border-color: rgba(37, 99, 235, 0.8);
    background: rgba(37, 99, 235, 0.24);
}

.b2b-modal-step {
    display: none;
}

.b2b-modal-step.is-active {
    display: block;
}

.b2b-step-tag {
    margin: 0 0 8px;
    color: var(--b2b-text-soft);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.b2b-addon-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0;
    color: var(--b2b-text-soft);
}

.b2b-modal-email-input {
    margin: 20px 0;
}

.b2b-modal-email-input label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--b2b-text);
    font-size: 14px;
}

.b2b-modal-email-input input {
    width: 100%;
    padding: 12px 16px;
    background: rgba(17, 24, 39, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 8px;
    color: var(--b2b-text);
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.b2b-modal-email-input input:focus {
    outline: none;
    border-color: var(--b2b-primary);
    background: rgba(37, 99, 235, 0.1);
}

.b2b-order-total {
    font-size: 20px;
    margin: 14px 0;
    font-weight: 700;
}

.b2b-pay-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.b2b-pay-btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
}

.b2b-pay-btn-muted {
    background: transparent;
    color: var(--b2b-text-soft);
    border: 1px solid rgba(148, 163, 184, 0.32);
    box-shadow: none;
}

.b2b-upsell-price {
    font-size: 34px;
    font-weight: 800;
    margin: 8px 0 2px;
    color: var(--b2b-accent);
}

html.b2b-motion .b2b-section,
html.b2b-motion .b2b-top-bar,
html.b2b-motion .b2b-footer-note {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

html.b2b-motion .is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1000px) {
    .b2b-authority-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b2b-hero-title {
        font-size: 46px !important;
    }
}

@media (max-width: 781px) {
    .b2b-section,
    .b2b-footer-note {
        padding-top: 80px !important;
        padding-bottom: 120px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .b2b-top-bar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b2b-hero-section {
        min-height: auto;
    }

    .b2b-hero-title {
        font-size: 34px !important;
    }

    h2,
    .has-h2-font-size {
        font-size: 26px !important;
    }

    .b2b-hero-subhead {
        font-size: 18px;
    }

    .b2b-authority-grid,
    .b2b-stat-grid {
        grid-template-columns: 1fr;
    }

    .wp-block-buttons {
        width: 100%;
    }

    .wp-block-button {
        width: 100%;
    }

    .wp-block-button .wp-block-button__link {
        width: 100%;
        min-width: 0 !important;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }

    .b2b-quiz-card {
        padding: 22px;
    }

    .b2b-quiz-question {
        font-size: 24px;
    }

    .b2b-quiz-nav {
        flex-direction: column;
    }

    .b2b-modal {
        padding: 22px 18px;
    }
}

/* --- Design upgrade overrides --- */
:root {
    --b2b-bg-deep: #070b14;
    --b2b-card-glass: rgba(17, 24, 39, 0.72);
    --b2b-primary-bright: #3b82f6;
    --b2b-accent-warm: #f59e0b;
    --b2b-border-strong: rgba(148, 163, 184, 0.42);
    --b2b-shadow: 0 26px 60px rgba(2, 6, 23, 0.55);
    --b2b-shadow-soft: 0 16px 38px rgba(2, 6, 23, 0.4);
    --b2b-glow-blue: 0 0 45px rgba(37, 99, 235, 0.35);
    --b2b-glow-green: 0 0 45px rgba(34, 197, 94, 0.28);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    text-rendering: optimizeLegibility;
}

/* Global dark mode applied at top of file */

.b2b-top-bar {
    background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 50%, #22c55e 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.45);
}

.b2b-top-bar p {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.b2b-main {
    isolation: isolate;
}

.b2b-main::before,
.b2b-main::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(0);
    opacity: 0.8;
    pointer-events: none;
}

.b2b-main::before {
    width: 520px;
    height: 520px;
    top: -120px;
    right: -160px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.4), transparent 65%);
}

.b2b-main::after {
    width: 620px;
    height: 620px;
    bottom: -220px;
    left: -200px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.26), transparent 70%);
}

.b2b-section {
    position: relative;
    isolation: isolate;
}

.b2b-section::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.35), transparent);
}

.b2b-section h1,
.b2b-section h2,
.b2b-section h3,
.b2b-section h4 {
    text-wrap: balance;
    letter-spacing: -0.02em;
    color: var(--b2b-text);
}

.b2b-section p {
    color: var(--b2b-text-soft);
}

.b2b-section p strong {
    color: var(--b2b-text);
}

p.has-text-align-center {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

.b2b-section ul:not(.b2b-check-list) {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 28px;
}

.b2b-section ul:not(.b2b-check-list) li {
    position: relative;
    padding-left: 24px;
    margin: 10px 0;
    color: var(--b2b-text-soft);
}

.b2b-section ul:not(.b2b-check-list) li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #22c55e);
    box-shadow: 0 0 12px rgba(37, 99, 235, 0.45);
}

.b2b-default-header {
    background: rgba(6, 10, 18, 0.88);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    backdrop-filter: blur(8px);
}

.b2b-default-header .wp-block-site-title a {
    color: var(--b2b-text);
    text-decoration: none;
}

.b2b-default-footer {
    background: rgba(6, 10, 18, 0.85);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.b2b-hero-section {
    background:
        radial-gradient(circle at 8% 10%, rgba(37, 99, 235, 0.32), transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(34, 197, 94, 0.2), transparent 48%);
}

.b2b-hero-title {
    font-size: clamp(40px, 4.5vw, 64px) !important;
    text-shadow: 0 18px 40px rgba(2, 6, 23, 0.55);
}

.b2b-hero-subhead {
    font-size: 20px;
}

.b2b-core-positioning {
    border-left: 3px solid rgba(34, 197, 94, 0.85);
    background: rgba(15, 23, 42, 0.55);
    border-radius: 12px;
    padding: 14px 16px;
}

.b2b-hero-visual {
    position: relative;
    background:
        linear-gradient(160deg, rgba(37, 99, 235, 0.24), rgba(17, 24, 39, 0.92) 55%),
        var(--b2b-card);
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: var(--b2b-shadow);
}

.b2b-hero-visual::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.b2b-stat-card {
    background: rgba(6, 10, 18, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: var(--b2b-shadow-soft);
}

.b2b-stat-card strong {
    color: var(--b2b-text);
}

.b2b-problem-section {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(7, 11, 18, 0.98)),
        radial-gradient(circle at 12% 18%, rgba(245, 158, 11, 0.12), transparent 55%);
}

.b2b-highlight-line {
    color: #ffffff;
    font-size: 24px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.35);
    box-shadow: var(--b2b-shadow-soft);
}

.b2b-clarity-section {
    background: radial-gradient(circle at 80% 0%, rgba(34, 197, 94, 0.16), transparent 60%);
}

.b2b-clarity-break {
    position: relative;
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: var(--b2b-shadow);
}

.b2b-clarity-break::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.b2b-authority-section {
    background:
        linear-gradient(180deg, rgba(7, 11, 18, 0.96), rgba(12, 18, 32, 0.92)),
        radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.18), transparent 60%);
}

.b2b-focus-columns .wp-block-column {
    background: var(--b2b-card-glass);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: var(--b2b-shadow-soft);
}

.b2b-feature-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.85), rgba(9, 13, 24, 0.98));
    backdrop-filter: blur(8px);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 20px;
    padding: 36px;
    box-shadow: var(--b2b-shadow-soft);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.b2b-feature-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 16px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.b2b-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(2, 6, 23, 0.6);
}

.b2b-feature-card:hover::after {
    opacity: 1;
}

.b2b-scan-section {
    background: radial-gradient(circle at 10% 10%, rgba(37, 99, 235, 0.2), transparent 55%);
}

#brand-scan,
#brand-quiz,
#b2b-acquisition-quiz,
#b2b-acquisition-strategy {
    scroll-margin-top: 120px;
}

.b2b-scan-card {
    border: 1px solid rgba(37, 99, 235, 0.55);
    box-shadow: 0 28px 54px rgba(2, 6, 23, 0.6);
}

.b2b-quiz-section {
    background: linear-gradient(180deg, rgba(10, 16, 28, 0.96), rgba(6, 10, 18, 0.96));
}

.b2b-quiz-card {
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.92), rgba(9, 13, 24, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: var(--b2b-shadow);
}

.b2b-quiz-options {
    gap: 14px;
}

.b2b-option-btn {
    background: rgba(6, 10, 18, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.b2b-option-btn.is-selected {
    border-color: rgba(59, 130, 246, 0.95);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.38), rgba(34, 197, 94, 0.22));
    box-shadow: var(--b2b-glow-blue);
}

.b2b-quiz-email input {
    border: 1px solid rgba(148, 163, 184, 0.5);
}

.b2b-results-section {
    background: radial-gradient(circle at 80% 30%, rgba(34, 197, 94, 0.16), transparent 60%);
}

.b2b-result-card {
    border: 1px solid rgba(34, 197, 94, 0.55);
    box-shadow: 0 30px 56px rgba(2, 6, 23, 0.6);
}

.b2b-entry-section {
    background:
        linear-gradient(180deg, rgba(9, 13, 24, 0.96), rgba(12, 18, 32, 0.92)),
        radial-gradient(circle at 12% 20%, rgba(245, 158, 11, 0.14), transparent 58%);
}

.b2b-entry-card {
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: var(--b2b-shadow);
}

.b2b-price {
    font-size: clamp(28px, 3.6vw, 40px);
    letter-spacing: -0.01em;
}

.b2b-core-offer-section {
    background: radial-gradient(circle at 90% 15%, rgba(37, 99, 235, 0.2), transparent 60%);
}

.b2b-offer-card,
.b2b-ticket-card,
.b2b-recurring-card,
.b2b-funnel-card {
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: var(--b2b-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.b2b-offer-card:hover,
.b2b-ticket-card:hover,
.b2b-recurring-card:hover,
.b2b-funnel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 52px rgba(2, 6, 23, 0.55);
}

.b2b-offer-card-accent {
    border: 1px solid rgba(37, 99, 235, 0.5);
    box-shadow: var(--b2b-glow-blue);
}

.b2b-ticket-section {
    background: linear-gradient(180deg, rgba(6, 10, 18, 0.98), rgba(10, 16, 28, 0.94));
}

.b2b-ticket-columns .wp-block-column:nth-child(2) .b2b-ticket-card {
    border: 1px solid rgba(59, 130, 246, 0.6);
    box-shadow: 0 30px 60px rgba(2, 6, 23, 0.6);
    transform: translateY(-6px);
}

.b2b-recurring-section {
    background: radial-gradient(circle at 12% 10%, rgba(34, 197, 94, 0.18), transparent 60%);
}

.b2b-funnel-section {
    background: linear-gradient(180deg, rgba(10, 16, 28, 0.96), rgba(6, 10, 18, 0.98));
}

.b2b-funnel-card h4 {
    color: var(--b2b-text);
}

.b2b-commitment-section {
    background:
        linear-gradient(180deg, rgba(7, 11, 18, 0.98), rgba(11, 15, 26, 0.96)),
        radial-gradient(circle at 80% 10%, rgba(37, 99, 235, 0.18), transparent 60%);
}

.b2b-faq-section {
    background: radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.14), transparent 60%);
}

.wp-block-details {
    position: relative;
    padding: 20px 22px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: var(--b2b-shadow-soft);
}

.wp-block-details summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wp-block-details summary::after {
    content: "+";
    font-size: 22px;
    color: var(--b2b-text-soft);
    margin-left: 12px;
}

.wp-block-details[open] summary::after {
    content: "-";
    color: var(--b2b-accent);
}

.b2b-cost-section {
    background: linear-gradient(180deg, rgba(10, 16, 28, 0.96), rgba(6, 10, 18, 0.98));
}

.b2b-final-cta {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
    background:
        radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.32), transparent 60%),
        radial-gradient(circle at 90% 10%, rgba(34, 197, 94, 0.28), transparent 60%),
        linear-gradient(180deg, rgba(7, 11, 18, 0.98), rgba(12, 18, 32, 0.96));
}

.b2b-final-cta h2 {
    font-size: clamp(30px, 3.4vw, 44px);
}

.b2b-footer-note {
    color: var(--b2b-text-soft);
    background: rgba(6, 10, 18, 0.9);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.b2b-sticky-cta {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #2563eb, #22c55e);
    box-shadow: 0 -12px 28px rgba(2, 6, 23, 0.6);
    z-index: 120;
}

.b2b-modal {
    background: linear-gradient(165deg, rgba(37, 99, 235, 0.2), rgba(9, 13, 24, 0.98) 45%);
}

.b2b-pay-btn-muted {
    background: rgba(6, 10, 18, 0.65);
}

@media (max-width: 1000px) {
    .b2b-ticket-columns .wp-block-column:nth-child(2) .b2b-ticket-card {
        transform: translateY(0);
    }
}

@media (max-width: 781px) {
    .b2b-top-bar p {
        font-size: 11px;
    }

    .b2b-hero-title {
        font-size: clamp(32px, 8vw, 40px) !important;
    }

    .b2b-highlight-line {
        font-size: 20px;
    }
}

/* --- Extra polish pass --- */
.b2b-section h2 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.b2b-section h2::after {
    content: "";
    display: block;
    height: 2px;
    width: min(220px, 60%);
    margin: 12px auto 0;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.8), rgba(34, 197, 94, 0.8), transparent);
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(37, 99, 235, 0.4);
}

.b2b-hero-title {
    position: relative;
}

.b2b-hero-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 6px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #22c55e);
    box-shadow: 0 0 18px rgba(37, 99, 235, 0.5);
}

.wp-block-button.b2b-btn-primary .wp-block-button__link,
.b2b-pay-btn,
.b2b-nav-btn-primary {
    position: relative;
    overflow: hidden;
}

.b2b-sticky-cta {
    overflow: hidden;
}

.wp-block-button.b2b-btn-primary .wp-block-button__link::after,
.b2b-pay-btn::after,
.b2b-nav-btn-primary::after,
.b2b-sticky-cta::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -120%;
    width: 60%;
    height: 180%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: skewX(-20deg);
    transition: transform 0.5s ease;
    pointer-events: none;
}

.wp-block-button.b2b-btn-primary .wp-block-button__link:hover::after,
.b2b-pay-btn:hover::after,
.b2b-nav-btn-primary:hover::after,
.b2b-sticky-cta:hover::after {
    transform: translateX(240%) skewX(-20deg);
}

.b2b-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
}

.b2b-hero-visual > * {
    position: relative;
    z-index: 1;
}

.b2b-stat-card {
    position: relative;
    overflow: hidden;
}

.b2b-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.8), rgba(34, 197, 94, 0.8));
    opacity: 0.7;
}

.b2b-feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(circle at 20% 0%, rgba(37, 99, 235, 0.2), transparent 55%);
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.b2b-feature-card > * {
    position: relative;
    z-index: 1;
}

.b2b-quiz-progress {
    background: rgba(148, 163, 184, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.b2b-quiz-progress-bar {
    box-shadow: 0 0 18px rgba(37, 99, 235, 0.45);
}

.b2b-result-card,
.b2b-quiz-card,
.b2b-entry-card,
.b2b-offer-card,
.b2b-ticket-card,
.b2b-recurring-card,
.b2b-funnel-card {
    position: relative;
    overflow: hidden;
}

.b2b-result-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.b2b-funnel-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.8), rgba(34, 197, 94, 0.8));
    opacity: 0.6;
}

.b2b-modal::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    pointer-events: none;
}

.b2b-final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;
}

.b2b-final-cta > * {
    position: relative;
    z-index: 1;
}

.b2b-section .wp-block-buttons,
.b2b-section .wp-block-button,
.b2b-section .wp-block-button__link {
    position: relative;
    z-index: 2;
}

@media (max-width: 781px) {
    .b2b-section h2::after {
        width: 140px;
    }

    .b2b-hero-title::after {
        width: 96px;
    }
}

/* Requirement lock: exact funnel specification */
.b2b-top-bar {
    height: 44px;
    min-height: 44px;
    background: #2563eb;
    padding: 0 24px;
}

.b2b-top-bar p {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.b2b-hero-section {
    min-height: 720px;
}

.b2b-hero-title {
    font-size: 56px !important;
    line-height: 1.1;
}

.b2b-hero-subhead {
    font-size: 20px;
    max-width: 520px;
}

.b2b-problem-section p,
.b2b-problem-section li {
    font-size: 18px;
}

.b2b-problem-section p {
    margin-bottom: 16px;
}

.b2b-business-flow {
    margin: 10px 0 0;
    font-weight: 700;
    color: #ffffff;
}

.b2b-scan-card {
    max-width: 600px;
    width: 100%;
}

.b2b-scan-card .wp-block-buttons,
.b2b-scan-card .wp-block-button,
.b2b-scan-card .wp-block-button__link {
    width: 100%;
}

.b2b-scan-card .wp-block-button__link {
    min-width: 0 !important;
}

.b2b-quiz-card {
    max-width: 520px;
}

.b2b-result-card {
    max-width: 600px;
}

.b2b-entry-card {
    max-width: 420px;
}

.b2b-addon-note {
    margin: 8px 0 0;
    color: var(--b2b-text-soft);
    font-size: 14px;
}

.b2b-sticky-cta {
    height: 64px;
}

@media (max-width: 781px) {
    .b2b-section,
    .b2b-footer-note {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .b2b-top-bar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b2b-top-bar p {
        font-size: 14px;
    }

    .b2b-hero-title {
        font-size: 34px !important;
    }

    h2,
    .has-h2-font-size {
        font-size: 26px !important;
    }

    .wp-block-buttons,
    .wp-block-button,
    .wp-block-button .wp-block-button__link {
        width: 100%;
    }
}

/* --- Acquisition Domain Styles --- */
.b2b-acquisition-hero {
    padding: 120px 24px;
    background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.15), transparent 70%);
    color: var(--b2b-text);
}

.b2b-kicker {
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 800;
    color: rgba(203, 213, 225, 0.8);
}

.b2b-positioning-strip {
    background: var(--b2b-card);
    border-top: 1px solid var(--b2b-border);
    border-bottom: 1px solid var(--b2b-border);
    padding: 24px 0;
    margin: 40px 0;
}

.b2b-flow-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 48px 0;
}

.b2b-signal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.b2b-signal-card {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(19, 29, 48, 0.92));
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.28);
}

.b2b-signal-card h3 {
    margin: 8px 0 12px;
    font-size: 24px;
    line-height: 1.15;
}

.b2b-signal-card p {
    margin-bottom: 0;
    color: var(--b2b-text-soft);
}

.b2b-signal-label {
    margin: 0;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 11px;
    font-weight: 800;
}

.b2b-signal-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 16px rgba(29, 78, 216, 0.3);
}

.b2b-signal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(29, 78, 216, 0.4);
}

.b2b-flow-step {
    background: var(--b2b-card);
    border: 1px solid var(--b2b-border);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    text-align: center;
}

.b2b-flow-arrow {
    text-align: center;
    font-size: 24px;
    color: var(--b2b-primary);
    animation: bounceDown 2s infinite;
}

@keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(10px);}
    60% {transform: translateY(5px);}
}

.b2b-example-card {
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.7), rgba(9, 13, 24, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 24px;
    box-shadow: var(--b2b-shadow-soft);
    transition: all 0.4s ease;
}

.b2b-example-card:hover {
    transform: translateY(-5px);
    border-color: var(--b2b-primary);
}

.b2b-roi-calculator {
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.9), rgba(11, 15, 26, 0.98));
    border: 1px solid rgba(37, 99, 235, 0.4);
    border-radius: 32px;
    padding: 64px 48px;
    margin: 80px 0;
    box-shadow: var(--b2b-glow-blue);
    position: relative;
    overflow: hidden;
}

.b2b-roi-calculator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #22c55e);
}

.b2b-calc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.b2b-calc-input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--b2b-text-soft);
}

.b2b-calc-input-group input {
    width: 100%;
    background: rgba(17, 24, 39, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    font-size: 16px;
    transition: border-color 0.2s ease;
}

.b2b-calc-input-group input:focus {
    outline: none;
    border-color: var(--b2b-primary);
    background: rgba(37, 99, 235, 0.1);
}

.b2b-calc-results {
    border-top: 1px solid var(--b2b-border);
    padding-top: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 24px;
    text-align: center;
}

.b2b-calc-result-value {
    font-size: 32px;
    font-weight: 800;
    color: var(--b2b-accent);
}

/* Assessment Quiz Styles */
.b2b-assessment-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 24px;
}

.b2b-assessment-card {
    background: var(--b2b-card);
    border: 1px solid var(--b2b-border);
    border-radius: 24px;
    padding: 48px;
    box-shadow: var(--b2b-shadow);
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.b2b-assessment-question {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 1.2;
    color: var(--b2b-text);
}

.b2b-assessment-options {
    display: grid;
    gap: 16px;
}

.b2b-assessment-btn {
    background: rgba(17, 24, 39, 0.8);
    border: 1px solid var(--b2b-border);
    border-radius: 12px;
    padding: 20px 24px;
    text-align: left;
    color: var(--b2b-text);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.b2b-assessment-btn:hover {
    border-color: var(--b2b-primary);
    background: var(--b2b-primary-soft);
}

.b2b-assessment-btn.is-selected {
    border-color: var(--b2b-primary);
    background: var(--b2b-primary);
    color: #ffffff;
    box-shadow: var(--b2b-glow-blue);
}

.b2b-assessment-score-meter {
    width: 150px;
    height: 150px;
    margin: 0 auto 24px;
    position: relative;
}

.b2b-score-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(var(--b2b-accent) var(--score-percent, 0%), var(--b2b-border) 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.b2b-score-inner {
    width: 85%;
    height: 85%;
    background: var(--b2b-card);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.b2b-score-number {
    font-size: 42px;
    font-weight: 800;
    color: var(--b2b-text);
}

.b2b-score-label {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--b2b-text-soft);
}

/* --- Refined Acquisition Styles --- */
.b2b-flow-visualization {
    background: rgba(15, 23, 42, 0.3);
    border-radius: 32px;
    padding: 64px 24px;
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.b2b-price-display {
    font-size: 24px;
    font-weight: 800;
    color: var(--b2b-accent);
    margin-top: 8px;
}

.b2b-recommendation-content ul {
    list-style: none;
    padding: 0;
}

.b2b-recommendation-content li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    display: flex;
    align-items: center;
}

.b2b-recommendation-content li::before {
    content: "✓";
    color: var(--b2b-accent);
    margin-right: 12px;
    font-weight: bold;
}

.b2b-assessment-microcopy {
    margin-top: 24px;
    padding: 16px;
    background: rgba(37, 99, 235, 0.1);
    border-left: 3px solid var(--b2b-primary);
    font-size: 14px;
    color: var(--b2b-text-soft);
}

@media (max-width: 768px) {
    .b2b-results-grid {
        grid-template-columns: 1fr !important;
    }
}



/* --- New Acquisition Page Styles --- */
.b2b-bg-dark-alt {
    background: rgba(13, 18, 30, 0.6) !important;
    position: relative;
    overflow: hidden;
}

.b2b-bg-dark-alt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(37, 99, 235, 0.08), transparent 70%);
    pointer-events: none;
}

.b2b-inline-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px;
    list-style: none !important;
    padding: 0 !important;
    margin: 28px auto !important;
    width: 100% !important;
    max-width: 900px;
}

.b2b-inline-list li {
    padding: 8px 16px !important;
    margin: 0 !important;
    color: var(--b2b-text) !important;
    font-weight: 600;
    font-size: 14px;
    background: rgba(148, 163, 184, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 999px;
    transition: all 0.2s ease;
}

.b2b-inline-list li:hover {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
    transform: translateY(-2px);
}

.b2b-inline-list li::before {
    display: none !important;
}

/* Negative Outcomes / Wasted Spend */
.b2b-negative-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px;
    list-style: none !important;
    padding: 0 !important;
    margin: 32px auto !important;
    width: 100% !important;
    max-width: 900px;
}

.b2b-negative-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 20px !important;
    margin: 0 !important;
    color: #fca5a5 !important; /* Soft Red */
    font-weight: 600;
    font-size: 15px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 14px;
    transition: all 0.3s ease;
}

.b2b-negative-list li:hover {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.4);
    transform: translateY(-2px);
}

.b2b-negative-list li::before {
    content: "\2715" !important; /* X mark */
    color: #ef4444;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 2px;
}

.b2b-grid-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    list-style: none !important;
    padding: 0 !important;
    margin: 56px auto !important;
    max-width: 1000px;
}

.b2b-grid-list li {
    flex: 1 1 280px;
    max-width: 320px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.7), rgba(11, 15, 26, 0.85));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    padding: 28px 24px !important;
    position: relative;
    color: var(--b2b-text-soft) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.3);
}

.b2b-grid-list li:hover {
    background: linear-gradient(165deg, rgba(37, 99, 235, 0.12), rgba(34, 197, 94, 0.08));
    border-color: rgba(37, 99, 235, 0.45);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 45px rgba(2, 6, 23, 0.5), 0 0 20px rgba(37, 99, 235, 0.1);
}

.b2b-grid-list li::before {
    content: "\2192" !important; /* Arrow */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--b2b-accent) !important;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    margin-top: 4px;
}

.b2b-grid-list li:hover::before {
    transform: translateX(5px);
}

.b2b-generic-funnel-callout {
    padding: 24px 40px;
    background: linear-gradient(180deg, transparent, rgba(239, 68, 68, 0.1), transparent);
    border-left: 4px solid #ef4444;
    border-right: 4px solid #ef4444;
    margin: 32px auto !important;
    font-style: italic;
    color: #fca5a5;
    max-width: 700px;
    text-align: center;
}

.b2b-problem-layout {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    margin: 56px 0;
}

.b2b-problem-box {
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.8), rgba(9, 13, 24, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 20px;
    padding: 40px;
    flex: 1;
    max-width: 420px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
    position: relative;
}

.b2b-problem-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #ef4444, transparent);
    opacity: 0.6;
}

.b2b-problem-arrow {
    display: flex;
    align-items: center;
    font-size: 32px;
    color: var(--b2b-primary);
    opacity: 0.6;
}

.b2b-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.b2b-comparison-box {
    background: var(--b2b-card);
    border: 1px solid var(--b2b-border);
    border-radius: 20px;
    padding: 32px;
}

.b2b-bg-accent {
    border-color: var(--b2b-accent) !important;
    background: rgba(34, 197, 94, 0.05) !important;
}

.b2b-bad-list p {
    color: #ef4444 !important;
    font-size: 14px;
    margin-bottom: 12px;
}

.has-accent-color {
    color: var(--b2b-accent) !important;
}

.has-accent-green-color {
    color: var(--b2b-accent) !important;
}

@media (max-width: 781px) {
    .b2b-problem-layout {
        flex-direction: column;
    }
    .b2b-problem-arrow {
        transform: rotate(90deg);
    }
    .b2b-comparison-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Acquisition Domain Sticky Enhancements --- */
body.page-template-page-acquisition-domains .b2b-default-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(11, 15, 26, 0.85);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
    transition: all 0.3s ease;
}

body.page-template-page-acquisition-domains .b2b-default-header:hover {
    background: rgba(11, 15, 26, 0.95);
    border-bottom-color: rgba(37, 99, 235, 0.3);
}

.b2b-default-header a, 
.b2b-default-header .wp-block-button__link {
    position: relative;
    z-index: 10000;
    pointer-events: auto !important;
}

.b2b-sticky-cta-acquisition {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    z-index: 999;
    background: linear-gradient(135deg, var(--b2b-primary), var(--b2b-accent));
    color: #ffffff;
    border: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(2, 6, 23, 0.5), 0 0 20px rgba(37, 99, 235, 0.3);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease, box-shadow 0.4s ease;
    white-space: nowrap;
    animation: b2b-cta-pulse 3s infinite;
}

.b2b-sticky-cta-acquisition:hover {
    transform: translateX(-50%) translateY(-5px) scale(1.05);
    box-shadow: 0 20px 45px rgba(2, 6, 23, 0.6), 0 0 30px rgba(34, 197, 94, 0.4);
    background: linear-gradient(135deg, var(--b2b-accent), var(--b2b-primary));
}

.b2b-sticky-cta-acquisition:active {
    transform: translateX(-50%) translateY(0) scale(0.98);
}

@keyframes b2b-cta-pulse {
    0% { box-shadow: 0 15px 35px rgba(2, 6, 23, 0.5), 0 0 0 0 rgba(37, 99, 235, 0.4); }
    70% { box-shadow: 0 15px 35px rgba(2, 6, 23, 0.5), 0 0 0 20px rgba(37, 99, 235, 0); }
    100% { box-shadow: 0 15px 35px rgba(2, 6, 23, 0.5), 0 0 0 0 rgba(37, 99, 235, 0); }
}

@media (max-width: 781px) {
    .b2b-sticky-cta-acquisition {
        bottom: 16px;
        width: 90%;
        padding: 16px 24px;
        font-size: 16px;
    }
}

/* --- Footer Clearance for Sticky CTA --- */
.b2b-acquisition-page ~ .b2b-default-footer,
.b2b-assessment-page ~ .b2b-default-footer,
body.template-page-acquisition-domains .b2b-default-footer,
body.page-template-page-acquisition-domains .b2b-default-footer {
    padding-bottom: 250px !important;
}

@media (max-width: 781px) {
    .b2b-acquisition-page ~ .b2b-default-footer,
    .b2b-assessment-page ~ .b2b-default-footer,
    body.template-page-acquisition-domains .b2b-default-footer,
    body.page-template-page-acquisition-domains .b2b-default-footer {
        padding-bottom: 200px !important;
    }
}

/* --- Assessment Quiz Email Input --- */
.b2b-assessment-input-wrap {
    margin: 20px 0;
    width: 100%;
}

.b2b-assessment-input {
    width: 100%;
    height: 60px;
    background: rgba(17, 24, 39, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    color: #ffffff;
    padding: 0 20px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.b2b-assessment-input:focus {
    outline: none;
    border-color: var(--b2b-primary);
    background: rgba(37, 99, 235, 0.1);
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.2);
}

