.landing-wrapper{background:#fff;justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.landing-accent{position:absolute}.landing-accent--primary{background:#06f;width:100%;height:6px;bottom:0;left:0}.landing-accent--secondary{background:#f60;width:100%;height:6px;bottom:6px;left:0}.landing-content{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:100%;padding:2rem 1.5rem;display:flex}.landing-logo{align-items:center;width:min(80vw,320px);display:flex}.landing-logo svg{width:100%;height:auto}.landing-tagline{color:#555;margin:0;font-size:clamp(1rem,4vw,1.35rem);font-weight:400;line-height:1.4}.landing-cta{flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.landing-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.landing-button:active{transform:scale(.97)}.landing-button--primary{color:#fff;background:#06f;box-shadow:0 4px 14px #0066ff4d}.landing-button--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06f6}.landing-button--outline{color:#06f;background:0 0;border:2px solid #06f}.landing-button--outline:hover{background:#0066ff0f;transform:translateY(-2px)}@media (min-width:480px){.landing-cta{flex-direction:row;justify-content:center;width:auto}.landing-button{min-width:160px}}@media (min-width:768px){.landing-logo{width:min(50vw,420px)}.landing-content{gap:2rem;padding:3rem 2rem}.landing-accent--primary{width:4rem;height:100%;inset:0 0 0 auto}.landing-accent--secondary{width:4rem;height:100%;inset:0 4rem 0 auto}}@media (prefers-color-scheme:dark){.landing-wrapper{background:#1a1a1a}.landing-tagline{color:#aaa}.landing-button--outline{color:#5a9fff;border-color:#5a9fff}.landing-button--outline:hover{background:#5a9fff1a}}
