/* =============================================================
   Brand Promotion — premium dark-luxe redesign.
   Scoped under .brand-page so it doesn't bleed to other services.
   Gold accent: #d4a256 / #f6dbac / #a37a3f
   ============================================================= */

.brand-page {
    --bp-gold: #d4a256;
    --bp-gold-soft: #f6dbac;
    --bp-gold-deep: #a37a3f;
    --bp-gold-glow: rgba(212, 162, 86, 0.35);
    --bp-ink-1: #0b0820;
    --bp-ink-2: #161033;
    --bp-ink-3: #221842;
    --bp-line-dark: rgba(255, 255, 255, 0.10);
    --bp-text-soft: rgba(255, 255, 255, 0.72);
    --bp-text-mute: rgba(255, 255, 255, 0.52);
    --bp-grad: linear-gradient(135deg, #f6dbac 0%, #d4a256 45%, #a37a3f 100%);
}

/* ============================================================
   1. HERO — dark luxe with layered campaign mockup
   ============================================================ */
.brand-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: calc(var(--header-h, 70px) + 70px) 0 100px;
    background:
        radial-gradient(70% 60% at 85% 20%, rgba(212, 162, 86, 0.18) 0%, transparent 55%),
        radial-gradient(60% 60% at 10% 90%, rgba(124, 92, 255, 0.16) 0%, transparent 60%),
        linear-gradient(180deg, var(--bp-ink-1) 0%, var(--bp-ink-2) 60%, var(--bp-ink-3) 100%);
    isolation: isolate;
}
.brand-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    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: 64px 64px;
    mask-image: radial-gradient(ellipse 75% 70% at 60% 35%, #000 30%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse 75% 70% at 60% 35%, #000 30%, transparent 85%);
    pointer-events: none;
    z-index: 0;
}
.brand-hero-orb {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.55;
    z-index: 0;
}
.brand-hero-orb-1 {
    top: -120px;
    right: -120px;
    background: radial-gradient(circle, rgba(212, 162, 86, 0.55) 0%, transparent 70%);
}
.brand-hero-orb-2 {
    bottom: -180px;
    left: -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(124, 92, 255, 0.45) 0%, transparent 70%);
}
.brand-hero-grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.06;
    z-index: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/></svg>");
}
.brand-hero-shell {
    position: relative;
    z-index: 1;
    max-width: var(--shell-max);
    margin: 0 auto;
    padding: 0 var(--shell-pad);
}
.brand-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}
@media (min-width: 992px) {
    .brand-hero-grid { grid-template-columns: 1.08fr 1fr; gap: 80px; }
}

/* ----- Eyebrow (gold pill with status dot) ----- */
.brand-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px 7px 12px;
    background: rgba(212, 162, 86, 0.10);
    border: 1px solid rgba(212, 162, 86, 0.30);
    color: var(--bp-gold-soft);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 28px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.brand-eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bp-gold);
    box-shadow: 0 0 0 4px rgba(212, 162, 86, 0.18);
    animation: bpPulse 2.4s ease-in-out infinite;
}
@keyframes bpPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(212, 162, 86, 0.18); }
    50% { box-shadow: 0 0 0 7px rgba(212, 162, 86, 0.05); }
}
.brand-eyebrow .sep { color: rgba(255, 255, 255, 0.25); margin: 0 -2px; }
.brand-eyebrow-ink {
    background: rgba(11, 8, 32, 0.04);
    border-color: rgba(11, 8, 32, 0.10);
    color: var(--bp-gold-deep);
}
.brand-eyebrow-ink .dot { background: var(--bp-gold-deep); box-shadow: 0 0 0 4px rgba(163, 122, 63, 0.16); }
.brand-eyebrow-ink .sep { color: rgba(11, 8, 32, 0.25); }
.brand-eyebrow-onDark {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

/* ----- Hero title ----- */
.brand-hero-title {
    font-size: clamp(2.4rem, 1.4rem + 3.6vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.028em;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 700;
}
.brand-hero-title em {
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    color: var(--bp-gold-soft);
}
.brand-hero-title .gold-mark {
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
}
.brand-hero-title .gold-mark::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: var(--bp-grad);
    border-radius: 2px;
    opacity: 0.55;
}

/* ----- Hero lede ----- */
.brand-hero-lede {
    font-size: 1.12rem;
    line-height: 1.7;
    color: var(--bp-text-soft);
    max-width: 540px;
    margin-bottom: 36px;
}

/* ----- Hero stat trio ----- */
.brand-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 22px 4px;
    margin: 0 0 32px;
    border-top: 1px solid var(--bp-line-dark);
    border-bottom: 1px solid var(--bp-line-dark);
    max-width: 540px;
}
.brand-hero-stats li { list-style: none; }
.brand-hero-stats .stat-num {
    display: block;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
}
.brand-hero-stats .stat-num em {
    font-style: normal;
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.brand-hero-stats .stat-lbl {
    display: block;
    font-size: 11.5px;
    color: var(--bp-text-mute);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    line-height: 1.4;
}

/* ----- Hero CTA buttons (gold primary + glass ghost) ----- */
.brand-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}
.brand-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease), border-color 240ms var(--ease), color 240ms var(--ease);
    border: 1px solid transparent;
}
.brand-btn i { font-size: 13px; }
.brand-btn-primary {
    background: var(--bp-grad);
    color: #1a1006;
    box-shadow: 0 18px 36px -10px var(--bp-gold-glow), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.brand-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px -10px rgba(212, 162, 86, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.brand-btn-ghost {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.brand-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--bp-gold);
    color: var(--bp-gold-soft);
    transform: translateY(-2px);
}
.brand-btn-ghost i { color: var(--bp-gold); }

/* On-light variant inside CTA band uses same gold treatment */

/* ----- Hero press marks ----- */
.brand-hero-press {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}
.brand-hero-press .press-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bp-text-mute);
    font-weight: 600;
    padding-right: 18px;
    border-right: 1px solid var(--bp-line-dark);
}
.brand-hero-press .press-marks {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.brand-hero-press .press-marks li {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14.5px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    transition: color 240ms var(--ease);
}
.brand-hero-press .press-marks li:hover { color: var(--bp-gold-soft); }

/* ============================================================
   2. CAMPAIGN STACK — layered mockup
   ============================================================ */
.brand-hero-visual {
    position: relative;
}
.campaign-stack {
    position: relative;
    height: 540px;
    perspective: 1200px;
}
@media (max-width: 991px) {
    .campaign-stack { height: 480px; max-width: 460px; margin: 0 auto; }
}
@media (max-width: 560px) {
    .campaign-stack { height: 420px; }
}

/* Base mock card */
.mock-card {
    position: absolute;
    border-radius: 16px;
    box-shadow:
        0 40px 80px -20px rgba(0, 0, 0, 0.55),
        0 20px 40px -10px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: transform 600ms cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
}
.campaign-stack:hover .mock-card { transform: translate(var(--tx, 0), var(--ty, 0)) rotate(var(--r, 0deg)); }

/* MAGAZINE (back layer) */
.mock-magazine {
    --tx: -8px; --ty: -8px; --r: -7deg;
    top: 6%;
    left: 6%;
    width: 58%;
    height: 78%;
    transform: rotate(-7deg);
    background: linear-gradient(135deg, #f7ecd9 0%, #ead4a8 100%);
    color: #1a1006;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.mock-magazine .mag-bar {
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--bp-gold-deep);
    background: rgba(26, 16, 6, 0.05);
    border-bottom: 1px solid rgba(26, 16, 6, 0.12);
}
.mock-magazine .mag-cover {
    padding: 22px 22px 24px;
    position: relative;
    height: calc(100% - 38px);
    display: flex;
    flex-direction: column;
}
.mock-magazine .mag-kicker {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--bp-gold-deep);
    font-weight: 700;
    margin-bottom: 10px;
}
.mock-magazine .mag-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 1rem + 1.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: #1a1006;
    margin-bottom: 14px;
}
.mock-magazine .mag-sub {
    font-size: 12px;
    line-height: 1.55;
    color: rgba(26, 16, 6, 0.65);
    max-width: 90%;
    flex: 1;
}
.mock-magazine .mag-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid rgba(26, 16, 6, 0.18);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(26, 16, 6, 0.7);
}
.mock-magazine .mag-logo {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 16px;
    color: #1a1006;
}

