/* ═══════════════════════════════════════════════════════════
   ZynapseLead — Public Landing Page
   Bootstrap overrides + custom components only
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }

:root {
    --zl-primary: var(--brand-primary);
    --zl-accent: var(--brand-accent);
    --zl-cta: var(--brand-cta);
    --zl-cta-hover: var(--brand-cta-hover);
    --zl-danger: #EF4444;
    --zl-dark: var(--brand-dark);
    --zl-dark-mid: var(--brand-dark-mid);
    --zl-dark-deep: var(--brand-dark-deep);
    --zl-dark-section: var(--brand-dark-light);
    --zl-border: rgba(255, 255, 255, 0.08);
    --zl-muted: var(--brand-muted);
    --zl-text: var(--brand-text);
    --zl-white: #ffffff;
    --container-max: 1200px;
    --font-display: 'Space Grotesk', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --px-mobile: 20px;
}

html { scroll-behavior: smooth; }

body.landing-body {
    font-family: var(--font-body);
    background: var(--zl-dark);
    color: var(--zl-text);
    margin: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.display-font {
    font-family: var(--font-display);
}

::selection {
    background: rgba(0, 212, 255, 0.3);
    color: var(--zl-white);
}

a { color: var(--zl-primary); text-decoration: none; }
a:hover { color: var(--zl-accent); }

.btn { font-family: var(--font-body); font-weight: 600; }

.zl-page-container {
    width: 100%;
    max-width: var(--container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--px-mobile);
    padding-right: var(--px-mobile);
}

@media (min-width: 768px) {
    .zl-page-container { padding-left: 24px; padding-right: 24px; }
}

/* ── NAVBAR ── */
#main-nav {
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 12px 0;
}

#main-nav.scrolled {
    background: rgba(10, 22, 40, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--zl-border);
}

#main-nav .navbar-brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--zl-white) !important;
    padding: 0;
}

#main-nav .brand-accent { color: var(--zl-primary); }

#main-nav .nav-link {
    color: var(--zl-muted) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px !important;
    transition: color 0.2s ease;
}

#main-nav .nav-link:hover,
#main-nav .nav-link:focus { color: var(--zl-white) !important; }

#main-nav .nav-link.active { color: var(--zl-primary) !important; }

.btn-nav-login {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--zl-text) !important;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    transition: all 0.2s ease;
}

.btn-nav-login:hover {
    border-color: var(--zl-primary);
    color: var(--zl-primary) !important;
    background: transparent;
}

.btn-nav-cta {
    background: var(--zl-cta);
    color: var(--zl-white) !important;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.btn-nav-cta:hover {
    background: var(--zl-cta-hover);
    color: var(--zl-white) !important;
    transform: translateY(-1px);
}

#main-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.2);
    padding: 6px 10px;
}

#main-nav .navbar-toggler-icon {
    filter: invert(1);
}

#main-nav .navbar-collapse {
    margin-top: 12px;
}

@media (min-width: 992px) {
    #main-nav .navbar-collapse { margin-top: 0; }
    #main-nav .nav-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ── HERO ── */
.zl-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background: var(--zl-dark);
    overflow: hidden;
}

.zl-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(0, 212, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.zl-hero-orb-cyan {
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(0, 212, 255, 0.04);
    filter: blur(120px);
    bottom: -200px;
    left: -150px;
    pointer-events: none;
}

.zl-hero-orb-green {
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(0, 255, 135, 0.04);
    filter: blur(100px);
    bottom: -100px;
    right: -100px;
    pointer-events: none;
}

.zl-hero-content { position: relative; z-index: 2; }

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.25);
    color: var(--zl-primary);
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-eyebrow .dot {
    width: 6px;
    height: 6px;
    background: var(--zl-primary);
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
}

.zl-hero h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.1;
    color: var(--zl-white);
    margin-bottom: 20px;
}

.zl-hero h1 .gradient-text {
    background: var(--brand-gradient-hero);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zl-hero-sub {
    font-size: 17px;
    color: var(--zl-muted);
    line-height: 1.6;
    max-width: 480px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .zl-hero-sub { font-size: 18px; }
}

.hero-stat-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 0;
    margin-bottom: 32px;
}

.hero-stat {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 8px;
}

@media (min-width: 576px) {
    .hero-stat { margin-right: 32px; }
}

.hero-stat .counter {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 24px;
    color: var(--zl-primary);
}

@media (min-width: 768px) {
    .hero-stat .counter { font-size: 28px; }
}

