        .ai-page {
            background: #05060a;
            color: var(--text-primary);
        }
        .ai-hero {
            position: relative;
            min-height: auto;
            padding: 120px 0 70px;
            overflow: hidden;
            background:
                radial-gradient(circle at 14% 18%, rgba(16,185,129,0.18), transparent 28%),
                radial-gradient(circle at 84% 8%, rgba(99,102,241,0.22), transparent 30%),
                linear-gradient(180deg, #05060a 0%, #07111f 100%);
        }
        .ai-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,0.92), transparent 88%);
            -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.92), transparent 88%);
        }
        .ai-hero__container,
        .ai-section__container,
        .ai-cta__inner {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 24px;
        }
        .ai-hero__container {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }
        .ai-hero__badge,
        .ai-card__tag,
        .ai-step__number {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            border: 1px solid rgba(16,185,129,0.35);
            border-radius: 999px;
            background: rgba(16,185,129,0.1);
            color: #86efac;
            font-size: 0.78rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .ai-hero__badge {
            gap: 8px;
            padding: 8px 14px;
            margin-bottom: 22px;
        }
        .ai-hero__badge::before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #10b981;
            box-shadow: 0 0 18px rgba(16,185,129,0.75);
        }
        .ai-hero__title {
            margin: 14px 0 0;
            color: #fff;
            font-family: var(--font-display);
            font-size: clamp(1.75rem, 2.8vw, 2.6rem);
            font-weight: 800;
            line-height: 1.22;
            letter-spacing: -0.02em;
            overflow-wrap: break-word;
        }
        .ai-hero__desc {
            max-width: 560px;
            margin: 16px 0 0;
            color: #94a3b8;
            font-size: 0.95rem;
            line-height: 1.75;
        }
        .ai-hero__actions,
        .ai-cta__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 30px;
        }
        .ai-hero__stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin-top: 32px;
        }
        .ai-hero__stats div,
        .ai-visual__panel,
        .ai-card,
        .ai-step,
        .ai-result,
        .ai-faq__item,
        .ai-cta__inner {
            border: 1px solid rgba(255,255,255,0.09);
            border-radius: 8px;
            background: rgba(255,255,255,0.045);
            box-shadow: 0 24px 64px rgba(0,0,0,0.34);
        }
        .ai-hero__stats div {
            min-height: 106px;
            padding: 18px;
        }
        .ai-hero__stats strong {
            display: block;
            color: #fff;
            font-size: 1.5rem;
            line-height: 1;
        }
        .ai-hero__stats span {
            display: block;
            margin-top: 10px;
            color: #a7b5cc;
            font-size: 0.82rem;
            line-height: 1.35;
        }
        /* ── GSC Card ──────────────────────────────────── */
        .gsc-card {
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(0,0,0,0.18), 0 1px 4px rgba(0,0,0,0.1);
            font-family: 'Google Sans', 'Inter', sans-serif;
        }
        .gsc-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px 10px;
            border-bottom: 1px solid #e8eaed;
        }
        .gsc-breadcrumb {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 0.75rem;
            color: #3c4043;
            flex-wrap: wrap;
        }
        .gsc-breadcrumb__active {
            font-weight: 600;
            color: #202124;
        }
        .gsc-breadcrumb svg { color: #80868b; flex-shrink: 0; }
        .gsc-beta {
            font-size: 0.58rem;
            font-weight: 700;
            background: #e8f0fe;
            color: #1a73e8;
            border-radius: 4px;
            padding: 1px 5px;
            letter-spacing: 0.04em;
        }
        .gsc-export {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 0.7rem;
            font-weight: 700;
            color: #5f6368;
            letter-spacing: 0.08em;
            background: none;
            border: none;
            cursor: pointer;
        }
        .gsc-filters {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 16px;
            border-bottom: 1px solid #e8eaed;
            flex-wrap: wrap;
            gap: 6px;
        }
        .gsc-filter-group {
            display: flex;
            align-items: center;
            gap: 4px;
            flex-wrap: wrap;
        }
        .gsc-filter-btn {
            font-size: 0.7rem;
            color: #3c4043;
            background: none;
            border: 1px solid #dadce0;
            border-radius: 4px;
            padding: 3px 8px;
            cursor: pointer;
            white-space: nowrap;
        }
        .gsc-filter-btn--active {
            background: #e8f0fe;
            border-color: #1a73e8;
            color: #1a73e8;
            font-weight: 600;
        }
        .gsc-filter-btn--add { color: #1a73e8; border-color: transparent; }
        .gsc-filter-btn--reset { color: #1a73e8; border-color: transparent; }
        .gsc-last-update {
            font-size: 0.68rem;
            color: #80868b;
            white-space: nowrap;
        }

        /* Chart area */
        .gsc-chart-area { padding: 12px 16px 8px; }
        .gsc-chart-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        .gsc-metric {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .gsc-metric__check {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background: #7c3aed;
            flex-shrink: 0;
        }
        .gsc-metric__label {
            font-size: 0.68rem;
            color: #5f6368;
            margin: 0;
        }
        .gsc-metric__value {
            font-size: 1.5rem;
            font-weight: 700;
            color: #202124;
            margin: 0;
            letter-spacing: -0.03em;
        }
        .gsc-daily-btn {
            font-size: 0.7rem;
            color: #3c4043;
            border: 1px solid #dadce0;
            border-radius: 4px;
            padding: 3px 8px;
            background: none;
            cursor: pointer;
        }

        /* Chart with axes */
        .gsc-chart-wrapper {
            display: flex;
            gap: 6px;
            align-items: stretch;
        }
        .gsc-y-axis {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-bottom: 2px;
        }
        .gsc-y-axis span {
            font-size: 0.6rem;
            color: #80868b;
            line-height: 1;
        }
        .gsc-chart {
            flex: 1;
            height: 120px;
        }
        .gsc-chart svg { width: 100%; height: 100%; }
        .gsc-x-axis {
            display: flex;
            justify-content: space-between;
            padding: 4px 0 2px 28px;
        }
        .gsc-x-axis span {
            font-size: 0.58rem;
            color: #80868b;
        }

        /* ── Dashboard Visual ───────────────────────── */
        .ai-visual {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        /* Base card */
        .ai-dash__card {
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 14px;
            background: rgba(15,23,42,0.75);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            padding: 18px 20px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06);
            transition: border-color 0.25s;
        }
        .ai-dash__card:hover {
            border-color: rgba(16,185,129,0.25);
        }

        /* Maps top card */
        .ai-dash__card--maps {
            background: linear-gradient(135deg, rgba(16,185,129,0.07) 0%, rgba(15,23,42,0.85) 60%);
        }
        .ai-dash__card-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }
        .ai-dash__icon--maps {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: rgba(16,185,129,0.15);
            color: #10b981;
            flex-shrink: 0;
        }
        .ai-dash__label {
            flex: 1;
            font-size: 0.78rem;
            font-weight: 600;
            color: #94a3b8;
            letter-spacing: 0.02em;
        }
        .ai-dash__live {
            font-size: 0.6rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            color: #10b981;
            padding: 2px 7px;
            border: 1px solid rgba(16,185,129,0.4);
            border-radius: 999px;
            background: rgba(16,185,129,0.08);
            animation: pulse-live 2.5s ease-in-out infinite;
        }
        @keyframes pulse-live {
            0%,100% { opacity: 1; }
            50% { opacity: 0.4; }
        }

        /* Rank row */
        .ai-dash__rank-row {
            display: flex;
            align-items: center;
            gap: 0;
            margin-bottom: 14px;
        }
        .ai-dash__rank-item {
            flex: 1;
            text-align: center;
        }
        .ai-dash__rank-divider {
            width: 1px;
            height: 36px;
            background: rgba(255,255,255,0.08);
        }
        .ai-dash__rank-num {
            display: block;
            font-size: 1.5rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.03em;
            line-height: 1;
        }
        .ai-dash__rank-num--accent { color: #A5B4FC; }
        .ai-dash__rank-num--green  { color: #10b981; }
        .ai-dash__rank-desc {
            display: block;
            font-size: 0.68rem;
            color: #64748b;
            margin-top: 4px;
            letter-spacing: 0.01em;
        }
        .ai-dash__rank-item--top .ai-dash__rank-num {
            font-size: 1.8rem;
            color: #10b981;
        }

        /* Sparkline */
        .ai-dash__sparkline {
            height: 40px;
            margin: 0 -4px;
        }
        .ai-dash__sparkline svg {
            width: 100%;
            height: 100%;
        }

        /* Middle 2-col row */
        .ai-dash__row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }
        .ai-dash__card--mini {
            padding: 14px 16px;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .ai-dash__mini-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            border-radius: 7px;
            margin-bottom: 6px;
        }
        .ai-dash__mini-icon--purple { background: rgba(139,92,246,0.15); color: #A5B4FC; }
        .ai-dash__mini-icon--blue   { background: rgba(59,130,246,0.15);  color: #67E8F9; }
        .ai-dash__mini-icon--green  { background: rgba(16,185,129,0.15);  color: #10b981; }
        .ai-dash__progress-fill--green { background: linear-gradient(90deg, #10b981, #6ee7b7); }
        .ai-dash__mini-value {
            font-size: 1.4rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.03em;
            line-height: 1;
        }
        .ai-dash__mini-value small {
            font-size: 0.75rem;
            font-weight: 500;
            color: #475569;
        }
        .ai-dash__mini-label {
            font-size: 0.7rem;
            color: #64748b;
            margin-top: 2px;
        }
        .ai-dash__progress-bar {
            height: 3px;
            border-radius: 999px;
            background: rgba(255,255,255,0.06);
            margin-top: 8px;
            overflow: hidden;
        }
        .ai-dash__progress-fill {
            height: 100%;
            border-radius: 999px;
            background: linear-gradient(90deg, #10b981, #86efac);
            transition: width 1s ease;
        }
        .ai-dash__progress-fill--blue {
            background: linear-gradient(90deg, #6366f1, #67E8F9);
        }

        /* Signal checklist card */
        .ai-dash__card--signals { padding: 14px 16px; }
        .ai-dash__signals-title {
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #475569;
            margin: 0 0 10px;
        }
        .ai-dash__signals-list {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .ai-dash__signal {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 7px 10px;
            border-radius: 8px;
            background: rgba(255,255,255,0.03);
            font-size: 0.8rem;
            color: #94a3b8;
        }
        .ai-dash__signal span:not(.ai-dash__signal-dot) { flex: 1; }
        .ai-dash__signal strong {
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.06em;
        }
        .ai-dash__signal-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .ai-dash__signal--done .ai-dash__signal-dot {
            background: #10b981;
            box-shadow: 0 0 6px rgba(16,185,129,0.8);
            animation: pulse-dot 2s ease-in-out infinite;
        }
        .ai-dash__signal--done strong { color: #10b981; }
        .ai-dash__signal--warn .ai-dash__signal-dot {
            background: #f59e0b;
            box-shadow: 0 0 6px rgba(245,158,11,0.7);
        }
        .ai-dash__signal--warn strong { color: #f59e0b; }

        .ai-section {
            padding: 88px 0;
            background: linear-gradient(180deg, #07111f 0%, #05060a 100%);
        }
        .ai-section--alt {
            background: linear-gradient(180deg, #05060a 0%, #07111a 100%);
        }
        .ai-section__intro {
            max-width: 760px;
            margin: 0 auto 42px;
            text-align: center;
        }
        .ai-section__eyebrow {
            display: inline-block;
            margin-bottom: 12px;
            color: #86efac;
            font-size: 0.78rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .ai-section__title {
            margin: 0;
            color: #fff;
            font-size: clamp(1.95rem, 4vw, 3.2rem);
            line-height: 1.1;
        }
        .ai-section__desc {
            margin: 16px auto 0;
            color: #a7b5cc;
            font-size: 1rem;
            line-height: 1.75;
        }
        .ai-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }
        .ai-grid--two {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .ai-card,
        .ai-step,
        .ai-result,
        .ai-faq__item {
            padding: 24px;
            background: rgba(15,23,42,0.72);
        }
        .ai-card__tag {
            padding: 5px 10px;
            margin-bottom: 18px;
        }
        .ai-card h3,
        .ai-step h3,
        .ai-result h3,
        .ai-faq__item h3 {
            margin: 0;
            color: #fff;
            font-size: 1.12rem;
            line-height: 1.3;
        }
        .ai-card p,
        .ai-step p,
        .ai-result p,
        .ai-faq__item p {
            margin: 12px 0 0;
            color: #a7b5cc;
            line-height: 1.68;
            font-size: 0.94rem;
        }
        .ai-step__number {
            justify-content: center;
            width: 42px;
            height: 42px;
            margin-bottom: 18px;
            border-radius: 8px;
        }
        .ai-result strong {
            display: block;
            margin-bottom: 8px;
            color: #86efac;
            font-size: 2rem;
            line-height: 1;
        }
        .ai-cta {
            padding: 0 24px 108px;
            background: #07111a;
        }
        .ai-cta__inner {
            padding: 46px;
            background:
                radial-gradient(circle at 16% 14%, rgba(16,185,129,0.18), transparent 30%),
                linear-gradient(135deg, rgba(15,23,42,0.96), rgba(7,17,26,0.96));
        }
        .ai-cta__inner h2 {
            max-width: 780px;
            margin: 0;
            color: #fff;
            font-size: clamp(1.85rem, 4vw, 3.2rem);
            line-height: 1.08;
        }
        .ai-cta__inner p {
            max-width: 720px;
            margin: 16px 0 0;
            color: #cbd5e1;
            line-height: 1.75;
        }

        /* ── Stats Banner ───────────────────────────── */
        .ai-stats-banner {
            padding: 40px 0;
            background: linear-gradient(135deg, rgba(16,185,129,0.08) 0%, rgba(99,102,241,0.08) 100%);
            border-top: 1px solid rgba(255,255,255,0.05);
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .ai-stats-banner__grid {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0;
        }
        .ai-stats-banner__item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 12px 36px;
            gap: 4px;
        }
        .ai-stats-banner__divider {
            width: 1px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            flex-shrink: 0;
        }
        .ai-stats-banner__num {
            font-size: 2rem;
            font-weight: 800;
            background: linear-gradient(135deg, #10b981, #6ee7b7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.04em;
            line-height: 1;
        }
        .ai-stats-banner__plus {
            font-size: 1.2rem;
            font-weight: 700;
        }
        .ai-stats-banner__label {
            font-size: 0.72rem;
            color: #64748b;
            font-weight: 500;
            letter-spacing: 0.02em;
        }

        /* ── Industries Grid ────────────────────────── */
        .ai-industries-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
        }
        .ai-industry-card {
            border: 1px solid rgba(255,255,255,0.07);
            border-radius: 14px;
            background: rgba(15,23,42,0.65);
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            transition: border-color 0.25s, transform 0.2s;
        }
        .ai-industry-card:hover {
            border-color: rgba(16,185,129,0.3);
            transform: translateY(-2px);
        }
        .ai-industry-card__icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: rgba(16,185,129,0.1);
            color: #10b981;
            margin-bottom: 4px;
        }
        .ai-industry-card h3 {
            margin: 0;
            font-size: 0.92rem;
            font-weight: 700;
            color: #e2e8f0;
        }
        .ai-industry-card p {
            margin: 0;
            font-size: 0.78rem;
            color: #64748b;
            line-height: 1.5;
        }
        .ai-industry-card__tag {
            display: inline-block;
            margin-top: 4px;
            padding: 2px 8px;
            border-radius: 4px;
            font-size: 0.62rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            background: rgba(16,185,129,0.1);
            color: #6ee7b7;
            width: fit-content;
        }

        /* ── Comparison Table ───────────────────────── */
        .ai-compare-table {
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 14px;
            overflow: hidden;
        }
        .ai-compare-header {
            display: grid;
            grid-template-columns: 1.2fr 1fr 1.2fr;
            background: rgba(15,23,42,0.9);
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        .ai-compare-header__col {
            padding: 14px 20px;
            font-size: 0.75rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #64748b;
        }
        .ai-compare-header__col--trad { color: #94a3b8; }
        .ai-compare-header__col--ai {
            color: #10b981;
            background: rgba(16,185,129,0.06);
        }
        .ai-compare-row {
            display: grid;
            grid-template-columns: 1.2fr 1fr 1.2fr;
            border-bottom: 1px solid rgba(255,255,255,0.05);
            transition: background 0.15s;
        }
        .ai-compare-row:last-child { border-bottom: none; }
        .ai-compare-row:hover { background: rgba(255,255,255,0.02); }
        .ai-compare-cell {
            padding: 13px 20px;
            font-size: 0.85rem;
            color: #94a3b8;
            line-height: 1.4;
            display: flex;
            align-items: center;
        }
        .ai-compare-cell--label {
            font-weight: 700;
            color: #e2e8f0;
            font-size: 0.82rem;
        }
        .ai-compare-cell--ai {
            color: #86efac;
            background: rgba(16,185,129,0.04);
            font-weight: 500;
        }

        /* ── Testimonials ───────────────────────────── */
        .ai-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }
        .ai-testimonial {
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 14px;
            background: rgba(15,23,42,0.7);
            padding: 22px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            transition: border-color 0.25s;
        }
        .ai-testimonial:hover { border-color: rgba(255,255,255,0.14); }
        .ai-testimonial__stars {
            color: #f59e0b;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }
        .ai-testimonial__text {
            margin: 0;
            color: #94a3b8;
            font-size: 0.88rem;
            line-height: 1.72;
            flex: 1;
            font-style: italic;
        }
        .ai-testimonial__author {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 4px;
        }
        .ai-testimonial__avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.68rem;
            font-weight: 800;
            flex-shrink: 0;
            letter-spacing: 0.03em;
        }
        .ai-testimonial__avatar--1 { background: rgba(16,185,129,0.2);  color: #10b981; }
        .ai-testimonial__avatar--2 { background: rgba(99,102,241,0.2);  color: #a5b4fc; }
        .ai-testimonial__avatar--3 { background: rgba(245,158,11,0.2);  color: #fcd34d; }
        .ai-testimonial__avatar--4 { background: rgba(239,68,68,0.2);   color: #fca5a5; }
        .ai-testimonial__avatar--5 { background: rgba(139,92,246,0.2);  color: #d8b4fe; }
        .ai-testimonial__avatar--6 { background: rgba(20,184,166,0.2);  color: #5eead4; }
        .ai-testimonial__author strong {
            display: block;
            font-size: 0.82rem;
            color: #e2e8f0;
        }
        .ai-testimonial__author span {
            font-size: 0.72rem;
            color: #475569;
        }

        /* ── Tools Grid ─────────────────────────────── */
        .ai-tools-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
        }
        .ai-tool-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 16px;
            border: 1px solid rgba(255,255,255,0.07);
            border-radius: 12px;
            background: rgba(15,23,42,0.6);
            transition: border-color 0.2s;
        }
        .ai-tool-item:hover { border-color: rgba(255,255,255,0.14); }
        .ai-tool-item__icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            border-radius: 8px;
            flex-shrink: 0;
        }
        .ai-tool-item__icon--green  { background: rgba(16,185,129,0.12);  color: #10b981; }
        .ai-tool-item__icon--blue   { background: rgba(59,130,246,0.12);   color: #60a5fa; }
        .ai-tool-item__icon--purple { background: rgba(139,92,246,0.12);   color: #a78bfa; }
        .ai-tool-item__icon--amber  { background: rgba(245,158,11,0.12);   color: #fbbf24; }
        .ai-tool-item div { display: flex; flex-direction: column; gap: 2px; }
        .ai-tool-item strong {
            font-size: 0.8rem;
            color: #e2e8f0;
            font-weight: 700;
        }
        .ai-tool-item span {
            font-size: 0.7rem;
            color: #475569;
            line-height: 1.4;
        }

        /* Responsive for new sections */
        @media (max-width: 960px) {
            .ai-industries-grid { grid-template-columns: repeat(2, 1fr); }
            .ai-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
            .ai-tools-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 640px) {
            .ai-stats-banner__item { padding: 10px 18px; }
            .ai-stats-banner__divider { display: none; }
            .ai-stats-banner__grid { gap: 8px; }
            .ai-industries-grid { grid-template-columns: 1fr 1fr; }
            .ai-compare-header__col, .ai-compare-cell { padding: 10px 12px; font-size: 0.75rem; }
            .ai-testimonials-grid { grid-template-columns: 1fr; }
            .ai-tools-grid { grid-template-columns: 1fr; }
        }

        /* ── FAQ Accordion ──────────────────────────── */

        .ai-faq-section { background: linear-gradient(180deg, #05060a 0%, #07111f 100%); }

        /* Category tabs */
        .faq-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-bottom: 36px;
        }
        .faq-tab {
            padding: 7px 18px;
            border-radius: 999px;
            font-size: 0.8rem;
            font-weight: 600;
            cursor: pointer;
            border: 1px solid rgba(255,255,255,0.1);
            background: rgba(255,255,255,0.04);
            color: #94a3b8;
            transition: all 0.2s;
        }
        .faq-tab:hover { border-color: rgba(16,185,129,0.3); color: #e2e8f0; }
        .faq-tab--active {
            background: rgba(16,185,129,0.12);
            border-color: rgba(16,185,129,0.5);
            color: #86efac;
        }

        /* FAQ list */
        .faq-list {
            max-width: 840px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .faq-item {
            border: 1px solid rgba(255,255,255,0.07);
            border-radius: 12px;
            background: rgba(15,23,42,0.6);
            overflow: hidden;
            transition: border-color 0.25s;
        }
        .faq-item:hover { border-color: rgba(255,255,255,0.14); }
        .faq-item.faq-item--open {
            border-color: rgba(16,185,129,0.25);
            background: rgba(16,185,129,0.04);
        }
        .faq-item[style*="display:none"] { display: none !important; }

        /* Question button */
        .faq-question {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
            padding: 16px 20px;
            background: none;
            border: none;
            cursor: pointer;
            text-align: left;
        }
        .faq-q-text {
            flex: 1;
            font-size: 0.95rem;
            font-weight: 600;
            color: #e2e8f0;
            line-height: 1.4;
        }

        /* Toggle icon */
        .faq-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: rgba(255,255,255,0.06);
            flex-shrink: 0;
            font-size: 0;
            transition: background 0.2s, transform 0.3s;
            position: relative;
        }
        .faq-icon::before,
        .faq-icon::after {
            content: '';
            position: absolute;
            background: #94a3b8;
            border-radius: 2px;
            transition: transform 0.3s, opacity 0.3s;
        }
        .faq-icon::before { width: 10px; height: 2px; }
        .faq-icon::after  { width: 2px; height: 10px; }
        .faq-item--open .faq-icon { background: rgba(16,185,129,0.15); }
        .faq-item--open .faq-icon::before { background: #86efac; }
        .faq-item--open .faq-icon::after  { transform: rotate(90deg); opacity: 0; }

        /* Answer panel */
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease, padding 0.25s ease;
            padding: 0 20px;
        }
        .faq-answer:not([hidden]) {
            max-height: 600px;
            padding: 0 20px 18px;
        }
        .faq-answer[hidden] { display: block !important; visibility: hidden; }
        .faq-answer p {
            margin: 0;
            color: #94a3b8;
            font-size: 0.9rem;
            line-height: 1.78;
        }

        /* Category badges */
        .faq-cat-badge {
            display: inline-block;
            padding: 2px 8px;
            border-radius: 4px;
            font-size: 0.62rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            white-space: nowrap;
            flex-shrink: 0;
        }
        .faq-cat-badge--general  { background: rgba(99,102,241,0.15);  color: #a5b4fc; }
        .faq-cat-badge--local    { background: rgba(16,185,129,0.15);  color: #6ee7b7; }
        .faq-cat-badge--ai       { background: rgba(139,92,246,0.15);  color: #d8b4fe; }
        .faq-cat-badge--process  { background: rgba(245,158,11,0.15);  color: #fcd34d; }
        .faq-cat-badge--pricing  { background: rgba(59,130,246,0.15);  color: #93c5fd; }

        @media (max-width: 1080px) {

            .ai-hero__container {
                grid-template-columns: 1fr;
            }
            .ai-grid,
            .ai-grid--two {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 640px) {
            .ai-hero {
                min-height: auto;
                padding: 120px 0 56px;
            }
            .ai-hero__container,
            .ai-section__container {
                padding: 0 16px;
            }
            .ai-hero__title {
                font-size: clamp(1.5rem, 7vw, 2rem);
                line-height: 1.2;
            }
            .ai-hero__desc {
                font-size: 0.96rem;
            }
            .ai-hero__stats,
            .ai-grid,
            .ai-grid--two {
                grid-template-columns: 1fr;
            }
            .ai-hero__stats div {
                min-height: auto;
            }
            .ai-section {
                padding: 64px 0;
            }
            .ai-section__title {
                max-width: 13ch;
                margin-left: auto;
                margin-right: auto;
                font-size: clamp(1.65rem, 7vw, 2.25rem);
                overflow-wrap: break-word;
            }
            .ai-section__desc {
                max-width: 34ch;
            }
            .ai-card h3,
            .ai-step h3,
            .ai-result h3,
            .ai-faq__item h3,
            .ai-card p,
            .ai-step p,
            .ai-result p,
            .ai-faq__item p {
                overflow-wrap: break-word;
            }
            .ai-card,
            .ai-step,
            .ai-result,
            .ai-faq__item {
                padding: 20px;
            }
            .ai-cta {
                padding: 0 16px 76px;
            }
            .ai-cta__inner {
                padding: 30px 20px;
            }
            .ai-hero__actions,
            .ai-cta__actions {
                flex-direction: column;
            }
        }
