/* ============================================
   FACEBOOK ADS AGENCY — COMPLETE STYLES
   All backgrounds: BLACK #000000
   All text on dark: white/rgba(255,255,255,x)
   No section tags. No navy blue.
   ============================================ */

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: 4rem; }
.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.55); 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); }

/* ============================================
   FRAME 1: HERO
   ============================================ */
.fb-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-grid { 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; }
.fb-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: rgba(27,27,47,0.5); margin-bottom: 1.5rem; }
.hero-breadcrumb a { color: rgba(27,27,47,0.6); text-decoration: none; transition: color 0.2s; }
.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: white; 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); } }
.fb-hero h1 { font-size: 3.4rem; font-weight: 800; line-height: 1.06; color: var(--text-dark); margin-bottom: 1.5rem; letter-spacing: -1px; }
.fb-hero .hero-desc { font-size: 1.12rem; color: var(--text-gray); line-height: 1.75; margin-bottom: 2rem; max-width: 560px; }
.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; padding-top: 2rem; border-top: 1px solid rgba(27,27,47,0.08); }
.hero-stat-divider { width: 1px; height: 40px; background: rgba(27,27,47,0.1); }
.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.75rem; color: var(--text-gray); font-weight: 600; margin-top: 6px; }

/* Hero Dashboard */
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-dashboard { background: #fff; border-radius: 20px; padding: 2rem; box-shadow: 0 25px 60px rgba(0,0,0,0.12); width: 100%; max-width: 460px; position: relative; }
.dash-badge { position: absolute; top: -14px; right: -8px; 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); }
.dash-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.dash-title { font-size: 0.7rem; font-weight: 700; color: var(--text-gray); letter-spacing: 1px; text-transform: uppercase; }
.dash-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; }
.dash-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1.5rem; }
.dash-metric { background: var(--cream-bg); padding: 14px; border-radius: 12px; }
.dm-label { display: block; font-size: 0.65rem; font-weight: 700; color: var(--text-gray); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.dm-value { display: block; font-size: 1.5rem; font-weight: 800; color: var(--text-dark); line-height: 1; }
.dm-value.blue { color: var(--primary-blue); }
.dm-change { display: inline-block; font-size: 0.7rem; font-weight: 700; margin-top: 4px; padding: 2px 8px; border-radius: 50px; color: #22C55E; background: rgba(34,197,94,0.1); }
.dash-chart { height: 80px; margin-bottom: 1rem; }
.chart-bars { display: flex; align-items: flex-end; gap: 4px; 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); }
.dash-footer-row { display: flex; justify-content: space-between; padding-top: 0.75rem; border-top: 1px solid rgba(0,0,0,0.04); }
.dash-note { font-size: 0.72rem; color: var(--text-gray); }
.dash-note strong { color: var(--text-dark); }

/* ============================================
   FRAME 2: BENTO GRID (Money Pit)
   ============================================ */
.money-pit { padding: 7rem 2rem; background: #fff; }
.bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}
.bento-card {
    background: var(--cream-bg);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.bento-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.06); border-color: rgba(232,72,85,0.12); }
.bento-large { grid-column: 1; grid-row: 1 / 3; }
.bento-tall { grid-column: 2; grid-row: 1; }
.bento-cta-card { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: #000; border-color: transparent; }
.bento-cta-card .handwritten-note { color: #4CC9E8; margin-bottom: 1.5rem; }
.bento-num { font-size: 4rem; font-weight: 800; color: rgba(232,72,85,0.06); position: absolute; top: 1.5rem; right: 2rem; line-height: 1; }
.bento-icon { width: 48px; height: 48px; background: rgba(232,72,85,0.08); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.bento-icon svg { width: 24px; height: 24px; }
.bento-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--text-dark); margin-bottom: 1rem; }
.bento-card p { font-size: 0.95rem; color: var(--text-gray); line-height: 1.7; margin-bottom: 1.5rem; }
.bento-stat { display: flex; align-items: baseline; gap: 10px; padding-top: 1.25rem; border-top: 1px solid rgba(0,0,0,0.05); }
.bs-val { font-size: 2rem; font-weight: 800; color: var(--accent-red); }
.bs-label { font-size: 0.8rem; color: var(--text-gray); font-weight: 600; }

/* ============================================
   FRAME 3: BRAND MATRIX (BLACK bg)
   ============================================ */
.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(76,201,232,0.06) 0%, transparent 70%); pointer-events: none; }
.brand-matrix-section .container { padding: 0 2rem; }
.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.45); max-width: 600px; margin: 0 auto 3rem; text-align: center; }

