
  :root{--bg:#F8F3F1;--surface:#fff;--text:#1F232B;--text-soft:rgba(31,35,43,.6);--text2:rgba(31,35,43,.72);--text3:rgba(31,35,43,.45);--border:#E7E4E4;--accent:#21304F;--dark-bg:#162236;--orange:#F48530;--sans:'Inter',-apple-system,sans-serif;--sans-tight:'Inter Tight','Inter',sans-serif}
  *{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:130px}body{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}
  .header{background-color:#fff;border-radius:6px;box-shadow:0 10px 60px rgba(0,0,0,.1);font-family:var(--sans-tight);left:20px;right:20px;padding:0 20px;position:fixed;top:19px;z-index:100}.header .flex-holder{display:flex;justify-content:space-between;align-items:center}.header .logo{display:flex;align-items:center;padding:18px 0}.logo-word{font-family:var(--sans);font-weight:700;font-size:22px;color:var(--accent);display:flex;align-items:center;gap:4px;line-height:1}.logo-word .reg{font-size:12px;font-weight:600;align-self:flex-start;margin-top:1px}.header-menu{position:relative;flex:1;display:flex;justify-content:center}.mobile-menu-close{display:none}.header-menu .menu{display:flex;align-items:center;gap:32px;list-style:none;height:100%}.header-menu .menu>li{position:static}.header-menu .menu>li.has-children{padding-bottom:40px;margin-bottom:-40px}.header-menu .menu>li>a{color:var(--text);font-size:14.5px;font-weight:500;line-height:125%;padding:6px 0;display:inline-flex;align-items:center;gap:6px}.header-menu .menu>li.has-children>a::after{content:'';width:14px;height:14px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath d='m12 6.5-4 4-4-4' stroke='%231F232B' stroke-width='1.5'/%3E%3C/svg%3E");background-size:cover;transition:transform .2s}.header-menu .menu>li.has-children:hover>a::after{transform:rotate(180deg)}.header-menu .menu>li>a:hover{color:var(--orange)}.mobile-submenu-toggle{display:none}.sub-menu{background-color:#fff;border-radius:6px;box-shadow:0 10px 40px rgba(0,0,0,.08);flex-wrap:wrap;left:0;padding:20px 24px 26px;position:absolute;top:100%;margin-top:40px;width:100%;display:flex;align-items:flex-start;list-style:none;box-sizing:border-box}@media(min-width:992px){.sub-menu{opacity:0;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;visibility:hidden}.header-menu .menu>li.has-children:hover>.sub-menu{opacity:1;pointer-events:auto;visibility:visible}}.sub-menu li{display:block;box-sizing:border-box}.sub-menu li a{display:block;border-bottom:1px solid var(--border);color:var(--text);font-size:15px;font-weight:500;line-height:125%;padding:16px 0;width:100%}.sub-menu li a:hover{color:var(--orange)}.sub-menu[data-cols="2"] li{width:calc(50% - 12px);margin-right:24px}.sub-menu[data-cols="2"] li:nth-child(2n){margin-right:0}.right-block{display:flex;align-items:center;justify-content:flex-end;max-width:160px;width:100%}.wpml-language{position:relative;padding-left:16px}.current-language{align-items:center;color:var(--text);cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:4px}.current-language svg{display:block;height:22px;width:22px}.lang-dropdown{background-color:#fff;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.08);opacity:0;visibility:hidden;pointer-events:none;transition:all .2s ease;min-width:150px;padding:10px;position:absolute;right:0;top:100%;margin-top:10px;z-index:50}.wpml-language .lang-dropdown.open{opacity:1;visibility:visible;pointer-events:auto}.lang-dropdown a{align-items:center;color:var(--text);display:flex;font-family:var(--sans-tight);font-size:14px;font-weight:500;padding:9px 8px;gap:10px;border-radius:4px}.lang-dropdown a:hover{background:var(--bg);color:var(--orange)}.lang-dropdown a.active{color:var(--orange);font-weight:600}.lang-flag{width:20px;height:20px;border-radius:50%;flex-shrink:0;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-menu-button{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;border:1px solid transparent;cursor:pointer}
  @media(max-width:991px){.header-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;padding:90px 24px 40px;overflow-y:auto;flex-direction:column;align-items:stretch;justify-content:flex-start}.header-menu.mobile-open{display:flex}.header-menu .menu{flex-direction:column;align-items:stretch;gap:0;height:auto}.header-menu .menu>li{border-bottom:1px solid var(--border)}.header-menu .menu>li>a{padding:16px 0;font-size:17px;width:100%;justify-content:space-between}.header-menu .menu>li.has-children>a::after{display:none}.mobile-submenu-toggle{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mobile-submenu-toggle svg{transition:transform .25s ease}.header-menu .menu>li.has-children.mobile-expanded .mobile-submenu-toggle svg{transform:rotate(45deg)}.sub-menu{position:static!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;width:100%!important;margin-top:0!important;padding:0 0 16px!important;max-height:0;overflow:hidden;display:block!important;transition:max-height .3s ease}.header-menu .menu>li.has-children.mobile-expanded .sub-menu{max-height:2000px}.sub-menu[data-cols] li{width:100%!important;margin-right:0!important}.mobile-menu-close{position:absolute;top:24px;right:24px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-button{display:flex}.header{left:16px;right:16px;top:16px;padding:0 16px}}
  /* PAGE HERO */
  .page-hero{background:var(--dark-bg);padding:190px 24px 80px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 80% 20%,rgba(244,133,48,.12) 0%,transparent 45%)}.page-hero-inner{max-width:1180px;margin:0 auto;position:relative}.page-label{font-family:var(--sans-tight);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.page-hero h1{font-family:var(--sans-tight);font-size:42px;font-weight:500;line-height:120%;color:#fff;max-width:760px}.page-hero p{font-family:var(--sans);font-size:17px;line-height:165%;color:rgba(255,255,255,.65);max-width:620px;margin-top:18px}
  /* SPEC BAND */
  .spec-band{background:var(--bg);padding:0 24px}.spec-band-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:10px;overflow:hidden;transform:translateY(-36px)}
  .spec-card{background:var(--surface);padding:22px 20px}.spec-val{font-family:var(--sans-tight);font-size:20px;font-weight:700;color:var(--accent);display:block;margin-bottom:4px}.spec-lbl{font-family:var(--sans);font-size:12px;color:var(--text3)}
  @media(max-width:700px){.spec-band-inner{grid-template-columns:repeat(2,1fr)}}
  /* ANCHOR NAV */
  .anchor-nav{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:72px;z-index:50}.anchor-nav-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.anchor-nav-inner::-webkit-scrollbar{display:none}.anchor-link{display:flex;align-items:center;padding:18px 20px;font-family:var(--sans-tight);font-size:13.5px;font-weight:500;color:var(--text-soft);border-bottom:2px solid transparent;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.anchor-link:hover,.anchor-link.active{color:var(--orange);border-bottom-color:var(--orange)}
  /* CONTENT */
  .content-wrap{background:var(--bg);padding:20px 24px 120px}.content-inner{max-width:1180px;margin:0 auto}
  .content-block{padding:72px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.content-block:last-child{border-bottom:none}
  .block-label{font-family:var(--sans-tight);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}
  .content-block h2{font-family:var(--sans-tight);font-size:28px;font-weight:500;line-height:130%;margin-bottom:16px}
  .content-block .lead{font-family:var(--sans);font-size:15.5px;line-height:175%;color:var(--text2);margin-bottom:24px}
  .content-block .lead+.lead{margin-top:-8px}
  .btn-cta{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;font-family:var(--sans-tight);font-size:13.5px;font-weight:500;padding:11px 18px;border-radius:6px;transition:background .2s ease}.btn-cta:hover{background:var(--orange)}
  .block-img{width:100%;height:300px;border-radius:10px;overflow:hidden;background:var(--accent)}.block-img img{width:100%;height:100%;object-fit:cover;display:block}
  .detail-list{display:flex;flex-direction:column;gap:12px;margin-top:4px}
  .detail-item{display:flex;gap:12px;align-items:flex-start;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:8px}
  .detail-item h4{font-family:var(--sans-tight);font-size:14px;font-weight:600;margin-bottom:4px}
  .detail-item p{font-family:var(--sans);font-size:13px;line-height:155%;color:var(--text2)}
  .dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--orange);margin-top:5px}
  /* FAQ */
  .faq-wrap{background:var(--dark-bg);padding:80px 24px}.faq-inner{max-width:860px;margin:0 auto}
  .faq-heading{font-family:var(--sans-tight);font-size:28px;font-weight:500;color:#fff;margin-bottom:36px}
  .faq-item{border-bottom:1px solid rgba(255,255,255,.14)}.faq-item:first-of-type{border-top:1px solid rgba(255,255,255,.14)}
  .faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 4px;text-align:left;font-family:var(--sans-tight);font-size:16px;font-weight:500;color:#fff}
  .faq-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;transition:all .25s ease}
  .faq-icon svg{transition:transform .25s ease}.faq-item.open .faq-question .faq-icon{background:var(--orange);border-color:var(--orange)}.faq-item.open .faq-icon svg{transform:rotate(45deg)}
  .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
  .faq-answer p{font-family:var(--sans);font-size:14px;line-height:165%;color:rgba(255,255,255,.62);padding:0 4px 24px;max-width:660px}
  /* CTA + FOOTER */
  .cta-band{background:var(--bg);padding:90px 24px}.cta-band-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.cta-band-inner h2{font-family:var(--sans-tight);font-size:34px;font-weight:500;line-height:125%;color:var(--text);max-width:600px}.cta-band-inner h2 span{opacity:.5}.btn-arrow{display:inline-flex;align-items:center;gap:10px;background-color:var(--orange);border:1px solid var(--orange);border-radius:6px;color:#fff;font-family:var(--sans-tight);font-size:14px;font-weight:500;padding:12px 12px 12px 20px;transition:all .2s ease;white-space:nowrap}.btn-arrow:hover{background:var(--accent);border-color:var(--accent)}
  .footer{background:var(--dark-bg);background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 90px);padding:70px 24px 0}.footer-inner{max-width:1180px;margin:0 auto}.footer-brand-band{display:block;padding:36px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand-band p, .footer-brand p{font-family:var(--sans);font-size:12.5px;line-height:155%;color:rgba(255,255,255,.72);margin-top:14px}.footer-logo{font-family:var(--sans);font-weight:700;font-size:22px;color:#fff;display:inline-flex;align-items:center;gap:4px}.footer-logo .reg{font-size:12px;font-weight:600;align-self:flex-start;margin-top:1px}.footer-sitemap{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.12)}.footer-col{flex:1;min-width:0;border-right:1px solid rgba(255,255,255,.12)}.footer-col:last-child{border-right:none}.footer-col-toggle{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:20px 18px;text-align:left;font-family:inherit}.footer-col-toggle h4{font-family:var(--sans-tight);font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.85);margin:0}.footer-col-toggle .footer-col-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;transition:transform .25s ease,background .2s ease}.footer-col.open .footer-col-icon{background:var(--orange);border-color:var(--orange);transform:rotate(45deg)}.footer-col-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.footer-col.open .footer-col-panel{max-height:800px}.footer-col-panel-inner{padding:0 18px 22px}.footer-col a{display:block;font-family:var(--sans);font-size:13.5px;line-height:145%;color:rgba(255,255,255,.72);margin-bottom:12px;transition:color .15s ease}.footer-col a:last-child{margin-bottom:0}.footer-col a:hover{color:var(--orange)}.footer-address{display:block;font-family:var(--sans);font-size:13.5px;line-height:150%;color:rgba(255,255,255,.5);margin-bottom:12px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 0;flex-wrap:wrap}.footer-bottom p{font-family:var(--sans);font-size:13px;color:rgba(255,255,255,.45)}.footer-socials{display:flex;gap:10px}.footer-socials a{width:34px;height:34px;border-radius:6px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.footer-socials a:hover{background:var(--orange);border-color:var(--orange)}.footer-socials a svg{width:16px;height:16px}
  @media(max-width:900px){.content-block{grid-template-columns:1fr;gap:28px}.footer-sitemap{flex-direction:column}.footer-col{border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.footer-col:last-child{border-bottom:none}}
  @media(max-width:600px){.page-hero{padding:160px 20px 60px}.page-hero h1{font-size:28px}.content-wrap{padding:0 20px 80px}.content-block{padding:52px 0}.cta-band{padding:60px 20px}.cta-band-inner h2{font-size:24px}.footer{padding:50px 20px 0}.footer-bottom{flex-direction:column;align-items:flex-start}}

  /* ── HEADER ── */
  .header{background:#fff;border-radius:6px;box-shadow:0 10px 60px rgba(0,0,0,.1);font-family:var(--sans-tight);left:20px;right:20px;padding:0 20px;position:fixed;top:19px;z-index:100}
  .header .flex-holder{display:flex;justify-content:space-between;align-items:center}
  .header .logo{display:flex;align-items:center;padding:18px 0}
  .logo-word{font-family:var(--sans);font-weight:700;font-size:22px;color:var(--accent);display:flex;align-items:center;gap:4px;line-height:1}
  .logo-word .reg{font-size:12px;font-weight:600;align-self:flex-start;margin-top:1px}
  .header-menu{position:relative;flex:1;display:flex;justify-content:center}
  .mobile-menu-close{display:none}
  .header-menu .menu{display:flex;align-items:center;gap:32px;list-style:none;height:100%}
  .header-menu .menu>li{position:static}
  .header-menu .menu>li.has-children{padding-bottom:40px;margin-bottom:-40px}
  .header-menu .menu>li>a{color:var(--text);font-size:14.5px;font-weight:500;padding:6px 0;display:inline-flex;align-items:center;gap:6px}
  .header-menu .menu>li.has-children>a::after{content:'';width:14px;height:14px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath d='m12 6.5-4 4-4-4' stroke='%231F232B' stroke-width='1.5'/%3E%3C/svg%3E");background-size:cover;transition:transform .2s}
  .header-menu .menu>li.has-children:hover>a::after{transform:rotate(180deg)}
  .header-menu .menu>li>a:hover{color:var(--orange)}
  .mobile-submenu-toggle{display:none}
  .sub-menu{background:#fff;border-radius:6px;box-shadow:0 10px 40px rgba(0,0,0,.08);flex-wrap:wrap;left:0;padding:20px 24px 26px;position:absolute;top:100%;margin-top:40px;width:100%;display:flex;align-items:flex-start;list-style:none;box-sizing:border-box}
  @media(min-width:992px){.sub-menu{opacity:0;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;visibility:hidden}.header-menu .menu>li.has-children:hover>.sub-menu{opacity:1;pointer-events:auto;visibility:visible}}
  .sub-menu li{display:block;box-sizing:border-box}
  .sub-menu li a{display:block;border-bottom:1px solid var(--border);color:var(--text);font-size:15px;font-weight:500;padding:16px 0;width:100%}
  .sub-menu li a:hover{color:var(--orange)}
  .sub-menu[data-cols="2"] li{width:calc(50% - 12px);margin-right:24px}
  .sub-menu[data-cols="2"] li:nth-child(2n){margin-right:0}
  .right-block{display:flex;align-items:center;justify-content:flex-end;max-width:160px;width:100%}
  .wpml-language{position:relative;padding-left:16px}
  .current-language{align-items:center;color:var(--text);cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:4px}
  .current-language svg{display:block;height:22px;width:22px}
  .lang-dropdown{background:#fff;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.08);opacity:0;visibility:hidden;pointer-events:none;transition:all .2s ease;min-width:150px;padding:10px;position:absolute;right:0;top:100%;margin-top:10px;z-index:50}
  .wpml-language .lang-dropdown.open{opacity:1;visibility:visible;pointer-events:auto}
  .lang-dropdown a{align-items:center;color:var(--text);display:flex;font-family:var(--sans-tight);font-size:14px;font-weight:500;padding:9px 8px;gap:10px;border-radius:4px}
  .lang-dropdown a:hover{background:var(--bg);color:var(--orange)}
  .lang-dropdown a.active{color:var(--orange);font-weight:600}
  .lang-flag{width:20px;height:20px;border-radius:50%;flex-shrink:0;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;overflow:hidden}
  .mobile-menu-button{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;border:1px solid transparent;cursor:pointer}
  @media(max-width:991px){
    .header-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;padding:90px 24px 40px;overflow-y:auto;flex-direction:column;align-items:stretch;justify-content:flex-start}
    .header-menu.mobile-open{display:flex}
    .header-menu .menu{flex-direction:column;align-items:stretch;gap:0;height:auto}
    .header-menu .menu>li{border-bottom:1px solid var(--border)}
    .header-menu .menu>li>a{padding:16px 0;font-size:17px;width:100%;justify-content:space-between}
    .header-menu .menu>li.has-children>a::after{display:none}
    .mobile-submenu-toggle{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
    .mobile-submenu-toggle svg{transition:transform .25s ease}
    .header-menu .menu>li.has-children.mobile-expanded .mobile-submenu-toggle svg{transform:rotate(45deg)}
    .sub-menu{position:static!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;width:100%!important;margin-top:0!important;padding:0 0 16px!important;max-height:0;overflow:hidden;display:block!important;transition:max-height .3s ease}
    .header-menu .menu>li.has-children.mobile-expanded .sub-menu{max-height:2000px}
    .sub-menu[data-cols] li{width:100%!important;margin-right:0!important}
    .mobile-menu-close{position:absolute;top:24px;right:24px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}
    .mobile-menu-button{display:flex}
    .header{left:16px;right:16px;top:16px;padding:0 16px}
  }
  /* ── FOOTER ── */
  .footer{background:var(--dark-bg);background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 90px);padding:70px 24px 0}
  .footer-inner{max-width:1180px;margin:0 auto}
  .footer-sitemap{display:flex;border-top:1px solid rgba(255,255,255,.12)}
  .footer-col{flex:1;min-width:0;border-right:1px solid rgba(255,255,255,.12)}
  .footer-col:last-child{border-right:none}
  .footer-col-toggle{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:20px 18px;text-align:left;font-family:inherit}
  .footer-col-toggle h4{font-family:var(--sans-tight);font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.85);margin:0}
  .footer-col-toggle .footer-col-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;transition:transform .25s ease,background .2s ease}
  .footer-col.open .footer-col-icon{background:var(--orange);border-color:var(--orange);transform:rotate(45deg)}
  .footer-col-panel{max-height:0;overflow:hidden;transition:max-height .35s ease}
  .footer-col.open .footer-col-panel{max-height:600px}
  .footer-col-panel-inner{padding:0 18px 22px}
  .footer-col a{display:block;font-family:var(--sans);font-size:13.5px;line-height:145%;color:rgba(255,255,255,.72);margin-bottom:12px;transition:color .15s ease}
  .footer-col a:last-child{margin-bottom:0}
  .footer-col a:hover{color:var(--orange)}
  .footer-address{display:block;font-family:var(--sans);font-size:13.5px;line-height:150%;color:rgba(255,255,255,.5);margin-bottom:12px}
  .footer-map{width:100%;height:130px;border-radius:8px;overflow:hidden;margin-top:16px}
  .footer-map iframe{display:block;width:100%;height:100%;border:0}
  .footer-brand-band{display:block;padding:36px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);margin-top:0}
  .footer-logo{font-family:var(--sans);font-weight:700;font-size:22px;color:#fff;display:inline-flex;align-items:center;gap:4px}
  .footer-logo .reg{font-size:12px;font-weight:600;align-self:flex-start;margin-top:1px}
  .footer-brand-band p, .footer-brand p{font-family:var(--sans);font-size:12.5px;line-height:160%;color:rgba(255,255,255,.72);margin-top:12px;max-width:100%}
  .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 0;flex-wrap:wrap}
  .footer-bottom p{font-family:var(--sans);font-size:13px;color:rgba(255,255,255,.45)}
  .footer-socials{display:flex;gap:10px}
  .footer-socials a{width:34px;height:34px;border-radius:6px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s ease}
  .footer-socials a:hover{background:var(--orange);border-color:var(--orange)}
  .footer-socials a svg{width:16px;height:16px}
  @media(max-width:900px){.footer-sitemap{flex-direction:column}.footer-col{border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.footer-col:last-child{border-bottom:none}}
  @media(max-width:600px){.footer{padding:50px 20px 0}.footer-bottom{flex-direction:column;align-items:flex-start}}

