/* ============================================
   SIX BY SPOTLIGHT — Marketing Site Styles
   Brand System: Space Grotesk + DM Sans, Gold accent, Light theme
   ============================================ */
:root {
    --bg-primary: #ffffff;
    --bg-secondary: #f4f5f6;
    --bg-surface: #e8e9ea;
    --accent: #c4a000;
    --accent-hover: #a38600;
    --accent-muted: rgba(196, 160, 0, 0.12);
    --text-primary: #222020;
    --text-secondary: #444142;
    --text-muted: #666;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #3468b1;
    --nav-height: 72px;
    --border-color: rgba(0,0,0,0.06);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg-primary);
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; color: var(--text-primary); line-height: 1.2; }
h1 { font-size: clamp(36px, 5vw, 64px); font-weight: 700; }
h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 600; margin-bottom: 16px; }
h3 { font-size: clamp(20px, 2.5vw, 28px); font-weight: 600; margin-bottom: 12px; }
h4 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
a { color: var(--accent); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--accent-hover); }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.accent { color: var(--accent); }

/* --- Scroll Progress --- */
.scroll-progress {
    position: fixed; top: var(--nav-height); left: 0; width: 0%; height: 3px; z-index: 999;
    background: linear-gradient(90deg, var(--accent), var(--accent-hover));
    box-shadow: 0 0 10px rgba(230, 209, 28, 0.4);
    transition: width 0.1s linear;
}