/* SOCIAL (middle layer) */
.mock-social {
    --tx: 6px; --ty: -10px; --r: 3deg;
    top: 18%;
    right: 8%;
    width: 48%;
    max-width: 280px;
    transform: rotate(3deg);
    background: #ffffff;
    color: #1a1535;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.mock-social .post-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}
.mock-social .post-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bp-grad);
    color: #1a1006;
    font-family: Georgia, serif;
    font-weight: 700;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.mock-social .post-head > div { flex: 1; line-height: 1.2; min-width: 0; }
.mock-social .post-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a1535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mock-social .post-name i { color: #2bb8ff; font-size: 11px; margin-left: 2px; }
.mock-social .post-meta {
    display: block;
    font-size: 10.5px;
    color: rgba(26, 21, 53, 0.5);
    margin-top: 1px;
}
.mock-social .post-more { color: rgba(26, 21, 53, 0.35); font-size: 14px; }
.mock-social .post-art {
    position: relative;
    aspect-ratio: 1.05 / 1;
    background:
        radial-gradient(40% 50% at 30% 30%, rgba(212, 162, 86, 0.4) 0%, transparent 60%),
        radial-gradient(45% 50% at 75% 75%, rgba(124, 92, 255, 0.35) 0%, transparent 60%),
        linear-gradient(135deg, #1a1535 0%, #0b0820 100%);
    overflow: hidden;
}
.mock-social .post-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--bp-grad);
    color: #1a1006;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    padding: 5px 10px;
    border-radius: 4px;
}
.mock-social .post-corner {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bp-grad);
    box-shadow: 0 12px 24px var(--bp-gold-glow);
}
.mock-social .post-corner::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px solid rgba(26, 16, 6, 0.4);
}
.mock-social .post-foot {
    display: flex;
    gap: 16px;
    padding: 12px 14px;
    font-size: 11.5px;
    color: rgba(26, 21, 53, 0.7);
    font-weight: 600;
    border-top: 1px solid rgba(26, 21, 53, 0.08);
}
.mock-social .post-foot i { color: var(--bp-gold-deep); margin-right: 4px; }

/* BILLBOARD (front layer) */
.mock-billboard {
    --tx: -4px; --ty: 12px; --r: -4deg;
    bottom: 4%;
    left: 14%;
    width: 56%;
    transform: rotate(-4deg);
    background: linear-gradient(135deg, #1a1535 0%, #0b0820 100%);
    color: #fff;
    padding: 22px 24px 20px;
    border: 1px solid rgba(212, 162, 86, 0.25);
    overflow: hidden;
}
.mock-billboard::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--bp-gold-glow) 0%, transparent 60%);
    top: -60px;
    right: -60px;
    pointer-events: none;
}
.mock-billboard .bb-meta {
    position: relative;
    display: inline-block;
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bp-gold-soft);
    font-weight: 700;
    margin-bottom: 14px;
}
.mock-billboard .bb-headline {
    position: relative;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.2rem, 0.8rem + 1.6vw, 1.9rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 18px;
    color: #fff;
}
.mock-billboard .bb-logo {
    position: relative;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 15px;
    color: var(--bp-gold);
    padding-top: 12px;
    border-top: 1px solid rgba(212, 162, 86, 0.30);
    display: block;
}

