/* ============================================
   LINKEDIN ADS AGENCY — FULL MOBILE OPTIMIZED
   Brand: #0A66C2 (LinkedIn blue), #10B981 (green)
   ALL dark bg text: WHITE
   ============================================ */
body { background: var(--cream-bg); padding-top: 70px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.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-li { color: #0A66C2; position: relative; display: inline-block; }
.highlight-li svg { position: absolute; bottom: -2px; left: 0; width: 100%; height: 12px; overflow: visible; }
.highlight-li svg path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.5s ease forwards 0.5s; }
.li-blue-text { color: #0A66C2; position: relative; display: inline-block; }
.li-blue-text svg { position: absolute; bottom: -4px; left: 0; width: 100%; height: 12px; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
.handwritten-note { font-family: 'Caveat', cursive; font-size: 1.4rem; color: #0A66C2; }
.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 */
.li-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; }
.li-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; }
.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); } }
.li-hero h1 { font-size: 3.4rem; font-weight: 800; line-height: 1.06; color: var(--text-dark); margin-bottom: 1.5rem; letter-spacing: -1px; }
.li-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: #0A66C2; }
.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-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: #0A66C2; color: #fff; font-size: 0.65rem; font-weight: 800; padding: 8px 18px; border-radius: 50px; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(10,102,194,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: #0A66C2; }
.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: #0A66C2; }
.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 (Icon Badge List — unique) */
.problem-badges { padding: 6rem 2rem; background: #fff; }
.badge-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.bl-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 1.25rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid rgba(0,0,0,0.05); transition: all 0.3s; }
.bl-item:hover { padding-left: 8px; }
.bl-item:last-child { border-bottom: none; }
.bl-num { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 800; background: rgba(232,72,85,0.06); color: var(--accent-red); flex-shrink: 0; }
.bl-body h3 { font-size: 1.05rem; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; }
.bl-body p { font-size: 0.88rem; color: var(--text-gray); line-height: 1.6; }
.bl-stat { font-size: 0.72rem; font-weight: 800; padding: 6px 14px; border-radius: 50px; background: rgba(232,72,85,0.06); color: var(--accent-red); white-space: nowrap; }
.prob-cta-block { text-align: center; margin-top: 2.5rem; }
.prob-cta-block .handwritten-note { margin-bottom: 1rem; display: block; }

