body{background-image:url('/splash_2.webp');background-repeat:no-repeat;background-size:100%;background-color:var(--bs-body-bg);background-attachment:scroll}html[data-bs-theme="dark"] body{background-image:url('/splash.webp');background-repeat:no-repeat;background-size:100%;background-color:var(--bs-body-bg);background-attachment:scroll}*{margin:0;padding:0;box-sizing:border-box}a{color:#06b6d4;text-decoration:none}h1,h2,h3{font-weight:700}section{padding:6rem 2rem;max-width:1200px;margin:auto}.container{max-width:1200px;margin:auto}.text-center{text-align:center}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.hero::before{content:"";position:absolute;inset:0}.hero-content{position:relative;z-index:2;padding:2rem}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);text-shadow:0 0 30px rgba(6,182,212,.6);animation:glow 3s ease-in-out infinite alternate}.hero p{font-size:1.25rem;max-width:800px;margin:1.5rem auto;line-height:1.6}@keyframes glow{from{text-shadow:0 0 10px #06b6d4}to{text-shadow:0 0 25px #38bdf8}}.cta{margin-top:2rem}.cta a{display:inline-block;background:linear-gradient(90deg,#06b6d4,#0ea5e9);color:#fff;padding:.9rem 2.2rem;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 0 20px rgba(14,165,233,.4)}.cta a:hover{transform:scale(1.05);box-shadow:0 0 30px rgba(6,182,212,.6)}section h2{font-size:2.3rem;text-align:center;margin-bottom:1rem;color:#38bdf8}section p.subtitle{text-align:center;max-width:800px;margin:0 auto 3rem auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature{background:rgba(255,255,255,.03);border:1px solid #86f6f4;border-radius:1rem;padding:2rem;box-shadow:0 0 15px rgba(0,255,255,.05);transition:all .3s ease}.feature:hover{box-shadow:0 0 25px rgba(14,165,233,.3);transform:translateY(-5px)}.feature h3{margin-bottom:1rem;color:#0ea5e9}.feature p{line-height:1.6}.tech{border:6px solid;border-image:linear-gradient(to right,#0ff,#09f);border-image-slice:1;border-radius:12px;padding:3rem 2rem;text-align:center}.tech p{max-width:850px;margin:auto;line-height:1.7}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit{padding:2rem;background:rgba(255,255,255,.03);border-left:4px solid #06b6d4;border-radius:.5rem}.benefit h3{color:#38bdf8;margin-bottom:.5rem}.benefit p{line-height:1.6}footer{padding:2rem;text-align:center;font-size:.9rem;border-top:1px solid rgba(255,255,255,.05)}