/* FLOATING AWARD BADGE */
.float-award {
    position: absolute;
    top: 4%;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 10px 10px;
    background: rgba(11, 8, 32, 0.85);
    border: 1px solid rgba(212, 162, 86, 0.35);
    border-radius: 14px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
    transform: rotate(4deg);
    z-index: 4;
}
.float-award .award-medal {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--bp-grad);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1a1006;
    font-size: 14px;
    box-shadow: 0 6px 14px var(--bp-gold-glow);
}
.float-award strong {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.float-award span {
    display: block;
    font-size: 10.5px;
    color: var(--bp-gold-soft);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1px;
}

/* FLOATING METRIC PILL */
.float-metric {
    position: absolute;
    bottom: 0;
    right: 4%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: rgba(11, 8, 32, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
    color: var(--bp-text-soft);
    font-size: 12px;
    z-index: 4;
    transform: rotate(-2deg);
}
.float-metric strong { color: var(--bp-gold-soft); font-weight: 700; }
.float-metric .metric-pip {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ee06b;
    box-shadow: 0 0 0 4px rgba(46, 224, 107, 0.16);
    animation: bpBlink 1.6s ease-in-out infinite;
}
@keyframes bpBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.55; }
}

/* Stagger on mobile so the cards stack vertically */
@media (max-width: 560px) {
    .mock-magazine { width: 72%; height: 60%; left: 2%; top: 0; }
    .mock-social { width: 60%; max-width: 220px; right: 0; top: 8%; }
    .mock-billboard { width: 70%; left: 6%; bottom: 8%; }
    .float-award { top: 2%; right: 2%; padding: 8px 12px 8px 8px; }
    .float-award strong { font-size: 11px; }
    .float-award span { font-size: 9.5px; }
    .float-metric { font-size: 10.5px; padding: 8px 14px; right: 2%; }
}


/* ============================================================
   3. KPI section (under hero)
   ============================================================ */
.brand-page .brand-kpi-section {
    background: #fff;
    border-bottom: 1px solid var(--c-line);
    padding: 56px 0;
}
.brand-page .brand-kpis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .brand-page .brand-kpis { grid-template-columns: repeat(4, 1fr); gap: 22px; }
}
.brand-page .brand-kpi {
    position: relative;
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: 26px 22px;
    overflow: hidden;
    transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}
.brand-page .brand-kpi::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--bp-grad);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 420ms var(--ease-out);
}
.brand-page .brand-kpi:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px -18px rgba(11, 8, 32, 0.18);
    border-color: var(--bp-gold-soft);
}
.brand-page .brand-kpi:hover::before { transform: scaleX(1); }
.brand-page .brand-kpi-num {
    display: block;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.8rem, 1.1rem + 2vw, 2.4rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--c-ink);
    margin-bottom: 10px;
}
.brand-page .brand-kpi-num em {
    font-style: normal;
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.brand-page .brand-kpi-label {
    display: block;
    font-weight: 600;
    color: var(--c-ink);
    font-size: 14.5px;
    margin-bottom: 6px;
}
.brand-page .brand-kpi-trend {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: var(--c-ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.brand-page .brand-kpi-trend i { color: var(--bp-gold-deep); }


/* ============================================================
   4. Section headers + titles (on-light brand-flavored)
   ============================================================ */
.brand-page .brand-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}
.brand-page .brand-section-head.is-on-dark .brand-section-title { color: #fff; }
.brand-page .brand-section-head.is-on-dark .brand-section-sub { color: rgba(255, 255, 255, 0.75); }
.brand-page .brand-section-title {
    font-size: clamp(1.8rem, 1.2rem + 1.7vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.022em;
    margin: 16px 0 14px;
    color: var(--c-ink);
    font-weight: 700;
}
.brand-page .brand-section-sub {
    font-size: 1.02rem;
    color: var(--c-ink-soft);
    line-height: 1.6;
}

/* ----- Overview list ----- */
.brand-page .brand-bullets {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
.brand-page .brand-bullets li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: var(--c-ink);
    font-size: 15px;
    line-height: 1.5;
}
.brand-page .brand-bullets li i {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--bp-gold-soft) 0%, var(--bp-gold) 100%);
    color: #1a1006;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-top: 2px;
}


/* ============================================================
   5. Capabilities (benefit cards) — premium feel
   ============================================================ */
.brand-page .brand-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
@media (min-width: 640px) { .brand-page .brand-benefits { grid-template-columns: repeat(2, 1fr); gap: 22px; } }
@media (min-width: 992px) { .brand-page .brand-benefits { grid-template-columns: repeat(3, 1fr); } }

.brand-page .brand-benefit {
    position: relative;
    padding: 30px 28px;
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    transition: transform 360ms var(--ease-out), box-shadow 360ms var(--ease), border-color 360ms var(--ease);
    overflow: hidden;
    isolation: isolate;
}
.brand-page .brand-benefit::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(80% 100% at 100% 0%, rgba(212, 162, 86, 0.10) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 360ms var(--ease);
    z-index: -1;
}
.brand-page .brand-benefit:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -22px rgba(11, 8, 32, 0.22);
    border-color: var(--bp-gold-soft);
}
.brand-page .brand-benefit:hover::before { opacity: 1; }
.brand-page .brand-benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(212, 162, 86, 0.18) 0%, rgba(212, 162, 86, 0.05) 100%);
    color: var(--bp-gold-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
    border: 1px solid rgba(212, 162, 86, 0.20);
}
.brand-page .brand-benefit h3 {
    font-size: 1.18rem;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    color: var(--c-ink);
}
.brand-page .brand-benefit p {
    color: var(--c-ink-soft);
    font-size: 14.5px;
    line-height: 1.62;
    margin: 0;
}


