.home *,.home :after,.home :before{box-sizing:border-box;margin:0;padding:0}.home{--blue:#044B92;--blue-dk:#033767;--blue-lt:#e8f1fb;--orange:#e8520a;--green:#00915a;--text:#1a2233;--muted:#6b7a99;--border:#dde3f0;--bg:#f4f7fb;--white:#fff;font-family:var(--font-body),"Inter",system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.6}.home a{text-decoration:none;color:inherit}.home .hd{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.home .hd-inner{max-width:1128px;margin:0 auto;padding:0 24px;height:74px;gap:24px}.home .brand,.home .hd-inner{display:flex;align-items:center}.home .brand{flex-shrink:0}.home .brand-logo{height:40px;width:auto;display:block}.home .brand-name{font-size:1.12rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.home .brand-tag{font-size:.67rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-top:1px}.home .hd-nav{display:flex;align-items:center;gap:2px;margin-left:6px}.home .hd-item{position:relative}.home .hd-link{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:9px;font-size:.9rem;font-weight:600;color:var(--text);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .15s,background .15s}.home .hd-link:hover{color:var(--blue);background:var(--blue-lt)}.home .hd-link .chev{transition:transform .2s}.home .hd-item:hover .hd-link .chev{transform:rotate(180deg)}.home .mega{position:absolute;top:calc(100% + 12px);left:0;width:344px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 50px rgba(0,40,100,.16);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.home .mega:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.home .hd-item:focus-within .mega,.home .hd-item:hover .mega{opacity:1;visibility:visible;transform:translateY(0)}.home .mega-card{display:flex;gap:13px;align-items:flex-start;padding:12px;border-radius:12px;transition:background .15s}.home .mega-card:hover{background:var(--blue-lt)}.home .mega-ico{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:grid;place-items:center;background:var(--blue-lt);color:var(--blue);transition:background .15s,color .15s}.home .mega-card:hover .mega-ico{background:var(--blue);color:#fff}.home .mega-t{display:block;font-size:.9rem;font-weight:700;color:var(--text)}.home .mega-d{display:block;font-size:.76rem;color:var(--muted);line-height:1.45;margin-top:2px}.home .hd-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.home .hd-cta{display:inline-flex;align-items:center;gap:7px;background:var(--orange);color:#fff;padding:11px 20px;border-radius:10px;font-size:.88rem;font-weight:700;white-space:nowrap;box-shadow:0 6px 16px rgba(232,82,10,.26);transition:transform .15s,background .15s}.home .hd-cta:hover{background:#cc4608;transform:translateY(-1px)}@media(max-width:820px){.home .hd-nav{display:none}}.home .c-hero{background:linear-gradient(130deg,#022a54 0,var(--blue) 58%,#1268c5 100%);color:#fff;padding:58px 24px;text-align:center}.home .tag{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.16);color:#fff;border-radius:20px;padding:6px 16px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.home .c-hero h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;margin-bottom:12px;line-height:1.15}.home .c-hero p{max-width:560px;margin:0 auto;color:rgba(255,255,255,.9)}.home .section{padding:60px 24px}.home .inner{max-width:1080px;margin:0 auto}.home .c-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media(max-width:680px){.home .c-grid{grid-template-columns:1fr}}.home .c-card{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 5px 18px rgba(0,40,100,.06);transition:border-color .2s,box-shadow .2s,transform .2s}.home a.c-card:hover{border-color:var(--blue);box-shadow:0 12px 28px rgba(0,40,100,.1);transform:translateY(-2px)}.home .c-ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:1.5rem;background:var(--blue-lt);flex-shrink:0}.home .c-text{display:flex;flex-direction:column}.home .c-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.home .c-value{font-size:1.05rem;font-weight:800;color:var(--text);word-break:break-word}.home .c-sub,.home .c-value{display:block;margin-top:6px}.home .c-sub{font-size:.85rem;color:var(--muted);line-height:1.5}.home .c-map{margin-top:26px;border-radius:16px;overflow:hidden;border:1px solid var(--border)}.home .c-map iframe{display:block;width:100%;height:380px;border:0}.home .c-map-link{text-align:center;margin-top:12px;font-size:.88rem}.home .c-map-link a{color:var(--blue);font-weight:700}.home .c-map-link a:hover{text-decoration:underline}.home footer{background:linear-gradient(130deg,#022a54 0,var(--blue) 58%,#1268c5 100%);color:rgba(255,255,255,.85);padding:40px 24px 20px}.home .foot-inner{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.home .foot-name{font-size:1.4rem;font-weight:900;color:#fff}.home .foot-desc{font-size:.82rem;color:rgba(255,255,255,.72);max-width:300px;margin-top:8px;line-height:1.6}.home .foot-col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.6);margin-bottom:12px}.home .foot-col a{display:block;font-size:.85rem;color:rgba(255,255,255,.8);margin-bottom:8px}.home .foot-col a:hover{color:#fff}.home .foot-bottom{max-width:1080px;margin:26px auto 0;border-top:1px solid rgba(255,255,255,.16);padding-top:16px;text-align:center;font-size:.74rem;color:rgba(255,255,255,.6)}