@import url("./fonts.css");

:root {
  --bg: #f1f2f4;
  --white: #ffffff;
  --text: #111316;
  --muted: #6e7479;
  --muted-2: #a4a9ae;
  --muted-3: #c8ccd0;
  --ph: #757575;
  --line: #e6e8ea;
  --blue: #1246cf;
  --blue-dark: #0c39a8;
  --navy: #0c1b3d;
  --blue-soft: #f0f5ff;
  --blue-pale: #dce9ff;
  --ink: #17181a;
  --gray-text: #4a5a78;
  --shadow-blue: 0 18px 36px rgba(18, 70, 207, 0.22);
  --r-xl: 20px;
  --r-lg: 16px;
  --r-md: 14px;
  --r-sm: 12px;
  --r-xs: 6px;
  --font: "Onest", sans-serif;
  --mono: "JetBrains Mono", monospace;
  --inter: "Inter", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

body {
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}

img,
video {
  max-width: 100%;
  display: block;
}

.page {
  max-width: 1905px;
  margin: 0 auto;
  background: var(--bg);
  overflow-x: clip;
}

.shell {
  width: calc(100% - 9.72%);
  margin: 0 auto;
}

.topbar {
  height: 38.59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar__note {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
  font-weight: 400;
  color: var(--muted);
}

.topbar__hours {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.22px;
  color: var(--muted-2);
  white-space: nowrap;
}

.header {
  position: sticky;
  top: 8px;
  z-index: 50;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 15px 0 19px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
  border-radius: var(--r-xl);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 178px;
}

.logo__mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #0f3fc4 0%, #2568e6 48%, #57a3ff 100%);
  color: #fff;
  font-weight: 800;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.38px;
}

.logo__name {
  display: block;
  font-weight: 800;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.57px;
}

.logo__sub {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.22px;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 16px;
  gap: 18px;
  background: var(--bg);
  border-radius: var(--r-sm);
  min-width: 0;
}

.nav a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  white-space: nowrap;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__phone {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
}

.header__mail {
  font-size: 12px;
  line-height: 16px;
  color: var(--muted);
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-md);
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  white-space: nowrap;
  flex: none;
}

.header__icon,
.header__burger,
.mbar {
  display: none;
}

.header__icon svg,
.mbar__phone svg {
  width: 18px;
  height: 18px;
}

.main {
  padding-top: 14px;
  padding-bottom: 40px;
}

.hero {
  position: relative;
  height: 733px;
  border-radius: var(--r-xl);
  background: var(--blue-soft);
  overflow: hidden;
}

.hero__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__media {
  position: absolute;
  left: 0;
  top: -19.11%;
  width: 100%;
  height: 138.21%;
  transform-origin: 78% 46%;
  animation: hero-ken 22s ease-in-out infinite;
  will-change: transform;
}

.hero__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__media video,
.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.hero__media video {
  opacity: 0;
}

.hero__media video.is-ready {
  opacity: 1;
}

.hero__media video.is-ready + img {
  opacity: 0;
}

.hero__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    109deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0.42) 48%,
    rgba(255, 255, 255, 0) 64%
  );
  pointer-events: none;
}

@keyframes hero-ken {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.06) translate3d(1.2%, 1.8%, 0);
  }
}

.hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 44px;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 850px;
  width: 52%;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 34px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xs);
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--blue);
}

.badge--ghost {
  background: transparent;
  color: var(--muted);
}

.badge--light {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.dot {
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 2px;
  flex: none;
}

.hero__title {
  margin: 0;
  font-weight: 800;
  font-size: 70px;
  line-height: 71.4px;
  letter-spacing: -2.8px;
}

.hero__title span {
  color: var(--blue);
  white-space: nowrap;
}

.hero__lead {
  margin: 0;
  max-width: 747px;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: var(--muted);
}

.hero__pills {
  position: absolute;
  top: 44px;
  right: 44px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
}

.hero-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  backdrop-filter: blur(5px);
  border-radius: 12px;
}

.hero-pill__n {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--blue-pale);
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 17px;
  color: var(--blue-dark);
  flex: none;
}

.hero-pill__t {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
}

.hero__cta {
  position: absolute;
  left: 44px;
  bottom: 44px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 512px;
}

.hero__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 58px;
  padding: 11px 14px 11px 18px;
  background: var(--blue);
  color: #fff;
  border-radius: var(--r-md);
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.24px;
  box-shadow: 0 18px 36px rgba(18, 70, 207, 0.24);
  white-space: nowrap;
}

.btn-blue .ico,
.btn-white .ico,
.btn-line .ico,
.btn-wide .ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  padding: 0 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.24px;
  white-space: nowrap;
}

.btn-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 58px;
  padding: 10px 13px 10px 16px;
  background: #fff;
  border: 1px solid #d9dde1;
  border-radius: var(--r-md);
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.btn-line .ico {
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
}

.hero__note {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--muted);
}

