html:has(.gos-landing){scroll-behavior:smooth}.gos-landing section[id]{scroll-margin-top:68px}.gos-modal[data-state=open]{animation:gosModalIn .22s cubic-bezier(.16,1,.3,1) both!important}.gos-modal[data-state=closed]{animation:gosModalOut .15s ease-in both!important}@keyframes gosModalIn{0%{opacity:0;translate:-50% 14px}to{opacity:1;translate:-50% 0}}@keyframes gosModalOut{0%{opacity:1;translate:-50% 0}to{opacity:0;translate:-50% 8px}}.gos-landing{--deep:#060d20;--navy:#0a1845;--blue:#2151e8;--accent:#4f7cff;--white:#fff;--off:#f5f7ff;--muted:#8894b4;--border:#e4e9f2;--green:#00d68f;--amber:#f59e0b;--ink:#0d1117;--ink2:#3d4860;--r:16px;--ease:220ms cubic-bezier(0.4,0,0.2,1);font-family:var(--font-stack);background:#fff;color:#0d1117;overflow-x:hidden;-webkit-font-smoothing:antialiased}.gos-landing *,.gos-landing :after,.gos-landing :before{box-sizing:border-box;margin:0;padding:0}.gos-landing button{background:none;border:none;font:inherit;color:inherit;cursor:pointer}.gos-landing nav{position:fixed;top:0;left:0;right:0;z-index:40;padding:0 48px;transition:background var(--ease),box-shadow var(--ease)}.gos-landing nav.scrolled{background:hsla(0,0%,100%,.96);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border)}.gos-landing .nav-inner{max-width:1200px;margin:0 auto;height:68px;display:flex;align-items:center;gap:40px}.gos-landing .nav-brand{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.gos-landing .nav-logo{display:flex;align-items:center}.gos-landing .nav-logo-ondark{display:inline-flex}.gos-landing .nav-logo-onlight,.gos-landing nav.scrolled .nav-logo-ondark{display:none}.gos-landing nav.scrolled .nav-logo-onlight{display:inline-flex}.gos-landing .nav-powered{display:flex;align-items:center;width:fit-content}.gos-landing .nav-powered span{font-size:8px;font-weight:600;color:hsla(0,0%,100%,.65);white-space:nowrap;transition:color var(--ease)}.gos-landing nav.scrolled .nav-powered span{color:var(--ink2)}.gos-landing .nav-links{display:flex;gap:32px;flex:1}.gos-landing .nav-links a{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.65);text-decoration:none;cursor:pointer;transition:color var(--ease)}.gos-landing .nav-links a:hover{color:#fff}.gos-landing nav.scrolled .nav-links a{color:var(--ink2)}.gos-landing nav.scrolled .nav-links a:hover{color:var(--blue)}.gos-landing .nav-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.gos-landing .btn-ghost-nav{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.8);padding:8px 20px;border-radius:8px;border:1px solid hsla(0,0%,100%,.18);text-decoration:none;cursor:pointer;transition:all var(--ease)}.gos-landing .btn-ghost-nav:hover{background:hsla(0,0%,100%,.1);color:#fff}.gos-landing nav.scrolled .btn-ghost-nav{color:var(--ink2);border-color:var(--border)}.gos-landing nav.scrolled .btn-ghost-nav:hover{background:var(--off);color:var(--blue);border-color:var(--accent)}.gos-landing .btn-primary-nav{font-size:14px;font-weight:700;color:#fff;background:var(--blue);padding:8px 20px;border-radius:8px;text-decoration:none;cursor:pointer;transition:all var(--ease)}.gos-landing .btn-primary-nav:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 4px 16px rgba(33,81,232,.4)}.gos-landing .hero{position:relative;min-height:100vh;background-color:var(--deep);background-image:radial-gradient(ellipse 70% 55% at 50% -5%,#1b3bcc 0,transparent 65%),radial-gradient(ellipse 50% 40% at 15% 60%,rgba(79,124,255,.1) 0,transparent 60%),linear-gradient(hsla(0,0%,100%,.022) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,transparent 0);background-size:auto,auto,48px 48px,48px 48px;padding-bottom:220px}.gos-landing .hero-content{position:relative;z-index:2;max-width:820px;margin:0 auto;padding:180px 24px 60px;text-align:center}.gos-landing .hero-badge{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-radius:99px;padding:5px 14px 5px 10px;margin-bottom:32px;animation:gosFadeDown .6s ease-out both}.gos-landing .badge-dot{width:6px;height:6px;background:var(--green);border-radius:50%}.gos-landing .hero-badge span{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.7)}.gos-landing .hero-headline{font-family:var(--font-stack);font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.12;letter-spacing:-1.5px;color:#fff;margin-bottom:8px;animation:gosFadeDown .6s ease-out .1s both}.gos-landing .hero-headline .line3{display:block;color:var(--accent);font-size:clamp(24px,4vw,44px);letter-spacing:-1px;white-space:nowrap;min-height:1.3em;margin-top:4px}.gos-landing .cursor{display:inline-block;width:3px;height:.8em;background:var(--accent);margin-left:3px;vertical-align:middle;animation:gosBlink 1s step-end infinite}@keyframes gosBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes gosFadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes gosFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.gos-landing .hero-sub{font-size:17px;line-height:1.65;color:hsla(0,0%,100%,.5);max-width:460px;margin:24px auto 36px;animation:gosFadeDown .6s ease-out .2s both}.gos-landing .hero-btns{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap;animation:gosFadeDown .6s ease-out .3s both}.gos-landing .btn-hero-primary{font-family:var(--font-stack);font-weight:700;font-size:15px;color:var(--blue);background:#fff;padding:13px 28px;border-radius:10px;text-decoration:none;cursor:pointer;transition:all var(--ease);box-shadow:0 2px 12px rgba(0,0,0,.2)}.gos-landing .btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.3)}.gos-landing .btn-hero-ghost{font-family:var(--font-stack);font-weight:600;font-size:15px;color:hsla(0,0%,100%,.8);background:transparent;padding:13px 28px;border-radius:10px;border:1px solid hsla(0,0%,100%,.22);text-decoration:none;cursor:pointer;transition:all var(--ease)}.gos-landing .btn-hero-ghost:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.45);color:#fff}.gos-landing .hero-social{display:flex;align-items:center;justify-content:center;gap:10px;animation:gosFadeDown .6s ease-out .4s both}.gos-landing .avatars{display:flex}.gos-landing .av{width:30px;height:30px;border-radius:50%;border:2px solid var(--deep);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;margin-left:-8px;flex-shrink:0}.gos-landing .av:first-child{margin-left:0;background:#5b5ea6}.gos-landing .av:nth-child(2){background:#9c4b96}.gos-landing .av:nth-child(3){background:#2151e8}.gos-landing .av:nth-child(4){background:#0d7377}.gos-landing .hero-social-text{font-size:13px;color:hsla(0,0%,100%,.45)}.gos-landing .hero-social-text strong{color:hsla(0,0%,100%,.7);font-weight:600}.gos-landing .hero-cards-wrap{position:absolute;bottom:-44px;left:50%;transform:translateX(-50%);width:min(1200px,100%);padding:0 48px;z-index:10}.gos-landing .hero-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gos-landing .hcard{background:hsla(0,0%,100%,.07);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;padding:20px;transition:transform var(--ease),border-color var(--ease);animation:gosHcardUp .7s ease-out both}.gos-landing .hcard:hover{transform:translateY(-4px);border-color:hsla(0,0%,100%,.22)}.gos-landing .hcard:first-child{animation-delay:.1s}.gos-landing .hcard:nth-child(2){animation-delay:.2s}.gos-landing .hcard:nth-child(3){animation-delay:.3s}.gos-landing .hcard:nth-child(4){animation-delay:.4s}@keyframes gosHcardUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.gos-landing .hcard-label{font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:hsla(0,0%,100%,.38);margin-bottom:8px}.gos-landing .hcard-title{font-family:var(--font-stack);font-size:12px;font-weight:700;color:hsla(0,0%,100%,.85);margin-bottom:12px}.gos-landing .hcard-value{font-family:var(--font-stack);font-size:26px;font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1;margin-bottom:4px;transition:color .4s ease}.gos-landing .hcard-value.flash{color:var(--green)}.gos-landing .hcard-change{font-size:11px;color:var(--green);font-weight:600}.gos-landing .hcard-bars{display:flex;align-items:flex-end;gap:4px;height:38px;margin-top:10px}.gos-landing .bar{flex:1;background:var(--accent);border-radius:3px 3px 0 0;opacity:.5;transition:opacity var(--ease)}.gos-landing .bar.active{opacity:1}.gos-landing .bar:last-child{background:var(--green);opacity:1}.gos-landing .pipe-rows{display:flex;flex-direction:column;gap:6px;margin-top:4px}.gos-landing .pipe-row{display:flex;align-items:center;justify-content:space-between}.gos-landing .pipe-lbl{font-size:11px;color:hsla(0,0%,100%,.5)}.gos-landing .pipe-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px;background:rgba(79,124,255,.25);color:var(--accent)}.gos-landing .pipe-badge.g{background:rgba(0,214,143,.18);color:var(--green)}.gos-landing .pipe-badge.a{background:rgba(245,158,11,.2);color:var(--amber)}.gos-landing .mini-avs{display:flex;gap:-4px;margin-top:8px}.gos-landing .mav{width:26px;height:26px;border-radius:50%;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;margin-right:4px}.gos-landing .live-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.gos-landing .pulse{position:relative;width:8px;height:8px;flex-shrink:0}.gos-landing .pulse .core,.gos-landing .pulse .ring{position:absolute;inset:0;background:var(--green);border-radius:50%}.gos-landing .pulse .ring{animation:gosPing 1.6s cubic-bezier(0,0,.2,1) infinite}@keyframes gosPing{0%{transform:scale(1);opacity:.8}75%,to{transform:scale(2.6);opacity:0}}.gos-landing .live-lbl{font-size:11px;font-weight:700;color:var(--green);letter-spacing:.5px;text-transform:uppercase}.gos-landing .h-rows{display:flex;flex-direction:column;gap:7px}.gos-landing .h-row{display:flex;align-items:center;justify-content:space-between}.gos-landing .h-key{font-size:11px;color:hsla(0,0%,100%,.46)}.gos-landing .h-val{font-size:11px;font-weight:700}.gos-landing .h-val.g{color:var(--green)}.gos-landing .h-val.a{color:var(--amber)}.gos-landing .stats{background:#fff;padding:128px 48px 80px;position:relative;z-index:5}.gos-landing .stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.gos-landing .stat-item{padding:32px 36px;border-right:1px solid var(--border);text-align:center}.gos-landing .stat-item:last-child{border-right:none}.gos-landing .stat-num{font-family:var(--font-stack);font-size:48px;font-weight:800;color:var(--blue);letter-spacing:-2px;line-height:1;margin-bottom:8px;display:block}.gos-landing .stat-lbl{font-size:13px;color:var(--muted);line-height:1.55;max-width:155px;margin:0 auto}.gos-landing .fade-up{opacity:0;transform:translateY(28px);transition:opacity .55s ease-out,transform .55s ease-out}.gos-landing .fade-up.visible{opacity:1;transform:translateY(0)}.gos-landing .d1{transition-delay:80ms}.gos-landing .d2{transition-delay:.16s}.gos-landing .d3{transition-delay:.24s}.gos-landing .d4{transition-delay:.32s}.gos-landing .problem{background:var(--off);padding:100px 48px}.gos-landing .problem-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:center}.gos-landing .eyebrow{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.gos-landing .sec-h{font-family:var(--font-stack);font-size:clamp(26px,3vw,38px);font-weight:800;color:var(--ink);letter-spacing:-.8px;line-height:1.2;margin-bottom:18px}.gos-landing .sec-b{font-size:16px;line-height:1.7;color:var(--ink2);margin-bottom:28px;max-width:420px}.gos-landing .checks{list-style:none;display:flex;flex-direction:column;gap:12px}.gos-landing .checks li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--ink2);line-height:1.5}.gos-landing .chk{width:18px;height:18px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.gos-landing .chk svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gos-landing .dash-card{background:var(--deep);border-radius:20px;padding:28px;box-shadow:0 32px 80px rgba(6,13,32,.3),0 0 0 1px hsla(0,0%,100%,.05);position:relative;overflow:hidden}.gos-landing .dash-card:before{content:"";position:absolute;top:-80px;left:-80px;right:-80px;height:240px;background:radial-gradient(ellipse at 50% 0,rgba(33,81,232,.25) 0,transparent 70%);pointer-events:none}.gos-landing .dc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.gos-landing .dc-title{font-family:var(--font-stack);font-size:13px;font-weight:700;color:hsla(0,0%,100%,.85)}.gos-landing .dc-live{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--green)}.gos-landing .dc-chart{display:flex;align-items:flex-end;gap:8px;height:96px;margin-bottom:28px}.gos-landing .dc-bar{flex:1;border-radius:6px 6px 0 0;background:linear-gradient(180deg,var(--accent) 0,rgba(33,81,232,.3) 100%);position:relative}.gos-landing .dc-bar.hi{background:linear-gradient(180deg,var(--green) 0,rgba(0,214,143,.3) 100%)}.gos-landing .dc-bar:after{content:attr(data-l);position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);font-size:9px;color:hsla(0,0%,100%,.3);white-space:nowrap}.gos-landing .dc-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:26px}.gos-landing .dc-metric{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;padding:14px}.gos-landing .dc-ml{font-size:10px;color:hsla(0,0%,100%,.38);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.gos-landing .dc-mv{font-family:var(--font-stack);font-size:22px;font-weight:800;color:#fff;letter-spacing:-.5px}.gos-landing .dc-mv .u{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.38);margin-left:2px}.gos-landing .dc-mt{font-size:10px;font-weight:600;color:var(--green);margin-top:3px}.gos-landing .pillars{background:#fff;padding:100px 48px}.gos-landing .pillars-inner{max-width:1200px;margin:0 auto}.gos-landing .sec-header{text-align:center;margin-bottom:60px}.gos-landing .sec-sub{font-size:16px;color:var(--ink2);max-width:480px;margin:12px auto 0;line-height:1.65}.gos-landing .pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gos-landing .pcrd{border:1px solid var(--border);border-radius:20px;padding:36px 30px;position:relative;overflow:hidden;transition:all var(--ease);cursor:default}.gos-landing .pcrd:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--accent));opacity:0;transition:opacity var(--ease)}.gos-landing .pcrd:hover{border-color:rgba(33,81,232,.35);transform:translateY(-6px);box-shadow:0 20px 48px rgba(33,81,232,.1)}.gos-landing .pcrd:hover:before{opacity:1}.gos-landing .p-icon{width:48px;height:48px;border-radius:12px;background:var(--off);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px;transition:background var(--ease)}.gos-landing .pcrd:hover .p-icon{background:rgba(33,81,232,.08)}.gos-landing .p-name{font-family:var(--font-stack);font-size:19px;font-weight:800;color:var(--ink);letter-spacing:-.3px;margin-bottom:10px}.gos-landing .p-desc{font-size:14px;line-height:1.65;color:var(--ink2);margin-bottom:18px}.gos-landing .p-tags{display:flex;flex-wrap:wrap;gap:6px}.gos-landing .ptag{font-size:11px;font-weight:600;color:var(--blue);background:rgba(33,81,232,.07);padding:4px 10px;border-radius:6px}.gos-landing .p-prev{margin-top:20px;padding-top:18px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:0}.gos-landing .pp-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border)}.gos-landing .pp-row:last-child{border-bottom:none}.gos-landing .pp-k{font-size:12px;color:var(--ink2)}.gos-landing .pp-v{font-size:12px;font-weight:700;padding:3px 10px;border-radius:6px}.gos-landing .pp-v.bl{background:rgba(33,81,232,.08);color:var(--blue)}.gos-landing .pp-v.gr{background:rgba(0,214,143,.1);color:#00a870}.gos-landing .pp-v.am{background:rgba(245,158,11,.1);color:#b57800}.gos-landing .mechanism{background:var(--deep);padding:100px 48px;position:relative;overflow:hidden}.gos-landing .mechanism:before{content:"";position:absolute;top:-120px;right:-120px;width:520px;height:520px;background:radial-gradient(circle,rgba(33,81,232,.18) 0,transparent 70%);pointer-events:none}.gos-landing .mech-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.gos-landing .mech-eyebrow{color:var(--accent)}.gos-landing .mech-h{font-family:var(--font-stack);font-size:clamp(26px,3vw,38px);font-weight:800;color:#fff;letter-spacing:-.8px;line-height:1.2;margin-bottom:16px}.gos-landing .mech-b{font-size:16px;line-height:1.7;color:hsla(0,0%,100%,.5);max-width:420px;margin-bottom:28px}.gos-landing .mech-tags{display:flex;gap:10px;flex-wrap:wrap}.gos-landing .mtag{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);padding:6px 14px;border-radius:8px}.gos-landing .hc{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.09);border-radius:20px;padding:28px}.gos-landing .hc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.07)}.gos-landing .hc-title{font-family:var(--font-stack);font-size:14px;font-weight:700;color:hsla(0,0%,100%,.85)}.gos-landing .hc-metrics{display:flex;flex-direction:column;gap:18px}.gos-landing .hc-m{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;opacity:0;transform:translateX(20px);transition:opacity .5s ease,transform .5s ease}.gos-landing .hc-m.vis{opacity:1;transform:translateX(0)}.gos-landing .hc-mn{font-size:12px;color:hsla(0,0%,100%,.48);margin-bottom:6px}.gos-landing .hc-track{height:4px;background:hsla(0,0%,100%,.07);border-radius:2px;overflow:hidden}.gos-landing .hc-fill{height:100%;border-radius:2px;width:0;transition:width 1.3s cubic-bezier(.4,0,.2,1)}.gos-landing .hc-fill.g{background:var(--green)}.gos-landing .hc-fill.a{background:var(--amber)}.gos-landing .hc-fill.b{background:var(--accent)}.gos-landing .hc-val{font-size:13px;font-weight:700;white-space:nowrap}.gos-landing .hc-val.g{color:var(--green)}.gos-landing .hc-val.a{color:var(--amber)}.gos-landing .hc-val.b{color:var(--accent)}.gos-landing .pricing{background:#fff;padding:100px 48px}.gos-landing .pricing-inner{max-width:1100px;margin:0 auto}.gos-landing .pr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.gos-landing .pr-card{border:1px solid var(--border);border-radius:20px;padding:36px 30px;position:relative;transition:transform var(--ease),box-shadow var(--ease)}.gos-landing .pr-card.feat{border:2px solid var(--blue);transform:scale(1.03);box-shadow:0 24px 64px rgba(33,81,232,.14)}.gos-landing .feat-bdg{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,var(--blue),var(--accent));color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 16px;border-radius:99px;white-space:nowrap}.gos-landing .plan-n{font-family:var(--font-stack);font-size:16px;font-weight:700;color:var(--ink);margin-bottom:5px}.gos-landing .plan-t{font-size:13px;color:var(--muted);margin-bottom:22px;line-height:1.5}.gos-landing .plan-cycle{display:flex;gap:4px;background:var(--off);border-radius:8px;padding:3px;margin-bottom:14px}.gos-landing .cycle-btn{flex:1;padding:6px 8px;border:none;border-radius:6px;background:transparent;color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;transition:all var(--ease)}.gos-landing .cycle-btn.active{background:#fff;color:var(--blue);box-shadow:0 1px 4px rgba(0,0,0,.08)}.gos-landing .plan-p{display:flex;align-items:baseline;gap:4px;margin-bottom:5px}.gos-landing .plan-trial-note{font-size:12px;color:var(--muted);margin:-3px 0 5px}.gos-landing .p-amt{font-family:var(--font-stack);font-size:38px;font-weight:800;color:var(--ink);letter-spacing:-1px}.gos-landing .p-per{font-size:14px;color:var(--muted);font-weight:500}.gos-landing .plan-div{height:1px;background:var(--border);margin:22px 0}.gos-landing .plan-feats{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:26px}.gos-landing .plan-feats li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink2)}.gos-landing .fc{width:16px;height:16px;background:rgba(0,214,143,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gos-landing .fc svg{width:9px;height:9px;stroke:#00a870;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.gos-landing .btn-plan{width:100%;padding:13px;border-radius:10px;font-family:var(--font-stack);font-size:15px;font-weight:700;cursor:pointer;transition:all var(--ease);text-align:center;display:block;text-decoration:none;border:none;outline:none}.gos-landing .btn-plan.g{background:transparent;border:1.5px solid var(--border);color:var(--ink)}.gos-landing .btn-plan.g:hover{border-color:var(--blue);color:var(--blue);background:rgba(33,81,232,.04)}.gos-landing .btn-plan.f{background:var(--blue);color:#fff}.gos-landing .btn-plan.f:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px rgba(33,81,232,.35)}.gos-landing .roadmap{background:var(--off);padding:100px 48px}.gos-landing .rm-inner{max-width:1000px;margin:0 auto}.gos-landing .rm-track{position:relative;margin-top:64px;padding-bottom:40px}.gos-landing .rm-line-bg{position:absolute;top:20px;left:10%;right:10%;height:2px;background:var(--border)}.gos-landing .rm-line-fill{position:absolute;top:20px;left:10%;height:2px;background:linear-gradient(90deg,var(--blue),var(--accent));width:0;transition:width 1.6s cubic-bezier(.4,0,.2,1)}.gos-landing .rm-nodes{display:grid;grid-template-columns:repeat(4,1fr);position:relative;z-index:2}.gos-landing .rm-node{display:flex;flex-direction:column;align-items:center;gap:18px}.gos-landing .nd{width:40px;height:40px;border-radius:50%;border:2px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--muted);transition:all .5s ease}.gos-landing .nd.done{background:var(--blue);border-color:var(--blue);color:#fff}.gos-landing .nd.curr{background:#fff;border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 5px rgba(33,81,232,.1)}.gos-landing .nd-q{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--muted);margin-bottom:5px}.gos-landing .nd-t{font-family:var(--font-stack);font-size:15px;font-weight:700;color:var(--ink);margin-bottom:4px}.gos-landing .nd-d{font-size:12px;color:var(--muted);line-height:1.5;max-width:130px;margin:0 auto;text-align:center}.gos-landing .cta{background:var(--deep);background-image:radial-gradient(ellipse 60% 50% at 50% 110%,rgba(33,81,232,.45) 0,transparent 65%);padding:120px 48px;text-align:center}.gos-landing .cta-h{font-family:var(--font-stack);font-size:clamp(30px,4vw,52px);font-weight:800;color:#fff;letter-spacing:-1.5px;line-height:1.15;margin-bottom:16px}.gos-landing .cta-h .ac{color:var(--accent)}.gos-landing .cta-s{font-size:16px;color:hsla(0,0%,100%,.45);max-width:420px;margin:0 auto 40px;line-height:1.65}.gos-landing .btn-cta{display:inline-block;font-family:var(--font-stack);font-size:16px;font-weight:700;color:var(--blue);background:#fff;padding:16px 36px;border-radius:12px;text-decoration:none;cursor:pointer;transition:all var(--ease);box-shadow:0 4px 20px rgba(0,0,0,.25)}.gos-landing .btn-cta:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,0,0,.4)}.gos-landing footer{background:#03070f;padding:60px 48px 36px}.gos-landing .ft-inner{max-width:1200px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.05);margin:0 auto 28px}.gos-landing .ft-logo{font-family:var(--font-stack);font-weight:800;font-size:18px;color:#fff;margin-bottom:10px}.gos-landing .ft-desc{font-size:13px;color:hsla(0,0%,100%,.3);line-height:1.7;max-width:240px}.gos-landing .ft-powered{display:flex;align-items:center;margin-top:4px}.gos-landing .ft-powered span{font-size:11px;color:hsla(0,0%,100%,.4)}.gos-landing .ft-ct{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:hsla(0,0%,100%,.3);margin-bottom:14px}.gos-landing .ft-links{list-style:none;display:flex;flex-direction:column;gap:10px}.gos-landing .ft-links a{font-size:14px;color:hsla(0,0%,100%,.45);text-decoration:none;cursor:pointer;transition:color var(--ease)}.gos-landing .ft-links a:hover{color:hsla(0,0%,100%,.8)}.gos-landing .ft-bot{max-width:1200px;margin:0 auto}.gos-landing .ft-copy{font-size:12px;color:hsla(0,0%,100%,.2)}@media (max-width:960px){.gos-landing nav{padding:0 24px}.gos-landing .nav-links{display:none}.gos-landing .hero-content{padding:140px 24px 60px}.gos-landing .hero-cards-wrap{padding:0 24px;bottom:-32px}.gos-landing .hero-cards{grid-template-columns:repeat(2,1fr)}.gos-landing .hcard:nth-child(3),.gos-landing .hcard:nth-child(4){display:none}.gos-landing .stats{padding:100px 24px 60px}.gos-landing .stats-inner{grid-template-columns:repeat(2,1fr)}.gos-landing .stat-item{border-right:none;border-bottom:1px solid var(--border)}.gos-landing .mech-inner,.gos-landing .problem-inner{grid-template-columns:1fr;gap:40px}.gos-landing .pillars-grid,.gos-landing .pr-grid{grid-template-columns:1fr}.gos-landing .pr-card.feat{transform:scale(1)}.gos-landing .rm-nodes{grid-template-columns:repeat(2,1fr);gap:40px}.gos-landing .rm-line-bg,.gos-landing .rm-line-fill{display:none}.gos-landing .ft-inner{grid-template-columns:1fr 1fr;gap:40px}.gos-landing .cta,.gos-landing .mechanism,.gos-landing .pillars,.gos-landing .pricing,.gos-landing .problem,.gos-landing .roadmap{padding:72px 24px}}@media (max-width:540px){.gos-landing .hero-cards{grid-template-columns:1fr}.gos-landing .hcard:nth-child(2){display:none}.gos-landing .ft-inner,.gos-landing .rm-nodes,.gos-landing .stats-inner{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.gos-landing *,.gos-landing :after,.gos-landing :before{animation-duration:.01ms!important;transition-duration:.01ms!important}}