@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/Inter-latin.woff2?v=c9407645) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #18264B;
  --blue: #395596;
  --muted: #6F7C9B;
  --line: #D7ECFF;
  --line-2: #D8E8FF;
  --ring: #D5E2FF;
  --ok: #32B183;
  --no: #F04438;
  --soft: #FAFCFF;
  --tint: #F0F6FF;
  --tint-2: #F3F6FD;
  --skel: #D3E8F7;
  --skel-2: #DAEEFD;
  --skel-3: #F3F9FE;
  --arrow: #7FB2E5;
  --grad-end: #667DFF;
  --radius: 16px;
  --gutter: 16px;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
.reduce, .reduce * { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: #fff;
  color: var(--navy);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
button { font: inherit; }
:focus-visible { outline: 2px solid #004CFF; outline-offset: 3px; border-radius: 6px; }
.i { flex: none; }

.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 10px; text-decoration: none; }
.skip-link:focus { left: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.kicker { color: var(--blue); font-size: 14px; line-height: 17px; text-transform: uppercase; letter-spacing: .01em; }
.h1 { font-size: clamp(40px, 5.3vw, 64px); line-height: 1.21; font-weight: 700; letter-spacing: -0.0375em; }
.h1 span { display: block; text-wrap: balance; }
.h2 { font-size: clamp(28px, 3.3vw, 42px); line-height: 1.215; font-weight: 600; letter-spacing: -0.01em; color: var(--navy); }
.h2 .line { display: block; }
.lead { color: var(--muted); font-size: clamp(16px, 1.5vw, 18px); line-height: 1.25; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 16px; border-radius: 12px; border: 1px solid var(--navy); font-weight: 500; font-size: 16px; letter-spacing: -0.3px; text-decoration: none; white-space: nowrap; transition: background-color .15s, color .15s, box-shadow .15s; }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: #22356A; }
.btn-ghost { background: transparent; color: var(--navy); }
.btn-ghost:hover { background: rgba(24, 38, 75, .05); }
.btn-lg { min-height: 48px; padding: 12px 18px; font-size: 18px; font-weight: 600; letter-spacing: -0.18px; }
.btn-sm { min-height: 40px; padding: 8px 16px; }
.btn .i { width: 24px; height: 24px; }

.link-arrow { color: var(--navy); font-size: 14px; line-height: 17px; text-decoration: none; white-space: nowrap; }
.link-arrow:hover { text-decoration: underline; text-underline-offset: 3px; }

.top { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(232, 240, 254, .8) 0%, rgba(232, 240, 254, 0) 100%), #fff; padding-inline: var(--gutter); }

.site-head { position: relative; z-index: 5; max-width: 1120px; margin: 42px auto 0; }
.head-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 65px; padding: 10px 12px 10px 16px; background: rgba(255, 255, 255, .5); border: 1px solid #fff; border-radius: 14px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.brand { display: inline-flex; align-items: center; flex: none; }
.site-head .brand img { height: 40px; width: auto; }
.head-nav { display: flex; gap: 48px; }
.head-nav a { color: #000; font-weight: 500; font-size: 16px; line-height: 18px; text-decoration: none; }
.head-nav a:hover { color: var(--blue); }
.head-actions { display: flex; align-items: center; gap: 28px; }
.lang-switch { display: flex; align-items: center; gap: 4px; color: #191E2D; font-weight: 500; font-size: 16px; line-height: 18px; }
.lang-switch .globe { width: 24px; height: 24px; margin-right: 2px; color: var(--navy); }
.lang-switch a { color: #8A93AB; text-decoration: none; padding: 4px 2px; border-radius: 4px; }
.lang-switch a:hover { color: var(--navy); }
.lang-cur { color: var(--navy); font-weight: 600; padding: 4px 2px; border-bottom: 2px solid var(--navy); }
.lang-sep { color: #C3CADB; }
.head-menu { display: none; position: relative; }
.head-menu summary { list-style: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--navy); }
.head-menu summary::-webkit-details-marker { display: none; }
.head-menu-panel { position: absolute; right: 0; top: calc(100% + 10px); width: min(280px, calc(100vw - 32px)); display: flex; flex-direction: column; gap: 4px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 16px 40px rgba(24, 38, 75, .12); }
.head-menu-panel a:not(.btn) { padding: 12px 10px; border-radius: 8px; text-decoration: none; font-weight: 500; }
.head-menu-panel a:not(.btn):hover { background: var(--tint); }
.head-menu-panel .btn { margin-top: 6px; }

.sec { padding-inline: var(--gutter); margin-top: 48px; }
.box { max-width: 1240px; margin: 0 auto; padding: 48px 60px; border-radius: 20px; }
.box.soft { background: var(--soft); }

.js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.reduce [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }

.site-foot { margin-top: 48px; margin-bottom: 50px; }
.foot-box { border-radius: 16px; padding-bottom: 48px; }
.foot-top { display: grid; grid-template-columns: minmax(0, 368px) minmax(0, 1fr); gap: 48px 64px; }
.foot-brand img { width: 216px; height: auto; }
.foot-brand p { margin-top: 30px; color: var(--muted); font-size: 18px; line-height: 1.22; }
.foot-cols { display: grid; grid-template-columns: repeat(4, auto); justify-content: space-between; gap: 32px 24px; }
.foot-col { display: flex; flex-direction: column; gap: 12px; }
.foot-col h2 { margin-bottom: 8px; font-size: 20px; font-weight: 500; line-height: 1.35; color: #292929; }
.foot-col a { color: #5C5C5C; font-weight: 500; font-size: 16px; line-height: 1.4; text-decoration: none; white-space: nowrap; }
.foot-col a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.foot-bottom { margin-top: 64px; display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.foot-bottom a { color: inherit; text-decoration: none; }
.foot-bottom a:hover { text-decoration: underline; }

@media (max-width: 1100px) {
  .head-nav { gap: 28px; }
  .head-actions { gap: 18px; }
  .box { padding: 48px 40px; }
  .foot-top { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .site-head { margin-top: 20px; }
  .head-nav, .head-cta { display: none; }
  .head-menu { display: block; }
  .head-actions { gap: 14px; }
  .box { padding: 40px 28px; }
  .foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .head-bar { padding: 8px 8px 8px 12px; min-height: 58px; }
  .site-head .brand img { height: 34px; }
  .lang-switch { font-size: 15px; }
  .lang-switch .globe { width: 20px; height: 20px; }
  .sec { margin-top: 32px; }
  .box { padding: 32px 20px; border-radius: 16px; }
  .foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; gap: 28px 16px; }
  .foot-col a { white-space: normal; font-size: 15px; }
  .foot-box { padding-bottom: 32px; }
  .foot-brand img { width: 180px; }
  .foot-brand p { margin-top: 20px; font-size: 16px; }
  .foot-col h2 { font-size: 17px; }
  .foot-bottom { margin-top: 40px; }
  .site-foot { margin-bottom: 24px; }
}

@media (max-width: 380px) {
  .lang-sep, .lang-switch .globe { display: none; }
  .site-head .brand img { height: 30px; }
}

@media print {
  .head-menu, .skip-link { display: none; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
