*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'DM Sans',sans-serif;background:#F2F6F9;color:#0C1B2A;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;line-height:1.5}h1,h2,h3{font-family:'Manrope',sans-serif;font-weight:800;color:#0C1B2A}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.bg-decor{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:#F2F6F9}.bg-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 62%,rgba(10,132,255,.09) 0,rgba(10,132,255,0) 48%)}.bg-ring{position:absolute;border-radius:50%;border:1px solid #DCE6EC}.bg-ring.r1{width:520px;height:520px;top:-180px;right:-140px;border-color:#DCE6EC}.bg-ring.r2{width:360px;height:360px;bottom:-120px;left:-100px;border-color:#E6F0F5}.bg-ring.r3{width:240px;height:240px;top:30%;left:8%;border-color:#E6F0F5;opacity:.7}.bg-arc{position:absolute;border:1px solid #DCE6EC;border-bottom:none;border-radius:100px 100px 0 0}.bg-arc.a1{width:280px;height:140px;top:12%;right:4%;border-color:#E6F0F5;opacity:.6}.bg-arc.a2{width:180px;height:90px;bottom:8%;right:22%;border-color:#DCE6EC;opacity:.5}.site-header{position:relative;z-index:10;padding:14px 20px;display:flex;align-items:center;justify-content:flex-start}.logo-group{display:flex;align-items:center;gap:10px}.logo{height:30px;width:auto;border-radius:6px}.verified-badge{display:inline-flex;align-items:center;gap:5px;background:#FFF;border:1px solid #DCE6EC;border-radius:999px;padding:4px 12px 4px 7px;font-size:.75rem;font-weight:500;color:#0C1B2A;white-space:nowrap;box-shadow:0 1px 4px rgba(12,27,42,.06);opacity:0;transform:scale(.85);animation:badgeIn .4s ease-out .1s forwards}.verified-badge svg{flex-shrink:0}@keyframes badgeIn{to{opacity:1;transform:scale(1)}}main{position:relative;z-index:1;flex:1;display:flex;align-items:center;padding:0 20px}.hero{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px;padding:8px 0 16px}.content-panel-wrapper{width:100%;background:linear-gradient(135deg,#0A84FF 0,#00A6A6 100%);padding:1px;border-radius:18px;box-shadow:0 8px 32px rgba(12,27,42,.06)}.content-panel{background:#FFF;border-radius:17px;padding:24px 22px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.headline{font-size:clamp(1.45rem,4.5vw,2.4rem);line-height:1.2;letter-spacing:-.02em;opacity:0;transform:translateY(12px);filter:blur(6px);animation:headlineIn .8s ease-out .15s forwards}@keyframes headlineIn{to{opacity:1;transform:translateY(0);filter:blur(0)}}.supporting{font-size:clamp(.92rem,1.5vw,1.05rem);color:#5A6B7B;line-height:1.55;max-width:420px}.cta-button{display:inline-flex;align-items:center;justify-content:center;background:#0B6E99;color:#FFF;font-family:'DM Sans',sans-serif;font-weight:500;font-size:clamp(.95rem,1.2vw,1.05rem);padding:14px 32px;border-radius:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 4px 14px rgba(11,110,153,.28);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer;min-height:48px;position:relative;z-index:5}.cta-button:hover{background:#0A5F85;transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 6px 20px rgba(11,110,153,.36)}.cta-button:focus{outline:3px solid #0A84FF;outline-offset:3px}.cta-button:active{transform:translateY(0);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 2px 8px rgba(11,110,153,.24)}.reassurance{font-size:.8rem;color:#5A6B7B;opacity:0;transform:translateY(6px);animation:reassureIn .6s ease-out .8s forwards}@keyframes reassureIn{to{opacity:1;transform:translateY(0)}}.centerpiece{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:420px}.emblem-card-wrapper{background:linear-gradient(135deg,#0A84FF 0,#00A6A6 100%);padding:1px;border-radius:22px;box-shadow:0 12px 40px rgba(12,27,42,.1);flex-shrink:0}.emblem-card{background:#FFF;border-radius:21px;padding:16px;display:flex;align-items:center;justify-content:center}.emblem-card svg{width:100%;height:auto;display:block}.alert-stack{display:flex;flex-direction:column;gap:6px;width:100%;max-width:300px}.alert-chip{display:flex;align-items:center;gap:9px;background:#FFF;border-radius:12px;padding:9px 14px;box-shadow:0 2px 10px rgba(12,27,42,.07);font-size:.82rem;font-weight:500;color:#0C1B2A;opacity:0;transform:translateX(24px);animation:chipIn .4s ease-out forwards}.alert-chip svg{flex-shrink:0}.alert-chip:nth-child(1){animation-delay:1.35s}.alert-chip:nth-child(2){animation-delay:1.75s}.alert-chip:nth-child(3){animation-delay:2.15s}@keyframes chipIn{to{opacity:1;transform:translateX(0)}}footer{position:relative;z-index:10;padding:14px 20px;text-align:center;font-size:.85rem;font-weight:500;color:#5A6B7B;background:transparent}footer span{display:inline-block}@media(min-width:1024px){body{overflow:hidden}.bg-glow{background:radial-gradient(circle at 68% 50%,rgba(10,132,255,.09) 0,rgba(10,132,255,0) 48%)}.site-header{padding:18px 32px}.logo{height:34px}main{padding:0 32px}.hero{flex-direction:row;align-items:center;justify-content:space-between;gap:48px;padding:12px 0 20px;min-height:calc(100vh - 130px)}.content-panel-wrapper{flex:0 0 420px;border-radius:20px}.content-panel{padding:32px 30px;border-radius:19px;gap:16px}.centerpiece{flex:0 0 460px;flex-direction:row;align-items:center;gap:18px;max-width:none}.emblem-card-wrapper{border-radius:24px}.emblem-card{border-radius:23px;padding:20px;width:280px;height:280px}.alert-stack{max-width:200px;gap:4px}.alert-chip{font-size:.8rem;padding:10px 14px;border-radius:13px}.alert-chip+.alert-chip{margin-top:-4px}footer{padding:16px 32px;text-align:left}}@media(min-width:768px) and (max-width:1023px){.hero{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:32px}.content-panel-wrapper{flex:0 0 420px}.centerpiece{flex:0 1 420px}}@media(max-width:1023px){.alert-chip{max-width:280px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}.verified-badge,.headline,.reassurance,.alert-chip{opacity:1!important;transform:none!important;filter:none!important}}.reduced-motion *,.reduced-motion *::before,.reduced-motion *::after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}.reduced-motion .verified-badge,.reduced-motion .headline,.reduced-motion .reassurance,.reduced-motion .alert-chip{opacity:1!important;transform:none!important;filter:none!important}@media(max-width:430px){.emblem-card-wrapper{border-radius:18px}.emblem-card{border-radius:17px;padding:12px}.emblem-card svg{max-width:150px}.alert-chip{font-size:.78rem;padding:8px 12px}.content-panel{padding:20px 18px;border-radius:15px;gap:12px}.content-panel-wrapper{border-radius:16px}.cta-button{padding:13px 24px;font-size:.92rem;min-height:46px}.logo{height:26px}.verified-badge{font-size:.7rem;padding:3px 10px 3px 6px}}@keyframes drawRing{to{stroke-dashoffset:0}}@keyframes drawInner{to{stroke-dashoffset:0}}@keyframes drawNotch{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes dotFade{to{opacity:1}}@keyframes dotBreathe{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.7)}}@media(prefers-reduced-motion:reduce){.draw-ring,.draw-inner,.draw-notch,.draw-check{stroke-dashoffset:0!important;animation:none!important}.pulse-dot{opacity:1!important;animation:none!important}}.reduced-motion .draw-ring,.reduced-motion .draw-inner,.reduced-motion .draw-notch,.reduced-motion .draw-check{stroke-dashoffset:0!important;animation:none!important}.reduced-motion .pulse-dot{opacity:1!important;animation:none!important}