:root{--bg-primary:#fff;--bg-secondary:#f8f8f8;--text-primary:#111;--text-secondary:#666;--accent:#ff4d30;--border-color:#00000014;--navbar-bg:#fffc;--shadow-sm:0 4px 20px #00000014;--transition:.3s ease}[data-theme=dark]{--bg-primary:#0f1115;--bg-secondary:#171a21;--text-primary:#fff;--text-secondary:#b5b5b5;--accent:#ff6b4a;--border-color:#ffffff14;--navbar-bg:#0f1115cc;--shadow-sm:0 4px 20px #0000004d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);font-family:Poppins,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}.container{width:min(90%,1280px);margin:auto}.btn{transition:var(--transition);border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{border:1px solid var(--border-color);color:var(--text-primary)}.btn-secondary:hover{background:var(--bg-secondary)}@media (hover:hover) and (pointer:fine){body,a,button,body,a,button,input,textarea{cursor:none}}.section-alt{background:var(--bg-secondary)}.premium-card{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:24px;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden}.premium-card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 20px 50px #00000014}@media (hover:hover) and (pointer:fine){.cursor-dot{background:var(--accent);pointer-events:none;z-index:999999;will-change:transform;width:10px;height:10px;box-shadow:0 0 10px var(--accent), 0 0 20px var(--accent), 0 0 35px var(--accent);border-radius:50%;transition:transform 50ms linear;position:fixed}.cursor-ring{pointer-events:none;z-index:999998;will-change:transform;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff40;border-radius:50%;width:40px;height:40px;transition:width .3s,height .3s,background .3s,border-color .3s;position:fixed;box-shadow:0 0 20px #ff4d3040,0 0 40px #ff4d3026}.cursor-hover{background:#ff4d3014;border-color:#ff4d30cc;width:70px;height:70px;box-shadow:0 0 30px #ff4d3059,0 0 60px #ff4d3033}}.navbar{z-index:1000;background:0 0;width:100%;transition:all .3s;position:fixed;top:0;left:0}.navbar-scrolled{background:var(--navbar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.navbar-container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{justify-content:space-between;gap:15px;font-size:1.2rem;font-weight:700}.desktop-nav{display:none}.desktop-nav a{color:var(--text-primary);font-weight:500}.navbar-actions{align-items:center;gap:12px;display:flex}.theme-btn,.menu-btn{background:var(--bg-secondary);width:44px;height:44px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.cta-btn{background:var(--accent);color:#fff;border-radius:999px;padding:12px 24px;font-weight:600;display:none}.mobile-menu{background:var(--bg-primary);z-index:999;flex-direction:column;gap:1.5rem;width:100%;height:calc(100vh - 80px);padding:2rem;transition:all .4s;display:flex;position:fixed;top:80px;left:-100%}.mobile-open{left:0}.mobile-menu a{font-size:1.2rem;font-weight:500}.mobile-cta{background:var(--accent);color:#fff;border-radius:999px;margin-top:1rem;padding:14px}@media (width>=992px){.desktop-nav{gap:2rem;display:flex}.cta-btn{display:block}.menu-btn,.mobile-menu{display:none}}.section{padding:4rem 0}@media (width>=768px){.section{padding:5rem 0}}@media (width>=1200px){.section{padding:6rem 0}}.section-title{margin-bottom:3rem}.section-title.center{text-align:center}.section-title span{color:var(--accent);margin-bottom:.75rem;font-weight:600;display:inline-block}.section-title h2{max-width:700px;font-size:clamp(2rem,5vw,4rem);line-height:1.1}.section-title.center h2{margin:auto}.about-section{position:relative;overflow:hidden}.about-bg-glow{filter:blur(160px);pointer-events:none;background:#ff4d3014;border-radius:50%;width:500px;height:500px;position:absolute;top:20%;right:-200px}.about-wrapper{z-index:2;gap:5rem;display:grid;position:relative}@media (width>=992px){.about-wrapper{grid-template-columns:1fr 1fr;align-items:center}}.about-image-container{position:relative}.image-border-glow{filter:blur(40px);z-index:0;background:linear-gradient(135deg,#ff4d3033,#5b8cff26);border-radius:40px;position:absolute;inset:-20px}.about-image{z-index:2;border-radius:32px;width:100%;position:relative;box-shadow:0 30px 60px #0000001f}.experience-card{z-index:3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);text-align:center;background:#ffffffb3;border:1px solid #fff6;border-radius:24px;min-width:200px;padding:1.5rem;position:absolute;bottom:40px;right:-20px;box-shadow:0 20px 40px #00000014}[data-theme=dark] .experience-card{background:#ffffff0d}.experience-card h3{color:var(--accent);font-size:2.5rem}.experience-card span{color:var(--text-secondary)}.about-content{flex-direction:column;display:flex}.about-description{color:var(--text-secondary);margin:2rem 0;line-height:2}.about-features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.about-features div{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff8c;border-radius:18px;align-items:center;gap:12px;padding:1rem 1.25rem;transition:all .3s;display:flex}[data-theme=dark] .about-features div{background:#ffffff0a}.about-features div:hover{border-color:var(--accent);transform:translateY(-6px)}.about-features svg{color:var(--accent);flex-shrink:0}.mission-card{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff8c;border-radius:24px;margin-bottom:2rem;padding:1.75rem}[data-theme=dark] .mission-card{background:#ffffff0a}.mission-card h4{color:var(--accent);margin-bottom:1rem;font-size:1.15rem}.mission-card p{color:var(--text-secondary);line-height:1.9}@media (width<=768px){.experience-card{min-width:150px;bottom:10px;right:10px}.experience-card h3{font-size:2rem}}.contact{padding:120px 20px}.contact-card{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:30px;max-width:900px;margin:auto;padding:70px 60px;position:relative;overflow:hidden}.contact-card:before{content:"";background:radial-gradient(rgba(var(--primary-rgb), .2), transparent 70%);pointer-events:none;border-radius:50%;width:350px;height:350px;position:absolute;top:-120px;right:-120px}.contact-tag{color:var(--primary-color);letter-spacing:4px;margin-bottom:18px;font-size:.9rem;font-weight:700}.contact-card h2{color:var(--text-primary);margin-bottom:25px;font-size:clamp(2.4rem,5vw,4rem);line-height:1.2}.contact-description{max-width:650px;color:var(--text-secondary);margin:auto;font-size:1.05rem;line-height:1.9}.contact-button{cursor:pointer;background:linear-gradient(135deg, var(--primary-color), rgba(var(--primary-rgb), .75));color:#fff;box-shadow:0 18px 45px rgba(var(--primary-rgb), .28);border:none;border-radius:999px;align-items:center;gap:16px;margin-top:50px;padding:18px 34px;font-size:1rem;font-weight:600;transition:all .35s;display:inline-flex}.contact-button svg{font-size:1.15rem}.contact-button .arrow{transition:transform .3s}.contact-button:hover .arrow{transform:translate(6px)}.contact-note{color:var(--text-secondary);opacity:.8;margin-top:22px;font-size:.95rem}@media (width<=768px){.contact{padding:90px 20px}.contact-card{padding:45px 25px}.contact-card h2{font-size:2.2rem}.contact-button{justify-content:center;width:100%}}.launchpad-section{position:relative;overflow:hidden}.launchpad-wrapper{text-align:center;justify-content:center;align-items:center;min-height:750px;display:flex;position:relative}.cta-glow{filter:blur(140px);pointer-events:none;border-radius:50%;position:absolute}.cta-glow-1{background:#ff4d301f;width:450px;height:450px;top:10%;left:-100px}.cta-glow-2{background:#008cff14;width:550px;height:550px;bottom:0;right:-150px}.cta-orb{justify-content:center;align-items:center;width:260px;height:260px;display:flex;position:absolute}.orb-core{background:radial-gradient(circle,#ff4d30 0%,#ff4d3066 45%,#0000 100%);border-radius:50%;width:140px;height:140px;animation:4s ease-in-out infinite pulseOrb;box-shadow:0 0 60px #ff4d3080,0 0 120px #ff4d3040}@keyframes pulseOrb{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.cta-content{z-index:10;max-width:850px;position:relative}.cta-tag{color:var(--accent);background:#ff4d3014;border:1px solid #ff4d3026;border-radius:999px;margin-bottom:1.5rem;padding:10px 18px;font-weight:600;display:inline-flex}.cta-content h2{margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.8rem);line-height:1.05}.cta-content p{max-width:650px;color:var(--text-secondary);margin:0 auto 2.5rem;line-height:1.9}.cta-launch-btn{background:linear-gradient(135deg, var(--accent), #ff7d63);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:18px 36px;font-weight:700;transition:all .35s;display:inline-flex;box-shadow:0 0 30px #ff4d3040}.cta-launch-btn:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 0 50px #ff4d3073}.floating-tag{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);color:var(--text-primary);background:#fff9;border-radius:999px;padding:12px 18px;font-size:.9rem;font-weight:600;animation:5s ease-in-out infinite floatTag;position:absolute}[data-theme=dark] .floating-tag{background:#ffffff0a}.tag-1{top:12%;left:10%}.tag-2{top:20%;right:15%}.tag-3{top:45%;left:5%}.tag-4{bottom:18%;left:18%}.tag-5{bottom:12%;right:15%}.tag-6{top:55%;right:8%}@keyframes floatTag{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (width<=992px){.floating-tag{display:none}.launchpad-wrapper{min-height:650px}.cta-orb{width:180px;height:180px}.orb-core{width:100px;height:100px}}@media (width<=768px){.cta-content h2{font-size:clamp(2.5rem,9vw,4rem)}.launchpad-wrapper{min-height:600px}}.services-section{position:relative;overflow:hidden}.services-glow{filter:blur(180px);pointer-events:none;background:#ff4d3014;border-radius:50%;width:700px;height:700px;position:absolute;top:20%;left:-300px}.services-grid{z-index:2;gap:1.75rem;display:grid;position:relative}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff9;border-radius:28px;flex-direction:column;min-height:340px;padding:2rem;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}[data-theme=dark] .service-card{background:#ffffff0a}.service-card:hover{border-color:var(--accent);transform:translateY(-12px);box-shadow:0 30px 60px #0000001f}.service-card-glow{filter:blur(80px);opacity:0;background:#ff4d301f;border-radius:50%;width:250px;height:250px;transition:all .4s;position:absolute;top:-120px;right:-120px}.service-card:hover .service-card-glow{opacity:1}.service-icon{width:80px;height:80px;color:var(--accent);background:linear-gradient(135deg,#ff4d301f,#ff4d300d);border:1px solid #ff4d3026;border-radius:22px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2rem;transition:all .4s;display:flex}.service-card:hover .service-icon{transform:rotate(-5deg)scale(1.08)}.service-card h3{margin-bottom:1rem;font-size:1.25rem;line-height:1.4}.service-card p{color:var(--text-secondary);flex:1;margin-bottom:2rem;line-height:1.9}.service-card span{color:var(--accent);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.arrow{transition:transform .3s}.service-card:hover .arrow{transform:translate(5px)}@media (width<=768px){.service-card{min-height:auto}}.ecosystem-section{position:relative;overflow:hidden}.ecosystem-wrapper{z-index:2;flex-direction:column;align-items:center;gap:4rem;display:flex;position:relative}.ecosystem-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.ecosystem-bg:before{content:"";filter:blur(140px);background:#ff4d301f;border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;left:-150px}.ecosystem-bg:after{content:"";filter:blur(160px);background:#008cff14;border-radius:50%;width:700px;height:700px;position:absolute;bottom:-300px;right:-200px}.ecosystem-center{text-align:center;max-width:850px}.ecosystem-subtitle{color:var(--accent);background:#ff4d3014;border:1px solid #ff4d3026;border-radius:999px;margin-bottom:1.5rem;padding:.65rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.ecosystem-center h2{margin-bottom:1.5rem;font-size:clamp(2.8rem,7vw,5rem);line-height:1.05}.ecosystem-center p{color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.9}.ecosystem-nodes{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}.ecosystem-node{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);cursor:pointer;background:#ffffff8c;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:160px;height:160px;transition:all .4s;display:flex;position:relative}[data-theme=dark] .ecosystem-node{background:#ffffff08}.ecosystem-node:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#ff4d3033,#ff4d3000);transition:opacity .4s;position:absolute;inset:0}.ecosystem-node:hover:before,.ecosystem-node.active:before{opacity:1}.ecosystem-node:hover,.ecosystem-node.active{border-color:var(--accent);transform:translateY(-10px)scale(1.05);box-shadow:0 0 40px #ff4d3026}.node-icon{color:var(--accent);z-index:2;font-size:2rem}.ecosystem-node span{z-index:2;font-weight:600}.technology-panel{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff8c;border-radius:32px;width:100%;padding:2.5rem;overflow:hidden}[data-theme=dark] .technology-panel{background:#ffffff08}.panel-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.panel-header h3{font-size:2rem}.panel-header span{color:var(--text-secondary)}.technology-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;display:grid}.technology-item{text-align:center;border:1px solid var(--border-color);background:#fff6;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .35s;display:flex;position:relative}[data-theme=dark] .technology-item{background:#ffffff05}.technology-item:hover{border-color:var(--accent);transform:translateY(-8px)scale(1.05);box-shadow:0 0 30px #ff4d3026}.technology-icon{width:55px;height:55px;color:var(--accent);justify-content:center;align-items:center;transition:all .35s;display:flex}.technology-item:hover .technology-icon{filter:drop-shadow(0 0 15px #ff4d3066);transform:scale(1.2)rotate(8deg)}.technology-icon svg{width:100%;height:100%}.technology-item span{font-size:.95rem;font-weight:600}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.ecosystem-node:first-child{animation:4s ease-in-out infinite float}.ecosystem-node:nth-child(2){animation:5s ease-in-out infinite float}.ecosystem-node:nth-child(3){animation:6s ease-in-out infinite float}.ecosystem-node:nth-child(4){animation:4.5s ease-in-out infinite float}.ecosystem-node:nth-child(5){animation:5.5s ease-in-out infinite float}.ecosystem-node:nth-child(6){animation:4.8s ease-in-out infinite float}@media (width<=992px){.ecosystem-node{width:140px;height:140px}.technology-panel{padding:2rem}}@media (width<=768px){.ecosystem-wrapper{gap:3rem}.ecosystem-node{width:120px;height:120px}.node-icon{font-size:1.5rem}.panel-header{text-align:center;flex-direction:column;gap:.5rem}.technology-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.technology-grid{grid-template-columns:1fr}.ecosystem-node{width:110px;height:110px}}.why-section{position:relative;overflow:hidden}.timeline-glow{filter:blur(220px);pointer-events:none;background:#ff4d3014;border-radius:50%;width:900px;height:900px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.timeline-intro{text-align:center;max-width:800px;color:var(--text-secondary);margin:-1rem auto 6rem;line-height:1.9}.timeline-wrapper{max-width:1200px;margin:auto;position:relative}.timeline-line{background:#ffffff14;width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline-progress{background:var(--accent);width:100%;height:0}.timeline-row{margin-bottom:10rem;display:flex;position:relative}.timeline-row.left{justify-content:flex-start}.timeline-row.right{justify-content:flex-end}.timeline-node{background:var(--accent);border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #ff4d3099,0 0 60px #ff4d3040}.timeline-card{background:var(--bg-primary);border:1px solid var(--border-color);will-change:transform, opacity;border-radius:32px;width:calc(50% - 90px);padding:2.8rem;position:relative;overflow:hidden}.timeline-card:before{content:"";background:var(--accent);width:4px;height:100%;position:absolute;top:0;left:0}.timeline-number{color:#ff4d3014;-webkit-user-select:none;user-select:none;font-size:7rem;font-weight:800;line-height:1;position:absolute;top:10px;right:20px}.timeline-card h3{z-index:2;margin-bottom:1rem;font-size:1.8rem;position:relative}.timeline-card p{z-index:2;color:var(--text-secondary);line-height:1.9;position:relative}.timeline-card:hover{border-color:var(--accent)}@media (width<=992px){.timeline-line,.timeline-node{left:25px}.timeline-row{margin-bottom:5rem;justify-content:flex-end!important}.timeline-card{width:calc(100% - 80px)}}@media (width<=768px){.timeline-number{font-size:4rem}.timeline-card{padding:2rem}.timeline-card h3{font-size:1.4rem}}.hero-section{align-items:center;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-grid{opacity:.6;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 85%);mask-image:radial-gradient(circle,#000,#0000 85%)}[data-theme=dark] .hero-grid{background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px)}.hero-orb{filter:blur(140px);border-radius:50%;animation:14s ease-in-out infinite orbFloat;position:absolute}.orb-1{background:#ff4d302e;width:420px;height:420px;top:-100px;left:-100px}.orb-2{background:#008cff1f;width:420px;height:420px;bottom:0;right:-120px}.orb-3{background:#8b5cf61f;width:280px;height:280px;top:40%;left:50%}@keyframes orbFloat{0%{transform:translate(0)scale(1)}50%{transform:translate(40px,-40px)scale(1.1)}to{transform:translate(0)scale(1)}}.hero-content{z-index:2;gap:5rem;display:grid;position:relative}@media (width>=992px){.hero-content{grid-template-columns:1fr 1fr;align-items:center}}.hero-left{flex-direction:column;gap:1.75rem;display:flex}.hero-badge{width:fit-content;color:var(--accent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ff4d3014;border:1px solid #ff4d3026;border-radius:999px;padding:10px 18px;font-size:.85rem;font-weight:600}.hero-left h1{letter-spacing:-3px;max-width:760px;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1}.hero-left h1 span{background:linear-gradient(135deg,#ff4d30,#ff7a61,#ffb199);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-left p{max-width:620px;color:var(--text-secondary);font-size:1.05rem;line-height:1.9}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-buttons .btn-primary{color:#fff;background:linear-gradient(135deg,#ff4d30,#ff7a61);transition:all .35s;box-shadow:0 15px 40px #ff4d3040}.hero-buttons .btn-primary:hover{transform:translateY(-4px);box-shadow:0 20px 50px #ff4d3066}.hero-buttons .btn-secondary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);background:#ffffff8c}[data-theme=dark] .hero-buttons .btn-secondary{background:#ffffff0a}.hero-stats{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.hero-stat-card{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff8c;border-radius:20px;min-width:150px;padding:1rem 1.25rem;transition:all .35s}[data-theme=dark] .hero-stat-card{background:#ffffff0a}.hero-stat-card:hover{border-color:var(--accent);transform:translateY(-8px)}.hero-stat-card h3{color:var(--accent);font-size:1.6rem;font-weight:700}.hero-stat-card span{color:var(--text-secondary)}.hero-right{position:relative}.hero-image-glow{filter:blur(160px);z-index:0;background:#ff4d302e;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-dashboard{z-index:2;filter:drop-shadow(0 40px 80px #0003);border-radius:28px;width:100%;max-width:720px;margin:auto;animation:7s ease-in-out infinite dashboardFloat;position:relative}@keyframes dashboardFloat{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.floating-card{z-index:3;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffb3;border:1px solid #fff6;border-radius:18px;padding:14px 22px;font-size:.95rem;font-weight:600;position:absolute;box-shadow:0 20px 40px #00000014}[data-theme=dark] .floating-card{background:#ffffff0f;border:1px solid #ffffff14}.card-1{top:12%;right:-20px}.card-2{bottom:15%;left:-20px}@media (width<=992px){.hero-content{gap:4rem}.hero-left{text-align:center;align-items:center}.hero-left p{max-width:100%}.hero-buttons,.hero-stats{justify-content:center}.hero-right{margin-top:1rem}}@media (width<=768px){.hero-section{padding-top:100px}.hero-left h1{letter-spacing:-1.5px}.card-1{top:8%;right:0}.card-2{bottom:10%;left:0}.floating-card{padding:10px 14px;font-size:.8rem}.hero-image-glow{width:320px;height:320px}}@media (width<=480px){.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn,.hero-stat-card{width:100%}.floating-card{display:none}}
