*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0b0d10;color:#f5f7fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:auto;padding:0 24px}.brand{font-weight:900;letter-spacing:.12em;color:#fff;text-decoration:none}.nav nav{display:flex;gap:22px}.nav nav a{color:#aeb6c2;text-decoration:none;font-size:.92rem}.nav nav a:hover{color:#fff}main{max-width:1120px;margin:auto;padding:0 24px}.hero{min-height:76vh;display:flex;flex-direction:column;justify-content:center;padding:72px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:800;color:#8ca0bb}.hero h1{font-size:clamp(3.4rem,10vw,7.8rem);line-height:.88;letter-spacing:-.065em;margin:16px 0 28px;max-width:950px}.lead{max-width:650px;color:#b6bec9;font-size:clamp(1.08rem,2vw,1.35rem)}.actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.button{display:inline-block;padding:12px 18px;border:1px solid #343a43;border-radius:10px;color:#fff;text-decoration:none;font-weight:700}.button.primary{background:#f5f7fa;color:#0b0d10;border-color:#f5f7fa}.section{padding:100px 0;border-top:1px solid #20242a}.section h2{font-size:clamp(2rem,5vw,4rem);line-height:1.05;letter-spacing:-.04em;margin:12px 0 34px;max-width:780px}.card{background:#12161b;border:1px solid #252b33;border-radius:18px;padding:28px;margin:16px 0}.card h3{font-size:1.5rem;margin:8px 0}.card p,.about>p:last-child{color:#aeb6c2;max-width:720px}.feature{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:#8794a6;font-weight:800}.monogram{width:96px;height:96px;border-radius:22px;display:grid;place-items:center;background:#e9edf2;color:#0b0d10;font-size:2rem;font-weight:900}footer{max-width:1120px;margin:auto;padding:36px 24px 60px;border-top:1px solid #20242a;display:flex;justify-content:space-between;color:#7f8997;font-size:.88rem}@media(max-width:640px){.nav nav{gap:12px}.nav nav a{font-size:.8rem}.hero{min-height:70vh}.feature{grid-template-columns:1fr}.monogram{width:72px;height:72px}.section{padding:72px 0}footer{flex-direction:column;gap:6px}}