*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #0a0f1e; --ink2: #1e2640; --muted: #64748b;
  --accent: #ff5c35; --accent2: #ffa500; --surface: #f4f6fb; --white: #ffffff;
  --grad: linear-gradient(135deg, #ff5c35 0%, #ffa500 100%);
  --font: 'Manrope', sans-serif; --radius: 16px;
  --shadow: 0 8px 40px rgba(10,15,30,.10); --shadow-lg: 0 20px 60px rgba(10,15,30,.14);
}
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--white); overflow-x: hidden; line-height: 1.6; }
section { padding: 6rem 6vw; }
.section-tag { display: inline-block; font-size: .75rem; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 700; color: var(--accent); margin-bottom: .8rem; }
.section-title { font-family: var(--font); font-size: clamp(1.9rem,3.5vw,2.9rem); font-weight: 800; letter-spacing: -1px; line-height: 1.15; color: var(--ink); margin-bottom: 1rem; }
.section-sub { font-size: 1.05rem; color: var(--muted); max-width: 540px; line-height: 1.75; }
.section-header.center { text-align: center; margin: 0 auto 3.5rem; max-width: 660px; }
.highlight { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.hero { position: relative; min-height: 88vh; display: flex; align-items: center; padding: 7rem 6vw 5rem; overflow: hidden; background: #060c1a; }
.hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,92,53,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,92,53,.05) 1px,transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-1 { top: -120px; left: -80px; width: 500px; height: 500px; background: radial-gradient(circle,rgba(255,92,53,.18) 0%,transparent 65%); }
.hero-glow-2 { bottom: -100px; right: -60px; width: 400px; height: 400px; background: radial-gradient(circle,rgba(255,165,0,.12) 0%,transparent 65%); }
.hero-content { position: relative; z-index: 2; max-width: 580px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,92,53,.12); border: 1px solid rgba(255,92,53,.3); color: #ff7a5a; font-size: .8rem; font-weight: 600; padding: .4rem 1rem; border-radius: 50px; margin-bottom: 1.6rem; }
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }
.hero h1 { font-family: var(--font); font-size: clamp(2.4rem,5vw,3.8rem); font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; color: #fff; margin-bottom: 1.4rem; }
.hero p { font-size: 1.1rem; color: #9aaac4; line-height: 1.75; max-width: 500px; margin-bottom: 2.2rem; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: .5rem; background: var(--grad); color: #fff; padding: .85rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 600; text-decoration: none; box-shadow: 0 6px 24px rgba(255,92,53,.4); transition: transform .25s,box-shadow .25s; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 34px rgba(255,92,53,.52); }
.btn-ghost { display: inline-flex; align-items: center; gap: .5rem; border: 2px solid rgba(255,255,255,.2); color: #fff; padding: .8rem 1.8rem; border-radius: 50px; font-size: 1rem; font-weight: 600; text-decoration: none; transition: border-color .2s; }
.btn-ghost:hover { border-color: rgba(255,255,255,.6); }
.hero-visual { position: absolute; right: 6vw; top: 50%; transform: translateY(-50%); width: clamp(300px,44vw,560px); z-index: 1; }

/* Social analytics mockup */
.social-window { background: #0d1424; border-radius: 14px; box-shadow: 0 24px 80px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.07); overflow: hidden; }
.social-bar { height: 38px; background: #161e32; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.06); }
.social-dot { width: 11px; height: 11px; border-radius: 50%; }
.social-body { padding: 14px 16px; }
.social-profile { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.social-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 800; color: #fff; flex-shrink: 0; }
.social-handle { font-size: .75rem; font-weight: 700; color: #fff; }
.social-period { font-size: .58rem; color: #4a5568; }
.social-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 10px; }
.social-kpi { background: rgba(255,255,255,.04); border-radius: 8px; padding: 8px; text-align: center; }
.social-kpi-val { font-size: .88rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.social-kpi-delta { font-size: .48rem; color: #4ade80; font-weight: 700; }
.social-kpi-lbl { font-size: .48rem; color: #4a5568; font-weight: 600; text-transform: uppercase; margin-top: 1px; }
.social-posts { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-bottom: 8px; }
.social-post { aspect-ratio: 1; border-radius: 6px; position: relative; overflow: hidden; }
.social-post-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.35); font-size: .55rem; font-weight: 700; color: #fff; }
.social-engagement { display: flex; justify-content: space-around; background: rgba(255,255,255,.04); border-radius: 8px; padding: 8px 6px; }
.social-eng-item { text-align: center; }
.social-eng-val { font-size: .72rem; font-weight: 700; color: #c8d4e8; }
.social-eng-lbl { font-size: .48rem; color: #4a5568; }

.stats-strip { background: var(--ink); padding: 3.5rem 6vw; }
.stats-inner { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 2rem; text-align: center; }
.stat-num { font-family: var(--font); font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; letter-spacing: -2px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-lbl { font-size: .82rem; color: #8899bb; font-weight: 500; margin-top: .3rem; }

.services-sec { background: var(--surface); }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1.5rem; margin-top: 3.5rem; }
.svc-card { background: var(--white); border: 1.5px solid #e8eaf2; border-radius: var(--radius); padding: 2rem 1.8rem; transition: transform .3s,box-shadow .3s,border-color .3s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(255,92,53,.3); }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; font-size: 1.5rem; transition: transform .3s; }
.svc-card:hover .svc-icon { transform: scale(1.1) rotate(-4deg); }
.svc-title { font-family: var(--font); font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.svc-desc { font-size: .88rem; color: var(--muted); line-height: 1.7; }

.tools-sec { background: var(--white); }
.tools-categories { display: flex; flex-direction: column; gap: 2rem; margin-top: 3rem; }
.tools-cat-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--accent); margin-bottom: 1rem; display: flex; align-items: center; gap: .8rem; }
.tools-cat-label::after { content: ''; flex: 1; height: 1px; background: #e8eaf2; }
.tool-pills { display: flex; flex-wrap: wrap; gap: .6rem; }
.tool-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .45rem 1rem; border-radius: 50px; font-size: .85rem; font-weight: 600; border: 1.5px solid transparent; transition: transform .2s; }
.tool-pill:hover { transform: translateY(-2px); }
.tp-blue { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.tp-green { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
.tp-orange { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }
.tp-purple { background: #f5f3ff; color: #6d28d9; border-color: #ddd6fe; }
.tp-teal { background: #f0fdfa; color: #0f766e; border-color: #99f6e4; }
.tp-dark { background: #f8fafc; color: #334155; border-color: #cbd5e1; }
.tp-pink { background: #fdf2f8; color: #a21caf; border-color: #f0abfc; }

.process-sec { background: var(--surface); }
.process-timeline { display: flex; flex-direction: column; gap: 0; margin-top: 3.5rem; max-width: 800px; }
.process-step { display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; padding: 0 0 2.5rem; position: relative; }
.process-step:last-child { padding-bottom: 0; }
.ps-line { position: absolute; left: 28px; top: 52px; bottom: 0; width: 2px; background: linear-gradient(180deg,rgba(255,92,53,.4),rgba(255,165,0,.1)); }
.process-step:last-child .ps-line { display: none; }
.ps-num-wrap { width: 56px; height: 56px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 20px rgba(255,92,53,.35); position: relative; z-index: 1; }
.ps-num { font-family: var(--font); font-size: 1.1rem; font-weight: 800; color: #fff; }
.ps-content { padding-top: .8rem; }
.ps-title { font-family: var(--font); font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: .4rem; }
.ps-desc { font-size: .92rem; color: var(--muted); line-height: 1.75; }
.ps-tags { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: .8rem; }
.ps-tag { font-size: .73rem; font-weight: 600; color: var(--accent); background: #fff5f2; padding: .2rem .65rem; border-radius: 50px; }

.results-sec { background: var(--white); }
.results-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1.5rem; margin-top: 3.5rem; }
.result-card { border: 1.5px solid #e8eaf2; border-radius: var(--radius); padding: 2rem; transition: transform .3s,box-shadow .3s; }
.result-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.result-stars { color: var(--accent2); font-size: 1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.result-metric { font-family: var(--font); font-size: 2.2rem; font-weight: 800; letter-spacing: -2px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: .3rem; }
.result-what { font-size: .8rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }
.result-quote { font-size: .9rem; color: var(--ink2); line-height: 1.7; font-style: italic; margin-bottom: 1.2rem; }
.result-author { display: flex; align-items: center; gap: .8rem; }
.result-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; color: #fff; flex-shrink: 0; }
.result-name { font-weight: 600; font-size: .88rem; }
.result-role { font-size: .75rem; color: var(--muted); }

.pricing-sec { background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 1.5rem; margin-top: 3.5rem; align-items: start; }
.plan { background: var(--white); border: 1.5px solid #e8eaf2; border-radius: var(--radius); padding: 2.2rem 2rem; transition: transform .3s,box-shadow .3s; position: relative; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan.featured { background: var(--ink); border-color: var(--ink); transform: scale(1.04); box-shadow: var(--shadow-lg); }
.plan.featured:hover { transform: scale(1.04) translateY(-4px); }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: .72rem; font-weight: 700; padding: .3rem 1.1rem; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.plan-name { font-family: var(--font); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); margin-bottom: .8rem; }
.plan.featured .plan-name { color: #8899bb; }
.plan-price { font-family: var(--font); font-size: 2.8rem; font-weight: 800; letter-spacing: -2px; color: var(--ink); line-height: 1; }
.plan.featured .plan-price { color: #fff; }
.plan-price span { font-size: 1rem; font-weight: 400; color: var(--muted); }
.plan-divider { height: 1px; background: #e8eaf2; margin: 1.4rem 0; }
.plan.featured .plan-divider { background: #2e3955; }
.plan-features { list-style: none; margin-bottom: 1.8rem; }
.plan-features li { display: flex; align-items: center; gap: .6rem; font-size: .88rem; color: var(--ink2); padding: .35rem 0; }
.plan.featured .plan-features li { color: #c8d0e0; }
.check { color: var(--accent); font-weight: 700; }
.plan-btn { display: block; text-align: center; padding: .75rem; border-radius: 50px; font-weight: 600; font-size: .9rem; text-decoration: none; transition: all .25s; }
.plan-btn.outline { border: 2px solid #e8eaf2; color: var(--ink); }
.plan-btn.outline:hover { border-color: var(--accent); color: var(--accent); }
.plan-btn.solid { background: var(--grad); color: #fff; box-shadow: 0 6px 20px rgba(255,92,53,.38); }
.plan-btn.solid:hover { box-shadow: 0 10px 30px rgba(255,92,53,.5); transform: translateY(-2px); }

.cta-banner { background: var(--ink); padding: 6rem 6vw; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle,rgba(255,92,53,.18) 0%,transparent 65%); pointer-events: none; }
.cta-banner h2 { font-family: var(--font); font-size: clamp(2rem,4vw,3.2rem); font-weight: 800; color: #fff; letter-spacing: -1px; margin-bottom: 1rem; position: relative; }
.cta-banner p { color: #8899bb; font-size: 1.05rem; margin-bottom: 2.4rem; position: relative; }
.cta-btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-btn-white { display: inline-flex; align-items: center; gap: .5rem; background: #fff; color: var(--ink); padding: .9rem 2.2rem; border-radius: 50px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: all .25s; box-shadow: 0 6px 24px rgba(0,0,0,.18); }
.cta-btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.cta-btn-ghost2 { display: inline-flex; align-items: center; gap: .5rem; border: 2px solid rgba(255,255,255,.25); color: #fff; padding: .85rem 2rem; border-radius: 50px; font-weight: 600; font-size: 1rem; text-decoration: none; transition: border-color .25s; }
.cta-btn-ghost2:hover { border-color: rgba(255,255,255,.7); }
@media (max-width: 900px) { .hero { min-height: auto; padding: 5rem 6vw 4rem; } .hero-visual { display: none; } .hero h1 { font-size: clamp(2.2rem,8vw,3rem); } .plan.featured { transform: none; } }
@media (max-width: 560px) { section { padding: 4rem 5vw; } }
