:root{--color-primary: #0c4da2;--color-primary-dark: #093a7a;--color-primary-darker: #0a1b56;--color-primary-light: #2f7fe0;--color-action: #087fff;--color-action-dark: #0668d6;--color-accent: #0b6fe0;--color-accent-dark: #0956b4;--color-accent-light: #4da6ff;--color-secondary: #292b33;--color-dark: #0f172a;--color-text: #343a40;--color-text-light: #64748b;--color-white: #ffffff;--color-gray-light: #d6e7f2;--color-gray: #e6e9ee;--color-background: #ffffff;--gradient-primary: linear-gradient(135deg, #0c4da2 0%, #093a7a 100%);--font-primary: Raleway, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-secondary: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 48px;--spacing-xl: 80px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 50px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);--shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.2);--transition-fast: 0.2s ease;--transition-normal: 0.3s ease;--max-width: 1200px;--header-height: 80px}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;color:#343a40;background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:#0c4da2;text-decoration:none;transition:color .2s ease}a:not(.hd-button):hover,a:not(.hd-button):focus-visible{color:#093a7a}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-family:"Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;line-height:1.2;color:#292b33}h1{font-size:clamp(32px,5vw,48px)}h2{font-size:clamp(26px,4vw,32px)}h3{font-size:24px}p{margin:0 0 1em}.hd-container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.hd-main{display:block}.hd-button{display:inline-block;padding:14px 32px;border:2px solid rgba(0,0,0,0);border-radius:50px;font-family:"Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:700;letter-spacing:.02em;line-height:1.2;text-align:center;text-transform:uppercase;cursor:pointer}.hd-button:focus-visible{outline:3px solid #087fff;outline-offset:2px}@keyframes hd-button-wave{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.hd-button--primary{background:linear-gradient(100deg, #093a7a 0%, #0c4da2 25%, #2f7fe0 50%, #0c4da2 75%, #093a7a 100%);background-size:300% 100%;animation:hd-button-wave 8s ease-in-out infinite;color:#fff}.hd-button--action{background:linear-gradient(100deg, #0668d6 0%, #087fff 25%, #2f7fe0 50%, #087fff 75%, #0668d6 100%);background-size:300% 100%;animation:hd-button-wave 8s ease-in-out infinite;color:#fff}.hd-button--accent{background:linear-gradient(100deg, #0956b4 0%, #0b6fe0 25%, #087fff 50%, #0b6fe0 75%, #0956b4 100%);background-size:300% 100%;animation:hd-button-wave 8s ease-in-out infinite;color:#fff}.hd-button--light{background:#fff;color:#0c4da2}.hd-button--light:hover,.hd-button--light:focus-visible{background:#d6e7f2;color:#093a7a;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media(prefers-reduced-motion: reduce){.hd-button--primary,.hd-button--action,.hd-button--accent{animation:none}}.hd-button--ghost{border-color:rgba(255,255,255,.6);color:#fff}.hd-button--outline{border-color:#0c4da2;color:#0c4da2}.hd-button--outline:hover,.hd-button--outline:focus-visible{background:#0c4da2;color:#fff}.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hd-skip{position:absolute;left:-9999px;top:0;z-index:100;padding:12px 20px;background:#292b33;color:#fff}.hd-skip:focus{left:0}.hd-header{background:#fff;border-bottom:1px solid #e6e9ee;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:50}.hd-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:80px}.hd-header__brand{display:flex;align-items:center;flex-shrink:0}.hd-header__brand img{max-height:44px;width:auto}.hd-header__name{font-family:"Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:24px;font-weight:800;color:#292b33}.hd-header__name:hover,.hd-header__name:focus-visible{color:#0c4da2}.hd-header__toggle{display:none;position:relative;width:44px;height:44px;padding:0;border:0;background:none;cursor:pointer}.hd-header__toggle-bar,.hd-header__toggle-bar::before,.hd-header__toggle-bar::after{position:absolute;left:11px;width:22px;height:2px;border-radius:2px;background:#292b33;transition:transform .2s ease}.hd-header__toggle-bar{top:21px}.hd-header__toggle-bar::before,.hd-header__toggle-bar::after{content:"";left:0}.hd-header__toggle-bar::before{top:-7px}.hd-header__toggle-bar::after{top:7px}.hd-header__nav{display:flex;align-items:center;gap:24px}.hd-menu{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none}.hd-menu a{font-family:"Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:600;color:#292b33}.hd-menu a:hover,.hd-menu a:focus-visible{color:#0c4da2}.hd-menu .current-menu-item>a{color:#0c4da2}.hd-header__search-toggle{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,0);color:#292b33;cursor:pointer}.hd-header__search-toggle:focus-visible{outline:3px solid #087fff;outline-offset:2px}.hd-header__search-icon{width:20px;height:20px}.hd-header__search{border-top:1px solid #e6e9ee;background:#fff;padding:16px 0}.hd-header__search input[type=search]{width:100%;padding:12px 16px;border:1px solid #e6e9ee;border-radius:50px;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px}.hd-header__login{display:flex;align-items:center;gap:8px;flex-shrink:0}.hd-header__login .hd-button--outline:hover{background:rgba(0,0,0,0);color:#0c4da2;cursor:pointer}@media(max-width: 1024px){.hd-menu{gap:16px}}@media(max-width: 782px){.hd-header__inner{position:relative;flex-wrap:wrap}.hd-header__toggle{display:block;order:3}.hd-header__nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:16px 15px;background:#fff;border-top:1px solid #e6e9ee;box-shadow:0 4px 12px rgba(0,0,0,.15)}.hd-header__nav.is-open{display:flex}.hd-menu{flex-direction:column;align-items:stretch;gap:0}.hd-menu a{display:block;padding:12px 0;border-bottom:1px solid #d6e7f2}}.hd-topbar{background:#292b33;color:rgba(255,255,255,.78);font-size:13px}.hd-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px}.hd-topbar__note{margin:0}.hd-topbar__contact{display:flex;gap:24px;margin:0;padding:0;list-style:none}.hd-topbar__contact a{color:inherit;text-decoration:none}.hd-topbar__contact a:hover{color:#fff}@media(max-width: 1024px){.hd-topbar__inner{justify-content:center}.hd-topbar__note{display:none}}.hd-footer{margin-top:80px;background:#292b33;color:rgba(255,255,255,.75)}.hd-footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:48px;padding-top:48px;padding-bottom:48px}.hd-footer__brand{max-width:42ch}.hd-footer__name{display:block;font-family:"Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:24px;font-weight:800;color:#fff}.hd-footer__tagline{margin:0;font-size:16px;color:rgba(255,255,255,.75)}.hd-footer__menu{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.hd-footer__menu a{font-size:14px;color:rgba(255,255,255,.75)}.hd-footer__menu a:hover,.hd-footer__menu a:focus-visible{color:#2f7fe0}.hd-footer__bar{border-top:1px solid rgba(255,255,255,.12)}.hd-footer__copy{margin:0;padding:16px 0;font-size:14px}.hd-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;align-items:start}.hd-footer__social{display:flex;gap:12px;margin:24px 0 0;padding:0;list-style:none}.hd-footer__social a{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75)}.hd-footer__social-icon{width:16px;height:16px;fill:currentColor}.hd-footer__heading{margin:0 0 16px;font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}.hd-footer__contact{margin:0;padding:0;list-style:none}.hd-footer__contact li{padding:6px 0;font-size:14px}.hd-footer__contact a{color:inherit;text-decoration:none}.hd-footer__contact a:hover{color:#fff}@media(max-width: 1024px){.hd-footer__inner{grid-template-columns:repeat(3, 1fr)}.hd-footer__brand{grid-column:1/-1}}@media(max-width: 782px){.hd-footer__inner{grid-template-columns:1fr}}