.hero-stat small {
    display: block;
    font-size: 12px;
    color: var(--zl-muted);
    margin-top: 2px;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 24px;
    display: none;
}

@media (min-width: 576px) {
    .hero-stat-divider { display: inline-block; }
}

.zl-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.btn-hero-primary {
    background: var(--zl-cta);
    color: var(--zl-white) !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    border: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .btn-hero-primary { padding: 14px 32px; font-size: 16px; }
}

.btn-hero-primary:hover {
    background: var(--zl-cta-hover);
    color: var(--zl-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 107, 43, 0.35);
}

.btn-hero-ghost {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--zl-text) !important;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 15px;
    background: transparent;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 576px) {
    .btn-hero-ghost { padding: 14px 28px; font-size: 16px; }
}

.btn-hero-ghost:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--zl-white) !important;
    background: rgba(255, 255, 255, 0.05);
}

.hero-trust-line {
    font-size: 13px;
    color: var(--zl-muted);
    line-height: 1.6;
}

/* Hero mockup */
.hero-mockup-wrap {
    position: relative;
    z-index: 2;
    margin-top: 48px;
}

@media (min-width: 992px) {
    .hero-mockup-wrap { margin-top: 0; }
}

.hero-mockup {
    background: var(--zl-dark-mid);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    box-shadow:
        0 0 0 1px rgba(0, 212, 255, 0.05),
        0 20px 80px rgba(0, 0, 0, 0.4),
        0 0 60px rgba(0, 212, 255, 0.08);
    overflow: hidden;
    animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.mockup-header {
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid var(--zl-border);
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

.mockup-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}

.mockup-dots .red { background: var(--zl-danger); }
.mockup-dots .amber { background: #F59E0B; }
.mockup-dots .green { background: var(--zl-accent); }

.mockup-title {
    font-size: 12px;
    color: var(--zl-muted);
    margin-left: 12px;
}

.mockup-body { padding: 16px; }

.mockup-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.mockup-field label {
    font-size: 10px;
    color: var(--zl-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 4px;
}

.mockup-input-value {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 13px;
    color: var(--zl-text);
    min-height: 36px;
}

.mockup-engine-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.engine-badge {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--zl-muted);
}

.engine-badge.active {
    border-color: var(--zl-primary);
    color: var(--zl-primary);
    background: rgba(0, 212, 255, 0.1);
}

.mockup-btn {
    background: var(--brand-gradient-cta);
    color: var(--zl-white);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
    cursor: default;
}

.mockup-results {
    border-top: 1px solid var(--zl-border);
    padding-top: 12px;
}

.result-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.result-row.visible {
    opacity: 1;
    transform: translateY(0);
}

.result-score {
    width: 32px;
    height: 32px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.result-score.high {
    background: rgba(0, 255, 135, 0.15);
    color: var(--zl-accent);
    border: 1px solid rgba(0, 255, 135, 0.3);
}

.result-score.mid {
    background: rgba(0, 212, 255, 0.15);
    color: var(--zl-primary);
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.result-info { flex: 1; min-width: 0; }

.result-info strong {
    font-size: 13px;
    color: var(--zl-text);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-info small {
    font-size: 11px;
    color: var(--zl-muted);
    font-family: var(--font-mono);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-badge {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 999px;
    margin-left: auto;
    flex-shrink: 0;
    color: var(--zl-muted);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.result-badge.verified {
    background: rgba(0, 255, 135, 0.1);
    color: var(--zl-accent);
    border: 1px solid rgba(0, 255, 135, 0.3);
}

.shimmer-line {
    height: 12px;
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.04) 75%);
    background-size: 400% 100%;
    border-radius: 4px;
    margin-bottom: 8px;
    animation: shimmer 1.5s infinite;
}

.shimmer-line.wide { width: 100%; }
.shimmer-line.narrow { width: 60%; }

@keyframes shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

/* ── LOGO STRIP ── */
.zl-logo-strip {
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--zl-dark);
}

.zl-logo-strip-label {
    text-align: center;
    font-size: 13px;
    color: var(--zl-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
}

.zl-logo-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 48px;
}

.zl-logo-item {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.25);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .zl-logo-item { font-size: 15px; }
}

/* ── SECTION COMMON ── */
.zl-section {
    padding: 64px 0;
    background: var(--zl-dark);
}

@media (min-width: 768px) {
    .zl-section { padding: 96px 0; }
}

.zl-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.zl-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.zl-eyebrow.cyan { color: var(--zl-primary); }
.zl-eyebrow.green { color: var(--zl-accent); }

.zl-section-header h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.4rem);
    color: var(--zl-white);
    margin-bottom: 16px;
    line-height: 1.15;
}

.zl-section-header p {
    font-size: 16px;
    color: var(--zl-muted);
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .zl-section-header p { font-size: 18px; }
}

/* ── HOW IT WORKS ── */
.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    position: relative;
}

