
:root{
  --bg:#020603; --bg2:#061006; --panel:rgba(7,18,10,.72); --panel2:rgba(255,255,255,.055);
  --ink:#f7fff3; --text:#dcefd8; --muted:#9db39a; --green:#7CFF1F; --green2:#52ff00; --lime:#d9ff59; --gold:#f4c95d;
  --line:rgba(124,255,31,.22); --line2:rgba(255,255,255,.10); --shadow:0 28px 90px rgba(0,0,0,.52),0 0 60px rgba(82,255,0,.08);
  --font: Inter, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth;background:#020603} body{margin:0;font-family:var(--font);font-stretch:normal;background:#020603;color:var(--ink);overflow-x:hidden} a{text-decoration:none;color:inherit} button,input,select,textarea{font:inherit} img{max-width:100%;display:block} p{color:var(--text);line-height:1.72;font-size:16px;margin:0 0 18px}.small{font-size:13px;color:var(--muted)}
h1,h2,h3{margin:0;color:var(--ink);font-family:var(--font);font-stretch:normal;letter-spacing:-.035em} h1{font-size:clamp(42px,7.4vw,105px);line-height:.88}h2{font-size:clamp(32px,4.4vw,64px);line-height:.95}h3{font-size:clamp(20px,2vw,29px);line-height:1.08}.green{color:var(--green)}.gold{color:var(--gold)}
.container{width:min(1220px,calc(100% - 42px));margin:0 auto;position:relative;z-index:2}.page{position:relative;z-index:2;min-height:100vh;background:linear-gradient(180deg,rgba(2,6,3,.10),rgba(2,6,3,.82) 76%,#020603)}
.galaxy{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(circle at 16% 10%,rgba(82,255,0,.16),transparent 26%),radial-gradient(circle at 84% 16%,rgba(196,255,72,.10),transparent 34%),radial-gradient(circle at 45% 95%,rgba(82,255,0,.08),transparent 34%),linear-gradient(135deg,#020603 0%,#051005 45%,#020603 100%)}.galaxy:before{content:"";position:absolute;inset:-20%;background-image:radial-gradient(#fff 0 1px,transparent 1.3px),radial-gradient(var(--green) 0 1px,transparent 1.4px);background-size:92px 92px,139px 139px;background-position:0 0,40px 60px;opacity:.18;animation:starDrift 70s linear infinite}.galaxy:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 40%,rgba(124,255,31,.08) 42%,transparent 44% 100%);transform:translateX(-90%);animation:slowBeam 15s ease-in-out infinite}.nebula{position:absolute;border-radius:50%;filter:blur(30px);opacity:.28;border:1px solid rgba(124,255,31,.10);background:radial-gradient(circle,rgba(124,255,31,.22),transparent 65%)}.nebula.n1{width:680px;height:680px;right:-250px;top:50px;animation:floatNebula 24s ease-in-out infinite alternate}.nebula.n2{width:500px;height:500px;left:-240px;bottom:-120px;animation:floatNebula 30s ease-in-out infinite alternate-reverse}.star{position:absolute;top:18%;left:-20%;width:180px;height:2px;background:linear-gradient(90deg,transparent,#fff,var(--green),transparent);box-shadow:0 0 20px var(--green);opacity:.75;transform:rotate(-18deg);animation:shoot 10s linear infinite}.star.s2{top:42%;animation-delay:4s;animation-duration:13s}.star.s3{top:70%;animation-delay:8s;animation-duration:16s}.grid-floor{position:fixed;left:-10%;right:-10%;bottom:-18%;height:42%;background:linear-gradient(to top,rgba(124,255,31,.16),transparent),repeating-linear-gradient(90deg,rgba(124,255,31,.13) 0 1px,transparent 1px 80px),repeating-linear-gradient(0deg,rgba(124,255,31,.13) 0 1px,transparent 1px 80px);transform:perspective(560px) rotateX(62deg);opacity:.23;z-index:0;pointer-events:none}@keyframes starDrift{to{transform:translate3d(-100px,120px,0)}}@keyframes slowBeam{0%,65%{transform:translateX(-100%)}100%{transform:translateX(120%)}}@keyframes floatNebula{to{transform:translate3d(-28px,32px,0) scale(1.04)}}@keyframes shoot{0%,55%{transform:translateX(0) translateY(0) rotate(-18deg);opacity:0}62%{opacity:.9}100%{transform:translateX(150vw) translateY(280px) rotate(-18deg);opacity:0}}
.skip{position:absolute;left:-999px;top:12px;background:var(--green);color:#071006;padding:12px 16px;border-radius:999px;z-index:99999;font-weight:900}.skip:focus{left:12px}.header{position:sticky;top:0;z-index:60;background:rgba(2,6,3,.78);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line2)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.12em;font-size:15px}.brand img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(124,255,31,.36))}.brand b{color:#fff}.brand span{color:#fff}.brand strong{color:var(--green)}.navlinks{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:#cde0c8}.navlinks a{padding:11px 12px;border-radius:999px;white-space:nowrap}.navlinks a:hover,.navlinks a.active{color:#071006;background:linear-gradient(135deg,var(--green),var(--lime));box-shadow:0 0 26px rgba(124,255,31,.23)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border-radius:999px;background:rgba(124,255,31,.08);border:1px solid var(--line);color:var(--ink);font-weight:900;white-space:nowrap}.hamb{display:none;background:rgba(124,255,31,.10);border:1px solid var(--line);color:#fff;width:46px;height:46px;border-radius:14px;font-weight:900}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(124,255,31,.55);background:linear-gradient(135deg,rgba(124,255,31,.18),rgba(216,255,89,.08));color:#fff;border-radius:999px;padding:15px 22px;font-weight:900;box-shadow:0 0 28px rgba(124,255,31,.13);transition:.22s ease}.btn:hover{transform:translateY(-2px);border-color:rgba(124,255,31,.95);box-shadow:0 18px 45px rgba(0,0,0,.36),0 0 38px rgba(124,255,31,.25)}.btn.primary{background:linear-gradient(135deg,var(--green),#b6ff39);color:#071006}.btn.dark{background:rgba(255,255,255,.06);color:#fff}.btn.smallbtn{padding:10px 14px;font-size:13px}.section{padding:92px 0}.section.tight{padding:56px 0}.section-head{max-width:860px;margin-bottom:34px}.kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(124,255,31,.08);color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;margin-bottom:18px}.kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}
.hero{padding:96px 0 76px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:44px}.hero h1{max-width:780px}.hero p{font-size:18px;max-width:720px;margin-top:24px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.tag{display:inline-flex;padding:9px 12px;border:1px solid rgba(124,255,31,.25);border-radius:999px;background:rgba(255,255,255,.04);color:#ceebc8;font-size:12px;font-weight:800}.orb-stage{position:relative;min-height:610px;border-radius:46px;border:1px solid rgba(124,255,31,.18);background:radial-gradient(circle at 50% 40%,rgba(124,255,31,.16),transparent 38%),linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.018));box-shadow:var(--shadow);display:grid;place-items:center;overflow:hidden;transform-style:preserve-3d}.orb-stage:before{content:"";position:absolute;inset:8%;border-radius:50%;border:1px solid rgba(124,255,31,.22);box-shadow:inset 0 0 60px rgba(124,255,31,.08),0 0 60px rgba(124,255,31,.12);animation:orbPulse 5s ease-in-out infinite}.orb-stage:after{content:"";position:absolute;width:76%;height:76%;border-radius:50%;border-top:2px solid rgba(124,255,31,.95);border-left:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(124,255,31,.12);transform:rotateX(70deg) rotateZ(0deg);filter:drop-shadow(0 0 18px rgba(124,255,31,.55));animation:orbitRing 8s linear infinite}.orb-logo{width:min(360px,60vw);aspect-ratio:1;border-radius:50%;object-fit:contain;filter:drop-shadow(0 26px 50px rgba(0,0,0,.75)) drop-shadow(0 0 42px rgba(124,255,31,.45));animation:floatLogo 5s ease-in-out infinite;position:relative;z-index:3;mix-blend-mode:screen}.service-chip{position:absolute;z-index:4;padding:13px 16px;border:1px solid rgba(124,255,31,.28);border-radius:18px;background:rgba(3,10,4,.58);backdrop-filter:blur(12px);box-shadow:0 18px 50px rgba(0,0,0,.30);font-size:12px;color:#dfffd5;font-weight:900}.service-chip.c1{top:12%;left:8%}.service-chip.c2{top:16%;right:7%}.service-chip.c3{bottom:15%;left:9%}.service-chip.c4{bottom:16%;right:8%}@keyframes orbitRing{to{transform:rotateX(70deg) rotateZ(360deg)}}@keyframes floatLogo{0%,100%{transform:translateY(0) rotateY(-4deg)}50%{transform:translateY(-22px) rotateY(5deg)}}@keyframes orbPulse{50%{transform:scale(1.04);opacity:.75}}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.trust-card{padding:20px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(124,255,31,.10),rgba(255,255,255,.025));border-radius:24px;box-shadow:0 14px 45px rgba(0,0,0,.24)}.trust-card strong{display:block;font-size:17px;margin-bottom:6px}.trust-card span{color:var(--muted);font-size:13px}.glass{border:1px solid var(--line);background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border-radius:32px;box-shadow:var(--shadow);overflow:hidden}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center}.split.reverse{grid-template-columns:1.05fr .95fr}.feature-img{width:100%;border-radius:30px;box-shadow:0 22px 80px rgba(0,0,0,.48);border:1px solid rgba(124,255,31,.18)}.feature-box{padding:34px}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.mini-card,.cards article{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:24px;padding:22px}.mini-card b{font-size:28px;color:var(--green);display:block}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article h3{margin-bottom:10px}.cards article .icon{font-size:28px;width:56px;height:56px;border-radius:18px;border:1px solid var(--line);display:grid;place-items:center;color:var(--green);background:rgba(124,255,31,.08);margin-bottom:18px}.journey{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:26px}.step{position:relative;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:22px;padding:24px;min-height:170px}.step b{font-size:34px;color:var(--green);display:block;margin-bottom:14px}.step span{display:block;color:#fff;font-weight:900;margin-bottom:8px}.poster-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.poster{border-radius:30px;overflow:hidden;border:1px solid var(--line);background:rgba(255,255,255,.04);box-shadow:var(--shadow);min-height:360px}.poster img{width:100%;height:100%;object-fit:cover}.poster-caption{padding:18px}.poster-caption b{display:block;margin-bottom:6px}.ad-bubbles{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.ad-bubble{font-size:12px;padding:10px 13px;border-radius:999px;border:1px solid rgba(244,201,93,.34);background:rgba(244,201,93,.07);color:#fff}.ad-bubble[rel]{cursor:pointer}
.blog-hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.blog-device{position:relative;min-height:460px;border-radius:40px;border:1px solid var(--line);background:radial-gradient(circle at 50% 10%,rgba(124,255,31,.20),transparent 38%),rgba(255,255,255,.035);box-shadow:var(--shadow);overflow:hidden}.blog-device img{width:100%;height:100%;object-fit:cover;opacity:.92}.toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:24px 0}.search{flex:1;min-width:240px;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:999px;color:#fff;padding:14px 18px;outline:none}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04);color:#dfffd9;padding:10px 12px;font-weight:800;cursor:pointer}.chip.active{background:var(--green);color:#071006}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.post-card{min-height:250px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border-radius:28px;padding:24px;display:flex;flex-direction:column}.post-card .cat{color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.post-card h3{margin:13px 0 12px}.post-card .read{margin-top:auto;color:var(--green);font-weight:900}.sponsored{border:1px solid rgba(244,201,93,.33);background:radial-gradient(circle at 15% 0%,rgba(244,201,93,.16),transparent 36%),rgba(255,255,255,.035);border-radius:30px;padding:24px}.ad-native{min-height:140px;border:1px dashed rgba(244,201,93,.35);border-radius:24px;padding:14px;background:rgba(0,0,0,.25);overflow:hidden}.smart-offer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border:1px solid rgba(124,255,31,.24);border-radius:24px;padding:18px;background:rgba(124,255,31,.06)}.disclaimer{font-size:12px;color:#c7d6c4;margin-top:12px}.reward-console{border:1px solid var(--line);background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.02));border-radius:34px;box-shadow:var(--shadow);padding:20px}.reward-layout{display:grid;grid-template-columns:280px 1fr;gap:18px}.legend{border:1px solid var(--line);border-radius:24px;padding:16px;background:rgba(0,0,0,.18);align-self:start;position:sticky;top:100px}.legend button{width:100%;text-align:left;margin:0 0 8px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:#fff;border-radius:14px;padding:12px;cursor:pointer;font-weight:800}.legend button.active{background:linear-gradient(135deg,var(--green),#c6ff58);color:#071006}.reward-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.reward-card{position:relative;border:1px solid var(--line);background:radial-gradient(circle at 80% 0%,rgba(124,255,31,.13),transparent 28%),rgba(255,255,255,.04);border-radius:24px;padding:22px;min-height:190px;overflow:hidden;transition:.22s ease}.reward-card:hover{transform:translateY(-4px);box-shadow:0 24px 70px rgba(0,0,0,.42),0 0 35px rgba(124,255,31,.14)}.reward-card .badge{display:inline-flex;border:1px solid rgba(124,255,31,.25);border-radius:999px;padding:7px 10px;font-size:11px;color:var(--green);font-weight:900;margin-bottom:12px}.reward-card h3{font-size:24px}.reward-card .open{position:absolute;right:18px;bottom:18px;color:var(--green);font-weight:900}.review-slider{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:32px;background:rgba(255,255,255,.04);padding:24px}.review-track{display:flex;gap:16px;animation:slideReviews 24s linear infinite}.review-card{min-width:360px;border:1px solid var(--line);border-radius:24px;padding:22px;background:rgba(0,0,0,.22)}.stars{color:#d4ff38;letter-spacing:.08em;font-size:18px}.review-card b{display:block;margin:10px 0 6px}.review-card p{font-size:14px}@keyframes slideReviews{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.flag-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(216,255,89,.5);background:linear-gradient(135deg,rgba(124,255,31,.16),rgba(244,201,93,.08));border-radius:28px;padding:22px;margin-bottom:28px;box-shadow:0 0 40px rgba(124,255,31,.12)}.flag-banner strong{font-size:clamp(28px,4vw,48px);letter-spacing:-.04em}.lead-demo{display:grid;grid-template-columns:1fr 1fr;gap:22px}.demo-board{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.04);padding:18px}.demo-row{display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid var(--line2);padding:14px 0}.demo-row:last-child{border-bottom:0}.status{border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;background:rgba(124,255,31,.13);color:var(--green)}.pricing-table{border:1px solid var(--line);border-radius:30px;overflow:hidden;background:rgba(255,255,255,.035)}.price-row{display:grid;grid-template-columns:1.4fr 1fr 1.6fr .7fr;border-bottom:1px solid var(--line2)}.price-row>div{padding:18px;border-right:1px solid var(--line2)}.price-row>div:last-child{border-right:0}.price-row.head{background:rgba(124,255,31,.15);color:var(--green);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.price-row b{color:#fff}.price{color:var(--green);font-weight:1000}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.form{display:grid;gap:12px}.form input,.form textarea,.form select{width:100%;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.055);color:#fff;padding:14px 15px;outline:none}.form textarea{min-height:140px;resize:vertical}.form select option{background:#061006;color:#fff}.quick-floating{position:fixed;right:18px;bottom:18px;z-index:90;display:flex;flex-direction:column;gap:12px}.float{width:58px;height:58px;border-radius:50%;border:1px solid rgba(124,255,31,.45);background:linear-gradient(135deg,rgba(124,255,31,.95),rgba(15,99,30,.95));color:#061006;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 0 34px rgba(124,255,31,.35);cursor:pointer}.float.secondary{background:rgba(7,18,10,.82);color:#fff}.chat-panel{position:fixed;right:92px;bottom:18px;width:min(420px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 110px));overflow:auto;border:1px solid var(--line);border-radius:28px;background:rgba(3,10,4,.92);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:var(--shadow);z-index:100;padding:20px;transform:translateY(20px) scale(.98);opacity:0;visibility:hidden;transition:.22s ease}.chat-panel.open{transform:translateY(0) scale(1);opacity:1;visibility:visible}.chat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.close{border:1px solid var(--line);background:rgba(255,255,255,.05);color:#fff;border-radius:12px;width:36px;height:36px}.chat-chips{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.chat-chips button{border:1px solid var(--line);border-radius:999px;background:rgba(124,255,31,.06);color:#dcffd6;padding:8px 10px;font-size:12px;cursor:pointer}.toast{font-size:13px;color:var(--green);min-height:18px}.footer{border-top:1px solid var(--line2);padding:46px 0 28px;background:rgba(0,0,0,.34)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:26px}.footer-logo{width:74px;filter:drop-shadow(0 0 20px rgba(124,255,31,.36));margin-bottom:16px}.footer a{display:block;color:#cde0c8;margin:8px 0}.footer h3{font-size:15px;margin-bottom:12px;letter-spacing:0}.footer-bottom{border-top:1px solid var(--line2);margin-top:28px;padding-top:20px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease}.reveal.in{opacity:1;transform:translateY(0)}
@media(max-width:1050px){.hamb{display:block}.navlinks{position:absolute;top:78px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;background:rgba(2,6,3,.96);border:1px solid var(--line);border-radius:24px;padding:12px}.navlinks.open{display:flex}.navlinks a{width:100%}.nav-cta{display:none}.hero-grid,.blog-hero,.split,.split.reverse,.contact-grid,.reward-layout,.lead-demo{grid-template-columns:1fr}.trust-row{grid-template-columns:repeat(2,1fr)}.cards,.poster-grid,.post-grid{grid-template-columns:repeat(2,1fr)}.orb-stage{min-height:500px}.legend{position:relative;top:auto}.price-row{grid-template-columns:1fr}.price-row>div{border-right:0;border-bottom:1px solid var(--line2)}.price-row>div:last-child{border-bottom:0}}
@media(max-width:680px){.container{width:min(100% - 28px,1220px)}.section{padding:66px 0}.hero{padding:68px 0 44px}h1{font-size:clamp(39px,13vw,62px)}h2{font-size:clamp(30px,9vw,48px)}.hero p{font-size:16px}.trust-row,.cards,.poster-grid,.post-grid,.reward-grid,.mini-grid,.journey{grid-template-columns:1fr}.orb-stage{min-height:400px;border-radius:30px}.service-chip{position:relative;inset:auto;margin:6px;display:inline-flex}.orb-stage{display:flex;flex-direction:column;padding:28px}.orb-stage:after{width:86%;height:86%}.review-card{min-width:280px}.flag-banner{align-items:flex-start;flex-direction:column}.quick-floating{right:12px;bottom:12px}.float{width:52px;height:52px}.chat-panel{right:12px;left:12px;bottom:78px;width:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:8px}.hero-actions .btn,.actions .btn{width:100%}.blog-device{min-height:320px}.reward-card{min-height:auto}.price-row.head{display:none}}


/* =========================================================
   AlgoaTech interactive globe homepage redesign
   ========================================================= */
.globe-hero{min-height:100svh;padding:94px 0 60px;position:relative;overflow:hidden;background:
  radial-gradient(circle at 72% 30%,rgba(124,255,31,.16),transparent 32%),
  radial-gradient(circle at 20% 65%,rgba(78,255,0,.10),transparent 38%),
  linear-gradient(180deg,rgba(2,8,3,.42),rgba(2,6,3,.82));}
.globe-hero:before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at center,rgba(124,255,31,.08),transparent 45%),
  linear-gradient(rgba(124,255,31,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(124,255,31,.025) 1px,transparent 1px);background-size:100% 100%,64px 64px,64px 64px;mask-image:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.22));pointer-events:none;}
.globe-hero-grid{min-height:calc(100svh - 160px);display:grid;grid-template-columns:minmax(360px,.9fr) minmax(560px,1.1fr);align-items:center;gap:clamp(28px,5vw,74px);position:relative;z-index:2;}
.globe-copy{max-width:650px}.globe-copy .kicker{box-shadow:0 0 28px rgba(124,255,31,.20)}
.globe-copy h1{font-size:clamp(54px,7vw,108px);line-height:.86;letter-spacing:-.075em;margin:18px 0 22px;text-wrap:balance;}
.globe-copy p{max-width:640px;font-size:clamp(16px,1.45vw,21px);line-height:1.65;color:#e2f4dc;font-weight:600;text-shadow:0 10px 28px rgba(0,0,0,.42)}
.globe-tags{margin-top:20px}.globe-actions{margin-top:28px;flex-wrap:wrap}.globe-actions .btn{white-space:nowrap}
.globe-hub{position:relative;height:min(70svh,760px);min-height:560px;border-radius:44px;border:1px solid rgba(124,255,31,.35);background:
  radial-gradient(circle at 50% 48%,rgba(124,255,31,.21),rgba(6,36,8,.24) 42%,rgba(0,0,0,.08) 64%),
  linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.015));box-shadow:0 38px 120px rgba(0,0,0,.55),inset 0 0 65px rgba(124,255,31,.08);perspective:1200px;transform-style:preserve-3d;cursor:grab;isolation:isolate;touch-action:none;}
.globe-hub:active{cursor:grabbing}.globe-hub:before{content:"";position:absolute;inset:26px;border-radius:36px;border:1px solid rgba(124,255,31,.12);background:radial-gradient(circle,rgba(124,255,31,.08),transparent 58%);filter:blur(.2px);}
.globe-hub:after{content:"";position:absolute;left:50%;top:50%;width:88%;height:88%;transform:translate(-50%,-50%);border-radius:50%;background:
  radial-gradient(circle at 35% 25%,rgba(255,255,255,.10),transparent 18%),
  repeating-radial-gradient(circle at center,rgba(124,255,31,.11) 0 1px,transparent 1px 25px);opacity:.55;animation:slowPulse 8s ease-in-out infinite;z-index:-1;}
.globe-instructions{position:absolute;left:28px;top:26px;z-index:8;padding:9px 14px;border:1px solid rgba(124,255,31,.36);border-radius:999px;background:rgba(5,28,6,.78);color:var(--green);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;box-shadow:0 0 24px rgba(124,255,31,.15)}
.globe-core{position:absolute;left:50%;top:50%;width:min(58%,470px);aspect-ratio:1;transform:translate(-50%,-50%) rotateX(var(--tiltY,0deg)) rotateY(var(--tiltX,0deg));transform-style:preserve-3d;border-radius:50%;background:
  radial-gradient(circle at 34% 28%,rgba(255,255,255,.16),transparent 16%),
  radial-gradient(circle at 50% 50%,rgba(124,255,31,.28),rgba(23,74,9,.18) 47%,rgba(2,9,3,.85) 70%);box-shadow:inset 0 0 66px rgba(124,255,31,.16), 0 0 70px rgba(124,255,31,.23),0 34px 80px rgba(0,0,0,.55);z-index:2;transition:transform .12s linear;}
.globe-glass{position:absolute;inset:0;border-radius:50%;background:linear-gradient(145deg,rgba(255,255,255,.13),transparent 38%,rgba(124,255,31,.12) 70%,transparent);border:1px solid rgba(124,255,31,.26);}
.globe-logo{position:absolute;left:50%;top:50%;width:56%;height:56%;object-fit:contain;transform:translate(-50%,-50%) translateZ(72px);filter:drop-shadow(0 22px 25px rgba(0,0,0,.55)) drop-shadow(0 0 26px rgba(124,255,31,.38));animation:logoFloat 5.6s ease-in-out infinite;}
.globe-shadow{position:absolute;left:50%;bottom:-11%;width:60%;height:16%;border-radius:50%;background:radial-gradient(ellipse,rgba(124,255,31,.28),transparent 72%);transform:translateX(-50%);filter:blur(8px);}
.energy-ring{position:absolute;inset:9%;border-radius:50%;border:1px solid rgba(124,255,31,.42);transform-style:preserve-3d;box-shadow:0 0 24px rgba(124,255,31,.18)}
.ring-a{transform:rotateX(72deg) rotateZ(0deg);animation:spinZ 9s linear infinite}.ring-b{transform:rotateX(72deg) rotateZ(65deg);animation:spinZ 13s linear reverse infinite}.ring-c{transform:rotateY(72deg) rotateZ(35deg);animation:spinZ 11s linear infinite}.ring-d{inset:-3%;border-style:dashed;opacity:.35;animation:spinZ 18s linear infinite}
.globe-flare{position:absolute;left:50%;top:50%;width:140%;height:2px;background:linear-gradient(90deg,transparent,rgba(124,255,31,.56),transparent);transform:translate(-50%,-50%) rotate(-11deg);filter:blur(.6px);opacity:.58;}
.globe-node{position:absolute;left:50%;top:50%;z-index:5;width:178px;min-height:78px;padding:13px 14px 13px 62px;border:1px solid rgba(124,255,31,.38);border-radius:22px;background:linear-gradient(145deg,rgba(8,35,10,.86),rgba(4,13,6,.66));box-shadow:0 22px 55px rgba(0,0,0,.35),inset 0 0 22px rgba(124,255,31,.06);color:#f8fff5;text-decoration:none;transform:translate(-50%,-50%);will-change:transform,opacity;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;}
.globe-node:hover{border-color:rgba(124,255,31,.95);box-shadow:0 22px 70px rgba(0,0,0,.4),0 0 36px rgba(124,255,31,.24);background:linear-gradient(145deg,rgba(44,117,15,.84),rgba(5,17,6,.8));}
.globe-node span{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:rgba(124,255,31,.14);border:1px solid rgba(124,255,31,.35);color:var(--green);font-weight:950;font-size:12px;}
.globe-node b{display:block;font-size:15px;letter-spacing:-.02em;line-height:1.1}.globe-node small{display:block;color:#cdebc7;font-size:11px;line-height:1.25;margin-top:4px;font-weight:700}
.globe-route-deck{position:relative;z-index:2;margin-top:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.globe-route-deck a{min-height:122px;padding:22px;border:1px solid rgba(124,255,31,.22);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(124,255,31,.035));color:#fff;box-shadow:inset 0 0 24px rgba(124,255,31,.03);}
.globe-route-deck strong{display:block;color:var(--green);font-size:18px;margin-bottom:8px}.globe-route-deck span{display:block;color:#d7ead4;line-height:1.5;font-weight:600}
@keyframes logoFloat{0%,100%{transform:translate(-50%,-52%) translateZ(72px) scale(1)}50%{transform:translate(-50%,-47%) translateZ(84px) scale(1.025)}}
@keyframes spinZ{to{rotate:360deg}}@keyframes slowPulse{50%{opacity:.86;transform:translate(-50%,-50%) scale(1.04)}}
@media(max-width:1150px){.globe-hero-grid{grid-template-columns:1fr}.globe-copy{text-align:center;margin:auto}.globe-tags,.globe-actions{justify-content:center}.globe-hub{height:680px}.globe-route-deck{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.globe-hero{padding-top:70px}.globe-copy h1{font-size:clamp(44px,13vw,72px);line-height:.9}.globe-hub{height:auto;min-height:0;padding:24px;display:grid;gap:12px}.globe-hub:before,.globe-hub:after{display:none}.globe-core{position:relative;left:auto;top:auto;transform:none!important;width:min(78vw,340px);margin:48px auto 22px}.globe-node{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%;min-height:72px;opacity:1!important;z-index:auto!important}.globe-route-deck{grid-template-columns:1fr}.globe-instructions{left:18px;top:18px}.globe-actions .btn{width:100%}}


/* Homepage only globe overrides */
.globe-home-only{padding:24px 0 18px;min-height:calc(100svh - 78px);display:flex;align-items:center}
.globe-home-only>.container{display:flex;justify-content:center;align-items:center}
.globe-home-only .globe-hub{width:min(100%,760px);height:min(calc(100svh - 180px),780px);min-height:620px;margin-inline:auto}
.globe-home-only .globe-hub:before{inset:20px}
.globe-home-only .globe-core{width:min(54%,400px)}
.globe-home-only .globe-node{width:188px;min-height:84px;padding:14px 14px 14px 66px}
.globe-home-only .globe-node b{font-size:15px}
.globe-home-only .globe-node small{font-size:11px}
.globe-node .node-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(124,255,31,.16),rgba(255,255,255,.04));border:1px solid rgba(124,255,31,.34);color:var(--green);box-shadow:inset 0 0 12px rgba(124,255,31,.08),0 0 18px rgba(124,255,31,.08)}
.globe-node .node-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
body[data-page="home"] .footer{margin-top:0}
@media(max-width:760px){
  .globe-home-only{padding:18px 0 10px;min-height:auto}
  .globe-home-only .globe-hub{width:100%;height:auto;min-height:0}
  .globe-home-only .globe-core{width:min(74vw,320px);margin:52px auto 10px}
  .globe-home-only .globe-node{width:100%;min-height:74px;padding:14px 14px 14px 68px}
}


/* =========================================================
   FINAL ABYSS PATCH — darker galaxy, tighter globe, mobile fix
   ========================================================= */
:root{--bg:#000300;--bg2:#020503;--panel:rgba(2,9,4,.82);--green:#73ff16;--green2:#52ff00;--ink:#fbfff8;--text:#edf9e8;--muted:#bfd5ba;--line:rgba(115,255,22,.31)}
body{background:#000200;color:var(--ink);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-stretch:normal;letter-spacing:0}.page{background:linear-gradient(180deg,rgba(0,2,0,.12),rgba(0,2,0,.84) 72%,#000200)}
.galaxy{background:radial-gradient(circle at 50% 42%,rgba(36,255,0,.08),transparent 34%),radial-gradient(circle at 82% 12%,rgba(115,255,22,.055),transparent 32%),radial-gradient(circle at 12% 82%,rgba(115,255,22,.04),transparent 38%),linear-gradient(135deg,#000 0%,#010401 48%,#000 100%)!important}.galaxy:before{background-image:radial-gradient(rgba(255,255,255,.78) 0 1px,transparent 1.4px),radial-gradient(rgba(115,255,22,.95) 0 1.15px,transparent 1.6px),radial-gradient(rgba(115,255,22,.55) 0 1px,transparent 1.4px)!important;background-size:125px 125px,82px 82px,190px 190px!important;background-position:0 0,44px 25px,90px 110px!important;opacity:.18!important;animation:starDrift 110s linear infinite}.galaxy:after{opacity:.18;animation:slowBeam 28s ease-in-out infinite}.nebula{opacity:.08!important;filter:blur(42px)}.grid-floor{opacity:.045!important}.star{opacity:.42!important;animation-duration:28s!important}.star.s2{animation-duration:34s!important}.star.s3{animation-duration:40s!important}
.header{background:rgba(0,3,0,.72)!important;border-bottom:1px solid rgba(115,255,22,.08)}.navlinks a{font-size:13px}.brand img{filter:drop-shadow(0 0 22px rgba(115,255,22,.42))}.kicker{background:rgba(115,255,22,.08);border-color:rgba(115,255,22,.32)}
h1,h2,h3{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif!important;font-weight:900;letter-spacing:-.055em}.hero h1{max-width:980px}.hero p,.page-sub,.disclaimer{color:#eefce8}.disclaimer,.ad-note,.ad-warning{display:none!important}.small{color:#d5e6cf}.blog-hero>.reveal>p,.hero .feature-box>p:first-of-type{display:none}.feature-box p:not(.small){color:#eefce8}.blog-device{border:1px solid rgba(115,255,22,.24);border-radius:34px;background:linear-gradient(145deg,rgba(115,255,22,.10),rgba(255,255,255,.025));box-shadow:0 30px 100px rgba(0,0,0,.65),0 0 40px rgba(115,255,22,.10);overflow:hidden}.blog-device img{width:100%;height:100%;object-fit:cover}
/* homepage globe must be the homepage */
body[data-page="home"] .page{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.7) 82%,#000)}
.globe-home-only{padding:14px 0 16px!important;min-height:calc(100svh - 78px)!important;display:flex!important;align-items:center;justify-content:center}.globe-home-only>.container{width:min(100% - 28px,1200px);display:grid;place-items:center}.globe-home-only .globe-hub{width:min(94vw,1040px)!important;height:min(calc(100svh - 122px),870px)!important;min-height:690px!important;border-radius:54px!important;background:radial-gradient(circle at 50% 52%,rgba(115,255,22,.18),rgba(10,34,3,.16) 34%,rgba(0,0,0,.65) 67%),linear-gradient(145deg,rgba(115,255,22,.075),rgba(255,255,255,.012))!important;box-shadow:0 45px 160px rgba(0,0,0,.88),0 0 95px rgba(115,255,22,.12),inset 0 0 80px rgba(115,255,22,.08)!important}.globe-home-only .globe-core{width:min(50%,520px)!important}.globe-logo{width:60%!important;filter:drop-shadow(0 24px 28px rgba(0,0,0,.9)) drop-shadow(0 0 42px rgba(115,255,22,.48))!important}.energy-ring{border-color:rgba(115,255,22,.55)!important;box-shadow:0 0 34px rgba(115,255,22,.21)!important}.globe-home-only .globe-node{width:222px!important;min-height:94px!important;padding:15px 16px 15px 72px!important;border-radius:24px!important;background:linear-gradient(145deg,rgba(9,28,8,.92),rgba(1,6,2,.78))!important;box-shadow:0 24px 70px rgba(0,0,0,.62),inset 0 0 25px rgba(115,255,22,.08),0 0 24px rgba(115,255,22,.07)!important}.globe-node .node-icon{width:44px!important;height:44px!important;border-radius:16px!important;background:linear-gradient(145deg,rgba(115,255,22,.20),rgba(255,255,255,.035))!important}.globe-node .node-icon svg{width:25px!important;height:25px!important}.globe-home-only .globe-node b{font-size:17px!important;letter-spacing:-.03em}.globe-home-only .globe-node small{font-size:12px!important;color:#e7ffdf}.globe-instructions{background:rgba(0,8,0,.86)!important;color:#9dff4e!important;border-color:rgba(115,255,22,.45)!important}
/* premium page rebuild components */
.abyss-hero{padding:88px 0 62px}.abyss-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.hero-card-visual{min-height:420px;border-radius:40px;border:1px solid rgba(115,255,22,.28);background:radial-gradient(circle at 50% 40%,rgba(115,255,22,.15),transparent 48%),rgba(255,255,255,.035);box-shadow:0 38px 130px rgba(0,0,0,.65),inset 0 0 60px rgba(115,255,22,.04);overflow:hidden;display:grid;place-items:center}.hero-card-visual img{width:100%;height:100%;object-fit:cover}.center-orb-card{position:relative;min-height:400px}.center-orb-card img{width:min(360px,75%);height:auto;filter:drop-shadow(0 0 55px rgba(115,255,22,.3))}.orbit-lines{position:absolute;inset:12%;border-radius:50%;border:1px solid rgba(115,255,22,.25);animation:spinZ 16s linear infinite}.orbit-lines:before,.orbit-lines:after{content:"";position:absolute;inset:10%;border-radius:50%;border:1px dashed rgba(115,255,22,.22);transform:rotateX(70deg)}
.command-centre{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}.crm-board,.pipeline-board,.contact-panel,.signup-panel{border:1px solid rgba(115,255,22,.28);border-radius:34px;background:linear-gradient(145deg,rgba(9,28,8,.72),rgba(1,5,2,.82));box-shadow:0 32px 105px rgba(0,0,0,.55),inset 0 0 40px rgba(115,255,22,.035);padding:26px}.crm-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.crm-pill{display:inline-flex;padding:9px 12px;border-radius:999px;border:1px solid rgba(115,255,22,.28);color:var(--green);font-weight:900;font-size:12px}.lead-list{display:grid;gap:12px}.lead-item{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.035)}.lead-item b{display:block;font-size:16px}.status{border-radius:999px;background:rgba(115,255,22,.12);color:var(--green);border:1px solid rgba(115,255,22,.25);padding:8px 10px;font-size:12px;font-weight:900}.pipeline-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.metric{border:1px solid rgba(115,255,22,.23);border-radius:20px;padding:18px;background:rgba(255,255,255,.035)}.metric b{display:block;font-size:32px;color:var(--green)}.flow-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:20px}.flow-step{padding:18px;border:1px solid rgba(115,255,22,.22);border-radius:22px;background:rgba(0,0,0,.25);min-height:118px}.flow-step b{color:var(--green);font-size:26px;display:block}.flow-step span{display:block;font-weight:900;margin-top:6px}.floating-sponsor{border:1px solid rgba(115,255,22,.18);border-radius:30px;background:rgba(0,0,0,.32);padding:18px;margin-top:26px}.sponsor-bubbles{display:flex;flex-wrap:wrap;gap:12px}.sponsor-bubbles a{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;border:1px solid rgba(115,255,22,.24);background:rgba(115,255,22,.055);font-weight:900;color:#efffe8}.sponsor-bubbles a:before{content:"✦";color:var(--green)}
.rewards-login-card{border:1px solid rgba(115,255,22,.28);border-radius:34px;background:radial-gradient(circle at 80% 20%,rgba(115,255,22,.13),transparent 34%),linear-gradient(145deg,rgba(115,255,22,.09),rgba(0,0,0,.28));padding:24px;box-shadow:0 34px 100px rgba(0,0,0,.52)}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.76);z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.open{display:flex}.modal-card{width:min(520px,100%);border:1px solid rgba(115,255,22,.36);border-radius:30px;background:linear-gradient(145deg,#061006,#010401);box-shadow:0 35px 120px rgba(0,0,0,.8),0 0 40px rgba(115,255,22,.12);padding:26px}.modal-close{float:right;width:38px;height:38px;border-radius:14px;border:1px solid rgba(115,255,22,.28);background:rgba(255,255,255,.05);color:#fff}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.contact-card{border:1px solid rgba(115,255,22,.22);border-radius:24px;background:rgba(255,255,255,.035);padding:22px}.contact-card b{color:var(--green);display:block;margin-bottom:8px}.bot-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;border:1px solid rgba(115,255,22,.32);background:rgba(115,255,22,.08);font-weight:900;color:#eaffdf}.quick-floating .float{font-size:0}.quick-floating .float:before{content:"🤖";font-size:24px}.quick-floating .secondary:before{content:"☎";font-size:23px}.chat-panel{border-color:rgba(115,255,22,.34)!important;background:linear-gradient(145deg,rgba(4,14,5,.97),rgba(0,2,0,.96))!important}.chat-head h3:before{content:"";color:var(--green)}
/* Remove unfriendly small grey explanations and old ad warnings */
.legend .small,.smart-offer p,.sponsored>.disclaimer{display:none!important}.ad-native{border:1px dashed rgba(244,201,93,.32);border-radius:24px;background:rgba(0,0,0,.22);padding:16px;overflow:hidden}
@media(max-width:1050px){.abyss-grid,.command-centre,.contact-grid{grid-template-columns:1fr!important}.contact-cards{grid-template-columns:1fr}.flow-steps{grid-template-columns:repeat(2,1fr)}.pipeline-metrics{grid-template-columns:1fr 1fr 1fr}.hero-card-visual{min-height:300px}.globe-home-only .globe-hub{height:auto!important;min-height:0!important;max-width:720px}}
@media(max-width:760px){body{overflow-x:hidden}.header{position:sticky}.nav{height:72px}.globe-home-only{padding:10px 0 6px!important;align-items:flex-start!important}.globe-home-only .globe-hub{border-radius:32px!important;padding:18px!important;width:100%!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;gap:11px!important}.globe-home-only .globe-core{position:relative!important;left:auto!important;top:auto!important;width:min(72vw,310px)!important;margin:58px auto 12px!important;transform:none!important}.globe-hub:before,.globe-hub:after{display:none!important}.globe-home-only .globe-node{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;min-height:74px!important;opacity:1!important;filter:none!important;z-index:auto!important}.globe-home-only .globe-node b{font-size:16px!important}.globe-instructions{left:18px!important;top:18px!important}.footer-grid{grid-template-columns:1fr!important}.flow-steps,.pipeline-metrics{grid-template-columns:1fr}.command-centre{grid-template-columns:1fr}.crm-board,.pipeline-board,.contact-panel,.signup-panel{padding:20px;border-radius:26px}.hero-card-visual{min-height:240px}.abyss-hero{padding:58px 0 36px}.abyss-grid{gap:20px}.ad-native{padding:8px}}


/* === Final mobile + abyss + Meet Algoa patch === */
:root{--abyss:#000300;--abyss2:#010701;--green:#66ff18;--line:rgba(102,255,24,.26)}
html,body{background:#000300!important;max-width:100%;overflow-x:hidden} body{font-size:16px} .page{background:linear-gradient(180deg,rgba(0,3,0,.16),rgba(0,3,0,.94) 72%,#000300)!important}.galaxy{background:radial-gradient(circle at 70% 20%,rgba(102,255,24,.055),transparent 30%),radial-gradient(circle at 18% 80%,rgba(102,255,24,.045),transparent 30%),linear-gradient(135deg,#000100 0%,#010701 52%,#000100 100%)!important}.galaxy:before{opacity:.30!important;background-image:radial-gradient(rgba(180,255,155,.95) 0 1px,transparent 1.8px),radial-gradient(rgba(102,255,24,.9) 0 1.2px,transparent 2px)!important;background-size:120px 120px,62px 62px!important}.galaxy:after{opacity:.18;animation:slowBeam 28s ease-in-out infinite!important}.grid-floor{opacity:.08!important}.nebula{opacity:.10!important;filter:blur(54px)!important}.star{opacity:.42!important;animation-duration:20s!important}.star.s2{animation-duration:28s!important}.star.s3{animation-duration:34s!important}
.header{background:rgba(0,3,0,.87)!important}.nav{height:70px}.brand span{letter-spacing:.16em}.container{width:min(1180px,calc(100% - 40px))}.hero{padding:82px 0 56px}.hero h1{font-size:clamp(46px,6.6vw,92px);line-height:.9;letter-spacing:-.07em}.hero p{font-size:16px}.blog-hero,.abyss-grid,.demo-shell{gap:54px}.blog-device,.hero-card-visual,.demo-console{max-width:620px;margin-inline:auto}.blog-device img,.hero-card-visual img{border-radius:30px}
body:not([data-page="home"]) .hero .reveal>p:first-of-type{display:none}.small{color:#c9e8c2}.footer a[href*="superprof"], a[href*="superprof"]{display:none!important}.flag-banner .small{display:none}.flag-banner strong{font-size:clamp(28px,5vw,48px)}
.globe-home-only{min-height:calc(100svh - 70px);padding:18px 0 16px}.globe-home-only .globe-hub{width:min(94vw,880px);height:min(calc(100svh - 130px),860px);min-height:620px;border-radius:52px;background:radial-gradient(circle at 50% 45%,rgba(102,255,24,.25),rgba(5,25,4,.18) 38%,rgba(0,0,0,.42) 67%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.01))!important;box-shadow:0 55px 160px rgba(0,0,0,.75),0 0 90px rgba(102,255,24,.13),inset 0 0 95px rgba(102,255,24,.10)}.globe-home-only .globe-core{width:min(54%,470px)}.globe-home-only .globe-node{width:210px;min-height:88px;border-radius:24px;background:linear-gradient(145deg,rgba(5,28,6,.94),rgba(0,4,0,.76));backdrop-filter:blur(18px)}.node-icon svg,.globe-node svg{stroke:currentColor}.globe-instructions{background:rgba(0,8,0,.82)!important}.globe-logo{filter:drop-shadow(0 30px 42px rgba(0,0,0,.8)) drop-shadow(0 0 40px rgba(102,255,24,.5))!important}.energy-ring{border-color:rgba(102,255,24,.56)!important}.globe-node .node-icon{background:linear-gradient(145deg,rgba(102,255,24,.22),rgba(255,255,255,.035));box-shadow:0 0 24px rgba(102,255,24,.14)}
.demo-console{border:1px solid rgba(102,255,24,.25);border-radius:34px;background:linear-gradient(145deg,rgba(8,32,8,.72),rgba(1,7,1,.72));box-shadow:0 34px 110px rgba(0,0,0,.62),0 0 54px rgba(102,255,24,.10);overflow:hidden}.console-top{display:flex;align-items:center;gap:8px;padding:16px 18px;border-bottom:1px solid rgba(102,255,24,.16);background:rgba(102,255,24,.06)}.console-top span{width:10px;height:10px;border-radius:50%;background:rgba(102,255,24,.75)}.console-top b{margin-left:auto;color:#dfffd8}.console-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;padding:24px}.lead-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.10)}.lead-line span{padding:6px 10px;border-radius:999px;background:rgba(102,255,24,.16);color:var(--green);font-weight:900;font-size:12px}.lead-line small{grid-column:1/-1;color:#bdd7b8}.console-stats{display:grid;gap:14px}.console-stats div{padding:20px;border:1px solid rgba(102,255,24,.24);border-radius:22px;background:rgba(255,255,255,.045)}.console-stats strong{font-size:36px;color:var(--green);display:block}.lead-flow-pro{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.lead-flow-pro article{border:1px solid rgba(102,255,24,.22);border-radius:24px;background:rgba(255,255,255,.04);padding:22px}.lead-flow-pro b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(102,255,24,.16);color:var(--green);margin-bottom:14px}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(102,255,24,.24);border-radius:32px;background:linear-gradient(145deg,rgba(102,255,24,.09),rgba(255,255,255,.035));padding:32px}
.contact-premium-card{background:linear-gradient(145deg,rgba(8,30,8,.72),rgba(2,8,2,.82));box-shadow:0 34px 110px rgba(0,0,0,.62)}.bot-badge{margin-top:20px;border:1px solid rgba(102,255,24,.35);border-radius:999px;background:rgba(102,255,24,.08);color:#fff;padding:13px 18px;font-weight:900;cursor:pointer}.contact-orbits{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.contact-orbits a{padding:22px;border:1px solid rgba(102,255,24,.22);border-radius:24px;background:rgba(255,255,255,.04);text-align:center;font-weight:900;color:#eaffdf}
.ad-orbit-zone{border:1px solid rgba(102,255,24,.22);border-radius:32px;background:linear-gradient(145deg,rgba(102,255,24,.075),rgba(255,255,255,.025));padding:32px}.ad-bubbles{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.ad-bubbles a{padding:16px 20px;border-radius:999px;border:1px solid rgba(102,255,24,.32);background:rgba(0,0,0,.34);font-weight:900}.reward-modal{position:fixed;inset:0;z-index:120;display:none;place-items:center;background:rgba(0,0,0,.72);backdrop-filter:blur(16px);padding:18px}.reward-modal.open{display:grid}.reward-modal-card{width:min(520px,100%);border:1px solid rgba(102,255,24,.28);border-radius:30px;background:linear-gradient(145deg,#020a02,#000300);padding:28px;box-shadow:0 40px 120px rgba(0,0,0,.72)}.modal-close{float:right;width:38px;height:38px;border-radius:50%;border:1px solid rgba(102,255,24,.28);background:rgba(255,255,255,.04);color:#fff;font-size:24px}
.quick-floating{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;flex-direction:column;gap:12px;align-items:flex-end}.float{width:auto;min-width:64px;height:64px;border-radius:999px;border:1px solid rgba(102,255,24,.38);background:linear-gradient(135deg,#65ff18,#b9ff3d);color:#021003;font-weight:950;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 16px;box-shadow:0 14px 46px rgba(102,255,24,.28);cursor:pointer}.float.secondary{width:58px;min-width:58px;padding:0;background:rgba(255,255,255,.05);color:#fff}.bot-face{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#061206;color:#7cff1f;box-shadow:inset 0 0 16px rgba(102,255,24,.25)}.bot-label{font-size:13px;white-space:nowrap}.chat-panel{position:fixed;right:22px;bottom:98px;z-index:101;width:min(440px,calc(100vw - 34px));max-height:min(720px,calc(100svh - 128px));display:none;overflow:hidden;border:1px solid rgba(102,255,24,.28);border-radius:30px;background:linear-gradient(145deg,rgba(1,8,1,.98),rgba(0,3,0,.98));box-shadow:0 40px 130px rgba(0,0,0,.75),0 0 50px rgba(102,255,24,.14)}.chat-panel.open{display:flex;flex-direction:column}.chat-head{display:flex;justify-content:space-between;gap:14px;padding:22px 22px 12px;border-bottom:1px solid rgba(102,255,24,.12)}.chat-head h3{letter-spacing:-.04em}.close{width:38px;height:38px;border-radius:50%;border:1px solid rgba(102,255,24,.25);background:rgba(255,255,255,.04);color:#fff;font-size:24px;cursor:pointer}.chat-thread{padding:16px 18px;overflow:auto;display:grid;gap:12px;min-height:140px;max-height:240px}.msg{max-width:88%;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055)}.msg.bot{border-color:rgba(102,255,24,.22);background:rgba(102,255,24,.07)}.msg.user{margin-left:auto;background:rgba(255,255,255,.10)}.msg b{display:block;color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.msg p{font-size:14px;line-height:1.48;margin:0}.chat-chips{display:flex;gap:8px;flex-wrap:wrap;padding:0 18px 12px}.chat-chips button{border:1px solid rgba(102,255,24,.25);border-radius:999px;background:rgba(102,255,24,.055);color:#dfffd8;padding:8px 10px;font-weight:800;font-size:12px}.chat-form{padding:0 18px 18px;display:grid;gap:10px}.chat-mini-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.form input,.form select,.form textarea{width:100%;border:1px solid rgba(102,255,24,.28);background:rgba(255,255,255,.055);color:#fff;border-radius:16px;padding:14px 15px;outline:none}.form input::placeholder,.form textarea::placeholder{color:#93aa8b}.form textarea{min-height:100px;resize:vertical}.toast{color:var(--green);font-weight:800;font-size:13px;min-height:18px}.chat-panel .btn{width:100%}
@media(max-width:1050px){.nav{height:66px}.hamb{display:block}.navlinks{position:absolute;top:66px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;background:rgba(0,3,0,.98);border:1px solid rgba(102,255,24,.24);border-radius:22px;padding:12px;max-height:calc(100svh - 90px);overflow:auto}.navlinks.open{display:flex}.navlinks a{width:100%;padding:14px}.nav-cta{display:none}.blog-hero,.abyss-grid,.demo-shell,.contact-grid,.split,.split.reverse{grid-template-columns:1fr!important}.hero-card-visual,.blog-device,.demo-console{width:100%}.lead-flow-pro{grid-template-columns:repeat(2,1fr)}.contact-orbits{grid-template-columns:repeat(2,1fr)}.console-grid{grid-template-columns:1fr}.hero h1{text-wrap:balance}.cta-panel{flex-direction:column;align-items:flex-start}}
@media(max-width:760px){.container{width:min(100% - 24px,1180px)}.hero{padding:54px 0 34px}.section{padding:54px 0}h1,.hero h1{font-size:clamp(42px,13.5vw,62px)!important;line-height:.92!important;letter-spacing:-.055em}.hero-actions .btn{width:100%}.globe-home-only{padding:14px 0}.globe-home-only .globe-hub{width:100%;height:auto;min-height:auto;padding:22px;border-radius:28px}.globe-home-only .globe-core{position:relative!important;width:min(75vw,330px)!important;margin:52px auto 16px;left:auto!important;top:auto!important;transform:none!important}.globe-home-only .globe-node{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;min-height:76px;opacity:1!important;filter:none!important;margin:9px 0;padding-left:70px}.globe-home-only .globe-hub:before,.globe-home-only .globe-hub:after{display:none}.lead-flow-pro,.contact-orbits,.reward-grid,.cards,.trust-row,.mini-grid,.journey,.poster-grid,.post-grid{grid-template-columns:1fr!important}.quick-floating{right:12px;bottom:12px}.float{height:56px;min-width:56px;padding:0 12px}.bot-label{display:none}.chat-panel{right:10px;left:10px;bottom:78px;width:auto;max-height:calc(100svh - 96px);border-radius:22px}.chat-thread{max-height:190px}.chat-mini-fields{grid-template-columns:1fr}.chat-head{padding:18px 16px 10px}.chat-form{padding:0 14px 14px}.chat-chips{padding:0 14px 10px}.footer-grid{grid-template-columns:1fr!important}.blog-device img,.hero-card-visual img{max-height:420px;object-fit:contain}.reward-layout{display:block}.legend{position:relative;top:auto;margin-bottom:16px}.price-row{grid-template-columns:1fr!important}.price-row.head{display:none}.price-row>div{border-right:none!important;border-bottom:1px solid rgba(255,255,255,.08)}}

/* final cleanup: remove old AI/provider label from previous iteration */
.chat-head h3:before{content:""!important}
.quick-floating .float{font-size:inherit!important}
.quick-floating .float:before,.quick-floating .secondary:before{content:none!important}
.algoa-chat-launch .bot-label{display:inline!important;font-size:13px!important;font-weight:950!important;letter-spacing:.02em!important}


/* === v14 mobile + Meet Algoa live agent fixes === */
.galaxy{background:radial-gradient(circle at 50% 28%,rgba(55,180,10,.10),transparent 26%),radial-gradient(circle at 82% 16%,rgba(124,255,31,.055),transparent 32%),linear-gradient(135deg,#000 0%,#010401 48%,#000 100%)!important}.galaxy:before{opacity:.24!important;background-image:radial-gradient(rgba(255,255,255,.7) 0 1px,transparent 1.25px),radial-gradient(rgba(124,255,31,.85) 0 1px,transparent 1.4px)!important;background-size:120px 120px,74px 74px!important}.grid-floor{opacity:.10!important}
body.chat-open{overflow:hidden}.quick-floating{right:22px!important;bottom:22px!important;z-index:900!important}.algoa-chat-launch{min-width:166px!important;height:62px!important;padding:0 18px!important;border-radius:999px!important}.bot-face{width:38px!important;height:38px!important;background:radial-gradient(circle at 30% 20%,#dfff91,#5dff17 44%,#0c2a07 100%)!important;color:#061006!important}.bot-label{font-weight:950!important;letter-spacing:.01em!important}.chat-panel.algoa-agent-panel{position:fixed!important;right:22px!important;bottom:96px!important;top:auto!important;width:min(540px,calc(100vw - 44px))!important;max-height:calc(100svh - 124px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:34px!important;border:1px solid rgba(124,255,31,.34)!important;background:radial-gradient(circle at 100% 0%,rgba(124,255,31,.13),transparent 36%),linear-gradient(145deg,rgba(1,10,2,.98),rgba(0,0,0,.985))!important;box-shadow:0 42px 140px rgba(0,0,0,.82),0 0 70px rgba(124,255,31,.12)!important;opacity:0!important;visibility:hidden!important;transform:translateY(18px) scale(.985)!important;transition:.22s ease!important;z-index:1000!important}.chat-panel.algoa-agent-panel.open{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important}.chat-head{flex:0 0 auto!important;padding:20px 22px 14px!important;border-bottom:1px solid rgba(124,255,31,.13)!important}.chat-title-wrap h3{font-size:clamp(24px,2.4vw,36px)!important;line-height:.94!important;margin-top:6px!important}.chat-title-wrap .small{max-width:390px!important;color:#dbf5d6!important}.chat-panel .kicker{margin-bottom:4px!important}.chat-thread{flex:1 1 auto!important;min-height:180px!important;max-height:none!important;overflow-y:auto!important;padding:16px 18px!important;display:grid!important;gap:12px!important;align-content:start!important;scrollbar-width:thin;scrollbar-color:rgba(124,255,31,.65) rgba(255,255,255,.06)}.chat-thread::-webkit-scrollbar{width:9px}.chat-thread::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.chat-thread::-webkit-scrollbar-thumb{background:rgba(124,255,31,.55);border-radius:999px}.msg{max-width:88%!important;border-radius:20px!important;padding:13px 15px!important}.msg.bot{border-color:rgba(124,255,31,.26)!important;background:linear-gradient(145deg,rgba(124,255,31,.08),rgba(255,255,255,.025))!important}.msg.user{margin-left:auto!important;background:rgba(255,255,255,.10)!important}.msg p{font-size:14px!important;line-height:1.52!important;color:#f2ffe9!important}.chat-chips{flex:0 0 auto!important;padding:0 18px 12px!important;gap:8px!important;display:flex!important;flex-wrap:wrap!important}.chat-chips button{font-size:12px!important;font-weight:850!important;background:rgba(124,255,31,.07)!important}.chat-form{flex:0 0 auto!important;padding:14px 18px 18px!important;border-top:1px solid rgba(124,255,31,.13)!important;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.32))!important;display:grid!important;gap:10px!important}.chat-mini-fields{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}.chat-mini-fields input:nth-child(3){grid-column:1 / -1}.chat-form input,.chat-form select,.chat-form textarea{border-color:rgba(124,255,31,.34)!important;background:rgba(255,255,255,.075)!important;color:#fff!important;border-radius:16px!important}.chat-form input,.chat-form select{height:48px!important}.voice-row{position:relative}.voice-row textarea{min-height:92px!important;padding-right:60px!important}.voice-btn{position:absolute;right:10px;bottom:10px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(124,255,31,.45);background:linear-gradient(135deg,rgba(124,255,31,.95),rgba(58,180,15,.92));color:#061006;font-size:20px;cursor:pointer;box-shadow:0 0 24px rgba(124,255,31,.24)}.voice-btn.listening{animation:voicePulse 1s ease-in-out infinite;background:linear-gradient(135deg,#fff,#7cff1f)}@keyframes voicePulse{50%{transform:scale(1.08);box-shadow:0 0 42px rgba(124,255,31,.55)}}.chat-actions-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.chat-actions-row .btn{height:52px!important;padding:0 18px!important}.speak-toggle{min-width:150px!important}.toast{font-size:13px!important;color:#9cff73!important;min-height:19px!important;font-weight:800!important}.contact-grid{align-items:start}.training-score .small,.flag-banner .small{display:none!important}
@media(max-width:760px){.quick-floating{right:12px!important;bottom:12px!important}.algoa-chat-launch{min-width:56px!important;width:56px!important;height:56px!important;padding:0!important}.algoa-chat-launch .bot-label{display:none!important}.float.secondary{width:54px!important;min-width:54px!important;height:54px!important}.chat-panel.algoa-agent-panel{inset:10px!important;width:auto!important;max-height:none!important;height:calc(100svh - 20px)!important;border-radius:24px!important}.chat-head{padding:16px 16px 10px!important}.chat-title-wrap h3{font-size:28px!important}.chat-title-wrap .small{font-size:12px!important;line-height:1.45!important}.chat-thread{min-height:0!important;padding:12px 14px!important}.msg{max-width:94%!important}.chat-chips{padding:0 14px 10px!important;max-height:84px!important;overflow:auto!important}.chat-chips button{font-size:11px!important;padding:8px 9px!important}.chat-form{padding:12px 14px 14px!important}.chat-mini-fields{grid-template-columns:1fr!important}.chat-mini-fields input:nth-child(3){grid-column:auto}.chat-form input,.chat-form select{height:44px!important;padding:11px 13px!important}.voice-row textarea{min-height:78px!important}.chat-actions-row{grid-template-columns:1fr!important}.speak-toggle{display:none!important}.globe-home-only .globe-hub{padding-bottom:18px!important}.footer{padding-bottom:92px!important}.hero h1{max-width:100%!important;overflow-wrap:break-word!important}.hero-card-visual,.blog-device{width:100%!important}.lead-demo,.contact-grid,.abyss-grid{grid-template-columns:1fr!important}}


/* FINAL FIX: darker abyss, tighter mobile, training page and Meet Algoa chat */
html,body{background:#000!important;max-width:100%;overflow-x:hidden}.galaxy{background:radial-gradient(circle at 50% 18%,rgba(92,255,0,.10),transparent 28%),radial-gradient(circle at 12% 76%,rgba(70,255,0,.05),transparent 24%),linear-gradient(135deg,#000 0%,#020703 45%,#000 100%)!important}.galaxy:before{opacity:.26!important;background-size:78px 78px,142px 142px!important}.page{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.78) 72%,#000)!important}.hero{overflow:hidden}.hero h1{font-size:clamp(52px,6.1vw,98px)!important;line-height:.89!important;letter-spacing:-.065em!important}.hero p{max-width:680px}.globe-home-only .globe-hub{height:min(calc(100svh - 155px),760px)!important;min-height:580px!important;width:min(100%,760px)!important;box-shadow:0 50px 170px rgba(0,0,0,.9),0 0 95px rgba(103,255,18,.18),inset 0 0 80px rgba(103,255,18,.09)!important}.globe-home-only .globe-core{width:min(55%,420px)!important}.footer{background:rgba(0,0,0,.66)!important}.footer p,.footer a,.footer span{font-size:15px;line-height:1.65}.footer-grid{align-items:start}.chat-panel.algoa-agent-panel{right:22px!important;bottom:96px!important;width:min(500px,calc(100vw - 44px))!important;max-height:calc(100dvh - 118px)!important}.chat-thread{min-height:150px!important;max-height:230px!important;flex:0 1 auto!important}.chat-form{gap:9px!important}.chat-actions-row{grid-template-columns:1fr!important}.speak-toggle{display:none!important}.chat-form input,.chat-form select{height:44px!important}.voice-row textarea{min-height:86px!important}.toast:empty{display:none}.training-clean-hero{min-height:auto;padding:92px 0 56px}.training-clean-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.training-clean-copy{max-width:620px}.training-clean-copy p{font-size:18px}.training-visual-card{border:1px solid rgba(124,255,31,.25);border-radius:34px;padding:14px;background:linear-gradient(145deg,rgba(124,255,31,.08),rgba(255,255,255,.03));box-shadow:0 34px 120px rgba(0,0,0,.55),0 0 50px rgba(124,255,31,.11)}.training-visual-card img{border-radius:24px;width:100%;height:auto}.training-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.training-topic-grid article{border:1px solid rgba(124,255,31,.23);border-radius:26px;background:rgba(255,255,255,.045);padding:24px}.topic-icon{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;border:1px solid rgba(124,255,31,.28);background:rgba(124,255,31,.10);font-size:26px;margin-bottom:16px}.training-path{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;border:1px solid rgba(124,255,31,.24);border-radius:34px;padding:28px;background:radial-gradient(circle at 100% 0,rgba(124,255,31,.12),transparent 36%),rgba(255,255,255,.035)}.training-path-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.training-path-steps div{border:1px solid rgba(124,255,31,.18);border-radius:20px;background:rgba(0,0,0,.22);padding:18px}.training-path-steps b{color:var(--green);font-size:24px;display:block}.training-path-steps span{color:#e8ffe3;font-weight:800}.training-score,.review-slider,.flag-banner .small{display:none!important}
@media(max-width:1050px){.training-clean-grid,.training-path{grid-template-columns:1fr}.training-topic-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:clamp(46px,8vw,78px)!important}}
@media(max-width:760px){body{min-width:0}.header{position:sticky!important}.nav{height:70px}.brand span{font-size:13px}.container{width:min(100% - 24px,1200px)!important}.hero{padding:48px 0 34px!important}.hero h1{font-size:clamp(38px,12.8vw,58px)!important;line-height:.92!important;letter-spacing:-.055em!important}.hero p{font-size:15px!important;line-height:1.65!important}.globe-home-only .globe-hub{height:auto!important;min-height:0!important;width:100%!important;padding:20px!important;border-radius:26px!important}.globe-home-only .globe-core{width:min(74vw,310px)!important;margin:50px auto 18px!important}.globe-home-only .globe-node{width:100%!important;min-height:72px!important;margin:8px 0!important}.globe-instructions{font-size:10px!important;left:16px!important;top:16px!important}.chat-panel.algoa-agent-panel{left:8px!important;right:8px!important;top:8px!important;bottom:8px!important;width:auto!important;height:auto!important;max-height:none!important;border-radius:22px!important}.chat-head{padding:14px 14px 8px!important}.chat-title-wrap h3{font-size:26px!important}.chat-title-wrap .small{font-size:12px!important}.chat-thread{min-height:120px!important;max-height:30dvh!important;padding:10px 12px!important}.chat-chips{max-height:75px!important;overflow-y:auto!important;padding:0 12px 8px!important}.chat-form{padding:10px 12px 12px!important}.chat-mini-fields{grid-template-columns:1fr!important}.voice-row textarea{min-height:70px!important}.footer{padding-bottom:92px!important}.footer-grid{grid-template-columns:1fr!important}.training-clean-hero{padding-top:56px!important}.training-topic-grid,.training-path-steps{grid-template-columns:1fr}.training-visual-card{padding:8px;border-radius:24px}.training-visual-card img{border-radius:18px}.contact-grid,.lead-demo,.demo-shell,.abyss-grid,.split,.split.reverse{grid-template-columns:1fr!important}.demo-console{width:100%!important;overflow:hidden}.console-grid{grid-template-columns:1fr!important}.console-stats{grid-template-columns:1fr!important}.price-row{grid-template-columns:1fr!important}.price-row.head{display:none!important}}


/* =========================================================
   FINAL HOMEPAGE GLOBE V3 — full-screen premium hub
   ========================================================= */
body[data-page="home"] .page{
  min-height:100svh!important;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.42) 68%,#000 100%)!important;
}
body[data-page="home"] .header{
  background:rgba(0,0,0,.74)!important;
  border-bottom:1px solid rgba(116,255,21,.12)!important;
}
body[data-page="home"] main{display:block!important;min-height:calc(100svh - 70px)!important;}
body[data-page="home"] .globe-home-only{
  min-height:calc(100svh - 78px)!important;
  padding:18px 0 20px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
body[data-page="home"] .globe-home-only>.container{
  width:min(100% - 44px,1280px)!important;
  display:grid!important;
  place-items:center!important;
  margin-inline:auto!important;
}
@media(min-width:761px){
  body[data-page="home"] .globe-home-only .globe-hub{
    width:min(96vw,1120px)!important;
    height:min(calc(100svh - 130px),820px)!important;
    min-height:620px!important;
    max-height:820px!important;
    border-radius:58px!important;
    overflow:hidden!important;
    position:relative!important;
    background:
      radial-gradient(circle at 50% 48%,rgba(130,255,25,.28),rgba(27,89,8,.14) 25%,rgba(1,7,1,.66) 58%,rgba(0,0,0,.94) 100%),
      radial-gradient(circle at 50% 50%,rgba(106,255,17,.08),transparent 54%),
      linear-gradient(145deg,rgba(118,255,25,.07),rgba(255,255,255,.01))!important;
    border:1px solid rgba(125,255,29,.34)!important;
    box-shadow:
      0 60px 180px rgba(0,0,0,.9),
      0 0 120px rgba(113,255,16,.16),
      inset 0 0 95px rgba(113,255,16,.11)!important;
    transform-style:preserve-3d!important;
  }
  body[data-page="home"] .globe-home-only .globe-hub:before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:26px!important;
    border-radius:46px!important;
    border:1px solid rgba(124,255,31,.16)!important;
    background:
      radial-gradient(circle at 50% 50%,rgba(124,255,31,.10),transparent 44%),
      repeating-radial-gradient(circle at 50% 50%,rgba(124,255,31,.16) 0 1px,transparent 1px 34px)!important;
    opacity:.68!important;
    pointer-events:none!important;
  }
  body[data-page="home"] .globe-home-only .globe-hub:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:min(72%,760px)!important;
    height:min(72%,760px)!important;
    transform:translate(-50%,-50%) rotateX(64deg)!important;
    border-radius:50%!important;
    border:1px solid rgba(124,255,31,.30)!important;
    box-shadow:0 0 56px rgba(124,255,31,.12),inset 0 0 48px rgba(124,255,31,.08)!important;
    background:radial-gradient(ellipse at center,rgba(124,255,31,.07),transparent 60%)!important;
    animation:globeHaloBreath 7s ease-in-out infinite!important;
    pointer-events:none!important;
  }
  body[data-page="home"] .globe-instructions{
    position:absolute!important;
    left:34px!important;
    top:30px!important;
    z-index:50!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    background:rgba(2,12,2,.88)!important;
    border:1px solid rgba(124,255,31,.48)!important;
    color:#b7ff6a!important;
    border-radius:999px!important;
    padding:12px 16px!important;
    font-size:12px!important;
    letter-spacing:.14em!important;
    text-transform:uppercase!important;
    font-weight:950!important;
    box-shadow:0 0 28px rgba(124,255,31,.16)!important;
  }
  body[data-page="home"] .globe-core{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:min(42vw,520px)!important;
    max-width:520px!important;
    min-width:350px!important;
    aspect-ratio:1/1!important;
    transform:translate(-50%,-50%) rotateX(var(--tiltY,0deg)) rotateY(var(--tiltX,0deg))!important;
    border-radius:50%!important;
    z-index:5!important;
    background:
      radial-gradient(circle at 35% 25%,rgba(255,255,255,.20),transparent 12%),
      radial-gradient(circle at 50% 46%,rgba(131,255,25,.38),rgba(33,90,9,.21) 40%,rgba(0,0,0,.80) 69%)!important;
    box-shadow:
      inset 0 0 80px rgba(124,255,31,.18),
      0 0 110px rgba(124,255,31,.30),
      0 46px 110px rgba(0,0,0,.78)!important;
    transition:transform .11s linear!important;
  }
  body[data-page="home"] .globe-logo{
    width:62%!important;
    height:62%!important;
    object-fit:contain!important;
    filter:drop-shadow(0 34px 30px rgba(0,0,0,.88)) drop-shadow(0 0 52px rgba(124,255,31,.58))!important;
    animation:logoFloat 5.4s ease-in-out infinite!important;
  }
  body[data-page="home"] .energy-ring{border-color:rgba(139,255,36,.62)!important;box-shadow:0 0 42px rgba(139,255,36,.25)!important;}
  body[data-page="home"] .ring-a{animation:spinZ 11s linear infinite!important;}
  body[data-page="home"] .ring-b{animation:spinZ 17s linear reverse infinite!important;}
  body[data-page="home"] .ring-c{animation:spinZ 14s linear infinite!important;}
  body[data-page="home"] .ring-d{animation:spinZ 22s linear reverse infinite!important;}
  body[data-page="home"] .globe-node{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:238px!important;
    min-height:92px!important;
    padding:15px 16px 15px 76px!important;
    border-radius:26px!important;
    border:1px solid rgba(137,255,34,.36)!important;
    background:linear-gradient(145deg,rgba(10,35,8,.92),rgba(0,8,0,.74))!important;
    box-shadow:0 28px 80px rgba(0,0,0,.62),0 0 28px rgba(124,255,31,.10),inset 0 0 24px rgba(124,255,31,.07)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    color:#f8fff4!important;
    text-decoration:none!important;
    transform:translate(-50%,-50%)!important;
    will-change:transform,opacity,filter!important;
    transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
  }
  body[data-page="home"] .globe-node:hover{
    border-color:rgba(144,255,37,.98)!important;
    background:linear-gradient(145deg,rgba(39,112,12,.90),rgba(3,13,3,.86))!important;
    box-shadow:0 34px 100px rgba(0,0,0,.7),0 0 46px rgba(124,255,31,.28),inset 0 0 34px rgba(124,255,31,.12)!important;
  }
  body[data-page="home"] .globe-node .node-icon{
    position:absolute!important;
    left:16px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:46px!important;
    height:46px!important;
    border-radius:18px!important;
    display:grid!important;
    place-items:center!important;
    color:#9cff45!important;
    background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.16),transparent 22%),linear-gradient(145deg,rgba(124,255,31,.22),rgba(255,255,255,.035))!important;
    border:1px solid rgba(124,255,31,.42)!important;
    box-shadow:inset 0 0 16px rgba(124,255,31,.12),0 0 28px rgba(124,255,31,.15)!important;
  }
  body[data-page="home"] .globe-node .node-icon svg{width:25px!important;height:25px!important;stroke:currentColor!important;fill:none!important;stroke-width:1.9!important;}
  body[data-page="home"] .globe-node b{display:block!important;font-size:17px!important;line-height:1.06!important;font-weight:950!important;letter-spacing:-.03em!important;color:#fff!important;}
  body[data-page="home"] .globe-node small{display:block!important;margin-top:5px!important;font-size:12px!important;line-height:1.24!important;color:#d9ffd0!important;font-weight:800!important;}
}
@keyframes globeHaloBreath{0%,100%{opacity:.46;filter:blur(.2px)}50%{opacity:.9;filter:blur(.8px)}}
@media(max-width:760px){
  body[data-page="home"] main{min-height:auto!important;}
  body[data-page="home"] .globe-home-only{padding:18px 0 20px!important;min-height:auto!important;}
  body[data-page="home"] .globe-home-only>.container{width:min(100% - 24px,720px)!important;}
  body[data-page="home"] .globe-home-only .globe-hub{
    width:100%!important;height:auto!important;min-height:0!important;padding:18px!important;border-radius:30px!important;
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;
    background:radial-gradient(circle at 50% 22%,rgba(116,255,21,.20),transparent 32%),linear-gradient(145deg,rgba(116,255,21,.06),rgba(0,0,0,.70))!important;
  }
  body[data-page="home"] .globe-home-only .globe-hub:before,body[data-page="home"] .globe-home-only .globe-hub:after{display:none!important;}
  body[data-page="home"] .globe-instructions{position:relative!important;left:auto!important;top:auto!important;grid-column:1/-1!important;justify-self:start!important;margin-bottom:6px!important;font-size:10px!important;padding:9px 12px!important;}
  body[data-page="home"] .globe-core{position:relative!important;left:auto!important;top:auto!important;grid-column:1/-1!important;width:min(78vw,340px)!important;min-width:0!important;margin:12px auto 16px!important;transform:none!important;}
  body[data-page="home"] .globe-node{position:relative!important;left:auto!important;top:auto!important;width:100%!important;min-height:88px!important;margin:0!important;padding:14px 12px 14px 60px!important;transform:none!important;opacity:1!important;filter:none!important;border-radius:22px!important;}
  body[data-page="home"] .globe-node .node-icon{width:38px!important;height:38px!important;left:12px!important;}
  body[data-page="home"] .globe-node b{font-size:14px!important;line-height:1.08!important;}
  body[data-page="home"] .globe-node small{font-size:10.5px!important;line-height:1.2!important;}
}
@media(max-width:420px){body[data-page="home"] .globe-home-only .globe-hub{grid-template-columns:1fr!important}body[data-page="home"] .globe-core{width:min(84vw,300px)!important}}


/* Globe orbit safety patch: visible desktop positions before JavaScript finishes */
@media(min-width:761px){
  body[data-page="home"] .globe-node[data-angle="0"]{transform:translate(-50%,-50%) translate3d(365px,0,28px) scale(1.02)!important;opacity:1!important;filter:none!important;z-index:44!important;}
  body[data-page="home"] .globe-node[data-angle="45"]{transform:translate(-50%,-50%) translate3d(258px,194px,34px) scale(1.03)!important;opacity:1!important;filter:none!important;z-index:46!important;}
  body[data-page="home"] .globe-node[data-angle="90"]{transform:translate(-50%,-50%) translate3d(0,275px,40px) scale(1.04)!important;opacity:1!important;filter:none!important;z-index:48!important;}
  body[data-page="home"] .globe-node[data-angle="135"]{transform:translate(-50%,-50%) translate3d(-258px,194px,34px) scale(1.03)!important;opacity:1!important;filter:none!important;z-index:46!important;}
  body[data-page="home"] .globe-node[data-angle="180"]{transform:translate(-50%,-50%) translate3d(-365px,0,28px) scale(1.02)!important;opacity:1!important;filter:none!important;z-index:44!important;}
  body[data-page="home"] .globe-node[data-angle="225"]{transform:translate(-50%,-50%) translate3d(-258px,-194px,22px) scale(.98)!important;opacity:1!important;filter:none!important;z-index:42!important;}
  body[data-page="home"] .globe-node[data-angle="270"]{transform:translate(-50%,-50%) translate3d(0,-275px,18px) scale(.97)!important;opacity:1!important;filter:none!important;z-index:41!important;}
  body[data-page="home"] .globe-node[data-angle="315"]{transform:translate(-50%,-50%) translate3d(258px,-194px,22px) scale(.98)!important;opacity:1!important;filter:none!important;z-index:42!important;}
}
