:root {
  --bg: #050505;
  --bg-soft: #090b0a;
  --surface: rgba(16, 20, 18, 0.76);
  --surface-solid: #0d100f;
  --surface-hover: #111713;
  --green: #00ff66;
  --green-2: #00b84a;
  --green-3: #74ffad;
  --blue: #00a8ff;
  --text: #f5f7f6;
  --muted: #9da6a1;
  --line: rgba(255, 255, 255, 0.09);
  --green-line: rgba(0, 255, 102, 0.22);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
  --glow: 0 0 45px rgba(0, 255, 102, 0.18);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1200px;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: "Manrope", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { flex: 0 0 auto; }
::selection { color: #001c0b; background: var(--green); }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 255, 102, 0.07), transparent 26%),
    radial-gradient(circle at 85% 34%, rgba(0, 168, 255, 0.05), transparent 26%),
    linear-gradient(#050505, #050505);
}

#particles { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -2; opacity: .62; pointer-events: none; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.section-heading { max-width: 650px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading h2, .about-copy h2, .contact-copy h2, .final-cta h2 { margin: 15px 0 20px; font: 700 clamp(2.15rem, 5vw, 4.35rem)/1.06 "Space Grotesk", sans-serif; letter-spacing: -.05em; }
.section-heading h2 em, .about-copy h2 em, .contact-copy h2 em, .final-cta h2 em, .hero h1 em { color: var(--green); font-style: normal; text-shadow: 0 0 28px rgba(0, 255, 102, .22); }
.section-heading p, .about-copy > p, .contact-copy > p, .final-cta > .container > p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section-tag, .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green-3); text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 800; }
.section-tag::before, .eyebrow span { content: ""; width: 24px; height: 2px; background: var(--green); box-shadow: 0 0 12px var(--green); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.split-heading h2 { max-width: 720px; margin-bottom: 0; }
.split-heading > p { padding-bottom: 7px; }

.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--green); color: #00180a; border-radius: 10px; font-weight: 800; transition: .25s; }
.skip-link:focus { top: 18px; }