.hero__stats {
  position: absolute;
  right: 44px;
  bottom: 44px;
  display: flex;
  gap: 9.31px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 12.8px;
  height: 70.25px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1.16px solid var(--line);
  backdrop-filter: blur(5.82px);
  border-radius: 13.96px;
}

.stat-card__n {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 22.11px;
  line-height: 29px;
}

.stat-card__n.is-blue {
  color: var(--blue);
}

.stat-card__t {
  font-size: 15.13px;
  line-height: 20px;
  color: var(--muted);
  max-width: 166px;
}

.search {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  height: 84px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 15px;
  gap: 14px;
}

.search__field {
  display: flex;
  align-items: center;
  height: 54px;
  width: 380px;
  flex: none;
  background: var(--bg);
  border-radius: var(--r-lg);
  padding: 0 6px 0 18px;
}

.search__field input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 15px;
  line-height: 19px;
  color: var(--text);
}

.search__field input::placeholder {
  color: var(--ph);
}

.search__go {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  flex: none;
  display: grid;
  place-items: center;
}

.icon-ne,
.icon-right,
.icon-check {
  display: block;
  flex: none;
  object-fit: contain;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.icon-ne {
  width: 8px;
  height: 8px;
}

.icon-right {
  width: 11px;
  height: 9px;
}

.icon-check {
  width: 13px;
  height: 11px;
}

.icon-flip {
  transform: scaleX(-1);
}

.icon-on-light {
  filter: brightness(0);
}


.navbtn .icon-right {
  width: 14px;
  height: 11px;
}

.navbtn:not(.is-next) .icon-right {
  filter: brightness(0);
}

.btn-line .icon-ne,
.btn-on-blue .icon-ne,
.scard:nth-child(2) .icon-ne,
.scard:nth-child(4) .icon-ne {
  filter: brightness(0);
}

.search__chips {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  flex: 1;
  min-width: 0;
  scrollbar-width: none;
}

.search__chips::-webkit-scrollbar {
  display: none;
}

.chip {
  height: 42px;
  padding: 0 16px;
  background: var(--bg);
  border-radius: var(--r-xs);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chip--all {
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  gap: 6px;
  padding: 0 14px 0 16px;
}

.chip__arrow {
  width: 10px;
  height: 10px;
}

.panel {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
}

.block {
  padding: 85px 57px 70px;
}

.block--tight {
  padding-top: 84px;
}

.block + .block,
.sep {
  border-top: 1px solid var(--line);
}

.head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.head--end {
  align-items: flex-end;
}

.head h2,
.h2 {
  margin: 12px 0 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -1.75px;
}

.head p,
.lead {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--muted);
}

.head__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.head__nav {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.navbtn {
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 17px;
  background: #fff;
  border: 1px solid var(--line);
}

.navbtn.is-next {
  background: var(--text);
  color: #fff;
  border: 0;
}

.trust .head {
  grid-template-columns: 309px 1fr;
  align-items: start;
  margin-bottom: 0;
}

.trust h2 {
  font-size: 54px;
  line-height: 68px;
  letter-spacing: -1.89px;
  margin: 0;
  color: var(--text);
}

.trust__right {
  display: flex;
  flex-direction: column;
}

.trust-checks {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.trust-checks li {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 61px;
  padding: 18px 40px 16px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
}

.trust-checks li:nth-child(3),
.trust-checks li:nth-child(4) {
  border-top: 1px solid var(--line);
}

.tc-ico {
  flex: none;
  font-weight: 800;
  font-size: 14px;
  color: var(--blue);
}

.rate {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  padding: 0 14px;
  background: #f8f9fa;
  border-radius: var(--r-xs);
  width: 309px;
  margin-top: 42px;
}

.rate b {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--blue);
}

.rate span {
  font-weight: 800;
  font-size: 13px;
  line-height: 17px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  margin: 76px 0 0;
}

.stats article {
  background: #fff;
  min-height: 146px;
  padding: 23px 28px;
}

.stats b {
  display: block;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: -2.08px;
}

.stats b.blue {
  color: var(--blue);
}

.stats span {
  display: block;
  margin-top: 1px;
  font-size: 14px;
  line-height: 18px;
  color: var(--muted);
}

.logos {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 0;
  margin-top: 32px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: var(--muted-3);
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  min-width: 0;
}

.logos-track::-webkit-scrollbar {
  display: none;
}

.logos-track__item {
  flex: none;
  height: 26px;
  width: auto;
  object-fit: contain;
  scroll-snap-align: start;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.logos-track__item:hover {
  opacity: 1;
}

.logos__label {
  flex: none;
  font-size: 11px;
  letter-spacing: 0.44px;
  color: var(--muted-2);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.logos__label .icon-right {
  filter: brightness(0);
  opacity: 0.45;
}

.kep-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding: 53px 40px 54px 57px;
}

.kep-head h2 {
  margin: 11px 0 0;
  max-width: 784px;
}

.kep-head p {
  max-width: 608px;
  text-align: right;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--muted);
}

.kep-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.form-card {
  position: relative;
  min-height: 662px;
  padding: 52px 58px 40px;
  display: flex;
  flex-direction: column;
}

.form-card__fields {
  margin-top: auto;
}

.form-card.is-alt {
  background: #f8f9fa;
}

.form-card__num {
  position: absolute;
  right: 28px;
  top: -10px;
  font-family: var(--mono);
  font-size: 150px;
  line-height: 198px;
  letter-spacing: -9px;
  color: #f1f2f4;
  pointer-events: none;
}

.form-card.is-alt .form-card__num {
  color: #eceef0;
}

.kicker {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 18px;
}

.kicker--mute {
  color: var(--muted-2);
  letter-spacing: 0.88px;
}

.form-card h3 {
  margin: 0 0 18px;
  max-width: 416px;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.96px;
}

.form-card .desc {
  margin: 0 0 88px;
  max-width: 416px;
  font-size: 15px;
  line-height: 24px;
  color: var(--muted);
}

.field {
  margin-bottom: 20px;
  max-width: 480px;
}

.field label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 12px;
}

.field input,
.field select,
.underline {
  width: 100%;
  height: 38px;
  border: 0;
  border-bottom: 1px solid #D9DDE1;
  background: transparent;
  outline: none;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.19px;
}

.field select {
  appearance: none;
  color: var(--ph);
}

.field select option {
  color: var(--text);
}

.field input::placeholder,
.underline::placeholder {
  color: var(--ph);
}

.checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 18px 0 28px;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 18px;
  color: var(--muted);
}