/* ============================================================
   6. Brand-work showcase — premium 3-card gallery
   ============================================================ */
.brand-page .brand-showcase-section { background: #fff; }
.brand-page .showcase-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 768px) { .brand-page .showcase-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .brand-page .showcase-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }

.brand-page .showcase-card {
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 360ms var(--ease-out), box-shadow 360ms var(--ease), border-color 360ms var(--ease);
    display: flex;
    flex-direction: column;
}
.brand-page .showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 72px -24px rgba(11, 8, 32, 0.30);
    border-color: transparent;
}
.brand-page .showcase-art {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    color: #fff;
}
.brand-page .showcase-1 .showcase-art {
    background:
        radial-gradient(50% 60% at 30% 30%, rgba(212, 162, 86, 0.55) 0%, transparent 70%),
        radial-gradient(45% 55% at 80% 80%, rgba(163, 122, 63, 0.45) 0%, transparent 70%),
        linear-gradient(135deg, #1a1006 0%, #0b0820 100%);
}
.brand-page .showcase-2 .showcase-art {
    background:
        radial-gradient(50% 60% at 25% 75%, rgba(124, 92, 255, 0.50) 0%, transparent 70%),
        radial-gradient(45% 55% at 80% 25%, rgba(212, 162, 86, 0.42) 0%, transparent 70%),
        linear-gradient(135deg, #0b0820 0%, #221842 100%);
}
.brand-page .showcase-3 .showcase-art {
    background:
        radial-gradient(50% 60% at 50% 30%, rgba(235, 63, 67, 0.45) 0%, transparent 70%),
        radial-gradient(50% 60% at 30% 80%, rgba(212, 162, 86, 0.40) 0%, transparent 70%),
        linear-gradient(135deg, #1a0a0a 0%, #0b0820 100%);
}
.brand-page .showcase-frame {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    pointer-events: none;
}
.brand-page .showcase-headline {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(1.4rem, 1rem + 1.4vw, 1.95rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
}
.brand-page .showcase-headline em {
    font-style: italic;
    color: var(--bp-gold-soft);
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.brand-page .showcase-watermark {
    position: absolute;
    bottom: 22px;
    left: 22px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}
.brand-page .showcase-body { padding: 22px 24px 24px; }
.brand-page .showcase-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-ink-soft);
}
.brand-page .showcase-meta .showcase-cat { color: var(--bp-gold-deep); }
.brand-page .showcase-name {
    font-size: 1.12rem;
    letter-spacing: -0.01em;
    color: var(--c-ink);
    margin-bottom: 10px;
}
.brand-page .showcase-desc {
    color: var(--c-ink-soft);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.brand-page .showcase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.brand-page .showcase-tags li {
    background: rgba(212, 162, 86, 0.08);
    border: 1px solid rgba(212, 162, 86, 0.20);
    color: var(--bp-gold-deep);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}
.brand-page .showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--c-ink);
    font-size: 14px;
    text-decoration: none;
    transition: gap 200ms var(--ease), color 200ms var(--ease);
}
.brand-page .showcase-link i { color: var(--bp-gold-deep); transition: transform 240ms var(--ease); }
.brand-page .showcase-link:hover { color: var(--bp-gold-deep); gap: 12px; }
.brand-page .showcase-link:hover i { transform: translateX(3px); }


/* ============================================================
   7. Process — premium numbered timeline
   ============================================================ */
.brand-page .brand-process {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    counter-reset: brandStep;
}
@media (min-width: 640px) { .brand-page .brand-process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .brand-page .brand-process { grid-template-columns: repeat(5, 1fr); gap: 16px; } }

.brand-page .brand-step {
    position: relative;
    padding: 28px 22px 24px;
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}
.brand-page .brand-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px -18px rgba(11, 8, 32, 0.20);
    border-color: var(--bp-gold-soft);
}
.brand-page .brand-step .step-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: var(--bp-gold-deep);
    letter-spacing: 0.04em;
}
.brand-page .brand-step-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(212, 162, 86, 0.16) 0%, rgba(212, 162, 86, 0.04) 100%);
    color: var(--bp-gold-deep);
    border: 1px solid rgba(212, 162, 86, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 14px;
}
.brand-page .brand-step h4 {
    font-size: 1.08rem;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
    color: var(--c-ink);
}
.brand-page .brand-step p {
    color: var(--c-ink-soft);
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
}


/* ============================================================
   8. Performance section (dark) — gold accent on dark chart cards
   ============================================================ */
