:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #9333ea;--secondary-accent: #7c3aed;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(147, 51, 234, .2);--font-main: "Inter", system-ui, -apple-system, sans-serif;--assist-color: #8b5cf6;--assist-light: #a78bfa;--sdk-color: #2563eb;--sdk-light: #3b82f6;--wb-color: #d97706;--wb-light: #f59e0b}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-accent)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);overflow-x:hidden;-webkit-font-smoothing:antialiased}.smooth-scroll-wrapper{width:100%;position:relative}section{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;position:relative}h1,h2,h3{letter-spacing:-.02em;font-weight:700}.hero-title{font-size:clamp(3rem,10vw,8rem);text-align:center;line-height:.9;color:#fff;background:none;-webkit-text-fill-color:initial}.accent-text{color:var(--accent-color);text-shadow:0 0 40px rgba(147,51,234,.6)}.partner-name{transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:default}.partner-name:hover{transform:scale(1.15);color:var(--accent-color);text-shadow:0 0 20px rgba(147,51,234,.4)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;padding:2.5rem;transition:transform .3s ease,border-color .3s ease}.glass-card:hover{border-color:var(--accent-color);transform:translateY(-5px)}.caption{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.4em;color:var(--accent-color);margin-bottom:2rem;display:block}.btn-primary{background:#0d0d0d;color:#fff;padding:.8rem 2rem;border-radius:100px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex;align-items:center;gap:.75rem;border:1px solid rgba(255,255,255,.1);font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.btn-primary .dot{width:6px;height:6px;background:var(--accent-color);border-radius:50%;display:inline-block;box-shadow:0 0 10px var(--accent-color)}.btn-primary:hover{background:#151515;border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 10px 30px #0009}.nav-bar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-links{display:flex;gap:3rem;align-items:center}.nav-link{color:#888;text-decoration:none;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease}.nav-link:hover{color:#fff}.footer{padding:8rem 4rem;border-top:1px solid rgba(255,255,255,.05);text-align:left;background:#000}.legal-links{margin-top:3rem;display:flex;gap:3rem}.legal-links a{color:#444;text-decoration:none;font-size:.8rem;transition:color .3s ease}.legal-links a:hover{color:var(--accent-color)}.hero-section-saho{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg-saho{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(139,92,246,.15) 0%,rgba(59,130,246,.08) 40%,transparent 70%),radial-gradient(ellipse 100% 100% at 50% 100%,rgba(30,27,75,.35) 0%,transparent 50%);z-index:0}.hero-section-saho .hero-title{display:block;font-size:clamp(2.5rem,7vw,5.5rem);line-height:1.1}.hero-section-saho .hero-title span{display:block}.hero-subtitle-saho{margin-top:1.5rem;font-size:clamp(1rem,1.8vw,1.35rem);color:#aaa;max-width:720px;margin-left:auto;margin-right:auto;line-height:1.65}.hero-cta-saho{margin-top:2.5rem;padding:1rem 2.5rem;background:#fff;color:#000;border:none}.hero-cta-saho:hover{background:#eee;border-color:transparent}.product-section{min-height:100vh;padding:5rem 2rem;display:flex;align-items:center;justify-content:center}.product-assist{background:#0a0a0a}.product-sdk{background:#111}.product-workbarath{background:#0a0a0a}.product-inner{width:100%;max-width:1100px;margin:0 auto}.product-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;padding:.5rem 1.25rem;border-radius:100px;margin-bottom:1.5rem}.product-badge-assist{background:#8b5cf633;color:var(--assist-light)}.product-badge-sdk{background:#2563eb33;color:var(--sdk-light)}.product-badge-wb{background:#d9770633;color:var(--wb-light)}.product-headline{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1rem;color:#fff}.product-body{font-size:clamp(1rem,1.3vw,1.15rem);color:#aaa;line-height:1.7;max-width:680px;margin-bottom:3rem}.product-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}.product-feature-card{padding:1.75rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:transform .3s ease,border-color .3s ease,background .3s ease}.product-feature-card:hover{transform:translateY(-4px)}.product-feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-assist{border-color:#8b5cf633}.feature-assist:hover{border-color:#8b5cf673;background:#8b5cf60f}.feature-assist h3{color:var(--assist-light)}.feature-sdk{border-color:#2563eb33}.feature-sdk:hover{border-color:#2563eb73;background:#2563eb0f}.feature-sdk h3{color:var(--sdk-light)}.feature-wb{border-color:#d9770633}.feature-wb:hover{border-color:#d9770673;background:#d977060f}.feature-wb h3{color:var(--wb-light)}.product-feature-card p{font-size:.95rem;color:#888;line-height:1.55}.product-cta-block{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.countdown{display:flex;gap:1.5rem;flex-wrap:wrap}.countdown span{font-size:.95rem;color:#888}.countdown strong{color:#fff;font-size:1.5rem;font-weight:800;margin-right:.2rem}.countdown-assist strong{color:var(--assist-light)}.countdown-sdk strong{color:var(--sdk-light)}.waitlist-form{display:flex;gap:.75rem;flex-wrap:wrap;max-width:400px}.waitlist-form input{flex:1;min-width:200px;padding:.9rem 1.25rem;border-radius:100px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;font-size:1rem;font-family:var(--font-main)}.waitlist-form input::placeholder{color:#666}.waitlist-form input:focus{outline:none;border-color:var(--accent-color)}.waitlist-form button{padding:.9rem 1.75rem;border:none;border-radius:100px;font-size:.95rem;font-weight:600;font-family:var(--font-main);cursor:pointer;transition:all .3s ease}.product-assist .waitlist-form button{background:var(--assist-color);color:#fff}.product-assist .waitlist-form button:hover{background:var(--assist-light)}.product-sdk .waitlist-form button{background:var(--sdk-color);color:#fff}.product-sdk .waitlist-form button:hover{background:var(--sdk-light)}.product-external-cta{display:inline-block;padding:1rem 2.5rem;background:var(--wb-color);color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:100px;transition:all .3s ease}.product-external-cta:hover{background:var(--wb-light);transform:scale(1.03)}.contact-section-saho{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem}.contact-inner{text-align:center}.cta-title-saho{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:2rem;color:#fff}.footer-saho{padding:4rem 2rem}.footer-content-saho{display:grid;grid-template-columns:1fr auto auto;gap:3rem;align-items:start;margin-bottom:2rem}.footer-saho .footer-logo{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:#fff}.footer-tagline{margin-top:.5rem;font-size:.9rem;color:#888}.footer-address{margin-top:1rem;font-size:.85rem;color:#666;line-height:1.6}.footer-products,.footer-social{display:flex;flex-direction:column;gap:.75rem}.footer-products a,.footer-social a{color:#888;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-products a:hover,.footer-social a:hover{color:#fff}.footer-saho .footer-legal{padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);margin-top:0;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.footer-saho .footer-legal a{color:#666;text-decoration:none;font-size:.8rem}.footer-saho .footer-legal a:hover{color:var(--accent-color)}.footer-saho .footer-legal p{margin:0;font-size:.85rem;color:#666}.nav-cta{padding:.5rem 1.25rem;background:var(--accent-color);color:#fff;border-radius:100px}.nav-cta:hover{color:#fff;background:var(--secondary-accent)}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;max-width:400px;width:100%;text-align:center;animation:modalSlideIn .25s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{font-size:1.5rem;margin-bottom:.75rem;color:#fff}.modal-content p{color:#aaa;margin-bottom:1.5rem;font-size:.95rem}.modal-content .btn-primary{display:inline-block}@media(max-width:768px){.footer-content-saho{grid-template-columns:1fr}.product-cta-block{flex-direction:column;align-items:flex-start}.waitlist-form{width:100%;max-width:none}}
