:root {
  --blue-950: #06224c;
  --blue-900: #07346f;
  --blue-700: #0759c7;
  --blue-600: #0a6ee8;
  --blue-100: #eaf3ff;
  --sky: #f4f8fd;
  --ink: #10233f;
  --muted: #5f6f83;
  --line: #dbe6f3;
  --white: #fff;
  --green: #168a55;
  --shadow: 0 18px 50px rgba(6, 34, 76, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, button, .btn { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f6b83f; outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 20px; color: var(--white); background: var(--blue-700); border: 1px solid transparent; border-radius: 10px; text-decoration: none; cursor: pointer; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { background: var(--blue-600); transform: translateY(-2px); }
.eyebrow { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: 100px 0; }
.brands { overflow: hidden; background: transparent; }
.brands-label { margin: 0 0 22px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.brands-window { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); }
.brands-track { width: max-content; display: flex; align-items: center; animation: brands-scroll 24s linear infinite; }
.brands-window:hover .brands-track, .brands-window:focus-within .brands-track { animation-play-state: paused; }
.brand-logo { width: calc(min(1160px, 100vw - 40px) / 4); height: 92px; display: grid; flex: 0 0 auto; place-items: center; padding: 15px 34px; }
.brand-logo img { max-width: 180px; max-height: 58px; object-fit: contain; filter: grayscale(1); opacity: .55; transition: filter .25s ease, opacity .25s ease, transform .25s ease; }
.brand-logo:hover img, .brand-logo:focus-visible img { filter: grayscale(0); opacity: 1; transform: scale(1.06); }
@keyframes brands-scroll { to { transform: translateX(-50%); } }
.topbar { padding: 8px 0; color: #fff; background: #06224c; font-size: .82rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-contact { display: flex; align-items: center; gap: 18px; }
.topbar a { color: inherit; text-decoration: none; }
.topbar a:hover { text-decoration: underline; text-underline-offset: 3px; }
.topbar-contact a { display: inline-flex; align-items: center; gap: 7px; }
.topbar .topbar-emergency { margin-block: -8px; padding: 8px 13px; color: #fff; background: #d94b2b; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.nav { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,230,243,.8); backdrop-filter: blur(12px); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo img { width: 190px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a { position: relative; color: #314760; text-decoration: none; font-size: .9rem; font-weight: 800; }
.nav-links > a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: #0759c7; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-links > a:hover::after, .nav-links > a[aria-current="page"]::after { transform: scaleX(1); }
.lang { display: flex; padding-left: 6px; border-left: 1px solid #dbe6f3; }
.lang button { min-width: 38px; padding: 6px 8px; color: #5f6f83; background: transparent; border: 0; border-radius: 999px; cursor: pointer; font-size: .75rem; font-weight: 800; }
.lang button.active { color: #fff; background: #0759c7; }
.menu-btn { display: none; width: 42px; height: 42px; padding: 0; color: #10233f; background: #fff; border: 1px solid #dbe6f3; border-radius: 10px; cursor: pointer; font-size: 1.25rem; }
footer { padding: 70px 0 100px; color: #fff; background: #06224c; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.2fr; gap: 48px; padding-bottom: 48px; }
.footer-brand img { width: 190px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; color: #b8c8dc; font-size: .88rem; }
.footer-title { display: block; margin-bottom: 18px; font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; font-size: .95rem; }
.footer-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-list a, .footer-list span { color: #b8c8dc; text-decoration: none; font-size: .86rem; }
.footer-list a:hover { color: #fff; }
.footer-contact li { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; }
.footer-contact i { margin-top: 4px; color: #75b3ff; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: #91a5bf; font-size: .78rem; }
.footer-bottom p a { color: #fff; text-decoration: none; }
.footer-bottom-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-bottom-links a { color: #b8c8dc; text-decoration: none; font-size: .78rem; }
.footer-bottom-links a:hover { color: #fff; }
@media (max-width: 980px) {
  .menu-btn { display: grid; place-items: center; }
  .nav-links { display: none; position: absolute; top: 76px; left: 20px; right: 20px; align-items: stretch; padding: 20px; background: #fff; border: 1px solid #dbe6f3; border-radius: 16px; box-shadow: 0 18px 50px rgba(6,34,76,.14); }
  .nav-links.open { display: grid; }
  .nav-links > a { padding: 8px 4px; }
  .nav-links > a::after { display: none; }
  .lang { padding: 12px 0 0; border-top: 1px solid #dbe6f3; border-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar-label { display: none; }
  .topbar-contact { width: 100%; flex-wrap: wrap; justify-content: center; gap: 2px 14px; }
  .topbar .topbar-emergency { margin: 0; padding: 2px 8px; }
  .nav-inner { min-height: 68px; }
  .logo img { width: 170px; }
  .nav-links { top: 68px; left: 14px; right: 14px; }
  footer { padding-top: 56px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand p { max-width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-bottom-links { justify-content: flex-start; }
}
/* Shared contact-form feedback and bot trap */
.form-hp { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.form-status { grid-column: 1 / -1; min-height: 1.4em; margin: 0; color: var(--muted); font-size: .82rem; font-weight: 700; }
.form-status.is-success { color: #087749; }
.form-status.is-error { color: #b42318; }
form [type="submit"]:disabled { cursor: wait; opacity: .7; }

/* Privacy settings */
.privacy-widget { position: fixed; z-index: 90; left: 18px; bottom: 18px; font-family: Arial, Helvetica, sans-serif; }
.privacy-trigger { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; color: var(--white); background: var(--blue-900); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 10px 30px rgba(6,34,76,.2); cursor: pointer; font-size: 1rem; }
.privacy-trigger:hover { background: var(--blue-700); }
.privacy-trigger i { color: #a9d2ff; }
.privacy-panel { width: min(410px, calc(100vw - 28px)); padding: 24px; color: var(--ink); background: var(--white); border: 1px solid #d5e1ef; border-radius: 12px; box-shadow: 0 20px 55px rgba(6,34,76,.22); opacity: 0; transform: translateY(12px); transition: opacity .18s ease, transform .18s ease; }
.privacy-panel.is-open { opacity: 1; transform: translateY(0); }
.privacy-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.privacy-kicker { color: var(--blue-700); font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.privacy-close { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; color: var(--blue-900); background: #edf4fc; border: 0; border-radius: 50%; cursor: pointer; }
.privacy-panel h2 { margin: 10px 0 8px; color: var(--blue-900); font-family: Manrope, sans-serif; font-size: 1.26rem; line-height: 1.3; }
.privacy-copy { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.privacy-category { display: grid; grid-template-columns: 28px 1fr auto; gap: 11px; align-items: start; margin: 18px 0; padding: 15px; background: #f3f7fc; border-radius: 8px; }
.privacy-check { width: 26px; height: 26px; display: grid; place-items: center; color: var(--white); background: #148354; border-radius: 50%; font-size: .72rem; }
.privacy-category strong { display: block; color: var(--blue-900); font-size: .84rem; }
.privacy-category p { margin: 4px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.45; }
.privacy-required { color: #148354; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.privacy-confirm, .privacy-reset { min-height: 42px; padding: 10px 15px; border-radius: 6px; cursor: pointer; font-family: Manrope, sans-serif; font-size: .76rem; font-weight: 800; }
.privacy-confirm { color: var(--white); background: var(--blue-700); border: 1px solid var(--blue-700); }
.privacy-confirm:hover { background: var(--blue-900); }
.privacy-reset { color: var(--blue-900); background: transparent; border: 1px solid #bdccdd; }
.privacy-policy { display: inline-block; margin-top: 15px; color: var(--blue-700); font-size: .72rem; font-weight: 700; text-underline-offset: 3px; }
@media (max-width: 520px) {
  .privacy-widget { left: 10px; bottom: 10px; }
  .privacy-panel { width: calc(100vw - 20px); padding: 20px; }
  .privacy-category { grid-template-columns: 28px 1fr; }
  .privacy-required { grid-column: 2; }
  .privacy-trigger { width: 44px; height: 44px; }
}
