/* ============================================
   AI SEO — FULL MOBILE OPTIMIZED
   Brand: #7C3AED (violet)
   CONTRAST RULES:
     Dark bg (#000, #0A0A0C, #0F0A1A) → text #FFFFFF / rgba(255,255,255,0.7+)
     Light bg (cream, #fff) → text #1B1B2F / #555
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--cream-bg, #FDF8F4); padding-top: 70px; -webkit-font-smoothing: antialiased; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; width: 100%; }
img { max-width: 100%; height: auto; }

/* === SECTION HEADERS === */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 { font-size: clamp(1.5rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.12; color: #1B1B2F; margin-bottom: 1.25rem; }
.section-desc { font-size: clamp(0.9rem, 2vw, 1.1rem); color: #555; max-width: 680px; margin: 0 auto; line-height: 1.75; }
.light-heading { font-size: clamp(1.5rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.12; color: #FFFFFF; margin-bottom: 1.25rem; }
.section-desc-light { font-size: clamp(0.9rem, 2vw, 1.1rem); color: rgba(255,255,255,0.75); max-width: 680px; margin: 0 auto; line-height: 1.75; }

/* === HIGHLIGHTS === */
.brand-highlight { color: var(--accent-red, #E84855); position: relative; display: inline-block; }
.brand-highlight svg { position: absolute; bottom: -2px; left: 0; width: 100%; height: 12px; overflow: visible; }
.brand-highlight svg path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.5s ease forwards 0.5s; }
.highlight-violet { color: #7C3AED; position: relative; display: inline-block; }
.highlight-violet svg { position: absolute; bottom: -2px; left: 0; width: 100%; height: 12px; overflow: visible; }
.highlight-violet svg path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.5s ease forwards 0.5s; }
.ai-violet-text { color: #7C3AED; position: relative; display: inline-block; }
.ai-violet-text svg { position: absolute; bottom: -4px; left: 0; width: 100%; height: 12px; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
.handwritten-note { font-family: 'Caveat', cursive; font-size: 1.4rem; color: #7C3AED; }
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }

/* ===========================
   F1: HERO — bg: violet gradient → text dark
   =========================== */
.ai-hero { background: linear-gradient(180deg, #4CC9E8 0%, #6DD5ED 30%, #B8E6F2 65%, var(--cream-bg, #FDF8F4) 100%); padding: 5rem 2rem 6rem; position: relative; overflow: hidden; }
.hero-bg-mesh { position: absolute; inset: 0; background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.15) 1px, transparent 0); background-size: 50px 50px; pointer-events: none; }
.ai-hero .container { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4rem; align-items: center; position: relative; z-index: 2; }
.hero-breadcrumb { font-size: 0.8rem; font-weight: 600; color: #1B1B2F; margin-bottom: 1.5rem; opacity: 0.6; }
.hero-breadcrumb a { color: #1B1B2F; text-decoration: none; opacity: 0.8; }
.bc-sep { margin: 0 8px; opacity: 0.4; }
.hero-badge-row { display: flex; gap: 12px; margin-bottom: 2rem; flex-wrap: wrap; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: #fff; border-radius: 50px; font-size: 0.78rem; font-weight: 700; color: #1B1B2F; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.hero-badge.badge-dark { background: #0F0A1A; color: #FFFFFF; }
.live-pulse { width: 8px; height: 8px; border-radius: 50%; background: #7C3AED; box-shadow: 0 0 8px #7C3AED; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1;transform:scale(1); } 50% { opacity:0.5;transform:scale(0.8); } }
.ai-hero h1 { font-size: clamp(1.6rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.06; color: #1B1B2F; margin-bottom: 1.5rem; letter-spacing: -1px; }
.ai-hero .hero-desc { font-size: clamp(0.95rem, 2vw, 1.12rem); color: #333; line-height: 1.75; margin-bottom: 2rem; }
.hero-cta-row { display: flex; align-items: center; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.cta-link-ghost { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 700; color: #1B1B2F; text-decoration: none; transition: all 0.2s; }
.cta-link-ghost:hover { color: #7C3AED; }
.cta-link-ghost svg { transition: transform 0.2s; }
.cta-link-ghost:hover svg { transform: translateX(4px); }
.hero-stats-row { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.hero-stat-val { font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 800; color: #1B1B2F; line-height: 1; display: block; }
.hero-stat-label { font-size: 0.72rem; color: #555; font-weight: 600; margin-top: 4px; display: block; }
.hero-stat-divider { width: 1px; height: 36px; background: rgba(0,0,0,0.12); }
/* Hero Dashboard */
.hero-dash-card { background: #fff; border-radius: 20px; padding: 2rem; box-shadow: 0 25px 60px rgba(0,0,0,0.1); position: relative; }
.hdc-badge { position: absolute; top: -14px; right: 20px; background: #7C3AED; color: #FFFFFF; font-size: 0.65rem; font-weight: 800; padding: 8px 18px; border-radius: 50px; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(124,58,237,0.4); }
.hdc-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.hdc-title { font-size: 0.7rem; font-weight: 700; color: #777; letter-spacing: 1px; text-transform: uppercase; }
.hdc-status { display: flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; color: #7C3AED; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #7C3AED; box-shadow: 0 0 6px #7C3AED; }
.hdc-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 1.5rem; }
.hdc-m { background: #F8F5F0; padding: 12px; border-radius: 12px; text-align: center; }
.hdc-l { display: block; font-size: 0.6rem; font-weight: 700; color: #777; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.hdc-v { display: block; font-size: 1.3rem; font-weight: 800; color: #1B1B2F; line-height: 1; }
.hdc-v.accent { color: #7C3AED; }
.hdc-c { display: inline-block; font-size: 0.65rem; font-weight: 700; color: #22C55E; margin-top: 3px; }
.hdc-chart { height: 60px; }
.chart-bars { display: flex; align-items: flex-end; gap: 5px; height: 100%; }
.chart-bar { flex: 1; border-radius: 3px 3px 0 0; transition: height 1.2s cubic-bezier(0.23,1,0.32,1); height: 0; }
.hdc-footer { display: flex; justify-content: space-between; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid rgba(0,0,0,0.06); font-size: 0.82rem; color: #777; }
.hdc-footer strong { color: #1B1B2F; }

/* ===========================
   F2: PROBLEM (Alert Cards 2x2) — bg: #fff → text dark
   =========================== */
.problem-alerts { padding: 6rem 2rem; background: #fff; }
.alert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 0 auto; }
.ag-card { background: var(--cream-bg, #FDF8F4); border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; padding: 1.75rem; display: flex; gap: 1.25rem; align-items: start; transition: all 0.3s; }
.ag-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.04); border-color: rgba(124,58,237,0.15); }
.ag-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(232,72,85,0.06); }
.ag-icon svg { width: 20px; height: 20px; stroke: #E84855; fill: none; stroke-width: 2; }
.ag-body h3 { font-size: 1rem; font-weight: 800; color: #1B1B2F; margin-bottom: 6px; }
.ag-body p { font-size: 0.85rem; color: #555; line-height: 1.65; }
.ag-stat { display: inline-block; margin-top: 8px; font-size: 0.68rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; background: rgba(232,72,85,0.06); color: #E84855; }
.prob-cta-block { text-align: center; margin-top: 2.5rem; }
.prob-cta-block .handwritten-note { margin-bottom: 1rem; display: block; }

/* ===========================
   F3: BRAND MATRIX — bg: #0F0A1A → text WHITE
   =========================== */
.brand-matrix-section { padding: 5rem 0; background: #0F0A1A; position: relative; overflow: hidden; }
.matrix-glow { position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 70%); pointer-events: none; }
.matrix-title { font-size: clamp(1.5rem, 4vw, 2.8rem); font-weight: 800; color: #FFFFFF; margin-bottom: 1rem; text-align: center; }
.market-underline { position: absolute; bottom: -4px; left: 0; width: 100%; height: 12px; }
.matrix-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto 3rem; text-align: center; }

/* ===========================
   F4: METHODOLOGY (Horizontal Steps) — bg: #0F0A1A → text WHITE
   =========================== */
.methodology { padding: 6rem 2rem; background: #0F0A1A; }
.h-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.h-steps::before { content: ''; position: absolute; top: 48px; left: 60px; right: 60px; height: 2px; background: rgba(255,255,255,0.08); z-index: 0; }
.hs-card { text-align: center; padding: 0 1rem; position: relative; z-index: 1; }
.hs-num { width: 96px; height: 96px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; position: relative; }
.hs-num svg { width: 28px; height: 28px; }
.hs-num::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid; opacity: 0.15; }
.hs-num.n1 { background: rgba(124,58,237,0.12); }
.hs-num.n1 svg { stroke: #7C3AED; }
.hs-num.n1::after { border-color: #7C3AED; }
.hs-num.n2 { background: rgba(59,130,246,0.12); }
.hs-num.n2 svg { stroke: #3B82F6; }
.hs-num.n2::after { border-color: #3B82F6; }
.hs-num.n3 { background: rgba(245,158,11,0.12); }
.hs-num.n3 svg { stroke: #F59E0B; }
.hs-num.n3::after { border-color: #F59E0B; }
.hs-num.n4 { background: rgba(16,185,129,0.12); }
.hs-num.n4 svg { stroke: #10B981; }
.hs-num.n4::after { border-color: #10B981; }
.hs-label { display: inline-block; font-size: 0.55rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.5rem; }
.hs-label.l1 { background: rgba(124,58,237,0.12); color: #A78BFA; }
.hs-label.l2 { background: rgba(59,130,246,0.12); color: #60A5FA; }
.hs-label.l3 { background: rgba(245,158,11,0.12); color: #FBBF24; }
.hs-label.l4 { background: rgba(16,185,129,0.12); color: #34D399; }
.hs-card h3 { font-size: 1rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.4rem; }
.hs-card p { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* ===========================
   F5: SERVICES (Click-Expand Panels) — bg: cream → text dark
   =========================== */
.services-panels { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.svc-panels { max-width: 900px; margin: 0 auto; }
.sp-item { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s; }
.sp-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.sp-trigger { display: grid; grid-template-columns: 48px 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 1.5rem; cursor: pointer; width: 100%; background: none; border: none; text-align: left; font-family: inherit; }
.sp-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(124,58,237,0.06); }
.sp-icon svg { width: 20px; height: 20px; stroke: #7C3AED; fill: none; stroke-width: 2; }
.sp-trigger-text h3 { font-size: 1rem; font-weight: 800; color: #1B1B2F; margin-bottom: 2px; }
.sp-trigger-text p { font-size: 0.78rem; color: #777; }
.sp-arrow { width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,0.04); display: flex; align-items: center; justify-content: center; transition: transform 0.3s, background 0.3s; flex-shrink: 0; }
.sp-arrow svg { width: 14px; height: 14px; stroke: #555; fill: none; stroke-width: 2; }
.sp-item.active .sp-arrow { transform: rotate(180deg); background: #7C3AED; }
.sp-item.active .sp-arrow svg { stroke: #fff; }
.sp-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.sp-content-inner { padding: 0 1.5rem 1.5rem 5rem; }
.sp-content-inner p { font-size: 0.88rem; color: #555; line-height: 1.7; margin-bottom: 1rem; }
.sp-features { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.sp-features span { font-size: 0.78rem; color: #555; padding: 6px 0 6px 18px; position: relative; }
.sp-features span::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; background: #7C3AED; border-radius: 50%; }

/* ===========================
   F6: REACH (Center Stat) — bg: #0F0A1A → text WHITE
   =========================== */
.reach-center { padding: 6rem 2rem; background: #0F0A1A; }
.reach-center-layout { text-align: center; }
.rc-big { margin-bottom: 3rem; }
.rc-number { font-size: clamp(3rem, 8vw, 5rem); font-weight: 800; color: #7C3AED; line-height: 1; display: block; }
.rc-label { font-size: clamp(1rem, 2.5vw, 1.3rem); font-weight: 800; color: #FFFFFF; display: block; margin: 0.5rem 0; }
.rc-sub { font-size: 0.95rem; color: rgba(255,255,255,0.65); line-height: 1.65; max-width: 600px; margin: 0 auto; }
.rc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 800px; margin: 0 auto; }
.rc-stat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.5rem; text-align: center; transition: all 0.3s; }
.rc-stat:hover { border-color: rgba(124,58,237,0.25); transform: translateY(-2px); }
.rc-s-val { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 800; line-height: 1; display: block; margin-bottom: 4px; }
.rc-s-val.violet { color: #A78BFA; }
.rc-s-val.white { color: #FFFFFF; }
.rc-s-label { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.8); display: block; }

/* ===========================
   F7: GROWTH TABLE — bg: #fff → text dark
   =========================== */
.growth-grid-section { padding: 6rem 2rem; background: #fff; }
.grid-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 2.5rem; flex-wrap: wrap; }
.grid-tab { padding: 12px 28px; border: 2px solid rgba(0,0,0,0.08); border-radius: 50px; font-size: 0.85rem; font-weight: 700; color: #777; background: transparent; cursor: pointer; transition: all 0.25s; font-family: inherit; }
.grid-tab:hover { border-color: #7C3AED; color: #7C3AED; }
.grid-tab.active { background: #1B1B2F; border-color: #1B1B2F; color: #FFFFFF; }
.grid-table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); -webkit-overflow-scrolling: touch; }
.growth-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 640px; }
.growth-table thead { background: #1B1B2F; }
.growth-table th { padding: 16px 20px; text-align: left; font-size: 0.7rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.8); white-space: nowrap; }
.growth-table td { padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.04); color: #1B1B2F; font-weight: 600; }
.growth-table tbody tr:hover { background: rgba(124,58,237,0.03); }
.val-good { color: #16A34A !important; font-weight: 800 !important; }
.val-bad { color: #DC2626 !important; text-decoration: line-through; opacity: 0.6; }
.val-lift { color: #7C3AED !important; font-weight: 800 !important; }
.grid-mobile-cards { display: none; }
.gmc-card { background: #fff; border-radius: 14px; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.06); overflow: hidden; }
.gmc-header { display: grid; grid-template-columns: 50px 1fr; }
.gmc-rank { display: flex; align-items: center; justify-content: center; padding: 12px; background: #7C3AED; color: #FFFFFF; font-size: 1rem; font-weight: 800; }
.gmc-industry-name { padding: 12px 16px; font-size: 0.88rem; font-weight: 800; color: #1B1B2F; background: rgba(124,58,237,0.04); display: flex; align-items: center; }
.gmc-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(0,0,0,0.05); }
.gmc-grid-header { background: rgba(0,0,0,0.02); }
.gmc-grid-cell { padding: 10px 6px; text-align: center; font-size: 0.72rem; font-weight: 700; border-right: 1px solid rgba(0,0,0,0.04); color: #1B1B2F; }
.gmc-grid-cell:last-child { border-right: none; }
.gmc-grid-header .gmc-grid-cell { color: #777; font-size: 0.6rem; text-transform: uppercase; padding: 8px 4px; }

/* ===========================
   F8: DASHBOARDS (Scroll-Snap) — bg: #0F0A1A → text WHITE
   =========================== */
.dashboards-snap { padding: 6rem 0; background: #0F0A1A; }
.dashboards-snap .container { padding: 0 2rem; }
.snap-scroll { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 0 2rem 1.5rem; scrollbar-width: none; }
.snap-scroll::-webkit-scrollbar { display: none; }
.ss-card { min-width: 340px; max-width: 380px; flex-shrink: 0; scroll-snap-align: start; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2rem; transition: all 0.35s; }
.ss-card:hover { border-color: rgba(124,58,237,0.25); }
.ss-badge { display: inline-block; font-size: 0.58rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.75rem; }
.ss-badge.sv { background: rgba(124,58,237,0.15); color: #A78BFA; }
.ss-badge.sg { background: rgba(16,185,129,0.15); color: #34D399; }
.ss-badge.sb { background: rgba(59,130,246,0.15); color: #60A5FA; }
.ss-badge.sy { background: rgba(245,158,11,0.15); color: #FBBF24; }
.ss-title { font-size: 1.05rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.25rem; }
.ss-sub { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; }
.ss-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1rem; }
.ss-m { padding: 10px; background: rgba(255,255,255,0.04); border-radius: 10px; }
.ss-m-label { display: block; font-size: 0.55rem; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; }
.ss-m-val { display: block; font-size: 1rem; font-weight: 800; color: #FFFFFF; }
.ss-m-val.violet { color: #A78BFA; }
.ss-m-val.green { color: #34D399; }
.ss-note { font-size: 0.78rem; color: rgba(255,255,255,0.55); line-height: 1.55; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.08); }

/* ===========================
   F9: COMPARISON — bg: cream → text dark
   =========================== */
.compare-section { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.compare-table-wrap { border-radius: 16px; overflow: hidden; border: 1px solid rgba(0,0,0,0.06); }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table thead th { padding: 20px; font-size: 0.72rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; text-align: center; background: #1B1B2F; color: rgba(255,255,255,0.8); }
.compare-table thead th:first-child { text-align: left; color: rgba(255,255,255,0.5); }
.compare-table thead th.th-us { color: #A78BFA; }
.compare-table td { padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.04); font-size: 0.88rem; font-weight: 600; text-align: center; color: #1B1B2F; background: #fff; }
.compare-table td:first-child { text-align: left; font-weight: 700; }
.compare-table tbody tr:hover td { background: rgba(124,58,237,0.03); }
.cmp-check { color: #16A34A; font-weight: 800; }
.cmp-x { color: rgba(0,0,0,0.15); }
.cmp-partial { color: #D97706; }
.compare-mobile { display: none; }
.cm-card { background: #fff; border-radius: 16px; padding: 1.5rem; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.06); }
.cm-card.card-us { background: #1B1B2F; border-color: #7C3AED; }
.cm-card-header { font-size: 1.1rem; font-weight: 800; margin-bottom: 0.5rem; color: #1B1B2F; }
.cm-card.card-us .cm-card-header { color: #FFFFFF; }
.cm-card-sub { font-size: 0.78rem; color: #777; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(0,0,0,0.06); }
.cm-card.card-us .cm-card-sub { color: rgba(255,255,255,0.55); border-color: rgba(255,255,255,0.1); }
.cm-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 0.85rem; font-weight: 600; color: #1B1B2F; border-bottom: 1px solid rgba(0,0,0,0.03); }
.cm-card.card-us .cm-row { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.06); }
.cm-row:last-child { border-bottom: none; }

/* ===========================
   F10: FREE AUDIT — bg: #0F0A1A → text WHITE
   =========================== */
.free-audit-section { padding: 6rem 2rem; background: #0F0A1A; position: relative; overflow: hidden; }
.audit-bg-dots { position: absolute; inset: 0; background-image: radial-gradient(circle at 2px 2px, rgba(124,58,237,0.04) 1px, transparent 0); background-size: 40px 40px; pointer-events: none; }
.free-audit-section .container { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; position: relative; z-index: 2; }
.audit-content h2 { font-size: clamp(1.45rem, 3.5vw, 2.5rem); font-weight: 800; color: #FFFFFF; line-height: 1.15; margin-bottom: 1rem; }
.audit-sub { font-size: 1.05rem; color: rgba(255,255,255,0.7); margin-bottom: 2rem; line-height: 1.7; }
.audit-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-bottom: 2rem; }
.ac-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: rgba(255,255,255,0.8); font-weight: 600; }
.ac-item svg { flex-shrink: 0; }
.audit-guarantee { display: flex; align-items: flex-start; gap: 14px; padding: 1.25rem; background: rgba(255,200,0,0.06); border: 1px solid rgba(255,200,0,0.15); border-radius: 12px; }
.audit-guarantee strong { display: block; color: #FBBF24; font-size: 0.95rem; margin-bottom: 4px; }
.audit-guarantee p { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.5; margin: 0; }

/* FORM */
.form-card-glass { background: #111113; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem; position: relative; }
.form-card-glass::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 1px; background: linear-gradient(90deg, transparent, #7C3AED, transparent); opacity: 0.5; }
.form-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.dynamic-headline { font-size: 1.4rem; font-weight: 800; color: #FFFFFF; display: flex; align-items: center; white-space: nowrap; height: 36px; }
.typewriter-text { color: #A78BFA !important; font-weight: 800; min-width: 10px; }
.cursor { display: inline-block; width: 3px; height: 24px; background: #7C3AED; margin-left: 4px; animation: blinkCursor 0.8s infinite; }
@keyframes blinkCursor { 0%,100% { opacity:1; } 50% { opacity:0; } }
.live-indicator { font-size: 0.78rem; color: #7C3AED; background: rgba(124,58,237,0.1); padding: 6px 14px; border-radius: 50px; display: flex; align-items: center; gap: 6px; font-weight: 600; white-space: nowrap; }
.blink-dot { width: 6px; height: 6px; background: #7C3AED; border-radius: 50%; box-shadow: 0 0 8px #7C3AED; animation: blinkLive 2s infinite; }
@keyframes blinkLive { 0%,100% { opacity:1; } 50% { opacity:0.4; } }
.smart-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.input-wrap { position: relative; }
.input-wrap input,.input-wrap textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.18); padding: 12px 0; color: #FFFFFF; font-size: 0.95rem; font-family: inherit; transition: border-color 0.3s; box-sizing: border-box; }
.input-wrap textarea { resize: vertical; min-height: 50px; max-height: 120px; line-height: 1.5; }
.input-wrap input:focus,.input-wrap textarea:focus { outline: none; border-color: #7C3AED; }
.input-wrap label { position: absolute; left: 0; top: 12px; color: rgba(255,255,255,0.45); font-size: 0.95rem; pointer-events: none; transition: all 0.3s ease; }
.input-wrap input:focus ~ label,.input-wrap input:not(:placeholder-shown) ~ label,.input-wrap textarea:focus ~ label,.input-wrap textarea:not(:placeholder-shown) ~ label { top: -10px; font-size: 0.72rem; color: #A78BFA; }
.phone-group { display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.18); transition: border-color 0.3s; }
.phone-group:focus-within { border-color: #7C3AED; }
.country-select-wrapper { position: relative; width: 90px; flex-shrink: 0; }
.country-select { width: 100%; background: transparent; border: none; color: rgba(255,255,255,0.7); font-size: 0.88rem; font-family: inherit; cursor: pointer; appearance: none; padding: 12px 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 3l3 3 3-3' fill='none' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 2px center; padding-right: 16px; }
.country-select option { background: #111; color: #fff; }
.country-select:focus { outline: none; }
.phone-field { border-bottom: none !important; padding-left: 12px !important; flex: 1; }
.minimal-select { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.18); padding: 12px 0; color: rgba(255,255,255,0.5); font-size: 0.95rem; font-family: inherit; cursor: pointer; transition: border-color 0.3s; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; padding-right: 20px; box-sizing: border-box; }
.minimal-select:focus { outline: none; border-color: #7C3AED; color: #FFFFFF; }
.minimal-select option { background: #111; color: #fff; }
.f-submit-btn { margin-top: 0.25rem; background: #7C3AED; color: #FFFFFF; border: none; padding: 16px 32px; border-radius: 8px; font-size: 1rem; font-weight: 700; font-family: inherit; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; transition: all 0.3s ease; }
.f-submit-btn:hover { background: #6D28D9; }
.f-submit-btn:hover .arrow-icon { transform: translateX(4px); }
.f-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.arrow-icon { transition: transform 0.3s ease; }
.form-trust-note { text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-top: 0.25rem; display: flex; align-items: center; justify-content: center; gap: 6px; }
.form-trust-note svg { stroke: rgba(255,255,255,0.4); }
.form-status { padding: 12px 16px; border-radius: 8px; font-size: 0.88rem; font-weight: 600; text-align: center; }
.form-status.success { background: rgba(34,197,94,0.12); color: #22C55E; border: 1px solid rgba(34,197,94,0.25); }
.form-status.error { background: rgba(232,72,85,0.12); color: #E84855; border: 1px solid rgba(232,72,85,0.25); }

/* ===========================
   F11: TECH STACK (3-Col Icon Grid) — bg: cream → text dark
   =========================== */
.tech-icon-grid { padding: 5rem 2rem; background: var(--cream-bg, #FDF8F4); }
.tig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tig-card { background: #fff; border: 1px solid rgba(0,0,0,0.04); border-radius: 14px; padding: 1.25rem; display: flex; gap: 1rem; align-items: center; transition: all 0.3s; }
.tig-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.04); border-color: rgba(124,58,237,0.15); }
.tig-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(124,58,237,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tig-icon svg { width: 20px; height: 20px; stroke: #7C3AED; fill: none; stroke-width: 2; }
.tig-card strong { display: block; font-size: 0.88rem; font-weight: 800; color: #1B1B2F; }
.tig-card span { font-size: 0.72rem; color: #777; }

/* ===========================
   F12: ALGO SIGNALS (Unique to AI SEO) — bg: #0F0A1A → text WHITE
   =========================== */
.algo-signals { padding: 6rem 2rem; background: #0F0A1A; }
.algo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.al-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.75rem; transition: all 0.35s; }
.al-card:hover { border-color: rgba(124,58,237,0.25); transform: translateY(-3px); }
.al-tag { display: inline-block; font-size: 0.58rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.75rem; }
.al-tag.tv { background: rgba(124,58,237,0.12); color: #A78BFA; }
.al-tag.tg { background: rgba(16,185,129,0.12); color: #34D399; }
.al-tag.tb { background: rgba(59,130,246,0.12); color: #60A5FA; }
.al-tag.ty { background: rgba(245,158,11,0.12); color: #FBBF24; }
.al-tag.tr { background: rgba(232,72,85,0.12); color: #E84855; }
.al-tag.to { background: rgba(249,115,22,0.12); color: #F97316; }
.al-title { font-size: 1.05rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.5rem; }
.al-desc { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.6; margin-bottom: 1rem; }
.al-bar-wrap { display: flex; align-items: center; gap: 10px; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.08); }
.al-bar-track { flex: 1; height: 6px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
.al-bar { height: 100%; background: #7C3AED; border-radius: 3px; transition: width 1.5s ease; }
.al-pct { font-size: 0.75rem; font-weight: 800; color: #A78BFA; white-space: nowrap; }

/* ===========================
   F13: CASE STUDIES (Alternating Timeline) — bg: cream → dark cards
   =========================== */
.case-timeline-section { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.case-timeline { max-width: 900px; margin: 0 auto; position: relative; padding-left: 40px; }
.case-timeline::before { content: ''; position: absolute; left: 16px; top: 0; bottom: 0; width: 2px; background: rgba(124,58,237,0.15); }
.ct-card { background: #1B1B2F; border-radius: 20px; margin-bottom: 20px; overflow: hidden; position: relative; }
.ct-card::before { content: ''; position: absolute; left: -32px; top: 24px; width: 12px; height: 12px; background: #7C3AED; border-radius: 50%; border: 3px solid var(--cream-bg, #FDF8F4); z-index: 1; }
.ct-top { padding: 2rem; }
.ct-header-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.ct-left h3 { font-size: 1.15rem; font-weight: 800; color: #FFFFFF; margin-bottom: 4px; }
.ct-left p { font-size: 0.72rem; color: rgba(255,255,255,0.5); }
.ct-quick-stats { display: flex; gap: 1.5rem; }
.ct-qs-val { display: block; font-size: 1.2rem; font-weight: 800; color: #A78BFA; line-height: 1; }
.ct-qs-label { font-size: 0.58rem; color: rgba(255,255,255,0.45); font-weight: 600; }
.ct-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.ct-phase-tag { display: inline-block; font-size: 0.55rem; font-weight: 800; padding: 3px 10px; border-radius: 50px; text-transform: uppercase; margin-bottom: 0.5rem; letter-spacing: 0.5px; }
.ct-phase-tag.challenge { background: rgba(232,72,85,0.12); color: #E84855; }
.ct-phase-tag.fix { background: rgba(124,58,237,0.12); color: #A78BFA; }
.ct-phase-tag.result { background: rgba(16,185,129,0.12); color: #34D399; }
.ct-phase p { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.6; }
.ct-bottom { padding: 1.25rem 2rem; background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.06); }
.ct-quote { font-size: 0.88rem; color: rgba(255,255,255,0.7); font-style: italic; line-height: 1.65; margin-bottom: 0.5rem; }
.ct-cite { font-size: 0.75rem; color: rgba(255,255,255,0.45); }
.ct-cite strong { color: #FFFFFF; }
.footer-logo-img { height: 40px; width: auto; margin-bottom: 1rem; }

/* ===========================
   RESPONSIVE — 5 BREAKPOINTS
   =========================== */
@media (max-width: 1024px) {
    .ai-hero .container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-visual { display: none; }
    .free-audit-section .container { grid-template-columns: 1fr; gap: 2.5rem; }
    .h-steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .h-steps::before { display: none; }
    .alert-grid { grid-template-columns: 1fr; }
    .rc-grid { grid-template-columns: repeat(2, 1fr); }
    .algo-grid { grid-template-columns: repeat(2, 1fr); }
    .tig-grid { grid-template-columns: repeat(2, 1fr); }
    .audit-checklist { grid-template-columns: 1fr; }
    .compare-table-wrap { display: none; }
    .compare-mobile { display: block; }
    .ct-phases { grid-template-columns: 1fr; gap: 1rem; }
    .ct-quick-stats { display: none; }
    .sp-content-inner { padding-left: 1.5rem; }
}
@media (max-width: 768px) {
    body { padding-top: 60px; }
    .container { padding: 0 1.25rem; }
    .problem-alerts, .services-panels, .growth-grid-section, .compare-section, .tech-icon-grid, .case-timeline-section { padding: 3.5rem 1.25rem; }
    .brand-matrix-section, .dashboards-snap, .algo-signals, .reach-center, .methodology { padding: 3.5rem 0; }
    .brand-matrix-section .container, .methodology .container, .dashboards-snap .container, .algo-signals .container, .reach-center .container { padding: 0 1.25rem; }
    .section-header { margin-bottom: 2rem; }
    .ai-hero { padding: 2.5rem 1.25rem 3rem; }
    .hero-badge-row { flex-direction: column; align-items: flex-start; }
    .hero-cta-row { flex-direction: column; align-items: stretch; gap: 1rem; }
    .cta-link-ghost { justify-content: center; }
    .hero-stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .hero-stat-divider { display: none; }
    .h-steps { grid-template-columns: 1fr; gap: 2rem; }
    .hs-card { text-align: left; display: grid; grid-template-columns: 64px 1fr; gap: 1rem; }
    .hs-num { width: 64px; height: 64px; margin: 0; }
    .sp-trigger { grid-template-columns: 40px 1fr 28px; gap: 0.75rem; padding: 1rem 1.25rem; }
    .sp-icon { width: 40px; height: 40px; }
    .sp-content-inner { padding: 0 1.25rem 1.25rem; }
    .sp-features { grid-template-columns: 1fr; }
    .rc-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .grid-table-wrap { display: none; }
    .grid-mobile-cards { display: block; }
    .grid-tab { padding: 10px 18px; font-size: 0.78rem; }
    .snap-scroll { padding: 0 1.25rem 1rem; }
    .ss-card { min-width: 280px; }
    .algo-grid { grid-template-columns: 1fr; }
    .tig-grid { grid-template-columns: 1fr; }
    .free-audit-section { padding: 3.5rem 1.25rem; }
    .form-card-glass { padding: 1.5rem; }
    .form-row-2 { grid-template-columns: 1fr; }
    .form-header-row { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .dynamic-headline { font-size: 1.15rem; white-space: normal; height: auto; }
    .ct-top { padding: 1.5rem; }
    .ct-header-row { flex-direction: column; }
    .ct-bottom { padding: 1rem 1.5rem; }
    .case-timeline { padding-left: 30px; }
    .ct-card::before { left: -22px; width: 10px; height: 10px; }
    .case-timeline::before { left: 12px; }
    .faq-section-premium { padding: 3.5rem 0; }
    .footer-nav-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
@media (max-width: 600px) {
    .rc-grid { grid-template-columns: 1fr; gap: 8px; }
    .grid-tabs { gap: 4px; }
    .grid-tab { padding: 8px 14px; font-size: 0.72rem; }
    .ss-card { min-width: 260px; }
}
@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .ai-hero { padding: 2rem 1rem 2.5rem; }
    .hero-stats-row { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .problem-alerts, .services-panels, .growth-grid-section, .compare-section, .tech-icon-grid, .case-timeline-section { padding: 3rem 1rem; }
    .brand-matrix-section, .dashboards-snap, .algo-signals, .reach-center, .methodology { padding: 3rem 0; }
    .brand-matrix-section .container, .methodology .container, .dashboards-snap .container, .algo-signals .container, .reach-center .container { padding: 0 1rem; }
    .free-audit-section { padding: 3rem 1rem; }
    .hs-card { grid-template-columns: 1fr; text-align: center; }
    .hs-num { margin: 0 auto 0.5rem; }
    .case-timeline { padding-left: 0; }
    .case-timeline::before { display: none; }
    .ct-card::before { display: none; }
    .ct-top { padding: 1.25rem; }
    .ct-bottom { padding: 1rem 1.25rem; }
    .footer-nav-grid { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 360px) {
    .container { padding: 0 0.75rem; }
    .ai-hero { padding: 1.5rem 0.75rem 2rem; }
    .hero-stats-row { grid-template-columns: 1fr; gap: 0.5rem; }
    .hero-badge { font-size: 0.7rem; padding: 6px 12px; }
    .form-card-glass { padding: 1.25rem; }
    .gmc-grid { grid-template-columns: repeat(2, 1fr); }
    .gmc-grid-cell { font-size: 0.65rem; padding: 8px 4px; }
}