.mainClass{min-height:100vh;flex-direction:column;background:#0a0a0a;color:#fff;overflow-x:hidden}.hero-wrapper,.mainClass{width:100%;display:flex;position:relative}.hero-wrapper{min-height:90vh;align-items:center;justify-content:center;text-align:center;padding:0 5%;overflow:hidden}.hero-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(15,164,176,.25) 0,transparent 50%),radial-gradient(circle at 100% 0,rgba(59,130,246,.2) 0,transparent 50%),radial-gradient(circle at 0 0,rgba(124,58,237,.2) 0,transparent 50%);filter:blur(100px);z-index:0;pointer-events:none}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1000px;padding-bottom:5rem}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:9999px;font-size:.8rem;font-weight:500;color:rgba(255,255,255,.9);backdrop-filter:blur(8px);margin-top:6rem;margin-bottom:1rem}.status-icon{font-size:.9rem}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff;margin:0}.text-gradient{display:block;font-size:1.6em;line-height:1;color:#2ec4b6;background:linear-gradient(90deg,#2ec4b6,#6cd1d8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-top:.2em}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;color:rgba(255,255,255,.6);max-width:600px;margin:0 auto;line-height:1.6}.hero-cta-group{gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.hero-btn,.hero-cta-group{display:flex;justify-content:center}.hero-btn{align-items:center;gap:8px;padding:16px 32px;border-radius:9999px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none}.hero-btn.primary{background:#fff;color:#000}.hero-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,255,255,.2)}.hero-btn.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.hero-btn.secondary:hover{background:rgba(255,255,255,.1);border-color:#fff}.bento-container{width:100%;max-width:1400px;margin:0 auto;padding:0 5% 5rem;position:relative;z-index:2;opacity:1}@keyframes fadeUp{0%{opacity:1;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}html[data-mui-color-scheme=light] .mainClass{background:#f8fafc;color:#0f172a}html[data-mui-color-scheme=light] .hero-wrapper:before{background:radial-gradient(circle at 50% 40%,rgba(186,230,253,.4) 0,transparent 70%),radial-gradient(circle at 85% 20%,rgba(221,214,254,.4) 0,transparent 60%);filter:blur(80px)}html[data-mui-color-scheme=light] .hero-title{color:#111827}html[data-mui-color-scheme=light] .text-gradient{background:linear-gradient(90deg,#2ec4b6,#44a89e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html[data-mui-color-scheme=light] .hero-subtitle{color:#4b5563}html[data-mui-color-scheme=light] .hero-btn.primary{background:#000;color:#fff}html[data-mui-color-scheme=light] .hero-btn.primary:hover{box-shadow:0 10px 20px rgba(0,0,0,.2)}html[data-mui-color-scheme=light] .status-pill{background:rgba(255,255,255,.9)!important;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.15)!important;color:#1e293b!important}html[data-mui-color-scheme=light] .hero-btn.secondary{color:#1e293b;border-color:rgba(0,0,0,.2)}html[data-mui-color-scheme=light] .hero-btn.secondary:hover{background:rgba(0,0,0,.05);border-color:#000}html[data-mui-color-scheme=light] #title-card{color:#1e293b!important}@media (max-width:768px){.hero-wrapper{min-height:auto;padding-top:10px;padding-bottom:3rem}.status-pill{margin-top:2rem;margin-bottom:.5rem}.hero-content{gap:1.25rem;padding-bottom:0}}