.site-header { height: var(--header-h); position: fixed; top: 0; left: 0; width: 100%; z-index: 90; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.scrolled { background: rgba(5, 5, 5, .78); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 1rem/1 "Space Grotesk", sans-serif; letter-spacing: .05em; }
.brand small { display: block; color: var(--green); font-size: .55rem; letter-spacing: .25em; margin-top: 4px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--green-line); border-radius: 12px; color: #001b0b; background: var(--green); font-weight: 800; box-shadow: 0 0 30px rgba(0,255,102,.18); }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { color: #c5cbc8; font-size: .84rem; font-weight: 700; transition: color .25s; }
.main-nav a:hover, .main-nav a.active { color: var(--green); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; width: 43px; height: 43px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; border-radius: 2px; transition: .3s; }

.btn { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .25s, box-shadow .25s, border-color .25s, background .25s, color .25s; }
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #001508; background: linear-gradient(135deg, var(--green), #52ff98); box-shadow: 0 14px 44px rgba(0,255,102,.18), inset 0 1px rgba(255,255,255,.55); }
.btn-primary:hover { box-shadow: 0 18px 60px rgba(0,255,102,.34), 0 0 0 4px rgba(0,255,102,.08); }
.btn-outline { border-color: var(--green-line); background: rgba(0,255,102,.04); color: var(--green-3); }
.btn-outline:hover { border-color: rgba(0,255,102,.55); background: rgba(0,255,102,.09); box-shadow: var(--glow); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.025); color: var(--text); }
.btn-ghost:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.btn-sm { min-height: 44px; padding: 0 16px; font-size: .7rem; }
.btn-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-3); font-weight: 800; margin-top: 28px; }
.text-link svg { width: 18px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

.hero { min-height: 900px; padding-top: calc(var(--header-h) + 95px); padding-bottom: 75px; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 0%, transparent 82%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 50px; align-items: center; }
.hero-copy { padding-top: 20px; }
.hero h1 { max-width: 760px; margin: 22px 0; font: 700 clamp(3.25rem, 7vw, 6.15rem)/.96 "Space Grotesk", sans-serif; letter-spacing: -.066em; }
.hero-text { max-width: 675px; color: #aeb6b2; font-size: clamp(1rem, 2vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.hero-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 24px; padding: 0; margin: 32px 0; list-style: none; color: #c9d0cc; font-size: .86rem; }
.hero-checks li { display: flex; align-items: center; gap: 9px; }
.hero-checks svg { width: 17px; color: var(--green); }
.micro-proof { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.micro-proof p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.micro-proof strong { color: var(--text); }
.avatar-stack { display: flex; }
.avatar-stack img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; border: 2px solid var(--bg); margin-left: -9px; }
.avatar-stack img:first-child { margin-left: 0; }
.hero-visual { height: 660px; position: relative; }
.portrait-frame { position: absolute; right: 2%; bottom: 0; width: 78%; height: 94%; border-radius: 52% 48% 22% 20% / 26% 26% 12% 12%; overflow: hidden; filter: saturate(.85) contrast(1.08); mask-image: linear-gradient(to bottom, #000 72%, transparent 100%); }
.manager-photo { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.portrait-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.35), transparent 35%, rgba(0,255,102,.08)), linear-gradient(to top, rgba(5,5,5,.9), transparent 42%); mix-blend-mode: screen; }
.portrait-glow { position: absolute; right: 0; top: 8%; width: 72%; height: 74%; border-radius: 50%; background: radial-gradient(circle, rgba(0,255,102,.26), rgba(0,168,255,.11) 32%, transparent 67%); filter: blur(14px); }
.grid-plane { position: absolute; bottom: 15px; left: 7%; width: 95%; height: 190px; transform: perspective(360px) rotateX(65deg); transform-origin: bottom; background-image: linear-gradient(rgba(0,255,102,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(0,255,102,.13) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at center, #000, transparent 71%); }
.glass-card { border: 1px solid rgba(255,255,255,.11); background: linear-gradient(135deg, rgba(20,28,24,.8), rgba(4,8,6,.48)); box-shadow: 0 18px 55px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.metric-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 15px; color: #dfffea; }
.metric-card small { display: block; color: #84948b; font-size: .65rem; }
.metric-card strong { display: block; font-family: "Space Grotesk"; font-size: 1rem; }
.metric-card svg { color: var(--green); }
.metric-card-a { left: 0; top: 20%; width: 225px; flex-wrap: wrap; }
.metric-card-a .metric-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(0,255,102,.12); }
.metric-card-a > svg { width: 100%; height: 34px; margin-top: 4px; }
.metric-card-b { right: -4%; top: 35%; }
.metric-card-c { left: 5%; bottom: 18%; }
.metric-card-c > svg { width: 32px; height: 32px; padding: 7px; border-radius: 9px; background: rgba(0,255,102,.12); }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(0,255,102,.09), 0 0 18px var(--green); }
.float-card { animation: float 5s ease-in-out infinite; }
.delay-float { animation-delay: -2.5s; }
.orbit { position: absolute; z-index: 3; border: 1px dashed rgba(0,255,102,.2); border-radius: 50%; animation: spin 18s linear infinite; }
.orbit span { position: absolute; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--green-line); border-radius: 50%; background: #08100b; color: var(--green); box-shadow: var(--glow); }
.orbit-one { width: 460px; height: 460px; right: -8%; top: 12%; }
.orbit-one span { left: 7%; top: 8%; }
.orbit-two { width: 310px; height: 310px; right: 10%; top: 27%; animation-direction: reverse; animation-duration: 13s; }
.orbit-two span { right: -18px; bottom: 27%; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero-orb-one { width: 380px; height: 380px; background: rgba(0,255,102,.09); right: 4%; top: 15%; }
.hero-orb-two { width: 240px; height: 240px; background: rgba(0,168,255,.07); left: 18%; top: 20%; }
.scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 9px; color: #626b66; text-transform: uppercase; font-size: .62rem; letter-spacing: .16em; }
.scroll-indicator span { width: 18px; height: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; position: relative; }
.scroll-indicator span::after { content: ""; position: absolute; width: 3px; height: 6px; left: 50%; top: 6px; transform: translateX(-50%); border-radius: 10px; background: var(--green); animation: scrollDot 1.8s infinite; }

.authority-strip { position: relative; z-index: 3; padding: 38px 0 25px; border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 0 28px; border-right: 1px solid var(--line); text-align: center; }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; padding-right: 0; }
.stat strong { color: var(--green); font: 700 clamp(1.8rem, 3vw, 2.55rem) "Space Grotesk"; letter-spacing: -.04em; }
.stat p { margin: 5px 0 0; color: var(--muted); font-size: .77rem; text-transform: uppercase; letter-spacing: .06em; }
.stats-note { margin-top: 17px; text-align: right; color: #535b57; font-size: .65rem; }

.two-column { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: center; }
.problem-section blockquote { margin: 35px 0 0; padding: 24px 26px; border-left: 3px solid var(--green); background: linear-gradient(90deg, rgba(0,255,102,.07), transparent); color: #dfe5e2; font: 600 1rem/1.7 "Space Grotesk"; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.problem-item { min-height: 105px; display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.018); transition: .25s; }
.problem-item:hover { border-color: rgba(255,83,83,.26); background: rgba(255,83,83,.025); transform: translateY(-3px); }
.problem-item svg { width: 24px; color: #ff6464; }
.problem-item span { color: #d8ddda; font-size: .86rem; }

.benefits-section { background: linear-gradient(to bottom, transparent, rgba(0,255,102,.018), transparent); }
.cards-grid { display: grid; }
.benefits-grid { grid-template-columns: repeat(4, 1fr); gap: 17px; }
.premium-card { position: relative; min-height: 230px; padding: 28px 25px; border: 1px solid var(--green-line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17,23,20,.82), rgba(7,9,8,.76)); overflow: hidden; transition: transform .32s, border-color .32s, box-shadow .32s; }
.premium-card::before { content: ""; position: absolute; width: 130px; height: 130px; right: -70px; top: -70px; border-radius: 50%; background: var(--green); opacity: .07; filter: blur(25px); transition: .35s; }
.premium-card:hover { transform: translateY(-9px); border-color: rgba(0,255,102,.55); box-shadow: 0 25px 70px rgba(0,0,0,.45), 0 0 38px rgba(0,255,102,.10); }
.premium-card:hover::before { opacity: .18; transform: scale(1.5); }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 26px; border: 1px solid var(--green-line); border-radius: 15px; color: var(--green); background: rgba(0,255,102,.08); box-shadow: inset 0 0 22px rgba(0,255,102,.04); }
.premium-card h3 { margin: 0 0 10px; font: 600 1.04rem "Space Grotesk"; }
.premium-card p { margin: 0; color: var(--muted); font-size: .81rem; }

.services-section { border-block: 1px solid var(--line); }
.service-workflow { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.service-workflow::before { content: ""; position: absolute; left: 8%; right: 8%; top: 58px; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,255,102,.4), transparent); }
.service-step { position: relative; padding: 0 25px; border-right: 1px solid var(--line); }
.service-step:first-child { padding-left: 0; }
.service-step:last-child { padding-right: 0; border: 0; }
.service-step > span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 25px; border: 1px solid var(--green-line); border-radius: 30px; background: #07100b; color: var(--green); font-size: .64rem; font-weight: 800; }
.service-step > svg { position: relative; z-index: 2; display: block; width: 58px; height: 58px; margin: 25px 0 35px; padding: 16px; color: var(--green); border: 1px solid rgba(0,255,102,.3); border-radius: 18px; background: #08100b; box-shadow: 0 0 30px rgba(0,255,102,.1); }
.service-step h3 { margin: 0 0 9px; font: 600 1.25rem "Space Grotesk"; }
.service-step p { min-height: 75px; color: var(--muted); font-size: .82rem; }
.service-step ul { padding: 0; margin: 20px 0 0; list-style: none; }
.service-step li { position: relative; padding: 8px 0 8px 16px; color: #c8cfcb; font-size: .77rem; border-bottom: 1px solid rgba(255,255,255,.045); }
.service-step li::before { content: ""; position: absolute; left: 0; top: 15px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }

.process-section { overflow: hidden; }
.process-glow { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); width: 800px; height: 260px; background: rgba(0,255,102,.045); filter: blur(80px); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-line { position: absolute; z-index: 0; width: min(1050px, 82%); height: 2px; left: 50%; top: 56.5%; transform: translateX(-50%); background: rgba(0,255,102,.12); overflow: hidden; }
.process-line span { display: block; width: 34%; height: 100%; background: linear-gradient(90deg, transparent, var(--green), transparent); animation: flowLine 4s linear infinite; }
.process-card { min-height: 310px; position: relative; z-index: 2; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(8,11,9,.86); transition: .3s; }
.process-card:hover { border-color: var(--green-line); transform: translateY(-5px); }
.process-number { position: absolute; top: 20px; right: 20px; color: rgba(255,255,255,.07); font: 700 3.6rem/1 "Space Grotesk"; }
.process-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 22px 0 55px; border: 1px solid rgba(0,255,102,.38); border-radius: 50%; color: var(--green); background: #07100b; box-shadow: 0 0 0 9px rgba(0,255,102,.03), 0 0 35px rgba(0,255,102,.12); }
.process-card h3 { margin: 0 0 12px; font: 600 1.2rem "Space Grotesk"; }
.process-card p { margin: 0; color: var(--muted); font-size: .82rem; }

.about-section { background: linear-gradient(90deg, rgba(0,255,102,.02), transparent 40%); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { min-height: 620px; position: relative; }
.about-photo-wrap { width: 85%; height: 570px; border-radius: 220px 220px 28px 28px; overflow: hidden; border: 1px solid var(--green-line); box-shadow: -35px 30px 0 rgba(0,255,102,.025), 0 30px 90px rgba(0,0,0,.5); }
.about-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,5,.8), transparent 50%), linear-gradient(90deg, transparent, rgba(0,255,102,.1)); }
.about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25) contrast(1.08); }
.experience-card { position: absolute; right: 0; bottom: 32px; display: flex; align-items: center; gap: 13px; padding: 18px 21px; border-radius: 16px; }
.experience-card svg { color: var(--green); }
.experience-card strong, .experience-card span { display: block; }
.experience-card strong { font-size: .88rem; }
.experience-card span { color: var(--muted); font-size: .7rem; }
.about-copy { max-width: 620px; }
.about-lead { color: #dce2df !important; font-size: 1.05rem !important; line-height: 1.85; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 30px; }
.feature-list > div { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); color: #cbd2ce; font-size: .8rem; }
.feature-list svg { width: 18px; color: var(--green); }

.results-section { background: #060807; border-block: 1px solid var(--line); }
.dashboard { padding: 28px; border: 1px solid rgba(0,255,102,.18); border-radius: 28px; background: linear-gradient(150deg, rgba(15,21,18,.95), rgba(5,7,6,.96)); box-shadow: 0 35px 110px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.06); }
.dashboard-top, .chart-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dashboard-top h3 { margin: 8px 0 0; font: 600 1.35rem "Space Grotesk"; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; color: #94a39a; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.dashboard-filter { display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; color: #9ca6a0; font-size: .75rem; }
.dashboard-filter svg { width: 16px; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 27px 0 14px; }
.dashboard-metrics article { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.018); }
.dashboard-metrics span, .dashboard-metrics strong, .dashboard-metrics small { display: block; }
.dashboard-metrics span { color: var(--muted); font-size: .69rem; }
.dashboard-metrics strong { margin: 6px 0; font: 600 1.45rem "Space Grotesk"; }
.dashboard-metrics small { display: flex; align-items: center; gap: 4px; font-size: .66rem; }
.dashboard-metrics small svg { width: 13px; }
.positive { color: var(--green-3); }
.neutral { color: #7f8983; }
.dashboard-body { display: grid; grid-template-columns: 1fr 245px; gap: 14px; }
.chart-panel, .reach-panel { border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.014); }
.chart-panel { padding: 22px 22px 12px; overflow: hidden; }
.chart-heading span, .chart-heading strong { display: block; }
.chart-heading span { color: var(--muted); font-size: .68rem; }
.chart-heading strong { margin-top: 4px; font: 600 .94rem "Space Grotesk"; }
.legend { display: flex !important; align-items: center; gap: 7px; color: var(--muted) !important; font-size: .65rem !important; }
.legend span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.main-chart { width: 100%; height: 290px; margin-top: 15px; overflow: visible; }
.chart-grid-lines line { stroke: rgba(255,255,255,.055); }
.chart-line { stroke-dasharray: 1; stroke-dashoffset: 1; }
.dashboard.in-view .chart-line { animation: drawChart 2s .3s ease forwards; }
.chart-dots circle { fill: var(--surface-solid); stroke: var(--green); stroke-width: 3; }
.chart-labels { display: flex; justify-content: space-between; padding: 0 35px; margin-top: -18px; color: #68716c; font-size: .62rem; }
.reach-panel { padding: 24px 20px; text-align: center; }
.donut { --size: 128px; width: var(--size); height: var(--size); display: grid; place-items: center; margin: 2px auto 20px; border-radius: 50%; background: conic-gradient(var(--green) calc(var(--value) * 1%), rgba(255,255,255,.055) 0); box-shadow: 0 0 35px rgba(0,255,102,.08); position: relative; }
.donut::before { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: #0a0d0b; }
.donut > div { position: relative; z-index: 2; }
.donut strong, .donut span { display: block; }
.donut strong { font: 600 1.5rem "Space Grotesk"; }
.donut span { color: var(--muted); font-size: .6rem; }
.reach-panel h4 { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 500; }
.reach-number { display: block; margin: 4px 0; font: 600 1.6rem "Space Grotesk"; }
.reach-panel p { margin: 0; color: #69726d; font-size: .64rem; }
.mini-bars { height: 72px; display: flex; align-items: end; justify-content: center; gap: 6px; margin-top: 20px; }
.mini-bars span { width: 12px; height: var(--h); border-radius: 4px 4px 1px 1px; background: linear-gradient(to top, rgba(0,255,102,.18), var(--green)); opacity: .7; }
.dashboard-disclaimer { display: flex; gap: 8px; align-items: flex-start; margin: 18px 0 0; color: #69736d; font-size: .67rem; }
.dashboard-disclaimer svg { width: 15px; margin-top: 2px; }

.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.audience-card { min-height: 135px; padding: 20px 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 13px; text-align: center; border: 1px solid var(--line); border-radius: 16px; color: #cad1cd; background: rgba(255,255,255,.015); font-size: .75rem; transition: .27s; }
.audience-card svg { width: 27px; color: var(--green); }
.audience-card:hover { transform: translateY(-5px); color: white; border-color: var(--green-line); background: rgba(0,255,102,.045); box-shadow: var(--glow); }

.testimonials-section { background: linear-gradient(to bottom, transparent, rgba(255,255,255,.012)); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 385px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(18,23,20,.75), rgba(7,8,8,.75)); transition: .3s; }
.testimonial-card:hover { transform: translateY(-6px); border-color: var(--green-line); }
.stars { color: var(--green); letter-spacing: .14em; font-size: .9rem; }
.testimonial-card blockquote { margin: 28px 0; color: #d8dedb; font-size: .92rem; line-height: 1.85; }
.client { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.client img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(0,255,102,.25); }
.client strong, .client span { display: block; }
.client strong { font-size: .84rem; }
.client span { color: var(--muted); font-size: .69rem; }
.result-tag { align-self: flex-start; display: flex; align-items: center; gap: 7px; margin-top: 17px; padding: 7px 10px; border-radius: 30px; color: var(--green-3); background: rgba(0,255,102,.065); font-size: .63rem; }
.result-tag svg { width: 13px; }

.pricing-section { border-block: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: center; }
.pricing-card { position: relative; padding: 34px 28px 28px; border: 1px solid var(--line); border-radius: 26px; background: #090c0a; transition: .3s; }
.pricing-card:hover { transform: translateY(-6px); border-color: var(--green-line); }
.pricing-card.featured { padding-top: 48px; border-color: rgba(0,255,102,.48); background: linear-gradient(170deg, rgba(0,255,102,.09), #090c0a 38%); box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 55px rgba(0,255,102,.07); transform: scale(1.035); }
.pricing-card.featured:hover { transform: scale(1.035) translateY(-6px); }
.popular-badge { position: absolute; left: 50%; top: -16px; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 30px; color: #001608; background: var(--green); font-size: .63rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; box-shadow: 0 0 30px rgba(0,255,102,.25); }
.popular-badge svg { width: 14px; }
.plan-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 25px; border: 1px solid var(--green-line); border-radius: 15px; color: var(--green); background: rgba(0,255,102,.055); }
.plan-name { color: var(--green-3); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.pricing-card h3 { margin: 8px 0 6px; font: 600 1.5rem "Space Grotesk"; }
.pricing-card > p { min-height: 48px; margin: 0; color: var(--muted); font-size: .78rem; }
.custom-price { margin: 24px 0; padding: 18px 0; border-block: 1px solid var(--line); font: 600 .93rem "Space Grotesk"; }
.custom-price small { display: block; margin-top: 3px; color: var(--muted); font: 400 .68rem "Manrope"; }
.pricing-card ul { min-height: 290px; padding: 0; margin: 0 0 27px; list-style: none; }
.pricing-card li { display: flex; gap: 9px; padding: 8px 0; color: #bfc7c2; font-size: .75rem; }
.pricing-card li svg { width: 16px; color: var(--green); }

.objections-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.objection-list article { display: flex; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.objection-list article:first-child { border-top: 1px solid var(--line); }
.objection-list article > span { color: var(--green); font: 600 .77rem "Space Grotesk"; }
.objection-list h3 { margin: 0 0 4px; font: 600 1rem "Space Grotesk"; }
.objection-list p { margin: 0; color: var(--muted); font-size: .76rem; }

.contact-section { background: linear-gradient(140deg, rgba(0,255,102,.03), transparent 40%); border-block: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.contact-points { display: grid; gap: 12px; margin-top: 35px; }
.contact-points > div { display: flex; align-items: center; gap: 15px; }
.contact-points > div > svg { width: 21px; color: var(--green); }
.contact-points strong, .contact-points small { display: block; }
.contact-points strong { font-size: .81rem; }
.contact-points small { color: var(--muted); font-size: .68rem; }
.lead-form { padding: 30px; border: 1px solid var(--green-line); border-radius: 25px; background: rgba(10,14,12,.87); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 7px; color: #cbd2ce; font-size: .72rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; color: var(--text); border: 1px solid rgba(255,255,255,.09); border-radius: 11px; outline: none; background: rgba(255,255,255,.025); padding: 13px 14px; font-size: .79rem; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { min-height: 49px; }
.field textarea { resize: vertical; min-height: 115px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(0,255,102,.5); box-shadow: 0 0 0 4px rgba(0,255,102,.06); }
.field input::placeholder, .field textarea::placeholder { color: #545d58; }
.field select { color-scheme: dark; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: rgba(255,82,82,.55); }
.error { display: block; min-height: 15px; margin-top: 4px; color: #ff7777; font-size: .62rem; }
.consent { display: flex; gap: 9px; align-items: flex-start; margin: 4px 0 2px; color: #8d9691; font-size: .68rem; cursor: pointer; }
.consent input { accent-color: var(--green); margin-top: 3px; }
.consent-error { margin-bottom: 12px; }
.form-status { min-height: 20px; margin: 12px 0 0; text-align: center; color: var(--green-3); font-size: .7rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 125px; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item:first-child { border-top: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-item button span { font: 600 .94rem "Space Grotesk"; }
.accordion-item button svg { width: 19px; color: var(--green); transition: transform .3s; }
.accordion-item.open button svg { transform: rotate(45deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.accordion-content p { margin: 0; padding: 0 40px 23px 0; color: var(--muted); font-size: .79rem; }

.final-cta { min-height: 620px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(0,255,102,.085), transparent 43%); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(0,255,102,.08); border-radius: 50%; }
.final-cta::before { width: 630px; height: 630px; }
.final-cta::after { width: 880px; height: 880px; }
.final-cta-inner { position: relative; z-index: 3; max-width: 900px; text-align: center; }
.final-cta h2 { font-size: clamp(2.6rem, 6vw, 5.3rem); }
.final-cta-inner > p { max-width: 680px; margin-inline: auto; color: var(--muted); }
.centered-actions { justify-content: center; }
.availability { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: #9ba49f; font-size: .7rem; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 1.8s infinite; }
.cta-lines { position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent 49.9%, rgba(0,255,102,.08) 50%, transparent 50.1%), linear-gradient(transparent 49.9%, rgba(0,255,102,.08) 50%, transparent 50.1%); background-size: 120px 120px; mask-image: radial-gradient(circle, #000, transparent 64%); animation: gridShift 14s linear infinite; }

.site-footer { padding: 70px 0 25px; border-top: 1px solid var(--line); background: #030403; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1fr .8fr; gap: 60px; }
.footer-grid > div:first-child p { max-width: 350px; margin-top: 22px; color: var(--muted); font-size: .77rem; }
.footer-grid h3 { margin: 5px 0 18px; color: white; font: 600 .85rem "Space Grotesk"; }
.footer-grid a, .footer-grid span, .footer-grid button { display: flex; align-items: center; gap: 8px; width: fit-content; margin: 10px 0; color: #8c9690; border: 0; padding: 0; background: transparent; font-size: .72rem; cursor: pointer; transition: color .2s; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--green); }
.footer-grid svg { width: 15px; }
.legal-note { margin-top: 18px; color: #59605d; font-size: .62rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); color: #5d6561; font-size: .63rem; }
.footer-bottom span:last-child { display: flex; align-items: center; gap: 7px; }
.footer-bottom svg { width: 7px; color: var(--green); }

.whatsapp-float { position: fixed; z-index: 70; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; height: 54px; padding: 0 19px; border-radius: 50px; color: #001909; background: var(--green); font-size: .72rem; font-weight: 900; box-shadow: 0 16px 45px rgba(0,255,102,.28); transition: .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 20px 60px rgba(0,255,102,.4); }
.whatsapp-float svg { width: 21px; }
.back-to-top { position: fixed; z-index: 69; right: 27px; bottom: 90px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); background: rgba(8,11,9,.82); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transform: translateY(12px); cursor: pointer; transition: .25s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top svg { width: 18px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 2; width: min(620px, 100%); max-height: 80vh; overflow: auto; padding: 36px; border: 1px solid var(--green-line); border-radius: 22px; background: #0b0e0c; box-shadow: var(--shadow); }
.modal-panel h2 { margin: 0 0 18px; font: 600 1.8rem "Space Grotesk"; }
.modal-panel p { color: var(--muted); font-size: .82rem; }
.modal-close { position: absolute; right: 17px; top: 17px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.modal-close svg { width: 18px; }
.noscript { position: fixed; z-index: 999; left: 0; right: 0; bottom: 0; padding: 13px; background: #ffcf4c; color: #111; text-align: center; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; transition-delay: var(--delay, 0ms); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-.4deg); } 50% { transform: translateY(-12px) rotate(.4deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,12px); } }
@keyframes flowLine { from { transform: translateX(-100%); } to { transform: translateX(390%); } }
@keyframes drawChart { to { stroke-dashoffset: 0; } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0,255,102,.45); } 70% { box-shadow: 0 0 0 10px rgba(0,255,102,0); } 100% { box-shadow: 0 0 0 0 rgba(0,255,102,0); } }
@keyframes gridShift { to { background-position: 120px 120px; } }

@media (max-width: 1100px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .74rem; }
  .hero-grid { grid-template-columns: 1fr .85fr; }
  .hero-visual { height: 590px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(4, 1fr); }
  .service-step { padding: 0 16px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { display: none; }
  .about-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .section { padding: 90px 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 0; right: 0; width: min(360px, 88vw); height: 100vh; padding: 110px 35px 35px; flex-direction: column; align-items: flex-start; background: rgba(7,10,8,.97); backdrop-filter: blur(20px); border-left: 1px solid var(--line); transform: translateX(105%); transition: transform .35s; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1 { margin-inline: auto; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .micro-proof { justify-content: center; }
  .hero-checks { max-width: 650px; margin-inline: auto; text-align: left; }
  .hero-visual { width: min(650px, 100%); margin-inline: auto; height: 600px; }
  .scroll-indicator { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--line); padding-top: 28px; }
  .two-column, .about-grid, .objections-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-workflow { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
  .service-workflow::before { display: none; }
  .service-step:nth-child(2) { border-right: 0; }
  .service-step:nth-child(3) { padding-left: 0; }
  .about-visual { width: min(600px, 100%); margin-inline: auto; }
  .about-copy { max-width: none; }
  .dashboard-body { grid-template-columns: 1fr; }
  .reach-panel { display: grid; grid-template-columns: 150px 1fr; align-items: center; text-align: left; }
  .reach-panel .donut { grid-row: span 4; margin: 0; }
  .mini-bars { display: none; }
  .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .pricing-card.featured, .pricing-card.featured:hover { transform: none; }
  .pricing-card ul { min-height: 0; }
  .faq-layout .section-heading { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .section-heading.centered { margin-bottom: 42px; }
  .section-heading h2, .about-copy h2, .contact-copy h2 { font-size: 2.25rem; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-checks { grid-template-columns: 1fr; }
  .hero-visual { height: 500px; margin-top: 15px; }
  .portrait-frame { width: 88%; right: 4%; }
  .orbit-one { width: 380px; height: 380px; right: -18%; }
  .orbit-two { width: 240px; height: 240px; }
  .metric-card-a { width: 185px; left: -2%; top: 18%; }
  .metric-card-b { right: -2%; top: 42%; }
  .metric-card-c { left: 0; bottom: 15%; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-top: 1px solid var(--line); padding: 24px 0 0 !important; }
  .stat:first-child { border-top: 0; padding-top: 0 !important; }
  .stats-note { text-align: center; }
  .problem-grid, .benefits-grid, .process-grid, .feature-list, .form-row { grid-template-columns: 1fr; }
  .service-workflow { grid-template-columns: 1fr; }
  .service-step, .service-step:nth-child(3) { padding: 0; border-right: 0; }
  .service-step p { min-height: 0; }
  .about-visual { min-height: 490px; }
  .about-photo-wrap { width: 95%; height: 470px; }
  .experience-card { right: 0; bottom: 0; }
  .dashboard { padding: 15px; }
  .dashboard-top { align-items: flex-start; }
  .dashboard-filter { display: none; }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .chart-panel { padding: 15px 7px 8px; }
  .main-chart { height: 230px; }
  .chart-labels { padding: 0 10px; }
  .reach-panel { grid-template-columns: 115px 1fr; }
  .donut { --size: 100px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .lead-form { padding: 22px 17px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .final-cta { min-height: 560px; }
  .final-cta h2 { font-size: 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
