:root{--green: #16a34a;--orange: #f97316;--ink: #0b1220;--muted: #4b5563;--ring: rgba(22, 163, 74, .35);--bg: #ffffff;--card: #f9fafb;--radius: 16px;--max: 1200px}*{box-sizing:border-box}body{margin:0;font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);overflow-x:hidden}a{color:var(--green);text-decoration:none}a:hover{color:var(--orange)}.wrap{max-width:var(--max);margin-inline:auto;padding:0 20px}header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d;width:100%;left:0;right:0}.bar{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.logo{flex-shrink:0;margin-left:8px}.logo img{height:40px;width:auto}.nav{display:flex;align-items:center;gap:14px;padding-left:0;margin:0 0 0 48px}.nav>li{position:relative;list-style:none}.nav>li>a{display:flex;align-items:center;gap:6px;padding:10px 8px;border-radius:10px;color:var(--green);font-weight:500;font-size:19px;cursor:pointer}.nav>li>a:hover{background:#f3f4f6;color:var(--orange)}.nav>li:focus-within>a{outline:2px solid var(--ring);outline-offset:2px;border-radius:10px}.drop{position:absolute;left:0;top:100%;margin-top:6px;min-width:270px;padding:8px;background:var(--card);border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 40px #0000001a;opacity:0;transform:translateY(-6px);pointer-events:none;transition:.18s ease;z-index:1000}.drop:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.nav>li:hover .drop,.nav>li:focus-within .drop{opacity:1;transform:translateY(0);pointer-events:auto}.drop a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;color:var(--green)}.drop a:hover{background:#f3f4f6;color:var(--orange)}.drop a b{font-weight:600;white-space:nowrap}.drop small{font-size:.78rem;color:#6b7280;font-weight:400;white-space:nowrap;text-align:right}.burger{display:none;width:42px;height:42px;border-radius:12px;border:1px solid #d1d5db;background:#f9fafb;color:var(--green);cursor:pointer;font-size:24px;font-weight:400;z-index:50;position:relative}.mobile{display:none;padding:20px 24px}.mobile.show{display:block;background:#fff;position:fixed;top:66px;bottom:0;left:0;width:60%;z-index:35;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;box-shadow:4px 0 12px #00000026;padding:10px 24px 300px;animation:slideInFromLeft .4s ease-out}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.mobile a{display:block;padding:10px 12px;border-radius:10px;color:var(--green)}.mobile a:hover{background:#f3f4f6;color:var(--orange)}.mobile-backdrop{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cta-btn{background:linear-gradient(90deg,var(--green),var(--orange));color:#fff!important;padding:14px 28px;border-radius:15px;font-weight:700;font-size:.95rem;margin-left:0;box-shadow:0 4px 12px #00000026;transition:all .25s ease;text-decoration:none}.cta-btn:hover{background:linear-gradient(90deg,var(--orange),var(--green));transform:translateY(-2px) scale(1.05);box-shadow:0 6px 18px #0003}.lang-selector{position:relative;margin-left:8px;margin-right:10px}.lang-selector>a{display:flex;align-items:center;gap:6px;padding:10px 14px;border-radius:10px;color:var(--green);font-weight:500;cursor:pointer;border:1px solid #e5e7eb;background:#f9fafb}.lang-selector>a:hover{background:#f3f4f6;color:var(--orange);border-color:#d1d5db}.lang-selector .drop{left:auto;right:0;min-width:140px}.lang-selector:hover .drop,.lang-selector:focus-within .drop{opacity:1;transform:translateY(0);pointer-events:auto}.hero{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:38vh;display:grid;place-items:center;position:relative;text-align:center}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:0}.hero-content{position:relative;z-index:10;padding:56px 20px;max-width:950px}.hero h1{margin:0 0 12px;font-size:clamp(32px,4.5vw,48px);line-height:1.1;color:var(--green);font-weight:700}.hero p{margin:0;color:#f3f4f6;font-size:clamp(17px,2.2vw,21px);line-height:1.5}.home-hero h1{color:#fff}.hero-protection-overlay{position:absolute;left:60%;top:80%;transform:translate(-50%,-50%);z-index:5;width:260px;height:260px;pointer-events:none}.hero-protection-overlay-2{position:absolute;left:80%;top:70%;transform:translate(-50%,-50%);z-index:5;width:130px;height:130px;pointer-events:none}.map-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px);background-size:20px 20px;opacity:.6;animation:gridMove 30s linear infinite}.radar-ring{position:absolute;left:20%;top:0%;transform:translate(-50%,-50%);border:2px solid rgba(239,68,68,.4);border-radius:50%;width:78px;height:78px;animation:radarPulse 3s ease-out infinite}.ring2{width:117px;height:117px;animation-delay:1s}.ring3{width:156px;height:156px;animation-delay:2s}.radar-sweep{position:absolute;left:50%;top:50%;width:2px;height:78px;background:linear-gradient(to bottom,#ef444400,#ef4444cc);transform-origin:bottom center;animation:radarSweep 4s linear infinite}.ai-pulse{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:radial-gradient(circle,rgba(22,163,74,.6),rgba(22,163,74,.2),transparent);animation:aiPulse 2.5s ease-out infinite}.fire-point{position:absolute;width:7px;height:7px;background:#ef4444;border-radius:50%;box-shadow:0 0 8px #ef4444e6,0 0 16px #ef444499;animation:fireBlink 1.6s infinite}.p1{top:35%;left:60%}.p2{top:65%;left:40%}.p3{top:50%;left:75%}.heat-glow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:117px;height:117px;border-radius:50%;background:radial-gradient(circle,#16a34a8c,#f9731673 40%,#ef444459,#ef44440d);filter:blur(26px);animation:heatPulse 5s ease-in-out infinite}.octagon{position:absolute;border-radius:8px;border:0px solid #ef4444;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);animation:pulse 3s ease-in-out infinite;filter:blur(2px);box-shadow:0 0 40px #ef444499,inset 0 0 30px #ef44444d}.octagon-1{position:absolute;left:50%;top:50%;width:65px;height:65px;background-color:#ef444499;opacity:.9;animation-delay:.6s;transform:translate(-50%,-50%) rotate(22.5deg)}.octagon-2{position:absolute;left:50%;top:50%;width:104px;height:104px;background-color:#ef44444d;opacity:.6;animation-delay:.3s;transform:translate(-50%,-50%) rotate(22.5deg)}.octagon-3{position:absolute;left:50%;top:50%;width:143px;height:143px;background-color:#ef44444d;opacity:.9;animation-delay:0s;transform:translate(-50%,-50%) rotate(22.5deg)}.protection-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;display:grid;place-items:center;width:20px;height:20px;background-color:#16a34a;border-radius:50%;color:#fff;font-size:12px;box-shadow:0 0 13px #16a34acc,inset 0 0 7px #fff3}.hero-protection-overlay-2 .map-grid{background-size:10px 10px}.hero-protection-overlay-2 .radar-ring{width:39px;height:39px}.hero-protection-overlay-2 .ring2{width:58px;height:58px}.hero-protection-overlay-2 .ring3{width:78px;height:78px}.hero-protection-overlay-2 .radar-sweep{height:39px}.hero-protection-overlay-2 .ai-pulse{width:26px;height:26px}.hero-protection-overlay-2 .fire-point{width:3.5px;height:3.5px;box-shadow:0 0 4px #ef4444e6,0 0 8px #ef444499}.hero-protection-overlay-2 .heat-glow{width:58px;height:58px;filter:blur(13px)}.hero-protection-overlay-2 .octagon-1{width:32px;height:32px}.hero-protection-overlay-2 .octagon-2{width:52px;height:52px}.hero-protection-overlay-2 .octagon-3{width:71px;height:71px}.hero-protection-overlay-2 .protection-lock{width:10px;height:10px;font-size:6px;box-shadow:0 0 6px #16a34acc,inset 0 0 3px #fff3}@keyframes pulse{0%,to{transform:translate(-50%,-50%) rotate(22.5deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(22.5deg) scale(1.05)}}@keyframes heatPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}}@keyframes gridMove{0%{transform:translateY(0)}to{transform:translateY(30px)}}@keyframes aiPulse{0%{transform:translate(-50%,-50%) scale(.6);opacity:1}to{transform:translate(-50%,-50%) scale(2.2);opacity:0}}@keyframes fireBlink{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.5}}@keyframes radarPulse{0%{transform:scale(.8);opacity:0}50%{opacity:.5}to{transform:scale(1.5);opacity:0}}@keyframes radarSweep{0%{transform:translate(-50%,-100%) rotate(0)}to{transform:translate(-50%,-100%) rotate(360deg)}}@keyframes buttonPulse{0%{box-shadow:0 0 #16a34ab3}50%{box-shadow:0 0 0 15px #16a34a00}to{box-shadow:0 0 #16a34a00}}.hero-free-trial-btn{animation:buttonPulse 2s infinite}@media(max-width:768px){.hero-free-trial-btn{bottom:16px!important;right:16px!important;padding:8px 16px!important}.hero-free-trial-btn>div:first-child{font-size:.9rem!important;margin-bottom:2px!important}.hero-free-trial-btn>div:last-child{font-size:.65rem!important}}.section{padding:48px 0}.card{background:var(--card);border:1px solid #e5e7eb;border-radius:16px;padding:28px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px}.card h2{margin:0 0 14px;color:var(--green);font-size:1.6rem}.card h3{margin:20px 0 10px;color:var(--ink);font-size:1.15rem}.card p{color:var(--muted);line-height:1.6;margin:0 0 12px}.card ul{margin:12px 0;padding-left:24px;color:var(--muted)}.card li{margin-bottom:8px;line-height:1.5}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.grid3 .feature{background:var(--card);border:1px solid #e5e7eb;border-radius:12px;padding:20px;text-align:center}.grid3 .feature h3{color:var(--green);font-size:1.05rem;margin:12px 0 8px}.grid3 .feature p{color:var(--muted);font-size:.92rem;margin:0}.home-section-trust,.home-section-whoisfor,.home-section-howitworks,.home-section-modules,.home-section-livedemo,.home-section-benefits,.home-section-finalcta{max-width:var(--max);margin:0 auto}.data-source-badge{display:inline-block;padding:10px 20px;border:2px solid var(--green);border-radius:8px;color:var(--green);font-weight:600;font-size:.95rem;background:#16a34a0d;transition:all .2s}.data-source-badge:hover{background:var(--green);color:#fff;transform:translateY(-2px)}.step-card{background:var(--card);border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:transform .2s,box-shadow .2s}.step-card:hover{transform:translate(4px);box-shadow:0 4px 16px #00000014}.benefit-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--card);border-radius:8px;border:1px solid #e5e7eb;transition:all .2s}.benefit-item:hover{border-color:var(--green);box-shadow:0 2px 12px #16a34a26}.cta-dual-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}footer{color:var(--muted);text-align:center;padding:48px 0 56px;border-top:1px solid #e5e7eb}.footer-text span{display:block;font-size:.9rem;color:#6b7280}.footer-bar{margin:10px auto 0;width:44px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--green),var(--orange))}@media(max-width:800px){.bar{padding:8px 16px!important;gap:12px}.logo{margin-left:4px!important;margin-right:8px}.logo img{height:32px}.nav{display:none}.burger{display:inline-grid;place-items:center;flex-shrink:0;width:38px;height:38px;margin-left:8px}.cta-btn{font-size:.75rem;padding:8px 12px;white-space:nowrap;flex-shrink:1;min-width:0;margin-left:center}.lang-selector{display:none}.grid3{grid-template-columns:1fr}.home-section-trust,.home-section-whoisfor,.home-section-howitworks,.home-section-modules,.home-section-livedemo,.home-section-benefits,.home-section-finalcta{padding:32px 16px}.home-section-livedemo{padding:32px 12px!important}.step-card{flex-direction:row!important;gap:12px!important;padding:16px!important;min-height:150px!important}.step-card img{width:35%!important;min-width:100px}.data-source-badge{font-size:.85rem;padding:8px 16px}.home-card{grid-column:span 6!important}.wrap{padding:10px 16px}.logo img{height:40px}.hero-protection-overlay{width:163px;height:163px}.hero-protection-overlay-2{width:81px;height:81px}.octagon-1{width:39px;height:39px}.octagon-2{width:65px;height:65px}.octagon-3{width:91px;height:91px}.protection-lock{width:16px;height:16px;font-size:9px}.radar-ring{width:46px;height:46px}.ring2{width:72px;height:72px}.ring3{width:98px;height:98px}.radar-sweep{height:46px}.hero-protection-overlay-2 .map-grid{background-size:5px 5px}.hero-protection-overlay-2 .radar-ring{width:23px;height:23px}.hero-protection-overlay-2 .ring2{width:36px;height:36px}.hero-protection-overlay-2 .ring3{width:49px;height:49px}.hero-protection-overlay-2 .radar-sweep{height:23px}.hero-protection-overlay-2 .octagon-1{width:19px;height:19px}.hero-protection-overlay-2 .octagon-2{width:32px;height:32px}.hero-protection-overlay-2 .octagon-3{width:45px;height:45px}.hero-protection-overlay-2 .protection-lock{width:8px;height:8px;font-size:4.5px}}@media(max-width:1024px){.grid3{grid-template-columns:1fr}}@media(max-width:600px){.home-card{grid-column:span 12!important}.wrap{padding:0 20px}.logo img{height:110px}}@media(min-width:1025px){.demo-overlay-adjust{left:60%!important;top:40%!important;transform:translate(-50%,-50%) scale(.7)!important}}@media(max-width:1024px){.demo-overlay-adjust{left:60%!important;top:40%!important;transform:translate(-50%,-50%) scale(.5)!important}}@media(min-width:1025px){.demo-overlay-adjust{position:absolute;left:60%!important;top:40%!important;transform:translate(-50%,-50%) scale(.7)!important;opacity:.9!important;display:block!important}}.demo-overlay-responsive{position:absolute;left:var(--custom-left, 65%)!important;top:var(--custom-top, 40%)!important;transform:translate(-50%,-50%) scale(var(--custom-scale, .7))!important;pointer-events:none}@media(max-width:768px){.demo-overlay-responsive{left:50%!important;top:50%!important;transform:translate(-50%,-50%) scale(.4)!important}.demo-map-wrapper{aspect-ratio:16 / 10!important;min-height:unset!important;max-height:400px}.live-demo-green-box{padding:16px 20px!important;margin:0 10px!important;max-width:calc(100% - 20px)!important}.home-section-livedemo{padding:32px 10px!important}.wrap{padding:10px 16px!important}.home-section-howitworks{padding:32px 16px!important}}.data-source-badge{flex:0 1 220px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 20px!important;height:50px;box-sizing:border-box}@media(max-width:600px){.data-source-badge{flex:1 1 100%;max-width:60%}}@media(max-width:1024px){.nav{margin-left:20px;gap:8px}.nav>li>a{font-size:16px;padding:8px 5px}.cta-btn{padding:10px 18px;font-size:.85rem}.logo img{height:32px}}