@media (min-width: 768px) {
    .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}

.step-card {
    background: var(--zl-dark-mid);
    border: 1px solid var(--zl-border);
    border-radius: 16px;
    padding: 32px;
    position: relative;
    height: 100%;
}

@media (min-width: 768px) {
    .step-card:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20px;
        width: 24px;
        border-top: 2px dashed rgba(0, 212, 255, 0.3);
        z-index: 1;
    }
}

.step-number {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 64px;
    color: rgba(0, 212, 255, 0.12);
    position: absolute;
    top: 16px;
    right: 24px;
    line-height: 1;
}

.step-icon {
    width: 56px;
    height: 56px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--zl-primary);
}

.step-card h3 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 20px;
    color: var(--zl-white);
    margin-top: 20px;
    margin-bottom: 12px;
}

.step-card p {
    font-size: 15px;
    color: var(--zl-muted);
    line-height: 1.65;
    margin: 0;
}

/* ── FEATURES ── */
.zl-section-features {
    background: linear-gradient(180deg, #0A1628 0%, #0D1F3C 100%);
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 576px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
    .features-grid { grid-template-columns: repeat(3, 1fr); }
}

.feature-card {
    background: rgba(13, 32, 64, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 28px;
    transition: all 0.25s ease;
    height: 100%;
}

.feature-card:hover {
    border-color: rgba(0, 212, 255, 0.3);
    box-shadow: 0 0 24px rgba(0, 212, 255, 0.06);
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.feature-card h3 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 17px;
    color: var(--zl-white);
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: var(--zl-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── PRICING ── */
.billing-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.billing-label {
    font-size: 14px;
    color: var(--zl-muted);
    font-weight: 500;
}

.billing-label.active { color: var(--zl-white); }

#billing-toggle {
    width: 56px;
    height: 28px;
    background: var(--zl-dark-mid);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}

#billing-toggle .toggle-thumb {
    width: 22px;
    height: 22px;
    background: var(--zl-primary);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: transform 0.3s ease;
}

#billing-toggle.annual .toggle-thumb {
    transform: translateX(26px);
}

.save-badge {
    font-size: 11px;
    font-weight: 700;
    color: var(--zl-accent);
    background: rgba(0, 255, 135, 0.1);
    border: 1px solid rgba(0, 255, 135, 0.25);
    padding: 2px 8px;
    border-radius: 999px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
}

@media (min-width: 768px) {
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
    .pricing-grid { grid-template-columns: repeat(3, 1fr); }
}

.pricing-grid.cols-4 {
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .pricing-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

.plan-card {
    background: var(--zl-dark-mid);
    border: 1px solid var(--zl-border);
    border-radius: 20px;
    padding: 32px 28px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan-card.featured {
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.15), 0 24px 64px rgba(0, 212, 255, 0.08);
}

.plan-ribbon {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--zl-primary), var(--brand-violet), var(--zl-accent));
    color: var(--zl-dark);
    font-weight: 700;
    font-size: 11px;
    padding: 4px 20px;
    border-radius: 0 0 10px 10px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.plan-card h3 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 20px;
    color: var(--zl-white);
    margin-bottom: 8px;
}

.plan-desc {
    font-size: 14px;
    color: var(--zl-muted);
    margin-bottom: 20px;
    line-height: 1.5;
}

.plan-price-block {
    margin-bottom: 4px;
}

.plan-price {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 40px;
    color: var(--zl-white);
    line-height: 1;
}

@media (min-width: 768px) {
    .plan-price { font-size: 48px; }
}

.plan-price .currency {
    font-size: 28px;
    vertical-align: top;
}

.plan-period {
    font-size: 16px;
    color: var(--zl-muted);
}

.plan-billed {
    font-size: 13px;
    color: var(--zl-muted);
    margin-top: 4px;
}

.plan-divider {
    height: 1px;
    background: var(--zl-border);
    margin: 20px 0;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
}

.plan-features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--zl-text);
    margin-bottom: 10px;
    line-height: 1.4;
}

