*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Manrope',system-ui,-apple-system,sans-serif;background:#0D1517;color:#E6F0F2;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;line-height:1.5}a{text-decoration:none}img{display:block;max-width:100%}.bg-pattern{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Ccircle cx='40' cy='40' r='12' fill='none' stroke='%231A262A' stroke-width='1.5'/%3E%3Cline x1='30' y1='50' x2='50' y2='30' stroke='%231A262A' stroke-width='1.5'/%3E%3Cpath d='M120 60 L132 64 L132 76 Q132 88 120 94 Q108 88 108 76 L108 64 Z' fill='none' stroke='%231A262A' stroke-width='1.5'/%3E%3Cline x1='55' y1='115' x2='72' y2='132' stroke='%231A262A' stroke-width='1.5'/%3E%3Cline x1='68' y1='135' x2='85' y2='118' stroke='%231A262A' stroke-width='1.5'/%3E%3C/svg%3E");background-size:160px 160px;animation:patternFadeIn 1.6s ease forwards,patternDrift 12s ease-in-out 1.6s infinite}@keyframes patternFadeIn{to{opacity:.06}}@keyframes patternDrift{0%,100%{background-position:0 0}33%{background-position:12px 8px}66%{background-position:-8px 14px}}.bg-glow{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 55% 42% at 50% 42%,#122124 0,#0D1517 72%)}header{position:relative;z-index:2;padding:20px clamp(16px,4vw,48px);display:flex;align-items:center;justify-content:space-between}.logo-wrap{display:flex;align-items:center;gap:10px}.logo-wrap img{width:36px;height:36px;border-radius:8px}.logo-text{font-weight:800;font-size:clamp(1rem,1.6vw,1.2rem);color:#E6F0F2;letter-spacing:-.02em}main{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 clamp(16px,4vw,48px) 12px;gap:clamp(4px,1vh,12px)}.centerpiece-container{position:relative;width:min(92vw,640px);margin:0 auto;flex-shrink:0}.centerpiece-container svg{width:100%;height:auto;display:block}@media(max-width:430px){.centerpiece-container{width:min(100%,400px);max-height:38vh}.centerpiece-container svg{height:auto}}h1{font-weight:800;font-size:clamp(1.7rem,4.2vw,3.1rem);line-height:1.15;text-align:center;color:#E6F0F2;letter-spacing:-.03em;max-width:14ch;margin:0 auto}.supporting{font-size:clamp(.95rem,1.7vw,1.2rem);color:#9AAFB5;text-align:center;max-width:52ch;margin:0 auto;font-weight:400}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:999px;background:#1A262A;border:1px solid rgba(0,229,255,.22);color:#9AAFB5;font-size:clamp(.72rem,1.2vw,.85rem);font-weight:400;opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease;margin:2px auto 0}.badge.visible{opacity:1;transform:translateY(0)}.badge .badge-num{font-weight:800;color:#00E5FF;min-width:1ch;display:inline-block;text-align:center}.cta-block{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:clamp(4px,1.2vh,12px)}.cta-btn{display:inline-flex;align-items:center;gap:10px;background:#00E5FF;color:#0D1517;font-weight:800;font-size:clamp(1rem,1.6vw,1.15rem);padding:13px 30px;border-radius:999px;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 0 0 rgba(0,229,255,0);cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:48px}.cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 24px rgba(0,229,255,.28)}.cta-btn:active{transform:translateY(0);box-shadow:0 2px 12px rgba(0,229,255,.2)}.cta-btn:focus-visible{outline:3px solid #00E5FF;outline-offset:3px;box-shadow:0 0 0 4px rgba(0,229,255,.25)}.cta-btn svg{width:18px;height:18px;flex-shrink:0}.cta-note{font-size:clamp(.72rem,1.1vw,.85rem);color:#9AAFB5;text-align:center;opacity:.85}footer{position:relative;z-index:1;padding:14px clamp(16px,4vw,48px) 18px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(154,175,181,.12)}.footer-brand{display:flex;align-items:center;gap:8px}.footer-brand span{font-weight:800;font-size:clamp(.9rem,1.3vw,1rem);color:#9AAFB5;letter-spacing:-.01em}.footer-icons{display:flex;gap:14px;align-items:center;opacity:.7}.footer-icons svg{width:16px;height:16px}.chips{display:flex;gap:8px;align-items:center;opacity:0;transform:translateY(12px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.chips.visible{opacity:1;transform:translateY(0)}.chip{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:#1A262A;border:1px solid rgba(0,229,255,.18);color:#9AAFB5;font-size:clamp(.7rem,1vw,.8rem);font-weight:400;white-space:nowrap}.chip.highlight{border-color:rgba(0,229,255,.35);color:#E6F0F2}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.bg-pattern{opacity:.06;animation:none}.badge{opacity:1;transform:none;transition:none}.chips{opacity:1;transform:none;transition:none}.cta-btn{transition:none}.cta-btn:hover{transform:none;box-shadow:none}}@media(max-width:430px){main{gap:2px;padding-bottom:8px}.centerpiece-container{width:min(95%,340px)}.cta-btn{width:100%;justify-content:center;padding:13px 22px}footer{flex-direction:column;align-items:center;text-align:center;gap:8px}.footer-icons{justify-content:center}.chips{justify-content:center;flex-wrap:wrap}}html,body{max-width:100%;overflow-x:clip}