:root{--co:#1A56DB;--em:#10B981;--bg-1:#fff;--bg-2:#f0f4f8;--text-m:#0f172a;--text-s:#475569}*,::after,::before{box-sizing:border-box}body{margin:0;padding:0;font-family:'Inter',sans-serif;background-color:var(--bg-1);color:var(--text-m);height:100dvh;overflow:hidden;display:flex;flex-direction:column;position:relative}body:focus-visible{outline:0}.bg{position:absolute;inset:-40px;background:linear-gradient(135deg,var(--bg-1) 0,var(--bg-2) 100%);z-index:-1;transition:transform .1s ease-out;will-change:transform}header{padding:1.5rem 2rem;display:flex;z-index:10;flex-shrink:0}header img{height:32px;width:auto}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;text-align:center;z-index:10;gap:clamp(2rem,5vh,3rem)}h1{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;margin:0;line-height:1.1;letter-spacing:-.02em;max-width:800px}p.sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-s);margin:1rem auto 0;line-height:1.5;max-width:600px;text-align:center}.cta-area{position:relative;margin:1rem 0}.cta{display:inline-flex;align-items:center;justify-content:center;background:var(--co);color:#fff;text-decoration:none;padding:1.125rem 3.5rem;font-size:1.125rem;font-weight:700;border-radius:99px;transition:transform .15s ease,box-shadow .15s ease;will-change:transform}.cta:focus-visible{outline:2px solid var(--em);outline-offset:4px}.cta:active,.cta:hover{transform:scale(1.02);box-shadow:inset 0 0 10px rgba(255,255,255,.3),0 4px 14px rgba(26,86,219,.4)}.ping{position:absolute;right:-8px;top:-8px;width:20px;height:20px}.ping::after,.ping::before{content:'';position:absolute;inset:0;border-radius:50%;background:var(--co)}.ping::after{animation:ping 2s cubic-bezier(0,0,.2,1) infinite;opacity:.7}@keyframes ping{75%,100%{transform:scale(2.5);opacity:0}}.chips{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.chip{background:#fff;border:1px solid var(--co);color:var(--co);font-size:.875rem;padding:.375rem .875rem;border-radius:99px;display:flex;align-items:center;gap:.5rem;font-weight:700;opacity:0;animation:fadeUp .5s cubic-bezier(.16,1,.3,1) forwards;box-shadow:0 2px 4px rgba(0,0,0,.02)}.chip:nth-child(1){animation-delay:.2s}.chip:nth-child(2){animation-delay:.3s}.chip:nth-child(3){animation-delay:.4s}@keyframes fadeUp{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.chip svg{width:16px;height:16px;fill:currentColor}.cards{display:flex;gap:1.5rem;justify-content:center;width:100%;max-width:1050px}.g-card{background:#0a0a0a;color:#fff;border-radius:16px;padding:1.5rem;flex:1;min-width:250px;text-align:left;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 10px 30px rgba(0,0,0,.1);transition:transform .2s ease;will-change:transform}.g-card h2{font-size:1.125rem;margin:0 0 .5rem;color:#f8fafc;display:flex;align-items:center;gap:.625rem;font-weight:700}.g-card h2 svg{width:20px;height:20px;color:var(--em)}.g-card p{font-size:.9rem;color:#94a3b8;margin:0;line-height:1.5;font-weight:400}footer{background:#f8fafc;border-top:1px solid #e2e8f0;overflow:hidden;white-space:nowrap;padding:.875rem 0;z-index:10;flex-shrink:0}.ticker{display:inline-block;animation:marquee 30s linear infinite;font-size:.875rem;color:#64748b;font-weight:700}.ticker-wrap{display:flex;width:200%}.t-item{display:inline-flex;align-items:center;gap:.5rem;margin-right:4rem}.t-item::before{content:'';width:6px;height:6px;background:var(--em);border-radius:50%}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.padlock{width:56px;height:56px;margin-bottom:.5rem;color:var(--co);display:inline-block}.lock-body{fill:currentColor;transition:fill .3s ease}.lock-shackle{fill:none;stroke:currentColor;stroke-width:8;stroke-linecap:round;transition:transform .4s cubic-bezier(.34,1.56,.64,1);transform-origin:50% 40%}.padlock.verified{color:var(--em)}.padlock.verified .lock-shackle{transform:translateY(-4px) rotate(12deg)}@media(max-height:750px){main{gap:1.5rem}}@media(max-width:850px){.cards{display:none}}@media(prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.bg{transform:none!important}.ping::after{animation:none;display:none}}