.plan-features li i {
    color: var(--zl-accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-plan {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    display: block;
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 212, 255, 0.4);
    color: var(--zl-primary) !important;
    background: transparent;
}

.btn-plan:hover {
    background: rgba(0, 212, 255, 0.1);
    color: var(--zl-primary) !important;
}

.btn-plan.featured {
    background: var(--zl-cta);
    color: var(--zl-white) !important;
    border: none;
}

.btn-plan.featured:hover {
    background: var(--zl-cta-hover);
    color: var(--zl-white) !important;
    box-shadow: 0 8px 24px rgba(255, 107, 43, 0.3);
}

.plan-trial-note {
    font-size: 12px;
    color: var(--zl-muted);
    text-align: center;
    margin-top: 12px;
}

.enterprise-row {
    text-align: center;
    margin-top: 40px;
    padding: 24px;
    border: 1px solid var(--zl-border);
    border-radius: 14px;
    background: rgba(13, 32, 64, 0.5);
}

.enterprise-row p {
    font-size: 15px;
    color: var(--zl-muted);
    margin-bottom: 12px;
}

.enterprise-row a {
    font-weight: 600;
    color: var(--zl-primary) !important;
}

/* ── TESTIMONIALS ── */
.zl-section-testimonials {
    background: var(--zl-dark-section);
    padding: 80px 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}

.testimonial-card {
    background: var(--zl-dark-mid);
    border: 1px solid var(--zl-border);
    border-radius: 14px;
    padding: 28px;
    height: 100%;
}

.testimonial-stars {
    color: #F59E0B;
    font-size: 14px;
    letter-spacing: 2px;
}

.testimonial-quote {
    font-size: 15px;
    color: var(--zl-text);
    line-height: 1.7;
    font-style: italic;
    margin: 16px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: var(--zl-white);
    flex-shrink: 0;
}

.testimonial-name {
    font-weight: 600;
    font-size: 14px;
    color: var(--zl-white);
}

.testimonial-role {
    font-size: 13px;
    color: var(--zl-muted);
}

/* ── FINAL CTA ── */
.zl-final-cta {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.08) 0%, rgba(0, 255, 135, 0.05) 100%);
    border-top: 1px solid rgba(0, 212, 255, 0.12);
    border-bottom: 1px solid rgba(0, 212, 255, 0.12);
    padding: 64px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .zl-final-cta { padding: 96px 0; }
}

.zl-final-cta h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    color: var(--zl-white);
    margin-bottom: 16px;
}

.zl-final-cta .sub {
    font-size: 17px;
    color: var(--zl-muted);
    margin-bottom: 32px;
}

.btn-final-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--zl-cta);
    color: var(--zl-white) !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 17px;
    padding: 16px 40px;
    border-radius: 12px;
    border: none;
    transition: all 0.25s ease;
}

@media (min-width: 576px) {
    .btn-final-cta { font-size: 18px; padding: 16px 48px; }
}

.btn-final-cta:hover {
    color: var(--zl-white) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 107, 43, 0.35);
}

.final-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
    margin-top: 28px;
}

.final-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--zl-muted);
}

.final-trust-item i { color: var(--zl-accent); }

/* ── FOOTER ── */
.zl-footer {
    background: var(--zl-dark-deep);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 64px 0 32px;
}

.zl-footer-brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--zl-white);
    margin-bottom: 12px;
}

.zl-footer-tagline {
    font-size: 14px;
    color: var(--zl-muted);
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 280px;
}

.zl-social-row {
    display: flex;
    gap: 10px;
}

.zl-social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zl-muted) !important;
    font-size: 16px;
    transition: all 0.2s ease;
}

.zl-social-link:hover {
    background: rgba(0, 212, 255, 0.15);
    color: var(--zl-primary) !important;
}

.zl-social-link--unset {
    opacity: 0.45;
    pointer-events: none;
    cursor: default;
}

.zl-footer h6 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    color: var(--zl-white);
    margin-bottom: 16px;
}

.zl-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zl-footer ul li { margin-bottom: 10px; }

.zl-footer ul a {
    color: var(--zl-muted);
    font-size: 14px;
    transition: color 0.2s ease;
}

.zl-footer ul a:hover { color: var(--zl-primary); }

.zl-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 48px;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: var(--zl-muted);
}

/* ── PRICING PAGE ── */
.zl-pricing-page {
    padding-top: 96px;
    background: var(--zl-dark);
    min-height: 100vh;
}

@media (min-width: 768px) {
    .zl-pricing-page { padding-top: 108px; }
}