.brand-page .brand-performance {
    background: linear-gradient(135deg, var(--bp-ink-1) 0%, var(--bp-ink-2) 60%, var(--bp-ink-3) 100%);
}
.brand-page .brand-performance::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 100% 0%, rgba(212, 162, 86, 0.18) 0%, transparent 70%),
        radial-gradient(40% 50% at 0% 100%, rgba(124, 92, 255, 0.14) 0%, transparent 70%);
    pointer-events: none;
}
.brand-page .brand-chart-card-dark {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.brand-page .brand-chart-card-dark .chart-card-head h3 { color: #fff; }
.brand-page .brand-chart-card-dark .chart-card-head p { color: rgba(255, 255, 255, 0.65); }
.brand-page .brand-chart-card-dark .chart-card-tag {
    background: rgba(212, 162, 86, 0.18);
    color: var(--bp-gold-soft);
    border: 1px solid rgba(212, 162, 86, 0.32);
}


/* ============================================================
   9. CTA band — dark luxe close
   ============================================================ */
.brand-page .brand-cta-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bp-ink-1) 0%, var(--bp-ink-2) 60%, var(--bp-ink-3) 100%);
    color: #fff;
    padding: 90px 0;
    isolation: isolate;
}
.brand-page .brand-cta-band .brand-cta-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.brand-page .brand-cta-band .brand-section-title { color: #fff; }
.brand-page .brand-cta-band .brand-section-sub { color: rgba(255, 255, 255, 0.78); margin-bottom: 30px; }
.brand-page .brand-cta-band .brand-hero-cta { justify-content: center; margin: 0; }


/* ============================================================
   10. MOBILE refinements
   ============================================================ */
@media (max-width: 768px) {
    .brand-hero { padding: calc(var(--header-h, 70px) + 36px) 0 56px; }
    .brand-hero-grid { gap: 48px; }
    .brand-eyebrow { font-size: 11px; padding: 6px 14px 6px 10px; margin-bottom: 20px; letter-spacing: 0.12em; }
    .brand-hero-title { margin-bottom: 18px; }
    .brand-hero-lede { font-size: 1.02rem; margin-bottom: 26px; }
    .brand-hero-stats { gap: 14px; padding: 18px 4px; margin-bottom: 26px; }
    .brand-hero-stats .stat-num { font-size: 1.35rem; }
    .brand-hero-stats .stat-lbl { font-size: 10.5px; letter-spacing: 0.10em; }
    .brand-hero-cta { gap: 12px; margin-bottom: 30px; }
    .brand-btn { width: 100%; justify-content: center; padding: 14px 22px; font-size: 14.5px; }
    .brand-hero-press { gap: 14px; }
    .brand-hero-press .press-label { border-right: none; padding-right: 0; width: 100%; }
    .brand-hero-press .press-marks { gap: 16px; }
    .brand-hero-press .press-marks li { font-size: 13px; }

    .brand-page .brand-kpi-section { padding: 36px 0; }
    .brand-page .brand-kpi { padding: 22px 18px; }

    .brand-page .brand-section-head { margin: 0 auto 32px; }
    .brand-page .brand-benefit { padding: 24px 22px; }
    .brand-page .brand-benefit-icon { width: 46px; height: 46px; font-size: 18px; margin-bottom: 14px; }

    .brand-page .showcase-grid { gap: 18px; }
    .brand-page .showcase-art { aspect-ratio: 16 / 11; padding: 22px; }
    .brand-page .showcase-body { padding: 18px 20px 22px; }

    .brand-page .brand-cta-band { padding: 60px 0; }
}

@media (max-width: 480px) {
    .brand-hero-title { font-size: 2rem; line-height: 1.08; }
    .brand-hero-stats { grid-template-columns: 1fr; gap: 14px; }
    .brand-hero-stats li { display: flex; align-items: baseline; gap: 12px; }
    .brand-hero-stats .stat-num { margin-bottom: 0; font-size: 1.25rem; min-width: 80px; }
    .brand-hero-stats .stat-lbl { font-size: 11px; }
}


/* =============================================================
   ============================================================
   CTA PAGES (.brand-cta-page) — same dark-luxe gold treatment
   applied to the shared cta.css primitives.
   ============================================================
   ============================================================= */

/* ----- Hero banner (dark luxe) ----- */
.brand-cta-page .cta-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: calc(var(--header-h, 70px) + 70px) 0 90px;
    background:
        radial-gradient(70% 60% at 85% 20%, rgba(212, 162, 86, 0.18) 0%, transparent 55%),
        radial-gradient(60% 60% at 10% 90%, rgba(124, 92, 255, 0.16) 0%, transparent 60%),
        linear-gradient(180deg, var(--bp-ink-1) 0%, var(--bp-ink-2) 60%, var(--bp-ink-3) 100%);
    isolation: isolate;
}
.brand-cta-page .cta-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    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: 64px 64px;
    mask-image: radial-gradient(ellipse 75% 70% at 50% 30%, #000 30%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 30%, #000 30%, transparent 85%);
    pointer-events: none;
    z-index: 0;
}
.brand-cta-page .cta-hero > .brand-hero-orb,
.brand-cta-page .cta-hero > .brand-hero-grain {
    z-index: 0;
}
.brand-cta-page .cta-hero-shell {
    position: relative;
    z-index: 1;
}
.brand-cta-page .cta-hero-centered {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

/* Eyebrow: convert the cta-eyebrow into the brand gold pill */
.brand-cta-page .cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px 7px 12px;
    background: rgba(212, 162, 86, 0.10);
    border: 1px solid rgba(212, 162, 86, 0.30);
    color: var(--bp-gold-soft);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 28px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.brand-cta-page .cta-eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bp-gold);
    box-shadow: 0 0 0 4px rgba(212, 162, 86, 0.18);
    animation: bpPulse 2.4s ease-in-out infinite;
}
.brand-cta-page .cta-eyebrow .sep { color: rgba(255, 255, 255, 0.25); margin: 0 -2px; }
.brand-cta-page .cta-eyebrow i { color: var(--bp-gold); font-size: 11px; }