.check input {
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 2px;
  flex: none;
  margin: 1px 0 0;
}

.check input:checked {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: inset 0 0 0 2px #fff;
}

.check a {
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.check a:hover {
  border-bottom-color: transparent;
}

.kep-cta {
  background: var(--blue);
  color: #fff;
  padding: 20px 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.kep-cta p {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.7px;
  color: #fff;
}

.btn-on-blue {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 10px 0 22px;
  background: #fff;
  color: var(--blue);
  border-radius: var(--r-md);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.15px;
  white-space: nowrap;
}

.btn-on-blue .ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--blue-soft);
  display: grid;
  place-items: center;
}

.types {
  background: #f8f9fa;
}

.types-grid {
  display: grid;
  grid-template-columns: 38.36% 1fr;
  gap: 48px;
  align-items: start;
}

.meta {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.48px;
  color: var(--muted-2);
}

.tlist {
  border-top: 1px solid var(--line);
}

.titem {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  min-height: 57.5px;
  padding: 0 8px 0 16px;
  text-align: left;
  border-bottom: 1px solid transparent;
}

.titem span:first-child {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted-2);
}

.titem b {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.36px;
}

.titem .icon-right {
  justify-self: end;
  filter: brightness(0);
  opacity: 0.35;
}

.titem.is-on .icon-right {
  opacity: 1;
  filter: brightness(0) invert(21%) sepia(98%) saturate(2477%) hue-rotate(213deg) brightness(92%) contrast(101%);
}

.titem.is-on {
  background: #fff;
}

.titem.is-on b {
  font-weight: 800;
  color: var(--blue);
}

.tplus {
  display: none;
}

.tdetail {
  position: relative;
  background: var(--blue-soft);
  border-radius: var(--r-lg);
  min-height: 462px;
  padding: 48px 46px 40px;
  overflow: hidden;
}

.tdetail__bg {
  position: absolute;
  right: -12px;
  top: -99px;
  font-family: var(--mono);
  font-size: 260px;
  line-height: 343px;
  letter-spacing: -15.6px;
  color: var(--blue-pale);
  pointer-events: none;
}

.tdetail__body {
  position: relative;
  z-index: 1;
}

.tdetail h3 {
  margin: 16px 0 16px;
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: -1.54px;
}

.tdetail p {
  margin: 0 0 48px;
  max-width: 620px;
  font-size: 18px;
  line-height: 28px;
  color: var(--muted);
}

.docrow {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  border-top: 1px solid var(--blue-pale);
  font-size: 14px;
  line-height: 18px;
  color: var(--muted);
}

.docrow span {
  font-family: var(--mono);
  font-size: 11px;
  color: #8fbeff;
}

.how-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 64px;
}

.how-steps::before {
  content: "";
  position: absolute;
  left: 23px;
  right: 23px;
  top: 29px;
  height: 1px;
  background: var(--line);
}

.how-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 148px;
}

.how-step:first-child {
  align-items: flex-start;
}

.how-step:last-child {
  align-items: flex-end;
}

.how-step__n {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 14px;
  line-height: 18px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted-2);
}

