@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');:root{--bg:#080b0a;--panel:#101612;--line:#27352b;--text:#edf2e9;--muted:#9ca99d;--lime:#c9ff4d;--cyan:#67e7df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:500 16px/1.5 Manrope,Arial,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:80;opacity:.035;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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:800;line-height:.99;letter-spacing:-.07em}h2{font-size:clamp(3.2rem,7vw,8rem)}.scene{position:relative;padding:110px clamp(22px,5vw,84px);overflow:hidden}.section-index,.eyebrow,.kicker{font:700 12px/1.4 'Space Grotesk',sans-serif;letter-spacing:.17em;color:var(--lime)}.section-index{padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:70px}.site-header{position:absolute;z-index:30;left:0;right:0;top:0;height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,84px);border-bottom:1px solid #ffffff1b}.brand{display:inline-flex;align-items:center;gap:11px;font-size:17px;font-weight:800;line-height:.93;letter-spacing:-.07em;min-width:160px}.brand small{display:block;color:var(--muted);font-size:9px;letter-spacing:.09em;margin-top:6px}.brand-mark{width:38px;height:38px;border:2px solid var(--lime);border-radius:50%;position:relative;display:grid;place-items:center;box-shadow:0 0 25px #c9ff4d33}.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:var(--lime)}.brand-mark:before{width:2px;height:48px}.brand-mark:after{width:48px;height:2px}.brand-mark i{width:11px;height:11px;border:2px solid var(--lime);border-radius:50%;background:var(--bg);z-index:1}.desktop-nav{display:flex;gap:clamp(15px,2.2vw,38px);font-size:12px;color:#c5cfc4}.desktop-nav a:hover,.text-link:hover,footer a:hover{color:var(--lime)}.header-cta{border:1px solid var(--lime);padding:12px 18px;color:var(--lime);font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.05em;transition:.25s}.header-cta:hover{background:var(--lime);color:var(--bg)}.header-cta span{margin-left:18px}.menu-toggle,.mobile-nav{display:none}.hero{min-height:860px;height:100svh;max-height:1100px;padding-top:150px;background:radial-gradient(circle at 72% 45%,#1e3328 0%,#0b110e 34%,#080b0a 65%)}.hero-grid{position:absolute;inset:0;background:linear-gradient(#ffffff06 1px,transparent 1px),linear-gradient(90deg,#ffffff06 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,transparent,#000)}#radar{position:absolute;right:0;top:0;width:65%;height:100%;opacity:.95}.hero-copy{position:relative;z-index:2;width:65%;margin-top:clamp(55px,10vh,125px)}.eyebrow{color:var(--text);margin-bottom:28px}.live-dot{display:inline-block;width:7px;height:7px;background:var(--lime);border-radius:50%;box-shadow:0 0 12px var(--lime);margin-right:7px;animation:pulse 2s infinite}.hero h1{font-size:clamp(4.3rem,8.7vw,10.8rem);max-width:1100px;margin-bottom:27px}.hero h1 em{font-style:normal;color:var(--lime)}.outlined{color:transparent;-webkit-text-stroke:1px #dce7d3}.hero-description{max-width:570px;color:#c8d2c8;font-size:clamp(16px,1.25vw,19px);line-height:1.65}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:34px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:38px;min-height:61px;padding:0 22px;border:0;font:800 13px 'Space Grotesk',sans-serif;letter-spacing:.08em;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.button:hover{transform:translateY(-4px);box-shadow:0 0 30px #c9ff4d55}.button:before{content:"";position:absolute;top:0;bottom:0;width:65px;left:-90px;transform:skewX(-25deg);background:#ffffff66;transition:left .4s}.button:hover:before{left:120%}.button-primary{background:var(--lime);color:#081008}.button b{font-size:23px;font-weight:400}.text-link{font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.text-link span{margin-left:8px;color:var(--lime)}.scan-panel{position:absolute;right:5vw;bottom:105px;width:min(350px,29vw);z-index:3;background:#0a130fc9;border:1px solid #9eeea348;backdrop-filter:blur(16px);padding:18px 20px;box-shadow:0 20px 60px #0008}.panel-top,.scan-line,.scan-stats{display:flex;justify-content:space-between}.panel-top,.scan-line{font:700 10px 'Space Grotesk',Arial,sans-serif;letter-spacing:.1em}.panel-top{color:var(--lime);border-bottom:1px solid var(--line);padding-bottom:15px}.panel-top span{color:#9cb09e}.scan-line{padding:18px 0;color:#d7e5d8}.blink{animation:blink 1s infinite}.scan-stats{gap:10px}.scan-stats div{display:flex;flex-direction:column}.scan-stats b{font:600 24px 'Space Grotesk',Arial,sans-serif;color:var(--lime)}.scan-stats small,.demo-note{color:#91a292;font-size:10px}.demo-note{display:block;margin-top:16px}.hero-bottom{position:absolute;left:5vw;right:5vw;bottom:35px;display:flex;justify-content:space-between;color:#819184;font:700 10px 'Space Grotesk',Arial,sans-serif;letter-spacing:.15em}.discovery{min-height:850px;background:radial-gradient(circle at 75% 65%,#153027 0%,transparent 43%),#0d120f}.discovery-inner{display:flex;justify-content:space-between;gap:40px;align-items:end}.discovery h2{max-width:950px;margin-bottom:40px}.discovery h2 span,.process h2 span,.funnel h2 span,.analysis h2 span,.personal h2 span,.channels h2 span,.cases h2 span,.compare h2 span,.dashboard-section h2 span,.service h2 span,.industries h2 span,.faq h2 span{color:var(--lime)}.discovery-inner p{max-width:290px;color:#aab7ab;line-height:1.8}.source-cloud{position:relative;display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:100px;max-width:1100px}.source-cloud span{border:1px solid #62776577;padding:14px 20px;color:#c7d4c8;font:700 12px 'Space Grotesk',Arial,sans-serif;letter-spacing:.06em;transition:.3s}.source-cloud span:hover{border-color:var(--lime);background:#c9ff4d12;transform:translateY(-5px)}.source-cloud span:nth-child(3n){color:var(--lime)}.source-disclaimer,.fineprint{font-size:12px;color:#7d8e81;line-height:1.6;margin-top:35px}.process{background:#0a0f0c}.process-heading{display:flex;align-items:end;justify-content:space-between}.process-heading .kicker{order:2;margin-bottom:20px}.process-layout{display:grid;grid-template-columns:45% 55%;gap:50px;margin-top:60px}.process-track{height:600px;position:sticky;top:100px;display:grid;place-items:center;background:radial-gradient(circle,#1a2d20 0%,transparent 55%)}.track-orbit{width:min(32vw,400px);height:min(32vw,400px);border:1px solid #a4f76766;border-radius:50%;display:grid;place-items:center;box-shadow:0 0 0 55px #a4f76706,0 0 0 110px #a4f76704;position:relative;animation:spin 24s linear infinite}.track-orbit:before,.track-orbit:after{content:"";position:absolute;border:1px dashed #a4f76780;border-radius:50%;inset:13%}.track-orbit:after{inset:27%;border-style:solid}.track-core{width:28%;height:28%;border-radius:50%;background:radial-gradient(circle at 35% 35%,#e2ffab,#86be43 45%,#1a3d20 80%);box-shadow:0 0 90px #b7ff5a99}.track-label{position:absolute;bottom:65px;left:10%;right:10%;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;font:700 11px 'Space Grotesk',Arial,sans-serif;color:#b3c4b4}.track-label span{color:var(--lime)}.steps{border-top:1px solid var(--line)}.step{padding:30px 10px 35px;border-bottom:1px solid var(--line);transition:.4s;opacity:.55}.step.active,.step:hover{opacity:1;padding-left:25px;border-left:2px solid var(--lime);background:linear-gradient(90deg,#c9ff4d12,transparent)}.step span{color:var(--lime);font:700 11px 'Space Grotesk',Arial,sans-serif;letter-spacing:.12em}.step h3{font-size:clamp(1.7rem,2.4vw,3.1rem);margin:12px 0}.step p{max-width:500px;color:#aab7ab;line-height:1.65;margin:0}.funnel{text-align:center;background:#101710}.funnel h2{font-size:clamp(3rem,6vw,7rem);margin-bottom:65px}.funnel-flow{display:flex;align-items:stretch;justify-content:center;gap:0;max-width:1300px;margin:auto}.funnel-flow div{flex:1;padding:28px 10px;border-top:1px solid #66805c;position:relative;min-width:0}.funnel-flow div:after{content:"→";position:absolute;right:-10px;top:47px;color:var(--lime);z-index:2}.funnel-flow div:last-child:after{display:none}.funnel-flow strong{display:block;font:600 clamp(2rem,4.5vw,5rem) 'Space Grotesk',Arial,sans-serif;letter-spacing:-.08em}.funnel-flow span{font:700 10px 'Space Grotesk',Arial,sans-serif;letter-spacing:.08em;color:#b1c0ad}.funnel-flow .hot{background:var(--lime);color:#0c1309;border-color:var(--lime)}.funnel-flow .hot span{color:#0c1309}.analysis{min-height:850px;display:flex;align-items:center;justify-content:space-between;gap:50px;background:radial-gradient(circle at 77% 48%,#1b3d2b 0%,transparent 36%),#0b100d}.analysis .section-index{position:absolute;top:110px;left:5vw;right:5vw}.analysis-copy{max-width:760px}.analysis-copy h2{font-size:clamp(3.6rem,6.2vw,7.6rem)}.analysis-copy p{max-width:430px;line-height:1.8;color:#abbbad}.profile-card{width:min(420px,40vw);flex-shrink:0;background:linear-gradient(155deg,#233c2b,#101a14 65%);border:1px solid #80b77388;padding:26px;box-shadow:0 25px 100px #0009,0 0 60px #baff5022;transform:perspective(1000px) rotateY(-7deg);transition:transform .4s}.profile-card:hover{transform:perspective(1000px) rotateY(0)}.profile-header{display:flex;justify-content:space-between;color:#b8cdb9;font:700 10px 'Space Grotesk',Arial,sans-serif;letter-spacing:.07em}.profile-header span:last-child{color:var(--lime)}.profile-avatar{width:70px;height:70px;background:var(--lime);color:#182318;display:grid;place-items:center;border-radius:50%;font-size:28px;font-weight:800;margin:40px 0 15px}.profile-name{font-size:30px;font-weight:800;line-height:1.1}.profile-name span{display:block;font-size:14px;color:#aebcaf;margin-top:8px}.match-score{margin-top:35px;padding:20px 0;border-top:1px solid #ffffff30;border-bottom:1px solid #ffffff30;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.match-score>span{font:700 12px 'Space Grotesk',Arial,sans-serif;color:#b7c6b5}.match-score strong{font:600 45px 'Space Grotesk',Arial,sans-serif;color:var(--lime)}.match-score strong span{font-size:24px}.meter{width:100%;height:4px;background:#627061;margin-top:12px}.meter i{display:block;width:94%;height:100%;background:var(--lime);box-shadow:0 0 15px var(--lime)}.profile-fields{margin:20px 0}.profile-fields div{display:flex;justify-content:space-between;padding:9px 0;color:#879888;font:700 11px 'Space Grotesk',Arial,sans-serif;border-bottom:1px solid #ffffff13}.profile-fields b{color:#e1ebe0;font-size:12px}.profile-fields .green{color:var(--lime)}.profile-card>small{color:#819383}.personal{background:#c9ff4d;color:#081008}.personal .section-index{color:#0a210d;border-color:#1b381847}.personal h2{max-width:1200px}.personal h2 span{color:#4b8c24}.personal>p{max-width:540px;font-size:19px}.branch-list{margin-top:80px;border-top:1px solid #1b381847}.branch-list div{display:flex;align-items:center;gap:30px;border-bottom:1px solid #1b381847;padding:18px 5px;transition:.3s}.branch-list div:hover{padding-left:25px;background:#ffffff70}.branch-list span,.branch-list em{font:700 11px 'Space Grotesk',Arial,sans-serif;font-style:normal;letter-spacing:.08em}.branch-list b{font-size:clamp(1.7rem,3.5vw,4.2rem);letter-spacing:-.06em}.branch-list i{flex:1;border-bottom:1px dashed #15330f70}.channels{background:#0b100d}.channels h2{max-width:1200px}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#314334;margin-top:70px;border:1px solid #314334}.channel-grid button{border:0;background:#0f1711;color:#eef6e8;min-height:145px;text-align:left;padding:23px;font:700 15px 'Space Grotesk',Arial,sans-serif;letter-spacing:.03em;display:flex;justify-content:space-between;transition:.25s}.channel-grid button span{color:var(--lime)}.channel-grid button:hover,.channel-grid button.selected{background:var(--lime);color:#0a1408}.channel-grid button:hover span,.channel-grid button.selected span{color:#0a1408}.channel-detail{display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);padding:25px 0}.channel-detail>span{font:700 10px 'Space Grotesk',Arial,sans-serif;color:var(--lime);width:180px}.channel-detail strong{font-size:24px;min-width:230px}.channel-detail p{color:#9cab9c;font-size:13px;max-width:500px;margin:0}.cases{background:#101711}.cases-title{display:flex;justify-content:space-between;align-items:end;gap:40px}.cases-title p{max-width:300px;color:#aebdac;line-height:1.7}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px}.case-grid article{min-height:290px;padding:27px;background:#172119;border:1px solid #344637;display:flex;flex-direction:column;justify-content:space-between;transition:.3s}.case-grid article:hover{transform:translateY(-9px);border-color:var(--lime)}.case-grid span{color:var(--lime);font:700 11px 'Space Grotesk'}.case-grid h3{font-size:clamp(1.7rem,2.6vw,3rem);margin:auto 0 20px}.case-grid p{color:#9caa9d;font-size:14px;max-width:280px;margin:0}.case-number{border-top:1px solid #61735f;border-bottom:1px solid #61735f;margin-top:70px;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}.case-number span{font:700 11px 'Space Grotesk',Arial,sans-serif;letter-spacing:.1em;color:#a6b7a6}.case-number strong{font:500 clamp(2rem,5vw,5.5rem) 'Space Grotesk',Arial,sans-serif;white-space:nowrap}.case-number b{color:var(--lime);font-size:1.5em}.compare{background:#0a0e0b}.compare h2{margin-bottom:70px}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.compare-grid>div{padding:35px;background:#141a15;border:1px solid #39473a}.compare-grid>div:last-child{background:linear-gradient(135deg,#19301e,#0e180f);border-color:#a7e661}.compare-grid span{font:700 13px 'Space Grotesk',Arial,sans-serif;letter-spacing:.1em;color:#a7b8a5;display:block;margin-bottom:35px}.compare-grid>div:last-child span{color:var(--lime)}.compare-grid p{border-top:1px solid #ffffff20;padding:14px 0 4px;margin:0;font-size:clamp(16px,1.7vw,24px);font-weight:700}.compare-grid p:before{content:'↓';color:#819783;margin-right:15px}.compare-grid>div:last-child p:before{color:var(--lime)}.dashboard-section{background:radial-gradient(circle at 50% 70%,#1b3425,transparent 55%),#0d130f}.dashboard-intro{display:flex;justify-content:space-between;align-items:end}.dashboard-intro p{max-width:320px;color:#a9b8a8}.dashboard{display:grid;grid-template-columns:170px 1fr;min-height:510px;max-width:1350px;margin:70px auto 0;background:#111a14;border:1px solid #465746;box-shadow:0 35px 100px #0009;transform:perspective(1600px) rotateX(3deg)}.dash-sidebar{border-right:1px solid #304331;padding:22px 15px;display:flex;flex-direction:column;gap:21px;color:#7e957f;font:600 11px 'Space Grotesk'}.dash-sidebar b{font-size:25px;color:#f0f8ed;margin-bottom:25px}.dash-sidebar b span{color:var(--lime)}.dash-sidebar span:nth-child(2){color:var(--lime)}.dash-main{padding:24px;min-width:0}.dash-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #304331;padding-bottom:14px}.dash-top small,.dash-status{font:700 10px 'Space Grotesk',Arial,sans-serif;letter-spacing:.08em;color:#94a897}.dash-top h3{font-size:28px;margin:5px 0 0}.dash-top h3 span{color:var(--lime)}.dash-status{color:var(--lime)}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.dash-stats div{background:#18251a;border:1px solid #2c4130;padding:14px;display:flex;flex-direction:column;gap:10px}.dash-stats small,.dash-stats span{font:700 9px 'Space Grotesk',Arial,sans-serif;color:#8da68f}.dash-stats b{font:600 clamp(20px,2.6vw,34px) 'Space Grotesk',Arial,sans-serif;color:#e9f2e7}.dash-stats span{color:var(--lime)}.dash-lower{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-top:13px}.dash-chart,.dash-feed{border:1px solid #2c4130;background:#142017;padding:18px;min-width:0}.chart-head{display:flex;justify-content:space-between;color:#a7bca8;font:700 10px 'Space Grotesk'}.chart-head b{color:var(--lime)}.dash-chart svg{width:100%;height:190px;margin-top:10px;background:linear-gradient(#ffffff0b 1px,transparent 1px);background-size:100% 25%}.chart-axis{display:flex;justify-content:space-between;color:#638266;font:700 9px 'Space Grotesk'}.dash-feed>span{font:700 10px 'Space Grotesk',Arial,sans-serif;color:#a7bca8}.dash-feed p{font-size:11px;border-bottom:1px solid #ffffff18;padding:11px 0;margin:0;white-space:nowrap}.dash-feed i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime);margin-right:8px}.dash-feed small{color:#6e876f;float:right}.dash-demo{display:block;margin-top:15px;color:#657f68;font-size:10px}.service{min-height:750px;background:#c9ff4d;color:#071108}.service .section-index{color:#204013;border-color:#24461455}.service h2{max-width:1200px}.service h2 span{color:#367319}.service>p{max-width:520px;font-size:19px}.service-marquee{white-space:nowrap;overflow:hidden;font:800 clamp(1.5rem,3vw,3rem) 'Space Grotesk',Arial,sans-serif;letter-spacing:-.05em;border-top:1px solid #20401355;border-bottom:1px solid #20401355;padding:20px 0;margin:70px -5vw 50px}.service-marquee span{color:#4e8e28}.service-bottom{display:flex;justify-content:space-between;align-items:end}.service-bottom strong{font-size:clamp(2rem,4vw,5rem);line-height:.95;letter-spacing:-.06em}.service-bottom a{border-bottom:2px solid #071108;font:800 13px 'Space Grotesk',Arial,sans-serif;padding-bottom:8px}.industries{background:#0e150f}.industry-list{display:flex;flex-wrap:wrap;gap:10px;margin:70px 0 35px}.industry-list span{font:700 clamp(1rem,2vw,1.6rem) 'Space Grotesk',Arial,sans-serif;padding:18px 22px;border:1px solid #526b52;transition:.25s}.industry-list span:hover{background:var(--lime);color:#071108;transform:rotate(-2deg)}.industries p{color:#9bad9c}.faq{background:#0a0f0b}.faq-layout{display:grid;grid-template-columns:42% 58%;gap:30px}.faq-items{border-top:1px solid #405443}.faq-items details{border-bottom:1px solid #405443}.faq-items summary{padding:24px 0;list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;font-size:clamp(16px,1.6vw,22px);font-weight:700}.faq-items summary::-webkit-details-marker{display:none}.faq-items summary span{color:var(--lime);font-size:25px}.faq-items details[open] summary span{transform:rotate(45deg)}.faq-items p{color:#a6b7a8;max-width:600px;padding-bottom:20px;line-height:1.7}.contact{min-height:1050px;background:radial-gradient(circle at 50% 36%,#1c3524,transparent 50%),#0b110c}.contact canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.4;pointer-events:none}.contact-inner{position:relative;z-index:1}.contact h2{font-size:clamp(3.5rem,7.1vw,8rem);max-width:1200px;margin-top:80px}.contact h2 span{color:var(--lime)}.contact-bottom{display:grid;grid-template-columns:1fr 1fr;gap:10vw;margin-top:90px}.contact-bottom strong{font-size:clamp(2.5rem,5vw,5rem);line-height:1;letter-spacing:-.07em}.contact-bottom p{color:#a6b5a5;max-width:450px;line-height:1.7;margin-top:20px}#lead-form{background:#142017d9;border:1px solid #49644b;padding:30px;backdrop-filter:blur(20px)}#lead-form label:not(.consent){display:block;font:700 10px 'Space Grotesk',Arial,sans-serif;letter-spacing:.1em;color:#a9c3ac;margin-bottom:15px}#lead-form input:not([type=checkbox]),#lead-form textarea{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid #55705a;border-radius:0;padding:10px 0;color:var(--text);outline:0;font:500 15px Manrope}#lead-form input:focus,#lead-form textarea:focus{border-color:var(--lime)}#lead-form input::placeholder,#lead-form textarea::placeholder{color:#68806d}.consent{display:flex;gap:10px;font-size:11px;color:#a4b5a6;line-height:1.5;margin-bottom:20px}.consent input{accent-color:var(--lime)}.consent a{text-decoration:underline}#form-status{margin:15px 0 0;color:var(--lime);font-size:13px}footer{padding:50px 5vw;background:#060906;border-top:1px solid #314133;display:flex;justify-content:space-between;gap:30px}footer>div{display:flex;flex-wrap:wrap;gap:20px;max-width:600px;font-size:12px;color:#a1b1a2}footer>span{font:700 10px 'Space Grotesk',Arial,sans-serif;color:#718672}footer button{background:none;border:0;padding:0;color:#a1b1a2;font-size:12px}.cookie-banner{position:fixed;bottom:20px;left:20px;z-index:100;background:#18251b;border:1px solid #68936b;max-width:500px;padding:18px;display:flex;gap:20px;align-items:center;box-shadow:0 15px 50px #0008}.cookie-banner[hidden]{display:none}.cookie-banner p{font-size:12px;margin:0;color:#b9c8b9}.cookie-banner a{text-decoration:underline}.cookie-banner button{background:var(--lime);border:0;color:#061007;font:800 11px 'Space Grotesk',Arial,sans-serif;padding:12px;white-space:nowrap}.cursor-ring{position:fixed;z-index:90;width:28px;height:28px;border:1px solid #c9ff4d88;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s}.cursor-ring.visible{opacity:1}.reveal{opacity:0;transform:translateY(45px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes pulse{50%{opacity:.3;box-shadow:0 0 22px var(--lime)}}@keyframes blink{50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:block;background:none;border:0;color:var(--lime);font-size:28px}.mobile-nav{position:absolute;z-index:29;top:94px;left:0;right:0;background:#0c140e;padding:20px 5vw;border-bottom:1px solid #3e5b40}.mobile-nav.open{display:flex;flex-direction:column;gap:18px}.hero h1{font-size:clamp(4rem,9vw,8rem)}.hero-copy{width:80%}.scan-panel{width:300px}.discovery-inner,.cases-title{display:block}.discovery-inner p,.cases-title p{max-width:550px}.process-layout{grid-template-columns:38% 62%;gap:20px}.dash-feed small{display:none}}@media(max-width:700px){.scene{padding:80px 22px}.section-index{margin-bottom:45px}.site-header{height:76px;padding:0 22px}.mobile-nav{top:76px}.header-cta{display:none}.hero{min-height:850px;height:100svh;padding-top:110px}.hero-copy{width:100%;margin-top:120px}.hero h1{font-size:clamp(3.4rem,12vw,6.5rem);line-height:1}.hero-description{max-width:370px;font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:22px}.hero .button{min-height:54px}.hero #radar{width:110%;height:66%;right:-40%;top:0;opacity:.55}.scan-panel{right:22px;bottom:83px;width:270px;padding:14px}.scan-stats b{font-size:18px}.hero-bottom{left:22px;right:22px;bottom:25px}.discovery{min-height:700px}.discovery h2{font-size:clamp(3.1rem,11vw,5rem)}.source-cloud{margin-top:55px;gap:9px}.source-cloud span{padding:10px;font-size:10px}.process-heading{display:block}.process-layout{display:block;margin-top:30px}.process-track{display:none}.step{padding:25px 5px}.step h3{font-size:1.7rem}.funnel-flow{display:block;max-width:430px}.funnel-flow div{display:flex;align-items:center;justify-content:space-between;text-align:left;padding:12px 20px}.funnel-flow div:after{content:'↓';right:50%;top:auto;bottom:-17px}.funnel-flow strong{font-size:2.5rem}.funnel-flow span{max-width:125px;text-align:right}.analysis{display:block;min-height:0}.analysis .section-index{position:static}.analysis-copy h2{font-size:clamp(3.5rem,12vw,5rem)}.profile-card{width:100%;max-width:440px;margin:50px auto 0;transform:none}.personal h2,.channels h2,.cases h2,.compare h2,.dashboard-section h2,.service h2,.industries h2,.faq h2,.contact h2{font-size:clamp(3.1rem,10vw,5rem)}.branch-list div{gap:12px}.branch-list b{font-size:1.5rem}.branch-list span,.branch-list em{font-size:9px}.channel-grid{grid-template-columns:repeat(2,1fr);margin-top:40px}.channel-grid button{min-height:100px;padding:15px;font-size:11px}.channel-detail{display:block}.channel-detail>*{display:block;margin:7px 0}.channel-detail strong{font-size:23px}.case-grid{grid-template-columns:1fr}.case-grid article{min-height:220px}.case-number{display:block;text-align:center}.case-number>*{display:block}.compare-grid{grid-template-columns:1fr}.dashboard-intro{display:block}.dashboard{grid-template-columns:1fr;transform:none;margin-top:40px}.dash-sidebar{display:none}.dash-main{padding:15px}.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-lower{grid-template-columns:1fr}.dash-feed{display:none}.service{min-height:0}.service-marquee{margin:60px -22px 45px;padding:15px 22px}.service-bottom{display:block}.service-bottom a{display:inline-block;margin-top:30px}.industry-list{margin-top:40px}.industry-list span{padding:10px;font-size:13px}.faq-layout{display:block}.faq-items{margin-top:45px}.contact{min-height:0}.contact h2{margin-top:50px}.contact-bottom{grid-template-columns:1fr;gap:45px;margin-top:55px}#lead-form{padding:20px}footer{display:block;padding:40px 22px}footer>div{margin:35px 0;display:grid;gap:14px}.cookie-banner{left:10px;right:10px;bottom:10px;max-width:none;display:block}.cookie-banner button{margin-top:12px}.cursor-ring{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
@media(min-width:701px){.hero{min-height:720px}.hero-copy{margin-top:clamp(35px,5vh,75px)}.hero h1{font-size:clamp(4.2rem,7.2vw,9.5rem)}.hero-description{max-width:520px}.hero-actions{margin-top:22px}.scan-panel{bottom:75px}}
@media(min-width:701px){.hero{padding-top:115px}.hero-copy{margin-top:25px}.hero h1{font-size:clamp(4.1rem,5.9vw,8.2rem);margin-bottom:18px}.hero-description{line-height:1.45}.hero-actions{margin-top:18px}}
@media(max-width:700px){.hero{height:auto;min-height:1020px}.scan-panel{bottom:90px}.hero-bottom{bottom:25px}}
/* Визуальные сцены обнаружения и захвата */
.hunter-cinema{height:min(850px,75vw);min-height:680px;padding:0;background:#080d0b}.hunter-cinema>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9);transform:scale(1.03);transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.hunter-cinema:hover>img{transform:scale(1.08)}.hunter-cinema-shade{position:absolute;inset:0;background:linear-gradient(90deg,#070b09c9 0%,#070b0988 31%,transparent 69%),linear-gradient(0deg,#070b09dc 0%,transparent 30%,#070b0944 100%)}.hunter-cinema-copy{position:absolute;left:5vw;top:65px;max-width:720px}.hunter-cinema .section-index{display:block;border:0;margin-bottom:120px}.hunter-cinema-copy>p{font:700 12px 'Space Grotesk',Arial,sans-serif;letter-spacing:.14em;color:#bceaa7}.hunter-cinema h2{font-size:clamp(4rem,8vw,9rem);text-shadow:0 12px 30px #0008}.hunter-cinema h2 span{color:var(--lime)}.hunter-cinema-caption{display:flex;align-items:center;gap:14px;font-size:16px;color:#d2dfcf}.hunter-cinema-caption i{display:block;width:35px;height:1px;background:var(--lime)}.hunter-cinema-coord{position:absolute;right:5vw;bottom:35px;color:var(--lime);font:700 11px 'Space Grotesk',Arial,sans-serif;letter-spacing:.12em}.target-scene{height:800px;min-height:650px;padding:0;background:#070d0d}.target-art{position:absolute;inset:0;overflow:hidden}.target-art img{width:100%;height:100%;object-fit:cover;object-position:center;transform:translate3d(var(--tx,0px),var(--ty,0px),0) scale(1.08);transition:transform .5s ease-out}.target-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#060b0bdb 0%,#060b0b82 35%,transparent 74%),linear-gradient(0deg,#070b0bdd,transparent 40%)}.target-copy{position:absolute;z-index:3;left:5vw;top:70px;max-width:590px}.target-copy .section-index{display:block;border:0;margin-bottom:170px}.target-copy h2{font-size:clamp(4rem,7.6vw,8rem)}.target-copy h2 span{color:var(--lime)}.target-copy p{max-width:400px;color:#c5d9cc;line-height:1.7}.target-trigger{display:flex;align-items:center;gap:40px;background:var(--lime);border:0;color:#0a130b;padding:17px 21px;font:800 12px 'Space Grotesk',Arial,sans-serif;letter-spacing:.07em;margin-top:30px;transition:.25s}.target-trigger:hover{box-shadow:0 0 35px #c9ff4d99;transform:translateY(-3px)}.target-trigger span{font-size:25px;line-height:1}.target-copy small{display:block;margin-top:12px;color:#8ca796}.target-crosshair{position:absolute;z-index:2;width:120px;height:120px;left:65%;top:34%;border:1px solid #d8ff9a99;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 22px #c9ff4d12,0 0 0 45px #c9ff4d0c,0 0 40px #c9ff4d77;animation:target-breathe 4s ease-in-out infinite}.target-crosshair:before,.target-crosshair:after{content:"";position:absolute;background:#d8ff9a99}.target-crosshair:before{width:1px;height:150%;left:50%;top:-25%}.target-crosshair:after{height:1px;width:150%;top:50%;left:-25%}.impact-pulse{position:absolute;z-index:2;width:20px;height:20px;left:65%;top:34%;border:2px solid var(--lime);border-radius:50%;opacity:0;transform:translate(-50%,-50%)}.target-scene.fired .impact-pulse{animation:impact .95s ease-out}.target-scene.fired .target-crosshair{box-shadow:0 0 0 40px #c9ff4d22,0 0 90px #c9ff4d}.target-scene.fired .target-art img{filter:brightness(1.5)}@keyframes target-breathe{50%{box-shadow:0 0 0 32px #c9ff4d17,0 0 0 62px #c9ff4d0b,0 0 60px #c9ff4d99}}@keyframes impact{10%{opacity:1}100%{width:550px;height:550px;opacity:0}}@media(max-width:700px){.hunter-cinema{min-height:760px;height:95svh}.hunter-cinema>img{object-position:40% center}.hunter-cinema-shade{background:linear-gradient(0deg,#070b09ed 0%,#070b0933 70%),linear-gradient(90deg,#070b0944,transparent)}.hunter-cinema-copy{left:22px;right:22px;top:55px}.hunter-cinema .section-index{margin-bottom:265px}.hunter-cinema h2{font-size:clamp(3.8rem,12vw,6rem)}.hunter-cinema-coord{right:22px;bottom:24px}.target-scene{min-height:750px;height:92svh}.target-art img{object-position:62% center}.target-art:after{background:linear-gradient(0deg,#070b0be0 0%,#070b0b50 85%),linear-gradient(90deg,#070b0b88,transparent)}.target-copy{left:22px;right:22px;top:48px}.target-copy .section-index{margin-bottom:260px}.target-copy h2{font-size:clamp(3.7rem,12vw,5.6rem)}.target-crosshair,.impact-pulse{left:63%;top:34%}.target-crosshair{width:70px;height:70px}}
@media(prefers-reduced-motion:reduce){.target-crosshair{animation:none}.target-scene.fired .impact-pulse{animation:none}}

.hunter-picture{position:absolute;inset:0;display:block}.hunter-picture img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9);transform:scale(1.03);transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.hunter-cinema:hover .hunter-picture img{transform:scale(1.08)}@media(max-width:700px){.hunter-picture img{object-position:center}.hunter-cinema-shade{background:linear-gradient(0deg,#070b09ed 0%,#070b0933 45%,#070b0955 100%)}.hunter-cinema-copy{top:45px}.hunter-cinema .section-index{margin-bottom:365px}.hunter-cinema h2{font-size:clamp(3.3rem,10.5vw,5rem)}}

.hero-three{position:absolute;z-index:1;left:calc(35% + 65% * .58);top:46%;width:min(27vw,340px);height:min(27vw,340px);transform:translate(-50%,-50%);pointer-events:none;filter:drop-shadow(0 0 34px #c9ff4d55)}.hero-three canvas{width:100%!important;height:100%!important}.hero-three[hidden]{display:none}@media(max-width:700px){.hero-three{display:none}}

.apple-shot-canvas{position:absolute;inset:0;z-index:1;opacity:0;pointer-events:none}.apple-shot-canvas canvas{display:block;width:100%!important;height:100%!important}.target-scene.webgl-ready .apple-shot-canvas{opacity:1}.target-scene.webgl-ready .target-crosshair,.target-scene.webgl-ready .impact-pulse{display:none}.target-trigger:disabled{cursor:default;opacity:.95}.target-status{min-height:1.5em}@media(max-width:700px){.target-art img{object-position:67% center}.target-crosshair,.impact-pulse{left:67%;top:43%}}

.target-scene.webgl-ready .target-art:before{content:"";position:absolute;inset:-15px;background:url("/assets/lead-target.webp") center/cover no-repeat;filter:blur(7px) brightness(.32) saturate(.6)}.target-scene.webgl-ready .target-art img{opacity:0}

/* Компактная сетка этапов охоты */
.process-layout{display:block;margin-top:clamp(32px,5vw,64px)}
.process .steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border-top:0}
.process .step{min-width:0;min-height:190px;padding:24px 28px;border:1px solid var(--line);background:linear-gradient(145deg,#142017 0%,#0b110d 72%);opacity:1;transition:border-color .25s,background .25s,transform .25s}
.process .step.active,.process .step:hover{padding-left:28px;border:1px solid #a9d851;background:linear-gradient(145deg,#1b2d1c 0%,#0d160f 76%);transform:translateY(-2px)}
.process .step h3{font-size:clamp(1.45rem,2vw,2.25rem);line-height:1.05;margin:14px 0 10px}
.process .step p{max-width:52ch;font-size:clamp(14px,1.05vw,16px);line-height:1.5}
@media(max-width:700px){.process .steps{grid-template-columns:1fr;gap:10px}.process .step{min-height:0;padding:22px}.process .step.active,.process .step:hover{padding-left:22px}.process .step h3{font-size:1.55rem}}