/* ============================================
   FRAME 4: METHODOLOGY (BLACK bg, scroll reveal)
   ============================================ */
.methodology { padding: 7rem 2rem; background: #000000; }
.methodology .section-header h2 { color: #ffffff; }
.method-flow { max-width: 800px; margin: 0 auto; }

.method-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(60px);
}
.method-card.revealed { opacity: 1; transform: translateY(0); }
.method-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(76,201,232,0.15); }
.method-card.card-alpha { border-color: rgba(76,201,232,0.1); }
.method-card.card-optimize { border-color: rgba(232,72,85,0.1); }

.mc-num { font-size: 4rem; font-weight: 800; color: rgba(255,255,255,0.04); position: absolute; top: 1.5rem; right: 2rem; line-height: 1; }
.mc-badge { display: inline-block; font-size: 0.65rem; font-weight: 800; padding: 5px 14px; border-radius: 50px; background: rgba(76,201,232,0.15); color: #4CC9E8; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.75rem; }
.mc-badge.badge-gold { background: rgba(255,200,0,0.12); color: #FFD700; }
.mc-badge.badge-red { background: rgba(232,72,85,0.12); color: #E84855; }
.method-card h3 { font-size: 1.5rem; font-weight: 800; color: #ffffff; margin-bottom: 1rem; }
.method-card > p { font-size: 1rem; color: rgba(255,255,255,0.55); line-height: 1.75; margin-bottom: 1.5rem; }
.mc-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mc-details span { font-size: 0.85rem; color: rgba(255,255,255,0.4); padding-left: 20px; position: relative; line-height: 1.5; }
.mc-details span::before { content: '✓'; position: absolute; left: 0; color: #4CC9E8; font-weight: 700; }

.method-arrow-line { text-align: center; padding: 1.25rem 0; }
.method-arrow-line span { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.2); letter-spacing: 1px; text-transform: uppercase; }

/* ============================================
   FRAME 5: SERVICE ECOSYSTEM
   ============================================ */
.service-ecosystem { padding: 7rem 2rem; background: var(--cream-bg); }
.eco-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.eco-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
}
.eco-card:hover { transform: translateY(-8px) scale(1.01); box-shadow: 0 25px 60px rgba(0,0,0,0.08); }
.eco-color-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; transition: height 0.3s; }
.eco-card:hover .eco-color-bar { height: 5px; }
.eco-feed .eco-color-bar { background: #1877F2; }
.eco-reels .eco-color-bar { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }
.eco-stories .eco-color-bar { background: linear-gradient(45deg, #FCAF45, #F77737, #FD1D1D); }
.eco-messenger .eco-color-bar { background: #0084FF; }

.eco-label { font-size: 0.65rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--text-gray); margin-bottom: 0.5rem; }
.eco-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--text-dark); margin-bottom: 1rem; }
.eco-card > p { font-size: 0.92rem; color: var(--text-gray); line-height: 1.7; margin-bottom: 1.25rem; }
.eco-features { list-style: none; padding: 0; margin-bottom: 1.25rem; }
.eco-features li { font-size: 0.84rem; color: var(--text-gray); padding: 5px 0 5px 20px; position: relative; border-bottom: 1px solid rgba(0,0,0,0.03); }
.eco-features li:last-child { border-bottom: none; }
.eco-features li::before { content: '→'; position: absolute; left: 0; color: var(--primary-blue); font-weight: 700; }
.eco-stat { padding-top: 1rem; border-top: 1px solid rgba(0,0,0,0.05); font-size: 0.85rem; }
.eco-stat span { color: var(--text-gray); }
.eco-stat strong { color: var(--text-dark); font-weight: 800; font-size: 1.1rem; }

/* ============================================
   FRAME 6: GROWTH GRID TABLE
   ============================================ */
.growth-grid-section { padding: 7rem 2rem; background: #fff; }
.grid-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 3rem; 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: 18px 24px; text-align: left; font-size: 0.72rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.growth-table td { padding: 18px 24px; 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 */
.grid-mobile-cards { display: none; }
.gmc-card { background: var(--cream-bg); border-radius: 16px; padding: 1.5rem; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.05); }
.gmc-industry { font-size: 1rem; font-weight: 800; color: var(--text-dark); margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(0,0,0,0.06); }
.gmc-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.88rem; }
.gmc-row span:first-child { color: var(--text-gray); font-weight: 600; }
.gmc-row span:last-child { font-weight: 800; }

/* ============================================
   FRAME 7: DASHBOARDS (Horizontal Scroll Cards)
   ============================================ */
.dashboards-section { padding: 7rem 2rem; background: #000000; }
.dashboards-section .section-header h2 { color: #ffffff; }
.dash-cards-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin: 0 -2rem; padding: 0 2rem; }
.dash-cards-scroll::-webkit-scrollbar { display: none; }
.dash-scroll-track { display: flex; gap: 20px; padding-bottom: 1rem; }

.dsc-card {
    min-width: 340px;
    max-width: 340px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 2rem;
    flex-shrink: 0;
    transition: all 0.3s;
}
.dsc-card:hover { border-color: rgba(76,201,232,0.2); background: rgba(255,255,255,0.06); transform: translateY(-4px); }
.dsc-badge { display: inline-block; font-size: 0.65rem; font-weight: 800; padding: 5px 14px; border-radius: 50px; margin-bottom: 1rem; letter-spacing: 0.5px; text-transform: uppercase; }
.dsc-badge.b-blue { background: rgba(76,201,232,0.15); color: #4CC9E8; }
.dsc-badge.b-green { background: rgba(34,197,94,0.15); color: #22C55E; }
.dsc-badge.b-purple { background: rgba(139,92,246,0.15); color: #8B5CF6; }
.dsc-badge.b-red { background: rgba(232,72,85,0.15); color: #E84855; }
.dsc-badge.b-gold { background: rgba(255,200,0,0.12); color: #FFD700; }
.dsc-title { font-size: 1.1rem; font-weight: 800; color: #ffffff; margin-bottom: 0.5rem; }
.dsc-sub { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
.dsc-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; }
.dsc-m { padding: 10px; background: rgba(255,255,255,0.03); border-radius: 10px; }
.dsc-m-label { display: block; font-size: 0.6rem; font-weight: 700; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 3px; }
.dsc-m-val { display: block; font-size: 1.2rem; font-weight: 800; color: #ffffff; }
.dsc-m-val.accent { color: #4CC9E8; }
.dsc-m-val.green { color: #22C55E; }
.dsc-note { font-size: 0.82rem; color: rgba(255,255,255,0.4); line-height: 1.6; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06); }

.dash-scroll-controls { display: flex; justify-content: center; gap: 12px; margin-top: 2rem; }
.dash-scroll-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12); background: transparent; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.dash-scroll-btn:hover { background: rgba(255,255,255,0.08); border-color: #4CC9E8; }

/* ============================================
   FRAME 8: COMPARISON TABLE
   ============================================ */
.comparison-section { padding: 7rem 2rem; background: var(--cream-bg); }
.compare-table-wrap { overflow-x: auto; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 0.92rem; min-width: 600px; }
.compare-table thead { background: var(--cream-bg); }
.compare-table th { padding: 20px 28px; text-align: center; font-size: 0.85rem; font-weight: 800; color: var(--text-dark); }
.compare-table th.feature-col { text-align: left; width: 35%; }
.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: var(--text-dark); font-weight: 600; }
.compare-table .feature-name { text-align: left; font-weight: 700; }
.compare-table .us { background: rgba(0,0,0,0.02); }
.compare-table .them.partial { color: #aaa; font-style: italic; font-weight: 500; }
.icon-check { width: 24px; height: 24px; stroke: #22C55E; stroke-width: 3; fill: none; margin: 0 auto; display: block; }
.icon-check.dim { stroke: #bbb; opacity: 0.5; }
.icon-x { width: 24px; height: 24px; stroke: #E84855; stroke-width: 2.5; fill: none; opacity: 0.35; margin: 0 auto; display: block; }

/* Mobile compare cards */
.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.05); }
.cm-feature { font-size: 1rem; font-weight: 800; color: var(--text-dark); 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; align-items: center; padding: 8px 0; font-size: 0.88rem; }
.cm-row span:first-child { color: var(--text-gray); font-weight: 600; }

/* ============================================
   FRAME 9: FREE AUDIT (BLACK bg)
   ============================================ */
.free-audit-section { padding: 7rem 2rem; background: #000000; position: relative; overflow: hidden; }
.audit-bg-pattern { 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: 4rem; 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: 1.25rem; }
.audit-sub { font-size: 1.05rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 2.5rem; }
.audit-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 2.5rem; }
.ac-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: rgba(255,255,255,0.65); 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.5rem; background: rgba(255,215,0,0.05); border: 1px solid rgba(255,215,0,0.12); border-radius: 14px; }
.audit-guarantee svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.audit-guarantee strong { color: #FFD700; font-size: 0.9rem; display: block; margin-bottom: 4px; }
.audit-guarantee p { font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 0; }

/* Form on audit section */
.audit-form-col .form-card-glass,
.footer-form-col .form-card-glass {
    background: #0A0A0C;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 2.5rem;
    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: 2rem; }
.form-header-row h3 { font-size: 1.5rem; font-weight: 700; }
.dynamic-headline { font-size: 1.5rem; 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; }
.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.5rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.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; }
.input-wrap textarea { resize: vertical; min-height: 60px; max-height: 150px; line-height: 1.6; }
.input-wrap input:focus, .input-wrap textarea:focus { outline: none; border-color: #3BB4D9; }
.input-wrap label { position: absolute; left: 0; top: 12px; color: #555; 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.9rem; 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: 15px !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: #888; 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; }
.minimal-select:focus { outline: none; border-color: #3BB4D9; color: #fff; }
.minimal-select option { background: #111; color: #fff; padding: 8px; }
.f-submit-btn { margin-top: 0.5rem; 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; }
.f-submit-btn.sending { background: #333; color: #aaa; }
.arrow-icon { transition: transform 0.3s ease; }
.form-trust-note { text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.25); margin-top: 0.5rem; }
.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); }

/* ============================================
   FRAME 10: TECH STACK (with scroll on mobile)
   ============================================ */
.tech-stack { padding: 7rem 2rem; background: var(--cream-bg); }
.tech-scroll { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tech-card { padding: 1.75rem; background: #fff; border-radius: 16px; border: 1px solid rgba(0,0,0,0.04); transition: all 0.35s ease; position: relative; overflow: hidden; }
.tech-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--primary-blue), var(--primary-sky)); opacity: 0; transition: opacity 0.3s; }
.tech-card:hover::before { opacity: 1; }
.tech-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
.tc-name { font-size: 1.1rem; font-weight: 800; color: var(--text-dark); margin-bottom: 0.5rem; }
.tech-card p { font-size: 0.82rem; color: var(--text-gray); line-height: 1.5; }

/* ============================================
   FRAME 11: CASE STUDIES (BLACK bg, slider)
   ============================================ */
/* Case Studies - see new section below */

/* ============================================
   FRAME 12: FAQ (Exact Homepage Style)
   ============================================ */
/* Already inherits from root styles.css */

/* ============================================
   FOOTER (Inherits from root styles.css)
   ============================================ */
.footer-logo-img { height: 40px; width: auto; margin-bottom: 1rem; }

/* ============================================
   FRAME 6: PLATFORM REACH (BLACK bg)
   ============================================ */
.platform-reach { padding: 7rem 2rem; background: #000000; }
.platform-reach .section-header h2 { color: #ffffff; }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.plat-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 2.5rem 2rem; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; }
.plat-card:hover { border-color: rgba(76,201,232,0.2); transform: translateY(-5px); background: rgba(255,255,255,0.05); }
.plat-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #4CC9E8, transparent); opacity: 0; transition: opacity 0.3s; }
.plat-card:hover::after { opacity: 1; }
.plat-number { font-size: 2.8rem; font-weight: 800; color: #4CC9E8; line-height: 1; margin-bottom: 0.5rem; }
.plat-name { font-size: 1.1rem; font-weight: 800; color: #ffffff; margin-bottom: 0.75rem; }
.plat-card p { font-size: 0.85rem; color: rgba(255,255,255,0.4); line-height: 1.6; }

/* ============================================
   FRAME 12: CREATIVE SHOWCASE (BLACK bg)
   ============================================ */
.creative-showcase { padding: 7rem 2rem; background: #000000; }
.creative-showcase .section-header h2 { color: #ffffff; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sc-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 2rem; transition: all 0.35s ease; }
.sc-card:hover { border-color: rgba(76,201,232,0.15); transform: translateY(-4px); }
.sc-format { 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; }
.sc-format.f-ugc { background: rgba(232,72,85,0.12); color: #E84855; }
.sc-format.f-static { background: rgba(76,201,232,0.12); color: #4CC9E8; }
.sc-format.f-video { background: rgba(139,92,246,0.12); color: #8B5CF6; }
.sc-format.f-carousel { background: rgba(34,197,94,0.12); color: #22C55E; }
.sc-format.f-story { background: rgba(255,200,0,0.12); color: #FFD700; }
.sc-format.f-dynamic { background: rgba(255,120,50,0.12); color: #FF7832; }
.sc-angle { font-size: 1.1rem; font-weight: 800; color: #ffffff; margin-bottom: 0.5rem; }
.sc-hook { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 1rem; font-style: italic; }
.sc-perf { display: flex; gap: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06); }
.sc-perf-item { display: flex; flex-direction: column; }
.sc-perf-val { font-size: 1.1rem; font-weight: 800; color: #22C55E; }
.sc-perf-label { font-size: 0.65rem; color: rgba(255,255,255,0.3); font-weight: 600; margin-top: 2px; }

/* Case Studies on LIGHT bg for this page */
.case-studies-section { padding: 7rem 2rem; background: var(--cream-bg); }
.case-studies-section .section-header h2 { color: var(--text-dark); }
.case-studies-section .section-desc { color: var(--text-gray); }
.cs-slider { max-width: 900px; margin: 0 auto; }
.cs-slides { position: relative; overflow: hidden; }
.cs-slide { display: none; animation: fadeSlide 0.5s ease; }
.cs-slide.active { display: block; }
@keyframes fadeSlide { from { opacity:0;transform:translateX(20px); } to { opacity:1;transform:translateX(0); } }
.cs-card { background: #000; border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 2.5rem; }
.cs-phase-row { display: flex; gap: 2rem; margin-bottom: 2rem; flex-wrap: wrap; }
.cs-phase { flex: 1; min-width: 200px; }
.cs-phase-tag { display: inline-block; font-size: 0.65rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 0.75rem; }
.cs-phase-tag.challenge { background: rgba(232,72,85,0.12); color: #E84855; }
.cs-phase-tag.fix { background: rgba(76,201,232,0.12); color: #4CC9E8; }
.cs-phase-tag.result { background: rgba(34,197,94,0.12); color: #22C55E; }
.cs-phase p { font-size: 0.9rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.cs-stats { display: flex; gap: 2rem; margin-bottom: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); }
.cs-s { display: flex; flex-direction: column; }
.cs-s-val { font-size: 1.6rem; font-weight: 800; line-height: 1; }
.cs-s-val.good { color: #22C55E; }
.cs-s-label { font-size: 0.7rem; color: rgba(255,255,255,0.35); font-weight: 600; margin-top: 4px; }
.cs-quote { padding: 1.5rem; background: rgba(255,255,255,0.02); border-left: 3px solid #4CC9E8; border-radius: 0 12px 12px 0; }
.cs-quote p { font-size: 0.95rem; color: rgba(255,255,255,0.6); line-height: 1.7; font-style: italic; margin-bottom: 0.75rem; }
.cs-quote cite { font-style: normal; font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.cs-quote cite strong { color: #ffffff; }
.cs-controls { display: flex; align-items: center; justify-content: center; gap: 2rem; margin-top: 2rem; }
.cs-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); background: transparent; color: var(--text-dark); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.cs-btn:hover { background: rgba(0,0,0,0.04); border-color: var(--primary-blue); }
.cs-dots { display: flex; gap: 8px; }
.cs-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(0,0,0,0.12); cursor: pointer; transition: all 0.3s; }
.cs-dot.active { background: var(--primary-blue); width: 28px; border-radius: 10px; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .fb-hero .container { grid-template-columns: 1fr; gap: 3rem; }
    .hero-visual { display: none; }
    .fb-hero h1 { font-size: 2.6rem; }
    .eco-grid { grid-template-columns: 1fr; }
    .free-audit-section .container { grid-template-columns: 1fr; }
    .tech-scroll { grid-template-columns: repeat(2, 1fr); }
    .mc-details { grid-template-columns: 1fr; }
    .audit-checklist { grid-template-columns: 1fr; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-large { grid-column: 1; grid-row: auto; }
    .bento-tall { grid-column: 1; grid-row: auto; }
    .cs-phase-row { flex-direction: column; }
    .platform-grid { grid-template-columns: repeat(2, 1fr); }
    .showcase-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    body { padding-top: 60px; }
    .section-header h2, .light-heading, .matrix-title { font-size: 2rem; }
    .fb-hero { padding: 3rem 1.5rem 4rem; }
    .fb-hero h1 { font-size: 2rem; }
    .hero-stats-row { flex-wrap: wrap; gap: 1.5rem; }
    .hero-stat-divider { display: none; }
    .hero-cta-row { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .grid-table-wrap { display: none; }
    .grid-mobile-cards { display: block; }
    #compareDesktop { display: none; }
    .compare-mobile { display: block; }
    .tech-scroll { grid-template-columns: 1fr 1fr; gap: 10px; }
    .footer-nav-grid { grid-template-columns: 1fr 1fr; }
    .form-row-2 { grid-template-columns: 1fr; }
    .form-header-row { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
    .dynamic-headline { font-size: 1.2rem; white-space: normal; height: auto; }
    .method-card { padding: 2rem 1.5rem; }
    .audit-content h2 { font-size: 1.8rem; }
    .cs-stats { flex-wrap: wrap; gap: 1.5rem; }
    .dsc-card { min-width: 280px; max-width: 280px; }
    .platform-grid { grid-template-columns: 1fr; }
    .showcase-grid { grid-template-columns: 1fr; }
    .plat-number { font-size: 2.2rem; }
    .sc-perf { flex-wrap: wrap; }
}

@media (max-width: 480px) {
    .fb-hero h1 { font-size: 1.7rem; }
    .section-header h2, .light-heading { font-size: 1.6rem; }
    .hero-badge-row { flex-direction: column; }
    .tech-scroll { grid-template-columns: 1fr; }
    .dsc-card { min-width: 260px; max-width: 260px; }
    .dsc-metrics { grid-template-columns: 1fr; }
}
