@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.hero-section{align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero-purple-orb{background:var(--purple);opacity:.2;filter:blur(120px);border-radius:50%;width:600px;height:600px;position:absolute;top:-10%;right:-10%}.hero-secondary-orb{background:var(--secondary);opacity:.1;filter:blur(100px);border-radius:50%;width:400px;height:400px;position:absolute;bottom:10%;left:-5%}.hero-container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;padding-top:80px;padding-bottom:80px;display:grid;position:relative}.hero-badge{color:var(--primary);letter-spacing:1px;background:#cbbeff14;border:1px solid #cbbeff33;border-radius:999px;margin-bottom:28px;padding:10px 18px;font-size:12px;font-weight:700;display:inline-block}.hero-left h1{margin-bottom:28px;font-size:72px;font-weight:800;line-height:82px}.hero-left p{color:var(--text-muted);max-width:620px;margin-bottom:40px;font-size:18px;line-height:32px}.hero-buttons{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.hero-primary-btn{background:var(--purple);color:#fff;border:none;border-radius:16px;align-items:center;gap:10px;padding:18px 30px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.hero-primary-btn:hover{transform:translateY(-3px)}.hero-secondary-btn{border:1px solid var(--border-glass);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border-radius:16px;padding:18px 30px;font-size:15px;font-weight:600;transition:all .3s}.hero-secondary-btn:hover{background:#ffffff0f}.hero-right{height:500px;position:relative}.hero-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border-glass);background:#14142bb3;border-radius:24px;width:280px;padding:28px;position:absolute}.hero-card:first-child{top:0;right:0}.hero-card:nth-child(2){top:150px;left:0}.hero-card:nth-child(3){bottom:0;right:80px}.hero-card h3{margin-top:20px;margin-bottom:12px;font-size:20px}.hero-card p{color:var(--text-muted);line-height:28px}.hero-icon{font-size:42px!important}.purple{color:var(--purple)}.secondary{color:var(--secondary)}.primary{color:var(--primary)}.rotate-left{transform:rotate(-3deg)}.rotate-right{transform:rotate(2deg)}@media (width<=1100px){.hero-container{grid-template-columns:1fr}.hero-right{display:none}.hero-left h1{font-size:58px;line-height:68px}}@media (width<=768px){.hero-left h1{font-size:42px;line-height:54px}.hero-left p{font-size:16px;line-height:28px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-primary-btn,.hero-secondary-btn{justify-content:center;width:100%}}@keyframes heroFloat{0%,to{transform:translateY(0) rotate(var(--card-rotate))}50%{transform:translateY(-22px) rotate(calc(var(--card-rotate) + 2deg))}}.hero-card{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#0d0d179e;border:1px solid #ffffff1f;border-radius:24px;width:280px;padding:28px;animation:6s ease-in-out infinite heroFloat;position:absolute;box-shadow:0 24px 80px #00000059,inset 0 1px #ffffff14}.hero-card:after{content:"";border-radius:inherit;z-index:-1;background:linear-gradient(45deg,#0000,#9d50bb73,#0000);position:absolute;inset:-1px}.hero-card:first-child{--card-rotate:0deg;top:0;right:0}.hero-card:nth-child(2){--card-rotate:-3deg;animation-delay:-2s;top:150px;left:0}.hero-card:nth-child(3){--card-rotate:2deg;animation-delay:-4s;bottom:0;right:80px}.rotate-left,.rotate-right{transform:none}.hero-left h1{letter-spacing:0;background:linear-gradient(135deg,#fff 0%,#cbbeff 50%,#9d50bb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:28px;font-size:72px;font-weight:900;line-height:82px}.hero-left h1 span{color:inherit}@media (width<=1100px){.hero-section{min-height:auto}.hero-container{padding-top:72px;padding-bottom:72px}.hero-left h1{font-size:58px;line-height:68px}}@media (width<=768px){.hero-section{align-items:flex-start}.hero-container{gap:32px;padding-top:56px;padding-bottom:64px}.hero-purple-orb{width:360px;height:360px;right:-45%}.hero-secondary-orb{width:260px;height:260px}.hero-badge{white-space:normal;max-width:100%;margin-bottom:22px}.hero-left h1{margin-bottom:22px;font-size:42px;line-height:52px}.hero-left p{margin-bottom:32px;font-size:16px;line-height:28px}}@media (width<=480px){.hero-container{padding-top:42px;padding-bottom:54px}.hero-left h1{font-size:34px;line-height:42px}.hero-primary-btn,.hero-secondary-btn{border-radius:14px;min-height:52px;padding:15px 18px}}.core-section{padding:120px 0}.core-top{text-align:center;margin-bottom:70px}.core-top h2{margin-bottom:20px;font-size:52px}.core-top p{max-width:700px;color:var(--text-muted);margin:auto;line-height:30px}.core-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.core-card{border-radius:28px;padding:40px;transition:all .3s}.core-card:hover{border-color:var(--purple);transform:translateY(-8px)}.core-icon{border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:30px;display:flex}.core-icon svg{font-size:34px}.purple-bg{color:var(--purple);background:#9d50bb1a}.secondary-bg{color:var(--secondary);background:#edb1ff1a}.primary-bg{color:var(--primary);background:#cbbeff1a}.core-card h3{margin-bottom:18px;font-size:28px}.core-card p{color:var(--text-muted);line-height:30px}@media (width<=992px){.core-grid{grid-template-columns:1fr}.core-top h2{font-size:40px}}@media (width<=576px){.core-section{padding:72px 0}.core-top{margin-bottom:42px}.core-top h2{font-size:34px;line-height:42px}.core-card{border-radius:22px;padding:28px 22px}.core-icon{width:58px;height:58px;margin-bottom:24px}.core-card h3{font-size:24px}}.product-visit-btn{color:#fff;background:#9d50bb;border-radius:14px;justify-content:center;align-items:center;width:fit-content;margin-top:28px;padding:15px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 10px 35px #9d50bb38}.product-visit-btn:hover{transform:translateY(-5px);box-shadow:0 18px 45px #9d50bb59}.products-section{padding:120px 0}.products-heading{text-align:center;margin-bottom:60px}.products-heading h2{font-size:54px;font-weight:800}.products-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.ecosystem-card{background:linear-gradient(#121220eb,#0a0a16f5);border:1px solid #ffffff14;border-radius:28px;padding:34px;transition:all .35s;position:relative;overflow:hidden}.ecosystem-card:before{content:"";filter:blur(70px);background:#9d50bb14;border-radius:50%;width:240px;height:240px;position:absolute;top:-120px;left:-120px}.ecosystem-card:hover{border-color:#9d50bb59;transform:translateY(-6px);box-shadow:0 0 40px #9d50bb14}.eco-badge{letter-spacing:.7px;color:#cf7cff;background:#9d50bb24;border-radius:999px;margin-bottom:26px;padding:8px 14px;font-size:10px;font-weight:700;display:inline-flex}.ecosystem-card h3{margin-bottom:20px;font-size:42px}.ecosystem-card p{color:var(--text-muted);max-width:520px;margin-bottom:34px;font-size:17px;line-height:34px}.eco-features{grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:36px;display:grid}.eco-features div{color:#d7d7df;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.eco-features svg{color:#b55dff;font-size:18px!important}.ecosystem-card button{color:#fff;background:linear-gradient(#ffffff0a,#ffffff05);border:1px solid #ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:fit-content;min-width:20rem;height:54px;margin:auto;font-weight:700;transition:all .3s;display:flex}.ecosystem-card button:hover{background:#9d50bb}@media (width<=992px){.products-grid{grid-template-columns:1fr}.products-heading h2{font-size:42px}}@media (width<=576px){.products-section{padding:72px 0}.products-heading{margin-bottom:34px}.products-heading h2{font-size:34px;line-height:42px}.ecosystem-card{border-radius:22px;padding:24px 20px}.ecosystem-card h3{font-size:32px;line-height:40px}.ecosystem-card p{margin-bottom:28px;font-size:15px;line-height:30px}.eco-features{grid-template-columns:1fr;gap:14px}.ecosystem-card button,.coming-soon-card button{width:100%;min-width:0;padding-left:18px;padding-right:18px}}.coming-soon-card{text-align:center;grid-column:1/-1}.coming-soon-card p{margin-left:auto;margin-right:auto}.coming-soon-tags{cursor:pointer;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:36px;display:flex}.coming-soon-tags span{color:var(--text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff12;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .3s}.coming-soon-tags span:hover{color:#fff;background:#9d50bb2e;border-color:#9d50bb73;transform:translateY(-2px)}.coming-soon-card button{justify-content:center;align-items:center;height:48px;padding-left:28px;padding-right:28px;display:flex}.custom-project-btn{color:#fff;background:linear-gradient(135deg,#9d50bb,#cbbcff);border-radius:16px;justify-content:center;align-items:center;width:fit-content;padding:18px 34px;font-size:15px;font-weight:800;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 10px 40px #9d50bb40}.custom-project-btn:hover{transform:translateY(-5px);box-shadow:0 18px 55px #9d50bb66}.custom-section{padding:120px 0}.custom-container{grid-template-columns:3fr 2fr;align-items:center;gap:70px;display:grid}.custom-image-wrap{position:relative}.custom-glow{filter:blur(80px);background:#9d50bb1f;border-radius:50%;position:absolute;inset:0}.custom-image{z-index:2;border-radius:34px;padding:10px;position:relative}.custom-image img{object-fit:cover;filter:grayscale();border-radius:28px;width:100%;height:480px;transition:all .6s}.custom-image img:hover{filter:grayscale(0)}.custom-content h2{margin-bottom:28px;font-size:48px;line-height:58px}.custom-content>p{color:var(--text-muted);margin-bottom:40px;line-height:30px}.custom-points{flex-direction:column;gap:24px;margin-bottom:45px;display:flex}.custom-point{gap:18px;display:flex}.custom-point span{width:38px;height:38px;color:var(--purple);background:#9d50bb2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.custom-point p{margin:0;line-height:28px}.custom-content button{background:var(--bg-surface);color:#fff;border:1px solid var(--border-glass);border-radius:14px;width:100%;padding:18px;font-weight:700;transition:all .3s}.custom-content button:hover{background:#ffffff0f}@media (width<=992px){.custom-container{grid-template-columns:1fr;gap:42px}.custom-content h2{font-size:38px;line-height:48px}.custom-image img{height:320px}}@media (width<=576px){.custom-section{padding:72px 0}.custom-container{gap:32px}.custom-image{border-radius:24px;padding:6px}.custom-image img{border-radius:20px;height:240px}.custom-content h2{margin-bottom:20px;font-size:32px;line-height:40px}.custom-content>p{margin-bottom:30px;line-height:28px}.custom-points{gap:18px;margin-bottom:32px}.custom-point{gap:14px}.custom-point span{width:34px;height:34px}}.why-section{padding:120px 0}.why-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.why-card{border:1px solid var(--border-glass);text-align:center;border-radius:24px;padding:40px 28px;transition:all .3s}.why-card:hover{background:#ffffff08;transform:translateY(-8px)}.why-card svg{color:var(--primary);margin-bottom:20px;font-size:48px!important}.why-card h3{margin-bottom:14px;font-size:24px}.why-card p{color:var(--text-muted);line-height:28px}@media (width<=992px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.why-section{padding:72px 0}.why-grid{grid-template-columns:1fr;gap:20px}.why-card{border-radius:22px;padding:30px 22px}.why-card svg{font-size:40px!important}.why-card h3{font-size:22px}}.vision-section{padding:140px 0;position:relative;overflow:hidden}.vision-glow{filter:blur(100px);background:#9d50bb14;width:80%;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vision-content{z-index:2;text-align:center;position:relative}.vision-content h2{margin-bottom:36px;font-size:72px;line-height:84px}.vision-content h2 span{color:var(--primary)}.vision-content p{max-width:900px;color:var(--text-muted);margin:auto;font-size:20px;line-height:34px}@media (width<=768px){.vision-section{padding:84px 0}.vision-content h2{font-size:42px;line-height:54px}.vision-content p{font-size:16px;line-height:30px}}@media (width<=480px){.vision-section{padding:72px 0}.vision-content h2{margin-bottom:24px;font-size:34px;line-height:42px}}.cta-section{padding-bottom:120px}.cta-border{background:linear-gradient(135deg, var(--purple), var(--secondary));border-radius:34px;padding:1px}.cta-inner{background:var(--bg-main);text-align:center;border-radius:33px;padding:100px 50px}.cta-inner h2{max-width:900px;margin:auto auto 50px;font-size:58px;line-height:70px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.cta-primary{background:var(--purple);color:#fff;border:none;border-radius:16px;padding:18px 34px;font-weight:700}.cta-secondary{border:1px solid var(--border-glass);color:#fff;background:#ffffff08;border-radius:16px;padding:18px 34px;font-weight:700}@media (width<=768px){.cta-inner{padding:70px 25px}.cta-inner h2{font-size:38px;line-height:50px}}@media (width<=480px){.cta-section{padding-bottom:72px}.cta-border{border-radius:24px}.cta-inner{border-radius:23px;padding:48px 18px}.cta-inner h2{margin-bottom:32px;font-size:30px;line-height:38px}.cta-buttons{gap:14px}.cta-primary,.cta-secondary{width:100%;padding:16px 20px}}.product-page{background:var(--bg-main);color:var(--text-main);padding-top:80px;position:relative;overflow:hidden}.product-bg-orb{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.orb-one{background:#9d50bb38;width:600px;height:600px;top:-220px;left:-220px}.orb-two{background:#cbbeff1a;width:600px;height:600px;top:600px;right:-220px}.product-hero{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:720px;padding-top:90px;padding-bottom:90px;display:grid;position:relative}.product-hero-left h1{letter-spacing:-2px;margin-bottom:28px;font-size:68px;font-weight:800;line-height:78px}.product-hero-left h1 span{color:var(--primary)}.product-hero-left p{max-width:640px;color:var(--text-muted);margin-bottom:36px;font-size:19px;line-height:34px}.product-hero-buttons{flex-wrap:wrap;gap:18px;display:flex}.product-hero-buttons button{border:none;border-radius:12px;padding:15px 30px;font-weight:700}.product-hero-buttons button:first-child{background:var(--purple);color:#fff}.product-hero-buttons button:last-child{border:1px solid var(--border-glass);color:#fff;background:#ffffff0a}.product-hero-right{height:520px;position:relative}.floating-product-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14142bb3;border-radius:22px;width:270px;min-height:160px;padding:28px;position:absolute;box-shadow:0 0 40px #9d50bb24}.hrpaw-float{animation:6s ease-in-out infinite floatProduct;top:20px;left:20px}.roomriser-float{animation:6s ease-in-out 1.5s infinite floatProduct;bottom:70px;right:0}.coming-float{opacity:.45;z-index:1;flex-direction:column;justify-content:center;align-items:center;width:240px;min-height:140px;display:flex;top:185px;left:130px;transform:scale(.92)}.hrpaw-float{z-index:3;animation:6s ease-in-out infinite floatProduct;top:20px;left:20px}.roomriser-float{z-index:4;animation:6s ease-in-out 1.5s infinite floatProduct;bottom:70px;right:0}.image-float-icon{background:#ffffff0a;border:1px solid #ffffff14;padding:0;overflow:hidden}.image-float-icon img{object-fit:cover;width:100%;height:100%;display:block}.coming-float svg{color:var(--text-muted);font-size:34px}.float-icon{background:var(--purple);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:18px;display:flex}.room-icon{background:var(--primary);color:#111}.floating-product-card h3{margin-bottom:18px}.floating-product-card span{background:#ffffff1a;border-radius:99px;height:8px;margin-bottom:10px;display:block}.floating-product-card span:last-child{width:70%}@keyframes floatProduct{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.product-ecosystem{z-index:2;background:#0d0d178c;padding:110px 0;position:relative}.product-section-heading{text-align:center;margin-bottom:75px}.product-section-heading h2{margin-bottom:20px;font-size:46px;font-weight:800}.product-section-heading p{color:var(--text-muted);max-width:760px;margin:auto;font-size:18px;line-height:32px}.product-showcase-row{grid-template-columns:7fr 5fr;align-items:center;gap:42px;margin-bottom:100px;display:grid}.product-showcase-row.reverse{grid-template-columns:5fr 7fr}.product-mockup-card{border:1px solid var(--border-glass);background:#14142bb3;border-radius:22px;padding:10px;overflow:hidden}.mockup-dashboard{background:radial-gradient(circle at 100% 0,#9d50bb59,#0000 40%),#10101c;border-radius:16px;grid-template-columns:90px 1fr;height:420px;display:grid;overflow:hidden}.mockup-sidebar{border-right:1px solid var(--border-glass);background:#ffffff0a}.mockup-content{padding:28px}.mockup-header{background:#ffffff14;border-radius:14px;height:48px;margin-bottom:24px}.mockup-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;display:grid}.mockup-grid span{background:#9d50bb29;border:1px solid #9d50bb2e;border-radius:18px;height:100px}.mockup-chart{background:linear-gradient(135deg,#9d50bb4d,#0000),#ffffff0d;border-radius:20px;height:170px}.room-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:24px;display:grid}.room-grid span{background:#cbbeff21;border:1px solid #cbbeff2e;border-radius:16px;height:72px}.product-info .product-badge{color:var(--primary);background:#cbbeff14;border:1px solid #cbbeff2e;border-radius:999px;margin-bottom:22px;padding:8px 16px;font-size:12px;font-weight:700;display:inline-flex}.room-badge{color:var(--secondary)!important;background:#edb1ff14!important;border-color:#edb1ff2e!important}.product-info h3{margin-bottom:22px;font-size:46px}.product-info p{color:var(--text-muted);margin-bottom:24px;line-height:30px}.product-tags{flex-wrap:wrap;gap:10px;margin-bottom:26px;display:flex}.product-tags span{border:1px solid var(--border-glass);background:#12121de6;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:600}.product-highlight{border-left:4px solid var(--primary);color:var(--soft-lavender);background:#cbbeff0f;border-radius:0 12px 12px 0;margin-bottom:28px;padding:18px;font-style:italic}.room-highlight{border-color:var(--secondary);color:var(--secondary)}.product-actions{flex-wrap:wrap;gap:18px;display:flex}.product-actions button:first-child{background:var(--purple);color:#fff;border:none;border-radius:12px;padding:13px 25px;font-weight:700}.product-actions button:last-child{color:var(--primary);background:0 0;border:none;align-items:center;gap:8px;font-weight:700;display:flex}.product-why{z-index:2;padding-top:110px;padding-bottom:110px;position:relative}.why-products-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.why-product-card{border:1px solid var(--border-glass);cursor:pointer;background:#14142bb3;border-radius:22px;padding:34px;transition:all .3s}.why-product-card:hover{border-color:#9d50bb59;transform:translateY(-6px)}.why-product-card svg{color:var(--primary);margin-bottom:24px;font-size:38px}.why-product-card h4{margin-bottom:16px;font-size:22px}.why-product-card p{color:var(--text-muted);line-height:28px}.future-products{z-index:2;text-align:center;padding-top:90px;padding-bottom:110px;position:relative}.future-products h2{margin-bottom:20px;font-size:46px}.future-products p{max-width:760px;color:var(--text-muted);margin:auto auto 42px;font-size:18px;line-height:32px}.future-tags{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.future-tags span{border:1px solid var(--border-glass);color:var(--primary);cursor:pointer;background:#14142bb3;border-radius:999px;padding:14px 22px;font-weight:700;animation:6s ease-in-out infinite floatProduct}.product-cta{z-index:2;padding-top:70px;padding-bottom:120px;position:relative}.product-cta-box{text-align:center;border:1px solid var(--border-glass);background:#14142bb3;border-radius:34px;padding:90px 40px;position:relative;overflow:hidden}.product-cta-box:before{content:"";background:linear-gradient(135deg,#9d50bb1f,#0000);position:absolute;inset:0}.product-cta-box h2,.product-cta-box p,.product-cta-box div{z-index:2;position:relative}.product-cta-box h2{margin-bottom:22px;font-size:46px}.product-cta-box p{max-width:760px;color:var(--text-muted);margin:auto auto 38px;line-height:32px}.product-cta-box div{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.product-cta-box button{border-radius:14px;padding:16px 30px;font-weight:800}.product-cta-box button:first-child{background:var(--purple);color:#fff;border:none}.product-cta-box button:last-child{color:#fff;border:1px solid var(--border-glass);background:#ffffff0a}@media (width<=1100px){.product-hero,.product-showcase-row,.product-showcase-row.reverse{grid-template-columns:1fr}.product-hero-right{display:none}.why-products-grid{grid-template-columns:repeat(2,1fr)}.product-hero-left h1{font-size:52px;line-height:62px}}@media (width<=768px){.product-page{padding-top:40px}.product-hero-left h1,.product-section-heading h2,.future-products h2,.product-cta-box h2{font-size:38px;line-height:48px}.product-hero-left p,.product-section-heading p,.future-products p{font-size:16px;line-height:28px}.mockup-dashboard{grid-template-columns:60px 1fr;height:320px}.mockup-content{padding:18px}.mockup-grid{grid-template-columns:1fr}.mockup-grid span{height:56px}.why-products-grid{grid-template-columns:1fr}.product-cta-box{padding:65px 22px}}.product-showcase-image{object-fit:cover;border-radius:18px;width:100%;height:100%;transition:all .4s;display:block}.product-mockup-card{overflow:hidden}.product-mockup-card:hover .product-showcase-image{transform:scale(1.03)}.visit-product-btn{background:var(--purple);color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:13px 25px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.visit-product-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #9d50bb59}.cursor-glow{pointer-events:none;z-index:1;filter:blur(35px);mix-blend-mode:screen;background:radial-gradient(circle,#9d50bb38 0%,#9d50bb1f 25%,#9d50bb0f 45%,#0000 70%);border-radius:50%;width:350px;height:350px;transition:left linear,top linear;position:fixed;transform:translate(-50%,-50%)}.vision-page{background:var(--bg-main);color:var(--text-main);overflow:hidden}.vision-hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:140px 32px 100px;display:flex;position:relative}.vision-grid-bg{opacity:.18;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.vision-orb{filter:blur(120px);border-radius:50%;position:absolute}.orb-right{background:#9d50bb38;width:420px;height:420px;top:25%;right:-100px}.orb-left{background:#cbbeff1a;width:360px;height:360px;bottom:20%;left:-100px}.vision-hero-content{z-index:2;max-width:1000px;position:relative}.vision-badge{color:var(--primary);letter-spacing:2px;background:#cbbeff0f;border:1px solid #cbbeff38;border-radius:999px;margin-bottom:26px;padding:8px 18px;font-size:12px;font-weight:800;display:inline-block}.vision-hero h1{margin-bottom:30px;font-size:82px;font-weight:900;line-height:92px}.vision-hero h1 span{background:linear-gradient(135deg, var(--primary), var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.vision-hero p{max-width:760px;color:var(--text-muted);margin:auto auto 48px;font-size:20px;line-height:34px}.vision-hero-buttons{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.vision-hero-buttons button{border-radius:14px;padding:18px 34px;font-weight:800}.vision-hero-buttons button:first-child{background:var(--purple);color:#fff;border:none;box-shadow:0 0 40px #9d50bb40}.vision-hero-buttons button:last-child{color:#fff;border:1px solid var(--border-glass);background:#ffffff0a}.vision-section,.vision-beliefs,.vision-ecosystem,.vision-timeline-section{padding:120px 0}.vision-split{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.vision-split h2,.vision-heading h2,.vision-timeline-section h2,.vision-final-cta h2{font-size:48px;font-weight:850;line-height:58px}.vision-line{background:var(--primary);width:80px;height:4px;margin:28px 0}.vision-split p{color:var(--text-muted);margin-bottom:22px;font-size:18px;line-height:32px}.vision-quote-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14142bb3;border-radius:26px;padding:50px;position:relative;box-shadow:0 0 50px #9d50bb1f}.vision-quote-card h3{font-size:30px;font-style:italic;line-height:44px}.vision-beliefs{background:var(--surface-low)}.vision-heading{text-align:center;margin-bottom:70px}.vision-heading p{color:var(--text-muted);max-width:720px;margin:18px auto 0;font-size:18px;line-height:30px}.belief-grid{grid-template-columns:repeat(12,1fr);gap:24px;display:grid}.belief-card{border:1px solid var(--border-glass);background:#14142bb3;border-radius:24px;grid-column:span 4;padding:38px;transition:all .3s}.belief-card.wide{grid-column:span 8}.belief-card:hover{background:#ffffff0a;transform:translateY(-6px)}.belief-card svg{color:var(--primary);margin-bottom:22px;font-size:44px}.belief-card h3{margin-bottom:14px;font-size:26px}.belief-card p{color:var(--text-muted);line-height:30px}.vision-ecosystem{padding:130px 0;position:relative;overflow:hidden}.ecosystem-orb{filter:blur(120px);background:#9d50bb14;border-radius:50%;width:900px;height:420px;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.ecosystem-small-title{color:var(--primary);letter-spacing:2px;margin-bottom:18px;font-size:12px;font-weight:800;display:inline-block}.ecosystem-premium-grid{z-index:2;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:70px;display:grid;position:relative}.ecosystem-premium-card{background:linear-gradient(135deg,#14142be6,#0a0a14e6);border:1px solid #ffffff14;border-radius:28px;align-items:flex-end;gap:26px;min-height:260px;padding:34px;transition:all .35s;display:flex;position:relative;overflow:hidden}.ecosystem-premium-card:before{content:"";filter:blur(70px);background:#9d50bb24;border-radius:50%;width:220px;height:220px;position:absolute;top:-80px;right:-80px}.ecosystem-premium-card:after{content:"";opacity:.3;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.ecosystem-premium-card:hover{border-color:#9d50bb73;transform:translateY(-8px);box-shadow:0 25px 80px #9d50bb1f}.ecosystem-premium-card.active{border-color:#cbbeff47;box-shadow:inset 0 1px #ffffff0f,0 0 70px #9d50bb1f}.ecosystem-number{z-index:2;background:linear-gradient(135deg, #fff, var(--primary), var(--purple));-webkit-text-fill-color:transparent;opacity:.9;-webkit-background-clip:text;font-size:76px;font-weight:900;line-height:1;position:relative}.ecosystem-premium-card h4{z-index:2;margin-bottom:14px;font-size:28px;position:relative}.ecosystem-premium-card p{z-index:2;color:var(--text-muted);max-width:520px;line-height:30px;position:relative}@media (width<=992px){.ecosystem-premium-grid{grid-template-columns:1fr}.ecosystem-premium-card{align-items:flex-start;min-height:auto}}@media (width<=576px){.ecosystem-premium-card{flex-direction:column;padding:28px}.ecosystem-number{font-size:58px}.ecosystem-premium-card h4{font-size:24px}}.founder-note{padding:120px 32px}.founder-card{text-align:center;border:1px solid var(--border-glass);background:#14142bb3;border-radius:34px;max-width:900px;margin:auto;padding:70px}.founder-card svg{color:var(--primary);opacity:.35;margin-bottom:26px;font-size:70px}.founder-card h3{margin-bottom:30px;font-size:38px;font-style:italic;line-height:54px}.founder-card p{color:var(--primary);font-weight:800}.vision-final-cta{text-align:center;border-top:1px solid var(--border-glass);padding:130px 32px}.vision-final-cta p{color:var(--text-muted);max-width:720px;margin:24px auto 44px;font-size:18px;line-height:32px}.vision-final-cta div{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.vision-final-cta button{border-radius:14px;padding:18px 34px;font-weight:800}.vision-final-cta button:first-child{background:var(--primary);color:var(--on-primary);border:none}.vision-final-cta button:last-child{color:#fff;border:1px solid var(--border-glass);background:#ffffff0a}@media (width<=992px){.vision-hero h1{font-size:54px;line-height:64px}.vision-split,.ecosystem-grid{grid-template-columns:1fr}.belief-card,.belief-card.wide{grid-column:span 12}.timeline-line{left:28px}.timeline-item{grid-template-columns:60px 1fr}.timeline-text.left{text-align:left}.timeline-item>span{display:none}.timeline-dot{grid-area:1/1}.timeline-text{grid-column:2}}@media (width<=576px){.vision-hero h1{font-size:40px;line-height:50px}.vision-split h2,.vision-heading h2,.vision-timeline-section h2,.vision-final-cta h2{font-size:34px;line-height:44px}.founder-card{padding:40px 22px}.founder-card h3{font-size:26px;line-height:40px}}.footer-main{background:radial-gradient(circle at top left, #9d50bb14, transparent 35%), var(--surface-low);border-top:1px solid var(--border-glass);width:100%}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.4fr;align-items:flex-start;gap:46px;padding-top:80px;padding-bottom:70px;display:grid}.footer-logo{align-items:center;margin-bottom:24px;display:flex}.footer-logo img{object-fit:contain;width:150px;height:auto}.footer-desc{color:var(--text-muted);max-width:390px;margin-bottom:26px;line-height:30px}.footer-grid h3{color:var(--text-main);margin-bottom:24px;font-size:20px}.footer-grid a{color:var(--text-muted);margin-bottom:14px;text-decoration:none;transition:all .3s;display:block}.footer-grid a:hover{color:#fff;transform:translate(4px)}.footer-socials{flex-wrap:wrap;gap:14px;display:flex}.footer-socials a{border:1px solid var(--border-glass);width:42px;height:42px;color:var(--text-muted);background:#ffffff0a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:0;transition:all .3s;display:flex}.footer-socials a:hover{color:#fff;border-color:#9d50bb73;transform:translateY(-4px);box-shadow:0 0 22px #9d50bb2e}.footer-grid p{color:var(--text-muted);margin-bottom:14px;line-height:28px}.footer-grid p svg{color:var(--primary);vertical-align:middle;margin-right:10px;font-size:18px}.footer-grid p a{color:var(--text-muted);margin-bottom:0;display:inline}.footer-grid p a:hover{color:#fff;transform:none}.footer-bottom{border-top:1px solid var(--border-glass);text-align:center;color:var(--text-muted);padding:24px 16px;font-size:14px}@media (width<=1200px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:38px;padding-top:60px;padding-bottom:55px}.footer-logo img{width:130px}}@media (width<=576px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-desc{max-width:100%}.footer-socials{margin-bottom:10px}}.navbar-center a{color:var(--text-muted);font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-active{color:#fff!important}.nav-active:after{content:"";background:var(--purple);border-radius:999px;width:100%;height:2px;position:absolute;bottom:-10px;left:0;box-shadow:0 0 10px #9d50bbcc}.drawer-active{color:#fff!important;background:#9d50bb1f!important;border:1px solid #9d50bb40!important}.navbar-main{z-index:999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#05050abf;border-bottom:1px solid #ffffff0f;width:100%;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;height:90px;padding-left:50px;padding-right:50px;display:flex}.navbar-logo img{object-fit:contain;height:95px}.navbar-center{align-items:center;gap:50px;display:flex}.navbar-center a{color:var(--text-muted);font-size:16px;font-weight:600;transition:all .3s}.navbar-center a:hover{color:#fff}.navbar-right{align-items:center;gap:18px;display:flex}.contact-btn{color:var(--text-muted);background:0 0;border:none;font-size:15px;font-weight:500}.start-btn{background:var(--purple);color:#fff;border:none;border-radius:14px;padding:14px 28px;font-weight:700}.hamburger-btn{border:1px solid var(--border-glass);width:44px;height:44px;color:var(--primary);background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;display:none}.drawer-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;visibility:hidden;background:#0009;transition:all .3s;position:fixed;inset:0}.drawer-overlay.active{opacity:1;visibility:visible}.mobile-drawer{z-index:1001;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid var(--border-glass);background:#0a0a14f5;flex-direction:column;width:320px;max-width:86%;height:100vh;padding:24px;transition:all .35s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-drawer::-webkit-scrollbar{display:none}.mobile-drawer.active{transform:translate(0)}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}.drawer-header img{height:78px}.drawer-header button{border:1px solid var(--border-glass);color:#fff;background:#ffffff0a;border-radius:12px;width:42px;height:42px}.drawer-links{flex-direction:column;gap:12px;display:flex}.drawer-links a{color:var(--text-muted);background:#ffffff08;border-radius:14px;align-items:center;gap:14px;padding:16px;font-weight:600;display:flex}.drawer-links a:hover{color:#fff;background:#9d50bb29}.drawer-links svg{color:var(--primary)}.drawer-actions{flex-direction:column;gap:14px;margin-top:auto;display:flex}.drawer-actions button{border-radius:14px;padding:15px;font-weight:700}.drawer-actions button:first-child{color:#fff;border:1px solid var(--border-glass);background:0 0}.drawer-actions button:last-child{background:var(--purple);color:#fff;border:none}@media (width<=992px){.navbar-center,.contact-btn,.start-btn{display:none}.hamburger-btn{display:flex}.navbar-container{height:82px;padding-left:24px;padding-right:24px}.navbar-logo img{height:78px}}@media (width<=480px){.navbar-container{height:72px;padding-left:16px;padding-right:16px}.navbar-logo img{height:64px}.hamburger-btn{border-radius:10px;width:40px;height:40px}.mobile-drawer{width:100%;max-width:100%;padding:20px 16px}.drawer-header img{height:62px}}.scroll-top-btn{z-index:9999;color:#fff;opacity:0;visibility:hidden;background:#9d50bbe6;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex;position:fixed;bottom:28px;right:28px;transform:translateY(20px);box-shadow:0 0 25px #9d50bb59}.scroll-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{transform:translateY(-4px)}.contact-page{background:var(--bg-main);color:var(--text-main);padding-top:90px;position:relative;overflow:hidden}.contact-grid-bg{pointer-events:none;z-index:0;opacity:.22;background-image:linear-gradient(#cbbeff0d 1px,#0000 1px),linear-gradient(90deg,#cbbeff0d 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.contact-orb{pointer-events:none;z-index:0;filter:blur(130px);border-radius:50%;position:fixed}.contact-orb-left{background:#9d50bb21;width:500px;height:500px;top:-130px;left:-130px}.contact-orb-right{background:#cbbeff14;width:600px;height:600px;bottom:-160px;right:-160px}.contact-hero{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:70px;min-height:680px;padding-top:80px;padding-bottom:80px;display:grid;position:relative}.contact-hero-left h1{margin-bottom:26px;font-size:68px;font-weight:900;line-height:78px}.contact-hero-left h1 span{color:var(--purple)}.contact-hero-left p{max-width:650px;color:var(--text-muted);margin-bottom:36px;font-size:19px;line-height:34px}.contact-hero-buttons{flex-wrap:wrap;gap:18px;display:flex}.contact-hero-buttons button{border-radius:13px;padding:16px 30px;font-weight:800}.contact-hero-buttons button:first-child{background:var(--purple);color:#fff;border:none}.contact-hero-buttons button:last-child{color:var(--soft-lavender);border:1px solid var(--border-glass);background:#ffffff0a}.contact-hero-right{height:500px;position:relative}.contact-floating-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14142bb3;border-radius:22px;width:270px;padding:26px;animation:3.5s ease-in-out infinite contactFloat;position:absolute}.contact-floating-card svg{color:var(--purple);margin-right:10px}.contact-floating-card h4{margin-bottom:14px;font-size:16px}.card-one{top:0;right:0}.card-two{animation-delay:.5s;top:130px;right:150px}.card-three{animation-delay:1s;bottom:120px;right:30px}.card-four{animation-delay:1.5s;bottom:0;right:180px}.progress-line{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}.progress-line span{background:var(--purple);width:80%;height:100%;display:block}.circle-row{gap:10px;display:flex}.circle-row span{background:#edb1ff26;border-radius:50%;width:34px;height:34px}.contact-floating-card p,.contact-floating-card code{color:var(--text-muted);font-size:13px}@keyframes contactFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.contact-form-section,.contact-steps,.work-with-section,.contact-final-cta{z-index:2;padding-top:90px;padding-bottom:90px;position:relative}.contact-form-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14142bb8;border-radius:34px;grid-template-columns:1.5fr 1fr;gap:60px;padding:50px;display:grid}.contact-form-grid{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px;display:grid}.form-group{flex-direction:column;gap:9px;display:flex}.form-group label{color:var(--text-muted);letter-spacing:1px;font-size:12px;font-weight:800}.form-group input,.form-group select,.form-group textarea{background:var(--surface);border:1px solid var(--border-glass);width:100%;color:var(--text-main);resize:none;border-radius:13px;outline:none;padding:15px 16px;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #9d50bb29}.submit-project-btn{background:var(--purple);color:#fff;border:none;border-radius:13px;width:100%;margin-top:22px;padding:17px;font-weight:900}.contact-form-right{border-left:1px solid var(--border-glass);padding-left:50px}.contact-form-right h3{margin-bottom:34px;font-size:28px}.direct-contact-list{flex-direction:column;gap:28px;display:flex}.direct-contact-item{align-items:flex-start;gap:18px;display:flex}.direct-contact-item>span{border:1px solid var(--border-glass);width:52px;height:52px;color:var(--purple);background:#ffffff0a;border-radius:16px;justify-content:center;align-items:center;display:flex}.direct-contact-item small{color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:800;display:block}.direct-contact-item p{color:var(--text-main);line-height:28px}.contact-side-card{border:1px solid var(--border-glass);background:#ffffff09;border-radius:22px;margin-top:50px;padding:26px}.contact-side-card h4{margin-bottom:12px}.contact-side-card p{color:var(--text-muted);line-height:28px}.contact-steps h2,.work-with-section h2{text-align:center;margin-bottom:70px;font-size:46px}.contact-steps h2 span{color:var(--purple)}.steps-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.steps-grid:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#9d50bb59,#0000);height:1px;position:absolute;top:50%;left:0;right:0}.step-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14142bb8;border-radius:24px;padding:34px;transition:all .3s}.step-card:hover{border-color:#9d50bb73;transform:translateY(-7px)}.step-card strong{color:var(--purple);opacity:.6;font-size:30px}.step-card h4{margin:18px 0 12px}.step-card p{color:var(--text-muted);font-size:14px;line-height:25px}.work-grid{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.work-grid div{border:1px solid var(--border-glass);text-align:center;background:#14142bb8;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:150px;padding:24px;transition:all .3s;display:flex}.work-grid div:hover{transform:translateY(-6px);box-shadow:0 0 28px #9d50bb2e}.work-grid svg{color:var(--text-muted);font-size:42px}.work-grid div:hover svg{color:var(--purple)}.contact-cta-box{text-align:center;border:1px solid var(--border-glass);background:#14142bb8;border-radius:34px;padding:80px 40px;position:relative;overflow:hidden}.contact-cta-box:before{content:"";filter:blur(100px);background:#9d50bb38;width:280px;height:280px;position:absolute;top:-80px;right:-80px}.contact-cta-box h2{margin-bottom:20px;font-size:46px}.contact-cta-box p{color:var(--text-muted);max-width:760px;margin:auto auto 36px;font-size:18px;line-height:32px}.contact-cta-box div{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.contact-cta-box button{border-radius:13px;padding:16px 30px;font-weight:800}.contact-cta-box button:first-child{background:var(--purple);color:#fff;border:none}.contact-cta-box button:last-child{color:var(--soft-lavender);border:1px solid var(--border-glass);background:#ffffff0a}@media (width<=1100px){.contact-hero,.contact-form-card{grid-template-columns:1fr}.contact-hero-right{display:none}.contact-form-right{border-left:none;border-top:1px solid var(--border-glass);padding-top:40px;padding-left:0}.steps-grid{grid-template-columns:repeat(2,1fr)}.work-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.contact-page{padding-top:50px}.contact-hero-left h1,.contact-steps h2,.work-with-section h2,.contact-cta-box h2{font-size:38px;line-height:48px}.contact-form-card{padding:26px}.contact-form-grid,.steps-grid,.work-grid{grid-template-columns:1fr}}.form-group select,.form-group select option{color:#e4e1f0;background-color:#12121d}.form-group select option:checked,.form-group select option:hover{color:#fff;background-color:#9d50bb}.form-group input,.form-group select,.form-group textarea{color:#e4e1f0;border:1px solid var(--border-glass);resize:none;background:#12121d;border-radius:13px;outline:none;width:100%;padding:15px 16px;font-family:inherit}.direct-contact-item a{color:var(--text-main);text-decoration:none;transition:all .3s}.direct-contact-item a:hover{color:var(--purple)}.social-media-section{margin-top:40px}.social-media-section small{color:var(--text-muted);letter-spacing:1px;font-size:12px;font-weight:800}.social-icons{align-items:center;gap:16px;margin-top:18px;display:flex}.social-icons a{border:1px solid var(--border-glass);width:52px;height:52px;color:var(--text-main);background:#ffffff0a;border-radius:16px;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icons a svg{font-size:24px}.social-icons a:hover{color:#fff;border-color:#9d50bb80;transform:translateY(-5px);box-shadow:0 0 24px #9d50bb33}.contact-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.cta-call-btn,.cta-product-btn{border-radius:16px;justify-content:center;align-items:center;min-width:240px;padding:17px 28px;font-size:15px;font-weight:800;text-decoration:none;transition:all .35s;display:flex}.cta-call-btn{color:#fff;background:linear-gradient(135deg,#9d50bb,#cbbcff);box-shadow:0 10px 40px #9d50bb47}.cta-call-btn:hover{transform:translateY(-5px);box-shadow:0 18px 55px #9d50bb6b}.cta-product-btn{border:1px solid var(--border-glass);color:var(--soft-lavender);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a}.cta-product-btn:hover{color:#fff;border-color:#9d50bb73;transform:translateY(-5px);box-shadow:0 0 28px #9d50bb1f}.contact-page{min-height:auto;padding-bottom:0!important}.contact-final-cta{padding-bottom:40px!important}body{overflow-x:hidden}.contact-page>:last-child{margin-bottom:0!important;padding-bottom:0!important}.contact-details-section{z-index:2;padding-top:70px;padding-bottom:90px;position:relative}.contact-details-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 100% 0,#9d50bb2e,#0000 35%),#14142bb8;border-radius:34px;max-width:980px;margin:auto;padding:56px}.contact-details-header{text-align:center;max-width:720px;margin:auto auto 46px}.contact-details-header span{color:var(--primary);letter-spacing:1.6px;background:#9d50bb24;border:1px solid #9d50bb4d;border-radius:999px;margin-bottom:22px;padding:8px 16px;font-size:12px;font-weight:900;display:inline-block}.contact-details-header h2{margin-bottom:18px;font-size:46px;line-height:56px}.contact-details-header p{color:var(--text-muted);font-size:17px;line-height:30px}.contact-details-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.contact-detail-box{border:1px solid var(--border-glass);background:#ffffff09;border-radius:24px;flex-direction:column;justify-content:center;min-height:170px;padding:28px;text-decoration:none;transition:all .35s;display:flex}.contact-detail-box:hover{border-color:#9d50bb73;transform:translateY(-6px);box-shadow:0 0 35px #9d50bb24}.contact-detail-box span{width:54px;height:54px;color:var(--primary);background:#9d50bb24;border-radius:16px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.contact-detail-box small,.response-card small{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:900}.contact-detail-box p{color:var(--text-main);margin-top:8px;line-height:26px}.contact-bottom-row{border-top:1px solid var(--border-glass);justify-content:space-between;align-items:center;gap:24px;margin-top:26px;padding-top:28px;display:flex}.response-card{align-items:center;gap:16px;display:flex}.response-card svg{color:var(--primary)}.response-card p{color:var(--text-main);margin-top:6px}.contact-socials{gap:14px;display:flex}.contact-socials a{width:48px;height:48px;color:var(--text-muted);border:1px solid var(--border-glass);background:#ffffff0a;border-radius:15px;justify-content:center;align-items:center;transition:all .3s;display:flex}.contact-socials a:hover{color:#fff;border-color:#9d50bb73;transform:translateY(-4px)}@media (width<=768px){.contact-details-card{padding:32px 22px}.contact-details-header h2{font-size:36px;line-height:46px}.contact-details-grid{grid-template-columns:1fr}.contact-bottom-row{flex-direction:column;align-items:flex-start}}.policy-page{background:var(--bg-main);color:var(--text-main);padding-top:120px;position:relative;overflow:hidden}.policy-orb{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.policy-orb-one{background:#9d50bb29;width:500px;height:500px;top:-160px;left:-160px}.policy-orb-two{background:#cbbeff14;width:520px;height:520px;bottom:20%;right:-180px}.policy-container{z-index:2;padding-bottom:110px;position:relative}.policy-header{text-align:center;max-width:850px;margin:0 auto 70px}.policy-header span{color:var(--primary);letter-spacing:1.6px;background:#9d50bb1f;border:1px solid #9d50bb40;border-radius:999px;margin-bottom:24px;padding:9px 18px;font-size:12px;font-weight:800;display:inline-block}.policy-header h1{margin-bottom:22px;font-size:64px;line-height:74px}.policy-header p{color:var(--text-muted);font-size:18px;line-height:32px}.policy-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14142bb8;border-radius:30px;max-width:950px;margin:auto;padding:55px}.policy-date{color:var(--primary);margin-bottom:35px;font-weight:700}.policy-card h2{margin-top:38px;margin-bottom:14px;font-size:28px}.policy-card p,.policy-card li{color:var(--text-muted);font-size:16px;line-height:30px}.policy-card ul{margin-top:12px;padding-left:22px}.policy-card li{margin-bottom:10px}.policy-highlight{color:var(--text-main);background:#9d50bb1f;border:1px solid #9d50bb47;border-radius:18px;margin:28px 0;padding:24px;font-weight:700;line-height:30px}.policy-card a{color:var(--primary);text-decoration:none}.policy-card a:hover{color:#fff}@media (width<=768px){.policy-header h1{font-size:42px;line-height:52px}.policy-card{padding:30px 22px}.policy-card h2{font-size:23px}}.terms-page{background:var(--bg-main);color:var(--text-main);padding-top:120px;position:relative;overflow:hidden}.terms-orb{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.terms-orb-one{background:#9d50bb26;width:520px;height:520px;top:-180px;left:-160px}.terms-orb-two{background:#cbbeff14;width:520px;height:520px;bottom:10%;right:-200px}.terms-container{z-index:2;padding-bottom:110px;position:relative}.terms-header{text-align:center;max-width:850px;margin:auto auto 70px}.terms-header span{color:var(--primary);letter-spacing:1.5px;background:#9d50bb1f;border:1px solid #9d50bb3d;border-radius:999px;margin-bottom:24px;padding:10px 18px;font-size:12px;font-weight:800;display:inline-block}.terms-header h1{margin-bottom:22px;font-size:64px;line-height:74px}.terms-header p{color:var(--text-muted);font-size:18px;line-height:32px}.terms-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14142bb8;border-radius:30px;max-width:950px;margin:auto;padding:55px}.terms-date{color:var(--primary);margin-bottom:35px;font-weight:700}.terms-card h2{margin-top:38px;margin-bottom:14px;font-size:28px}.terms-card p,.terms-card li{color:var(--text-muted);font-size:16px;line-height:30px}.terms-card ul{margin-top:12px;padding-left:22px}.terms-card li{margin-bottom:10px}.terms-highlight{color:var(--text-main);background:#9d50bb1f;border:1px solid #9d50bb47;border-radius:18px;margin:28px 0;padding:24px;font-weight:700;line-height:30px}.terms-card a{color:var(--primary);text-decoration:none}.terms-card a:hover{color:#fff}@media (width<=768px){.terms-header h1{font-size:42px;line-height:52px}.terms-card{padding:30px 22px}.terms-card h2{font-size:23px}}.refund-page{background:var(--bg-main);color:var(--text-main);padding-top:120px;position:relative;overflow:hidden}.refund-orb{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.refund-orb-one{background:#9d50bb26;width:520px;height:520px;top:-180px;left:-160px}.refund-orb-two{background:#cbbeff14;width:520px;height:520px;bottom:10%;right:-200px}.refund-container{z-index:2;padding-bottom:110px;position:relative}.refund-header{text-align:center;max-width:850px;margin:auto auto 70px}.refund-header span{color:var(--primary);letter-spacing:1.5px;background:#9d50bb1f;border:1px solid #9d50bb3d;border-radius:999px;margin-bottom:24px;padding:10px 18px;font-size:12px;font-weight:800;display:inline-block}.refund-header h1{margin-bottom:22px;font-size:64px;line-height:74px}.refund-header p{color:var(--text-muted);font-size:18px;line-height:32px}.refund-card{border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14142bb8;border-radius:30px;max-width:950px;margin:auto;padding:55px}.refund-date{color:var(--primary);margin-bottom:35px;font-weight:700}.refund-card h2{margin-top:38px;margin-bottom:14px;font-size:28px}.refund-card p,.refund-card li{color:var(--text-muted);font-size:16px;line-height:30px}.refund-card ul{margin-top:12px;padding-left:22px}.refund-card li{margin-bottom:10px}.refund-highlight{color:var(--text-main);background:#9d50bb1f;border:1px solid #9d50bb47;border-radius:18px;margin:28px 0;padding:24px;font-weight:700;line-height:30px}.refund-card a{color:var(--primary);text-decoration:none}.refund-card a:hover{color:#fff}@media (width<=768px){.refund-header h1{font-size:42px;line-height:52px}.refund-card{padding:30px 22px}.refund-card h2{font-size:23px}}:root{--bg-main:#0a0a14;--bg-surface:#14142b;--surface-low:#0d0d17;--surface-card:#14142bb3;--border-glass:#ffffff14;--text-main:#e4e1f0;--text-muted:#cac4d2;--primary:#cbbeff;--purple:#9d50bb;--secondary:#edb1ff}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg-main);color:var(--text-main);margin:0;font-family:Inter,sans-serif;overflow-x:hidden}a{text-decoration:none}button{cursor:pointer;font-family:inherit}img,svg{max-width:100%}.section-container{width:100%;max-width:1280px;margin:auto;padding-left:32px;padding-right:32px}.glass-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--surface-card);border:1px solid var(--border-glass)}.glow-purple{box-shadow:0 0 40px #9d50bb4d}.grid-bg{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px}@media (width<=768px){.section-container{padding-left:22px;padding-right:22px}}@media (width<=480px){.section-container{padding-left:16px;padding-right:16px}}
