:root{--blue:#04405e;--blue-dark:#032f44;--gold:#bcab85;--gold-light:#d4c9ab;--bg:#f4f4ef;--surface:#fff;--text:#22313b;--text-light:#5f6f79;--line:#d7dee2;--line-light:#e8ecee;--shadow-sm:0 2px 8px rgba(4,64,94,.04);--shadow:0 8px 30px rgba(4,64,94,.06);--shadow-lg:0 20px 50px rgba(4,64,94,.08);--radius:26px;--radius-sm:14px;--radius-xs:10px;--max:1280px;--font:'Inter',system-ui,-apple-system,sans-serif;--transition:.25s cubic-bezier(.4,0,.2,1)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body,p{margin:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}p{font-weight:400;color:var(--text-light)}h2,h3{color:var(--blue);font-weight:800}h2{font-size:clamp(2.1rem,4vw,3.35rem);line-height:1.06;letter-spacing:-.04em;margin:0 0 16px}h3{font-size:1.45rem;line-height:1.16;margin:0 0 10px}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}header.site-header{position:sticky;top:0;z-index:30;background:#fff;backdrop-filter:blur(12px);border-bottom:1px solid rgba(4,64,94,.08)}.brand,.nav,.nav-wrap{display:flex;align-items:center}.nav-wrap{justify-content:space-between;gap:20px;min-height:84px}.brand,.nav{gap:0}.brand.brand-image-only img,.footer-brand .brand.brand-image-only img{width:auto;height:72px;max-width:440px;object-fit:contain}.footer-brand .brand.brand-image-only img{height:60px}.nav{gap:18px;color:var(--blue);font-weight:700;font-size:1.03rem}.nav a{position:relative;padding:4px 0;transition:color .2s}.nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--gold);transition:.2s}.nav a:hover:after{width:100%}.menu-btn{display:none;border:0;background:0 0;cursor:pointer}.menu-btn span{display:block;width:24px;height:2px;background:var(--blue);margin:5px 0}.section{padding:82px 0}.article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:none;padding:34px}.article p+p{margin-top:14px}.article h2,.legal h2{font-size:1.6rem;margin-top:28px}.article h3,.legal h3{font-size:1.2rem;margin-top:20px}.legal{max-width:860px}.legal h2{font-size:1.4rem;margin-bottom:8px}.legal h3{font-size:1.15rem;margin-bottom:6px}footer{margin-top:84px;background:var(--blue)}.footer-top{display:grid;grid-template-columns:1.2fr .9fr .9fr .9fr;gap:28px;padding:52px 0 34px}.footer-title{font-size:.84rem;color:var(--gold);font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:10px 0}.footer-links a{color:rgba(255,255,255,.8);transition:color .2s}.footer-links a:hover,footer{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:18px 0 26px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:rgba(255,255,255,.6);font-size:.88rem}@media (max-width:1100px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:860px){.nav{position:fixed;top:84px;left:18px;right:18px;background:rgba(255,255,255,.98);padding:18px;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-lg);display:none;flex-direction:column;align-items:flex-start}.menu-btn{display:block}.brand.brand-image-only img{height:52px;max-width:300px}.section{padding:66px 0}.footer-top{grid-template-columns:1fr}.container{width:calc(100% - 24px)}}