*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#050b14;color:#eef6ff;font-family:Inter,Arial,sans-serif}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:30;min-height:76px;display:flex;align-items:center;gap:30px;padding:14px clamp(20px,5vw,72px);background:rgba(5,11,20,.88);border-bottom:1px solid rgba(124,180,255,.13)}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:2px}
.brand img{width:42px;height:42px;object-fit:contain}
.site-header nav{display:flex;gap:24px;margin-left:auto}
.site-header nav a{color:#9eb4cb;text-decoration:none;font-size:14px}
.site-header nav a:hover{color:#fff}
.header-actions{display:flex;gap:8px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px}
.button.primary{background:linear-gradient(135deg,#2b8de5,#6e57df);color:#fff;box-shadow:0 10px 35px rgba(58,110,255,.22)}
.button.ghost{border:1px solid #24415d;background:#0a1625;color:#dcecff}
.button.large{min-height:50px;padding:0 22px}
.hero{position:relative;min-height:720px;display:flex;align-items:center;gap:50px;padding:70px clamp(20px,6vw,92px);overflow:hidden}
.hero-glow{position:absolute;left:-10%;top:5%;width:70%;height:80%;background:radial-gradient(circle,rgba(48,148,255,.18),transparent 65%);filter:blur(30px)}
.hero-copy{position:relative;z-index:2;width:52%;max-width:720px}
.eyebrow{color:#66dcff;font-size:12px;font-weight:800;letter-spacing:1.7px}
.hero h1,.section h2,.cta h2{font-family:Manrope,sans-serif;margin:16px 0 0;line-height:1.03}
.hero h1{font-size:clamp(48px,6vw,86px)}
.hero p{max-width:700px;color:#9db0c6;font-size:18px;line-height:1.7}
.hero-actions{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}
.hero-trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:22px;color:#728ba4;font-size:12px}
.hero-brand{width:48%;min-width:0;position:relative;z-index:1}
.hero-brand img{width:100%;display:block;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.section{padding:95px clamp(20px,6vw,92px);border-top:1px solid rgba(124,180,255,.08)}
.section-heading{max-width:850px}
.section-heading h2,.terra-copy h2{font-size:clamp(38px,5vw,62px)}
.section-heading p,.terra-copy p{color:#91a8be;font-size:17px;line-height:1.75}
.feature-grid{display:flex;gap:14px;flex-wrap:wrap;margin-top:42px}
.feature-grid article{flex:1 1 230px;padding:25px;border:1px solid #18314b;border-radius:15px;background:#091524}
.feature-grid article>span{color:#50dfff;font:700 11px monospace}
.feature-grid h3,.steps h3{font-family:Manrope,sans-serif}
.feature-grid p,.steps p{color:#8199b1;line-height:1.6}
.terra-section{display:flex;align-items:center;gap:65px}
.terra-art{width:38%;text-align:center}
.terra-art img{width:min(390px,100%);filter:drop-shadow(0 0 32px rgba(54,196,255,.24))}
.terra-copy{width:62%;max-width:820px}
.prompt-list{display:flex;flex-direction:column;gap:8px;margin-top:25px}
.prompt-list span{padding:13px 16px;border:1px solid #183754;border-radius:9px;background:#081625;color:#b9cfe1}
.steps{display:flex;gap:14px;flex-wrap:wrap;margin-top:40px}
.steps>div{flex:1 1 260px;padding:25px;border:1px solid #18314b;border-radius:15px;background:#091524}
.steps strong{font-size:34px;color:#54dfff}
.cta{text-align:center;padding:110px 20px;background:radial-gradient(circle at center,rgba(67,104,232,.13),transparent 55%)}
.cta h2{font-size:clamp(38px,5vw,66px);margin-bottom:28px}
footer{display:flex;align-items:center;gap:28px;padding:28px clamp(20px,6vw,92px);border-top:1px solid #15283d;color:#7890a8}
.footer-brand{font-weight:800;letter-spacing:2px;color:#e9f4ff}
.footer-links{display:flex;gap:16px;margin-left:auto}
.footer-links a{text-decoration:none}
.legal-page{min-height:100vh}
.legal-shell{max-width:850px;margin:auto;padding:80px 25px}
.legal-shell h1{font-size:48px}
.legal-shell p{color:#9db0c6;line-height:1.7}
.legal-back{text-decoration:none;color:#61dcff}
@media(max-width:1000px){.site-header nav{display:none}.hero{flex-direction:column;min-height:0;padding-top:60px}.hero-copy,.hero-brand,.terra-art,.terra-copy{width:100%}.terra-section{flex-direction:column}}
@media(max-width:640px){.header-actions .ghost{display:none}.brand span{font-size:13px}footer{flex-wrap:wrap}.footer-links{margin-left:0}}