/* Headline + lede */
.brand-cta-page .cta-hero h1 {
    font-size: clamp(2.2rem, 1.3rem + 3.4vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.026em;
    color: #fff;
    margin: 0 auto 22px;
    font-weight: 700;
    max-width: 18ch;
}
.brand-cta-page .cta-hero h1 em {
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    color: var(--bp-gold-soft);
}
.brand-cta-page .cta-hero h1 .gold-mark,
.brand-cta-page .cta-hero h1 .gradient-text {
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
}
.brand-cta-page .cta-hero h1 .gold-mark::after,
.brand-cta-page .cta-hero h1 .gradient-text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: var(--bp-grad);
    border-radius: 2px;
    opacity: 0.55;
}
.brand-cta-page .cta-hero-lede,
.brand-cta-page .cta-hero p:not(.cta-hero-lede) {
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--bp-text-soft);
    max-width: 600px;
    margin: 0 auto 32px;
}

/* CTA buttons in hero — center them */
.brand-cta-page .cta-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 0;
}
.brand-cta-page .cta-hero-cta .brand-btn-ghost i { color: var(--bp-gold); }


/* ----- Intake form section (second cta-hero containing form) ----- */
.brand-cta-page #intake-hero {
    background:
        radial-gradient(70% 60% at 50% 0%, rgba(212, 162, 86, 0.08) 0%, transparent 60%),
        linear-gradient(180deg, #faf5ec 0%, #f3ecd9 100%);
    padding: 80px 0 90px;
}
.brand-cta-page #intake-hero::before { display: none; }
.brand-cta-page #intake-hero .cta-hero-shell { z-index: auto; }

/* The form card — premium cream surface with gold top accent */
.brand-cta-page .cta-form-card {
    background: #fff;
    border: 1px solid rgba(212, 162, 86, 0.20);
    border-radius: 22px;
    box-shadow: 0 50px 100px -30px rgba(11, 8, 32, 0.25), 0 18px 40px -16px rgba(163, 122, 63, 0.18);
    padding: 36px 34px;
    position: relative;
    overflow: hidden;
}
.brand-cta-page .cta-form-card::before {
    height: 5px;
    background: var(--bp-grad);
}
.brand-cta-page .cta-form-card h3 {
    font-size: 1.35rem;
    color: var(--c-ink);
    letter-spacing: -0.015em;
    margin-bottom: 8px;
}
.brand-cta-page .cta-form-card .form-tagline {
    color: var(--c-ink-soft);
    font-size: 14px;
    margin-bottom: 24px;
}
.brand-cta-page .cta-form-card .field label {
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--bp-gold-deep);
    font-weight: 700;
}
.brand-cta-page .cta-form-card .field input,
.brand-cta-page .cta-form-card .field select,
.brand-cta-page .cta-form-card .field textarea {
    background: #fcf8ef;
    border: 1.5px solid rgba(212, 162, 86, 0.22);
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 14.5px;
}
.brand-cta-page .cta-form-card .field input:focus,
.brand-cta-page .cta-form-card .field select:focus,
.brand-cta-page .cta-form-card .field textarea:focus {
    background: #fff;
    border-color: var(--bp-gold);
    box-shadow: 0 0 0 4px rgba(212, 162, 86, 0.18);
}
.brand-cta-page .cta-form-card .submit {
    background: var(--bp-grad);
    color: #1a1006;
    box-shadow: 0 18px 36px -10px var(--bp-gold-glow), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 15px;
}
.brand-cta-page .cta-form-card .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px -10px rgba(212, 162, 86, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.brand-cta-page .cta-form-card .form-perks {
    border-top: 1px dashed rgba(212, 162, 86, 0.30);
    color: var(--c-ink-soft);
}
.brand-cta-page .cta-form-card .form-perks i { color: var(--bp-gold-deep); }


/* ----- Trust strip ----- */
.brand-cta-page .cta-trust-strip {
    background: #fff;
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
    padding: 42px 0;
}
.brand-cta-page .cta-trust-strip p {
    color: var(--bp-gold-deep);
    letter-spacing: 0.22em;
    font-weight: 700;
    font-size: 11.5px;
}
.brand-cta-page .cta-logos img {
    filter: grayscale(100%) brightness(0.6);
    transition: filter 240ms var(--ease), opacity 240ms var(--ease);
    opacity: 0.7;
}
.brand-cta-page .cta-logos img:hover {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
}


/* ----- Section heads (cta-section-head) ----- */
.brand-cta-page .cta-section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px;
}
.brand-cta-page .cta-section-head .svc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: rgba(212, 162, 86, 0.10);
    border: 1px solid rgba(212, 162, 86, 0.22);
    color: var(--bp-gold-deep);
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.brand-cta-page .cta-section-head .svc-eyebrow i { color: var(--bp-gold-deep); font-size: 11px; }
.brand-cta-page .cta-section-head h2 {
    font-size: clamp(1.8rem, 1.2rem + 1.7vw, 2.7rem);
    letter-spacing: -0.022em;
    line-height: 1.1;
    color: var(--c-ink);
    margin: 0 0 12px;
}
.brand-cta-page .cta-section-head p {
    color: var(--c-ink-soft);
    font-size: 1.02rem;
    line-height: 1.6;
}

/* ----- Outcome cards (numbers) — gold accent ----- */
.brand-cta-page .outcome-card {
    border-radius: var(--radius-lg);
    border-color: var(--c-line);
    transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}
.brand-cta-page .outcome-card::before { background: var(--bp-grad); }
.brand-cta-page .outcome-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 56px -20px rgba(11, 8, 32, 0.18);
    border-color: var(--bp-gold-soft);
}
.brand-cta-page .outcome-card .num {
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.6rem;
}
.brand-cta-page .outcome-card h4 { color: var(--c-ink); }


