.SiteFooter_footer__i3J32{border-top:1px solid var(--color-border);background:var(--color-navy-deep);padding:3rem 0 2rem;margin-top:4rem}.SiteFooter_grid__PNLyT{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:2rem;gap:2rem}.SiteFooter_brand__Zf7_8 p{color:var(--color-text-muted);max-width:28ch;margin:.75rem 0 0;font-size:.92rem}.SiteFooter_col__AlxnH h3{margin:0 0 .75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.SiteFooter_col__AlxnH ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.SiteFooter_col__AlxnH a{color:var(--color-text);font-size:.92rem;transition:color var(--transition-fast)}.SiteFooter_col__AlxnH a:hover{color:var(--color-gold)}.SiteFooter_bottom__akco5{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;color:var(--color-text-muted);font-size:.85rem}.SiteFooter_social__Qd2_4{display:flex;gap:1rem}@media (max-width:800px){.SiteFooter_grid__PNLyT{grid-template-columns:1fr 1fr}.SiteFooter_brand__Zf7_8{grid-column:1/-1}}:root{--color-navy:#08081a;--color-navy-deep:#080d1a;--color-card:#111b30;--color-card-hover:#162038;--color-gold:#d4a017;--color-gold-alt:#d4af37;--color-gold-hover:#e6b422;--color-white:#ffffff;--color-text:#e8edf5;--color-text-muted:#7b8aa5;--color-border:rgba(123,138,165,0.22);--color-success:#22c55e;--color-error:#ef4444;--font-sans:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--shadow-card:0 18px 48px rgba(0,0,0,0.35);--shadow-glow:0 0 60px rgba(212,160,23,0.12);--nav-height:72px;--max-width:1180px;--transition-fast:150ms ease}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:var(--color-navy);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}main{min-height:calc(100vh - var(--nav-height))}.container{width:min(100% - 2.5rem,var(--max-width));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fade-in{animation:fadeIn .6s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}