*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--cobalt:#2563EB;--cobalt-dark:#1d4ed8;--graphite:#2A2A2A;--gray-mid:#64748B;--gray-light:#94a3b8;--bg-start:#F8FAFC;--bg-mid:#EEF2FF;--bg-end:#F8FAFC;--white:#FFF;--card-bg:rgba(255,255,255,0.62);--card-border:rgba(255,255,255,0.75);--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow-md:0 4px 16px rgba(37,99,235,0.18);--shadow-lg:0 8px 32px rgba(37,99,235,0.28);--shadow-xl:0 12px 40px rgba(37,99,235,0.35);--radius-sm:10px;--radius-md:16px;--radius-lg:20px;--radius-xl:28px;--font:'Inter',system-ui,-apple-system,sans-serif}html{height:100%;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:linear-gradient(175deg,var(--bg-start) 0,var(--bg-mid) 45%,var(--bg-end) 100%);color:var(--graphite);min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}#face-grid{position:fixed;inset:-40px;z-index:0;pointer-events:none;will-change:transform;transition:transform .08s linear}@media(prefers-reduced-motion:reduce){#face-grid{transition:none}}@media(pointer:coarse){#face-grid{transition:none}}.face-silhouette{position:absolute;color:#c7d2fe;opacity:.07;width:44px;height:52px;transform:translate(-50%,-50%)}.face-silhouette svg{width:100%;height:100%;display:block}.main-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:720px;padding:clamp(16px,3vw,32px) clamp(16px,4vw,40px);gap:clamp(14px,2.5vh,22px)}.trust-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.7);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.8);border-radius:50px;padding:clamp(8px,1.2vh,12px) clamp(16px,2vw,24px);font-size:clamp(.72rem,1.2vw,.85rem);font-weight:400;color:var(--gray-mid);letter-spacing:.01em;position:relative;overflow:hidden;cursor:default;box-shadow:var(--shadow-sm);transition:box-shadow .35s ease;user-select:none;-webkit-user-select:none}.trust-badge:hover{box-shadow:0 4px 20px rgba(37,99,235,0.12)}.trust-badge::after{content:'';position:absolute;inset:0;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,0.55) 48%,transparent 62%);transform:translateX(-100%);transition:transform .7s ease;pointer-events:none}.trust-badge:hover::after{transform:translateX(100%)}.trust-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:dot-pulse 2.4s ease-in-out infinite}@keyframes dot-pulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0)}}@media(prefers-reduced-motion:reduce){.trust-dot{animation:none;box-shadow:0 0 0 3px rgba(34,197,94,.3)}}.hero-title{font-weight:700;font-size:clamp(2rem,5.5vw,5rem);line-height:1.08;letter-spacing:-.025em;color:var(--graphite);animation:fade-in-up .4s ease both;max-width:620px}.hero-paragraph{font-weight:400;font-size:clamp(.92rem,1.7vw,1.18rem);line-height:1.5;color:var(--gray-mid);max-width:500px;animation:fade-in-up .4s ease .08s both}@keyframes fade-in-up{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-title,.hero-paragraph{animation:none;opacity:1;transform:none}}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--cobalt);color:#fff;font-weight:700;font-size:clamp(.95rem,1.4vw,1.08rem);font-family:var(--font);letter-spacing:.01em;padding:clamp(14px,2vh,18px) clamp(28px,4vw,44px);border:none;border-radius:var(--radius-xl);cursor:pointer;text-decoration:none;min-height:48px;min-width:200px;box-shadow:0 4px 18px rgba(37,99,235,.32),0 1px 4px rgba(37,99,235,.2);animation:glow-pulse 2s ease-in-out infinite,fade-in-up .4s ease .16s both;transition:transform .22s ease,box-shadow .22s ease,background .22s ease;position:relative;outline-offset:3px;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.cta-button:focus-visible{outline:3px solid var(--cobalt);outline-offset:4px;border-radius:var(--radius-xl)}.cta-button:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 14px 36px rgba(37,99,235,.42),0 3px 8px rgba(37,99,235,.25);background:#1d52d6}.cta-button:active{transform:scale(.97);box-shadow:0 2px 8px rgba(37,99,235,.25);transition:transform .08s ease,box-shadow .08s ease}@keyframes glow-pulse{0%,100%{box-shadow:0 4px 18px rgba(37,99,235,.32),0 1px 4px rgba(37,99,235,.2),0 0 0 0 rgba(37,99,235,.25)}50%{box-shadow:0 6px 24px rgba(37,99,235,.4),0 2px 8px rgba(37,99,235,.28),0 0 0 12px rgba(37,99,235,0)}}@media(prefers-reduced-motion:reduce){.cta-button{animation:fade-in-up .01ms ease both;box-shadow:0 4px 18px rgba(37,99,235,.32),0 1px 4px rgba(37,99,235,.2)}}.cta-microcopy{font-size:clamp(.7rem,1vw,.78rem);color:var(--gray-light);font-weight:400;letter-spacing:.02em;animation:fade-in-up .4s ease .2s both;margin-top:-6px}@media(prefers-reduced-motion:reduce){.cta-microcopy{animation:none;opacity:1}}.results-ticker{display:flex;align-items:center;justify-content:center;gap:clamp(6px,1.2vw,12px);animation:fade-in-up .4s ease .24s both;flex-wrap:wrap}@media(prefers-reduced-motion:reduce){.results-ticker{animation:none;opacity:1}}.ticker-face{width:clamp(30px,4vw,42px);height:clamp(36px,5vw,50px);color:#cbd5e1;transition:color .6s ease,transform .35s ease;flex-shrink:0}.ticker-face svg{width:100%;height:100%;display:block}.ticker-face.highlight{color:var(--cobalt);transform:scale(1.12)}.ticker-label{font-size:clamp(.68rem,.95vw,.76rem);color:var(--gray-light);letter-spacing:.03em;font-weight:400;margin-left:4px;white-space:nowrap}.feature-cards{display:flex;gap:clamp(10px,1.8vw,16px);flex-wrap:wrap;justify-content:center;animation:card-slide-up .45s ease .3s both;width:100%;max-width:580px}@media(prefers-reduced-motion:reduce){.feature-cards{animation:none;opacity:1;transform:none}}@keyframes card-slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-card{background:var(--card-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:clamp(12px,1.8vh,18px) clamp(14px,2vw,20px);flex:1 1 140px;min-width:130px;max-width:175px;text-align:center;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(37,99,235,.1)}@media(prefers-reduced-motion:reduce){.feature-card:hover{transform:none}}.feature-card-icon{font-size:clamp(1.3rem,2vw,1.6rem);margin-bottom:6px;line-height:1}.feature-card-title{font-weight:700;font-size:clamp(.78rem,1.1vw,.88rem);color:var(--graphite);margin-bottom:2px;letter-spacing:-.01em}.feature-card-desc{font-size:clamp(.68rem,.9vw,.74rem);color:var(--gray-mid);line-height:1.35}.site-footer{position:absolute;bottom:clamp(10px,2vh,20px);left:50%;transform:translateX(-50%);z-index:2;display:flex;align-items:center;gap:10px;font-size:clamp(.7rem,.9vw,.76rem);color:var(--gray-light);letter-spacing:.02em;animation:fade-in-up .4s ease .36s both}@media(prefers-reduced-motion:reduce){.site-footer{animation:none;opacity:1}}.footer-logo{height:clamp(18px,2.2vw,22px);width:auto;opacity:.7;display:block}@media(max-width:600px){.feature-cards{gap:8px}.feature-card{flex:1 1 100px;min-width:95px;max-width:140px;padding:10px 12px;border-radius:var(--radius-md)}.feature-card-desc{font-size:.66rem}.results-ticker{gap:4px}.ticker-face{width:26px;height:32px}.ticker-label{font-size:.64rem}.trust-badge{padding:7px 14px;font-size:.7rem;gap:5px}}@media(max-height:700px){.feature-cards{gap:6px}.feature-card{padding:8px 10px;min-width:80px;max-width:120px;border-radius:var(--radius-sm)}.feature-card-title{font-size:.7rem}.feature-card-desc{font-size:.62rem}.feature-card-icon{font-size:1rem;margin-bottom:2px}.results-ticker{gap:2px}.ticker-face{width:22px;height:26px}.hero-title{font-size:clamp(1.6rem,4vw,3rem)}.hero-paragraph{font-size:clamp(.78rem,1.3vw,.95rem)}.main-content{gap:clamp(8px,1.8vh,14px)}.cta-button{padding:10px 22px;min-height:42px;font-size:.85rem}}