:root{--font-sans:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;--brand:#3953fb;--brand-2:#7c5cff;--chatgpt:#10a37f;--gradient:linear-gradient(120deg,#3953fb,#7c5cff 55%,#a855f7);--bg:#fbfbfd;--bg-elevated:#fff;--surface:#fff;--surface-2:#f5f5f7;--text:#1d1d1f;--text-muted:#6e6e73;--border:rgba(0,0,0,.09);--border-strong:rgba(0,0,0,.14);--shadow-sm:0 1px 2px rgba(0,0,0,.04),0 4px 14px rgba(0,0,0,.05);--shadow-lg:0 8px 30px rgba(0,0,0,.08),0 30px 80px rgba(0,0,0,.1);--nav-bg:rgba(251,251,253,.72);--glow:rgba(57,83,251,.12);--star:#ff9f0a}[data-theme=dark]{--bg:#000;--bg-elevated:#0d0d0f;--surface:#141416;--surface-2:#1c1c1f;--text:#f5f5f7;--text-muted:#a1a1a6;--border:hsla(0,0%,100%,.1);--border-strong:hsla(0,0%,100%,.18);--shadow-sm:0 1px 2px rgba(0,0,0,.5),0 6px 20px rgba(0,0,0,.5);--shadow-lg:0 12px 40px rgba(0,0,0,.6),0 40px 100px rgba(0,0,0,.7);--nav-bg:rgba(10,10,12,.68);--glow:rgba(124,92,255,.22);--star:#ffb340}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:90px}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .4s ease,color .4s ease;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}h1,h2,h3{margin:0;letter-spacing:-.022em;font-weight:700;line-height:1.06}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--brand);background:var(--glow);padding:7px 14px;border-radius:999px;border:1px solid var(--border)}.gradient-text{background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.section-title{font-size:clamp(28px,4vw,46px);text-align:center}.section-sub{text-align:center;color:var(--text-muted);font-size:clamp(16px,2vw,20px);max-width:620px;margin:16px auto 0;line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:16px;font-weight:600;font-family:inherit;padding:14px 26px;border-radius:999px;cursor:pointer;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .2s ease,opacity .2s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 8px 24px var(--glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 34px var(--glow)}.btn-ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn-ghost:hover{background:var(--surface-2);transform:translateY(-2px)}.btn-sm{padding:10px 18px;font-size:14.5px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:var(--nav-bg);border-bottom:1px solid var(--border)}.nav-inner{justify-content:space-between;height:62px}.brand,.nav-inner{display:flex;align-items:center}.brand{gap:10px;font-weight:650;font-size:16.5px}.brand img{width:28px;height:28px;border-radius:7px}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{color:var(--text-muted);font-size:14.5px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-right{display:flex;align-items:center;gap:12px}.theme-toggle{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border-strong);color:var(--text);cursor:pointer;transition:background .2s,transform .2s}.theme-toggle:hover{background:var(--surface-2);transform:rotate(12deg)}.hero{position:relative;padding:68px 0 40px;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;top:-180px;left:50%;transform:translateX(-50%);width:780px;height:560px;border-radius:50%;background:radial-gradient(closest-side,var(--glow),transparent 70%);filter:blur(20px);z-index:0;pointer-events:none}.hero>*{position:relative;z-index:1}.hero h1{font-size:clamp(38px,6.4vw,74px);margin:22px auto 0;max-width:900px}.hero-sub{font-size:clamp(17px,2.2vw,21px);color:var(--text-muted);max-width:640px;margin:22px auto 0;line-height:1.5}.hero-cta{gap:14px;margin-top:32px}.hero-cta,.hero-trust{display:flex;justify-content:center;flex-wrap:wrap}.hero-trust{gap:22px;margin-top:22px;color:var(--text-muted);font-size:14px;font-weight:500}.hero-trust span{display:inline-flex;align-items:center;gap:6px}.stars{color:var(--star);letter-spacing:1px}.window{margin:48px auto 0;max-width:940px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden}.window-bar{display:flex;align-items:center;gap:8px;padding:13px 16px;border-bottom:1px solid var(--border);background:var(--surface-2)}.dot{width:12px;height:12px;border-radius:50%}.dot.r{background:#ff5f57}.dot.y{background:#febc2e}.dot.g{background:#28c840}.window-url{margin-left:12px;font-size:12.5px;color:var(--text-muted);background:var(--bg);padding:5px 14px;border-radius:999px;border:1px solid var(--border);flex:1 1;max-width:340px;text-align:center}.window img{width:100%;display:block}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin:72px 0}.stat{text-align:center;padding:26px 14px;border-radius:20px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.stat-value{font-size:clamp(28px,3.4vw,40px);font-weight:700;letter-spacing:-.02em}.stat-label{color:var(--text-muted);font-size:14px;margin-top:6px}section{padding:72px 0}.section-head{margin-bottom:48px}.feature-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center;margin-bottom:30px}.feature-row:nth-child(2n) .feature-media{order:-1}.feature-copy h3{font-size:clamp(24px,3vw,34px)}.feature-copy p{color:var(--text-muted);font-size:18px;margin:16px 0 0;line-height:1.55}.feature-index{font-size:13px;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.feature-media{border-radius:20px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-lg);background:var(--surface-2)}.feature-media img{width:100%}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.mini-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:26px 22px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.mini-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.mini-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--glow);color:var(--brand);margin-bottom:16px}.mini-card h4{margin:0 0 8px;font-size:17px;font-weight:650}.mini-card p{margin:0;color:var(--text-muted);font-size:14.5px;line-height:1.5}.video-wrap{position:relative;max-width:900px;margin:0 auto;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--border);aspect-ratio:16/9;background:#000;cursor:pointer}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-thumb{width:100%;height:100%;object-fit:cover}.play-btn{position:absolute;inset:0;margin:auto;width:84px;height:84px;border-radius:50%;background:hsla(0,0%,100%,.92);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(0,0,0,.4);transition:transform .2s}.video-wrap:hover .play-btn{transform:scale(1.08)}.play-btn svg{margin-left:5px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:26px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:14px}.review-stars{color:var(--star);font-size:15px;letter-spacing:2px}.review-text{font-size:15.5px;line-height:1.55;color:var(--text);margin:0;flex:1 1}.review-author{gap:12px}.avatar,.review-author{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;justify-content:center;font-weight:700;color:#fff;font-size:15px;background:var(--gradient)}.review-name{font-weight:650;font-size:14.5px}.review-role{color:var(--text-muted);font-size:13px}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;font-size:18px;font-weight:600;color:var(--text);padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-q .chev{transition:transform .25s ease;color:var(--text-muted);flex-shrink:0}.faq-item[data-open=true] .chev{transform:rotate(45deg)}.faq-a{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease;color:var(--text-muted);font-size:16px;line-height:1.55}.faq-item[data-open=true] .faq-a{max-height:240px;padding:0 0 22px}.cta-band{text-align:center;border-radius:32px;padding:72px 32px;background:var(--gradient);color:#fff;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.cta-band h2{font-size:clamp(30px,4.5vw,48px);color:#fff}.cta-band p{font-size:19px;opacity:.92;max-width:540px;margin:16px auto 0}.cta-band .btn-primary{background:#fff;color:var(--brand);margin-top:30px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.cta-band .btn-primary:hover{background:#fff}.footer{padding:56px 0 40px;border-top:1px solid var(--border)}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:24px}.footer-brand,.footer-top{display:flex;align-items:center}.footer-brand{gap:10px;font-weight:650}.footer-brand img{width:26px;height:26px;border-radius:6px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{color:var(--text-muted);font-size:14.5px;transition:color .2s}.footer-links a:hover{color:var(--text)}.powered{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:44px;padding-top:32px;border-top:1px solid var(--border);color:var(--text-muted);font-size:15px}.powered a{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:600;transition:opacity .2s}.powered a:hover{opacity:.7}.powered .sg-logo{color:var(--brand)}.copyright{text-align:center;color:var(--text-muted);font-size:13px;margin-top:22px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:none}@media (max-width:900px){.nav-links{display:none}.grid-4,.stats{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr 1fr}.feature-row{grid-template-columns:1fr;gap:28px}.feature-row:nth-child(2n) .feature-media{order:0}}@media (max-width:620px){section{padding:56px 0}.stats{grid-template-columns:repeat(2,1fr);gap:12px}.grid-4,.reviews-grid{grid-template-columns:1fr}.hero{padding:48px 0 24px}.footer-top{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important;transition:none}}