/* --- Navigation --- */
nav {
    position: fixed; top: 0; left: 0; right: 0; height: var(--nav-height); z-index: 1000;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    display: flex; align-items: center; padding: 0 32px;
}
.nav-inner { display: flex; align-items: center; width: 100%; max-width: 1200px; margin: 0 auto; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none; }
.nav-brand-text { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 18px; color: var(--text-primary); white-space: nowrap; }
.nav-brand-text .brand-sub { font-weight: 400; opacity: 0.5; }
.nav-links { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; flex: 1; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a {
    font-size: 13px; font-weight: 500; color: var(--text-muted); padding: 8px 12px;
    border-radius: 6px; white-space: nowrap; transition: all 0.25s ease; text-decoration: none;
}
.nav-links a:hover, .nav-links a.active { color: var(--text-primary); background: var(--accent-muted); }
.nav-cta {
    display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px;
    background: var(--accent); color: #1a1a1a; font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 13px; border-radius: 8px; text-decoration: none;
    white-space: nowrap; transition: all 0.25s ease; flex-shrink: 0;
}
.nav-cta:hover { background: var(--accent-hover); color: #1a1a1a; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(196,160,0,0.25); }

/* --- Hero --- */
.hero {
    padding: 140px 0 80px; position: relative; overflow: hidden;
    background: radial-gradient(ellipse at 50% 0%, rgba(230,209,28,0.06) 0%, transparent 60%);
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px;
    background: var(--accent-muted); border: 1px solid rgba(230,209,28,0.2);
    border-radius: 9999px; font-size: 13px; font-weight: 700; color: var(--accent);
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 24px;
}
.hero h1 { margin-bottom: 16px; max-width: 800px; }
.hero-subtitle { font-size: 18px; color: var(--text-secondary); max-width: 680px; margin-bottom: 32px; line-height: 1.7; }
.hero-cta {
    display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
    background: var(--accent); color: #1a1a1a; font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 16px; border-radius: 12px; text-decoration: none;
    transition: all 0.25s ease;
}
.hero-cta:hover { background: var(--accent-hover); color: #1a1a1a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(196,160,0,0.3); }
.hero-cta svg { width: 18px; height: 18px; }
.hero-proof { margin-top: 24px; font-size: 14px; color: var(--text-muted); }

/* --- Sections --- */
section { padding: 64px 0; border-bottom: 1px solid var(--border-color); }
.section-badge {
    display: inline-flex; align-items: center; gap: 8px; padding: 4px 14px;
    background: var(--accent-muted); border-radius: 9999px;
    font-size: 12px; font-weight: 700; color: var(--accent);
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px;
}
.section-desc { font-size: 17px; color: var(--text-secondary); max-width: 720px; margin-bottom: 32px; line-height: 1.7; }

/* --- Stat Cards --- */
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.stat-card {
    background: var(--bg-surface); border-radius: 16px; padding: 28px;
    border: 1px solid var(--border-color); position: relative; overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.stat-card .stat-value {
    font-family: 'Space Grotesk', sans-serif; font-size: clamp(32px, 4vw, 48px);
    font-weight: 700; color: var(--text-primary); line-height: 1; margin-bottom: 8px;
}
.stat-card .stat-label { font-size: 14px; color: var(--text-muted); font-weight: 500; }
.stat-card .stat-context { font-size: 13px; color: var(--text-muted); margin-top: 8px; line-height: 1.5; }
.stat-card.accent .stat-value { color: var(--accent); }
.stat-card .stat-icon {
    position: absolute; top: 16px; right: 16px; width: 40px; height: 40px;
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.stat-card .stat-icon svg { width: 20px; height: 20px; }
.stat-card .stat-icon.accent-bg { background: var(--accent-muted); color: var(--accent); }

/* --- Insight Callout --- */
.insight-callout {
    border-radius: 12px; padding: 24px 28px; margin: 32px 0;
    display: flex; gap: 16px; align-items: flex-start;
}
.insight-callout .insight-icon {
    width: 44px; height: 44px; min-width: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
.insight-callout .insight-icon svg { width: 22px; height: 22px; }
.insight-callout .insight-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.insight-callout .insight-text { font-size: 15px; line-height: 1.6; }
.insight-callout.warning { background: rgba(245,158,11,0.08); border-left: 3px solid var(--warning); }
.insight-callout.warning .insight-icon { background: rgba(245,158,11,0.15); color: var(--warning); }
.insight-callout.warning .insight-label { color: var(--warning); }
.insight-callout.info { background: rgba(52,104,177,0.08); border-left: 3px solid var(--info); }
.insight-callout.info .insight-icon { background: rgba(52,104,177,0.15); color: var(--info); }
.insight-callout.info .insight-label { color: var(--info); }
.insight-callout.accent { background: var(--accent-muted); border-left: 3px solid var(--accent); }
.insight-callout.accent .insight-icon { background: rgba(196,160,0,0.15); color: var(--accent); }
.insight-callout.accent .insight-label { color: var(--accent); }

/* --- Info Cards --- */
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.info-card {
    background: var(--bg-surface); border-radius: 12px; padding: 28px;
    border: 1px solid var(--border-color); transition: transform 0.25s ease;
}
.info-card:hover { transform: translateY(-4px); }
.info-card .info-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; background: var(--accent-muted); color: var(--accent); }
.info-card .info-icon svg { width: 24px; height: 24px; }
.info-card h4 { margin-bottom: 8px; }
.info-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

/* --- Product Cards (Homepage two-path) --- */
.product-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; }
.product-card {
    background: var(--bg-primary); border-radius: 16px; padding: 36px;
    border: 1px solid var(--border-color); transition: all 0.3s ease; position: relative;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.product-card.featured { border-color: var(--accent); border-width: 2px; }
.product-card.featured::before {
    content: 'Recommended'; position: absolute; top: -12px; left: 24px;
    background: var(--accent); color: #1a1a1a; font-size: 11px; font-weight: 700;
    padding: 4px 14px; border-radius: 9999px; text-transform: uppercase; letter-spacing: 1px;
}
.product-card .product-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--accent); margin-bottom: 8px; }
.product-card h3 { margin-bottom: 8px; }
.product-card .product-desc { font-size: 15px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 20px; }
.product-card .product-price { font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 700; color: var(--text-primary); margin-bottom: 20px; }
.product-card .product-price .price-note { font-size: 14px; font-weight: 400; color: var(--text-muted); display: block; margin-top: 4px; }
.product-card .product-features { list-style: none; margin-bottom: 24px; }
.product-card .product-features li {
    padding: 8px 0; font-size: 14px; color: var(--text-secondary);
    border-bottom: 1px solid var(--border-color); display: flex; align-items: center; gap: 10px;
}
.product-card .product-features li:last-child { border-bottom: none; }
.product-card .product-features li svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
.product-card .product-cta {
    display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px;
    font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 14px;
    border-radius: 8px; text-decoration: none; transition: all 0.25s ease;
}
.product-card.featured .product-cta { background: var(--accent); color: #1a1a1a; }
.product-card.featured .product-cta:hover { background: var(--accent-hover); transform: translateY(-1px); }
.product-card:not(.featured) .product-cta { background: var(--accent); color: #1a1a1a; }
.product-card:not(.featured) .product-cta:hover { background: var(--accent-hover); }

/* --- Pricing Cards --- */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pricing-card {
    background: var(--bg-primary); border-radius: 16px; padding: 36px;
    border: 1px solid var(--border-color); position: relative;
}
.pricing-card.featured { border-color: var(--accent); border-width: 2px; }
.pricing-card.featured::before {
    content: 'Most Popular'; position: absolute; top: -12px; left: 24px;
    background: var(--accent); color: #1a1a1a; font-size: 11px; font-weight: 700;
    padding: 4px 14px; border-radius: 9999px; text-transform: uppercase; letter-spacing: 1px;
}
.pricing-card h3 { margin-bottom: 4px; }
.pricing-card .pricing-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; }
.pricing-card .pricing-price { font-family: 'Space Grotesk', sans-serif; font-size: 36px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.pricing-card .pricing-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.pricing-card .pricing-features { list-style: none; margin-bottom: 28px; }
.pricing-card .pricing-features li {
    padding: 8px 0; font-size: 14px; color: var(--text-secondary);
    display: flex; align-items: flex-start; gap: 10px;
}
.pricing-card .pricing-features li svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.pricing-card .pricing-cta {
    display: block; text-align: center; padding: 14px 28px;
    font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 15px;
    border-radius: 8px; text-decoration: none; transition: all 0.25s ease;
}
.pricing-card.featured .pricing-cta { background: var(--accent); color: #1a1a1a; }
.pricing-card.featured .pricing-cta:hover { background: var(--accent-hover); }
.pricing-card:not(.featured) .pricing-cta { background: var(--accent); color: #1a1a1a; }
.pricing-card:not(.featured) .pricing-cta:hover { background: var(--accent-hover); }
.pricing-note { font-size: 13px; color: var(--text-muted); margin-top: 16px; }

/* --- Logo Strip --- */
.logo-strip { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; margin: 24px 0; }
.logo-strip span {
    font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 16px;
    color: var(--text-muted); opacity: 0.5; letter-spacing: 0.5px;
    transition: opacity 0.25s ease;
}
.logo-strip span:hover { opacity: 0.8; }

/* --- Customer Voice --- */
.customer-voice {
    background: var(--bg-secondary); border-radius: 16px; padding: 32px;
    border: 1px solid var(--border-color); margin: 32px 0;
    font-size: 15px; color: var(--text-secondary); line-height: 1.8;
    font-style: italic; position: relative;
}
.customer-voice::before {
    content: '\201C'; font-family: 'Space Grotesk', sans-serif; font-size: 64px;
    color: var(--accent); opacity: 0.3; position: absolute; top: 8px; left: 24px; line-height: 1;
}
.customer-voice p { padding-left: 24px; }
.customer-voice .voice-source { font-style: normal; font-size: 13px; color: var(--text-muted); margin-top: 16px; padding-left: 24px; }
.customer-voice .voice-source a { color: var(--accent); font-weight: 600; }

/* --- Bar Charts (for SIX Score visual) --- */
.bar-chart { margin: 24px 0; }
.bar-item { margin-bottom: 16px; }
.bar-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.bar-label-text { font-size: 14px; font-weight: 500; color: var(--text-primary); }
.bar-label-value { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 600; }
.bar-track { height: 10px; background: var(--bg-surface); border-radius: 5px; overflow: visible; position: relative; }
.bar-fill { height: 100%; border-radius: 5px; transition: width 1s ease; width: 0; position: relative; }
.bar-fill.accent { background: linear-gradient(90deg, var(--accent), var(--accent-hover)); }
.bar-fill.info { background: linear-gradient(90deg, var(--info), #6b9bdb); }

/* --- Comparison Grid (Standard vs Enterprise) --- */
.data-table-wrapper { overflow-x: auto; margin: 24px 0; border-radius: 12px; border: 1px solid var(--border-color); }
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table thead { background: var(--bg-surface); }
.data-table th {
    padding: 14px 16px; text-align: left; font-weight: 600; font-size: 12px;
    text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted);
    border-bottom: 1px solid var(--border-color); white-space: nowrap;
}
.data-table td { padding: 14px 16px; border-bottom: 1px solid var(--border-color); vertical-align: top; }
.data-table tbody tr { transition: background 0.2s ease; }
.data-table tbody tr:hover { background: var(--accent-muted); }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table .featured-col { background: rgba(196,160,0,0.04); font-weight: 500; }

/* --- Table Row Tooltips --- */
.data-table tbody tr[data-tip] { cursor: help; position: relative; }
.data-table tbody tr[data-tip] td:first-child::after {
    content: '';
    display: inline-block;
    width: 14px; height: 14px;
    margin-left: 6px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E") no-repeat center / contain;
    opacity: 0.4;
    transition: opacity 0.2s ease;
}
.data-table tbody tr[data-tip]:hover td:first-child::after { opacity: 0.8; }
.row-tooltip {
    display: none;
    position: absolute;
    left: 16px; right: 16px;
    bottom: calc(100% + 8px);
    background: var(--text-primary);
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 14px;
    border-radius: 8px;
    z-index: 20;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    pointer-events: none;
}
.row-tooltip::after {
    content: '';
    position: absolute;
    top: 100%; left: 32px;
    border: 6px solid transparent;
    border-top-color: var(--text-primary);
}
.data-table tbody tr[data-tip]:hover .row-tooltip { display: block; }
.data-table tbody tr[data-tip].tooltip-active .row-tooltip { display: block; }

/* --- Mobile Tooltip Inline --- */
@media (max-width: 768px) {
    .row-tooltip {
        display: none;
        position: relative;
        left: auto; right: auto; bottom: auto;
        background: var(--bg-secondary);
        color: var(--text-secondary);
        font-size: 12px;
        line-height: 1.5;
        padding: 8px 12px;
        border-radius: 6px;
        margin-top: 6px;
        box-shadow: none;
        pointer-events: auto;
        z-index: auto;
    }
    .row-tooltip::after { display: none; }
    .data-table tbody tr[data-tip].tooltip-active .row-tooltip {
        display: block;
    }
    .data-table tbody tr[data-tip]:hover .row-tooltip { display: none; }
    .data-table tbody tr[data-tip].tooltip-active:hover .row-tooltip { display: block; }
}

/* --- Timeline --- */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
    content: ''; position: absolute; left: 11px; top: 0; bottom: 0; width: 2px;
    background: var(--border-color);
}
.timeline-item { position: relative; padding-bottom: 40px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot {
    position: absolute; left: -32px; top: 4px; width: 22px; height: 22px;
    border-radius: 50%; border: 2px solid var(--accent);
    background: var(--bg-primary); display: flex; align-items: center; justify-content: center;
}
.timeline-dot::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.timeline-phase { font-size: 12px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.timeline-title { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 20px; color: var(--text-primary); margin-bottom: 8px; }
.timeline-desc { font-size: 15px; color: var(--text-secondary); line-height: 1.6; }

/* --- Accordion (FAQ) --- */
.accordion-item { border-radius: 12px; overflow: hidden; margin: 12px 0; border: 1px solid var(--border-color); }
.accordion-header {
    display: flex; align-items: center; justify-content: space-between; padding: 20px 24px;
    background: var(--bg-surface); cursor: pointer; transition: background 0.25s ease;
    font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 16px; color: var(--text-primary);
    border: none; width: 100%; text-align: left;
}
.accordion-header:hover { background: var(--bg-secondary); }
.accordion-header svg { width: 20px; height: 20px; color: var(--text-muted); transition: transform 0.3s ease; flex-shrink: 0; }
.accordion-header[aria-expanded="true"] svg { transform: rotate(180deg); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-body-inner { padding: 24px; font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

/* --- CTA Section --- */
.cta-section {
    padding: 96px 0; text-align: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    border-bottom: none;
}
.cta-section h2 { color: #222020; }
.cta-section p { color: rgba(34,32,32,0.7); font-size: 18px; max-width: 600px; margin: 0 auto 32px; }
.cta-btn {
    display: inline-flex; align-items: center; gap: 8px; padding: 16px 36px;
    background: #222020; color: var(--accent); font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 16px; border-radius: 12px; border: none; cursor: pointer;
    transition: all 0.25s ease; text-decoration: none;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); color: var(--accent-hover); }

/* --- Assessment Bridge Callout --- */
.bridge-callout {
    background: var(--bg-secondary); border-radius: 16px; padding: 32px;
    border: 1px solid var(--border-color); display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.bridge-callout .bridge-content { flex: 1; }
.bridge-callout h4 { margin-bottom: 8px; }
.bridge-callout p { font-size: 15px; color: var(--text-secondary); line-height: 1.6; }
.bridge-callout .bridge-cta {
    display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px;
    background: transparent; color: var(--accent); font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 14px; border-radius: 9999px; text-decoration: none;
    white-space: nowrap; transition: all 0.25s ease; border: 1.5px solid var(--accent); flex-shrink: 0;
}
.bridge-callout .bridge-cta:hover { background: var(--accent); color: #1a1a1a; }

/* --- Footer --- */
footer {
    padding: 32px 0; text-align: center; border-top: 1px solid var(--border-color);
    font-size: 13px; color: var(--text-muted);
}

/* --- Animations --- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.animate { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate.visible { opacity: 1; transform: translateY(0); }
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }

/* --- Utility --- */
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.text-accent { color: var(--accent); }
.text-sm { font-size: 14px; }
.text-xs { font-size: 13px; color: var(--text-muted); }
.text-center { text-align: center; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* --- Mobile Hamburger --- */
.mobile-nav-toggle {
    display: none; width: 36px; height: 36px; border-radius: 8px;
    border: 1px solid var(--border-color); background: transparent;
    cursor: pointer; flex-direction: column; align-items: center;
    justify-content: center; gap: 5px; padding: 8px; flex-shrink: 0;
}
.mobile-nav-toggle span {
    display: block; width: 18px; height: 2px; background: var(--text-primary);
    border-radius: 2px; transition: all 0.3s ease;
}
.mobile-nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-nav-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* --- Responsive --- */
@media (max-width: 768px) {
    .mobile-nav-toggle { display: flex; }
    .nav-cta { display: none; }
    .nav-links {
        display: none; position: absolute; top: var(--nav-height); left: 0; right: 0;
        background: rgba(255,255,255,0.98); backdrop-filter: blur(12px);
        flex-direction: column; padding: 16px 32px; gap: 4px;
        border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 12px 16px; font-size: 15px; border-radius: 8px; }
    .nav-links .mobile-cta-link {
        display: block; margin-top: 8px; padding: 14px 16px; text-align: center;
        background: var(--accent); color: #1a1a1a; font-weight: 700; border-radius: 8px;
    }
    .container { padding: 0 20px; }
    section { padding: 40px 0; }
    .hero { padding: 110px 0 48px; }
    .stat-grid { grid-template-columns: 1fr; }
    .two-col, .product-grid, .pricing-grid { grid-template-columns: 1fr; }
    .three-col, .info-grid { grid-template-columns: 1fr; }
    .logo-strip { gap: 24px; }
    .logo-strip span { font-size: 14px; }
    .bridge-callout { flex-direction: column; text-align: center; }
}

/* --- Print --- */
@media print {
    nav, .scroll-progress, .cta-section { display: none !important; }
    .animate { opacity: 1 !important; transform: none !important; }
    .bar-fill { width: var(--bar-width) !important; }
    body { font-size: 12px; }
    @page { margin: 0.75in; size: letter; }
}
