/* ============================================
   INSTAGRAM ORGANIC GROWTH — FULL MOBILE OPTIMIZED
   Headings: ONLY #1B1B2F, #FFFFFF, #E84855
   Dark bg headings: #FFFFFF !important
   Hero: STANDARD BLUE GRADIENT
   All dark backgrounds: #000000
   5 breakpoints: 360/480/600/768/1024
   ZERO EMOJIS
   ============================================ */
*, *::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: 2.8rem; font-weight: 800; line-height: 1.12; color: #1B1B2F; margin-bottom: 1.25rem; }
.section-desc { font-size: 1.1rem; color: #555; 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 !important; margin-bottom: 1.25rem; }
.section-desc-light { font-size: 1.1rem; color: rgba(255,255,255,0.55) !important; 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); }

/* F1: HERO */
.am-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; }
.am-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; }
.hero-breadcrumb a:hover { color: #1B1B2F; }
.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: white; 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: #fff; }
.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); } }
.am-hero h1 { font-size: 3.4rem; font-weight: 800; line-height: 1.06; color: #1B1B2F; margin-bottom: 1.5rem; letter-spacing: -1px; }
.hero-desc { font-size: 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: 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; 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: #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: #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.5rem; 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; margin-bottom: 0.5rem; }
.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; font-size: 0.82rem; color: #777; padding-top: 0.75rem; border-top: 1px solid rgba(0,0,0,0.06); }
.hdc-footer strong { color: #1B1B2F; }

/* F2: PROBLEM — Algorithm Pain Cards */
.problem-trap { padding: 6rem 2rem; background: #fff; }
.trap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tr-card { background: var(--cream-bg, #FDF8F4); border-radius: 16px; padding: 1.75rem; border: 1px solid rgba(0,0,0,0.04); position: relative; overflow: hidden; transition: all 0.35s ease; }
.tr-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
.tr-card-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.tr-card-icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2; }
.tr-card h3 { font-size: 1rem; font-weight: 800; color: #1B1B2F; margin-bottom: 0.5rem; }
.tr-card > p { font-size: 0.88rem; color: #555; line-height: 1.65; }
.tr-stat { display: inline-block; margin-top: 0.75rem; 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: 6rem 0; background: #000000; 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 { font-size: 2.8rem; font-weight: 800; color: #FFFFFF !important; 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.55) !important; max-width: 600px; margin: 0 auto 3rem; text-align: center; }

/* F4: METHODOLOGY — Reels Funnel */
.methodology { padding: 7rem 2rem; background: #000000; }
.methodology .section-header h2 { color: #FFFFFF !important; }
.loop-phases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1000px; margin: 0 auto; }
.fp-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.75rem; position: relative; overflow: hidden; transition: all 0.35s; text-align: center; }
.fp-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(76,201,232,0.15); transform: translateY(-3px); }
.fp-num { font-size: 2.5rem; font-weight: 800; color: rgba(255,255,255,0.06); line-height: 1; margin-bottom: 0.75rem; }
.fp-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.fp-icon svg { width: 22px; height: 22px; }
.fp-card h3 { font-size: 1rem; font-weight: 800; color: #FFFFFF !important; margin-bottom: 0.5rem; }
.fp-card > p { font-size: 0.82rem; color: rgba(255,255,255,0.55) !important; line-height: 1.65; }
.fp-tag { display: inline-block; font-size: 0.55rem; font-weight: 800; padding: 3px 10px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; margin-top: 0.75rem; }

/* F5: SERVICES — Content Pillar Cards */
.services-funnel { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.funnel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fn-card { background: #fff; border-radius: 16px; padding: 2rem; border: 1px solid rgba(0,0,0,0.05); transition: all 0.35s; }
.fn-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
.fn-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.fn-icon svg { width: 22px; height: 22px; }
.fn-card h3 { font-size: 1.05rem; font-weight: 800; color: #1B1B2F; margin-bottom: 0.5rem; }
.fn-card > p { font-size: 0.88rem; color: #555; line-height: 1.65; margin-bottom: 1rem; }
.fn-checks { display: flex; flex-wrap: wrap; gap: 4px; }
.fn-checks span { font-size: 0.62rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; background: rgba(232,72,85,0.06); color: #E84855; }

/* F6: REACH — Follower Milestone */
.reach-scale { padding: 6rem 2rem; background: #fff; }
.scale-layout { text-align: center; }
.sc-focal { font-size: 4rem; font-weight: 800; color: #E84855; line-height: 1; margin-bottom: 0.5rem; }
.sc-label { font-size: 0.82rem; font-weight: 700; color: #777; margin-bottom: 0.5rem; display: block; }
.sc-sub { font-size: 1rem; color: #555; max-width: 620px; margin: 0 auto 2.5rem; line-height: 1.7; }
.sc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 800px; margin: 0 auto; }
.sc-stat { background: var(--cream-bg, #FDF8F4); border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; padding: 1.5rem; text-align: center; transition: all 0.3s; }
.sc-stat:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.05); border-color: rgba(232,72,85,0.15); }
.sc-s-val { font-size: 1.6rem; font-weight: 800; color: #1B1B2F; line-height: 1; display: block; margin-bottom: 4px; }
.sc-s-val.red { color: #E84855; }
.sc-s-label { font-size: 0.72rem; font-weight: 700; color: #777; }

/* F7: GROWTH TABLE */
.growth-grid-section { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.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: #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; min-width: 640px; }
.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.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; background: #fff; }
.growth-table tbody tr:hover td { background: rgba(232,72,85,0.02); }
.val-good { color: #16A34A; font-weight: 800; }
.val-lift { color: #E84855; font-weight: 800; }
.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-industry { font-size: 1rem; font-weight: 800; color: #1B1B2F; padding: 14px 16px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.gmc-metrics { display: grid; grid-template-columns: repeat(2, 1fr); }
.gmc-m { padding: 12px; text-align: center; border-right: 1px solid rgba(0,0,0,0.04); border-bottom: 1px solid rgba(0,0,0,0.04); }
.gmc-m:nth-child(2n) { border-right: none; }
.gmc-m-label { display: block; font-size: 0.58rem; font-weight: 700; color: #777; text-transform: uppercase; margin-bottom: 2px; }
.gmc-m-val { display: block; font-size: 0.95rem; font-weight: 800; color: #1B1B2F; }

/* F8: DASHBOARDS — Account Snapshot Cards */
.dashboards-am { padding: 7rem 2rem; background: #000000; }
.dashboards-am .section-header h2 { color: #FFFFFF !important; }
.am-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.amp-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; }
.amp-card:hover { border-color: rgba(232,72,85,0.2); transform: translateY(-3px); }
.amp-tag { display: inline-block; font-size: 0.6rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.75rem; }
.amp-title { font-size: 1.05rem; font-weight: 800; color: #FFFFFF !important; margin-bottom: 0.25rem; }
.amp-sub { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; }
.amp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1rem; }
.amp-m { padding: 10px; background: rgba(255,255,255,0.04); border-radius: 10px; }
.amp-m-label { display: block; font-size: 0.55rem; font-weight: 700; color: rgba(255,255,255,0.45); text-transform: uppercase; }
.amp-m-val { display: block; font-size: 1rem; font-weight: 800; color: #FFFFFF; }
.amp-m-val.green { color: #22C55E; }
.amp-m-val.red { color: #E84855; }
.amp-note { font-size: 0.78rem; color: rgba(255,255,255,0.55) !important; 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: #fff; }
.compare-table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th { padding: 20px 28px; text-align: center; font-size: 0.85rem; font-weight: 800; color: #1B1B2F; }
.compare-table th.us-col { background: #000; color: #fff; border-radius: 16px 16px 0 0; }
.compare-table td { padding: 18px 28px; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.04); color: #1B1B2F; font-weight: 600; }
.compare-table td:first-child { text-align: left; font-weight: 700; }
.compare-table td.us-col { background: rgba(232,72,85,0.03); }
.compare-table tbody tr:hover td { background: rgba(232,72,85,0.02); }
.compare-table tbody tr:hover td.us-col { background: rgba(232,72,85,0.06); }
.compare-mobile { display: none; }
.cm-feature { font-size: 1rem; font-weight: 800; color: #1B1B2F; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(0,0,0,0.06); }
.cm-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.88rem; font-weight: 600; color: #555; border-bottom: 1px solid rgba(0,0,0,0.03); }
.cm-row:last-child { border-bottom: none; }

/* F10: FREE AUDIT — exact match to working Ecommerce SEO page */
.free-audit-section { padding: 7rem 2rem; background: #000000; 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-content h2 { font-size: 2.5rem; font-weight: 800; color: #FFFFFF !important; line-height: 1.15; margin-bottom: 1.25rem; }
.audit-sub { font-size: 1.05rem; color: rgba(255,255,255,0.55) !important; line-height: 1.7; margin-bottom: 2.5rem; }
.audit-sub strong { color: rgba(255,255,255,0.85); }
.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 — exact CSS from working Ecommerce SEO page */
.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 !important; 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; }
.phone-group.field-error { border-color: #E84855 !important; }
.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); }

/* F11: TECH STACK */
.tech-tools { padding: 6rem 2rem; background: var(--cream-bg, #FDF8F4); }
.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tg-card { padding: 1.5rem; background: #fff; border-radius: 16px; border: 1px solid rgba(0,0,0,0.04); transition: all 0.35s ease; position: relative; overflow: hidden; text-align: center; }
.tg-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #4CC9E8, #E84855); opacity: 0; transition: opacity 0.3s; }
.tg-card:hover::before { opacity: 1; }
.tg-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.tg-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; }
.tg-icon svg { width: 20px; height: 20px; }
.tg-name { font-size: 0.82rem; font-weight: 800; color: #1B1B2F; display: block; }
.tg-desc { font-size: 0.68rem; color: #777; display: block; }

/* F12: REELS BREAKDOWN */
.retention-section { padding: 7rem 2rem; background: #000000; }
.retention-section .section-header h2 { color: #FFFFFF !important; }
.retention-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rt-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; }
.rt-card:hover { border-color: rgba(232,72,85,0.2); transform: translateY(-3px); }
.rt-num { font-size: 2rem; font-weight: 800; color: rgba(255,255,255,0.06); line-height: 1; margin-bottom: 0.5rem; }
.rt-card h3 { font-size: 1.05rem; font-weight: 800; color: #FFFFFF !important; margin-bottom: 0.5rem; }
.rt-card > p { font-size: 0.82rem; color: rgba(255,255,255,0.55) !important; line-height: 1.65; margin-bottom: 0.75rem; }
.rt-metric { display: inline-block; font-size: 0.6rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 0.5px; }

/* F13: CASE STUDIES */
.case-growth { padding: 7rem 2rem; background: var(--cream-bg, #FDF8F4); }
.growth-stack { display: flex; flex-direction: column; gap: 20px; }
.gs-card { background: #1B1B2F; border-radius: 20px; overflow: hidden; }
.gs-top { padding: 2.5rem; }
.gs-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.gs-left h3 { font-size: 1.15rem; font-weight: 800; color: #FFFFFF; margin-bottom: 4px; }
.gs-left > span { font-size: 0.72rem; color: rgba(255,255,255,0.5); }
.gs-quick { display: flex; gap: 1.5rem; }
.gs-q-val { display: block; font-size: 1.2rem; font-weight: 800; color: #E84855; line-height: 1; }
.gs-q-label { font-size: 0.58rem; color: rgba(255,255,255,0.4); font-weight: 600; }
.gs-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gs-kpi { padding: 14px; background: rgba(255,255,255,0.04); border-radius: 12px; text-align: center; border: 1px solid rgba(255,255,255,0.06); }
.gs-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; }
.gs-kpi-val { display: block; font-size: 1.1rem; font-weight: 800; color: #FFFFFF; }
.gs-kpi-val.green { color: #22C55E; }
.gs-kpi-val.red { color: #E84855; }
.gs-bottom { padding: 1.25rem 2.5rem; background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.06); }
.gs-quote { font-size: 0.88rem; color: rgba(255,255,255,0.65) !important; font-style: italic; line-height: 1.65; margin-bottom: 0.5rem; }
.gs-cite { font-size: 0.75rem; color: rgba(255,255,255,0.65) !important; font-style: normal; }
.gs-cite strong { color: #FFFFFF; }
.footer-logo-img { height: 40px; width: auto; margin-bottom: 1rem; }

/* RESPONSIVE — 5 breakpoints */
@media (max-width: 1024px) {
    .am-hero .container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-visual { display: none; }
    .free-audit-section .container { grid-template-columns: 1fr; }
    .loop-phases { grid-template-columns: repeat(2, 1fr); }
    .am-panels { grid-template-columns: repeat(2, 1fr); }
    .retention-grid { grid-template-columns: repeat(2, 1fr); }
    .tools-grid { grid-template-columns: repeat(3, 1fr); }
    .audit-checklist { grid-template-columns: 1fr; }
    .compare-table-wrap { display: none; }
    .compare-mobile { display: block; }
    .gs-kpis { grid-template-columns: repeat(2, 1fr); }
    .gs-quick { display: none; }
}
@media (max-width: 768px) {
    body { padding-top: 60px; }
    .container { padding: 0 1.25rem; }
    .section-header h2, .light-heading, .matrix-title { font-size: 2rem; }
    .am-hero { padding: 2.5rem 1.25rem 3rem; }
    .am-hero h1 { font-size: 2.2rem; }
    .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; }
    .problem-trap, .services-funnel, .growth-grid-section, .compare-section, .tech-tools, .case-growth { padding: 3.5rem 1.25rem; }
    .methodology, .brand-matrix-section, .dashboards-am, .retention-section, .reach-scale { padding: 3.5rem 1.25rem; }
    .free-audit-section { padding: 3.5rem 1.25rem; }
    .section-header { margin-bottom: 2rem; }
    .trap-grid { grid-template-columns: 1fr; }
    .loop-phases { grid-template-columns: 1fr; }
    .funnel-grid { grid-template-columns: 1fr; }
    .sc-grid { grid-template-columns: 1fr 1fr; }
    .am-panels { grid-template-columns: 1fr; }
    .retention-grid { grid-template-columns: 1fr; }
    .grid-table-wrap { display: none; }
    .grid-mobile-cards { display: block; }
    .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; }
    .gs-top { padding: 1.5rem; }
    .gs-bottom { padding: 1rem 1.5rem; }
    .gs-header { flex-direction: column; }
    .footer-nav-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
@media (max-width: 600px) {
    .sc-grid { grid-template-columns: 1fr 1fr; }
    .grid-tab { padding: 10px 16px; font-size: 0.78rem; }
    .tools-grid { grid-template-columns: repeat(2, 1fr); }
    .audit-content h2 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .am-hero { padding: 2rem 1rem 2.5rem; }
    .am-hero h1 { font-size: 1.8rem; }
    .section-header h2, .light-heading, .matrix-title { font-size: 1.6rem; }
    .problem-trap, .services-funnel, .growth-grid-section, .compare-section, .tech-tools, .case-growth { padding: 3rem 1rem; }
    .methodology, .brand-matrix-section, .dashboards-am, .retention-section, .reach-scale { padding: 3rem 1rem; }
    .free-audit-section { padding: 3rem 1rem; }
    .form-card-glass { padding: 1.5rem; }
    .footer-nav-grid { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 360px) {
    .container { padding: 0 0.75rem; }
    .am-hero { padding: 1.5rem 0.75rem 2rem; }
    .am-hero h1 { font-size: 1.55rem; }
    .section-header h2, .light-heading, .matrix-title { font-size: 1.4rem; }
    .hero-badge { font-size: 0.7rem; padding: 6px 12px; }
    .form-card-glass { padding: 1.25rem; }
    .tools-grid { grid-template-columns: 1fr; }
}
