*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #062A60;--navy-deep: #041C40;--navy-light: #0A3A80;--orange: #EB7100;--orange-hover: #D46500;--orange-light: #FF8C1A;--green: #16A34A;--white: #FFFFFF;--light-bg: #F4F7FA;--lighter-bg: #F9FAFB;--dark-text: #1A1A2E;--body-text: #374151;--muted: #6B7280;--border: #E5E7EB;--border-light: #F3F4F6;--font-display: "Bricolage Grotesque", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--max-w: 1200px;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(6,42,96,.06);--shadow: 0 4px 12px rgba(6,42,96,.08);--shadow-lg: 0 12px 32px rgba(6,42,96,.12);--shadow-xl: 0 20px 48px rgba(6,42,96,.16);--ease: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--body-text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--dark-text);line-height:1.15;letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800}h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}h3{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal[data-delay="1"]{transition-delay:.1s}.reveal[data-delay="2"]{transition-delay:.2s}.reveal[data-delay="3"]{transition-delay:.3s}.wrap{max-width:var(--max-w);margin:0 auto;padding:0 24px}.header{position:sticky;top:0;z-index:1000;background:var(--white);transition:box-shadow .3s ease}.header--scrolled{box-shadow:0 2px 20px #062a601a}.header__inner{max-width:var(--max-w);margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header__logo-img{height:44px;width:auto;display:block}.header__cta{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:var(--orange);color:var(--white);font-family:var(--font-display);font-weight:700;font-size:.95rem;border-radius:50px;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 8px #eb71004d}.header__cta:hover{background:var(--orange-hover);transform:translateY(-1px);box-shadow:0 4px 16px #eb710066}.header__cta:active{transform:translateY(0)}@media(max-width:480px){.header__cta-text{display:none}.header__cta{padding:10px 12px;border-radius:50%}}.usp-strip{background:var(--navy);padding:14px 0;overflow:hidden}.usp-strip__inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.usp-strip__item{display:flex;align-items:center;gap:8px;color:#ffffffeb;font-family:var(--font-display);font-weight:600;font-size:.875rem;white-space:nowrap}@media(max-width:640px){.usp-strip__inner{gap:12px 24px}.usp-strip__item{font-size:.8rem}}.prefooter{background:var(--navy);padding:28px 0}.prefooter__inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.prefooter__item{display:flex;align-items:center;gap:14px;color:#ffffffe6;font-weight:500;font-size:.95rem;transition:color .2s ease}a.prefooter__item:hover{color:var(--orange-light)}.prefooter__icon{width:44px;height:44px;border-radius:10px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.prefooter__inner{flex-direction:column;align-items:center;gap:20px}}.footer{background:var(--lighter-bg);border-top:1px solid var(--border);padding:20px 0}.footer__inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--muted)}.footer__credit{opacity:.5;transition:opacity .2s}.footer__credit:hover{opacity:1}.footer__links a{transition:color .2s}.footer__links a:hover{color:var(--navy)}.footer__sep{margin:0 6px;opacity:.3}@media(max-width:640px){.footer__inner{flex-direction:column;gap:8px;text-align:center}}.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:linear-gradient(to top,#fffffffa 80%,#fff0)}.mobile-cta__btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--orange);color:var(--white);font-family:var(--font-display);font-weight:700;font-size:1.05rem;border-radius:14px;box-shadow:0 4px 20px #eb710066;transition:background .2s,box-shadow .2s;animation:mobilePulse 3s ease-in-out infinite}.mobile-cta__btn:active{background:var(--orange-hover)}@keyframes mobilePulse{0%,to{box-shadow:0 4px 20px #eb710066}50%{box-shadow:0 4px 28px #eb71008c}}@media(max-width:768px){.mobile-cta{display:block}body{padding-bottom:80px}}