.zl-pricing-hero {
    text-align: center;
    padding: 48px 0 40px;
}

.zl-pricing-hero .hero-eyebrow {
    margin-bottom: 16px;
}

.zl-pricing-hero h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    line-height: 1.1;
    color: var(--zl-white);
    margin-bottom: 16px;
}

.zl-pricing-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .zl-pricing-controls {
        flex-direction: row;
        gap: 24px;
        margin-bottom: 56px;
    }
}

.billing-pill-group {
    display: inline-flex;
    padding: 4px;
    background: var(--zl-dark-mid);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    gap: 4px;
}

.billing-pill {
    border: none;
    background: transparent;
    color: var(--zl-muted);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.billing-pill-active {
    background: rgba(0, 212, 255, 0.15);
    color: var(--zl-primary);
}

.billing-pill:hover:not(.billing-pill-active) {
    color: var(--zl-white);
}

.pricing-currency-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--zl-muted);
}

.pricing-currency-select {
    background: var(--zl-dark-mid);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: var(--zl-text);
    padding: 10px 14px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.pricing-currency-select:focus {
    border-color: rgba(0, 212, 255, 0.4);
}

.pricing-plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
    text-align: left;
}

@media (min-width: 768px) {
    .pricing-plans-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
    .pricing-plans-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
    .pricing-plans-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

.pricing-plan-card {
    background: var(--zl-dark-mid);
    border: 1px solid var(--zl-border);
    border-radius: 20px;
    padding: 28px 24px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pricing-plan-card:hover {
    border-color: rgba(0, 212, 255, 0.2);
}

.pricing-plan-card.featured {
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.12), 0 24px 64px rgba(0, 212, 255, 0.08);
}

@media (min-width: 992px) {
    .pricing-plan-card.featured { transform: translateY(-8px); }
}

.pricing-plan-card h3 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 20px;
    color: var(--zl-white);
    margin-bottom: 12px;
}

.pricing-plan-card .plan-features {
    flex: 1;
    margin-bottom: 24px;
}

.pricing-plan-card .plan-price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 20px;
}

.plan-price-amount {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 36px;
    color: var(--zl-white);
    line-height: 1;
}

@media (min-width: 768px) {
    .plan-price-amount { font-size: 40px; }
}

.plan-price-period {
    font-size: 15px;
    color: var(--zl-muted);
}

.plan-features li.text-muted-feature {
    color: rgba(138, 155, 176, 0.55);
}

.plan-features li.text-muted-feature i {
    color: rgba(138, 155, 176, 0.4);
}

.enterprise-banner {
    margin-top: 40px;
    padding: 28px;
    border-radius: 16px;
    background: rgba(13, 32, 64, 0.8);
    border: 1px solid rgba(0, 212, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .enterprise-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 32px 36px;
    }
}

.enterprise-banner h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--zl-white);
    margin-bottom: 8px;
}

.enterprise-banner p {
    color: var(--zl-muted);
    margin: 0;
    max-width: 36rem;
    line-height: 1.6;
}

.zl-section-packs {
    background: var(--zl-dark-section);
    padding: 64px 0;
}

@media (min-width: 768px) {
    .zl-section-packs { padding: 80px 0; }
}

.packs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .packs-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

@media (min-width: 992px) {
    .packs-grid { grid-template-columns: repeat(5, 1fr); }
}

.pricing-pack-card {
    background: var(--zl-dark-mid);
    border: 1px solid var(--zl-border);
    border-radius: 14px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    transition: all 0.25s ease;
    height: 100%;
}

.pricing-pack-card:hover {
    border-color: rgba(0, 212, 255, 0.35);
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.pricing-pack-card.best-value {
    border-color: rgba(0, 212, 255, 0.45);
    box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.1);
}

.pack-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--zl-primary);
    color: var(--zl-dark);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.pack-credits-label {
    font-size: 12px;
    color: var(--zl-muted);
    margin-bottom: 4px;
}

.pack-price-amount {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--zl-white);
    margin-bottom: 12px;
}

.pack-buy {
    font-size: 13px;
    font-weight: 600;
    color: var(--zl-primary);
}

.zl-section-faq {
    padding: 64px 0;
    background: var(--zl-dark);
}

@media (min-width: 768px) {
    .zl-section-faq { padding: 80px 0; }
}