.how-step.is-on .how-step__n {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.how-step__t {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.13px;
  color: var(--muted-2);
  text-align: center;
}

.how-step.is-on .how-step__t {
  color: var(--text);
}

.how-view {
  display: grid;
  grid-template-columns: 171px 1fr;
  gap: 48px;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.how-view__n {
  font-family: var(--mono);
  font-size: 150px;
  line-height: 164px;
  letter-spacing: -9px;
  color: #edeff1;
}

.how-view h3 {
  margin: 16px 0 16px;
  font-weight: 800;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -1.14px;
}

.how-view p {
  margin: 0;
  max-width: 700px;
  font-size: 20px;
  line-height: 31px;
  color: var(--muted);
}

.docs-layout {
  display: grid;
  grid-template-columns: 31.6% 1fr;
  gap: 40px;
}

.docs-num {
  font-family: var(--mono);
  font-size: 140px;
  line-height: 148px;
  letter-spacing: -8.4px;
  color: var(--blue);
}

.docs-num + b {
  display: block;
  margin-top: -8px;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.38px;
}

.docs-num + b + p {
  margin: 14px 0 0;
  max-width: 210px;
  font-size: 14px;
  line-height: 21px;
  color: var(--muted);
}

.doc-line {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: start;
  padding: 36px 0 28px;
  border-top: 1px solid var(--line);
}

.doc-line p {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.7px;
}

.notes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-top: 34px;
}

.notes h4 {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--muted-2);
}

.notes p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--muted);
}

.transfer {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 18px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.transfer__l {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--blue);
  white-space: nowrap;
}

.transfer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  height: 36px;
  padding: 0 14px;
  border-radius: var(--r-xs);
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 13px;
  line-height: 17px;
  background: var(--bg);
  color: var(--muted);
}

.tag.is-on {
  background: var(--blue-pale);
  color: var(--blue-dark);
}

.price-box {
  background: var(--blue-soft);
  border-radius: var(--r-lg);
  padding: 26px 32px 36px;
}

.tabs {
  display: inline-flex;
  align-items: center;
  height: 62px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--blue-pale);
  border-radius: var(--r-md);
  gap: 4px;
}

.tabs button {
  height: 50px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.23px;
  color: var(--muted);
}

.tabs button.is-on {
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 19, 22, 0.06);
  color: var(--text);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: end;
  margin-top: 28px;
}

.price-row .kicker {
  margin-bottom: 8px;
}

.price-row strong {
  display: block;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 66px;
  line-height: 87px;
  letter-spacing: -3.3px;
}

.incl {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  margin-top: 42px;
}

.incl h3 {
  margin: 0;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.incl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--line);
}

.incl-grid li {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 15px 16px 15px 0;
  font-size: 15px;
  line-height: 22px;
}

.incl-grid {
  margin: 0;
  padding: 0;
}

.incl-grid li .icon-check {
  margin-top: 5px;
}

.calc {
  margin-top: 14px;
  background: #111316;
  border-radius: var(--r-xl);
  padding: 65px 57px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  color: #fff;
}

.calc h2 {
  color: #fff;
  margin: 12px 0 18px;
}

.calc .lead {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 29px;
  max-width: 430px;
}

.rows {
  margin-top: 48px;
  max-width: 560px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 66px;
  border-top: 1.3px solid rgba(255, 255, 255, 0.14);
  font-size: 18.16px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.6);
}

.row:last-child {
  border-bottom: 1.3px solid rgba(255, 255, 255, 0.14);
}

.row b {
  font-weight: 500;
  color: #fff;
}

.row .mono {
  font-family: var(--mono);
  font-weight: 400;
}

.calc-form {
  background: #fff;
  color: var(--text);
  border-radius: var(--r-sm);
  padding: 34px 32px 28px;
}

.calc-form .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.boxy label {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: var(--muted);
  margin-bottom: 10px;
}

.boxy input,
.boxy select {
  width: 100%;
  height: 52px;
  padding: 0 17px;
  background: #f8f9fa;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  appearance: none;
}

.boxy select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23111316' stroke-width='1.4' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 36px;
}

.boxy {
  margin-bottom: 16px;
}

.btn-wide {
  width: 100%;
  height: 58px;
  padding: 0 14px 0 18px;
  background: var(--blue);
  color: #fff;
  border-radius: var(--r-md);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq-switch {
  display: inline-flex;
  align-items: center;
  height: 58px;
  padding: 5px;
  background: var(--bg);
  border-radius: var(--r-md);
  margin: 8px 0 36px;
}

.faq-switch button {
  height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.14px;
  color: var(--muted);
}

.faq-switch button.is-on {
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 19, 22, 0.06);
  color: var(--text);
}

.faq-layout {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 40px;
  align-items: start;
}

.big7 {
  font-family: var(--mono);
  font-size: 84px;
  line-height: 96px;
  letter-spacing: -4.2px;
}

.big7 + p {
  margin: 8px 0 0;
  max-width: 220px;
  font-size: 15px;
  line-height: 22px;
  color: var(--muted);
}

.tasks {
  border-top: 1px solid var(--line);
}

.task {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
}

.task span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: -0.48px;
  color: var(--muted-3);
}

.task b {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.48px;
  color: var(--muted-2);
}

.tasks.is-service .task b {
  color: var(--text);
}

