:root {
  --color-black: #111823;
  --color-black-dark: #0d1218;
  --color-white: #ffffff;
  --color-page: #f4f7f5;
  --color-surface: #ffffff;
  --color-surface-muted: #eef4f0;
  --color-surface-strong: #e4ece7;
  --color-border: rgba(17, 24, 35, 0.12);
  --color-border-strong: rgba(17, 24, 35, 0.2);
  --color-text-muted: #667085;
  --color-primary: #21b685;
  --color-primary-hover: #178f67;
  --color-primary-text: #147a57;
  --color-primary-soft: #e8f7f1;
  --color-telegram: #229ed9;
  --color-telegram-hover: #1587bd;
  --color-telegram-text: #0b6f9b;
  --color-telegram-soft: #e9f6fc;
  --font-main: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
  --container-width: 1120px;
  --container-padding: 24px;
}
/* Montserrat is served locally and split by unicode subset. `optional` avoids
   late font swaps, which prevents first-load text jumps on slower connections. */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: optional;
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi-2c82b901.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: optional;
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi-1e82e2bf.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: optional;
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw-49e242af.woff2") 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;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-synthesis-weight: auto;
  text-size-adjust: 100%;
  color: var(--color-black-dark);
  background-color: var(--color-page);
}
body.menu-open {
  overflow: hidden;
}
.section {
  width: 100%;
}
.section--white {
  background-color: rgba(255, 255, 255, 0.86);
}
.section--gray {
  background-color: var(--color-page);
}
.section--black {
  color: var(--color-white);
  background-color: var(--color-black-dark);
}
.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
body.legal-body {
  background-color: var(--color-page);
}
.legal-page {
  background-color: var(--color-page);
}
.legal-hero {
  padding: 56px 0 28px;
  background-color: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}
