/* ============================================
   ECOMMERCE SEO — FULL MOBILE OPTIMIZED
   HEADINGS: ONLY #1B1B2F (dark), #FFFFFF (white), #E84855 (red)
   Dark bg headings: #FFFFFF !important
   Hero: STANDARD BLUE
   ============================================ */

*, *::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-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; }

.brand-highlight { color: #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; }
.red-highlight { color: #E84855; position: relative; display: inline-block; }
.red-highlight svg { position: absolute; bottom: -4px; left: 0; width: 100%; height: 12px; }
.red-highlight svg path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.5s ease forwards 0.5s; }
.red-highlight-light { color: #E84855; position: relative; display: inline-block; }
.red-highlight-light svg { position: absolute; bottom: -2px; left: 0; width: 100%; height: 12px; overflow: visible; }
.red-highlight-light svg path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.5s ease forwards 0.5s; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
.handwritten-note { font-family: 'Caveat', cursive; font-size: 1.4rem; color: #E84855; }
.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); }

/* === DARK BG HEADINGS — !important === */
.light-heading,
.methodology h2, .methodology .section-header h2,
.dashboards-store h2, .dashboards-store .section-header h2,
.platform-section h2, .platform-section .section-header h2,
.free-audit-section h2, .audit-content h2,
.brand-matrix-section h2, .matrix-title { font-size: clamp(1.5rem, 4vw, 2.8rem) !important; font-weight: 800 !important; line-height: 1.12 !important; color: #FFFFFF !important; margin-bottom: 1.25rem; }
.section-desc-light,
.methodology .section-desc-light,
.dashboards-store .section-desc-light,
.platform-section .section-desc-light,
.brand-matrix-section .matrix-subtitle { font-size: clamp(0.9rem, 2vw, 1.1rem) !important; color: rgba(255,255,255,0.75) !important; max-width: 680px; margin: 0 auto; line-height: 1.75; }

/* === F1: HERO === */
.ec-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; }
.ec-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: #E84855; box-shadow: 0 0 8px #E84855; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1;transform:scale(1); } 50% { opacity:0.5;transform:scale(0.8); } }
.ec-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; }
.ec-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: #E84855; }
.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-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: #E84855; color: #FFFFFF; font-size: 0.65rem; font-weight: 800; padding: 8px 18px; border-radius: 50px; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(232,72,85,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: #E84855; }
.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 (Shelf Cards) === */
.problem-shelf { padding: 6rem 2rem; background: #fff; }
.shelf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 960px; margin: 0 auto; }
.sh-card { background: var(--cream-bg, #FDF8F4); border-radius: 14px; padding: 1.5rem; border: 1px solid rgba(0,0,0,0.05); transition: all 0.3s; position: relative; overflow: hidden; }
.sh-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.sh-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #E84855; transform: scaleX(0); transition: transform 0.3s; }
.sh-card:hover::after { transform: scaleX(1); }
.sh-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(232,72,85,0.06); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.sh-icon svg { width: 20px; height: 20px; stroke: #E84855; fill: none; stroke-width: 2; }
.sh-card h3 { font-size: 0.92rem; font-weight: 800; color: #1B1B2F; margin-bottom: 4px; }
.sh-card p { font-size: 0.82rem; color: #555; line-height: 1.6; }
.sh-loss { display: inline-block; margin-top: 10px; font-size: 0.65rem; 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 === */
.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(232,72,85,0.06) 0%, transparent 70%); pointer-events: none; }
.matrix-title { text-align: center; }
.market-underline { position: absolute; bottom: -4px; left: 0; width: 100%; height: 12px; }
.matrix-subtitle { font-size: 1.1rem; max-width: 600px; margin: 0 auto 3rem; text-align: center; }

/* === F4: METHODOLOGY (Checkout Flow) === */
.methodology { padding: 6rem 2rem; background: #000; }
.checkout-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 960px; margin: 0 auto; position: relative; }
.checkout-steps::before { content: ''; position: absolute; top: 40px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, #E84855, #3B82F6, #F59E0B, #22C55E); z-index: 0; }
.cs-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.75rem 1.25rem; text-align: center; position: relative; z-index: 1; transition: all 0.35s; }
.cs-card:hover { border-color: rgba(232,72,85,0.2); transform: translateY(-3px); }
.cs-num { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.1rem; font-weight: 800; color: #FFFFFF; }
.cs-card h3 { font-size: 0.95rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.35rem; }
.cs-card p { font-size: 0.78rem; color: rgba(255,255,255,0.6); line-height: 1.55; }
.cs-tag { display: inline-block; font-size: 0.55rem; font-weight: 800; padding: 3px 10px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.5rem; }

/* === F5: SERVICES (Expandable Category Rows) === */
.services-cats { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.cat-rows { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.cr-item { border: 1px solid rgba(0,0,0,0.06); border-radius: 14px; overflow: hidden; background: #fff; transition: box-shadow 0.3s; }
.cr-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.cr-trigger { width: 100%; display: flex; align-items: center; gap: 14px; padding: 1.25rem 1.5rem; background: transparent; border: none; cursor: pointer; font-family: inherit; text-align: left; transition: background 0.2s; }
.cr-trigger:hover { background: rgba(232,72,85,0.02); }
.cr-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(232,72,85,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cr-icon svg { width: 18px; height: 18px; stroke: #E84855; fill: none; stroke-width: 2; }
.cr-mid { flex: 1; }
.cr-mid h3 { font-size: 0.95rem; font-weight: 800; color: #1B1B2F; }
.cr-mid span { font-size: 0.72rem; color: #777; }
.cr-arrow { width: 24px; height: 24px; border-radius: 50%; background: rgba(0,0,0,0.04); display: flex; align-items: center; justify-content: center; transition: transform 0.3s; flex-shrink: 0; }
.cr-arrow svg { width: 12px; height: 12px; stroke: #777; fill: none; stroke-width: 2.5; }
.cr-item.active .cr-arrow { transform: rotate(180deg); }
.cr-panel { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.cr-panel-inner { padding: 0 1.5rem 1.5rem; }
.cr-panel p { font-size: 0.88rem; color: #555; line-height: 1.65; margin-bottom: 1rem; }
.cr-features { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.cr-feat { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: #1B1B2F; padding: 6px; }
.cr-feat svg { width: 14px; height: 14px; stroke: #E84855; fill: none; stroke-width: 2.5; flex-shrink: 0; }

/* === F6: REACH (Revenue Counter) === */
.reach-revenue { padding: 6rem 2rem; background: #000; }
.reach-layout { text-align: center; }
.rr-big { margin-bottom: 3rem; }
.rr-number { font-size: clamp(3rem, 8vw, 5rem); font-weight: 800; color: #E84855; line-height: 1; display: block; }
.rr-label { font-size: clamp(1rem, 2.5vw, 1.3rem); font-weight: 800; color: #FFFFFF; display: block; margin: 0.5rem 0; }
.rr-sub { font-size: 0.95rem; color: rgba(255,255,255,0.65); line-height: 1.65; max-width: 620px; margin: 0 auto; }
.rr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 800px; margin: 0 auto; }
.rr-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; }
.rr-stat:hover { border-color: rgba(232,72,85,0.25); transform: translateY(-2px); }
.rr-s-val { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 800; line-height: 1; display: block; margin-bottom: 4px; color: #FFFFFF; }
.rr-s-val.red { color: #E84855; }
.rr-s-label { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.8); display: block; }

/* === F7: GROWTH TABLE === */
.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: #E84855; color: #E84855; }
.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); }
.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(232,72,85,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: #E84855 !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: #E84855; 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(232,72,85,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 (Store Analytics) === */
.dashboards-store { padding: 6rem 2rem; background: #0A0A0C; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sg-card { 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; }
.sg-card:hover { border-color: rgba(232,72,85,0.2); transform: translateY(-3px); }
.sg-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; }
.sg-badge.br { background: rgba(232,72,85,0.12); color: #E84855; }
.sg-badge.bb { background: rgba(59,130,246,0.12); color: #60A5FA; }
.sg-badge.bg { background: rgba(34,197,94,0.12); color: #34D399; }
.sg-badge.by { background: rgba(245,158,11,0.12); color: #FBBF24; }
.sg-title { font-size: 1.05rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.25rem; }
.sg-sub { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; }
.sg-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1rem; }
.sg-m { padding: 10px; background: rgba(255,255,255,0.04); border-radius: 10px; }
.sg-m-label { display: block; font-size: 0.55rem; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; }
.sg-m-val { display: block; font-size: 1rem; font-weight: 800; color: #FFFFFF; }
.sg-m-val.red { color: #E84855; }
.sg-m-val.green { color: #34D399; }
.sg-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 === */
.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: #E84855; }
.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(232,72,85,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: #E84855; }
.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 === */
.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(232,72,85,0.03) 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-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 (same as all pages) */

 }

 }

/* === F11: INTEGRATION GRID === */
.tech-integrations { padding: 5rem 2rem; background: var(--cream-bg, #FDF8F4); }
.integ-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 900px; margin: 0 auto; }
.ig-card { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 14px; padding: 1.25rem; text-align: center; transition: all 0.3s; }
.ig-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.04); border-color: rgba(232,72,85,0.12); }
.ig-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(232,72,85,0.06); display: flex; align-items: center; justify-content: center; margin: 0 auto 0.75rem; }
.ig-icon svg { width: 20px; height: 20px; stroke: #E84855; fill: none; stroke-width: 2; }
.ig-card strong { display: block; font-size: 0.82rem; font-weight: 800; color: #1B1B2F; margin-bottom: 2px; }
.ig-card span { font-size: 0.68rem; color: #777; }

/* === F12: PLATFORM COVERAGE === */
.platform-section { padding: 6rem 2rem; background: #0A0A0C; }
.plat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pg-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; }
.pg-card:hover { border-color: rgba(232,72,85,0.2); transform: translateY(-3px); }
.pg-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.75rem; background: rgba(232,72,85,0.12); color: #E84855; }
.pg-title { font-size: 1.05rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.5rem; }
.pg-desc { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.6; margin-bottom: 0.75rem; }
.pg-feats { display: flex; flex-wrap: wrap; gap: 4px; }
.pg-feats span { font-size: 0.62rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.6); }

/* === F13: CASE STUDIES (Revenue Growth Cards) === */
.case-revenue-section { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.rev-stack { display: flex; flex-direction: column; gap: 16px; max-width: 920px; margin: 0 auto; }
.rv-card { background: #1B1B2F; border-radius: 20px; overflow: hidden; color: rgba(255,255,255,0.65); }
.rv-card p { color: rgba(255,255,255,0.65) !important; }
.rv-top { padding: 2rem; }
.rv-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.rv-left h3 { font-size: 1.15rem; font-weight: 800; color: #FFFFFF; margin-bottom: 4px; }
.rv-left > p { font-size: 0.72rem; }
.rv-stats { display: flex; gap: 1.5rem; }
.rv-sv { display: block; font-size: 1.2rem; font-weight: 800; color: #E84855; line-height: 1; }
.rv-sl { font-size: 0.58rem; color: rgba(255,255,255,0.45); font-weight: 600; }
.rv-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.rv-kpi { padding: 14px; background: rgba(255,255,255,0.03); border-radius: 12px; text-align: center; border: 1px solid rgba(255,255,255,0.06); }
.rv-kpi-label { display: block; font-size: 0.55rem; font-weight: 800; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.rv-kpi-val { display: block; font-size: 1.1rem; font-weight: 800; color: #FFFFFF; }
.rv-kpi-val.red { color: #E84855; }
.rv-kpi-val.green { color: #34D399; }
.rv-bottom { padding: 1.25rem 2rem; background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.06); }
.rv-quote { font-size: 0.88rem; color: rgba(255,255,255,0.7); font-style: italic; line-height: 1.65; margin-bottom: 0.5rem; }
.rv-cite { font-size: 0.75rem; }
.rv-cite strong { color: #FFFFFF; }
.footer-logo-img { height: 40px; width: auto; margin-bottom: 1rem; }


/* ====== FORM FIX — GLASS CARD + INPUTS ====== */
.form-card-glass { background: rgba(17,17,19,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 2rem; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.form-card-glass::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 1px; background: linear-gradient(90deg, transparent, #E84855, 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: #E84855 !important; font-weight: 800; min-width: 10px; }
.cursor { display: inline-block; width: 3px; height: 24px; background: #E84855; margin-left: 4px; animation: blinkCursor 0.8s infinite; }
@keyframes blinkCursor { 0%,100% { opacity:1; } 50% { opacity:0; } }
.live-indicator { font-size: 0.78rem; color: #E84855; background: rgba(232,72,85,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: #E84855; border-radius: 50%; box-shadow: 0 0 8px #E84855; 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: 1.5px solid rgba(255,255,255,0.15); padding: 14px 0 10px; color: #FFFFFF; font-size: 0.95rem; font-family: inherit; transition: border-color 0.3s ease; box-sizing: border-box; outline: none; }
.input-wrap textarea { resize: vertical; min-height: 50px; max-height: 120px; line-height: 1.5; }
.input-wrap input:focus, .input-wrap textarea:focus { border-color: #E84855; }
.input-wrap label { position: absolute; left: 0; top: 14px; color: rgba(255,255,255,0.4); font-size: 0.95rem; pointer-events: none; transition: top 0.25s ease, font-size 0.25s ease, color 0.25s 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: -8px; font-size: 0.7rem; color: #E84855; }
.phone-group { display: flex; align-items: center; border-bottom: 1.5px solid rgba(255,255,255,0.15); transition: border-color 0.3s ease; }
.phone-group:focus-within { border-color: #E84855; }
.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; -webkit-appearance: none; padding: 14px 0 10px; 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; outline: none; }
.country-select option { background: #1a1a1e; color: #fff; }
.country-select:focus { outline: none; }
.phone-field { border: none !important; border-bottom: none !important; padding: 14px 0 10px !important; padding-left: 12px !important; flex: 1; background: transparent; color: #FFFFFF; font-size: 0.95rem; font-family: inherit; outline: none; }
.phone-field::placeholder { color: rgba(255,255,255,0.35); }
.minimal-select { width: 100%; background: transparent; border: none; border-bottom: 1.5px solid rgba(255,255,255,0.15); padding: 14px 0 10px; color: rgba(255,255,255,0.4); font-size: 0.95rem; font-family: inherit; cursor: pointer; transition: border-color 0.3s ease, color 0.3s ease; appearance: none; -webkit-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; outline: none; }
.minimal-select:focus { border-color: #E84855; color: #FFFFFF; }
.minimal-select option { background: #1a1a1e; color: #fff; }
.minimal-select option:disabled { color: rgba(255,255,255,0.3); }
.f-submit-btn { margin-top: 0.5rem; background: #E84855; 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: background 0.3s ease, transform 0.15s ease; }
.f-submit-btn:hover { background: #D03A47; }
.f-submit-btn:active { transform: scale(0.985); }
.f-submit-btn:hover .arrow-icon { transform: translateX(4px); }
.f-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.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.5rem; 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); }


/* === RESPONSIVE === */

/* Field error highlight */
.field-error { border-color: #E84855 !important; }
.phone-group.field-error { border-color: #E84855 !important; }

@media (max-width: 1024px) {
    .ec-hero .container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-visual { display: none; }
    .free-audit-section .container { grid-template-columns: 1fr; gap: 2.5rem; }
    .shelf-grid { grid-template-columns: 1fr 1fr; }
    .checkout-steps { grid-template-columns: 1fr 1fr; }
    .checkout-steps::before { display: none; }
    .rr-grid { grid-template-columns: repeat(2, 1fr); }
    .store-grid { grid-template-columns: repeat(2, 1fr); }
    .plat-grid { grid-template-columns: repeat(2, 1fr); }
    .integ-grid { grid-template-columns: repeat(3, 1fr); }
    .audit-checklist { grid-template-columns: 1fr; }
    .compare-table-wrap { display: none; }
    .compare-mobile { display: block; }
    .rv-kpis { grid-template-columns: repeat(2, 1fr); }
    .rv-stats { display: none; }
}
@media (max-width: 768px) {
    body { padding-top: 60px; }
    .container { padding: 0 1.25rem; }
    .problem-shelf, .services-cats, .growth-grid-section, .compare-section, .tech-integrations, .case-revenue-section { padding: 3.5rem 1.25rem; }
    .brand-matrix-section, .dashboards-store, .platform-section, .reach-revenue, .methodology { padding: 3.5rem 0; }
    .brand-matrix-section .container, .methodology .container, .dashboards-store .container, .platform-section .container, .reach-revenue .container { padding: 0 1.25rem; }
    .section-header { margin-bottom: 2rem; }
    .ec-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; }
    .shelf-grid { grid-template-columns: 1fr; }
    .checkout-steps { grid-template-columns: 1fr; }
    .rr-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; }
    .store-grid { grid-template-columns: 1fr; }
    .plat-grid { grid-template-columns: 1fr; }
    .integ-grid { grid-template-columns: repeat(2, 1fr); }
    .free-audit-section { padding: 3.5rem 1.25rem; }
    
    
    
    
    .rv-top { padding: 1.5rem; }
    .rv-header { flex-direction: column; }
    .rv-bottom { padding: 1rem 1.5rem; }
    .cr-features { grid-template-columns: 1fr; }
    .faq-section-premium { padding: 3.5rem 0; }
    .footer-nav-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
@media (max-width: 600px) {
    .rr-grid { grid-template-columns: 1fr; gap: 8px; }
    .grid-tabs { gap: 4px; }
    .grid-tab { padding: 8px 14px; font-size: 0.72rem; }
}
@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .ec-hero { padding: 2rem 1rem 2.5rem; }
    .hero-stats-row { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .problem-shelf, .services-cats, .growth-grid-section, .compare-section, .tech-integrations, .case-revenue-section { padding: 3rem 1rem; }
    .brand-matrix-section, .dashboards-store, .platform-section, .reach-revenue, .methodology { padding: 3rem 0; }
    .brand-matrix-section .container, .methodology .container, .dashboards-store .container, .platform-section .container, .reach-revenue .container { padding: 0 1rem; }
    .free-audit-section { padding: 3rem 1rem; }
    .integ-grid { grid-template-columns: 1fr 1fr; }
    .rv-top { padding: 1.25rem; }
    .rv-bottom { padding: 1rem 1.25rem; }
    .footer-nav-grid { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 360px) {
    .container { padding: 0 0.75rem; }
    .ec-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; }
    
    .gmc-grid { grid-template-columns: repeat(2, 1fr); }
    .gmc-grid-cell { font-size: 0.65rem; padding: 8px 4px; }
    .integ-grid { grid-template-columns: 1fr; }
}
