/* ===== base (styles.css) scoped under .leasing-lp ===== */
:root {
  --ink: #202735;
  --night: #181f2c;
  --night-2: #111722;
  --orange: #f27a00;
  --orange-soft: #eba655;
  --green: #498731;
  --green-hover: #3c7127;
  --paper: #fff;
  --mist: #f7f7f8;
  --line: #e0e2e5;
  --muted: #6d7480;
  --font: "Montserrat", Arial, sans-serif;
}
.leasing-lp, .leasing-lp * { box-sizing: border-box; }
.leasing-lp { scroll-behavior: smooth; }
.leasing-lp {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 500 12px/1.45 var(--font);
  -webkit-font-smoothing: antialiased;
}
.leasing-lp a { color: inherit; text-decoration: none; }
.leasing-lp button { font: inherit; }
.leasing-lp .shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: clamp(32px, 5.2vw, 80px);
}
.leasing-lp .site-header { color: #fff; }
.leasing-lp .header-main {
  height: 100px;
  display: grid;
  grid-template-columns: 520px 130px 1fr 210px;
  align-items: center;
  gap: 24px;
}
.leasing-lp .site-header::before {
  content: "";
  height: 100px;
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  background: #202736;
}
.leasing-lp .brand { display: flex; align-items: center; gap: 20px; min-width: 0; }
.leasing-lp .brand img { width: 126px; height: 64px; object-fit: contain; }
.leasing-lp .brand span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}
.leasing-lp .brand strong { color: #ffb457; }
.leasing-lp .header-tools { display: flex; align-items: center; gap: 24px; }
.leasing-lp .icon-button {
  width: 28px; height: 36px; padding: 0;
  border: 0; background: transparent; cursor: pointer; position: relative;
}
.leasing-lp .search-button::before {
  content: ""; position: absolute; width: 18px; height: 18px; border: 5px solid var(--orange-soft);
  border-radius: 50%; left: 0; top: 2px;
}
.leasing-lp .search-button::after {
  content: ""; position: absolute; width: 16px; height: 5px; border-radius: 9px;
  background: var(--orange-soft); transform: rotate(48deg); right: -3px; bottom: 5px;
}
.leasing-lp .location-button::before {
  content: ""; position: absolute; width: 24px; height: 31px; left: 2px; top: 0;
  background: var(--orange-soft);
  clip-path: polygon(50% 100%, 9% 46%, 8% 33%, 15% 16%, 30% 4%, 50% 0, 70% 4%, 85% 16%, 92% 33%, 91% 46%);
}
.leasing-lp .location-button::after {
  content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #202736; left: 10px; top: 9px;
}
.leasing-lp .contact { display: flex; justify-content: center; align-items: center; gap: 14px; text-align: center; }
.leasing-lp .contact-icon {
  display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%;
  color: #fff; background: var(--orange-soft); font-size: 25px; transform: rotate(-24deg);
}
.leasing-lp .contact a { display: block; font-size: 21px; font-weight: 800; line-height: 1.05; }
.leasing-lp .contact .contact-mail { color: #cbd0d8; font-size: 15px; font-weight: 400; }
.leasing-lp .contact small { color: #cbd0d8; font-size: 12px; }
.leasing-lp .pill {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 0 28px; border: 0; border-radius: 999px;
  color: #fff; background: var(--green); text-transform: uppercase;
  font-size: 10px; font-weight: 800; white-space: nowrap; transition: .18s ease;
}
.leasing-lp .pill:hover { background: var(--green-hover); transform: translateY(-1px); }
.leasing-lp .pill--header { min-height: 42px; font-size: 13px; }
.leasing-lp .menu-button { display: none; }
.leasing-lp .main-nav { background: var(--night-2); }
.leasing-lp .nav-row {
  height: 60px; display: flex; align-items: center; justify-content: space-between;
  gap: 28px; font-size: 15px; font-weight: 700;
}
.leasing-lp .nav-row a { white-space: nowrap; transition: color .15s; }
.leasing-lp .nav-row a:hover { color: var(--orange-soft); }
.leasing-lp .nav-row i {
  display: inline-block; width: 7px; height: 7px; margin: 0 0 3px 6px;
  border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg);
}
.leasing-lp .breadcrumbs {
  height: 25px; display: flex; align-items: center; gap: 12px;
  color: #66707c; font-size: 8px;
}
.leasing-lp .hero { min-height: 192px; position: relative; overflow: hidden; border-bottom: 1px solid #d6d8db; }
.leasing-lp .hero-image {
  position: absolute; inset: 0 0 0 38%;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.3) 21%, transparent 40%),
    url("/leasing/assets/upload/iblock/9f0/1920kh960-_1_.jpg") center 52%/cover no-repeat;
}
.leasing-lp .hero::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 52%;
  background: linear-gradient(90deg,#fff 60%,rgba(255,255,255,0));
}
.leasing-lp .hero-grid { min-height: 192px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 190px; align-items: center; }
.leasing-lp .hero-copy { padding: 18px 0 16px; }
.leasing-lp .hero .hero-title { margin: 0 0 12px; color: #111; font-size: 20px; line-height: 1.13; text-transform: uppercase; }
.leasing-lp .hero .hero-title strong { display: inline-block; color: var(--orange); font-size: 30px; }
.leasing-lp .hero-wide-break { display: none; }
.leasing-lp .hero p { margin: 0 0 13px; color: #303642; font-size: 10px; line-height: 1.45; }
.leasing-lp .hero-actions { display: flex; gap: 20px; }
.leasing-lp .hero-actions .pill { min-height: 29px; padding-inline: 22px; font-size: 8px; }
.leasing-lp .pill--outline { color: var(--ink); background: rgba(255,255,255,.8); border: 1px solid #9ea4ad; }
.leasing-lp .pill--outline:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.leasing-lp .hero-badges { display: grid; gap: 8px; justify-items: stretch; }
.leasing-lp .hero-badge {
  min-height: 46px; padding: 8px 14px; border-radius: 7px; background: rgba(255,255,255,.95);
  box-shadow: 0 3px 12px rgba(19,27,37,.15); display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px;
}
.leasing-lp .hero-badge span { color: var(--orange); font-size: 24px; text-align: center; }
.leasing-lp .hero-badge img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(48%) sepia(97%) saturate(2457%) hue-rotate(4deg) brightness(101%) contrast(103%);
}
.leasing-lp .hero-badge b { font-size: 8px; line-height: 1.25; }
.leasing-lp .hero-badge small { font-size: 8px; font-weight: 600; }
.leasing-lp .benefits {
  min-height: 104px; display: grid; grid-template-columns: 240px repeat(6, 1fr);
  gap: 20px; align-items: center;
}
.leasing-lp .section-lead h2, .leasing-lp .steps > h2 {
  margin: 0; color: #131820; font-size: 13px; line-height: 1.25; text-transform: uppercase;
}
.leasing-lp .section-lead h2 strong, .leasing-lp .steps > h2 strong { color: var(--orange); }
.leasing-lp .benefit { display: grid; grid-template-columns: 36px 1fr; gap: 9px; align-items: start; }
.leasing-lp .line-icon { color: var(--orange); font-size: 32px; line-height: 1; font-weight: 400; }
.leasing-lp .benefit h3 { margin: 0 0 7px; font-size: 8px; line-height: 1.25; }
.leasing-lp .benefit p { margin: 0; color: #333a44; font-size: 7px; line-height: 1.45; }
.leasing-lp .benefits-product {
  display: block;
  min-height: 0;
  padding-block: 42px;
}
.leasing-lp .benefits-product__statement {
  position: relative;
  max-width: 980px;
  margin: 0 0 42px;
  padding-left: 104px;
  color: #181f2c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.leasing-lp .benefits-product__statement::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 78px;
  height: 2px;
  background: var(--orange-soft);
}

.leasing-lp .benefits-product__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.leasing-lp .benefit-tile {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  background: #eba655;
  outline: none;
}
.leasing-lp .benefit-tile__front, .leasing-lp .benefit-tile__detail {
  min-height: 170px;
  margin: 0;
  padding: 28px;
}
.leasing-lp .benefit-tile__front {
  display: grid;
  grid-template-columns: 21% 79%;
  gap: 0;
  align-items: center;
  padding: 0;
}
.leasing-lp .benefit-tile__icon {
  color: #202735;
  font-size: 58px;
  line-height: 1;
  text-align: center;
}
.leasing-lp .benefit-tile__icon--image {
  display: block;
  width: 72px;
  height: 76px;
  justify-self: center;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}
.leasing-lp .benefit-tile__icon--rocket { width: 76px; height: 76px; }
.leasing-lp .benefit-tile__icon--capital { width: 72px; height: 72px; }
.leasing-lp .benefit-tile__icon--warehouse { width: 64px; height: 66px; }
.leasing-lp .benefit-tile__icon--speed { width: 76px; height: 66px; }
.leasing-lp .benefit-tile__icon--expenses { width: 70px; height: 78px; }
.leasing-lp .benefit-tile__icon--individual { width: 72px; height: 72px; }
.leasing-lp .benefit-tile__icon--rocket, .leasing-lp .benefit-tile__icon--capital, .leasing-lp .benefit-tile__icon--expenses, .leasing-lp .benefit-tile__icon--individual {
  filter: none;
}
.leasing-lp .benefit-tile h3 {
  display: flex;
  align-items: center;
  min-height: 108px;
  margin: 0;
  padding: 0 24px 0 30px;
  border-left: 1px solid #fff;
  color: #202735;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}
.leasing-lp .benefit-tile__detail {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #fff;
  background: #202735;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}
.leasing-lp .benefit-tile:hover .benefit-tile__detail, .leasing-lp .benefit-tile:focus .benefit-tile__detail, .leasing-lp .benefit-tile:focus-within .benefit-tile__detail {
  opacity: 1;
  transform: translateY(0);
}
.leasing-lp .finance { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.leasing-lp .finance-card {
  min-height: 200px; display: grid; grid-template-columns: 180px 1fr;
  overflow: hidden; border: 1px solid #d4d6da; border-radius: 7px;
}
.leasing-lp .finance-card--dark { color: #fff; border: 0; background: linear-gradient(120deg,#1f2f3c,#202c36 60%,#15222c); }
.leasing-lp .finance-card--light { background: #fff; }
.leasing-lp .finance-sidebar { padding: 16px 17px; border-right: 1px solid rgba(150,156,165,.28); }
.leasing-lp .finance-card h2 { margin: 0 0 12px; color: var(--orange); font-size: 17px; text-transform: uppercase; }
.leasing-lp .finance-card h3 { margin: 0 0 8px; font-size: 8px; text-transform: uppercase; }
.leasing-lp .finance-card ul { margin: 0; padding: 0; list-style: none; }
.leasing-lp .finance-card li { position: relative; margin: 0 0 6px; padding-left: 15px; font-size: 8px; line-height: 1.35; }
.leasing-lp .finance-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-size: 10px; font-weight: 800; }
.leasing-lp .finance-main { position: relative; padding: 15px 16px 10px; overflow: hidden; }
.leasing-lp .finance-label { display: block; margin-bottom: 7px; font-size: 8px; }
.leasing-lp .stats { display: grid; border-bottom: 1px solid rgba(160,165,170,.22); }
.leasing-lp .stats--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.leasing-lp .stats > div { min-height: 52px; padding: 4px 15px; border-left: 1px solid rgba(160,165,170,.25); }
.leasing-lp .stats > div:first-child { border-left: 0; padding-left: 0; }
.leasing-lp .stats strong { display: block; min-height: 23px; font-size: 17px; line-height: 1.1; white-space: nowrap; }
.leasing-lp .stats small { display: block; font-size: 7px; line-height: 1.35; }
.leasing-lp .finance-main h3 { margin-top: 14px; }
.leasing-lp .advantages { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; position: relative; z-index: 1; }
.leasing-lp .advantages span { position: relative; padding-left: 15px; font-size: 7px; line-height: 1.3; }
.leasing-lp .advantages span::before { content: "⊙"; position: absolute; left: 0; top: -2px; color: var(--orange); font-size: 11px; }
.leasing-lp .watermark { position: absolute; right: 12px; bottom: -13px; color: rgba(115,122,130,.1); font-size: 106px; line-height: 1; font-weight: 700; }
.leasing-lp .finance-card--dark .watermark { color: rgba(255,255,255,.09); }
.leasing-lp .finance-option {
  position: relative;
  min-height: 310px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.leasing-lp .finance-option__icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 150px;
  height: 150px;
  color: rgba(255, 255, 255, .1);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.leasing-lp .finance-option__icon--image {
  object-fit: contain;
  opacity: .1;
  filter:
    brightness(0) invert(1)
    drop-shadow(1px 0 0 #fff)
    drop-shadow(-1px 0 0 #fff)
    drop-shadow(0 1px 0 #fff)
    drop-shadow(0 -1px 0 #fff);
}
.leasing-lp .finance-option > :not(.finance-option__icon) {
  position: relative;
  z-index: 1;
}
.leasing-lp .finance-option--light .finance-option__icon {
  color: rgba(32, 39, 53, .08);
}
.leasing-lp .finance-option--dark {
  color: #fff;
  background: linear-gradient(140deg, #22313d, #14212b);
  border-color: transparent;
}
.leasing-lp .finance-option--light { background: #fff; }
.leasing-lp .finance-option__topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.leasing-lp .finance-option__topline span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.leasing-lp .finance-option__topline b {
  margin-left: auto;
  color: rgba(125,134,144,.2);
  font-size: 28px;
}
.leasing-lp .finance-option h2 {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 25px;
  text-transform: uppercase;
}
.leasing-lp .finance-option__lead {
  min-height: 42px;
  margin: 0 0 18px;
  font-size: 10px;
}
.leasing-lp .finance-option--dark .finance-option__lead { color: rgba(255,255,255,.72); }
.leasing-lp .finance-option__section-label {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.leasing-lp .finance-option__metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 20px;
  border-block: 1px solid rgba(142,149,157,.28);
}
.leasing-lp .finance-option__metrics--four {
  grid-template-columns: repeat(4, 1fr);
}
.leasing-lp .finance-option__metrics div {
  padding: 14px;
  border-left: 1px solid rgba(142,149,157,.28);
}
.leasing-lp .finance-option__metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}
.leasing-lp .finance-option__metrics small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 8px;
}
.leasing-lp .finance-option--dark .finance-option__metrics small { color: rgba(255,255,255,.55); }
.leasing-lp .finance-option__metrics strong {
  display: block;
  font-size: 15px;
  line-height: 1.25;
}
.leasing-lp .finance-option__note {
  position: relative;
  margin: -4px 0 16px;
  padding-left: 18px;
  font-size: 9px;
}
.leasing-lp .finance-option__note::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}
.leasing-lp .finance-option__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
}
.leasing-lp .finance-option__copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.leasing-lp .finance-option__fit h3, .leasing-lp .finance-option__advantages h3 {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.leasing-lp .finance-option ul { margin: 0; padding: 0; list-style: none; }
.leasing-lp .finance-option li {
  position: relative;
  margin: 5px 0;
  padding-left: 16px;
  font-size: 8px;
}
.leasing-lp .finance-option li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}
.leasing-lp .finance-option__bottom .pill {
  min-height: 34px;
  padding-inline: 18px;
  white-space: nowrap;
}
.leasing-lp .finance-option__bottom .pill span {
  margin-left: 8px;
  font-size: 16px;
}
.leasing-lp .project-banner {
  min-height: 56px; display: grid; grid-template-columns: 420px 1fr 255px; align-items: center;
  padding-inline: 50px; color: #fff;
  background: linear-gradient(90deg,rgba(20,30,39,.96),rgba(20,30,39,.85)),
    url("/leasing/assets/upload/iblock/9f0/1920kh960-_1_.jpg") center 68%/cover;
}
.leasing-lp .project-banner h2 { margin: 0; font-size: 19px; line-height: 1.05; text-transform: uppercase; }
.leasing-lp .project-banner h2 strong { color: var(--orange); }
.leasing-lp .project-banner p { margin: 0; font-size: 8px; }
.leasing-lp .project-banner .pill { min-height: 30px; justify-self: center; }
.leasing-lp .steps { min-height: 74px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 30px; }
.leasing-lp .steps ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5,1fr); }
.leasing-lp .steps li { position: relative; display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 7px; padding-right: 22px; }
.leasing-lp .steps li:not(:last-child)::after {
  content: "⟶"; position: absolute; right: 2px; top: 6px; color: #9298a1; font-size: 18px;
}
.leasing-lp .steps li > b {
  display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%;
  color: #fff; background: var(--orange); font-size: 13px;
}
.leasing-lp .steps span strong { display: block; min-height: 25px; font-size: 7px; line-height: 1.2; }
.leasing-lp .steps span small { display: block; color: #68707a; font-size: 6px; line-height: 1.35; }
.leasing-lp .site-footer { border-top: 10px solid #fafafa; background: #f7f7f9; }
.leasing-lp .footer-grid {
  min-height: 185px; display: grid; grid-template-columns: 200px 340px 310px 1fr;
  gap: 35px; align-items: start; padding-block: 27px 20px;
}
.leasing-lp .footer-brand img { display: block; width: 170px; height: 90px; object-fit: contain; margin-bottom: 10px; }
.leasing-lp .pill--footer { min-height: 34px; padding-inline: 18px; font-size: 9px; }
.leasing-lp .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 32px; padding-top: 9px; font-size: 12px; color: #344052; }
.leasing-lp .footer-links--small { color: #8a909c; }
.leasing-lp address {
  padding-top: 7px; display: grid; grid-template-columns: 20px 1fr; gap: 14px 7px;
  font-style: normal; font-size: 11px;
}
.leasing-lp address span { color: var(--orange-soft); }
.leasing-lp address p { margin: 0; }
.leasing-lp .footer-bottom {
  min-height: 42px; border-top: 1px solid #ececee; display: flex; align-items: center; gap: 18px;
  color: #9ca2ad; font-size: 9px;
}
.leasing-lp .to-top {
  position: fixed; right: 18px; bottom: 22px; z-index: 5; display: grid; place-items: center;
  width: 50px; height: 50px; border-radius: 50%; color: #fff; background: var(--orange-soft);
  font-size: 34px; line-height: 1;
}
@media (max-width: 1180px) {
.leasing-lp .shell { width: 100%; padding-inline: 32px; }
.leasing-lp .header-main { grid-template-columns: 1fr auto auto; }
.leasing-lp .brand span, .leasing-lp .header-tools { display: none; }
.leasing-lp .nav-row { gap: 14px; font-size: 11px; }
.leasing-lp .benefits { grid-template-columns: repeat(3,1fr); padding-block: 20px; }
.leasing-lp .section-lead { grid-column: 1/-1; }
.leasing-lp .finance { grid-template-columns: 1fr; }
.leasing-lp .project-banner { grid-template-columns: 1fr 1fr auto; }
.leasing-lp .footer-grid { grid-template-columns: 180px 1fr 1fr; }
.leasing-lp address { grid-column: 2/4; }


}
@media (max-width: 720px) {
.leasing-lp { font-size: 13px; }
.leasing-lp .shell { width: 100%; padding-inline: 16px; }
.leasing-lp .site-header::before { height: 74px; }
.leasing-lp .header-main { height: 74px; grid-template-columns: 1fr auto auto; gap: 12px; }
.leasing-lp .brand img { width: 98px; height: 52px; }
.leasing-lp .contact { display: none; }
.leasing-lp .pill--header { min-height: 34px; padding-inline: 14px; font-size: 9px; }
.leasing-lp .menu-button {
    display: grid; gap: 5px; padding: 9px; border: 0; background: transparent; cursor: pointer;
  }
.leasing-lp .menu-button span { width: 24px; height: 2px; background: #fff; }
.leasing-lp .main-nav { display: none; }
.leasing-lp .main-nav.is-open { display: block; }
.leasing-lp .nav-row { height: auto; padding-block: 14px; display: grid; font-size: 12px; }
.leasing-lp .breadcrumbs { height: 32px; font-size: 8px; overflow: hidden; white-space: nowrap; }
.leasing-lp .hero { min-height: 520px; }
.leasing-lp .hero-image { inset: 250px 0 0; opacity: .75; }
.leasing-lp .hero::after { width: 100%; height: 310px; background: linear-gradient(#fff 82%,rgba(255,255,255,0)); }
.leasing-lp .hero-grid { min-height: 520px; grid-template-columns: 1fr; align-content: start; }
.leasing-lp .hero-copy { padding-top: 22px; }
.leasing-lp .hero .hero-title { font-size: 17px; }
.leasing-lp .hero .hero-title strong { margin-top: 4px; font-size: 25px; }
.leasing-lp .hero p br { display: none; }
.leasing-lp .hero p { max-width: 440px; font-size: 10px; }
.leasing-lp .hero-actions { gap: 8px; flex-wrap: wrap; overflow: visible; }
.leasing-lp .hero-badges { position: absolute; left: 0; right: 0; bottom: 14px; grid-template-columns: repeat(3,1fr); gap: 5px; }
.leasing-lp .hero-badge { padding: 8px; grid-template-columns: 24px 1fr; }
.leasing-lp .hero-badge span { font-size: 20px; }
.leasing-lp .hero-badge img { width: 24px; height: 24px; }
.leasing-lp .benefits { grid-template-columns: 1fr 1fr; gap: 22px 14px; padding-block: 25px; }
.leasing-lp .benefits-product { display: block; padding-block: 38px; }
.leasing-lp .benefits-product__statement {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 22px;
  }
.leasing-lp .benefits-product__statement::before {
    position: static;
    display: block;
    width: 62px;
    margin-bottom: 18px;
  }
.leasing-lp .benefits-product__grid { grid-template-columns: 1fr; gap: 12px; }
.leasing-lp .benefit-tile, .leasing-lp .benefit-tile__front, .leasing-lp .benefit-tile__detail { min-height: 0; }
.leasing-lp .benefit-tile__front { padding: 0; }
.leasing-lp .benefit-tile__detail {
    position: static;
    padding: 20px;
    opacity: 1;
    transform: none;
  }
.leasing-lp .benefit h3 { font-size: 9px; }
.leasing-lp .benefit p { font-size: 8px; }
.leasing-lp .finance { width: 100%; gap: 0; }
.leasing-lp .finance-options { padding-inline: 0; }
.leasing-lp .finance-option { min-height: 0; }
.leasing-lp .finance-option__metrics { grid-template-columns: 1fr; }
.leasing-lp .finance-option__metrics div {
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(142,149,157,.28);
  }
.leasing-lp .finance-option__metrics div:first-child { border-top: 0; }
.leasing-lp .finance-option__bottom { grid-template-columns: 1fr; }
.leasing-lp .finance-option__copy { grid-template-columns: 1fr; }
.leasing-lp .finance-option__bottom .pill { justify-self: start; }
.leasing-lp .finance-card { grid-template-columns: 1fr; border-radius: 0; }
.leasing-lp .finance-sidebar { border-right: 0; border-bottom: 1px solid rgba(150,156,165,.28); }
.leasing-lp .finance-main { min-height: 190px; }
.leasing-lp .stats strong { font-size: 14px; }
.leasing-lp .project-banner {
    width: 100%; min-height: 175px; padding: 25px 20px; grid-template-columns: 1fr; gap: 15px; text-align: center;
  }
.leasing-lp .project-banner h2 { font-size: 18px; }
.leasing-lp .project-banner .pill { justify-self: center; }
.leasing-lp .steps { padding-block: 25px; grid-template-columns: 1fr; }
.leasing-lp .steps ol { grid-template-columns: 1fr; gap: 18px; }
.leasing-lp .steps li { grid-template-columns: 36px 1fr; }
.leasing-lp .steps li:not(:last-child)::after { content: "↓"; right: auto; left: 10px; top: 31px; }
.leasing-lp .steps span strong { min-height: 0; font-size: 9px; }
.leasing-lp .steps span small { font-size: 8px; }
.leasing-lp .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
.leasing-lp .footer-brand { grid-column: 1/-1; }
.leasing-lp .footer-links { grid-template-columns: 1fr; gap: 10px; font-size: 10px; }
.leasing-lp address { grid-column: 1/-1; }
.leasing-lp .footer-bottom { min-height: 86px; flex-wrap: wrap; gap: 7px 14px; padding-block: 12px; }
.leasing-lp .to-top { width: 42px; height: 42px; right: 10px; bottom: 10px; }


}


/* ===== airy.css ===== */


.leasing-lp {
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  margin-bottom: -30px;
}

.leasing-lp .shell {
  --airy-gutter: clamp(36px, 6.25vw, 120px);
  padding-inline: var(--airy-gutter);
}

.leasing-lp .header-main {
  height: 124px;
  grid-template-columns: minmax(410px, 1.2fr) 150px minmax(340px, .9fr) 230px;
  gap: 38px;
}

.leasing-lp .site-header::before {
  height: 124px;
}

.leasing-lp .brand {
  gap: 28px;
}

.leasing-lp .brand img {
  width: 150px;
  height: 78px;
}

.leasing-lp .brand span {
  font-size: 15px;
  line-height: 1.25;
}

.leasing-lp .header-tools {
  gap: 32px;
}

.leasing-lp .contact {
  gap: 18px;
}

.leasing-lp .contact-icon {
  width: 46px;
  height: 46px;
}

.leasing-lp .contact a {
  font-size: 23px;
}

.leasing-lp .contact .contact-mail {
  margin-top: 3px;
  font-size: 16px;
}

.leasing-lp .contact small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.leasing-lp .pill--header {
  min-height: 48px;
  padding-inline: 32px;
  font-size: 13px;
}

.leasing-lp .nav-row {
  height: 72px;
  gap: 34px;
  font-size: 15px;
}

.leasing-lp .breadcrumbs {
  height: 46px;
  gap: 14px;
  color: #7c838e;
  font-size: 11px;
}

.leasing-lp .hero {
  min-height: 390px;
}

.leasing-lp .hero-image {
  left: 41%;
}

.leasing-lp .hero-grid {
  min-height: 390px;
  grid-template-columns: minmax(620px, 1fr) 270px;
}

.leasing-lp .hero-copy {
  padding-block: 54px;
}

.leasing-lp .hero .hero-title {
  margin-bottom: 24px;
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 1.15;
}

.leasing-lp .hero .hero-title strong {
  margin-top: 4px;
  font-size: clamp(40px, 2.65vw, 50px);
}

.leasing-lp .hero p {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.55;
}

.leasing-lp .hero-actions {
  gap: 18px;
  flex-wrap: wrap;
  overflow: visible;
}

.leasing-lp .hero-actions .pill {
  flex: 0 0 auto;
  min-height: 48px;
  padding-inline: 30px;
  font-size: 11px;
}

.leasing-lp .hero-actions .pill:first-child {
  min-width: 290px;
  white-space: nowrap;
}

.leasing-lp .hero-badges {
  gap: 14px;
}

.leasing-lp .hero-badge {
  min-height: 68px;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 13px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 24px rgba(19, 27, 37, .14);
}

.leasing-lp .hero-badge span {
  font-size: 30px;
}

.leasing-lp .hero-badge img {
  width: 38px;
  height: 38px;
}

.leasing-lp .hero-badge b,
.leasing-lp .hero-badge small {
  font-size: 12px;
  line-height: 1.4;
}

.leasing-lp .hero-badge small {
  white-space: nowrap;
}

.leasing-lp .benefits {
  min-height: 210px;
  grid-template-columns: 270px repeat(3, 1fr);
  gap: 38px 44px;
  padding-block: 42px;
}

.leasing-lp .section-lead {
  grid-row: span 2;
  align-self: start;
  padding-top: 8px;
}

.leasing-lp .section-lead h2,
.leasing-lp .steps > h2 {
  font-size: 20px;
  line-height: 1.3;
}

.leasing-lp .benefit {
  grid-template-columns: 48px 1fr;
  gap: 15px;
}

.leasing-lp .line-icon {
  font-size: 40px;
}

.leasing-lp .benefit h3 {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.35;
}

.leasing-lp .benefit p {
  max-width: 280px;
  font-size: 13px;
  line-height: 1.55;
}

.leasing-lp .finance {
  gap: 28px;
  padding-block: 12px 0;
}

.leasing-lp .finance-card {
  min-height: 430px;
  grid-template-columns: 270px 1fr;
  border-radius: 0;
}

.leasing-lp .finance-sidebar {
  padding: 32px 28px;
}

.leasing-lp .finance-card h2 {
  margin-bottom: 22px;
  font-size: 24px;
}

.leasing-lp .finance-card h3 {
  margin-bottom: 13px;
  font-size: 13px;
}

.leasing-lp .finance-card li {
  margin-bottom: 13px;
  padding-left: 21px;
  font-size: 13px;
  line-height: 1.55;
}

.leasing-lp .finance-main {
  padding: 30px 26px 24px;
}

.leasing-lp .finance-label {
  margin-bottom: 13px;
  font-size: 12px;
}

.leasing-lp .stats > div {
  min-height: 105px;
  padding: 9px 22px;
}

.leasing-lp .stats > div:first-child {
  padding-left: 0;
}

.leasing-lp .stats strong {
  min-height: 38px;
  font-size: clamp(17px, 1.1vw, 21px);
}

.leasing-lp .stats small {
  font-size: 12px;
  line-height: 1.45;
}

.leasing-lp .finance-main h3 {
  margin-top: 23px;
}

.leasing-lp .advantages {
  gap: 17px;
}

.leasing-lp .advantages span {
  padding-left: 21px;
  font-size: 12px;
  line-height: 1.45;
}

.leasing-lp .advantages span::before {
  font-size: 14px;
}

.leasing-lp .watermark {
  right: 22px;
  bottom: -15px;
  font-size: 150px;
}

.leasing-lp .project-banner {
  min-height: 126px;
  grid-template-columns: 1.15fr .9fr 310px;
  margin-top: 30px;
  padding-inline: clamp(36px, 6.25vw, 120px);
}

.leasing-lp .project-banner h2 {
  font-size: 27px;
  line-height: 1.12;
  color: #FFFFFF;
}

.leasing-lp .project-banner p {
  font-size: 14px;
  line-height: 1.55;
}

.leasing-lp .project-banner .pill {
  width: 310px;
  max-width: 100%;
  min-height: 48px;
  padding-inline: 30px;
  font-size: 11px;
  white-space: nowrap;
}

.leasing-lp .steps {
  min-height: 220px;
  grid-template-columns: 220px 1fr;
  gap: 50px;
}

.leasing-lp .steps li {
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding-right: 34px;
}

.leasing-lp .steps li > b {
  width: 38px;
  height: 38px;
  font-size: 16px;
}

.leasing-lp .steps li:not(:last-child)::after {
  right: 8px;
  top: 8px;
  font-size: 23px;
}

.leasing-lp .steps span strong {
  min-height: 58px;
  font-size: 13px;
  line-height: 1.4;
}

.leasing-lp .steps span small {
  font-size: 11px;
  line-height: 1.5;
}

.leasing-lp .site-footer {
  border-top-width: 18px;
}

.leasing-lp .footer-grid {
  min-height: 280px;
  grid-template-columns: 230px 1fr .9fr 1.1fr;
  gap: 60px;
  padding-block: 45px 36px;
}

.leasing-lp .footer-brand img {
  width: 195px;
  height: 105px;
  margin-bottom: 18px;
}

.leasing-lp .pill--footer {
  min-height: 40px;
  font-size: 11px;
}

.leasing-lp .footer-links {
  gap: 24px 40px;
  padding-top: 16px;
  font-size: 13px;
  line-height: 1.5;
}

.leasing-lp address {
  gap: 19px 10px;
  padding-top: 14px;
  font-size: 13px;
}

.leasing-lp .footer-bottom {
  min-height: 68px;
  gap: 28px;
  font-size: 11px;
}

@media (max-width: 1180px) {
  .leasing-lp .shell {
    --airy-gutter: 40px;
    padding-inline: var(--airy-gutter);
  }

  .leasing-lp .header-main {
    grid-template-columns: 1fr auto auto;
  }

  .leasing-lp .hero-grid {
    grid-template-columns: minmax(520px, 1fr) 250px;
  }

  .leasing-lp .benefits {
    grid-template-columns: repeat(3, 1fr);
  }

  .leasing-lp .section-lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .leasing-lp .finance {
    grid-template-columns: 1fr;
  }

  .leasing-lp .finance-card {
    grid-template-columns: 290px 1fr;
  }

  .leasing-lp .footer-grid {
    grid-template-columns: 220px 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .leasing-lp .shell {
    --airy-gutter: 20px;
    padding-inline: var(--airy-gutter);
  }

  .leasing-lp .header-main {
    height: 84px;
  }

  .leasing-lp .site-header::before {
    height: 84px;
  }

  .leasing-lp .brand img {
    width: 108px;
    height: 58px;
  }

  .leasing-lp .hero {
    min-height: 650px;
  }

  .leasing-lp .hero-grid {
    min-height: 650px;
    grid-template-columns: 1fr;
  }

  .leasing-lp .hero-copy {
    padding-block: 38px;
  }

  .leasing-lp .hero .hero-title {
    font-size: 24px;
  }

  .leasing-lp .hero .hero-title strong {
    font-size: 36px;
  }

  .leasing-lp .hero p {
    font-size: 14px;
  }

  .leasing-lp .hero-image {
    inset: 340px 0 0;
  }

  .leasing-lp .hero::after {
    height: 410px;
  }

  .leasing-lp .hero-badges {
    bottom: 20px;
  }

  .leasing-lp .hero-badge {
    min-height: 76px;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px 5px;
    text-align: center;
  }

  .leasing-lp .hero-badge small {
    white-space: normal;
  }

  .leasing-lp .hero-badge span {
    font-size: 25px;
  }

  .leasing-lp .hero-badge img {
    width: 30px;
    height: 30px;
    justify-self: center;
  }

  .leasing-lp .benefits {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 42px;
  }

  .leasing-lp .benefit {
    grid-template-columns: 50px 1fr;
  }

  .leasing-lp .benefit h3 {
    font-size: 15px;
  }

  .leasing-lp .benefit p {
    max-width: none;
    font-size: 13px;
  }

  .leasing-lp .finance {
    padding-inline: 0;
  }

  .leasing-lp .finance-card {
    grid-template-columns: 1fr;
  }

  .leasing-lp .finance-sidebar {
    padding: 30px 24px;
  }

  .leasing-lp .finance-main {
    min-height: 340px;
    padding: 26px 20px;
  }

  .leasing-lp .stats > div {
    min-height: 105px;
    padding-inline: 11px;
  }

  .leasing-lp .stats strong {
    font-size: 16px;
  }

  .leasing-lp .project-banner {
    min-height: 245px;
    margin-top: 0;
    padding: 36px 24px;
    grid-template-columns: 1fr;
  }

  .leasing-lp .steps {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 44px;
  }

  .leasing-lp .steps ol {
    gap: 28px;
  }

  .leasing-lp .steps span strong {
    min-height: 0;
    font-size: 13px;
  }

  .leasing-lp .steps span small {
    margin-top: 5px;
    font-size: 12px;
  }

  .leasing-lp .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 22px;
    padding-block: 42px 34px;
  }

  .leasing-lp .footer-bottom {
    min-height: 120px;
  }
}


.leasing-lp .brand span,
.leasing-lp .contact .contact-mail,
.leasing-lp .contact small,
.leasing-lp .pill,
.leasing-lp .nav-row,
.leasing-lp .breadcrumbs,
.leasing-lp .hero p,
.leasing-lp .hero-badge b,
.leasing-lp .hero-badge small,
.leasing-lp .benefit h3,
.leasing-lp .benefit p,
.leasing-lp .finance-card h3,
.leasing-lp .finance-card li,
.leasing-lp .finance-label,
.leasing-lp .stats small,
.leasing-lp .advantages span,
.leasing-lp .project-banner p,
.leasing-lp .steps span strong,
.leasing-lp .steps span small,
.leasing-lp .footer-links,
.leasing-lp address,
.leasing-lp .footer-bottom {
  font-size: 15px;
}

.leasing-lp .pill {
  min-height: 50px;
  padding-inline: 32px;
}

.leasing-lp .hero-actions .pill,
.leasing-lp .project-banner .pill {
  font-size: 15px;
}

.leasing-lp .finance {
  grid-template-columns: 1fr;
  gap: 30px;
}

.leasing-lp .finance-card {
  grid-template-columns: 300px 1fr;
  min-height: 410px;
}

.leasing-lp .finance-card li,
.leasing-lp .benefit p,
.leasing-lp .project-banner p,
.leasing-lp .steps span small {
  line-height: 1.55;
}

.leasing-lp .stats small,
.leasing-lp .advantages span {
  line-height: 1.5;
}

.leasing-lp .stats strong {
  white-space: normal;
}

.leasing-lp .steps {
  min-height: 250px;
}

.leasing-lp .steps span strong {
  min-height: 68px;
  line-height: 1.4;
}

.leasing-lp .footer-grid {
  min-height: 320px;
}

.leasing-lp .footer-bottom {
  min-height: 82px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .leasing-lp .finance-card {
    grid-template-columns: 280px 1fr;
  }

  .leasing-lp .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .leasing-lp .pill {
    min-height: 50px;
    padding-inline: 22px;
  }

  .leasing-lp .project-banner .pill {
    width: 100%;
    min-width: 0;
    padding-inline: 16px;
  }

  .leasing-lp .hero-actions .pill:first-child {
    width: auto;
    min-width: min(290px, 100%);
  }

  .leasing-lp .finance-card {
    grid-template-columns: 1fr;
  }

  .leasing-lp .benefits {
    grid-template-columns: 1fr;
  }

  .leasing-lp .steps span strong {
    min-height: 0;
  }

  .leasing-lp .footer-links {
    font-size: 15px;
  }

  .leasing-lp .footer-bottom {
    min-height: 160px;
  }
}


.leasing-lp .finance-options {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-block: 80px;
  background: #18232d;
}

.leasing-lp .finance-option {
  min-height: 700px;
  padding: 40px 40px 28px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .38);
  transition: color .22s ease, background-color .22s ease, border-color .22s ease;
}

.leasing-lp .finance-option__icon {
  top: 22px;
  right: 24px;
  width: 220px;
  height: 220px;
  color: rgba(255, 255, 255, .09);
  stroke-width: 2.6;
}

.leasing-lp .finance-option__icon--image {
  opacity: .09;
}

.leasing-lp .finance-options .finance-option__lead,
.leasing-lp .finance-options .finance-option__metrics small {
  color: rgba(255, 255, 255, .68);
}

.leasing-lp .finance-options .finance-option__metrics,
.leasing-lp .finance-options .finance-option__metrics div {
  border-color: rgba(255, 255, 255, .22);
}

@media (hover: hover) {
  .leasing-lp .finance-option:hover,
  .leasing-lp .finance-option:focus-within {
    color: #202735;
    background: #fff;
    border-color: #fff;
  }

  .leasing-lp .finance-option:hover .finance-option__lead,
  .leasing-lp .finance-option:hover .finance-option__metrics small,
  .leasing-lp .finance-option:focus-within .finance-option__lead,
  .leasing-lp .finance-option:focus-within .finance-option__metrics small {
    color: #69727e;
  }

  .leasing-lp .finance-option:hover .finance-option__metrics,
  .leasing-lp .finance-option:hover .finance-option__metrics div,
  .leasing-lp .finance-option:focus-within .finance-option__metrics,
  .leasing-lp .finance-option:focus-within .finance-option__metrics div {
    border-color: #dfe2e5;
  }

  .leasing-lp .finance-option:hover .finance-option__icon,
  .leasing-lp .finance-option:focus-within .finance-option__icon {
    color: rgba(32, 39, 53, .08);
  }

  .leasing-lp .finance-option:hover .finance-option__icon--image,
  .leasing-lp .finance-option:focus-within .finance-option__icon--image {
    opacity: .08;
    filter:
      brightness(0)
      drop-shadow(1px 0 0 #202735)
      drop-shadow(-1px 0 0 #202735)
      drop-shadow(0 1px 0 #202735)
      drop-shadow(0 -1px 0 #202735);
  }
}

.leasing-lp .finance-option__topline {
  margin-bottom: 54px;
}

.leasing-lp .finance-option__topline span {
  font-size: 15px;
}

.leasing-lp .finance-option__topline b {
  font-size: 40px;
}

.leasing-lp .finance-option h2 {
  max-width: calc(100% - 120px);
  margin-bottom: 16px;
  font-size: 40px;
}

.leasing-lp .finance-option__heading {
  display: flex;
  max-width: calc(100% - 120px);
  margin-bottom: 16px;
  align-items: center;
  gap: 18px;
}

.leasing-lp .finance-option__heading h2 {
  max-width: none;
  margin-bottom: 0;
}

.leasing-lp .finance-option__zero-badge {
  display: inline-flex;
  min-height: 38px;
  padding: 7px 16px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  color: #202735;
  background: #eba655;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.leasing-lp .finance-option__zero-badge strong {
  font-size: 18px;
}

.leasing-lp .finance-option__lead {
  max-width: calc(100% - 120px);
  min-height: 72px;
  margin-bottom: 34px;
  font-size: 15px;
  line-height: 1.55;
}

.leasing-lp .finance-option__section-label {
  margin-bottom: 12px;
  font-size: 15px;
}

.leasing-lp .finance-option__metrics {
  margin-bottom: 36px;
}

.leasing-lp .finance-option__metrics--four {
  grid-template-columns: repeat(4, 1fr);
}

.leasing-lp .finance-option__metrics div {
  min-height: 96px;
  padding: 22px 18px;
}

.leasing-lp .finance-option__metrics div:first-child {
  padding-left: 0;
}

.leasing-lp .finance-option__metrics small {
  display: -webkit-box;
  min-height: 3em;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.leasing-lp .finance-option__metrics strong {
  white-space: nowrap;
  font-size: clamp(18px, 1.35vw, 24px);
}

.leasing-lp .finance-option__note {
  margin: -12px 0 28px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
}

.leasing-lp .finance-option__bottom {
  grid-template-columns: 1fr;
  gap: 24px;
}

.leasing-lp .finance-option__copy {
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.leasing-lp .finance-option__fit h3,
.leasing-lp .finance-option__advantages h3 {
  margin-bottom: 14px;
  font-size: 15px;
}

.leasing-lp .finance-option li {
  margin: 9px 0;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.45;
}

.leasing-lp .finance-option__bottom .pill {
  min-height: 50px;
  padding-inline: 26px;
  font-size: 15px;
  justify-self: end;
}

.leasing-lp .finance-option__bottom .pill span {
  font-size: 21px;
}

@media (max-width: 1180px) {
  .leasing-lp .finance-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .leasing-lp .finance-options {
    gap: 0;
    padding-inline: 0;
    padding: 40px 0 0;
  }

  .leasing-lp .finance-option {
    min-height: 0;
    padding: 34px 24px;
    border-width: 1px 0 0;
  }

  .leasing-lp .finance-option__icon {
    top: 18px;
    right: 12px;
    width: 150px;
    height: 150px;
  }

  .leasing-lp .finance-option:last-child {
    border-bottom-width: 1px;
  }

  .leasing-lp .finance-option__topline {
    margin-bottom: 34px;
  }

  .leasing-lp .finance-option h2 {
    max-width: calc(100% - 88px);
    font-size: 32px;
  }

  .leasing-lp .finance-option__heading {
    max-width: calc(100% - 88px);
    margin-bottom: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .leasing-lp .finance-option__heading h2 {
    max-width: 100%;
  }

  .leasing-lp .finance-option__zero-badge {
    min-height: 36px;
    padding-inline: 14px;
  }

  .leasing-lp .finance-option__lead {
    max-width: calc(100% - 88px);
    min-height: 0;
  }

  .leasing-lp .finance-option__metrics {
    grid-template-columns: 1fr;
  }

  .leasing-lp .finance-option__metrics--four {
    grid-template-columns: 1fr;
  }

  .leasing-lp .finance-option__metrics div {
    min-height: 0;
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid rgba(142,149,157,.28);
  }

  .leasing-lp .finance-option__metrics div:first-child {
    border-top: 0;
  }

  .leasing-lp .finance-option__metrics small {
    min-height: 0;
  }

  .leasing-lp .finance-option__bottom {
    grid-template-columns: 1fr;
  }

  .leasing-lp .finance-option__copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .leasing-lp .finance-option__bottom .pill {
    width: 100%;
  }
}


.leasing-lp .benefits-product {
  display: block;
  padding-block: 86px 76px;
}

.leasing-lp .benefits-product__statement {
  max-width: 1160px;
  margin-bottom: 64px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}

.leasing-lp .benefits-product__statement::before {
  left: calc(-1 * var(--airy-gutter));
  top: 19px;
  width: calc(var(--airy-gutter) - 20px);
}

.leasing-lp .benefits-product__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (min-width: 1550px){
  .leasing-lp .benefits-product__grid{
    grid-template-columns: repeat(3, 1fr);
  }

  .leasing-lp .benefit-tile__front{
    grid-template-columns: 30% 70%;
  }
}

.leasing-lp .benefit-tile,
.leasing-lp .benefit-tile__front,
.leasing-lp .benefit-tile__detail {
  min-height: 210px;
}

.leasing-lp .benefit-tile__front,
.leasing-lp .benefit-tile__detail {
  padding: 34px;
}

.leasing-lp .benefit-tile__front {
  gap: 0;
  padding: 0;
}

.leasing-lp .benefit-tile__icon {
  font-size: 72px;
}

.leasing-lp .benefit-tile__icon--image {
  width: 72px;
  height: 76px;
}

.leasing-lp .benefit-tile__icon--rocket { width: 78px; height: 78px; }
.leasing-lp .benefit-tile__icon--capital { width: 74px; height: 74px; }
.leasing-lp .benefit-tile__icon--warehouse { width: 64px; height: 66px; }
.leasing-lp .benefit-tile__icon--speed { width: 78px; height: 68px; }
.leasing-lp .benefit-tile__icon--expenses { width: 72px; height: 80px; }
.leasing-lp .benefit-tile__icon--individual { width: 74px; height: 74px; }

.leasing-lp .benefit-tile h3 {
  min-height: 118px;
  padding: 0 28px 0 32px;
  border-left: 1px solid #fff;
  color: #202735;
  font-size: 20px;
  line-height: 1.3;
}

.leasing-lp .benefit-tile__detail {
  color: #d1d8e4;
  background: #202735;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1380px) {
  .leasing-lp .benefits-product__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1180px) {
  .leasing-lp .benefits-product__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .leasing-lp .benefits-product {
    padding-block: 56px;
  }

  .leasing-lp .benefits-product__statement {
    margin-bottom: 38px;
    padding-left: 0;
    font-size: 24px;
  }

  .leasing-lp .benefits-product__statement::before {
    position: static;
    display: block;
    width: 72px;
    margin-left: calc(-1 * var(--airy-gutter));
    margin-bottom: 22px;
  }

  .leasing-lp .benefits-product__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .leasing-lp .benefit-tile,
  .leasing-lp .benefit-tile__front,
  .leasing-lp .benefit-tile__detail {
    min-height: 0;
  }

  .leasing-lp .benefit-tile__front {
    min-height: 150px;
    padding: 0;
    gap: 0;
  }

  .leasing-lp .benefit-tile__icon {
    font-size: 58px;
  }

  .leasing-lp .benefit-tile h3 {
    min-height: 102px;
    padding: 0 18px 0 22px;
    font-size: 18px;
  }

  .leasing-lp .benefit-tile__detail {
    position: static;
    padding: 22px;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 520px) {
  .leasing-lp .benefit-tile__front {
    grid-template-columns: 1fr;
  }

  .leasing-lp .benefit-tile h3 {
    width: calc(100% - 100px);
    min-height: 104px;
    margin-inline: auto;
    padding: 22px 0;
    justify-content: center;
    border-top: none;
    border-left: 0;
    text-align: center;
  }
}


.leasing-lp .hero,
.leasing-lp .hero-grid {
  min-height: 460px;
}

.leasing-lp .hero .hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: none;
}

.leasing-lp .hero .hero-title strong {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
}

@media (min-width: 1440px) {
  .leasing-lp .hero-wide-break {
    display: inline;
  }
}

.leasing-lp .hero::after {
  width: 62%;
  background: linear-gradient(90deg, #fff 62%, rgba(255,255,255,0));
}

@media (max-width: 720px) {
  .leasing-lp .hero,
  .leasing-lp .hero-grid {
    min-height: 680px;
  }

  .leasing-lp .hero .hero-title {
    font-size: 32px;
  }

  .leasing-lp .hero::after {
    width: 100%;
    background: linear-gradient(#fff 82%, rgba(255,255,255,0));
  }
}


.leasing-lp .steps {
  width: 100%;
  min-height: 0;
  padding-block: 80px;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: stretch;
  background: #f4f4f4;
}

.leasing-lp .steps + .project-banner {
  margin-top: 0;
}

.leasing-lp .steps > h2 {
  position: relative;
  margin: 0;
  color: #202735;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.leasing-lp .steps > h2::before {
  content: "";
  position: absolute;
  top: .62em;
  left: calc(-1 * var(--airy-gutter));
  width: calc(var(--airy-gutter) - 20px);
  height: 2px;
  background: #eba655;
}

.leasing-lp .steps > h2 br {
  display: none;
}

.leasing-lp .steps ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.leasing-lp .steps li {
  display: grid;
  min-width: 0;
  min-height: 260px;
  padding: 30px 26px;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 12px;
  row-gap: 42px;
  background: #fff;
}

.leasing-lp .steps li:not(:last-child)::after {
  content: none;
}

.leasing-lp .steps li > b {
  display: flex;
  width: auto;
  height: 42px;
  align-items: center;
  align-self: center;
  gap: 10px;
  color: #202735;
  background: transparent;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.leasing-lp .steps li > b::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #eba655;
}

.leasing-lp .steps li > span {
  display: flex;
  grid-column: 1 / -1;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}

.leasing-lp .steps__icon {
  display: block;
  width: 44px;
  height: 42px;
  align-self: center;
  object-fit: contain;
}

.leasing-lp .steps li:nth-child(3) .steps__icon {
  width: 41px;
  height: 39px;
}

.leasing-lp .steps span strong {
  min-height: 0;
  color: #202735;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.leasing-lp .steps span small {
  color: #68707a;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .leasing-lp .steps ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .leasing-lp .steps {
    gap: 28px;
    padding-block: 48px;
  }

  .leasing-lp .steps > h2 {
    font-size: 28px;
  }

  .leasing-lp .steps > h2::before {
    width: calc(var(--airy-gutter) - 8px);
  }

  .leasing-lp .steps ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leasing-lp .steps li {
    min-height: 220px;
    padding: 28px 24px;
    gap: 34px;
  }
}

/* ===== light-refined.css ===== */


.leasing-lp .breadcrumbs {
  display: none;
}

.leasing-lp .pill,
.leasing-lp .pill--outline {
  color: #fff;
  background: var(--green);
  border: 2px solid var(--green);
  transition:
    color .5s ease,
    background-color .5s ease,
    border-color .5s ease;
}

.leasing-lp .pill {
  font-size: 14px;
  font-weight: 600;
}

.leasing-lp .pill:hover,
.leasing-lp .pill:focus-visible,
.leasing-lp .pill--outline:hover,
.leasing-lp .pill--outline:focus-visible {
  color: var(--ink);
  background: #fff;
  border-color: var(--green);
  transform: none;
}

.leasing-lp .finance-option {
  display: flex;
  flex-direction: column;
}

.leasing-lp .finance-option--dark {
  background: #1e2d39;
}

.leasing-lp .finance-option--light {
  background: #243541;
}

.leasing-lp .finance-option__bottom {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.leasing-lp .finance-option__bottom .pill {
  margin-top: auto;
  align-self: flex-end;
}

@media (hover: hover) {
  .leasing-lp .finance-option:hover,
  .leasing-lp .finance-option:focus-within {
    color: #202735;
    background: #fff;
    border-color: #fff;
  }
}

@media (max-width: 720px) {
  .leasing-lp .finance-option__bottom .pill {
    align-self: stretch;
  }
}

/* ===== Leasing popup form (style consistent with site .popup-callme / #222 dark) ===== */
.leasing-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 40px 16px;
  font-family: "Montserrat", Arial, sans-serif;
}
.leasing-modal.is-open { display: flex; }
.leasing-modal__overlay {
  position: fixed;
  inset: 0;
  background: #222;
  opacity: .88;
  z-index: 1;
}
.leasing-modal__box {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 100%;
  max-width: 520px;
  background: #222;
  padding: 36px 40px 40px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.leasing-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}
.leasing-modal__close::before,
.leasing-modal__close::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 12px;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: background .3s;
}
.leasing-modal__close::before { transform: rotate(45deg); }
.leasing-modal__close::after { transform: rotate(-45deg); }
.leasing-modal__close:hover::before,
.leasing-modal__close:hover::after { background: #ff8000; }
.leasing-modal__title {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: center;
  padding-right: 20px;
}
.leasing-modal__subtitle {
  color: #bcbcbc;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 24px;
}
.leasing-form__field { margin-bottom: 14px; }
.leasing-form input[type="text"],
.leasing-form input[type="tel"],
.leasing-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  color: #202735;
  font: 500 15px/1.4 "Montserrat", Arial, sans-serif;
  padding: 13px 16px;
  outline: none;
  transition: border-color .3s;
}
.leasing-form input::placeholder,
.leasing-form textarea::placeholder { color: #9aa0a8; }
.leasing-form input:focus,
.leasing-form textarea:focus { border-color: #ff8000; }
.leasing-form textarea { resize: vertical; min-height: 78px; }
.leasing-form__group-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 18px 0 10px;
}
.leasing-form__checks {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
/* fakecheckbox – matches site */
.leasing-check {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  cursor: pointer;
}
.leasing-check input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.leasing-check__label {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding-left: 26px;
  text-indent: 0;
}
.leasing-check__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  transition: border-color .3s;
  z-index: 1;
}
.leasing-check__label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #ff8000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity .3s;
  z-index: 2;
}
.leasing-check input[type="checkbox"]:checked + .leasing-check__label::after { opacity: 1; }
.leasing-check input[type="checkbox"]:focus-visible + .leasing-check__label::before { border-color: #ff8000; }
.leasing-check__label a { color: #ff8000; text-decoration: underline; }
.leasing-form__agree { margin: 18px 0 20px; }
.leasing-form__agree .leasing-check__label {
  font-size: 12px;
  line-height: 16px;
  color: #cfcfcf;
}
.leasing-form__submit {
  display: block;
  width: 100%;
  background: #ff8000;
  border: 0;
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
  font: 700 15px/52px "Montserrat", Arial, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0 20px;
  transition: background .3s;
}
.leasing-form__submit:hover { background: #e57200; }
.leasing-form__submit:disabled { opacity: .6; cursor: default; }
.leasing-form__error {
  color: #ff6a45;
  font-size: 13px;
  margin: 6px 0 0;
  min-height: 0;
}
.leasing-form__note {
  color: #ff6a45;
  font-size: 12px;
  margin: 12px 0 0;
  text-align: center;
}
.leasing-modal__success {
  text-align: center;
  padding: 20px 0;
}
.leasing-modal__success h4 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 12px;
}
.leasing-modal__success p {
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
body.leasing-modal-open { overflow: hidden; }
@media (max-width: 520px) {
  .leasing-modal__box { padding: 34px 20px 28px; }
  .leasing-modal__title { font-size: 22px; }
  .leasing-form__checks { gap: 14px; }
}

/* ===== Адаптивные правки при интеграции (посадка вёрстки) ===== */
/* Фикс: на планшетах 721–850px колонка текста в hero не сжималась
   (minmax(520px,1fr)) и бейджи обрезались overflow:hidden. */
@media (min-width: 721px) and (max-width: 1180px) {
  .leasing-lp .hero-grid { grid-template-columns: minmax(0, 1fr) 250px; }
}
/* Плитки «Почему компании выбирают финансирование»: уменьшенные иконки и
   заголовки, чтобы длинные слова (ОБОРУДОВАНИЕ, ИНДИВИДУАЛЬНО) не
   обрезались в 3 колонки. Не трогаем вертикальную раскладку ≤520. */
@media (min-width: 521px) {
  .leasing-lp .benefit-tile h3 {
    font-size: 20px;
    padding: 0 16px 0 20px;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
/* Мобильная версия hero:
   - зелёные кнопки на всю ширину (в столбик);
   - длинная кнопка не обрезается overflow:hidden;
   - белые бейджи с отступами от краёв экрана. */
@media (max-width: 720px) {
  .leasing-lp .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .leasing-lp .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .leasing-lp .hero-actions .pill {
    white-space: normal;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }
  .leasing-lp .hero-badges {
    left: 16px;
    right: 16px;
    gap: 8px;
  }
}


@media (max-width: 550px){
  .leasing-lp .benefit-tile__front{
    grid-template-columns: 25% 75%;
  }
}

@media (max-width: 520px){
  .leasing-lp .benefit-tile__icon--image{
    margin: 20px 0;
  }
}
/* ===== Правки от 2026-08-06 ===== */

/* 1) Стрелка на кнопках "Рассчитать лизинг/рассрочку" выравнивается по центру
   с текстом. Причина смещения — унаследованный line-height 1.6 (21px*1.6=33.6px)
   создавал лишний интерлиньяж и опускал глиф ниже центра. */
.leasing-lp .finance-option__bottom .pill span { line-height: 1; height: 26px; }

/* 2) Баннер "Реализуйте проект сейчас": в диапазоне 721–1380px три колонки
   (заголовок | текст | кнопка) смотрелись кучно (заголовок ломался на 3–4 строки,
   текст сжимался). Складываем в одну колонку по центру — как в мобильной версии
   (<=720px). >=1381px остаётся трёхколоночная раскладка. */
@media (min-width: 721px) and (max-width: 1380px) {
  .leasing-lp .project-banner {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
    gap: 16px;
    padding: 34px 28px;
    min-height: 0;
  }
  .leasing-lp .project-banner p { max-width: 700px; }
  .leasing-lp .project-banner .pill { justify-self: center; }
}


@media (max-width: 425px) {
  .leasing-lp .benefit-tile__front {
    grid-template-columns: 30% 70%;
  }
}

@media (max-width: 375px){
  .leasing-lp .benefit-tile__icon--rocket {
    width: 60px;
    height: 60px;
  }
}