/* ----- Pricing cards — premium gold treatment ----- */
.brand-cta-page .pricing-grid { gap: 28px; }
@media (min-width: 768px) { .brand-cta-page .pricing-grid { gap: 26px; } }
.brand-cta-page .pricing-card {
    border-radius: 20px;
    border: 1px solid var(--c-line);
    padding: 36px 30px;
    background: #fff;
    box-shadow: 0 14px 36px -22px rgba(11, 8, 32, 0.18);
}
.brand-cta-page .pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 38px 76px -28px rgba(11, 8, 32, 0.28);
    border-color: var(--bp-gold-soft);
}
.brand-cta-page .pricing-card .tier {
    color: var(--bp-gold-deep);
    font-size: 11px;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
}
.brand-cta-page .pricing-card .name {
    font-size: 1.5rem;
    color: var(--c-ink);
    margin-bottom: 8px;
}
.brand-cta-page .pricing-card .price .num {
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.8rem;
}
.brand-cta-page .pricing-card .features li i {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--bp-gold-soft) 0%, var(--bp-gold) 100%);
    color: #1a1006;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    margin-top: 2px;
}
.brand-cta-page .pricing-card .pick-btn {
    border: 1.5px solid var(--c-ink);
    color: var(--c-ink);
    border-radius: 999px;
    padding: 14px 22px;
    font-size: 14.5px;
}
.brand-cta-page .pricing-card .pick-btn:hover {
    background: var(--c-ink);
    color: #fff;
}

