:root{--header-h:76px;--brand:#ffd43b;--brand-dark:#f1c21b;--green:#7ac900;--ink:#1f2937;--ink-light:#374151}.header{position:fixed;top:0;left:0;width:100%;height:var(--header-h);background:#fff;justify-content:space-between;padding:0 32px;z-index:999;box-shadow:0 1px 0 rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.06);gap:16px}.header,.logo{display:flex;align-items:center}.logo{gap:8px;text-decoration:none;flex-shrink:0}.logo:after{content:none}.logo-img{display:block;height:52px;width:auto;transition:transform .2s ease}.logo:hover .logo-img{transform:translateY(-2px)}.nav-desktop{display:flex;align-items:center;gap:2px;flex:1 1;justify-content:center}.nav-desktop a{text-decoration:none;color:var(--ink-light);font-weight:600;font-size:14.5px;padding:7px 13px;border-radius:99px;transition:background .2s ease,color .2s ease;white-space:nowrap;font-family:Poppins,sans-serif}.nav-desktop a:hover{color:var(--ink);background:#f3f4f6}.nav-desktop a.nav-cta{background:var(--brand);color:var(--ink);font-weight:700;padding:8px 18px;margin-left:6px;box-shadow:0 2px 10px rgba(255,212,59,.4)}.nav-desktop a.nav-cta:hover{background:var(--brand-dark);box-shadow:0 4px 14px rgba(255,212,59,.5)}.social{display:flex;gap:6px;flex-shrink:0}.social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#f3f4f6;transition:background .2s ease,transform .2s ease}.social img{width:20px;height:20px}.social a:hover{background:var(--brand);transform:translateY(-2px)}.burger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:40px;height:40px;border-radius:10px;background:#f3f4f6;border:none;padding:0;cursor:pointer;flex-shrink:0;z-index:1001}.burger span{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.burger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-overlay{position:fixed;inset:0;background:#fff;display:flex;flex-direction:column;align-items:center;padding-top:var(--header-h);transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:998;overflow-y:auto}.nav-overlay.open{transform:translateY(0)}.nav-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;margin:28px 0 16px}.nav-mobile{display:flex;flex-direction:column;gap:4px;width:100%;max-width:340px;padding:0 20px;animation:mobileNavIn .35s ease both}.nav-mobile a{font-size:17px;font-weight:600;color:var(--ink);text-decoration:none;padding:13px 18px;border-radius:14px;transition:background .2s ease;font-family:Poppins,sans-serif;text-align:center}.nav-mobile a:hover{background:#f3f4f6}.nav-mobile a.nav-cta{background:var(--brand);color:var(--ink);font-weight:700;margin-top:10px}.nav-mobile a.nav-cta:hover{background:var(--brand-dark)}.mobile-logo{margin-bottom:0}.mobile-logo .logo-img{height:46px}@keyframes mobileNavIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.nav-desktop a{font-size:13.5px;padding:6px 10px}}@media (max-width:800px){:root{--header-h:64px}.header{padding:0 16px}.nav-desktop,.social{display:none}.burger{display:flex}.logo-img{height:40px}}.leader-footer{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb;font-family:Poppins,sans-serif}.footer-top{max-width:1100px;margin:0 auto;padding:60px 24px 48px;display:grid;grid-template-columns:1.4fr 1fr 1.8fr;grid-gap:48px;gap:48px;align-items:start}.footer-logo{display:flex;align-items:center;gap:13px;margin-bottom:14px}.footer-logo__icon{width:52px;height:52px;border-radius:14px;flex-shrink:0;box-shadow:0 4px 14px rgba(255,212,59,.35)}.footer-logo__text{display:flex;flex-direction:column;line-height:1.15}.footer-logo__name{font-size:26px;font-weight:800;color:#fff;letter-spacing:.06em}.footer-logo__sub{font-size:11px;font-weight:600;color:#9ca3af;letter-spacing:.12em;text-transform:uppercase}.footer-brand .footer-tagline{font-size:13.5px;color:#9ca3af;line-height:1.6;margin:0 0 20px}.footer-social{display:flex;gap:10px}.footer-social a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);transition:background .25s ease,transform .25s ease}.footer-social a:hover{background:var(--brand);transform:translateY(-2px)}.footer-social img,.footer-social svg{width:22px;height:22px}.footer-contacts h4{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin:0 0 18px}.footer-contacts ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-contacts li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#d1d5db;line-height:1.5}.footer-contacts .fc-icon{font-size:16px;flex-shrink:0;margin-top:1px}.footer-map h4{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin:0 0 14px}.leader-map{border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.35)}.leader-map iframe{display:block;width:100%;height:200px;border:0}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding:18px 24px;text-align:center}.leader-copyright{font-size:13px;color:#6b7280;margin:0}.leader-copyright a{color:#9ca3af;text-decoration:none;transition:color .2s}.leader-copyright a:hover{color:var(--brand)}.footer-dev{font-size:12px;color:#4b5563;margin:6px 0 0}.footer-dev a{color:#6b7280;text-decoration:none;transition:color .2s}.footer-dev a:hover{color:var(--brand)}@media (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:32px}.footer-map{grid-column:1/-1}}@media (max-width:560px){.footer-top{grid-template-columns:1fr;gap:28px;padding:40px 20px 28px}.footer-map{grid-column:auto}.leader-map iframe{height:180px}}