.faq-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.fc-head {
  padding: 17px 28px 19px 0;
}

.fc-head h3 {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.fc-head p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--muted-2);
}

.fc-head.is-alt {
  background: var(--blue-soft);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding-left: 28px;
}

.fc-head.is-alt p {
  color: var(--muted);
}

.fc-row {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 65px;
  padding: 0 28px;
}

.fc-row span {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted-3);
}

.fc-row b {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--muted-2);
}

.fc-row.is-alt {
  background: var(--blue-soft);
}

.fc-row.is-alt span {
  color: var(--blue);
  font-weight: 500;
}

.fc-row.is-alt b {
  font-weight: 500;
  color: var(--text);
}

.fc-row.is-alt.fc-row--last {
  border-radius: 0 0 var(--r-lg) var(--r-lg);
}

.services-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 8px;
}

.services-track::-webkit-scrollbar {
  display: none;
}

.scard {
  position: relative;
  flex: 0 0 28.7%;
  min-width: 320px;
  height: 484px;
  border-radius: var(--r-lg);
  padding: 36px 28px;
  scroll-snap-align: start;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scard:hover {
  transform: translateY(-4px);
  
}

.scard__link {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.scard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 50% at 100% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 58%);
  pointer-events: none;
}

.scard:nth-child(1) {
  background: var(--blue);
}

.scard:nth-child(2) {
  background: var(--blue-pale);
  color: var(--navy);
}

.scard:nth-child(2)::after {
  display: none;
}

.scard:nth-child(3) {
  background: var(--blue-dark);
}

.scard:nth-child(4) {
  background: var(--blue-soft);
  color: var(--text);
}

.scard:nth-child(4)::after {
  display: none;
}

.scard__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 28px;
  padding: 0 10px;
  border-radius: var(--r-xs);
  background: rgba(255, 255, 255, 0.18);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.88px;
}

.scard:nth-child(2) .scard__n {
  background: rgba(18, 70, 207, 0.1);
  color: var(--navy);
}

.scard:nth-child(4) .scard__n {
  background: var(--blue-pale);
  color: var(--text);
}

.scard h3 {
  position: relative;
  z-index: 1;
  margin: 16px 0 18px;
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.9px;
}

.scard p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.68);
}

.scard:nth-child(2) p {
  color: var(--gray-text);
}

.scard:nth-child(3) p {
  color: rgba(255, 255, 255, 0.66);
}

.scard:nth-child(4) p {
  color: var(--muted);
}

.scard__link {
  position: absolute;
  left: 28px;
  bottom: 36px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 220px;
}

.scard__ico {
  width: 50px;
  height: 50px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  flex: none;
}

.scard:nth-child(2) .scard__ico {
  background: rgba(255, 255, 255, 0.62);
  color: var(--navy);
}

.scard:nth-child(4) .scard__ico {
  background: var(--blue-pale);
  color: var(--text);
}

.scard__link b {
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.14px;
}

.scard__art {
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 38%;
  height: 147px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.ph-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ph {
  min-width: 0;
}

.ph__frame {
  position: relative;
  background: #f8f9fa;
  border-radius: var(--r-sm);
  aspect-ratio: 360 / 509;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
}

.ph__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px dashed #111316;
  opacity: 0.35;
  border-radius: inherit;
  pointer-events: none;
}

.ph--photo .ph__frame {
  background: #eceef0;
}

.ph--photo .ph__frame::after {
  display: none;
}

.ph__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: inherit;
  display: block;
}

.ph__ico {
  width: 28px;
  height: 28px;
  opacity: 0.9;
}

.ph__cap {
  font-family: var(--inter);
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.13px;
  text-align: center;
  max-width: 168px;
}

.ph__meta {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.44px;
  color: var(--muted-2);
}

.ph__name {
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.ph__name b {
  display: block;
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.26px;
}

.ph__name span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: var(--muted);
}

.reviews-track,
.team-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.reviews-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-track .ph {
  flex: 0 0 calc((100% - 72px) / 4);
  scroll-snap-align: start;
}

.footer {
  display: grid;
  grid-template-columns: 33.74% 1fr;
  gap: 14px;
  margin-top: 14px;
  align-items: stretch;
}

.brand-card {
  position: relative;
  min-height: 320px;
  padding: 34px 34px 28px;
  border-radius: var(--r-xl);
  background: linear-gradient(145deg, #0f3fc4 0%, #2568e6 48%, #57a3ff 100%);
  color: #fff;
  overflow: hidden;
}

.brand-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 50% at 100% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.brand-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-card h3 {
  position: relative;
  z-index: 1;
  margin: 84px 0 20px;
  max-width: 280px;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.38px;
}

.brand-card__legal {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 300px;
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.72);
}

.soc {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
}

.soc a {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
}

.foot-links {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 40px 40px 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  min-height: 320px;
}

.foot-links h4 {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--muted-2);
}

.foot-links a,
.foot-links p {
  display: block;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 20px;
}