.faq-list {
    max-width: 720px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--zl-border);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--zl-dark-mid);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 15px;
    color: var(--zl-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background 0.2s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary:hover {
    background: rgba(255, 255, 255, 0.03);
}

.faq-item summary i {
    color: var(--zl-muted);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq-item[open] summary i {
    transform: rotate(180deg);
}

.faq-item .faq-answer {
    padding: 0 20px 18px;
    font-size: 15px;
    color: var(--zl-muted);
    line-height: 1.65;
    border-top: 1px solid var(--zl-border);
    padding-top: 16px;
    margin-top: 0;
}

.zl-pricing-cta-wrap {
    padding: 48px 0 80px;
}

.zl-cta-banner-pricing {
    background: var(--brand-gradient-banner);
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 212, 255, 0.12);
}

@media (min-width: 768px) {
    .zl-cta-banner-pricing { padding: 64px 48px; }
}

.zl-cta-banner-pricing::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.35;
    pointer-events: none;
}

.zl-cta-banner-pricing h2 {
    position: relative;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    color: var(--zl-white);
    margin-bottom: 24px;
    line-height: 1.15;
}

.zl-cta-banner-pricing .trust-line {
    position: relative;
    font-size: 13px;
    color: var(--zl-muted);
    margin-top: 16px;
}

/* ═══════════════════════════════════════════════════════════
   CMS LANDING (landing/index + partials)
═══════════════════════════════════════════════════════════ */

body.landing-page {
    font-family: var(--font-body);
    background: var(--zl-dark);
    color: var(--zl-text);
    margin: 0;
    overflow-x: hidden;
}

.zl-container {
    width: 100%;
    max-width: var(--container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--px-mobile);
    padding-right: var(--px-mobile);
}

@media (min-width: 768px) {
    .zl-container { padding-left: 24px; padding-right: 24px; }
}

.text-zl-primary { color: var(--zl-primary) !important; }
.text-zl-muted { color: var(--zl-muted) !important; }
.text-zl-dark { color: var(--zl-dark) !important; }
.bg-zl-section { background: var(--brand-section-light) !important; }

/* Announcement bar */
.zl-announcement {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.12), rgba(0, 255, 135, 0.08));
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    color: var(--zl-text);
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
}
body.has-announcement .zl-nav { top: 42px; }
body.has-announcement .zl-hero { padding-top: calc(120px + 42px); }

/* Navigation */
.zl-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(10, 22, 40, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--zl-border);
}

.zl-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
}

.zl-nav-inner .brand-logo {
    min-width: 0;
}

.zl-logo {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.25rem;
    text-decoration: none;
    flex-shrink: 0;
}
.zl-logo-dark, .zl-logo .text-white { color: var(--zl-white) !important; }
.zl-logo-accent { color: var(--zl-primary) !important; }

.zl-nav-link {
    color: var(--zl-muted);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.zl-nav-link:hover,
.zl-nav-link.active { color: var(--zl-white); text-decoration: none; }

.zl-btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--zl-cta);
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    cursor: pointer;
}
.zl-btn-cta:hover {
    background: var(--zl-cta-hover);
    color: #fff !important;
    transform: translateY(-1px);
}

.zl-btn-outline-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--zl-white) !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.zl-btn-outline-light:hover {
    border-color: var(--zl-primary);
    color: var(--zl-white) !important;
    background: rgba(0, 212, 255, 0.08);
}

.zl-btn-outline-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(var(--brand-primary-rgb, 0, 212, 255), 0.35);
    color: var(--brand-primary-readable, #009bb8) !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transition: all 0.2s;
    width: 100%;
}
.zl-btn-outline-primary:hover {
    background: rgba(var(--brand-primary-rgb, 0, 212, 255), 0.08);
    color: var(--brand-primary-readable, #009bb8) !important;
}

#mobile-menu {
    background: var(--zl-dark-mid) !important;
    border-color: var(--zl-border) !important;
}
@media (max-width: 991.98px) {
    #mobile-menu:not(.is-open) {
        display: none !important;
    }
    #mobile-menu.is-open {
        display: block !important;
    }
}
body.mobile-menu-open {
    overflow: hidden;
}
#mobile-menu .mobile-nav-link { color: var(--zl-text) !important; }
#mobile-menu .mobile-nav-link.text-dark { color: var(--zl-text) !important; }
#mobile-menu-toggle {
    border-color: var(--zl-border) !important;
    color: var(--zl-text) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

/* Hero (CMS layout) */
.zl-hero .zl-container { position: relative; z-index: 2; }

.zl-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.25);
    color: var(--zl-primary);
    font-size: 13px;
    font-weight: 600;
}

