:root{color-scheme:dark;--night:#070b1d;--line:rgba(255,255,255,.1);--text:#f7f8ff;--muted:#a7afc7;--blue:#6687ff;--blue-light:#8ea7ff}*{box-sizing:border-box}html{min-height:100%;background:var(--night)}body{display:grid;min-height:100vh;margin:0;overflow-x:hidden;grid-template-rows:auto 1fr auto;background:radial-gradient(circle at 50% -20%,#16245d 0,rgba(13,20,49,.72) 34rem,var(--night) 68rem);color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}.ambient{position:fixed;z-index:-1;border-radius:999px;filter:blur(80px);pointer-events:none}.ambient-top{top:-16rem;left:50%;width:54rem;height:30rem;transform:translateX(-50%);background:rgba(71,97,230,.19)}.ambient-bottom{right:-14rem;bottom:-14rem;width:30rem;height:30rem;background:rgba(60,46,175,.12)}.site-header{width:min(72rem,calc(100% - 3rem));margin:0 auto;padding:1.5rem 0}.brand{display:inline-flex;align-items:center;gap:.72rem;color:var(--text);font-size:1.05rem;font-weight:800;text-decoration:none}.brand img{width:2.55rem;height:auto;filter:drop-shadow(0 4px 8px rgba(91,123,245,.35))}.hero{display:flex;align-items:center;align-self:center;flex-direction:column;width:min(60rem,calc(100% - 3rem));margin:0 auto;padding:3rem 0 6rem;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;border:1px solid rgba(142,167,255,.2);border-radius:999px;background:rgba(102,135,255,.08);padding:.48rem .84rem;color:var(--blue-light);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.eyebrow span{width:.5rem;height:.5rem;border-radius:50%;background:#62d995;box-shadow:0 0 0 4px rgba(98,217,149,.12)}.couch-mark{width:min(13rem,45vw);height:auto;margin:3rem 0 2.1rem;filter:drop-shadow(0 24px 35px rgba(32,63,190,.4))}h1{max-width:54rem;margin:0;color:var(--text);font-size:clamp(2.85rem,8vw,5.6rem);font-weight:850;letter-spacing:-.065em;line-height:.95}h1 strong{color:var(--blue);font-weight:850}.intro{max-width:44rem;margin:1.8rem auto 0;color:#b8bfd4;font-size:clamp(1rem,2vw,1.22rem);line-height:1.72}footer{width:min(72rem,calc(100% - 3rem));margin:0 auto;border-top:1px solid var(--line);padding:2rem 0 3rem;color:#616b87;font-size:.72rem;line-height:1.6;text-align:center}@media(max-width:640px){.site-header,.hero,footer{width:min(100% - 2rem,72rem)}.hero{padding:2.5rem 0 4.5rem}.couch-mark{margin-top:2.4rem}.intro{font-size:1rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
