/* ============================================
   LOCAL SEO — FULL MOBILE OPTIMIZED
   Brand: #22C55E (green)
   CONTRAST RULES:
     Dark bg (#000, #0A0A0C) → text #FFFFFF / rgba(255,255,255,0.7+)
     Light bg (cream, #fff) → text #1B1B2F / #555
     Never similar bg + text colors
   ============================================ */

/* === RESETS & BASE === */
*, *::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; /* DARK text on light bg */
    margin-bottom: 1.25rem;
}
.section-desc {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: #555; /* MEDIUM text on light bg — contrast 7:1+ */
    max-width: 680px; margin: 0 auto; line-height: 1.75;
}
/* DARK BG VARIANTS — always white */
.light-heading {
    font-size: clamp(1.5rem, 4vw, 2.8rem);
    font-weight: 800; line-height: 1.12;
    color: #FFFFFF; /* WHITE on dark bg */
    margin-bottom: 1.25rem;
}
.section-desc-light {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: rgba(255,255,255,0.75); /* HIGH opacity for readability */
    max-width: 680px; margin: 0 auto; line-height: 1.75;
}

/* === BRAND HIGHLIGHT === */
.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-green { color: #22C55E; position: relative; display: inline-block; }
.highlight-green svg { position: absolute; bottom: -2px; left: 0; width: 100%; height: 12px; overflow: visible; }
.highlight-green svg path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.5s ease forwards 0.5s; }
.seo-green-text { color: #22C55E; position: relative; display: inline-block; }
.seo-green-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: #22C55E; }

/* === SCROLL ANIMATION === */
.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
   =========================== */
.lseo-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.18) 1px, transparent 0); background-size: 50px 50px; pointer-events: none; }
.lseo-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: #000; color: #FFFFFF; }
.live-pulse { width: 8px; height: 8px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 8px #22C55E; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1;transform:scale(1); } 50% { opacity:0.5;transform:scale(0.8); } }
.lseo-hero h1 {
    font-size: clamp(1.6rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.06;
    color: #1B1B2F; /* DARK text — hero bg is light green gradient */
    margin-bottom: 1.5rem; letter-spacing: -1px;
}
.lseo-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: #22C55E; }
.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 { display: flex; flex-direction: column; }
.hero-stat-val { font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 800; color: #1B1B2F; line-height: 1; }
.hero-stat-label { font-size: 0.72rem; color: #555; font-weight: 600; margin-top: 4px; }
.hero-stat-divider { width: 1px; height: 36px; background: rgba(0,0,0,0.12); }

/* Hero Dashboard Card */
.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: #22C55E; color: #FFFFFF; font-size: 0.65rem; font-weight: 800; padding: 8px 18px; border-radius: 50px; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(34,197,94,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: #22C55E; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 6px #22C55E; }
.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: #22C55E; }
.hdc-c { display: inline-block; font-size: 0.65rem; font-weight: 700; margin-top: 3px; }
.hdc-c.green { color: #22C55E; }
.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 (Numbered Rows)
   bg: #fff → text: dark
   =========================== */
.problem-numbered { padding: 6rem 2rem; background: #fff; }
.numbered-rows { max-width: 860px; margin: 0 auto; }
.nr-item { display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; align-items: start; padding: 1.75rem 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.nr-item:last-child { border-bottom: none; }
.nr-num { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 800; flex-shrink: 0; background: rgba(232,72,85,0.06); color: #E84855; }
.nr-body h3 { font-size: 1.05rem; font-weight: 800; color: #1B1B2F; margin-bottom: 6px; }
.nr-body p { font-size: 0.88rem; color: #555; line-height: 1.7; }
.nr-stat { display: inline-block; margin-top: 8px; font-size: 0.7rem; font-weight: 800; padding: 5px 14px; 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: #000 → text: WHITE
   =========================== */
.brand-matrix-section { padding: 5rem 0; background: #000; position: relative; overflow: hidden; }
.matrix-glow { position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(34,197,94,0.06) 0%, transparent 70%); pointer-events: none; }
.matrix-title {
    font-size: clamp(1.5rem, 4vw, 2.8rem);
    font-weight: 800; color: #FFFFFF; /* WHITE on black */
    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 (Zigzag)
   bg: #000 → text: WHITE
   =========================== */
.methodology { padding: 6rem 2rem; background: #000; }
.zigzag-cards { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.zz-card { display: grid; grid-template-columns: 80px 1fr; gap: 1.75rem; padding: 2rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; align-items: start; transition: all 0.4s; }
.zz-card:nth-child(even) { direction: rtl; }
.zz-card:nth-child(even) > * { direction: ltr; }
.zz-card:hover { border-color: rgba(34,197,94,0.25); background: rgba(255,255,255,0.06); }
.zz-icon { width: 80px; height: 80px; border-radius: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.zz-icon svg { width: 32px; height: 32px; }
.zz-icon.i1 { background: rgba(34,197,94,0.12); }
.zz-icon.i1 svg { stroke: #22C55E; }
.zz-icon.i2 { background: rgba(59,130,246,0.12); }
.zz-icon.i2 svg { stroke: #3B82F6; }
.zz-icon.i3 { background: rgba(245,158,11,0.12); }
.zz-icon.i3 svg { stroke: #F59E0B; }
.zz-icon.i4 { background: rgba(139,92,246,0.12); }
.zz-icon.i4 svg { stroke: #8B5CF6; }
.zz-label { 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.5rem; }
.zz-label.l1 { background: rgba(34,197,94,0.12); color: #22C55E; }
.zz-label.l2 { background: rgba(59,130,246,0.12); color: #3B82F6; }
.zz-label.l3 { background: rgba(245,158,11,0.12); color: #F59E0B; }
.zz-label.l4 { background: rgba(139,92,246,0.12); color: #8B5CF6; }
.zz-body h3 { font-size: 1.15rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.5rem; }
.zz-body p { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 0.75rem; }
.zz-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.zz-tags span { font-size: 0.68rem; color: rgba(255,255,255,0.5); padding: 4px 10px; background: rgba(255,255,255,0.06); border-radius: 50px; }

/* ===========================
   F5: SERVICES (Vertical Accordion)
   bg: cream → text: dark
   =========================== */
.services-accordion { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.svc-accordion { max-width: 860px; margin: 0 auto; }
.sa-item { border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); background: #fff; margin-bottom: 12px; overflow: hidden; transition: all 0.3s; }
.sa-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.sa-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; }
.sa-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(34,197,94,0.08); }
.sa-icon svg { width: 20px; height: 20px; stroke: #22C55E; fill: none; stroke-width: 2; }
.sa-trigger-text h3 { font-size: 1rem; font-weight: 800; color: #1B1B2F; margin-bottom: 2px; }
.sa-trigger-text p { font-size: 0.78rem; color: #777; }
.sa-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; }
.sa-arrow svg { width: 14px; height: 14px; stroke: #555; fill: none; stroke-width: 2; }
.sa-item.active .sa-arrow { transform: rotate(180deg); background: #22C55E; }
.sa-item.active .sa-arrow svg { stroke: #fff; }
.sa-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.sa-content-inner { padding: 0 1.5rem 1.5rem 5rem; }
.sa-content-inner p { font-size: 0.88rem; color: #555; line-height: 1.7; margin-bottom: 1rem; }
.sa-features { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.sa-features span { font-size: 0.78rem; color: #555; padding: 6px 0 6px 18px; position: relative; }
.sa-features span::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; background: #22C55E; border-radius: 50%; }

/* ===========================
   F6: REACH (Left + Right)
   bg: #000 → text: WHITE
   =========================== */
.reach-split { padding: 6rem 2rem; background: #000; }
.reach-split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.rs-left h2 { margin-bottom: 1rem; }
.rs-desc { font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.75; }
.rs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rs-card { 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; }
.rs-card:hover { border-color: rgba(34,197,94,0.25); transform: translateY(-2px); }
.rs-val { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; line-height: 1; display: block; margin-bottom: 4px; }
.rs-val.green { color: #22C55E; }
.rs-val.white { color: #FFFFFF; }
.rs-label { font-size: 0.78rem; font-weight: 700; color: #FFFFFF; display: block; margin-bottom: 2px; }
.rs-sub { font-size: 0.65rem; color: rgba(255,255,255,0.5); }

/* ===========================
   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: #22C55E; color: #22C55E; }
.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(34,197,94,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: #22C55E !important; font-weight: 800 !important; }
/* Mobile cards */
.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; align-items: center; }
.gmc-rank { display: flex; align-items: center; justify-content: center; padding: 12px; background: #22C55E; 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(34,197,94,0.04); }
.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 (Tall Cards)
   bg: #000 → text: WHITE
   =========================== */
.dashboards-tall { padding: 6rem 2rem; background: #0A0A0C; }
.tall-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.tc-tall { 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; }
.tc-tall:hover { border-color: rgba(34,197,94,0.25); transform: translateY(-3px); }
.tc-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; }
.tc-badge.tg { background: rgba(34,197,94,0.15); color: #22C55E; }
.tc-badge.tb { background: rgba(59,130,246,0.15); color: #3B82F6; }
.tc-badge.tp { background: rgba(139,92,246,0.15); color: #8B5CF6; }
.tc-badge.ty { background: rgba(245,158,11,0.15); color: #F59E0B; }
.tc-badge.tr { background: rgba(232,72,85,0.15); color: #E84855; }
.tc-badge.to { background: rgba(249,115,22,0.15); color: #F97316; }
.tc-title { font-size: 1.05rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.25rem; }
.tc-sub { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; }
.tc-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1rem; }
.tc-m { padding: 10px; background: rgba(255,255,255,0.04); border-radius: 10px; }
.tc-m-label { display: block; font-size: 0.55rem; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; }
.tc-m-val { display: block; font-size: 1rem; font-weight: 800; color: #FFFFFF; }
.tc-m-val.green { color: #22C55E; }
.tc-m-val.blue { color: #3B82F6; }
.tc-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: #22C55E; }
.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(34,197,94,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: #22C55E; }
.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: #0A0A0C → text: WHITE
   =========================== */
.free-audit-section { padding: 6rem 2rem; background: #0A0A0C; position: relative; overflow: hidden; }
.audit-bg-dots { position: absolute; inset: 0; background-image: radial-gradient(circle at 2px 2px, rgba(34,197,94,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; box-shadow: inset 0 0 40px rgba(0,0,0,0.5); }
.form-card-glass::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 1px; background: linear-gradient(90deg, transparent, #22C55E, 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: #22C55E !important; font-weight: 800; min-width: 10px; }
.cursor { display: inline-block; width: 3px; height: 24px; background: #22C55E; margin-left: 4px; animation: blinkCursor 0.8s infinite; }
@keyframes blinkCursor { 0%,100% { opacity:1; } 50% { opacity:0; } }
.live-indicator { font-size: 0.78rem; color: #22C55E; background: rgba(34,197,94,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: #22C55E; border-radius: 50%; box-shadow: 0 0 8px #22C55E; 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: #22C55E; }
.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: #22C55E; }
.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: #22C55E; }
.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: #22C55E; color: #FFFFFF; }
.minimal-select option { background: #111; color: #fff; }
.f-submit-btn { margin-top: 0.25rem; background: #22C55E; 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: #16A34A; }
.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 (2-Col)
   bg: cream → text: dark
   =========================== */
.tech-cards-section { padding: 5rem 2rem; background: var(--cream-bg, #FDF8F4); }
.tech-2col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.t2c-card { background: #fff; border: 1px solid rgba(0,0,0,0.04); border-radius: 14px; padding: 1.25rem; display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: center; transition: all 0.3s; }
.t2c-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.04); border-color: rgba(34,197,94,0.15); }
.t2c-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(34,197,94,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.t2c-icon svg { width: 20px; height: 20px; stroke: #22C55E; fill: none; stroke-width: 2; }
.t2c-card strong { display: block; font-size: 0.88rem; font-weight: 800; color: #1B1B2F; }
.t2c-card span { font-size: 0.72rem; color: #777; line-height: 1.4; }

/* ===========================
   F12: RANKING FACTORS (Unique)
   bg: #0A0A0C → text: WHITE
   =========================== */
.ranking-factors { padding: 6rem 2rem; background: #0A0A0C; }
.rf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rf-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; }
.rf-card:hover { border-color: rgba(34,197,94,0.25); transform: translateY(-3px); }
.rf-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; }
.rf-tag.tg { background: rgba(34,197,94,0.12); color: #22C55E; }
.rf-tag.tb { background: rgba(59,130,246,0.12); color: #3B82F6; }
.rf-tag.ty { background: rgba(245,158,11,0.12); color: #F59E0B; }
.rf-tag.tp { background: rgba(139,92,246,0.12); color: #8B5CF6; }
.rf-tag.tr { background: rgba(232,72,85,0.12); color: #E84855; }
.rf-tag.to { background: rgba(249,115,22,0.12); color: #F97316; }
.rf-title { font-size: 1.05rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.5rem; }
.rf-desc { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.6; margin-bottom: 1rem; }
.rf-weight { display: flex; align-items: center; gap: 10px; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.08); }
.rf-bar-wrap { flex: 1; height: 6px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
.rf-bar { height: 100%; background: #22C55E; border-radius: 3px; transition: width 1.5s ease; }
.rf-pct { font-size: 0.75rem; font-weight: 800; color: #22C55E; white-space: nowrap; }

/* ===========================
   F13: CASE STUDIES (Side Cards)
   bg: cream → text: dark (cards are dark)
   =========================== */
.case-side-section { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.side-cases { display: flex; flex-direction: column; gap: 16px; }
.sc-card { background: #1B1B2F; border-radius: 20px; overflow: hidden; }
.sc-top { padding: 2rem; }
.sc-header-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.sc-left h3 { font-size: 1.15rem; font-weight: 800; color: #FFFFFF; margin-bottom: 4px; }
.sc-left p { font-size: 0.72rem; color: rgba(255,255,255,0.5); }
.sc-quick-stats { display: flex; gap: 1.5rem; }
.sc-qs { text-align: center; }
.sc-qs-val { display: block; font-size: 1.2rem; font-weight: 800; color: #22C55E; line-height: 1; }
.sc-qs-label { font-size: 0.58rem; color: rgba(255,255,255,0.45); font-weight: 600; }
.sc-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.sc-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; }
.sc-phase-tag.challenge { background: rgba(232,72,85,0.12); color: #E84855; }
.sc-phase-tag.fix { background: rgba(34,197,94,0.12); color: #22C55E; }
.sc-phase-tag.result { background: rgba(59,130,246,0.12); color: #3B82F6; }
.sc-phase p { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.6; }
.sc-bottom { padding: 1.25rem 2rem; background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.06); }
.sc-quote { font-size: 0.88rem; color: rgba(255,255,255,0.7); font-style: italic; line-height: 1.65; margin-bottom: 0.5rem; }
.sc-cite { font-size: 0.75rem; color: rgba(255,255,255,0.45); font-style: normal; }
.sc-cite strong { color: #FFFFFF; }

/* FOOTER */
.footer-logo-img { height: 40px; width: auto; margin-bottom: 1rem; }

/* ===========================
   RESPONSIVE — 5 BREAKPOINTS
   =========================== */

/* 1024px */
@media (max-width: 1024px) {
    .lseo-hero .container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-visual { display: none; }
    .free-audit-section .container { grid-template-columns: 1fr; gap: 2.5rem; }
    .reach-split-layout { grid-template-columns: 1fr; gap: 2.5rem; }
    .tall-cards { grid-template-columns: 1fr; }
    .rf-grid { grid-template-columns: repeat(2, 1fr); }
    .tech-2col { grid-template-columns: 1fr; }
    .audit-checklist { grid-template-columns: 1fr; }
    .compare-table-wrap { display: none; }
    .compare-mobile { display: block; }
    .sc-phases { grid-template-columns: 1fr; gap: 1rem; }
    .sa-content-inner { padding-left: 1.5rem; }
}

/* 768px */
@media (max-width: 768px) {
    body { padding-top: 60px; }
    .container { padding: 0 1.25rem; }

    /* All section spacing */
    .problem-numbered, .services-accordion, .growth-grid-section, .compare-section, .tech-cards-section, .case-side-section { padding: 3.5rem 1.25rem; }
    .brand-matrix-section, .dashboards-tall, .ranking-factors, .reach-split, .methodology { padding: 3.5rem 0; }
    .brand-matrix-section .container, .methodology .container, .dashboards-tall .container, .ranking-factors .container, .reach-split .container { padding: 0 1.25rem; }

    .section-header { margin-bottom: 2rem; }
    .lseo-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; }

    /* Zigzag → Stack */
    .zz-card, .zz-card:nth-child(even) { grid-template-columns: 56px 1fr; gap: 1rem; padding: 1.5rem; direction: ltr; }
    .zz-icon { width: 56px; height: 56px; }
    .zz-icon svg { width: 24px; height: 24px; }

    /* Services accordion */
    .sa-trigger { grid-template-columns: 40px 1fr 28px; gap: 0.75rem; padding: 1rem 1.25rem; }
    .sa-icon { width: 40px; height: 40px; }
    .sa-content-inner { padding: 0 1.25rem 1.25rem; }
    .sa-features { grid-template-columns: 1fr; }

    /* Reach */
    .rs-grid { grid-template-columns: 1fr 1fr; gap: 8px; }

    /* Table → Cards */
    .grid-table-wrap { display: none; }
    .grid-mobile-cards { display: block; }
    .grid-tab { padding: 10px 18px; font-size: 0.78rem; }

    /* Ranking factors */
    .rf-grid { grid-template-columns: 1fr; }

    /* Free Audit */
    .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; }

    /* Case studies */
    .sc-top { padding: 1.5rem; }
    .sc-header-row { flex-direction: column; }
    .sc-bottom { padding: 1rem 1.5rem; }

    /* FAQ */
    .faq-section-premium { padding: 3.5rem 0; }
    .footer-nav-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }

    /* Problem rows */
    .nr-item { grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.25rem 0; }
    .nr-num { width: 48px; height: 48px; font-size: 0.9rem; }
}

/* 600px */
@media (max-width: 600px) {
    .rs-grid { grid-template-columns: 1fr; gap: 8px; }
    .sc-quick-stats { gap: 1rem; }
    .sc-qs-val { font-size: 1rem; }
    .grid-tabs { gap: 4px; }
    .grid-tab { padding: 8px 14px; font-size: 0.72rem; }
}

/* 480px */
@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .lseo-hero { padding: 2rem 1rem 2.5rem; }
    .hero-stats-row { grid-template-columns: 1fr 1fr; gap: 0.75rem; }

    .problem-numbered, .services-accordion, .growth-grid-section, .compare-section, .tech-cards-section, .case-side-section { padding: 3rem 1rem; }
    .brand-matrix-section, .dashboards-tall, .ranking-factors, .reach-split, .methodology { padding: 3rem 0; }
    .brand-matrix-section .container, .methodology .container, .dashboards-tall .container, .ranking-factors .container, .reach-split .container { padding: 0 1rem; }

    .free-audit-section { padding: 3rem 1rem; }
    .zz-card, .zz-card:nth-child(even) { grid-template-columns: 1fr; }
    .zz-icon { width: 48px; height: 48px; margin-bottom: 0.5rem; }

    .sa-trigger { grid-template-columns: 36px 1fr 24px; }
    .sa-icon { width: 36px; height: 36px; border-radius: 10px; }
    .sa-icon svg { width: 16px; height: 16px; }
    .sa-arrow { width: 24px; height: 24px; }
    .sa-arrow svg { width: 12px; height: 12px; }

    .nr-item { grid-template-columns: 1fr; gap: 0.75rem; }
    .nr-num { width: 42px; height: 42px; }

    .sc-top { padding: 1.25rem; }
    .sc-bottom { padding: 1rem 1.25rem; }
    .footer-nav-grid { grid-template-columns: 1fr; gap: 1rem; }
}

/* 360px - smallest phones */
@media (max-width: 360px) {
    .container { padding: 0 0.75rem; }
    .lseo-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; }
}