/* F3: BRAND MATRIX */
.brand-matrix-section { padding: 5rem 0; background: #000; position: relative; overflow: hidden; }
.matrix-glow { position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(10,102,194,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-underline { position: absolute; bottom: -4px; left: 0; width: 100%; height: 12px; }
.matrix-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.65); max-width: 600px; margin: 0 auto 3rem; text-align: center; }

/* =========================================================
   F4: METHODOLOGY - HIGH CONTRAST REBUILD
   ========================================================= */
.methodology { padding: 6rem 2rem; background: #000000; }

/* 1. Header Subtext: Solid light gray for guaranteed visibility */
.section-desc-light { font-size: 1.15rem; color: #D1D5DB; max-width: 680px; margin: 0 auto; line-height: 1.75; }

.horiz-expand { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 3.5rem; }

/* 2. Cards: Solid dark base with visible borders, no pure transparency */
.he-card { 
    background: #0A0A0E; 
    border: 1px solid #1F1F2E; 
    border-radius: 16px; 
    padding: 2.5rem 1.5rem; 
    transition: all 0.4s ease; 
    position: relative; 
    overflow: hidden; 
    display: flex; 
    flex-direction: column; 
}
.he-card:hover { 
    border-color: #0A66C2; 
    transform: translateY(-5px); 
    box-shadow: 0 10px 30px rgba(10,102,194,0.15); 
}

/* 3. Phase Labels: Brighter with a subtle border */
.he-step { display: inline-block; font-size: 0.65rem; font-weight: 800; padding: 6px 14px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1.5rem; width: fit-content; position: relative; z-index: 2; }
.he-step.s1 { background: rgba(76,201,232,0.15); color: #4CC9E8; border: 1px solid rgba(76,201,232,0.3); }
.he-step.s2 { background: rgba(39,201,63,0.15); color: #27C93F; border: 1px solid rgba(39,201,63,0.3); }
.he-step.s3 { background: rgba(252,211,77,0.15); color: #FCD34D; border: 1px solid rgba(252,211,77,0.3); }
.he-step.s4 { background: rgba(167,139,250,0.15); color: #A78BFA; border: 1px solid rgba(167,139,250,0.3); }

/* 4. The Giant Numbers: Changed to a sleek outline effect */
.he-num { 
    font-size: 6.5rem; 
    font-weight: 800; 
    line-height: 1; 
    position: absolute; 
    top: -5px; 
    right: 10px; 
    color: transparent; 
    -webkit-text-stroke: 1px rgba(255,255,255,0.08); 
    user-select: none; 
    z-index: 1; 
}

/* 5. Typography: Using bulletproof Hex colors */
.he-card h3 { font-size: 1.25rem; font-weight: 800; color: #FFFFFF; margin-bottom: 1rem; position: relative; z-index: 2; }
.he-card p { font-size: 0.95rem; color: #A1A1AA; line-height: 1.6; margin-bottom: 2rem; position: relative; z-index: 2; flex-grow: 1; }

/* 6. Tags: Making them look like real, readable UI chips */
.he-tags { display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 2; }
.he-tags span { 
    font-size: 0.75rem; 
    font-weight: 600; 
    color: #E4E4E7; 
    padding: 6px 12px; 
    background: #18181B; 
    border: 1px solid #27272A; 
    border-radius: 6px; 
}

/* F5: AD FORMATS (Hover-Reveal Grid — unique) */
.formats-grid-section { padding: 6rem 2rem; background: var(--cream-bg); }
.fmt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fmt-card { background: #fff; border: 1px solid rgba(0,0,0,0.04); border-radius: 20px; padding: 2rem; transition: all 0.35s; position: relative; overflow: hidden; }
.fmt-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.06); border-color: rgba(10,102,194,0.12); }
.fmt-emoji { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.fmt-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--text-dark); margin-bottom: 0.5rem; }
.fmt-card > p { font-size: 0.88rem; color: var(--text-gray); line-height: 1.65; margin-bottom: 1rem; }
.fmt-stats { display: flex; gap: 1.25rem; padding-top: 0.75rem; border-top: 1px solid rgba(0,0,0,0.04); }
.fmt-s { text-align: center; }
.fmt-s-val { display: block; font-size: 1.15rem; font-weight: 800; color: #0A66C2; }
.fmt-s-label { font-size: 0.62rem; color: var(--text-gray); font-weight: 600; }
.fmt-tag { position: absolute; top: 16px; right: 16px; font-size: 0.55rem; font-weight: 800; padding: 4px 10px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; }
.fmt-tag.best { background: rgba(16,185,129,0.08); color: #10B981; }
.fmt-tag.abm { background: rgba(10,102,194,0.08); color: #0A66C2; }
.fmt-tag.awareness { background: rgba(139,92,246,0.08); color: #8B5CF6; }

/* F6: REACH (Hero Number + Stats — unique) */
.reach-hero-num { padding: 6rem 2rem; background: #000; }
.reach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.rhn-number { font-size: 5rem; font-weight: 800; color: #0A66C2; line-height: 1; display: block; }
.rhn-label { font-size: 1.3rem; font-weight: 800; color: #ffffff; display: block; margin: 0.5rem 0; }
.rhn-sub { font-size: 0.95rem; color: rgba(255,255,255,0.72); line-height: 1.65; }
.rhn-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rhn-s { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 1.5rem; text-align: center; transition: all 0.3s; }
.rhn-s:hover { border-color: rgba(10,102,194,0.2); transform: translateY(-2px); }
.rhn-s-val { display: block; font-size: 1.8rem; font-weight: 800; line-height: 1; margin-bottom: 4px; }
.rhn-s-val.blue { color: #0A66C2; }
.rhn-s-val.green { color: #10B981; }
.rhn-s-val.white { color: #ffffff; }
.rhn-s-label { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 2px; display: block; }
.rhn-s-sub { font-size: 0.65rem; color: rgba(255,255,255,0.6); }

/* F7: GROWTH TABLE */
.growth-grid-section { padding: 6rem 2rem; background: #fff; }
.grid-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 2.5rem; flex-wrap: wrap; }
.grid-tab { padding: 12px 28px; border: 2px solid rgba(0,0,0,0.08); border-radius: 50px; font-size: 0.85rem; font-weight: 700; color: var(--text-gray); background: transparent; cursor: pointer; transition: all 0.25s; font-family: inherit; }
.grid-tab:hover { border-color: #0A66C2; color: #0A66C2; }
.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(10,102,194,0.02); }
.val-good { color: #10B981 !important; font-weight: 800 !important; }
.val-bad { color: var(--accent-red) !important; text-decoration: line-through; opacity: 0.6; }
.val-lift { color: #0A66C2 !important; font-weight: 800 !important; }
.grid-mobile-cards { display: none; }
.gmc-card { background: #fff; border-radius: 14px; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.06); overflow: hidden; }
.gmc-header { display: grid; grid-template-columns: auto 1fr; align-items: center; }
.gmc-rank { display: flex; align-items: center; justify-content: center; padding: 12px 16px; background: #0A66C2; 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(10,102,194,0.05); }
.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; }
.gmc-grid-body .gmc-grid-cell { color: var(--text-dark); font-weight: 700; font-size: 0.82rem; }

/* F8: DASHBOARDS (Stacked Card Deck — unique) */
.dashboards-deck { padding: 6rem 2rem; background: #000; }
.deck-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.dk-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2rem; transition: all 0.35s; cursor: pointer; }
.dk-card:hover { border-color: rgba(10,102,194,0.25); transform: translateY(-3px); }
.dk-card.expanded { grid-column: span 2; }
.dk-badge { display: inline-block; font-size: 0.58rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.75rem; }
.dk-badge.db { background: rgba(10,102,194,0.15); color: #0A66C2; }
.dk-badge.dg { background: rgba(16,185,129,0.15); color: #10B981; }
.dk-badge.dp { background: rgba(139,92,246,0.15); color: #8B5CF6; }
.dk-badge.dy { background: rgba(245,158,11,0.15); color: #F59E0B; }
.dk-title { font-size: 1.05rem; font-weight: 800; color: #ffffff; margin-bottom: 0.25rem; }
.dk-sub { font-size: 0.72rem; color: rgba(255,255,255,0.65); margin-bottom: 1rem; }
.dk-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 1rem; }
.dk-m { padding: 10px; background: rgba(255,255,255,0.04); border-radius: 10px; }
.dk-m-label { display: block; font-size: 0.55rem; font-weight: 700; color: rgba(255,255,255,0.75); text-transform: uppercase; }
.dk-m-val { display: block; font-size: 1rem; font-weight: 800; color: #ffffff; }
.dk-m-val.blue { color: #0A66C2; }
.dk-m-val.green { color: #10B981; }
.dk-note { font-size: 0.78rem; color: rgba(255,255,255,0.65); line-height: 1.5; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.06); }
.dk-expanded-body { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06); }
.dk-card.expanded .dk-expanded-body { display: block; }
.dk-expanded-body blockquote { font-size: 0.88rem; color: rgba(255,255,255,0.75); font-style: italic; line-height: 1.6; padding-left: 1rem; border-left: 3px solid #0A66C2; }
.dk-expanded-body cite { display: block; font-style: normal; margin-top: 0.5rem; font-size: 0.75rem; color: rgba(255,255,255,0.7); }
.dk-expanded-body cite strong { color: #fff; }
.dk-tap { font-size: 0.68rem; color: rgba(255,255,255,0.7); margin-top: 0.5rem; display: block; }

/* F9: COMPARISON */
.compare-section { padding: 6rem 2rem; background: var(--cream-bg); }
.compare-table-wrap { border-radius: 16px; overflow: hidden; border: 1px solid rgba(0,0,0,0.06); }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table thead th { padding: 20px; font-size: 0.72rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; text-align: center; background: #000; color: rgba(255,255,255,0.7); }
.compare-table thead th:first-child { text-align: left; color: rgba(255,255,255,0.7); }
.compare-table thead th.th-us { color: #0A66C2; }
.compare-table td { padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.04); font-size: 0.88rem; font-weight: 600; text-align: center; }
.compare-table td:first-child { text-align: left; color: var(--text-dark); font-weight: 700; }
.compare-table tbody tr:hover { background: rgba(10,102,194,0.02); }
.cmp-check { color: #10B981; font-weight: 800; }
.cmp-x { color: rgba(0,0,0,0.12); }
.cmp-partial { color: #F59E0B; }
.compare-mobile { display: none; }
.cm-card { background: #fff; border-radius: 16px; padding: 1.5rem; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.06); }
.cm-card.card-us { background: #000; border-color: #0A66C2; }
.cm-card-header { font-size: 1.1rem; font-weight: 800; margin-bottom: 0.5rem; color: var(--text-dark); }
.cm-card.card-us .cm-card-header { color: #ffffff; }
.cm-card-sub { font-size: 0.78rem; color: var(--text-gray); margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(0,0,0,0.06); }
.cm-card.card-us .cm-card-sub { color: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.08); }
.cm-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 0.85rem; font-weight: 600; border-bottom: 1px solid rgba(0,0,0,0.03); }
.cm-card.card-us .cm-row { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.05); }
.cm-row:last-child { border-bottom: none; }

/* F10: FREE AUDIT */
.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(10,102,194,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; line-height: 1.15; margin-bottom: 1rem; }
.audit-sub { font-size: 1.05rem; color: rgba(255,255,255,0.75); 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.85); 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.05); border: 1px solid rgba(255,200,0,0.12); border-radius: 12px; }
.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.7); line-height: 1.5; margin: 0; }

/* FORM */
.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, #0A66C2, 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: #0A66C2 !important; font-weight: 800; min-width: 10px; }
.cursor { display: inline-block; width: 3px; height: 24px; background: #10B981; 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: #0A66C2; }
.input-wrap label { position: absolute; left: 0; top: 12px; color: rgba(255,255,255,0.6); 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: #4CC9E8; }.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: #0A66C2; }
.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: #0A66C2; 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: #0A66C2; 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.6); 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-section { padding: 5rem 0; background: var(--cream-bg); overflow: hidden; }
.tech-marquee-section .container { padding: 0 2rem; }
.marquee-rows { overflow: hidden; }
.mq-row { display: flex; gap: 16px; padding: 8px 0; }
.mq-row.row-right { animation: scrollRight 30s linear infinite; }
.mq-row.row-left { animation: scrollLeft 30s linear infinite; }
@keyframes scrollRight { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes scrollLeft { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.mq-chip { flex-shrink: 0; display: flex; align-items: center; gap: 10px; padding: 12px 20px; background: #fff; border: 1px solid rgba(0,0,0,0.04); border-radius: 50px; white-space: nowrap; }
.mq-chip .mq-emoji { font-size: 1.2rem; }
.mq-chip strong { font-size: 0.88rem; font-weight: 800; color: var(--text-dark); }
.mq-chip span { font-size: 0.72rem; color: var(--text-gray); }

/* F12: ABM TARGETING LAB (Unique to LinkedIn) */
.abm-lab { padding: 6rem 2rem; background: #000; }
.abm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.abm-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; }
.abm-card:hover { border-color: rgba(10,102,194,0.2); transform: translateY(-3px); }
.abm-tag { display: inline-block; font-size: 0.58rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.75rem; }
.abm-tag.tb { background: rgba(10,102,194,0.12); color: #0A66C2; }
.abm-tag.tg { background: rgba(16,185,129,0.12); color: #10B981; }
.abm-tag.ty { background: rgba(245,158,11,0.12); color: #F59E0B; }
.abm-tag.tp { background: rgba(139,92,246,0.12); color: #8B5CF6; }
.abm-tag.tr { background: rgba(232,72,85,0.12); color: #E84855; }
.abm-tag.to { background: rgba(249,115,22,0.12); color: #F97316; }
.abm-title { font-size: 1.05rem; font-weight: 800; color: #ffffff; margin-bottom: 0.5rem; }
.abm-desc { font-size: 0.82rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 1rem; }
.abm-specs { display: flex; flex-direction: column; gap: 4px; }
.abm-specs span { font-size: 0.72rem; color: rgba(255,255,255,0.75); padding-left: 16px; position: relative; }
.abm-specs span::before { content: '→'; position: absolute; left: 0; color: #0A66C2; font-weight: 700; }

/* F13: CASE STUDIES (Toggle Before/After — unique) */
.case-toggle-section { padding: 6rem 2rem; background: var(--cream-bg); }
.toggle-cases { display: flex; flex-direction: column; gap: 16px; }
.tc-card { background: #000; border-radius: 20px; overflow: hidden; transition: all 0.35s; }
.tc-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; padding: 1.5rem 2rem; cursor: pointer; }
.tc-num { width: 48px; height: 48px; border-radius: 14px; background: rgba(10,102,194,0.12); color: #0A66C2; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 800; flex-shrink: 0; }
.tc-header-text h3 { font-size: 1.05rem; font-weight: 800; color: #ffffff; margin-bottom: 2px; }
.tc-header-text p { font-size: 0.72rem; color: rgba(255,255,255,0.75); }
.tc-quick-stats { display: flex; gap: 1.25rem; }
.tc-qs { text-align: center; }
.tc-qs-val { display: block; font-size: 1.1rem; font-weight: 800; color: #10B981; line-height: 1; }
.tc-qs-label { font-size: 0.58rem; color: rgba(255,255,255,0.75); font-weight: 600; }
.tc-indicator { font-size: 1.2rem; color: rgba(255,255,255,0.75); transition: transform 0.3s; }
.tc-card.open .tc-indicator { transform: rotate(180deg); }
.tc-body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.tc-card.open .tc-body { max-height: 600px; }
.tc-body-inner { padding: 0 2rem 2rem; }
.tc-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.tc-phase-tag { display: inline-block; font-size: 0.55rem; font-weight: 800; padding: 3px 10px; border-radius: 50px; text-transform: uppercase; margin-bottom: 0.5rem; }
.tc-phase-tag.challenge { background: rgba(232,72,85,0.12); color: #E84855; }
.tc-phase-tag.fix { background: rgba(10,102,194,0.12); color: #0A66C2; }
.tc-phase-tag.result { background: rgba(16,185,129,0.12); color: #10B981; }
.tc-phases p { font-size: 0.82rem; color: rgba(255,255,255,0.85); line-height: 1.6; }
.tc-quote { padding: 1rem; background: rgba(255,255,255,0.02); border-left: 3px solid #0A66C2; border-radius: 0 10px 10px 0; }
.tc-quote p { font-size: 0.82rem; color: rgba(255,255,255,0.75); font-style: italic; line-height: 1.6; margin-bottom: 0.25rem; }
.tc-quote cite { font-style: normal; font-size: 0.72rem; color: rgba(255,255,255,0.65); }
.tc-quote cite strong { color: #fff; }

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

/* RESPONSIVE 1024 */
@media (max-width: 1024px) {
    .li-hero .container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-visual { display: none; }
    .li-hero h1 { font-size: 2.6rem; }
    .free-audit-section .container { grid-template-columns: 1fr; }
    .horiz-expand { grid-template-columns: repeat(2, 1fr); }
    .fmt-grid { grid-template-columns: repeat(2, 1fr); }
    .reach-layout { grid-template-columns: 1fr; gap: 2.5rem; }
    .deck-wrap { grid-template-columns: 1fr; }
    .dk-card.expanded { grid-column: span 1; }
    .abm-grid { grid-template-columns: repeat(2, 1fr); }
    .audit-checklist { grid-template-columns: 1fr; }
    .compare-table-wrap { display: none; }
    .compare-mobile { display: block; }
    .tc-phases { grid-template-columns: 1fr; }
    .tc-quick-stats { display: none; }
}
/* RESPONSIVE 768 */
@media (max-width: 768px) {
    body { padding-top: 60px; }
    .container { padding: 0 1.25rem; }
    .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; }
    .li-hero { padding: 2.5rem 1.25rem 3rem; }
    .li-hero h1 { font-size: 1.85rem; letter-spacing: -0.5px; }
    .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-badges { padding: 4rem 1.25rem; }
    .bl-item { grid-template-columns: 44px 1fr; gap: 1rem; }
    .bl-stat { display: none; }
    .bl-num { width: 44px; height: 44px; font-size: 0.9rem; }
    .brand-matrix-section { padding: 4rem 0; }
    .matrix-title { font-size: 1.6rem; padding: 0 1rem; }
    .methodology { padding: 4rem 1.25rem; }
    .horiz-expand { grid-template-columns: 1fr; }
    .formats-grid-section { padding: 4rem 1.25rem; }
    .fmt-grid { grid-template-columns: 1fr; }
    .reach-hero-num { padding: 4rem 1.25rem; }
    .rhn-number { font-size: 3.5rem; }
    .rhn-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
    .growth-grid-section { padding: 4rem 1.25rem; }
    .grid-table-wrap { display: none; }
    .grid-mobile-cards { display: block; }
    .grid-tab { padding: 10px 18px; font-size: 0.78rem; }
    .dashboards-deck { padding: 4rem 1.25rem; }
    .compare-section { padding: 4rem 1.25rem; }
    .free-audit-section { padding: 4rem 1.25rem; }
    .audit-content h2 { font-size: 1.7rem; }
    .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-section { padding: 4rem 0; }
    .abm-lab { padding: 4rem 1.25rem; }
    .abm-grid { grid-template-columns: 1fr; }
    .case-toggle-section { padding: 4rem 1.25rem; }
    .tc-header { padding: 1.25rem 1.5rem; gap: 1rem; }
    .tc-body-inner { padding: 0 1.5rem 1.5rem; }
    .faq-section-premium { padding: 4rem 0; }
    .footer-nav-grid { grid-template-columns: 1fr 1fr; }
}
/* RESPONSIVE 480 */
@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .li-hero { padding: 2rem 1rem 2.5rem; }
    .li-hero h1 { font-size: 1.55rem; }
    .section-header h2, .light-heading, .matrix-title { font-size: 1.45rem; }
    .hero-stat-val { font-size: 1.3rem; }
    .rhn-number { font-size: 2.8rem; }
    .rhn-stats { grid-template-columns: 1fr; }
    .audit-content h2 { font-size: 1.45rem; }
    .tc-header { grid-template-columns: 40px 1fr auto; }
    .tc-num { width: 40px; height: 40px; font-size: 0.8rem; }
    .footer-nav-grid { grid-template-columns: 1fr; }
}