.landing{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(165deg,var(--dark) 0,var(--navy) 50%,#1a3f8f 100%);position:relative;overflow:hidden}.landing__grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(34,194,122,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(34,194,122,0.04) 1px,transparent 1px);background-size:60px 60px}.landing__glow{position:absolute;top:-20%;right:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(34,194,122,0.08),transparent 70%)}.landing__content{position:relative;text-align:center;max-width:640px;padding:40px 24px}.landing__logo{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:56px}.landing__logo-text{font-size:clamp(64px,10vw,96px);font-weight:700;color:#fff;font-family:var(--font-family-headings);letter-spacing:-2px}.landing__logo-text span{color:var(--green);margin-left:3px}.landing__pill{display:inline-block;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;background:rgba(34,194,122,0.12);color:var(--green);margin-bottom:24px}.landing h1{font-size:clamp(28px,4vw,44px);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-1px;margin-bottom:20px}.landing h1 span{color:var(--green)}.landing__sub{font-size:17px;color:rgba(255,255,255,0.55);line-height:1.7;margin-bottom:40px}.landing__notice{font-size:14px;color:rgba(255,255,255,0.4);background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:14px 24px;margin-bottom:32px;line-height:1.6}.landing__notice a{color:var(--green);text-decoration:none;font-weight:600}.landing__notice a:hover{text-decoration:underline}.landing__badges{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-top:16px}.landing__badge{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,0.35);font-size:12px;font-weight:500}.landing__badge svg{flex-shrink:0}@media(max-width:480px){.landing__logo{gap:12px}.landing__logo img{width:52px;height:65px}.landing__logo-text{font-size:56px}.landing__badges{gap:20px}}