:root{--dark-navy: #0A0F28;--deep-blue: #0E1A42;--bright-neon-blue: #00B0FF;--medium-tech-blue: #1A8CFF;--soft-glow-blue: #66CCFF;--white: #ffffff;--soft-halo: rgba(255, 255, 255, .2);--navy: var(--dark-navy);--navy-light: var(--deep-blue);--brand: var(--medium-tech-blue);--brand-light: var(--soft-glow-blue);--brand-muted: rgba(0, 176, 255, .15);--indigo: var(--medium-tech-blue);--amber: #f59e0b;--bg: var(--dark-navy);--bg-card: rgba(14, 26, 66, .6);--text: var(--white);--text-muted: var(--soft-glow-blue);--silver: #94a3b8;--silver-light: rgba(255, 255, 255, .7);font-family:DM Sans,Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--bg)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}h1,h2,h3{font-family:DM Sans,system-ui,sans-serif;font-weight:600;letter-spacing:-.02em}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;pointer-events:none;transition:opacity .5s ease-out}.splash__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--dark-navy) 0%,var(--deep-blue) 100%);z-index:-1}.splash__logo{width:100%;max-width:280px;height:auto;object-fit:contain;opacity:0;transform:scale(.9);animation:splashLogoIn .8s ease-out .1s forwards}.splash__tagline{font-size:.95rem;font-weight:500;color:var(--soft-glow-blue);opacity:0;animation:splashLogoIn .6s ease-out .5s forwards}.splash--visible{opacity:1}.splash--hidden{opacity:0;pointer-events:none}@keyframes splashLogoIn{to{opacity:1;transform:scale(1)}}.app{min-height:100vh;background:linear-gradient(180deg,var(--dark-navy) 0%,var(--deep-blue) 100%)}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:var(--dark-navy);border-bottom:1px solid var(--soft-halo);box-shadow:0 1px #00b0ff1a}.header__logo{display:flex;align-items:center;text-decoration:none;color:inherit}.header__logo-img{height:120px;width:auto;max-width:520px;display:block;object-fit:contain;object-position:left center}@media(min-width:640px){.header__logo-img{height:140px;max-width:600px}}.hero{min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 1.5rem 5rem;background:linear-gradient(180deg,var(--dark-navy) 0%,var(--deep-blue) 100%);color:var(--white)}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--brand-muted);color:var(--soft-glow-blue);font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1.5rem;border:1px solid var(--soft-halo)}.hero__badge-dot{width:8px;height:8px;background:var(--bright-neon-blue);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__title{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1;max-width:18ch;margin-bottom:1rem}.hero__title span{color:var(--soft-glow-blue)}.hero__subtitle{font-size:1.25rem;color:var(--silver-light);max-width:42ch;margin-bottom:2rem;opacity:.95}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:var(--dark-navy);background:var(--white);border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 0 24px #00b0ff80;background:var(--soft-glow-blue);color:var(--dark-navy)}.hero__cta-icon{width:20px;height:20px}.features{padding:5rem 1.5rem;max-width:1100px;margin:0 auto}.features__title{font-size:2rem;text-align:center;margin-bottom:.5rem;color:var(--white)}.features__subtitle{text-align:center;color:var(--soft-glow-blue);margin-bottom:3rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{padding:1.5rem;background:var(--bg-card);border-radius:16px;box-shadow:0 4px 20px #0003;border:1px solid var(--soft-halo)}.feature-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card__icon--teal{background:var(--brand-muted);color:var(--bright-neon-blue)}.feature-card__icon--indigo{background:#1a8cff33;color:var(--medium-tech-blue)}.feature-card__icon--amber{background:#f59e0b33;color:var(--amber)}.feature-card__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--white)}.feature-card__text{font-size:.9375rem;color:var(--silver-light)}.value-list{margin-top:3.5rem;padding:2rem 1.5rem;background:var(--bg-card);border-radius:16px;border:1px solid var(--soft-halo)}.value-list__title{font-size:1.25rem;font-weight:600;color:var(--white);margin-bottom:1.25rem;text-align:center}.value-list__grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem 1.5rem;margin:0;padding:0;color:var(--silver-light);font-size:.9375rem}.value-list__grid li{display:flex;align-items:flex-start;gap:.5rem}.value-list__check{flex-shrink:0;width:1.25rem;height:1.25rem;background:var(--bright-neon-blue);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--dark-navy);font-weight:700;line-height:1}.value-list__check:before{content:"✓"}.proof{padding:4rem 1.5rem;background:linear-gradient(135deg,var(--medium-tech-blue) 0%,var(--bright-neon-blue) 50%,var(--soft-glow-blue) 100%);color:#fff;text-align:center}.proof__title{font-size:1.5rem;margin-bottom:2rem;opacity:.95}.proof__quote{font-size:1.5rem;font-style:italic;max-width:32ch;margin:0 auto 1rem;line-height:1.5}.proof__quote span{opacity:.9}.cta{padding:5rem 1.5rem;text-align:center}.cta__title{font-size:2.25rem;margin-bottom:.5rem;color:var(--white)}.cta__subtitle{color:var(--soft-glow-blue);margin-bottom:2rem}.cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:var(--dark-navy);background:var(--bright-neon-blue);border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s}.cta__btn:hover{transform:translateY(-2px);box-shadow:0 0 24px #00b0ff80;background:var(--soft-glow-blue);color:var(--dark-navy)}.footer{padding:2rem 1.5rem;text-align:center;color:var(--soft-glow-blue);font-size:.875rem;border-top:1px solid var(--soft-halo);display:flex;flex-direction:column;align-items:center;gap:1rem;background:var(--dark-navy)}.footer__logo{height:96px;width:auto;max-width:480px;object-fit:contain;display:block;opacity:.95;filter:brightness(1.05)}.footer__tagline{margin:0}.footer__legal{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.footer__legal a{color:var(--soft-glow-blue);text-decoration:underline}.footer__legal a:hover{opacity:.9}.footer__legal-sep{opacity:.6;-webkit-user-select:none;user-select:none}@media(max-width:640px){.hero{min-height:80vh;padding:3rem 1rem 4rem}.hero__subtitle{font-size:1.0625rem}}