.brand-cta-page .pricing-card.is-popular {
    background: linear-gradient(180deg, #1a1535 0%, #0b0820 100%);
    border: 1px solid rgba(212, 162, 86, 0.45);
    color: #fff;
    box-shadow:
        0 40px 90px -28px rgba(11, 8, 32, 0.55),
        0 0 0 6px rgba(212, 162, 86, 0.06);
    transform: translateY(-6px);
}
.brand-cta-page .pricing-card.is-popular::before {
    content: "Most popular";
    background: var(--bp-grad);
    color: #1a1006;
    box-shadow: 0 14px 28px -8px var(--bp-gold-glow);
    font-weight: 800;
    padding: 7px 18px;
    letter-spacing: 0.12em;
    font-size: 11px;
}
.brand-cta-page .pricing-card.is-popular .tier { color: var(--bp-gold-soft); }
.brand-cta-page .pricing-card.is-popular .name { color: #fff; }
.brand-cta-page .pricing-card.is-popular .desc { color: rgba(255, 255, 255, 0.75); }
.brand-cta-page .pricing-card.is-popular .price .num {
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.brand-cta-page .pricing-card.is-popular .price .per { color: rgba(255, 255, 255, 0.6); }
.brand-cta-page .pricing-card.is-popular .features li { color: rgba(255, 255, 255, 0.82); }
.brand-cta-page .pricing-card.is-popular .features li i {
    background: rgba(212, 162, 86, 0.16);
    border: 1px solid rgba(212, 162, 86, 0.35);
    color: var(--bp-gold-soft);
}
.brand-cta-page .pricing-card.is-popular .pick-btn {
    background: var(--bp-grad);
    color: #1a1006;
    border-color: transparent;
    box-shadow: 0 18px 36px -10px var(--bp-gold-glow), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.brand-cta-page .pricing-card.is-popular .pick-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px -10px rgba(212, 162, 86, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    background: var(--bp-grad);
    color: #1a1006;
}


/* ----- Compare table ----- */
.brand-cta-page .compare-table {
    border-radius: 20px;
    border: 1px solid var(--c-line);
    box-shadow: 0 30px 60px -28px rgba(11, 8, 32, 0.16);
    overflow: hidden;
}
.brand-cta-page .compare-table-row.is-head {
    background: linear-gradient(180deg, #1a1535 0%, #0b0820 100%);
    color: #fff;
}
.brand-cta-page .compare-table-row.is-head > * { color: rgba(255, 255, 255, 0.6); }
.brand-cta-page .compare-table-row.is-head .cell-us {
    background: rgba(212, 162, 86, 0.20);
    color: var(--bp-gold-soft);
}
.brand-cta-page .compare-table-row .cell-us {
    background: linear-gradient(135deg, rgba(212, 162, 86, 0.12) 0%, rgba(212, 162, 86, 0.04) 100%);
    color: var(--c-ink);
}
.brand-cta-page .compare-table-row .cell-yes { color: var(--bp-gold-deep); font-weight: 700; }
.brand-cta-page .compare-table-row .cell-us.cell-yes { color: var(--bp-gold-deep); }


/* ----- Testimonial cards ----- */
.brand-cta-page .testimonial-card {
    border-radius: 18px;
    border-color: var(--c-line);
    box-shadow: 0 18px 40px -22px rgba(11, 8, 32, 0.16);
    padding: 32px 30px;
}
.brand-cta-page .testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 64px -24px rgba(11, 8, 32, 0.26);
    border-color: var(--bp-gold-soft);
}
.brand-cta-page .testimonial-card .quote-mark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5rem;
    color: rgba(212, 162, 86, 0.30);
    margin-bottom: -32px;
}
.brand-cta-page .testimonial-card .stars { color: var(--bp-gold); }
.brand-cta-page .testimonial-card .quote {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    color: var(--c-ink);
    line-height: 1.55;
}
.brand-cta-page .testimonial-card .avatar {
    background: var(--bp-grad);
    color: #1a1006;
    font-weight: 800;
}


/* ----- FAQ ----- */
.brand-cta-page .svc-faq .faq-item {
    border-radius: 14px;
    border-color: var(--c-line);
}
.brand-cta-page .svc-faq .faq-item.is-open {
    border-color: var(--bp-gold-soft);
    box-shadow: 0 6px 22px rgba(212, 162, 86, 0.12);
}
.brand-cta-page .svc-faq .faq-trigger { color: var(--c-ink); font-weight: 700; }
.brand-cta-page .svc-faq .faq-trigger i { color: var(--bp-gold-deep); }


/* ----- Timeline (how_we_plan_launches) ----- */
.brand-cta-page .timeline-rail::before { background: linear-gradient(180deg, var(--bp-gold) 0%, rgba(212, 162, 86, 0.10) 100%); }
.brand-cta-page .timeline-item::before {
    background: #fff;
    border-color: rgba(212, 162, 86, 0.35);
}
.brand-cta-page .timeline-item.is-active::before {
    background: var(--bp-grad);
    border-color: var(--bp-gold);
    box-shadow: 0 0 0 6px rgba(212, 162, 86, 0.16);
}
.brand-cta-page .timeline-item .step-num {
    color: var(--bp-gold-deep);
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 12.5px;
}
.brand-cta-page .timeline-item h3 { color: var(--c-ink); }
.brand-cta-page .timeline-item.is-active h3 { color: var(--bp-gold-deep); }
.brand-cta-page .timeline-stage {
    background: linear-gradient(180deg, #1a1535 0%, #0b0820 100%);
    border: 1px solid rgba(212, 162, 86, 0.20);
    color: #fff;
    border-radius: 22px;
    box-shadow: 0 40px 80px -30px rgba(11, 8, 32, 0.45);
}
.brand-cta-page .timeline-panel h4 {
    color: #fff;
    font-size: 1.4rem;
}
.brand-cta-page .timeline-panel p { color: rgba(255, 255, 255, 0.78); }
.brand-cta-page .timeline-panel .deliverables {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}
.brand-cta-page .timeline-panel .deliverables li { color: rgba(255, 255, 255, 0.85); font-size: 14px; }
.brand-cta-page .timeline-panel .deliverables li i { color: var(--bp-gold); }
.brand-cta-page .timeline-panel .duration {
    color: var(--bp-gold-soft);
    background: rgba(212, 162, 86, 0.12);
    border: 1px solid rgba(212, 162, 86, 0.30);
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 700;
}


/* ----- Fact strip (measurement section) ----- */
.brand-cta-page .fact-strip {
    background: linear-gradient(135deg, var(--bp-ink-1) 0%, var(--bp-ink-2) 60%, var(--bp-ink-3) 100%);
    border-radius: 28px;
    padding: 50px 44px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}
.brand-cta-page .fact-strip::before {
    background:
        radial-gradient(60% 80% at 100% 0%, rgba(212, 162, 86, 0.30) 0%, transparent 70%),
        radial-gradient(50% 70% at 0% 100%, rgba(124, 92, 255, 0.18) 0%, transparent 70%);
}
.brand-cta-page .fact-strip h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    font-size: clamp(1.4rem, 1rem + 1.4vw, 2.1rem);
    line-height: 1.18;
}
.brand-cta-page .fact-strip h3::first-line { font-style: italic; }
.brand-cta-page .fact-strip p { color: rgba(255, 255, 255, 0.78); }
.brand-cta-page .fact-strip .outcome-card {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.10) !important;
    border-radius: 14px;
}
.brand-cta-page .fact-strip .outcome-card .num {
    background: var(--bp-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}


/* ----- Tech chip grid (capabilities) ----- */
.brand-cta-page .tech-chip {
    border-radius: 14px;
    border-color: var(--c-line);
    padding: 16px 18px;
}
.brand-cta-page .tech-chip:hover {
    border-color: var(--bp-gold);
    box-shadow: 0 16px 32px -16px rgba(212, 162, 86, 0.30);
}
.brand-cta-page .tech-chip i { color: var(--bp-gold-deep); }


/* ----- Brand CTA closing band — already defined above, reused via class ----- */
.brand-cta-page .brand-cta-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bp-ink-1) 0%, var(--bp-ink-2) 60%, var(--bp-ink-3) 100%);
    color: #fff;
    padding: 90px 0;
    isolation: isolate;
}
.brand-cta-page .brand-cta-band .brand-cta-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.brand-cta-page .brand-cta-band .brand-section-title { color: #fff; }
.brand-cta-page .brand-cta-band .brand-section-sub { color: rgba(255, 255, 255, 0.78); margin-bottom: 30px; }
.brand-cta-page .brand-cta-band .brand-hero-cta { justify-content: center; margin: 0; }


/* ----- Mobile refinements for CTA pages ----- */
@media (max-width: 768px) {
    .brand-cta-page .cta-hero { padding: calc(var(--header-h, 70px) + 36px) 0 56px; }
    .brand-cta-page .cta-eyebrow { font-size: 11px; padding: 6px 14px 6px 10px; margin-bottom: 18px; letter-spacing: 0.10em; }
    .brand-cta-page .cta-hero h1 { margin-bottom: 18px; max-width: 100%; }
    .brand-cta-page .cta-hero-lede,
    .brand-cta-page .cta-hero p:not(.cta-hero-lede) { font-size: 1rem; margin-bottom: 24px; }
    .brand-cta-page .cta-hero-cta .brand-btn { width: 100%; justify-content: center; }

    .brand-cta-page #intake-hero { padding: 50px 0 60px; }
    .brand-cta-page .cta-form-card { padding: 28px 22px; }

    .brand-cta-page .cta-trust-strip { padding: 30px 0; }
    .brand-cta-page .cta-section-head { margin: 0 auto 32px; }

    .brand-cta-page .pricing-card { padding: 28px 22px; }
    .brand-cta-page .pricing-card.is-popular { transform: none; }

    .brand-cta-page .fact-strip { padding: 36px 24px; border-radius: 20px; }
    .brand-cta-page .timeline-stage { padding: 24px 20px; }

    .brand-cta-page .brand-cta-band { padding: 60px 0; }
}