.foot-links .muted {
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.foot-phone {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.34px;
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 18px 4px 8px;
  margin-top: 8px;
}

.legal p {
  margin: 0;
  max-width: 900px;
  font-size: 13px;
  line-height: 20px;
  color: var(--muted);
}

.legal__r {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
  line-height: 17px;
  color: var(--muted);
  white-space: nowrap;
}

.legal__r span {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted-2);
}

.wordmark {
  margin: 24px 0 8px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(58px, 13.6vw, 260px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: #e7e9eb;
  user-select: none;
}

.menu {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.only-m,
.how-m,
.rate-extra {
  display: none;
}

@media (max-width: 1640px) {
  .header__contacts {
    display: none;
  }

  .nav {
    gap: 14px;
    padding: 0 12px;
  }
}

@media (max-width: 1400px) {
  .nav {
    display: none;
  }

  .header__icon,
  .header__burger {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .header__icon {
    background: var(--bg);
    font-size: 17px;
  }

  .header__burger {
    background: var(--ink);
  }

  .header__burger span {
    display: block;
    width: 17px;
    height: 7px;
    background: transparent;
    position: relative;
  }

  .header__burger span::before,
  .header__burger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 1.5px;
    background: #fff;
    border-radius: 2px;
  }

  .header__burger span::before {
    top: 0;
  }

  .header__burger span::after {
    bottom: 0;
  }

  .header__burger span::before,
  .header__burger span::after {
    transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
  }

  .header__burger.is-open span::before,
  .header__burger.is-open span::after {
    top: 2.75px;
    bottom: auto;
  }

  .header__burger.is-open span::before {
    transform: rotate(45deg);
  }

  .header__burger.is-open span::after {
    transform: rotate(-45deg);
  }

  .header {
    z-index: 80;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: fixed;
    inset: 0;
    z-index: 70;
    padding: 136px 24px 32px;
    background: #fff;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .menu a {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
  }

  .btn-dark {
    display: none;
  }

  .header__right {
    gap: 8px;
  }

  .kep-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
  }

  .kep-head p {
    text-align: left;
  }

  .hero__title {
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -2px;
  }

  .head h2,
  .h2,
  .kep-head h2,
  .calc h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .trust h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .types-grid,
  .faq-layout,
  .faq-compare,
  .docs-layout,
  .incl,
  .calc,
  .kep-grid,
  .price-row,
  .footer {
    grid-template-columns: 1fr;
  }

  .fc-head.is-alt,
  .fc-row.is-alt.fc-row--last {
    border-radius: 0;
  }

  .types .only-m {
    display: block;
  }

  .types .only-d {
    display: none;
  }

  .tplus {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    background: var(--bg);
    border-radius: 6px;
    color: var(--muted);
    font-size: 13px;
  }

  .titem .icon-right {
    display: none;
  }

  .tdetail {
    display: grid;
    grid-template-rows: 0fr;
    min-height: 0;
    margin-top: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    transition: grid-template-rows 0.32s ease, margin-top 0.32s ease;
  }

  .tdetail__clip {
    min-height: 0;
    overflow: hidden;
  }

  .tdetail__body {
    background: var(--blue-soft);
    border-radius: var(--r-lg);
    padding: 24px 20px;
  }

  .tdetail.is-open {
    grid-template-rows: 1fr;
    margin-top: 8px;
  }

  .tdetail h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.8px;
  }

  .tdetail p {
    margin-bottom: 28px;
  }

  .tdetail__bg {
    display: none;
  }

  .search {
    height: auto;
    flex-wrap: wrap;
    padding: 15px;
  }

  .search__field {
    width: 100%;
  }

  .ph-grid,
  .team-track,
  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .scard {
    flex: 0 0 70%;
  }

  .foot-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .hero__copy {
    width: 56%;
    max-width: 580px;
  }

  .hero__pills {
    width: 248px;
  }

  .hero-pill {
    min-height: 64px;
    padding: 12px 14px;
  }

  .hero__stats {
    transform: scale(0.92);
    transform-origin: bottom right;
  }

  .reviews-track .ph {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .shell {
    width: calc(100% - 5.12%);
  }

  .topbar {
    height: auto;
    padding: 9px 0;
    justify-content: center;
  }

  .topbar__note {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
  }

  .topbar__hours {
    display: none;
  }

  .header {
    position: sticky;
    top: 0;
    height: 65px;
    width: 100%;
    max-width: none;
    border-radius: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    padding: 0 16px;
  }

  .page .header.shell {
    width: 100%;
  }

  .logo__mark {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .logo__name {
    font-size: 17px;
    letter-spacing: -0.51px;
  }

  .logo__sub {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  .btn-dark {
    display: none;
  }

  .header__icon,
  .header__burger {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .header__icon {
    background: var(--bg);
    font-size: 17px;
  }

  .header__burger {
    background: var(--ink);
  }

  .header__right {
    gap: 8px;
  }

  .hero {
    height: auto;
    min-height: 770px;
    border-radius: 18px;
    background: var(--blue-soft);
  }

  .hero__video,
  .hero__media {
    display: none;
    animation: none;
  }

  .hero__fade {
    background: none;
  }

  .hero__inner {
    padding: 22px 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .hero__copy {
    width: 100%;
    max-width: none;
  }

  .hero__title {
    font-size: 34px;
    line-height: 35.36px;
    letter-spacing: -1.36px;
  }

  .hero__title span {
    white-space: normal;
  }

  .hero__lead {
    font-size: 16px;
    line-height: 25px;
  }

  .hero__pills {
    position: static;
    display: flex;
    width: 100%;
    margin-top: 0;
  }

  .hero-pill {
    min-height: 56px;
    padding: 13px 16px;
    border-radius: 12px;
  }

  .hero-pill__n {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .hero-pill:nth-child(4),
  .hero-pill:nth-child(5),
  .hero-pill:nth-child(6) {
    display: none;
  }

  .hero__cta,
  .hero__btns {
    position: static;
    max-width: none;
    width: 100%;
    flex-direction: column;
  }

  .hero__stats {
    display: none;
  }

  .btn-blue,
  .btn-white {
    width: 100%;
    justify-content: space-between;
  }

  .btn-white {
    justify-content: center;
    height: 52px;
    font-size: 15px;
  }

  .search {
    border-radius: 18px;
    height: auto;
  }

  .panel,
  .calc,
  .brand-card,
  .foot-links {
    border-radius: 18px;
  }

  .block,
  .kep-head,
  .calc {
    padding: 27px 19px 32px;
  }

  .head,
  .trust .head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .head h2,
  .h2,
  .kep-head h2,
  .calc h2,
  .trust h2 {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.875px;
  }

  .badge {
    height: 28px;
    font-size: 11px;
    letter-spacing: 1.32px;
  }

  .rate {
    width: 100%;
    margin-top: 16px;
  }

  .rate-extra {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 14px;
    background: #f8f9fa;
    border-radius: 6px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 8px;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .stats article {
    min-height: 90px;
    padding: 11px 12px;
  }

  .stats b {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.2px;
  }

  .logos {
    gap: 18px;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .kep-grid {
    border-top: 0;
  }

  .form-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 548.67px;
    min-height: 548.67px;
    margin: 0 0.27%;
    padding: 25px 18px 24px;
    border-top: 1px solid #e6e8ea;
  }

  .form-card.is-alt {
    height: 502.17px;
    min-height: 502.17px;
  }

  .form-card__fields {
    margin-top: auto;
  }

  .form-card__num {
    font-size: 84px;
    line-height: 111px;
    letter-spacing: -5px;
    right: 8px;
    top: -11px;
  }

  .form-card h3 {
    font-size: 21px;
    line-height: 24px;
    max-width: none;
  }

  .form-card .desc {
    margin-bottom: 0;
    max-width: none;
  }

  .form-card .field {
    max-width: none;
    margin-bottom: 18px;
  }

  .form-card .field input,
  .form-card .field select {
    height: 34px;
    border-bottom-color: var(--line);
    font-size: 17px;
  }

  .form-card .checks {
    gap: 10px;
    margin: 18px 0 18px;
  }

  .field input,
  .underline {
    font-size: 17px;
  }

  .btn-blue,
  .btn-line,
  .btn-wide {
    width: 100%;
    justify-content: space-between;
  }

  .kep-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 21px 18px 22px;
  }

  .kep-cta p {
    font-size: 19px;
    line-height: 24px;
  }

  .titem {
    grid-template-columns: 42px 1fr 22px;
    min-height: 55px;
  }

  .titem b {
    font-size: 17px;
    line-height: 21px;
  }

  .tdetail__body {
    padding: 20px 16px;
  }

  .tdetail h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .how-steps {
    display: none;
  }

  .how-m {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .how-m article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
  }

  .how-m__n {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-family: var(--mono);
    font-size: 13px;
    background: var(--blue-pale);
    color: var(--blue-dark);
  }

  .how-m article:first-child .how-m__n,
  .how-m article:last-child .how-m__n {
    background: var(--blue);
    color: #fff;
  }

  .how-m__line {
    width: 1px;
    height: calc(100% - 46px);
    margin: 6px auto 0;
    background: var(--blue-pale);
  }

  .how-m h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }

  .how-m p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 23px;
    color: var(--muted);
  }

  .how-view {
    display: none;
  }

  .docs-num {
    font-size: 64px;
    line-height: 70px;
  }

  .doc-line {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }

  .doc-line p {
    font-size: 18px;
    line-height: 24px;
  }

  .notes {
    grid-template-columns: 1fr;
  }

  .transfer {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-row strong {
    font-size: 38px;
    line-height: 50px;
  }

  .tabs {
    width: 100%;
    height: auto;
    justify-content: space-between;
  }

  .tabs button {
    flex: 1;
    height: 40px;
    font-size: 12px;
    padding: 0 6px;
  }

  .incl,
  .incl-grid,
  .calc-form .grid2 {
    grid-template-columns: 1fr;
  }

  .faq-switch {
    width: 100%;
  }

  .faq-switch button {
    flex: 1;
    font-size: 13px;
    padding: 0 8px;
  }

  .big7 {
    font-size: 52px;
    line-height: 69px;
  }

  .task b {
    font-size: 17px;
    line-height: 21px;
  }

  .scard {
    flex: 0 0 78%;
    height: 385px;
    min-width: 274px;
  }

  .scard h3 {
    font-size: 21px;
    line-height: 24px;
  }

  .scard__art {
    height: 71px;
    bottom: 22px;
    right: 8%;
    width: 26%;
  }

  .head__nav {
    display: none;
  }

  .ph-grid,
  .reviews-track,
  .team-track {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scrollbar-width: none;
  }

  .ph {
    flex: 0 0 180px;
  }

  .reviews-track .ph {
    flex: 0 0 206px;
  }

  .legal,
  .legal__r {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    white-space: normal;
  }

  .wordmark {
    font-size: 58px;
    letter-spacing: -2.9px;
    color: #e0e3e6;
  }

  .mbar {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(8px);
  }

  .mbar__pub {
    flex: 1;
    height: 52px;
    background: var(--blue);
    color: #fff;
    border-radius: 14px;
    font-weight: 800;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .mbar__phone,
  .mbar__tg {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 800;
  }

  .mbar__phone {
    background: var(--bg);
  }

  .mbar__tg {
    background: var(--ink);
    color: #fff;
    font-size: 13px;
  }

  .only-m {
    display: block;
  }

  .only-d {
    display: none;
  }

  .menu {
    padding: 128px 20px 28px;
    gap: 18px;
  }

  .menu a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .how-m,
  .rate-extra {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__media {
    animation: none;
  }

  .tdetail {
    transition: none;
  }

  .menu,
  .header__burger span::before,
  .header__burger span::after {
    transition: none;
  }
}


/* ===== shared lead-capture modal ===== */
.modal-open {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(17, 19, 22, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.modal-overlay[hidden] {
  display: none;
}

.modal-overlay.is-open {
  opacity: 1;
}

.modal-card {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 44px 40px 36px;
  box-shadow: 0 30px 60px rgba(17, 19, 22, 0.32);
  transform: translateY(12px);
  transition: transform 0.2s ease;
}

.modal-overlay.is-open .modal-card {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--bg);
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.modal-close svg {
  width: 16px;
  height: 16px;
}

.modal-title {
  margin: 0 0 24px;
  max-width: 360px;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.52px;
}

.modal-form .boxy:last-of-type {
  margin-bottom: 0;
}

.modal-form .checks {
  margin: 18px 0 24px;
}

.modal-form .btn-wide {
  justify-content: center;
}

.modal-success p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}

.boxy--desktop-only {
  display: block;
}

@media (max-width: 767px) {
  .modal-card {
    padding: 36px 22px 28px;
    border-radius: var(--r-md);
  }

  .modal-title {
    font-size: 22px;
    line-height: 28px;
    max-width: none;
  }

  .boxy--desktop-only {
    display: none;
  }
}

/* ===== cookie consent banner ===== */
.cookie-bar {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 998;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 24px 48px rgba(17, 19, 22, 0.18);
}

.cookie-bar[hidden] {
  display: none;
}

.cookie-bar p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: var(--muted);
}

.cookie-bar a {
  color: var(--blue);
}

.cookie-bar__ok {
  flex: none;
  height: 46px;
  padding: 0 28px;
  background: var(--blue);
  color: #fff;
  border: 0;
  border-radius: var(--r-sm);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cookie-bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
  }

  .cookie-bar__ok {
    width: 100%;
  }
}

/* ===== static legal / document pages ===== */
.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 24px 100px;
}

.legal-page__crumbs {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 18px;
}

.legal-page__crumbs a {
  color: var(--muted-2);
}

.legal-page__crumbs a:hover {
  color: var(--blue);
}

.legal-page h1 {
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.8px;
  margin: 0 0 8px;
}

.legal-page__updated {
  font-size: 13px;
  color: var(--muted-2);
  margin: 0 0 40px;
}

.legal-page h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  margin: 40px 0 14px;
}

.legal-page p {
  font-size: 15px;
  line-height: 25px;
  color: var(--muted);
  margin: 0 0 16px;
}

.legal-page ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.legal-page li {
  font-size: 15px;
  line-height: 25px;
  color: var(--muted);
  margin-bottom: 8px;
}

.legal-page strong {
  color: var(--text);
}

.legal-page a {
  color: var(--blue);
}

@media (max-width: 767px) {
  .legal-page {
    padding: 40px 16px 70px;
  }

  .legal-page h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

.fp-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.modal-lead {
  margin: -8px 0 22px;
  font-size: 15px;
  line-height: 22px;
  color: var(--muted);
}

.admin-bar .header {
  top: 40px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 0;
  }
}
