:root{
  --bg:#f7f9ff;--white:#fff;--ink:#101c3a;--ink2:#26365a;--muted:#6d7893;--line:#e2e7f2;
  --blue:#245cff;--blue2:#0aa7ff;--violet:#a744ff;--purple:#7938ff;--green:#17a976;--gold:#d8a927;
  --soft:#f1f5ff;--shadow:0 22px 70px rgba(52,69,130,.12);--shadow-sm:0 10px 30px rgba(40,63,125,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#fff 0,#f8faff 42%,#fff 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}button,input{font:inherit}.gv-home{overflow-x:hidden}

/* header */
.growth-header{height:82px;position:sticky;top:0;z-index:80;display:flex;align-items:center;gap:30px;padding:0 clamp(18px,4vw,64px);background:rgba(255,255,255,.92);border-bottom:1px solid rgba(220,227,241,.9);backdrop-filter:blur(18px);box-shadow:0 5px 28px rgba(44,56,100,.035)}
.growth-brand{display:flex;align-items:center;gap:10px;min-width:228px;text-decoration:none}.growth-brand>img{width:50px;height:50px;object-fit:cover;border-radius:50%;filter:drop-shadow(0 5px 10px rgba(58,69,180,.18))}.growth-brand>span{display:grid;line-height:1}.growth-brand b{font-size:15px;letter-spacing:.07em;color:#17244a}.growth-brand strong{font-size:9px;letter-spacing:.35em;color:#4871ff;margin-top:3px}.growth-brand small{font-size:5.6px;letter-spacing:.18em;color:#8a7ae6;margin-top:5px;font-weight:800}.growth-header nav{display:flex;align-items:center;justify-content:center;gap:27px;margin:auto}.growth-header nav a{position:relative;text-decoration:none;color:#46536d;font-size:12px;font-weight:760;padding:31px 0}.growth-header nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:21px;height:2px;border-radius:3px;background:linear-gradient(90deg,var(--blue),var(--violet));transition:.2s}.growth-header nav a:hover{color:var(--blue)}.growth-header nav a:hover:after{left:0;right:0}.growth-header-actions{display:flex;align-items:center;gap:8px}.growth-header form{margin:0;display:block}
.gbtn{border:1px solid #dbe1ef;border-radius:11px;min-height:40px;padding:0 17px;text-decoration:none;font-size:11px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#364365;cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s}.gbtn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(58,78,145,.12);border-color:#bfcaf0}.gbtn.primary{background:linear-gradient(100deg,#175cff 0,#4e65ff 56%,#b03ef4 100%);border-color:transparent;color:#fff;box-shadow:0 10px 26px rgba(51,86,235,.22)}.gbtn.ghost{background:rgba(255,255,255,.9)}.gbtn.xl{min-height:50px;padding:0 22px;font-size:12px;border-radius:13px}

/* hero */
.growth-hero{position:relative;isolation:isolate;min-height:665px;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);gap:55px;align-items:center;padding:66px clamp(24px,5vw,78px) 58px;overflow:hidden;background:radial-gradient(circle at 78% 12%,rgba(123,140,255,.10),transparent 24%),radial-gradient(circle at 92% 86%,rgba(174,92,255,.08),transparent 24%),linear-gradient(180deg,#fff 0,#f9fbff 100%)}.growth-hero:before{content:"";position:absolute;inset:0;z-index:-3;background-image:linear-gradient(rgba(74,100,180,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(74,100,180,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000 0,transparent 85%)}.hero-aurora{position:absolute;z-index:-2;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-aurora-one{width:680px;height:520px;right:-120px;top:-90px;background:radial-gradient(circle,rgba(56,123,255,.20),rgba(164,64,255,.10) 44%,transparent 72%)}.hero-aurora-two{width:560px;height:360px;left:-220px;bottom:-130px;background:radial-gradient(circle,rgba(30,188,255,.14),transparent 69%)}
.hero-copy{position:relative;z-index:2;max-width:760px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dce6ff;background:#f6f8ff;border-radius:999px;color:#3762da;font-size:10px;font-weight:900;letter-spacing:.11em}.hero-kicker i{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#176cff,#b53df3);box-shadow:0 0 0 5px rgba(50,101,255,.08)}.hero-copy h1{font-size:clamp(42px,5.2vw,72px);line-height:1.04;letter-spacing:-.052em;margin:18px 0 18px;color:#111b38}.hero-copy h1 em{font-style:normal;background:linear-gradient(95deg,#125dff 10%,#624cff 60%,#b441ef);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{font-size:16px;line-height:1.75;color:#68758e;max-width:690px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.hero-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px;max-width:750px}.hero-proof span{display:flex;align-items:center;gap:8px;color:#5f6d88;font-size:10px;font-weight:760;white-space:nowrap}.hero-proof b{width:28px;height:28px;border:1px solid #dfe6f7;background:#fff;border-radius:9px;display:grid;place-items:center;color:#4168e8;box-shadow:var(--shadow-sm)}
.hero-brand-stage{position:relative;z-index:2;min-height:510px;display:grid;place-items:center}.hero-logo-halo{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(67,131,255,.14) 0,rgba(172,66,255,.07) 42%,transparent 67%);filter:blur(4px)}.hero-main-logo{position:relative;width:min(100%,520px);aspect-ratio:1;object-fit:cover;border-radius:38px;mix-blend-mode:multiply;filter:drop-shadow(0 28px 35px rgba(58,69,160,.14));transform:translateY(-8px)}.hero-float-card{position:absolute;background:rgba(255,255,255,.92);border:1px solid rgba(220,228,245,.96);border-radius:15px;padding:13px 15px;box-shadow:0 16px 45px rgba(59,79,150,.12);backdrop-filter:blur(14px);display:grid;gap:3px;min-width:184px}.hero-float-card small{font-size:8px;letter-spacing:.12em;color:#7e89a0;font-weight:900}.hero-float-card b{font-size:12px}.hero-float-card span{font-size:9px;color:#72809b}.float-one{left:0;bottom:100px}.float-two{right:-10px;top:84px}

/* trust strip */
.growth-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 clamp(24px,5vw,78px);background:rgba(255,255,255,.95);border:1px solid #e1e7f4;border-radius:18px;box-shadow:0 15px 45px rgba(43,66,125,.07);position:relative;z-index:5;transform:translateY(-24px)}.growth-trust>div{padding:18px 22px;display:grid;gap:3px;border-right:1px solid #e8edf6}.growth-trust>div:last-child{border-right:0}.growth-trust span{font-size:8px;letter-spacing:.13em;color:#6c78a0;font-weight:900}.growth-trust b{font-size:11px;color:#233452}

/* shared sections */
.growth-section{padding:82px clamp(24px,5vw,78px)}.products-section{padding-top:58px}.how-section{background:linear-gradient(180deg,#fbfcff,#f3f6ff 50%,#fff)}.membership-section{background:#fff}.section-head{max-width:850px;margin-bottom:34px}.section-head.centered{text-align:center;margin-left:auto;margin-right:auto;max-width:940px}.section-head>span,.final-cta>span{font-size:10px;font-weight:950;letter-spacing:.18em;color:#4d68d9}.section-head h2,.final-cta h2{font-size:clamp(30px,3.6vw,50px);line-height:1.1;letter-spacing:-.04em;margin:11px 0 12px;color:#14203f}.section-head p,.final-cta p{font-size:14px;line-height:1.75;color:#707d96;margin:0}

/* product cards */
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.product-card{position:relative;overflow:hidden;min-height:330px;background:linear-gradient(180deg,#fff 0,#fbfcff 100%);border:1px solid #e1e6f1;border-radius:22px;padding:18px 20px 20px;text-decoration:none;color:#16213f;box-shadow:0 12px 36px rgba(40,58,111,.055);transition:.22s}.product-card:before{content:"";position:absolute;width:130px;height:130px;right:-35px;top:-45px;border-radius:50%;background:radial-gradient(circle,rgba(49,104,255,.12),transparent 68%)}.product-card:hover{transform:translateY(-6px);border-color:#c7d4f7;box-shadow:0 22px 54px rgba(55,75,140,.13)}.product-logo-stage{min-height:118px;display:flex;align-items:center;justify-content:center;margin:0 0 14px;padding:4px 0 2px;position:relative}.product-logo-stage img{display:block;max-width:100%;max-height:112px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(77,86,218,.11))}.product-academy .product-logo-stage img{max-height:122px}.product-life .product-logo-stage img{max-height:112px}.product-hub .product-logo-stage img,.product-vibe .product-logo-stage img,.product-mart .product-logo-stage img{max-height:94px}.product-meta{display:flex;align-items:center;justify-content:space-between}.product-meta span{font-size:8px!important;letter-spacing:.12em;color:#63708d!important;font-weight:950!important}.product-meta em{font-style:normal;font-size:7px;color:#7c5feb;background:#f2edff;padding:4px 6px;border-radius:999px;font-weight:900}.product-card h3{font-size:18px;margin:11px 0 7px}.product-card p{font-size:11px;line-height:1.63;color:#6f7a92;margin:0 0 16px}.product-card strong{position:absolute;left:20px;bottom:19px;color:#4661d4;font-size:10px}.product-card strong i{font-style:normal;margin-left:4px}

/* workflow */
.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.workflow article{position:relative;background:rgba(255,255,255,.9);border:1px solid #e1e7f2;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(54,73,126,.055)}.workflow article>b{font-size:9px;color:#6b7eae;letter-spacing:.12em}.workflow-icon{width:45px;height:45px;margin:20px 0 14px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#eef4ff,#f5edff);color:#4e66e0;font-size:18px;font-weight:900}.workflow h3{font-size:16px;margin:0 0 8px}.workflow p{font-size:11px;line-height:1.62;color:#737f96;margin:0}

/* membership */
.plan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:stretch}.plan-card{position:relative;min-height:495px;display:flex;flex-direction:column;background:#fff;border:1px solid #e0e6f1;border-radius:22px;padding:21px;box-shadow:0 12px 36px rgba(42,64,126,.055)}.plan-card.popular{border:1.5px solid #6f61ec;box-shadow:0 20px 55px rgba(87,73,215,.17);transform:translateY(-8px);background:linear-gradient(180deg,#fbfaff,#fff 30%)}.popular-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);white-space:nowrap;background:linear-gradient(90deg,#315dff,#a53ef2);color:#fff;border-radius:999px;padding:6px 11px;font-style:normal;font-size:8px;font-weight:950;letter-spacing:.07em;box-shadow:0 8px 22px rgba(91,68,220,.23)}.plan-title{display:flex;align-items:center;justify-content:space-between}.plan-title small{font-size:10px;font-weight:950;letter-spacing:.09em;color:#5f6e8f}.plan-title span{font-size:7px;font-weight:950;color:#6a51e5;background:#f2efff;padding:4px 6px;border-radius:999px}.plan-card h3{font-size:26px;margin:14px 0 5px;color:#17213f}.plan-card>p{font-size:10px;line-height:1.45;color:#77829a;min-height:30px;margin:0}.plan-card ul{list-style:none;padding:0;margin:19px 0 20px;display:grid;gap:9px}.plan-card li{display:flex;gap:8px;align-items:flex-start;font-size:10.5px;line-height:1.35;color:#4c5c7b}.plan-card li span{width:18px;height:18px;flex:0 0 18px;border-radius:50%;display:grid;place-items:center;background:#edf7f2;color:#17a16f;font-size:9px;font-weight:900}.plan-card>.gbtn{margin-top:auto;width:100%}

/* FAQ */
.faq{background:linear-gradient(180deg,#fff,#f8faff)}.faq-list{max-width:980px}.faq details{background:#fff;border:1px solid #e0e6f2;border-radius:16px;margin:10px 0;box-shadow:0 8px 25px rgba(44,62,110,.04);overflow:hidden}.faq summary{list-style:none;cursor:pointer;font-weight:850;font-size:13px;padding:18px 20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary i{font-style:normal;width:26px;height:26px;border-radius:9px;background:#f1f4ff;color:#5f68cc;display:grid;place-items:center;font-size:17px;transition:.2s}.faq details[open] summary i{transform:rotate(45deg)}.faq details p{margin:0;padding:0 20px 19px;color:#707b92;line-height:1.75;font-size:12px;max-width:850px}

/* CTA and footer */
.final-cta{position:relative;overflow:hidden;margin:30px clamp(24px,5vw,78px) 58px;padding:58px clamp(26px,6vw,78px);border-radius:30px;background:radial-gradient(circle at 85% 0,rgba(126,74,255,.12),transparent 34%),linear-gradient(130deg,#f8faff,#fff);border:1px solid #dfe5f2;box-shadow:0 24px 70px rgba(46,64,122,.09);text-align:center}.final-cta:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-220px;bottom:-280px;background:radial-gradient(circle,rgba(38,134,255,.12),transparent 70%)}.cta-mark{width:74px;height:74px;margin:0 auto 12px}.cta-mark img{width:100%;height:100%;border-radius:50%;object-fit:cover;filter:drop-shadow(0 8px 18px rgba(55,71,180,.18))}.final-cta>div:last-child{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.growth-footer{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px clamp(24px,5vw,78px);border-top:1px solid #e2e7f1;background:#fff;color:#69758e;font-size:9px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:42px;height:42px;border-radius:50%}.footer-brand span{display:grid}.footer-brand b{color:#25365c;font-size:10px;letter-spacing:.07em}.footer-brand small{font-size:6px;letter-spacing:.14em;color:#776bca;margin-top:4px}.growth-footer>div:last-child{display:grid;text-align:right;gap:4px}.growth-footer>div:last-child small{font-size:8px;color:#8a94a8}

/* responsive */
@media(max-width:1220px){.growth-header nav{gap:18px}.product-grid{grid-template-columns:repeat(3,1fr)}.plan-grid{grid-template-columns:repeat(3,1fr)}.workflow{grid-template-columns:repeat(3,1fr)}.hero-proof{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.growth-header nav{display:none}.growth-header{height:74px}.growth-header-actions{margin-left:auto}.growth-hero{grid-template-columns:1fr;padding-top:48px}.hero-copy{text-align:center;margin:auto}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-proof{max-width:640px;margin-left:auto;margin-right:auto}.hero-brand-stage{min-height:430px}.hero-main-logo{width:440px}.float-one{left:8%}.float-two{right:8%}.growth-trust{grid-template-columns:repeat(2,1fr)}.growth-trust>div:nth-child(2){border-right:0}.growth-trust>div:nth-child(-n+2){border-bottom:1px solid #e8edf6}.product-grid,.plan-grid{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:repeat(2,1fr)}.plan-card.popular{transform:none}}
@media(max-width:680px){.growth-header{padding:0 12px;gap:10px}.growth-brand{min-width:0}.growth-brand>img{width:44px;height:44px}.growth-brand>span{display:none}.growth-header-actions .gbtn{min-height:36px;padding:0 12px;font-size:10px}.growth-hero{padding:38px 16px 46px;min-height:auto}.hero-copy h1{font-size:39px}.hero-copy>p{font-size:14px}.hero-proof{grid-template-columns:1fr 1fr;gap:8px}.hero-proof span{font-size:8px;white-space:normal}.hero-brand-stage{min-height:360px}.hero-main-logo{width:340px;border-radius:25px}.hero-float-card{min-width:150px;padding:10px}.float-one{left:0;bottom:58px}.float-two{right:0;top:34px}.growth-trust{margin:0 14px;transform:translateY(-8px)}.growth-trust>div{padding:14px}.growth-section{padding:62px 16px}.products-section{padding-top:48px}.section-head h2{font-size:32px}.product-grid,.plan-grid,.workflow{grid-template-columns:1fr}.product-card{min-height:260px}.plan-card{min-height:auto}.plan-card ul{margin-bottom:22px}.final-cta{margin:20px 14px 45px;padding:45px 18px}.growth-footer{flex-direction:column;text-align:center}.growth-footer>div:last-child{text-align:center}}
@media(max-width:420px){.hero-copy h1{font-size:34px}.hero-proof{grid-template-columns:1fr}.float-one,.float-two{display:none}.hero-brand-stage{min-height:300px}.hero-main-logo{width:300px}.growth-trust{grid-template-columns:1fr}.growth-trust>div{border-right:0!important;border-bottom:1px solid #e8edf6!important}.growth-trust>div:last-child{border-bottom:0!important}}

/* V93 local vector icon tiles (Flaticon-style visual treatment, no CDN dependency). */
.workflow-icon img{width:44px;height:44px;display:block}


/* V94 — white multi-device hero + live running prices */
.growth-hero{min-height:660px;grid-template-columns:minmax(0,.92fr) minmax(610px,1.08fr);gap:34px;padding-top:55px;padding-bottom:38px}
.hero-copy{max-width:690px}.hero-copy h1{font-size:clamp(43px,4.9vw,70px)}
.hero-device-stage{position:relative;z-index:2;min-height:540px;align-self:center;perspective:1300px}
.device-glow{position:absolute;inset:9% -4% 0 2%;background:radial-gradient(ellipse at center,rgba(36,92,255,.15),rgba(169,62,246,.08) 46%,transparent 70%);filter:blur(16px);pointer-events:none}
.device{position:absolute}.device-screen{overflow:hidden;background:linear-gradient(145deg,#07152f,#0b1c40 50%,#101948);color:#fff}
.device-laptop{width:76%;left:0;top:36px;z-index:2;transform:rotateY(-3deg) rotateX(1deg)}.laptop-shell{background:linear-gradient(135deg,#11182c,#303b53 50%,#0d1426);border-radius:18px 18px 8px 8px;padding:10px 10px 12px;box-shadow:0 35px 70px rgba(27,38,91,.25),0 0 0 1px rgba(15,25,50,.55)}.laptop-shell .device-screen{height:376px;border-radius:10px;box-shadow:inset 0 0 0 1px rgba(147,174,255,.12)}.laptop-base{height:17px;margin:-1px -6% 0;background:linear-gradient(180deg,#d7dce7,#8995aa 47%,#eef2f8 55%,#b7c0cf);border-radius:3px 3px 40% 40%;box-shadow:0 15px 23px rgba(32,43,78,.2);position:relative}.laptop-base:after{content:"";position:absolute;width:22%;height:3px;top:1px;left:39%;border-radius:0 0 7px 7px;background:#788398}
.screen-topbar{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(159,184,255,.11);background:rgba(2,9,30,.35)}.screen-brand{display:flex;align-items:center;gap:7px;font-size:8px;line-height:1.05;letter-spacing:.1em;font-weight:850}.screen-brand img{width:27px;height:27px;border-radius:50%}.screen-brand b{color:#819cff;font-size:6px;letter-spacing:.18em}.screen-status{display:flex;align-items:center;gap:5px;font-size:7px;color:#8fa6d9;letter-spacing:.1em;font-weight:900}.screen-status i{width:6px;height:6px;background:#38e6a9;border-radius:50%;box-shadow:0 0 10px #38e6a9}
.quantum-layout{display:grid;grid-template-columns:92px 1fr;height:calc(100% - 52px)}.quantum-sidebar{padding:18px 10px;background:rgba(2,8,26,.32);display:grid;align-content:start;gap:10px;border-right:1px solid rgba(146,172,255,.1)}.quantum-sidebar span{font-size:7px;color:#8fa0c7;padding:8px 7px;border-radius:7px}.quantum-sidebar .active{color:#fff;background:linear-gradient(90deg,#5933df,#6f42f0)}.quantum-panel{padding:18px}.quantum-head{display:flex;align-items:flex-start;justify-content:space-between}.quantum-head small,.device-label{font-size:6.5px;letter-spacing:.15em;color:#7790c4;font-weight:900}.quantum-head h3{font-size:16px;margin:4px 0 0}.signal-pill{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:6px;font-weight:950;letter-spacing:.05em}.signal-pill.buy{background:rgba(20,223,153,.13);color:#38e7ab;border:1px solid rgba(56,231,171,.3)}.signal-pill.sell{background:rgba(255,72,112,.13);color:#ff6b8b;border:1px solid rgba(255,107,139,.28)}.signal-row{display:flex;justify-content:space-between;align-items:center;margin:16px 0 13px}.signal-row>strong{font-size:28px;color:#33efb0;text-shadow:0 0 20px rgba(51,239,176,.22)}.signal-row>div{text-align:right}.signal-row span{display:block;color:#7f93bf;font-size:7px}.signal-row b{display:block;font-size:22px;color:#6ee8ff}.market-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.market-meta span{border:1px solid rgba(130,157,230,.12);background:rgba(255,255,255,.025);border-radius:8px;padding:8px}.market-meta small{display:block;font-size:5.6px;color:#7288b8}.market-meta b{font-size:10px}.chart-card{height:125px;margin-top:12px;padding:8px 4px;border:1px solid rgba(130,157,230,.11);background:linear-gradient(180deg,rgba(21,42,88,.42),rgba(5,15,43,.12));border-radius:9px}.chart-card svg{width:100%;height:100%}.chart-grid{stroke:rgba(126,154,222,.08);stroke-width:1;fill:none}.chart-line{stroke:url(#gvline);stroke-width:3.2;fill:none;filter:drop-shadow(0 0 5px rgba(101,98,255,.4))}
.device-tablet{width:31%;right:5%;top:155px;z-index:4;transform:rotateY(-7deg)}.tablet-shell{padding:7px;background:linear-gradient(145deg,#202b44,#8a95a9 45%,#1a2338);border-radius:18px;box-shadow:0 28px 55px rgba(25,35,74,.28)}.tablet-screen{height:355px;border-radius:13px;padding-bottom:14px}.tablet-screen .screen-topbar{height:45px;padding:0 10px}.tablet-screen .screen-brand img{width:23px;height:23px}.tablet-screen>.device-label{display:block;padding:14px 12px 0}.tablet-stats{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px 10px 5px}.tablet-stats>div{border:1px solid rgba(126,158,231,.13);border-radius:8px;padding:8px;background:rgba(255,255,255,.025)}.tablet-stats small{font-size:5.5px;color:#7890c1;display:block}.tablet-stats b{display:block;font-size:10px;margin:3px 0}.tablet-stats em{font-style:normal;font-size:6px;color:#43dba5}.tablet-screen h4{font-size:8px;margin:11px 12px 5px}.signal-list{list-style:none;padding:0 10px;margin:0;display:grid;gap:5px}.signal-list li{display:flex;justify-content:space-between;gap:6px;padding:7px 6px;border-bottom:1px solid rgba(134,159,223,.09);font-size:6.5px}.signal-list b{color:#49e1ae}.signal-list b.sell{color:#ff6588}
.device-phone{width:20%;right:-2%;top:228px;z-index:6;transform:rotateY(-8deg)}.phone-shell{position:relative;padding:6px;background:linear-gradient(135deg,#0b0f17,#5b6472 48%,#0a0d14);border-radius:24px;box-shadow:0 27px 55px rgba(25,34,70,.31)}.phone-notch{position:absolute;z-index:3;width:48%;height:13px;left:26%;top:6px;border-radius:0 0 9px 9px;background:#05070d}.phone-screen{height:314px;border-radius:19px;padding:0 8px 10px}.phone-screen .screen-topbar{height:43px;padding:0 3px;border:0}.phone-screen .screen-brand img{width:20px;height:20px}.phone-screen>.device-label{display:block;margin:10px 3px 7px}.phone-screen>.signal-pill{margin-left:3px}.phone-signal{margin:13px 3px 0;color:#ff557b;font-size:20px}.phone-signal b{font-size:19px}.phone-signal small{display:block;margin-left:17px;color:#899bc2;font-size:5.5px}.phone-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:14px 3px 4px}.phone-meta span{font-size:6px;padding:6px 3px;text-align:center;border-radius:5px;background:rgba(255,255,255,.04);color:#b7c5e7}.phone-chart{width:100%;height:68px;margin-top:6px;border-top:1px solid rgba(130,158,226,.08)}.phone-nav{display:flex;justify-content:space-around;margin-top:8px;font-size:9px;color:#7187ba}.phone-nav .active{color:#8f62ff}
.market-ticker{position:relative;z-index:10;margin:-8px clamp(24px,5vw,78px) 0;min-height:70px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;overflow:hidden;border:1px solid #d8e1f4;border-radius:17px;background:linear-gradient(90deg,#07182f,#0a1d3e 45%,#101949);box-shadow:0 18px 45px rgba(28,43,93,.16)}.ticker-live{height:100%;display:flex;align-items:center;gap:7px;padding:0 15px;border-right:1px solid rgba(173,194,255,.14);color:#fff;font-size:8px;font-weight:950;letter-spacing:.13em}.ticker-live i{width:7px;height:7px;border-radius:50%;background:#38e6a9;box-shadow:0 0 12px #38e6a9}.ticker-window{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.ticker-track{display:flex;align-items:stretch;width:max-content;will-change:transform;animation:gvTickerLeft 36s linear infinite}.ticker-window:hover .ticker-track{animation-play-state:paused}.ticker-item{min-width:205px;display:grid;grid-template-columns:29px auto 1fr;grid-template-rows:1fr 1fr;align-items:center;column-gap:7px;padding:10px 17px;border-right:1px solid rgba(173,194,255,.14);color:#fff}.ticker-flag{grid-row:1/3;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;font-size:17px;background:rgba(255,255,255,.07)}.ticker-item b{font-size:9px;align-self:end}.ticker-item strong{font-size:10px;text-align:right;align-self:end}.ticker-item em{grid-column:2/4;font-style:normal;font-size:8px;font-weight:850;align-self:start}.ticker-item em.up{color:#38e9a8}.ticker-item em.down{color:#ff597c}.ticker-source{padding:0 14px;color:#8195c3;font-size:7px;white-space:nowrap}.ticker-track.ticker-loaded{animation-duration:46s}@keyframes gvTickerLeft{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:1250px){.growth-hero{grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr)}.hero-device-stage{transform:scale(.92);transform-origin:center right}.market-ticker{margin-left:28px;margin-right:28px}}
@media(max-width:1040px){.growth-hero{grid-template-columns:1fr;padding-bottom:18px}.hero-device-stage{width:min(780px,100%);margin:0 auto;transform:none;min-height:520px}.device-laptop{width:72%;left:7%}.device-tablet{right:9%}.device-phone{right:1%}.market-ticker{margin-top:8px}.ticker-source{display:none}.market-ticker{grid-template-columns:auto 1fr}}
@media(max-width:720px){.hero-device-stage{min-height:370px;margin-top:8px}.device-laptop{width:79%;left:0;top:25px}.laptop-shell .device-screen{height:260px}.quantum-layout{grid-template-columns:62px 1fr}.quantum-sidebar{padding:10px 5px;gap:5px}.quantum-sidebar span{font-size:5px;padding:5px}.quantum-panel{padding:10px}.quantum-head h3{font-size:11px}.signal-row{margin:8px 0}.signal-row>strong{font-size:18px}.signal-row b{font-size:14px}.chart-card{height:78px}.market-meta span{padding:5px}.device-tablet{width:33%;right:5%;top:104px}.tablet-screen{height:245px}.tablet-stats{grid-template-columns:1fr}.tablet-stats>div:nth-child(2){display:none}.signal-list li{padding:4px}.device-phone{width:22%;top:152px;right:-1%}.phone-screen{height:216px}.phone-signal{font-size:13px;margin-top:7px}.phone-signal b{font-size:12px}.phone-chart{height:40px}.phone-meta{margin-top:8px}.phone-nav{margin-top:2px}.screen-topbar{height:38px}.market-ticker{margin:0 12px;border-radius:14px;min-height:60px}.ticker-live{display:none}.market-ticker{grid-template-columns:1fr}.ticker-item{min-width:175px;padding:8px 12px}.hero-proof{margin-bottom:4px}}
@media(max-width:440px){.hero-device-stage{min-height:310px}.device-laptop{width:88%;left:-3%}.laptop-shell .device-screen{height:220px}.device-tablet{width:36%;right:2%;top:91px}.tablet-screen{height:203px}.device-phone{display:none}.quantum-sidebar{display:none}.quantum-layout{grid-template-columns:1fr}.market-meta{gap:3px}.chart-card{height:70px}.growth-hero{padding-bottom:10px}.market-ticker{margin-top:-4px}}


/* V94.1 — polished rendered laptop + tablet + phone visual */
.hero-render-stage{min-height:535px;display:flex;align-items:center;justify-content:flex-end;overflow:visible;padding-right:6px}
.hero-device-render{position:relative;z-index:2;display:block;width:min(110%,900px);height:auto;object-fit:contain;border-radius:28px;filter:drop-shadow(0 28px 42px rgba(35,48,96,.14));mix-blend-mode:normal;transform:translateX(2%)}
.hero-live-chip{position:absolute;z-index:5;right:4%;bottom:9%;display:grid;grid-template-columns:8px auto;column-gap:7px;align-items:center;min-width:178px;padding:11px 13px;border:1px solid #dce4f5;border-radius:13px;background:rgba(255,255,255,.9);box-shadow:0 16px 38px rgba(51,67,125,.12);backdrop-filter:blur(12px)}.hero-live-chip i{width:7px;height:7px;border-radius:50%;background:#31dca0;box-shadow:0 0 11px #31dca0}.hero-live-chip span{font-size:8px;font-weight:950;letter-spacing:.12em;color:#405bd3}.hero-live-chip b{grid-column:2;font-size:6.5px;letter-spacing:.08em;color:#8490aa;margin-top:2px}
@media(max-width:1250px){.hero-render-stage{transform:none}.hero-device-render{width:min(106%,790px)}}
@media(max-width:1040px){.hero-render-stage{min-height:auto;width:min(820px,100%);padding:5px 0 12px}.hero-device-render{width:100%;transform:none}.hero-live-chip{right:7%;bottom:8%}}
@media(max-width:720px){.hero-render-stage{min-height:auto;margin-top:12px}.hero-device-render{width:110%;max-width:none;margin-left:-5%;border-radius:18px}.hero-live-chip{display:none}}
@media(max-width:440px){.hero-device-render{width:118%;margin-left:-9%}}


/* ===== V94.5 Premium hero polish ===== */
.growth-hero{
  min-height:690px;
  gap:42px;
  padding-top:62px;
  padding-bottom:48px;
}
.growth-hero:after{
  content:"";
  position:absolute;
  inset:auto 6% 10% auto;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.78) 0%,rgba(255,255,255,.28) 30%,rgba(126,147,255,.08) 58%,transparent 75%);
  filter:blur(14px);
  z-index:-1;
  pointer-events:none;
}
.hero-copy{max-width:655px;padding-top:4px}
.hero-copy h1{
  font-size:clamp(45px,5vw,74px);
  line-height:1.01;
  letter-spacing:-.056em;
  margin:18px 0 20px;
}
.hero-copy>p{
  max-width:640px;
  font-size:16px;
  line-height:1.82;
  color:#66738d;
}
.hero-actions{gap:14px;margin-top:30px}
.hero-proof{
  gap:12px;
  margin-top:30px;
  max-width:760px;
}
.hero-proof span{
  min-height:48px;
  padding:10px 12px;
  border:1px solid rgba(220,228,246,.92);
  background:rgba(255,255,255,.80);
  backdrop-filter:blur(10px);
  border-radius:14px;
  box-shadow:0 12px 28px rgba(53,74,128,.08);
}
.hero-proof b{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:10px;
  box-shadow:0 8px 18px rgba(76,109,205,.14);
}
.hero-aurora{filter:blur(8px);opacity:.95}
.hero-aurora-one{animation:gvAuroraFloatOne 12s ease-in-out infinite alternate}
.hero-aurora-two{animation:gvAuroraFloatTwo 15s ease-in-out infinite alternate}
.hero-render-stage{
  min-height:555px;
  padding-right:10px;
}
.device-glow{
  inset:8% -2% 1% 4%;
  background:
    radial-gradient(ellipse at center,rgba(43,108,255,.20),rgba(169,62,246,.11) 44%,transparent 70%),
    radial-gradient(circle at 76% 35%,rgba(255,255,255,.55),transparent 24%);
  filter:blur(22px);
  opacity:.95;
  animation:gvGlowPulse 7.5s ease-in-out infinite;
}
.hero-device-render{
  width:min(111%,910px);
  filter:drop-shadow(0 34px 46px rgba(31,48,92,.15)) drop-shadow(0 10px 20px rgba(78,97,156,.08));
  transform:translateX(2%) translateY(0);
  animation:gvHeroFloat 7.2s ease-in-out infinite;
}
.market-ticker{
  margin-top:-2px;
  box-shadow:0 20px 44px rgba(22,39,88,.15);
}
.growth-trust{
  margin-top:10px;
  transform:translateY(-18px);
  box-shadow:0 16px 40px rgba(43,66,125,.08);
}
@keyframes gvHeroFloat{
  0%,100%{transform:translateX(2%) translateY(0)}
  50%{transform:translateX(2%) translateY(-8px)}
}
@keyframes gvGlowPulse{
  0%,100%{opacity:.82;transform:scale(1)}
  50%{opacity:1;transform:scale(1.035)}
}
@keyframes gvAuroraFloatOne{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(18px,-12px,0) scale(1.04)}
}
@keyframes gvAuroraFloatTwo{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(-16px,10px,0) scale(1.06)}
}
@media(max-width:1250px){
  .growth-hero{gap:32px}
  .hero-device-render{width:min(108%,820px)}
}
@media(max-width:1040px){
  .growth-hero{padding-top:50px;padding-bottom:18px}
  .hero-copy{max-width:760px;text-align:center}
  .hero-proof{margin-left:auto;margin-right:auto}
  .hero-render-stage{min-height:auto;padding-right:0}
  .hero-device-render{width:100%;transform:none;animation:none}
  .device-glow{inset:10% 0 0 0;animation:none}
  .growth-trust{margin-top:6px;transform:translateY(-10px)}
}
@media(max-width:720px){
  .hero-copy h1{font-size:clamp(40px,11vw,52px)}
  .hero-copy>p{font-size:14px;line-height:1.72}
  .hero-actions{gap:10px}
  .hero-proof span{min-height:44px;padding:9px 10px}
  .market-ticker{margin-top:2px}
  .growth-trust{transform:translateY(-6px)}
}
@media(max-width:440px){
  .growth-hero{padding-top:34px}
  .hero-proof{grid-template-columns:1fr}
}


/* ===== V94.6 Hero framing + ticker visibility fix ===== */
.growth-hero{
  min-height: 660px;
  grid-template-columns:minmax(0,.96fr) minmax(560px,1.02fr);
  gap: 28px;
  padding-bottom: 28px;
}
.hero-render-stage{
  min-height: 500px;
  justify-content: center;
  padding-right: 0;
  padding-left: 8px;
}
.hero-device-render{
  width: min(100%, 790px);
  max-width: 790px;
  transform: translateX(-2%) translateY(0);
  border-radius: 24px;
  filter: drop-shadow(0 24px 34px rgba(31,48,92,.12)) drop-shadow(0 8px 16px rgba(78,97,156,.07));
}
.device-glow{
  inset: 10% 0 0 6%;
  filter: blur(18px);
  opacity: .88;
}
.market-ticker{
  margin-top: 14px;
  min-height: 74px;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(20,37,88,.14);
}
.ticker-window{padding: 0 2px}
.ticker-item{
  min-width: 210px;
}
.growth-trust{
  margin-top: 16px;
  transform: none;
}
@media(max-width:1250px){
  .growth-hero{grid-template-columns:minmax(0,.98fr) minmax(500px,1fr)}
  .hero-device-render{width:min(100%,730px);max-width:730px;transform:translateX(-1%)}
}
@media(max-width:1040px){
  .growth-hero{padding-bottom:16px}
  .hero-render-stage{width:min(760px,100%);padding:2px 0 8px}
  .hero-device-render{width:100%;max-width:760px;transform:none}
  .market-ticker{margin-top:10px}
  .growth-trust{margin-top:12px}
}
@media(max-width:720px){
  .hero-render-stage{margin-top:4px;padding:0}
  .hero-device-render{width:100%;max-width:100%;margin-left:0;border-radius:18px}
  .market-ticker{margin-top:8px;min-height:62px}
  .growth-trust{margin-top:10px}
}


/* ===== V94.7 hard fix: hero image fully visible + ticker clearer ===== */
.growth-hero{
  min-height: 610px;
  grid-template-columns: minmax(0, .96fr) minmax(500px, .98fr);
  gap: 18px;
  padding-top: 48px;
  padding-bottom: 14px;
  align-items: center;
}
.hero-copy{
  max-width: 620px;
}
.hero-copy h1{
  font-size: clamp(40px, 4.8vw, 68px);
  margin-bottom: 16px;
}
.hero-copy > p{
  font-size: 15px;
  line-height: 1.72;
}
.hero-render-stage{
  min-height: 540px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.hero-device-render{
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 540px;
  margin: 0 auto;
  transform: none !important;
  display: block;
}
.device-glow{
  inset: 11% 5% 8% 8%;
  opacity: .78;
}
.market-ticker{
  margin: -2px clamp(24px,5vw,78px) 0;
  min-height: 72px;
}
.ticker-item{
  min-width: 196px;
}
.growth-trust{
  margin-top: 12px;
  transform: none;
}
@media(max-width:1250px){
  .growth-hero{
    grid-template-columns:minmax(0,.98fr) minmax(440px,.96fr);
    gap: 12px;
  }
  .hero-render-stage{min-height:500px}
  .hero-device-render{max-height:500px}
}
@media(max-width:1040px){
  .growth-hero{
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 10px;
  }
  .hero-copy{
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }
  .hero-actions,
  .hero-proof{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-render-stage{
    min-height: auto;
    width: min(700px, 100%);
    margin: 0 auto;
    padding-top: 6px;
  }
  .hero-device-render{
    width: 100% !important;
    max-width: 700px;
    max-height: none;
  }
  .market-ticker{
    margin-top: 6px;
  }
}
@media(max-width:720px){
  .hero-copy h1{font-size:clamp(36px,10vw,50px)}
  .hero-copy > p{font-size:14px}
  .hero-render-stage{width:min(100%, 620px)}
  .hero-device-render{max-width:100%}
  .market-ticker{margin:6px 12px 0;min-height:60px}
}


/* ===== V94.8 desktop precision final patch ===== */
.growth-hero{
  min-height: 575px;
  grid-template-columns: minmax(0, .98fr) minmax(500px, .94fr);
  gap: 20px;
  padding-top: 38px;
  padding-bottom: 10px;
  align-items: center;
}
.hero-copy{
  max-width: 600px;
  padding-top: 0;
}
.hero-copy h1{
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .98;
  margin: 14px 0 14px;
}
.hero-copy > p{
  max-width: 590px;
  font-size: 15px;
  line-height: 1.68;
}
.hero-actions{
  margin-top: 24px;
}
.hero-proof{
  margin-top: 24px;
  gap: 10px;
}
.hero-proof span{
  min-height: 44px;
  padding: 8px 11px;
}
.hero-render-stage{
  min-height: 470px;
  width: 100%;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.hero-device-render{
  display: block;
  width: min(100%, 742px) !important;
  max-width: 742px;
  height: auto;
  max-height: 470px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
  transform: none !important;
  filter: drop-shadow(0 18px 28px rgba(31,48,92,.10)) drop-shadow(0 6px 12px rgba(78,97,156,.06));
}
.device-glow{
  inset: 10% 5% 10% 8%;
  filter: blur(16px);
  opacity: .72;
}
.market-ticker{
  position: relative;
  z-index: 4;
  margin: 8px clamp(24px,5vw,78px) 0;
  min-height: 68px;
  border-radius: 18px;
  overflow: hidden;
}
.ticker-window{padding: 0}
.ticker-track{min-height: 68px}
.ticker-item{
  min-width: 188px;
}
.growth-trust{
  position: relative;
  z-index: 2;
  margin-top: 10px;
  transform: none;
}
@media (max-width: 1400px){
  .growth-hero{
    grid-template-columns:minmax(0,.98fr) minmax(470px,.92fr);
    min-height: 560px;
    gap: 16px;
  }
  .hero-device-render{
    max-width: 700px;
    max-height: 444px;
  }
}
@media (max-width: 1260px){
  .growth-hero{
    grid-template-columns:minmax(0,1fr) minmax(430px,.90fr);
    min-height: 540px;
  }
  .hero-copy h1{font-size: clamp(36px, 4.3vw, 58px)}
  .hero-device-render{
    max-width: 650px;
    max-height: 410px;
  }
  .ticker-item{min-width: 176px}
}
@media (max-width: 1040px){
  .growth-hero{
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 34px;
    padding-bottom: 10px;
  }
  .hero-copy{
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }
  .hero-copy > p{
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions,
  .hero-proof{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-render-stage{
    min-height: auto;
    width: min(720px,100%);
    margin: 0 auto;
    padding-top: 4px;
  }
  .hero-device-render{
    width: 100% !important;
    max-width: 720px;
    max-height: none;
  }
  .market-ticker{
    margin-top: 8px;
  }
  .growth-trust{
    margin-top: 12px;
  }
}
@media (max-width: 720px){
  .hero-copy h1{font-size: clamp(34px, 9.8vw, 48px)}
  .hero-copy > p{font-size: 14px; line-height: 1.64}
  .hero-proof{grid-template-columns: 1fr 1fr}
  .market-ticker{
    margin: 8px 12px 0;
    min-height: 60px;
  }
  .ticker-track{min-height: 60px}
  .ticker-item{min-width: 164px}
}
@media (max-width: 440px){
  .hero-proof{grid-template-columns: 1fr}
}


/* === V94.11 Ultra-light futuristic hero: CSS-only GV quantum globe === */
.hero-css-orb-stage{min-height:500px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible}.hero-css-orb-stage .device-glow,.hero-css-orb-stage .hero-device-render{display:none!important}.gv-orb{position:relative;width:clamp(310px,34vw,470px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.95) 0 2%,rgba(128,175,255,.45) 3%,transparent 8%),radial-gradient(circle at 68% 64%,rgba(185,83,255,.45),transparent 26%),radial-gradient(circle at 35% 35%,#316dff 0,#1838b6 34%,#091747 67%,#050d2e 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),inset 0 0 52px rgba(68,151,255,.50),0 0 35px rgba(72,110,255,.23),0 28px 70px rgba(42,57,131,.17);isolation:isolate;animation:gvOrbFloat 7s ease-in-out infinite}.gv-orb:before{content:"";position:absolute;inset:-8%;border-radius:50%;z-index:-2;background:radial-gradient(circle,rgba(119,102,255,.18),rgba(79,171,255,.07) 45%,transparent 72%);filter:blur(16px);animation:gvOrbPulse 5.5s ease-in-out infinite}.gv-orb:after{content:"";position:absolute;inset:12%;border-radius:50%;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.18) 48%,transparent 58%);transform:rotate(-16deg);mix-blend-mode:screen;pointer-events:none}.gv-orb-grid{position:absolute;inset:9%;border-radius:50%;overflow:hidden;opacity:.42;background-image:linear-gradient(rgba(132,193,255,.26) 1px,transparent 1px),linear-gradient(90deg,rgba(132,193,255,.22) 1px,transparent 1px);background-size:31px 31px;mask-image:radial-gradient(circle,#000 55%,transparent 76%)}.gv-orb-core{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:clamp(96px,11vw,168px);font-weight:950;letter-spacing:-.09em;text-shadow:0 0 12px rgba(255,255,255,.9),0 0 34px rgba(74,142,255,.8),0 0 62px rgba(176,76,255,.42);transform:translateX(-.04em)}.gv-orb-ring{position:absolute;left:50%;top:50%;border:2px solid rgba(132,190,255,.85);border-radius:50%;box-shadow:0 0 14px rgba(84,163,255,.48),inset 0 0 10px rgba(125,80,255,.20);pointer-events:none}.ring-a{width:125%;height:36%;transform:translate(-50%,-50%) rotate(-12deg);animation:gvRingA 12s linear infinite}.ring-b{width:112%;height:47%;border-color:rgba(207,91,255,.75);transform:translate(-50%,-50%) rotate(34deg);animation:gvRingB 16s linear infinite reverse}.ring-c{width:104%;height:22%;border-color:rgba(74,229,255,.72);transform:translate(-50%,-50%) rotate(77deg);animation:gvRingC 14s linear infinite}.gv-node{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 8px #fff,0 0 20px #4bdfff}.n1{left:6%;top:47%}.n2{right:7%;top:39%;background:#e797ff;box-shadow:0 0 8px #fff,0 0 22px #c45cff}.n3{left:29%;bottom:4%}.n4{right:24%;top:6%}.gv-orb-caption{margin-top:20px;text-align:center;display:grid;gap:4px;letter-spacing:.18em}.gv-orb-caption b{font-size:18px;color:#183c91}.gv-orb-caption span{font-size:8px;color:#7d70db;font-weight:850}@keyframes gvOrbFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes gvOrbPulse{0%,100%{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.055)}}@keyframes gvRingA{to{transform:translate(-50%,-50%) rotate(348deg)}}@keyframes gvRingB{to{transform:translate(-50%,-50%) rotate(394deg)}}@keyframes gvRingC{to{transform:translate(-50%,-50%) rotate(437deg)}}@media (max-width:1040px){.hero-css-orb-stage{min-height:440px}.gv-orb{width:clamp(290px,58vw,420px)}}@media (max-width:720px){.hero-css-orb-stage{min-height:340px}.gv-orb{width:clamp(250px,74vw,330px)}.gv-orb-caption{margin-top:12px}}@media (prefers-reduced-motion:reduce){.gv-orb,.gv-orb:before,.gv-orb-ring{animation:none!important}}


/* V94.13 right hero logo image */
.hero-logo-stage{min-height:500px;display:flex;align-items:center;justify-content:center;position:relative;padding-right:0;overflow:visible}
.hero-logo-stage::before{content:"";position:absolute;inset:9% 12%;border-radius:36px;background:radial-gradient(circle at 50% 40%, rgba(120,149,255,.16), rgba(193,138,255,.10) 34%, rgba(255,255,255,.04) 62%, transparent 78%);filter:blur(10px);z-index:0}
.hero-logo-image{position:relative;z-index:1;width:min(100%, 500px);height:auto;display:block;filter:drop-shadow(0 20px 42px rgba(57,83,185,.18)) drop-shadow(0 8px 20px rgba(123,72,255,.18));transform:translateZ(0)}
@media (max-width:1250px){.hero-logo-image{width:min(100%,460px)}}
@media (max-width:1040px){.hero-logo-stage{min-height:380px;padding:8px 0 4px}.hero-logo-image{width:min(82vw,430px)}}
@media (max-width:720px){.hero-logo-stage{min-height:280px}.hero-logo-image{width:min(84vw,320px)}}


/* ===== V94.19 bulletproof CSS-only product icons ===== */
.product-logo-stage{display:none!important}
.product-card{min-height:300px;padding:20px 20px 22px}
.product-icon{
  width:76px;
  height:76px;
  margin:2px auto 18px;
  display:grid;
  place-items:center;
  border-radius:22px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(211,221,244,.96);
  background:linear-gradient(145deg,#ffffff,#edf3ff);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.88),0 14px 30px rgba(49,70,135,.10);
}
.product-icon:before{
  content:"";
  position:absolute;
  width:95px;
  height:95px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(77,111,255,.18),transparent 67%);
}
.product-icon .icon-core,
.product-icon .icon-core:before,
.product-icon .icon-core:after{box-sizing:border-box;position:absolute;content:"";display:block}
.product-icon .icon-core{z-index:2}

/* Academy — graduation cap */
.product-icon-academy .icon-core{
  width:38px;height:22px;top:28px;left:19px;
}
.product-icon-academy .icon-core:before{
  width:34px;height:34px;left:2px;top:-10px;
  background:linear-gradient(135deg,#425fff,#8a50ff);
  clip-path:polygon(50% 8%,100% 33%,50% 58%,0 33%);
  filter:drop-shadow(0 5px 8px rgba(86,79,230,.22));
}
.product-icon-academy .icon-core:after{
  width:24px;height:10px;left:7px;top:13px;
  border-radius:0 0 12px 12px;border:3px solid #5b62ef;border-top:0;
}

/* Life — globe */
.product-icon-life .icon-core{
  width:38px;height:38px;left:19px;top:19px;border:3px solid #178cff;border-radius:50%;
  box-shadow:0 0 0 1px rgba(23,140,255,.06),0 7px 13px rgba(23,140,255,.16);
}
.product-icon-life .icon-core:before{
  width:3px;height:30px;left:15px;top:1px;border-radius:50%;background:#178cff;
}
.product-icon-life .icon-core:after{
  width:30px;height:3px;left:1px;top:15px;border-radius:50%;background:#178cff;
}

/* Hub — people */
.product-icon-hub .icon-core{
  width:12px;height:12px;border-radius:50%;background:#5269ff;left:32px;top:20px;
  box-shadow:-15px 5px 0 -1px #7687ff,15px 5px 0 -1px #7687ff;
}
.product-icon-hub .icon-core:before{
  width:31px;height:17px;left:-10px;top:18px;border:3px solid #5269ff;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom:0;
}
.product-icon-hub .icon-core:after{
  width:18px;height:13px;left:-20px;top:22px;border:3px solid #7687ff;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom:0;
  box-shadow:30px 0 0 -3px #fff,30px 0 0 0 #7687ff;
}

/* Vibe — play */
.product-icon-vibe .icon-core{
  width:40px;height:40px;left:18px;top:18px;border-radius:14px;
  background:linear-gradient(135deg,#7658ff,#d14bed);
  box-shadow:0 9px 18px rgba(168,75,238,.20);
}
.product-icon-vibe .icon-core:before{
  width:0;height:0;left:15px;top:10px;
  border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #fff;
}
.product-icon-vibe .icon-core:after{
  width:10px;height:3px;right:-4px;top:1px;border-radius:3px;background:#d14bed;box-shadow:3px -4px 0 -1px #d14bed;
}

/* Mart — shopping bag */
.product-icon-mart .icon-core{
  width:32px;height:34px;left:22px;top:24px;border:3px solid #2874ff;border-radius:6px 6px 10px 10px;
  background:linear-gradient(180deg,rgba(40,116,255,.07),rgba(40,116,255,.02));
}
.product-icon-mart .icon-core:before{
  width:16px;height:12px;left:5px;top:-11px;border:3px solid #2874ff;border-bottom:0;border-radius:10px 10px 0 0;
}
.product-icon-mart .icon-core:after{
  width:12px;height:3px;left:7px;top:14px;background:#2874ff;border-radius:4px;
}
.product-card h3{margin-top:10px}
@media(max-width:680px){
  .product-card{min-height:250px}
  .product-icon{width:68px;height:68px;border-radius:20px;transform:scale(.92)}
}

/* V97 inline ecosystem icons: no external broken icon paths */
.product-icon-inline{display:grid!important;place-items:center!important;width:76px!important;height:76px!important;border-radius:22px!important;background:linear-gradient(145deg,#fff,#eef5ff)!important;border:1px solid #d8e7fb!important;box-shadow:0 13px 30px rgba(58,96,190,.12)!important}.product-icon-inline svg{width:45px;height:45px;fill:none;stroke:#3977e8;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 5px 9px rgba(76,105,235,.16))}.product-card:hover .product-icon-inline{transform:translateY(-2px);box-shadow:0 18px 34px rgba(67,103,205,.17)!important}