.zl-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--zl-white);
    margin: 16px 0;
}

.zl-hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--zl-muted);
    max-width: 34rem;
    margin-bottom: 0;
}

.zl-hero-glow-cyan,
.zl-hero-glow-orange {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}
.zl-hero-glow-cyan {
    top: 10%;
    right: 5%;
    background: rgba(0, 212, 255, 0.15);
}
.zl-hero-glow-orange {
    bottom: 5%;
    left: 10%;
    background: rgba(255, 107, 43, 0.12);
}

.zl-lead-card-float {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

/* AI Lead Engine glass card */
.zl-glass-card {
    position: relative;
    z-index: 5;
    background: rgba(13, 32, 64, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.zl-field-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--zl-muted);
    margin-bottom: 6px;
}

.hero-dropdown-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(10, 22, 40, 0.8);
    border: 1px solid var(--zl-border);
    border-radius: 10px;
    color: var(--zl-white);
    font-size: 13px;
    cursor: pointer;
    transition: border-color 0.2s;
}
.hero-dropdown-trigger:hover,
.hero-dropdown-trigger[aria-expanded="true"] {
    border-color: rgba(0, 212, 255, 0.4);
}

.hero-dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 20;
    max-height: 220px;
    overflow-y: auto;
    background: var(--zl-dark-mid);
    border: 1px solid var(--zl-border);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    padding: 4px;
}
.hero-field { position: relative; }

.hero-dropdown-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--zl-text);
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}
.hero-dropdown-option:hover,
.hero-dropdown-option.selected {
    background: rgba(0, 212, 255, 0.1);
    color: var(--zl-white);
}

.hero-scope-btn,
.hero-data-type {
    flex: 1;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--zl-border);
    background: rgba(10, 22, 40, 0.6);
    color: var(--zl-muted);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.hero-scope-btn.active,
.hero-data-type.active {
    border-color: rgba(0, 212, 255, 0.45);
    background: rgba(0, 212, 255, 0.12);
    color: var(--zl-primary);
}
.hero-scope-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.hero-quantity-range {
    width: 100%;
    height: 6px;
    accent-color: var(--zl-primary);
    cursor: pointer;
}

#hero-generate-btn { width: 100%; margin-top: 4px; }

/* Sections */
.zl-section {
    padding: 72px 0;
}
@media (min-width: 992px) {
    .zl-section { padding: 96px 0; }
}

.zl-section-title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--zl-dark);
    margin-bottom: 12px;
}

.zl-stat-value {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--brand-primary-readable, #009bb8);
    line-height: 1.1;
}

.zl-step-card,
.zl-feature-card,
.zl-ai-card,
.zl-pricing-card,
.zl-testimonial-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}
.zl-step-card,
.zl-ai-card { border-top: 4px solid var(--zl-primary); position: relative; overflow: hidden; }
.zl-step-card:hover,
.zl-feature-card:hover,
.zl-ai-card:hover { box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08); transform: translateY(-2px); }

.zl-feature-card h4,
.zl-feature-card .h6 {
    color: var(--zl-dark);
    font-size: 1.0625rem;
}

.zl-card-copy {
    color: #334155;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.zl-testimonial-card .zl-testimonial-quote {
    font-style: italic;
    color: #1e293b;
}

.zl-card-meta {
    color: #475569;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.zl-social-row--bottom {
    margin-top: 0;
}

.zl-step-num {
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: rgba(var(--brand-primary-rgb, 0, 212, 255), 0.12);
    line-height: 1;
}

.zl-industries-scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.zl-industry-pill {
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--zl-dark);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* ── Industries marquee ── */
.zl-industries-section {
    position: relative;
}

.zl-industries-section::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(var(--brand-violet-rgb), 0.1) 0%, rgba(var(--brand-primary-rgb), 0.06) 40%, transparent 70%);
    pointer-events: none;
}