.legal-hero__inner,
.legal-content {
  max-width: 900px;
}
.legal-home {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 24px;
  color: var(--color-primary-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.legal-home:hover,
.legal-home:focus-visible {
  color: var(--color-primary-text);
}
.legal-title {
  margin: 0;
  color: var(--color-black-dark);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}
.legal-updated {
  margin: 18px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  font-weight: 700;
}
.legal-content {
  padding: 44px var(--container-padding) 96px;
}
.legal-content h2 {
  margin: 40px 0 14px;
  color: var(--color-black-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content p,
.legal-content li {
  color: #263241;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.legal-content p {
  margin: 0 0 18px;
}
.legal-content ul {
  margin: 0 0 24px;
  padding-left: 24px;
}
.legal-content li + li {
  margin-top: 8px;
}
.legal-content strong {
  color: var(--color-black-dark);
  font-weight: 800;
}
.legal-content a {
  color: var(--color-primary-text);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.products,
.amount-details,
.amount-flow,
.amount-fit,
.faq,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--color-border);
}
.header__container {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
}
.header__logo-img {
  display: block;
  width: 136px;
  height: auto;
}
.header__nav {
  display: none;
  align-items: center;
  justify-self: center;
  gap: 4px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}
.header__nav-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--color-text-muted);
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.header__nav-link:hover,
.header__nav-link:focus-visible {
  color: var(--color-black);
  background-color: var(--color-surface-muted);
}
.header__lang {
  display: none;
  align-items: center;
  justify-self: end;
  gap: 4px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}
.header__lang-link {
  min-width: 40px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.header__lang-link--active {
  color: var(--color-black);
  background-color: var(--color-white);
  box-shadow: 0 8px 20px rgba(17, 24, 35, 0.08);
}
.header__burger {
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  gap: 6px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}
.header__burger-line {
  width: 24px;
  height: 2px;
  display: block;
  background-color: var(--color-black);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.header__burger--active .header__burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__burger--active .header__burger-line:nth-child(2) {
  opacity: 0;
}
.header__burger--active .header__burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 29;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 18px 40px rgba(17, 24, 35, 0.08);
  transform: translateY(-120%);
  visibility: hidden;
  transition:
    transform 0.3s ease,
    visibility 0.3s ease;
}
.mobile-menu--open {
  transform: translateY(0);
  visibility: visible;
}
.mobile-menu__container {
  padding-top: 18px;
  padding-bottom: 24px;
}
.mobile-menu__nav {
  display: grid;
  gap: 8px;
}
.mobile-menu__link {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: var(--color-black);
  border-radius: 8px;
  padding: 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.mobile-menu__link:hover,
.mobile-menu__link:focus-visible {
  background-color: var(--color-surface-muted);
}
.mobile-menu__lang {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.mobile-menu__lang-link {
  min-width: 44px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.mobile-menu__lang-link--active {
  color: var(--color-black);
  background-color: var(--color-white);
}
.hero {
  scroll-margin-top: 76px;
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
}
.hero__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 440px);
  align-items: center;
  gap: 72px;
  padding-top: 84px;
  padding-bottom: 92px;
}
.hero__content {
  width: 100%;
  min-width: 0;
  max-width: 600px;
}
.hero__title {
  max-width: 620px;
  margin: 0;
  color: var(--color-black);
  font-size: 64px;
  line-height: 1.04;
  font-weight: 800;
}
.hero__subtitle {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--color-black);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
}
.hero__description {
  max-width: 500px;
  margin: 22px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.hero__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 13px 24px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.hero__button:hover,
.hero__button:focus-visible {
  transform: translateY(-2px);
}
.hero__button--primary {
  color: var(--color-black-dark);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  box-shadow: 0 14px 28px rgba(33, 182, 133, 0.24);
}
.hero__button--primary:hover,
.hero__button--primary:focus-visible {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.hero__button--secondary {
  color: var(--color-black);
  background-color: rgba(255, 255, 255, 0.76);
}
.hero__button--secondary:hover,
.hero__button--secondary:focus-visible {
  background-color: var(--color-white);
  border-color: var(--color-border-strong);
}
.hero-channel {
  max-width: 500px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 14px;
  color: var(--color-black);
  background-color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(34, 158, 217, 0.22);
  border-radius: 8px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.hero-channel:hover,
.hero-channel:focus-visible {
  background-color: var(--color-white);
  border-color: rgba(34, 158, 217, 0.42);
  transform: translateY(-1px);
}
.hero-channel__badge {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 10px;
  color: var(--color-telegram-text);
  background-color: var(--color-telegram-soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.hero-channel__content {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.hero-channel__title {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
.hero-channel__text {
  color: #45606e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
#op-loan-calculator {
  --op-black: var(--color-black);
  --op-white: var(--color-white);
  --op-surface: rgba(255, 255, 255, 0.92);
  --op-gray-2: #dce6e0;
  --op-gray-3: var(--color-text-muted);
  --op-green: var(--color-primary);
  --op-green-light: #e6f7f0;
  --op-green-soft: #eff8f4;
  --op-shadow: 0 28px 70px rgba(17, 24, 35, 0.12);
  --op-radius: 8px;
  --op-radius-md: 8px;
  --op-radius-sm: 8px;
  width: 100%;
  min-width: 0;
  max-width: 480px;
  justify-self: end;
  scroll-margin-top: 104px;
  color: var(--op-black);
  font-family: inherit;
}
#op-loan-calculator * {
  box-sizing: border-box;
}
#op-loan-calculator [hidden] {
  display: none !important;
}
.op-calc__card {
  width: 100%;
  margin: 0;
  padding: 22px;
  background: var(--op-surface);
  border: 1px solid rgba(17, 24, 35, 0.12);
  border-radius: var(--op-radius);
  box-shadow: var(--op-shadow);
}
.op-calc__header {
  margin-bottom: 18px;
}
.op-calc__title {
  margin: 0;
  color: var(--op-black);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
}
.op-calc__intro {
  margin: 8px 0 0;
  color: var(--op-gray-3);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.op-calc__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  margin-bottom: 16px;
  background: var(--color-surface-muted);
  border: 1px solid rgba(17, 24, 35, 0.08);
  border-radius: 8px;
}
.op-calc__tab {
  min-height: 42px;
  padding: 9px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--op-gray-3);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}
.op-calc__tab.is-active {
  background: var(--op-white);
  color: var(--op-black);
  box-shadow: 0 8px 20px rgba(17, 24, 35, 0.08);
}
.op-calc__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.op-calc__controls {
  display: grid;
  gap: 12px;
}
.op-field {
  padding: 16px;
  background: #f7faf8;
  border: 1px solid rgba(17, 24, 35, 0.08);
  border-radius: var(--op-radius-md);
}
.op-field__top,
.op-field__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.op-field__top {
  margin-bottom: 12px;
}
.op-field__bottom {
  margin-top: 10px;
  color: var(--op-gray-3);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.op-field__label {
  color: #5f6b76;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.op-field__value {
  color: var(--op-black);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.op-range {
  width: 100%;
  height: 6px;
  margin: 0;
  appearance: none;
  border: 0;
  outline: none;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    var(--op-green) 0%,
    var(--op-green) var(--value, 0%),
    #d7ded9 var(--value, 0%),
    #d7ded9 100%
  );
}
.op-range::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  appearance: none;
  border: 5px solid var(--op-green);
  border-radius: 50%;
  background: var(--op-white);
  box-shadow: 0 8px 18px rgba(33, 182, 133, 0.28);
  cursor: pointer;
}
.op-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 5px solid var(--op-green);
  border-radius: 50%;
  background: var(--op-white);
  box-shadow: 0 8px 18px rgba(33, 182, 133, 0.28);
  cursor: pointer;
}
.op-result {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.op-payment-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.op-monthly-payment {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  min-width: 0;
  padding: 18px 16px;
  background: var(--op-green-soft);
  border: 1px solid rgba(33, 182, 133, 0.24);
  border-radius: var(--op-radius-md);
  text-align: center;
}
.op-monthly-payment__label {
  color: #46675c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.op-monthly-payment__value {
  color: var(--op-black);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.op-loan-summary {
  display: grid;
  margin: 0;
  padding: 8px 16px;
  background: var(--op-white);
  border: 1px solid rgba(17, 24, 35, 0.1);
  border-radius: var(--op-radius-md);
}
.op-loan-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(17, 24, 35, 0.1);
}
.op-loan-summary__row:last-child {
  border-bottom: 0;
}
.op-loan-summary__row dt,
.op-loan-summary__row dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}
.op-loan-summary__row dt {
  color: #5f6b76;
  font-weight: 650;
}
.op-loan-summary__row dd {
  flex: 0 0 auto;
  color: var(--op-black);
  font-weight: 850;
  text-align: right;
  white-space: nowrap;
}
.op-calc__cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: var(--op-white);
  background: var(--op-black);
  border: 1px solid var(--op-black);
  border-radius: 7px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.op-calc__cta:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  transform: translateY(-1px);
}
.op-calc__cta:focus-visible {
  outline: 3px solid rgba(33, 182, 133, 0.28);
  outline-offset: 2px;
}
.op-saving-box {
  display: grid;
  gap: 7px;
  padding: 16px;
  background: linear-gradient(180deg, #effbf6 0%, #e4f7ef 100%);
  border: 1px solid rgba(33, 182, 133, 0.26);
  border-radius: var(--op-radius-md);
}
.op-saving-box__eyebrow {
  color: var(--color-primary-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.op-saving-box__title {
  margin: 0;
  color: var(--op-black);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}
.op-saving-box__text {
  margin: 0;
  color: #46675c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.op-payment-schedule {
  display: grid;
  gap: 6px;
  padding: 8px;
  background: var(--op-green-soft);
  border: 1px solid rgba(33, 182, 133, 0.24);
  border-radius: var(--op-radius-md);
}
.op-payment-schedule__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 35, 0.08);
  border-radius: 8px;
}
.op-payment-schedule__row.is-first {
  background: #ffffff;
  border-color: rgba(33, 182, 133, 0.34);
  box-shadow: 0 10px 22px rgba(33, 182, 133, 0.1);
}
.op-payment-schedule__month {
  display: grid;
  gap: 1px;
  color: var(--op-black);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}
.op-payment-schedule__month small {
  color: var(--op-gray-3);
  font-size: 10px;
  font-weight: 700;
}
.op-payment-schedule__amount {
  flex: 0 0 auto;
  color: var(--op-black);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.products {
  scroll-margin-top: 76px;
  border-bottom: 1px solid var(--color-border);
}
.products__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 72px;
  padding-bottom: 80px;
}
.product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background-color: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(17, 24, 35, 0.06);
}
.product-card--accent {
  background-color: rgba(255, 255, 255, 0.94);
}
.product-card__header {
  display: grid;
  gap: 10px;
}
.product-card__eyebrow {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.product-card__title {
  margin: 0;
  color: var(--color-black);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}
.product-card__amount {
  margin: 0;
  color: var(--color-black);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}
.product-card__terms {
  display: grid;
  gap: 16px;
  margin: 36px 0 0;
  padding: 20px;
  background-color: #f7faf8;
  border: 1px solid rgba(17, 24, 35, 0.08);
  border-radius: 8px;
}
.product-card--accent .product-card__terms {
  background-color: #f4f5c7;
  border-color: rgba(33, 182, 133, 0.12);
}
.product-card__term {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}
.product-card__term dt,
.product-card__term dd {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}
.product-card__term dt {
  color: var(--color-text-muted);
  font-weight: 500;
}
.product-card__term dd {
  color: #5f6b76;
  font-weight: 800;
  text-align: right;
}
.product-card__description {
  margin: 28px 0 0;
  color: var(--color-black-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
.faq {
  scroll-margin-top: 76px;
  border-bottom: 1px solid var(--color-border);
}
.faq__container {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 48px;
  padding-top: 72px;
  padding-bottom: 84px;
}
.faq__header {
  align-self: start;
  position: sticky;
  top: 104px;
}
.faq__eyebrow {
  display: block;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.faq__title {
  max-width: 320px;
  margin: 14px 0 0;
  color: var(--color-black);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.12;
}
.faq__list {
  display: grid;
  gap: 10px;
}
.faq__item {
  background-color: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(17, 24, 35, 0.04);
}
.faq__item[open] {
  background-color: rgba(255, 255, 255, 0.94);
  border-color: rgba(33, 182, 133, 0.28);
}
.faq__question {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-text);
  background-color: var(--color-primary-soft);
  border-radius: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.faq__item[open] .faq__question::after {
  content: "-";
}
.faq__answer {
  padding: 0 20px 22px;
  color: var(--color-text-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.faq__answer p {
  margin: 0;
}
.faq__answer p + p,
.faq__answer p + ul {
  margin-top: 14px;
}
.faq__answer ul {
  margin: 0;
  padding-left: 20px;
}
.faq__answer li + li {
  margin-top: 8px;
}
.faq__answer a {
  color: var(--color-primary-text);
  font-weight: 800;
  text-decoration: none;
}
.faq__answer a:hover,
.faq__answer a:focus-visible {
  text-decoration: underline;
}
.footer__container {
  display: grid;
  gap: 30px;
  padding-top: 48px;
  padding-bottom: 30px;
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
}
.footer__legal,
.footer__contacts {
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.footer__eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.footer__title {
  margin: 12px 0 0;
  color: var(--color-white);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}
.footer__description {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}
.footer__contacts {
  display: grid;
  gap: 14px;
  font-style: normal;
}
.footer__contact {
  display: grid;
  gap: 5px;
}
.footer__contact-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.footer__contact-value {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}
a.footer__contact-value:hover,
a.footer__contact-value:focus-visible {
  color: var(--color-primary);
}
.footer__navs {
  display: grid;
  gap: 18px;
}
.footer__docs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__docs a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: var(--color-black-dark);
  background-color: var(--color-primary);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}
.footer__docs a:hover,
.footer__docs a:focus-visible {
  background-color: var(--color-white);
  transform: translateY(-1px);
}
.footer__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer__topics a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}
.footer__topics a:hover,
.footer__topics a:focus-visible {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
}
.footer__bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.amount-hero__eyebrow,
.amount-section-heading__eyebrow {
  display: block;
  color: var(--color-primary-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.amount-hero__eyebrow {
  margin-bottom: 16px;
}
.amount-hero__notes {
  max-width: 520px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.amount-hero__notes span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(33, 182, 133, 0.2);
  border-radius: 8px;
  padding: 8px 11px;
  color: #31574a;
  background-color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.loan-advantage-hero__container {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 48px;
}
.loan-advantage-visual {
  justify-self: end;
  align-self: center;
  width: min(100%, 430px);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background-color: var(--color-surface);
  border: 1px solid rgba(17, 24, 35, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(17, 24, 35, 0.12);
}
.loan-advantage-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.amount-details,
.amount-flow,
.amount-fit {
  border-bottom: 1px solid var(--color-border);
}
.amount-details__container,
.amount-flow__container,
.amount-fit__container {
  padding-top: 72px;
  padding-bottom: 80px;
}
.amount-section-heading {
  max-width: 760px;
}
.amount-section-heading__title {
  margin: 14px 0 0;
  color: var(--color-black);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
}
.amount-section-heading__text {
  margin: 18px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}
.amount-section-heading__text a,
.product-card__description a {
  color: var(--color-primary-text);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.amount-section-heading__text a:hover,
.amount-section-heading__text a:focus-visible,
.product-card__description a:hover,
.product-card__description a:focus-visible {
  color: var(--color-primary-hover);
}
.amount-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.amount-card,
.amount-step {
  min-height: 100%;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 35, 0.05);
}
.amount-card__label {
  display: block;
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.amount-card__title,
.amount-step__title {
  margin: 12px 0 0;
  color: var(--color-black);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}
.amount-card__text,
.amount-step__text {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}
.amount-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.amount-step__number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black-dark);
  background-color: var(--color-primary);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.banksiz-example-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}
.banksiz-example-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border);
}
.banksiz-example-list dt,
.banksiz-example-list dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}
.banksiz-example-list dt {
  color: var(--color-text-muted);
  font-weight: 700;
}
.banksiz-example-list dd {
  color: var(--color-black);
  font-weight: 800;
  text-align: right;
}
.banksiz-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.banksiz-fit-card {
  min-height: 100%;
  padding: 24px;
  color: var(--color-black);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(33, 182, 133, 0.24);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 35, 0.05);
}
.banksiz-fit-card--muted {
  border-color: var(--color-border);
  background-color: #f7faf8;
}
.banksiz-fit-card h3 {
  margin: 0;
  color: var(--color-black);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}
.banksiz-fit-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--color-text-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
.banksiz-compare {
  display: grid;
  gap: 8px;
  margin-top: 34px;
}
.banksiz-compare__row {
  display: grid;
  grid-template-columns: minmax(120px, 0.62fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  color: var(--color-text-muted);
  background-color: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}
.banksiz-compare__row span:first-child {
  color: var(--color-black);
  font-weight: 800;
}
.banksiz-compare__row--head {
  color: var(--color-white);
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.banksiz-compare__row--head span,
.banksiz-compare__row--head span:first-child {
  color: var(--color-white);
}
.loan-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.loan-option {
  min-width: 0;
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 35, 0.06);
}
.loan-option--daily {
  background-color: #fff8f6;
  border-color: rgba(204, 57, 45, 0.28);
}
.loan-option--monthly {
  background-color: #f7fbf9;
  border-color: rgba(33, 182, 133, 0.24);
}
.loan-option--best {
  background-color: var(--color-primary-soft);
  border-color: rgba(33, 182, 133, 0.46);
}
.loan-option__tag {
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  padding: 7px 10px;
  color: #31574a;
  background-color: rgba(33, 182, 133, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.loan-option--daily .loan-option__tag {
  color: #944338;
  background-color: rgba(204, 57, 45, 0.12);
}
.loan-option h3 {
  margin: 0;
  color: var(--color-black);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
}
.loan-option__numbers {
  display: grid;
  gap: 0;
  margin: 0;
}
.loan-option__numbers div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(17, 24, 35, 0.1);
}
.loan-option__numbers div:last-child {
  border-bottom: 0;
}
.loan-option__numbers dt,
.loan-option__numbers dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}
.loan-option__numbers dt {
  color: var(--color-text-muted);
  font-weight: 700;
}
.loan-option__numbers dd {
  color: var(--color-black);
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}
.loan-option__loss {
  margin-top: 4px;
  padding-top: 14px !important;
  border-top: 2px solid rgba(17, 24, 35, 0.14);
}
.loan-option__loss dd {
  color: #bf3126;
  font-size: 22px;
}
.loan-option--monthly .loan-option__loss dd {
  color: var(--color-primary-text);
}
.loan-insight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 16px;
  padding: 20px 22px;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(17, 24, 35, 0.12);
}
.loan-insight strong {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}
.loan-insight span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}
.loan-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.loan-breakdown-card {
  min-width: 0;
  min-height: 100%;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 35, 0.05);
}
.loan-breakdown-card--green {
  background-color: var(--color-primary-soft);
  border-color: rgba(33, 182, 133, 0.34);
}
.loan-breakdown-card span {
  display: block;
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.loan-breakdown-card h3 {
  margin: 14px 0 0;
  color: var(--color-black);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.16;
}
.loan-breakdown-card p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}
.loan-life-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.loan-life-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 24, 35, 0.12);
  border-radius: 8px;
  padding: 8px 11px;
  color: #394a43;
  background-color: #f7faf8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.loan-calculator-section__container #op-loan-calculator {
  justify-self: stretch;
}
.amount-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 24px;
  background-color: var(--color-black);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(17, 24, 35, 0.12);
}
.amount-cta__title {
  margin: 0;
  color: var(--color-white);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.16;
}
.amount-cta__text {
  max-width: 660px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}
.amount-fit__container {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.amount-fit__content {
  position: sticky;
  top: 104px;
}
.amount-checklist {
  display: grid;
  gap: 12px;
}
.amount-checklist__item {
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}
.amount-checklist__item strong {
  color: var(--color-black);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.amount-checklist__item span {
  color: var(--color-text-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
@media (min-width: 992px) {
  .header__container {
    grid-template-columns: minmax(136px, 1fr) auto minmax(136px, 1fr);
  }
  .header__nav {
    display: flex;
  }
  .header__lang {
    display: flex;
  }
  .header__burger {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }
  .hero__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .hero__content {
    max-width: 680px;
  }
  .hero__title {
    max-width: 620px;
    font-size: 52px;
  }
  .hero__subtitle {
    max-width: 620px;
    font-size: 22px;
  }
  .loan-advantage-hero__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .loan-advantage-visual {
    justify-self: center;
    width: min(100%, 460px);
  }
  #op-loan-calculator {
    max-width: 560px;
    justify-self: stretch;
  }
  .products__container {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .faq__container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .faq__header {
    position: static;
  }
  .faq__title {
    max-width: 620px;
  }
  .amount-details__container,
  .amount-flow__container,
  .amount-fit__container {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .amount-card-grid,
  .amount-step-list,
  .banksiz-fit-grid,
  .banksiz-compare__row,
  .loan-snapshot-grid,
  .loan-breakdown-grid,
  .loan-insight,
  .amount-fit__container,
  .amount-cta {
    grid-template-columns: 1fr;
  }
  .amount-fit__content {
    position: static;
  }
  .amount-cta {
    align-items: start;
  }
}
@media (max-width: 640px) {
  :root {
    --container-padding: 18px;
  }
  body {
    padding-bottom: 0;
  }
  .header__container {
    min-height: 68px;
  }
  .header__logo-img {
    width: 124px;
  }
  .mobile-menu {
    top: 68px;
  }
  .hero__container {
    gap: 32px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .loan-advantage-hero__container {
    gap: 24px;
  }
  .loan-advantage-visual {
    width: min(100%, 360px);
    box-shadow: 0 18px 42px rgba(17, 24, 35, 0.12);
  }
  .hero__title {
    font-size: 36px;
    line-height: 1.12;
  }
  .hero__subtitle {
    margin-top: 18px;
    font-size: 19px;
    line-height: 1.45;
  }
  .hero__description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }
  .hero__actions {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .hero__button--telegram {
    display: none;
  }
  .hero__button {
    width: 100%;
    min-height: 52px;
    padding: 8px 12px;
    font-size: 14px;
  }
  .hero-channel {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
  }
  .hero-channel__badge {
    width: fit-content;
  }
  #op-loan-calculator {
    max-width: none;
    scroll-margin-top: 84px;
  }
  .op-calc__card {
    padding: 16px;
  }
  .op-calc__title {
    font-size: 24px;
  }
  .op-calc__tabs {
    gap: 4px;
  }
  .op-calc__tab {
    min-height: 40px;
    padding: 8px 6px;
    font-size: 13px;
  }
  .op-field {
    padding: 14px;
  }

  .products__container {
    gap: 14px;
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .product-card {
    padding: 18px;
  }
  .product-card__header {
    gap: 8px;
  }
  .product-card__eyebrow {
    font-size: 12px;
  }
  .product-card__title {
    font-size: 24px;
  }
  .product-card__amount {
    font-size: 32px;
  }
  .product-card__terms {
    gap: 14px;
    margin-top: 24px;
    padding: 16px;
  }
  .product-card__term dt,
  .product-card__term dd {
    font-size: 15px;
  }
  .product-card__description {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }
  .faq__container {
    gap: 22px;
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .faq__eyebrow {
    font-size: 12px;
  }
  .faq__title {
    margin-top: 10px;
    font-size: 28px;
  }
  .faq__list {
    gap: 8px;
  }
  .faq__question {
    min-height: 60px;
    padding: 15px 16px;
    font-size: 16px;
  }
  .faq__answer {
    padding: 0 16px 18px;
    font-size: 15px;
    line-height: 1.65;
  }
  .footer__container {
    gap: 24px;
    padding-top: 38px;
    padding-bottom: 96px;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer__legal,
  .footer__contacts {
    padding: 18px;
  }
  .footer__title {
    font-size: 24px;
  }
  .footer__description,
  .footer__contact-value {
    font-size: 14px;
  }
  .footer__docs a {
    min-height: 40px;
    font-size: 13px;
  }
  .footer__topics {
    gap: 7px;
  }
  .amount-hero__eyebrow,
  .amount-section-heading__eyebrow {
    font-size: 12px;
  }
  .amount-hero__notes {
    gap: 7px;
    margin-top: 16px;
  }
  .amount-hero__notes span {
    min-height: 32px;
    font-size: 12px;
  }
  .banksiz-fit-grid {
    grid-template-columns: 1fr;
  }
  .amount-details__container,
  .amount-flow__container,
  .amount-fit__container {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .amount-section-heading__title {
    font-size: 28px;
  }
  .amount-section-heading__text {
    font-size: 15px;
    line-height: 1.65;
  }
  .amount-card-grid,
  .amount-step-list {
    gap: 12px;
    margin-top: 24px;
  }
  .loan-snapshot-grid,
  .loan-breakdown-grid {
    gap: 12px;
    margin-top: 24px;
  }
  .amount-card,
  .amount-step,
  .banksiz-fit-card,
  .amount-cta {
    padding: 18px;
  }
  .loan-option,
  .loan-breakdown-card {
    padding: 18px;
  }
  .loan-option h3,
  .loan-breakdown-card h3 {
    font-size: 23px;
  }
  .loan-option__loss dd {
    font-size: 20px;
  }
  .loan-insight {
    gap: 7px;
    padding: 18px;
  }
  .amount-card__title,
  .amount-step__title {
    font-size: 21px;
  }
  .amount-cta__title {
    font-size: 22px;
  }
  .amount-checklist__item {
    padding: 16px;
  }
}
@media (max-width: 380px) {
  .hero__title {
    font-size: 32px;
  }
  .loan-advantage-visual {
    width: min(100%, 320px);
    box-shadow: 0 14px 30px rgba(17, 24, 35, 0.12);
  }
  .op-calc__card {
    padding: 14px;
  }
  .op-calc__tab {
    font-size: 12px;
  }

  .product-card {
    padding: 16px;
  }
  .product-card__amount {
    font-size: 29px;
  }
  .product-card__term {
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media (min-width: 641px) {
  .hero__button--telegram {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hero__actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    grid-template-columns: 0.84fr 1fr 1fr;
    gap: 6px;
    margin: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 -10px 28px rgba(17, 24, 35, 0.13);
  }
  .hero__button--telegram {
    display: inline-flex;
    color: var(--color-telegram-text);
    background-color: var(--color-telegram-soft);
    border-color: rgba(34, 158, 217, 0.28);
    box-shadow: none;
  }
  .hero-channel {
    display: none;
  }
  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
  body.legal-body {
    padding-bottom: 0;
  }
  .legal-hero {
    padding: 36px 0 22px;
  }
  .legal-home {
    margin-bottom: 18px;
  }
  .legal-title {
    font-size: 32px;
    line-height: 1.18;
  }
  .legal-updated {
    font-size: 14px;
  }
  .legal-content {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .legal-content h2 {
    margin-top: 32px;
    font-size: 21px;
  }
  .legal-content p,
  .legal-content li {
    font-size: 15px;
    line-height: 1.7;
  }
  .hero__content > #op-loan-calculator {
    margin: 20px 0 0;
  }
  .hero__container {
    padding-top: 12px;
  }
  .hero__button {
    min-height: 46px;
    padding: 7px 8px;
    font-size: 12px;
  }
  .op-calc__card {
    padding: 10px;
  }
  .op-calc__header {
    margin-bottom: 8px;
  }
  .op-calc__title {
    font-size: 20px;
  }
  .op-calc__intro {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
  }
  .op-calc__body,
  .op-result {
    gap: 6px;
  }
  .op-calc__controls {
    gap: 6px;
  }
  .op-field {
    padding: 9px;
  }
  .op-field__top {
    margin-bottom: 6px;
  }
  .op-field__bottom {
    margin-top: 6px;
    font-size: 10px;
  }
  .op-field__label {
    font-size: 11px;
  }
  .op-field__value {
    font-size: 14px;
  }
  .op-range {
    height: 4px;
  }
  .op-range::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }
  .op-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }
  .op-payment-metrics {
    gap: 6px;
  }
  .op-monthly-payment {
    min-height: 68px;
    gap: 4px;
    padding: 8px 4px;
  }
  .op-monthly-payment__label {
    min-height: 24px;
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 1.2;
  }
  .op-monthly-payment__value {
    font-size: 20px;
  }
  .op-loan-summary {
    padding: 2px 9px;
  }
  .op-loan-summary__row {
    min-height: 28px;
    padding: 4px 0;
  }
  .op-loan-summary__row dt,
  .op-loan-summary__row dd {
    font-size: 11px;
  }
  .op-calc__cta {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 13px;
  }
}


.products__container > .product-card:only-child {
  width: min(100%, 720px);
  grid-column: 1 / -1;
  justify-self: center;
}
