/* ============================================
   GOOGLE ADS AGENCY — FULL MOBILE OPTIMIZED
   ALL dark bg text: WHITE / light colors
   Mobile-first responsive
   ============================================ */
body { background: var(--cream-bg); padding-top: 70px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

/* === SHARED === */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 { font-size: 2.8rem; font-weight: 800; line-height: 1.12; color: var(--text-dark); margin-bottom: 1.25rem; }
.section-desc { font-size: 1.1rem; color: var(--text-gray); max-width: 680px; margin: 0 auto; line-height: 1.75; }
.light-heading { font-size: 2.8rem; font-weight: 800; line-height: 1.12; color: #ffffff; margin-bottom: 1.25rem; }
.section-desc-light { font-size: 1.1rem; color: rgba(255,255,255,0.6); max-width: 680px; margin: 0 auto; line-height: 1.75; }
.brand-highlight { color: var(--accent-red); 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-sky { color: #4CC9E8; position: relative; display: inline-block; }
.highlight-sky svg { position: absolute; bottom: -2px; left: 0; width: 100%; height: 12px; overflow: visible; }
.highlight-sky 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: var(--accent-red); }
.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 (Left-Right Split)
   ============================================ */
.g-hero { background: linear-gradient(180deg, #4CC9E8 0%, #6DD5ED 30%, #B8E6F2 65%, var(--cream-bg) 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; }
.g-hero .container { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4rem; align-items: center; position: relative; z-index: 2; }
.hero-content { text-align: left; }
.hero-breadcrumb { font-size: 0.8rem; font-weight: 600; color: rgba(27,27,47,0.5); margin-bottom: 1.5rem; }
.hero-breadcrumb a { color: rgba(27,27,47,0.6); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--text-dark); }
.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: var(--text-dark); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.hero-badge.badge-dark { background: #000; color: #fff; }
.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); } }
.g-hero h1 { font-size: 3.4rem; font-weight: 800; line-height: 1.06; color: var(--text-dark); margin-bottom: 1.5rem; letter-spacing: -1px; }
.g-hero .hero-desc { font-size: 1.12rem; color: var(--text-gray); line-height: 1.75; margin-bottom: 2rem; }
.hero-cta-row { display: flex; align-items: center; gap: 2rem; margin-bottom: 2.5rem; }
.cta-link-ghost { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 700; color: var(--text-dark); text-decoration: none; transition: all 0.2s; }
.cta-link-ghost:hover { color: var(--accent-red); }
.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; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-val { font-size: 1.8rem; font-weight: 800; color: var(--text-dark); line-height: 1; }
.hero-stat-label { font-size: 0.72rem; color: var(--text-gray); font-weight: 600; margin-top: 4px; }
.hero-stat-divider { width: 1px; height: 36px; background: rgba(0,0,0,0.1); }

/* Hero Dashboard Card (right side) */
.hero-visual { position: relative; }
.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: var(--accent-red); color: #fff; 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: var(--text-gray); 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: var(--cream-bg); padding: 12px; border-radius: 12px; text-align: center; }
.hdc-l { display: block; font-size: 0.6rem; font-weight: 700; color: var(--text-gray); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.hdc-v { display: block; font-size: 1.3rem; font-weight: 800; color: var(--text-dark); line-height: 1; }
.hdc-v.accent { color: var(--primary-blue); }
.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; background: var(--primary-blue); }
.hdc-footer { display: flex; justify-content: space-between; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid rgba(0,0,0,0.05); font-size: 0.82rem; color: var(--text-gray); }
.hdc-footer strong { color: var(--text-dark); }

/* ============================================
   F2: PROBLEM (Horiz Scroll + Mobile Stack)
   ============================================ */
.problem-scroll { padding: 6rem 0; background: #fff; }
.problem-scroll .container { margin-bottom: 2rem; }
.problem-track-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 0 2rem; }
.problem-track-wrap::-webkit-scrollbar { display: none; }
.problem-track { display: flex; gap: 20px; padding-bottom: 1rem; }
.prob-card { min-width: 320px; max-width: 320px; background: var(--cream-bg); border: 1px solid rgba(0,0,0,0.04); border-radius: 20px; padding: 2.5rem 2rem; flex-shrink: 0; transition: all 0.35s; position: relative; }
.prob-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.06); border-color: rgba(232,72,85,0.12); }
.pc-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.25rem; }
.pc-num { font-size: 2.5rem; font-weight: 800; color: rgba(232,72,85,0.08); line-height: 1; }
.pc-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.pc-icon svg { width: 24px; height: 24px; }
.prob-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--text-dark); margin-bottom: 0.75rem; }
.prob-card p { font-size: 0.9rem; color: var(--text-gray); line-height: 1.7; margin-bottom: 1.25rem; }
.pc-stat { display: flex; align-items: baseline; gap: 8px; padding-top: 1rem; border-top: 1px solid rgba(0,0,0,0.05); }
.pcs-val { font-size: 1.8rem; font-weight: 800; color: var(--accent-red); }
.pcs-label { font-size: 0.75rem; color: var(--text-gray); font-weight: 600; }
.prob-cta { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: #000; border-color: transparent; }
.prob-cta .handwritten-note { color: #4CC9E8; margin-bottom: 1.5rem; }
/* Mobile CTA block under problem section */
.prob-cta-mobile { display: none; text-align: center; padding: 2rem 1.5rem; }
.prob-cta-mobile .handwritten-note { color: var(--accent-red); 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(76,201,232,0.06) 0%, transparent 70%); pointer-events: none; }
.matrix-title { font-size: 2.8rem; font-weight: 800; color: #ffffff; margin-bottom: 1rem; text-align: center; }
.market-blue-text { color: #4CC9E8; position: relative; display: inline-block; }
.market-underline { position: absolute; bottom: -4px; left: 0; width: 100%; height: 12px; }
.matrix-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.5); max-width: 600px; margin: 0 auto 3rem; text-align: center; }

/* ============================================
   F4: METHODOLOGY (Timeline)
   ============================================ */
.methodology { padding: 6rem 2rem; background: #000; }
.timeline-steps { display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap; justify-content: center; }
.tl-step { flex: 1; min-width: 220px; max-width: 280px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2rem 1.5rem; opacity: 0; transform: translateY(50px); transition: all 0.6s ease; }
.tl-step.revealed { opacity: 1; transform: translateY(0); }
.tl-step:hover { background: rgba(255,255,255,0.06); border-color: rgba(76,201,232,0.2); }
.tl-marker { width: 48px; height: 48px; border-radius: 50%; background: rgba(76,201,232,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.tl-marker span { font-size: 0.85rem; font-weight: 800; color: #4CC9E8; }
.tl-marker.accent { background: rgba(76,201,232,0.2); }
.tl-marker.accent span { color: #4CC9E8; }
.tl-marker.red { background: rgba(232,72,85,0.12); }
.tl-marker.red span { color: #E84855; }
.tl-badge { display: inline-block; font-size: 0.6rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; background: rgba(76,201,232,0.12); color: #4CC9E8; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.5rem; }
.tl-badge.badge-gold { background: rgba(255,200,0,0.12); color: #FFD700; }
.tl-badge.badge-red { background: rgba(232,72,85,0.12); color: #E84855; }
.tl-step h3 { font-size: 1.15rem; font-weight: 800; color: #ffffff; margin-bottom: 0.75rem; }
.tl-step > .tl-content > p { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.65; margin-bottom: 1rem; }
.tl-details { display: flex; flex-direction: column; gap: 4px; }
.tl-details span { font-size: 0.78rem; color: rgba(255,255,255,0.4); padding-left: 16px; position: relative; }
.tl-details span::before { content: '✓'; position: absolute; left: 0; color: #4CC9E8; font-weight: 700; font-size: 0.7rem; }
.tl-connector { width: 60px; display: flex; align-items: center; justify-content: center; padding-top: 2rem; flex-shrink: 0; }
.tl-connector svg { width: 100%; height: 20px; }

/* ============================================
   F5: SERVICE TABS
   ============================================ */
.service-tabs-section { padding: 6rem 2rem; background: var(--cream-bg); }
.svc-tabs { display: flex; gap: 8px; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.svc-tab { padding: 12px 24px; border: 2px solid rgba(0,0,0,0.06); border-radius: 50px; font-size: 0.85rem; font-weight: 700; color: var(--text-gray); background: #fff; cursor: pointer; transition: all 0.25s; font-family: inherit; display: inline-flex; align-items: center; gap: 8px; }
.svc-dot { width: 8px; height: 8px; border-radius: 50%; }
.svc-tab:hover { border-color: var(--primary-blue); }
.svc-tab.active { background: #000; border-color: #000; color: #fff; }
.svc-panel { background: #fff; border-radius: 20px; padding: 2.5rem; border: 1px solid rgba(0,0,0,0.04); min-height: 200px; transition: all 0.3s; }
.sp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.sp-left h3 { font-size: 1.5rem; font-weight: 800; color: var(--text-dark); margin-bottom: 1rem; }
.sp-left p { font-size: 1rem; color: var(--text-gray); line-height: 1.75; margin-bottom: 1.5rem; }
.sp-features { list-style: none; padding: 0; margin: 0; }
.sp-features li { padding: 8px 0 8px 22px; font-size: 0.9rem; color: var(--text-gray); position: relative; border-bottom: 1px solid rgba(0,0,0,0.03); }
.sp-features li::before { content: '→'; position: absolute; left: 0; color: var(--primary-blue); font-weight: 700; }
.sp-features li:last-child { border-bottom: none; }
.sp-right { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sp-stat-card { background: var(--cream-bg); border-radius: 14px; padding: 1.25rem; text-align: center; }
.sp-stat-card .ssc-val { display: block; font-size: 1.6rem; font-weight: 800; color: var(--text-dark); line-height: 1; margin-bottom: 4px; }
.sp-stat-card .ssc-val.blue { color: var(--primary-blue); }
.sp-stat-card .ssc-val.green { color: #22C55E; }
.sp-stat-card .ssc-label { font-size: 0.72rem; color: var(--text-gray); font-weight: 600; }

/* ============================================
   F6: COUNTER STATS
   ============================================ */
.reach-counter { padding: 6rem 2rem; background: #000; }
.counter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.counter-item { text-align: center; padding: 2rem 1.25rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; transition: all 0.35s; }
.counter-item:hover { border-color: rgba(76,201,232,0.2); background: rgba(255,255,255,0.05); transform: translateY(-4px); }
.ci-number { font-size: 2.8rem; font-weight: 800; color: #4CC9E8; display: inline; line-height: 1; }
.ci-suffix { font-size: 1.6rem; font-weight: 800; color: #4CC9E8; }
.ci-label { font-size: 0.85rem; font-weight: 700; color: #ffffff; margin: 0.5rem 0; }
.counter-item p { font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.5; }

/* ============================================
   F7: GROWTH GRID 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: var(--text-gray); background: transparent; cursor: pointer; transition: all 0.25s; font-family: inherit; }
.grid-tab:hover { border-color: var(--primary-blue); color: var(--primary-blue); }
.grid-tab.active { background: #000; border-color: #000; color: #fff; }
.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; }
.growth-table thead { background: #000; }
.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.7); }
.growth-table td { padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.04); color: var(--text-dark); font-weight: 600; }
.growth-table tbody tr:hover { background: rgba(76,201,232,0.03); }
.val-good { color: #22C55E !important; font-weight: 800 !important; }
.val-bad { color: var(--accent-red) !important; text-decoration: line-through; opacity: 0.6; }
.val-lift { color: var(--primary-blue) !important; font-weight: 800 !important; }

/* --- MOBILE TABLE CARDS (Reference-matching design) --- */
.grid-mobile-cards { display: none; }
.gmc-card { background: #fff; border-radius: 14px; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 2px 8px rgba(0,0,0,0.03); overflow: hidden; }
.gmc-header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0; }
.gmc-rank { display: flex; align-items: center; justify-content: center; padding: 12px 16px; background: var(--accent-red); color: #fff; font-size: 1rem; font-weight: 800; min-width: 50px; }
.gmc-industry-name { padding: 12px 16px; font-size: 0.92rem; font-weight: 800; color: var(--text-dark); background: rgba(232,72,85,0.06); }
.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 8px; text-align: center; font-size: 0.75rem; font-weight: 700; border-right: 1px solid rgba(0,0,0,0.04); }
.gmc-grid-cell:last-child { border-right: none; }
.gmc-grid-header .gmc-grid-cell { color: var(--text-gray); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.5px; padding: 8px 6px; }
.gmc-grid-body .gmc-grid-cell { color: var(--text-dark); font-weight: 700; font-size: 0.82rem; }
.gmc-grid-body .gmc-grid-cell.val-good { color: #22C55E !important; }
.gmc-grid-body .gmc-grid-cell.val-bad { color: var(--accent-red) !important; text-decoration: line-through; opacity: 0.6; }
.gmc-grid-body .gmc-grid-cell.val-lift { color: var(--primary-blue) !important; }

/* ============================================
   F8: DASHBOARDS MASONRY
   ============================================ */
.dashboards-masonry { padding: 6rem 2rem; background: #000; }
.masonry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mg-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.75rem; transition: all 0.3s; }
.mg-card:hover { border-color: rgba(76,201,232,0.2); transform: translateY(-3px); }
.mg-card.featured { grid-column: span 2; }
.mg-badge { display: inline-block; font-size: 0.6rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; margin-bottom: 0.75rem; letter-spacing: 0.5px; text-transform: uppercase; }
.mg-badge.b-blue { background: rgba(76,201,232,0.15); color: #4CC9E8; }
.mg-badge.b-green { background: rgba(34,197,94,0.15); color: #22C55E; }
.mg-badge.b-purple { background: rgba(139,92,246,0.15); color: #8B5CF6; }
.mg-badge.b-red { background: rgba(232,72,85,0.15); color: #E84855; }
.mg-badge.b-gold { background: rgba(255,200,0,0.12); color: #FFD700; }
.mg-title { font-size: 1rem; font-weight: 800; color: #ffffff; margin-bottom: 0.25rem; }
.mg-sub { font-size: 0.72rem; color: rgba(255,255,255,0.4); margin-bottom: 1rem; }
.mg-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1rem; }
.mg-m { padding: 10px; background: rgba(255,255,255,0.04); border-radius: 10px; }
.mg-m-label { display: block; font-size: 0.58rem; font-weight: 700; color: rgba(255,255,255,0.35); text-transform: uppercase; }
.mg-m-val { display: block; font-size: 1.05rem; font-weight: 800; color: #ffffff; }
.mg-m-val.accent { color: #4CC9E8; }
.mg-m-val.green { color: #22C55E; }
.mg-note { font-size: 0.78rem; color: rgba(255,255,255,0.4); line-height: 1.5; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.06); }

/* ============================================
   F9: COMPARISON (3 Columns)
   ============================================ */
.compare-cards-section { padding: 6rem 2rem; background: var(--cream-bg); }
.compare-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cmp-col { border-radius: 20px; padding: 2.5rem 2rem; text-align: center; border: 1px solid rgba(0,0,0,0.04); transition: all 0.35s; }
.cmp-col.them { background: #fff; }
.cmp-col.us { background: #000; color: #fff; border-color: transparent; transform: scale(1.03); box-shadow: 0 25px 60px rgba(0,0,0,0.12); }
.cmp-header { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.5rem; color: var(--text-dark); }
.cmp-col.us .cmp-header { color: #ffffff; }
.cmp-sub { font-size: 0.82rem; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(0,0,0,0.06); }
.cmp-col.us .cmp-sub { color: rgba(255,255,255,0.45); border-color: rgba(255,255,255,0.08); }
.cmp-col.them .cmp-sub { color: var(--text-gray); }
.cmp-list { text-align: left; }
.cmp-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-size: 0.88rem; font-weight: 600; border-bottom: 1px solid rgba(0,0,0,0.03); }
.cmp-col.us .cmp-item { border-color: rgba(255,255,255,0.05); color: rgba(255,255,255,0.75); }
.cmp-col.them .cmp-item { color: var(--text-gray); }
.cmp-item:last-child { border-bottom: none; }
.icon-check { width: 20px; height: 20px; stroke: #22C55E; stroke-width: 3; fill: none; flex-shrink: 0; }
.icon-check.dim { stroke: #bbb; opacity: 0.4; }
.icon-x { width: 20px; height: 20px; stroke: #E84855; stroke-width: 2.5; fill: none; opacity: 0.3; flex-shrink: 0; }

/* ============================================
   F10: FREE AUDIT (Left-Right Split)
   ============================================ */
.free-audit-section { padding: 6rem 2rem; background: #000; position: relative; overflow: hidden; }
.audit-bg-dots { position: absolute; inset: 0; background-image: radial-gradient(circle at 2px 2px, rgba(76,201,232,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: 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.55); 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.7); font-weight: 600; }
.ac-item svg { width: 18px; height: 18px; flex-shrink: 0; }
.audit-guarantee { display: flex; align-items: flex-start; gap: 14px; padding: 1.25rem; background: rgba(255,200,0,0.05); border: 1px solid rgba(255,200,0,0.12); border-radius: 12px; }
.audit-guarantee svg { width: 28px; height: 28px; flex-shrink: 0; margin-top: 2px; }
.audit-guarantee strong { display: block; color: #FFD700; font-size: 0.95rem; margin-bottom: 4px; }
.audit-guarantee p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 0; }
.audit-form-col { position: relative; }

/* ============================================
   FORM STYLES (shared)
   ============================================ */
.form-card-glass { background: #0A0A0C; border: 1px solid rgba(255,255,255,0.08); 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, #3BB4D9, 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: #3BB4D9 !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: #27C93F; background: rgba(39,201,63,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: #27C93F; border-radius: 50%; box-shadow: 0 0 8px #27C93F; 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.15); padding: 12px 0; color: #fff; 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: #3BB4D9; }
.input-wrap label { position: absolute; left: 0; top: 12px; color: rgba(255,255,255,0.35); 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: #3BB4D9; }
.phone-group { display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.15); transition: border-color 0.3s; }
.phone-group:focus-within { border-color: #3BB4D9; }
.country-select-wrapper { position: relative; width: 90px; flex-shrink: 0; }
.country-select { width: 100%; background: transparent; border: none; color: #ccc; 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.15); padding: 12px 0; color: rgba(255,255,255,0.4); 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: #3BB4D9; color: #fff; }
.minimal-select option { background: #111; color: #fff; }
.f-submit-btn { margin-top: 0.25rem; background: #fff; color: #000; 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: #3BB4D9; color: #fff; }
.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.3); margin-top: 0.25rem; }
.form-status { padding: 12px 16px; border-radius: 8px; font-size: 0.88rem; font-weight: 600; text-align: center; }
.form-status.success { background: rgba(16,185,129,0.12); color: #10B981; border: 1px solid rgba(16,185,129,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 MARQUEE
   ============================================ */
.tech-marquee { padding: 5rem 0; background: var(--cream-bg); }
.tech-marquee .container { margin-bottom: 0; }
.marquee-wrap { overflow: hidden; margin-top: 2rem; }
.marquee-track { display: flex; gap: 16px; animation: marqueeScroll 30s linear infinite; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mq-card { min-width: 220px; padding: 1.25rem; background: #fff; border-radius: 14px; border: 1px solid rgba(0,0,0,0.04); flex-shrink: 0; transition: all 0.3s; }
.mq-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.mq-card strong { display: block; font-size: 1rem; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; }
.mq-card span { font-size: 0.8rem; color: var(--text-gray); }

/* ============================================
   F12: CAMPAIGN ARCHITECTURE
   ============================================ */
.campaign-arch { padding: 6rem 2rem; background: #000; }
.arch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ag-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.75rem; transition: all 0.35s; }
.ag-card:hover { border-color: rgba(76,201,232,0.2); transform: translateY(-3px); }
.ag-label { display: inline-block; font-size: 0.6rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; margin-bottom: 1rem; }
.ag-label.l-search { background: rgba(66,133,244,0.15); color: #4285F4; }
.ag-label.l-shopping { background: rgba(52,168,83,0.15); color: #34A853; }
.ag-label.l-pmax { background: rgba(251,188,4,0.15); color: #FBBC04; }
.ag-label.l-youtube { background: rgba(234,67,53,0.15); color: #EA4335; }
.ag-label.l-display { background: rgba(139,92,246,0.15); color: #8B5CF6; }
.ag-label.l-remark { background: rgba(76,201,232,0.15); color: #4CC9E8; }
.ag-title { font-size: 1.05rem; font-weight: 800; color: #ffffff; margin-bottom: 0.5rem; }
.ag-desc { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.6; margin-bottom: 1rem; }
.ag-specs { display: flex; flex-direction: column; gap: 4px; }
.ag-specs span { font-size: 0.75rem; color: rgba(255,255,255,0.35); padding-left: 16px; position: relative; }
.ag-specs span::before { content: '→'; position: absolute; left: 0; color: #4CC9E8; font-weight: 700; }

/* ============================================
   F13: CASE STUDIES (Tab-Based)
   ============================================ */
.case-tabs-section { padding: 6rem 2rem; background: var(--cream-bg); }
.cs-tab-row { display: flex; gap: 8px; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.cs-tab-btn { padding: 10px 20px; border: 2px solid rgba(0,0,0,0.06); border-radius: 50px; font-size: 0.82rem; font-weight: 700; color: var(--text-gray); background: #fff; cursor: pointer; transition: all 0.25s; font-family: inherit; }
.cs-tab-btn:hover { border-color: var(--primary-blue); }
.cs-tab-btn.active { background: #000; border-color: #000; color: #fff; }
.cs-tab-panel-item { display: none; animation: fadeSlide 0.5s ease; }
.cs-tab-panel-item.active { display: block; }
@keyframes fadeSlide { from { opacity:0;transform:translateY(10px); } to { opacity:1;transform:none; } }
.cst-card { background: #000; border-radius: 20px; padding: 2rem; }
.cst-title { font-size: 1.2rem; font-weight: 800; color: #ffffff; margin-bottom: 1.5rem; }
.cst-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.cst-phase-tag { display: inline-block; font-size: 0.6rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; margin-bottom: 0.75rem; }
.cst-phase-tag.challenge { background: rgba(232,72,85,0.12); color: #E84855; }
.cst-phase-tag.fix { background: rgba(76,201,232,0.12); color: #4CC9E8; }
.cst-phase-tag.result { background: rgba(34,197,94,0.12); color: #22C55E; }
.cst-phase p { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
.cst-stats { display: flex; gap: 2rem; margin-bottom: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; }
.cst-s-val { display: block; font-size: 1.5rem; font-weight: 800; color: #22C55E; line-height: 1; }
.cst-s-label { font-size: 0.68rem; color: rgba(255,255,255,0.4); font-weight: 600; margin-top: 4px; }
.cst-quote { padding: 1.25rem; background: rgba(255,255,255,0.03); border-left: 3px solid #4CC9E8; border-radius: 0 12px 12px 0; }
.cst-quote p { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.7; font-style: italic; margin-bottom: 0.5rem; }
.cst-quote cite { font-style: normal; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.cst-quote cite strong { color: #ffffff; }

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

/* ==============================================
   RESPONSIVE — 1024px (TABLET)
   ============================================== */
@media (max-width: 1024px) {
    .g-hero .container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-visual { display: none; }
    .g-hero h1 { font-size: 2.6rem; }
    .free-audit-section .container { grid-template-columns: 1fr; gap: 2.5rem; }
    .timeline-steps { flex-direction: column; align-items: stretch; }
    .tl-step { max-width: 100%; min-width: 0; }
    .tl-connector { transform: rotate(90deg); width: 40px; margin: 0 auto; }
    .sp-grid { grid-template-columns: 1fr; }
    .counter-grid { grid-template-columns: repeat(2, 1fr); }
    .masonry-grid { grid-template-columns: repeat(2, 1fr); }
    .mg-card.featured { grid-column: span 1; }
    .compare-three { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
    .cmp-col.us { transform: none; order: -1; }
    .arch-grid { grid-template-columns: repeat(2, 1fr); }
    .cst-phases { grid-template-columns: 1fr; }
    .audit-checklist { grid-template-columns: 1fr; }
    .section-header { margin-bottom: 2.5rem; }
}

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

    /* Section headers */
    .section-header h2, .light-heading, .matrix-title { font-size: 1.75rem; }
    .section-desc, .section-desc-light { font-size: 0.95rem; }
    .section-header { margin-bottom: 2rem; }

    /* Hero */
    .g-hero { padding: 2.5rem 1.25rem 3rem; }
    .g-hero h1 { font-size: 1.85rem; letter-spacing: -0.5px; }
    .g-hero .hero-desc { font-size: 0.95rem; }
    .hero-stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .hero-stat-divider { display: none; }
    .hero-stat-val { font-size: 1.5rem; }
    .hero-cta-row { flex-direction: column; align-items: stretch; gap: 1rem; }
    .cta-link-ghost { justify-content: center; }
    .hero-badge-row { flex-direction: column; align-items: flex-start; }

    /* Problem cards — stack vertical with animation */
    .problem-scroll { padding: 4rem 0; }
    .problem-track { flex-direction: column; padding: 0; }
    .prob-card { min-width: 100%; max-width: 100%; margin: 0; opacity: 0; transform: translateX(-30px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .prob-card.card-visible { opacity: 1; transform: translateX(0); }
    .prob-cta { display: none; }
    .prob-cta-mobile { display: block; }
    .problem-track-wrap { overflow: visible; padding: 0 1.25rem; }

    /* Brand matrix */
    .brand-matrix-section { padding: 4rem 0; }
    .matrix-title { font-size: 1.6rem; padding: 0 1rem; }
    .matrix-subtitle { font-size: 0.9rem; padding: 0 1rem; }

    /* Methodology */
    .methodology { padding: 4rem 1.25rem; }
    .tl-connector { display: none; }

    /* Service tabs */
    .service-tabs-section { padding: 4rem 1.25rem; }
    .svc-tabs { gap: 6px; }
    .svc-tab { padding: 10px 16px; font-size: 0.75rem; }
    .svc-panel { padding: 1.5rem; }
    .sp-right { grid-template-columns: 1fr 1fr; gap: 8px; }
    .sp-stat-card { padding: 1rem; }
    .sp-stat-card .ssc-val { font-size: 1.3rem; }

    /* Counter */
    .reach-counter { padding: 4rem 1.25rem; }
    .counter-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .counter-item { padding: 1.5rem 1rem; }
    .ci-number { font-size: 2rem; }
    .ci-suffix { font-size: 1.2rem; }
    .ci-label { font-size: 0.75rem; }
    .counter-item p { font-size: 0.72rem; }

    /* Growth grid — HIDE table, SHOW mobile cards */
    .growth-grid-section { padding: 4rem 1.25rem; }
    .grid-table-wrap { display: none; }
    .grid-mobile-cards { display: block; }
    .grid-tabs { gap: 6px; }
    .grid-tab { padding: 10px 18px; font-size: 0.78rem; }

    /* Dashboards */
    .dashboards-masonry { padding: 4rem 1.25rem; }
    .masonry-grid { grid-template-columns: 1fr; gap: 12px; }
    .mg-card { padding: 1.5rem; }
    .mg-metrics { gap: 6px; }
    .mg-m { padding: 8px; }
    .mg-m-val { font-size: 0.95rem; }

    /* Comparison */
    .compare-cards-section { padding: 4rem 1.25rem; }
    .cmp-col { padding: 2rem 1.5rem; }
    .cmp-header { font-size: 1.1rem; }
    .cmp-item { font-size: 0.82rem; padding: 8px 0; }

    /* Free audit */
    .free-audit-section { padding: 4rem 1.25rem; }
    .audit-content h2 { font-size: 1.7rem; }
    .audit-sub { font-size: 0.92rem; }
    .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; }

    /* Tech marquee */
    .tech-marquee { padding: 4rem 0; }
    .mq-card { min-width: 180px; padding: 1rem; }
    .mq-card strong { font-size: 0.88rem; }
    .mq-card span { font-size: 0.75rem; }

    /* Campaign arch */
    .campaign-arch { padding: 4rem 1.25rem; }
    .arch-grid { grid-template-columns: 1fr; gap: 12px; }
    .ag-card { padding: 1.5rem; }

    /* Case studies */
    .case-tabs-section { padding: 4rem 1.25rem; }
    .cs-tab-row { gap: 4px; overflow-x: auto; justify-content: flex-start; flex-wrap: nowrap; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
    .cs-tab-btn { padding: 8px 14px; font-size: 0.72rem; white-space: nowrap; flex-shrink: 0; }
    .cst-card { padding: 1.5rem; }
    .cst-title { font-size: 1.05rem; }
    .cst-stats { gap: 1.25rem; }
    .cst-s-val { font-size: 1.3rem; }
    .cst-quote { padding: 1rem; }
    .cst-quote p { font-size: 0.85rem; }

    /* FAQ */
    .faq-section-premium { padding: 4rem 0; }

    /* Footer */
    .footer-nav-grid { grid-template-columns: 1fr 1fr; }
}

/* ==============================================
   RESPONSIVE — 480px (SMALL PHONE)
   ============================================== */
@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .g-hero { padding: 2rem 1rem 2.5rem; }
    .g-hero h1 { font-size: 1.55rem; }
    .section-header h2, .light-heading, .matrix-title { font-size: 1.45rem; }
    .section-desc, .section-desc-light { font-size: 0.88rem; }
    .hero-stats-row { gap: 0.75rem; }
    .hero-stat-val { font-size: 1.3rem; }
    .hero-stat-label { font-size: 0.65rem; }

    .counter-grid { grid-template-columns: 1fr; }
    .ci-number { font-size: 2.2rem; }

    .svc-tabs { gap: 4px; }
    .svc-tab { padding: 8px 12px; font-size: 0.7rem; gap: 4px; }
    .svc-dot { width: 6px; height: 6px; }
    .sp-right { grid-template-columns: 1fr; }

    .grid-tab { padding: 8px 14px; font-size: 0.72rem; }

    .mg-metrics { grid-template-columns: 1fr; }

    .cs-tab-btn { padding: 7px 10px; font-size: 0.68rem; }
    .cst-phases { gap: 1rem; }

    .audit-content h2 { font-size: 1.45rem; }

    .cmp-col { padding: 1.5rem 1.25rem; }

    .footer-nav-grid { grid-template-columns: 1fr; }

    .prob-card { padding: 1.75rem 1.25rem; }
    .prob-card h3 { font-size: 1.05rem; }
    .pcs-val { font-size: 1.5rem; }
}