.zl-industries-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.22);
    color: var(--zl-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.zl-industries-sub {
    max-width: 36rem;
    line-height: 1.65;
}

.zl-industries-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 8px 0 12px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.zl-industries-track {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
    width: max-content;
    will-change: transform;
}

.zl-industries-track--fwd {
    animation: zl-industries-marquee-fwd 52s linear infinite;
}

.zl-industries-track--rev {
    animation: zl-industries-marquee-rev 58s linear infinite;
}

@keyframes zl-industries-marquee-fwd {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes zl-industries-marquee-rev {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.zl-industry-card {
    flex: 0 0 auto;
    width: min(82vw, 272px);
    padding: 1.35rem 1.4rem 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(10, 22, 40, 0.06);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease,
                border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.zl-industry-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.06), transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.zl-industry-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(0, 212, 255, 0.35);
    box-shadow: 0 18px 40px rgba(0, 212, 255, 0.14);
}

.zl-industry-card:hover::after {
    opacity: 1;
}

.zl-industry-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: var(--brand-gradient-icon);
    border: 1px solid rgba(var(--brand-primary-rgb), 0.22);
    color: var(--brand-primary-readable);
    font-size: 1.25rem;
    animation: zl-industry-icon-float 5s ease-in-out infinite;
}

.zl-industry-card:nth-child(odd) .zl-industry-card-icon {
    animation-delay: -1.2s;
}

.zl-industry-card:nth-child(3n) .zl-industry-card-icon {
    animation-delay: -2.4s;
}

@keyframes zl-industry-icon-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.zl-industry-card-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--zl-dark);
    margin: 0 0 8px;
    line-height: 1.25;
}

.zl-industry-card-stat {
    font-size: 0.8125rem;
    color: var(--brand-primary-readable, #009bb8);
    margin: 0 0 6px;
    line-height: 1.4;
}

.zl-industry-card-stat strong {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--zl-primary);
    margin-right: 4px;
}

.zl-industry-card-hint {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
    .zl-industries-marquee {
        display: none !important;
    }

    .zl-industries-grid-fallback {
        display: block !important;
    }

    .zl-industries-grid-fallback .zl-industry-card {
        width: 100%;
        animation: none;
    }

    .zl-industry-card-icon {
        animation: none;
    }
}

@media (max-width: 767.98px) {
    .zl-industry-card {
        width: min(78vw, 260px);
    }
}

.zl-pricing-card { position: relative; }
.zl-pricing-card.featured {
    border-color: var(--zl-primary);
    box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.25), 0 16px 40px rgba(0, 212, 255, 0.12);
    transform: scale(1.02);
}
.zl-pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--zl-primary);
    color: var(--zl-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.zl-cta-banner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 48px 32px;
    text-align: center;
    background: var(--brand-gradient-banner);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.zl-footer-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--zl-white);
    margin-bottom: 16px;
}
.zl-footer a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.zl-footer a:hover { color: var(--zl-primary); }

/* ── Affiliate signup section ── */
.zl-affiliate-section {
    position: relative;
    background: var(--brand-gradient-dark);
    color: var(--brand-text);
}

.zl-affiliate-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 15% 50%, rgba(var(--brand-primary-rgb), 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 50% 45% at 85% 30%, rgba(var(--brand-violet-rgb), 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 40% 40% at 75% 80%, rgba(var(--brand-accent-rgb), 0.08) 0%, transparent 45%);
    pointer-events: none;
}

.zl-affiliate-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-accent);
    background: rgba(var(--brand-accent-rgb), 0.1);
    border: 1px solid rgba(var(--brand-accent-rgb), 0.25);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.zl-affiliate-lead {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    max-width: 36rem;
}

.zl-affiliate-perks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
    line-height: 1.5;
}

.zl-affiliate-perks li i {
    color: var(--brand-accent);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.zl-affiliate-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(var(--brand-primary-rgb), 0.18);
    border-radius: 20px;
    padding: 28px;
    backdrop-filter: blur(12px);
    box-shadow: var(--brand-glow-primary);
}

.zl-affiliate-panel-title {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
}

.zl-affiliate-tier {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 16px 8px;
    height: 100%;
}

.zl-affiliate-tier--accent {
    border-color: rgba(var(--brand-accent-rgb), 0.35);
    background: rgba(var(--brand-accent-rgb), 0.08);
}

.zl-affiliate-tier--cta {
    border-color: rgba(var(--brand-cta-rgb), 0.35);
    background: rgba(var(--brand-cta-rgb), 0.08);
}

.zl-affiliate-tier-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--brand-primary);
    line-height: 1.2;
}

.zl-affiliate-tier--accent .zl-affiliate-tier-value { color: var(--brand-accent); }
.zl-affiliate-tier--cta .zl-affiliate-tier-value { color: var(--brand-cta); }

.zl-affiliate-tier-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.zl-affiliate-signup-box {
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
}

@media (max-width: 575.98px) {
    .zl-affiliate-panel { padding: 20px; }
    .zl-affiliate-tier-value { font-size: 1.4rem; }
}

