:root {
  --lease-navy: #03152f;
  --lease-blue: #0078d4;
  --lease-cyan: #21b8f6;
  --lease-ink: #061d3c;
  --lease-white: #f7fbff;
  --lease-muted: rgba(232, 243, 255, 0.74);
}

html { scroll-padding-top: 88px; }

.lease-page {
  overflow-x: hidden;
  color: var(--lease-white);
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 120, 212, 0.17), transparent 28%),
    radial-gradient(circle at 86% 38%, rgba(33, 184, 246, 0.11), transparent 30%),
    var(--lease-navy);
}

.lease-page #particles-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.95;
  filter: brightness(1.35) saturate(1.15);
}

.lease-page main,
.lease-page .header,
.lease-page .lease-footer { position: relative; z-index: 1; }

.lease-page .header { position: fixed; z-index: 100; }

.lease-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 22%, rgba(0, 120, 212, 0.1), transparent 26%),
    radial-gradient(circle at 8% 48%, rgba(33, 184, 246, 0.07), transparent 25%),
    radial-gradient(circle at 86% 76%, rgba(0, 120, 212, 0.08), transparent 28%);
}

.lease-page .container { max-width: 1180px; }

.lease-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  color: #fff;
  background: var(--lease-blue);
  transform: translateY(-160%);
}

.lease-skip-link:focus { transform: translateY(0); }

.lease-btn {
  min-height: 48px;
  padding: 0.8rem 1.5rem;
  border: 1px solid rgba(111, 211, 255, 0.5);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #0078d4, #1264c8 58%, #0b4eac);
  box-shadow: 0 12px 30px rgba(0, 120, 212, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lease-btn:hover,
.lease-btn:focus-visible {
  color: #fff;
  border-color: rgba(170, 232, 255, 0.86);
  box-shadow: 0 16px 38px rgba(0, 120, 212, 0.4);
  transform: translateY(-2px);
}

.lease-btn--ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.lease-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 74px));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.lease-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.018), transparent 42%),
    radial-gradient(circle at 72% 38%, rgba(0, 120, 212, 0.08), transparent 28%);
}

.lease-hero__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(44px); }
.lease-hero__glow--one { width: 360px; height: 360px; left: -140px; top: 8%; background: rgba(0, 120, 212, 0.24); }
.lease-hero__glow--two { width: 300px; height: 300px; right: 8%; bottom: -150px; background: rgba(33, 184, 246, 0.14); }

.lease-hero__inner { width: 100%; min-width: 0; padding-top: clamp(5rem, 10vw, 8rem); padding-bottom: clamp(5rem, 10vw, 8rem); }
.lease-hero__copy { max-width: 690px; min-width: 0; }

.lease-eyebrow,
.lease-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #65cef9;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lease-hero h1 {
  max-width: 760px;
  margin: 1.15rem 0 1.4rem;
  color: #fff;
  font-size: clamp(2.65rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.lease-keyword,
.lease-hero h1 span {
  color: #55c8f7;
  background: linear-gradient(90deg, #25b7f2 0%, #6ed6ff 48%, #2f8cf4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lease-hero h1 span {
  display: block;
  padding-bottom: 0.08em;
}

.lease-page .contact-section__social a svg {
  display: block;
  width: 18px;
  height: 18px;
}

.lease-hero__copy > p {
  max-width: 620px;
  color: rgba(244, 249, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.7;
}

.lease-hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }

.lease-hero__facts { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2.4rem; }
.lease-hero__facts span { padding: 0.55rem 0.85rem; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; color: rgba(255, 255, 255, 0.72); background: rgba(3, 21, 47, 0.5); font-size: 0.82rem; font-weight: 600; backdrop-filter: blur(12px); }

.lease-section {
  position: relative;
  z-index: 1;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: transparent;
  isolation: isolate;
}
.lease-section__head { max-width: 790px; margin: 0 auto clamp(2.4rem, 5vw, 4rem); text-align: center; }
.lease-section__head .lease-label { justify-content: center; }

.lease-section h2 {
  margin-top: 0.85rem;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lease-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

.lease-tech-card {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1.1rem;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(116, 202, 255, 0.14);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(12, 48, 92, 0.72), rgba(4, 26, 57, 0.86));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 18px 38px rgba(0, 0, 0, 0.16);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.lease-tech-card:hover { transform: translateY(-7px); border-color: rgba(83, 200, 247, 0.48); box-shadow: 0 22px 48px rgba(0, 120, 212, 0.18); }
.lease-tech-card img { width: 92px; height: 92px; object-fit: contain; border-radius: 18px; mix-blend-mode: screen; }
.lease-tech-card h3 { color: #fff; font-size: 1.3rem; font-weight: 750; }

.lease-section--benefits { border: 0; background: transparent; }
.lease-section--benefits::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4%;
  right: -16%;
  width: 52%;
  height: 82%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 120, 212, 0.13), transparent 68%);
  filter: blur(22px);
  pointer-events: none;
}
.lease-benefits { display: block; }
.lease-benefits__copy { max-width: 1080px; margin-inline: auto; }
.lease-benefits__copy > .lease-label { display: flex; justify-content: center; }
.lease-benefits h2 { max-width: 760px; margin: 0.85rem auto 2.5rem; text-align: center; }
.lease-benefits__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.05rem; }
.lease-benefits__list li { position: relative; padding: 1rem 1rem 1rem 3.2rem; border: 1px solid rgba(111, 198, 255, 0.12); border-radius: 14px; color: var(--lease-muted); background: rgba(6, 29, 60, 0.62); line-height: 1.55; }
.lease-benefits__list li::before { content: "✓"; position: absolute; top: 1rem; left: 1rem; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--lease-cyan), var(--lease-blue)); font-size: 0.78rem; font-weight: 900; box-shadow: 0 0 18px rgba(33, 184, 246, 0.3); }
.lease-benefits__list li:last-child {
  grid-column: 1 / -1;
  margin-top: 0.35rem;
  padding: 1.2rem 1.5rem 0;
  border: 0;
  border-top: 1px solid rgba(111, 198, 255, 0.18);
  border-radius: 0;
  color: rgba(232, 243, 255, 0.66);
  background: transparent;
  font-size: 0.92rem;
  text-align: center;
}

.lease-benefits__list li:last-child::before { display: none; }

.lease-section--cta { padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: clamp(4rem, 7vw, 6rem); }
.lease-cta { max-width: 760px; padding: 58px 48px; }
.lease-cta.border-glow-card {
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.52),
    0 0 24px rgba(6, 182, 212, 0.28),
    0 0 54px rgba(43, 149, 245, 0.2);
}
.lease-cta .lease-label { display: flex; justify-content: center; color: rgba(101, 206, 249, 0.86); }
.lease-cta h2 { margin-top: 0.65rem; }
.lease-cta p { max-width: 620px; margin: 0 auto 2rem; line-height: 1.65; }

.lease-brand-carousel { padding-block: 1.25rem; }
.lease-brand-carousel .logos-track { gap: clamp(3rem, 7vw, 6rem); }
.lease-brand-carousel .logos-track img { height: 52px; max-width: 190px; }

.lease-page .contact-section { position: relative; background: transparent; }

.lease-page [data-animate] { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms ease; }
.lease-page [data-animate="scale"] { transform: scale(0.96); }
.lease-page [data-animate].is-visible { opacity: 1; transform: none; }
.lease-page [data-delay="1"] { transition-delay: 80ms; }
.lease-page [data-delay="2"] { transition-delay: 160ms; }
.lease-page [data-delay="3"] { transition-delay: 240ms; }
.lease-page [data-delay="4"] { transition-delay: 320ms; }

@media (max-width: 920px) {
  .lease-tech-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 70px; }
  .lease-hero { min-height: 700px; }
  .lease-hero::after { background: radial-gradient(circle at 50% 35%, rgba(0, 120, 212, 0.09), transparent 48%); }
  .lease-hero__inner { align-self: end; padding-top: 8rem; padding-bottom: 4.2rem; }
  .lease-hero h1 { font-size: clamp(2.05rem, 9.8vw, 3.2rem); overflow-wrap: anywhere; }
  .lease-hero__actions { display: grid; }
  .lease-hero__actions .btn { width: 100%; }
  .lease-hero__facts { display: grid; grid-template-columns: 1fr; }
  .lease-tech-grid { grid-template-columns: 1fr; }
  .lease-tech-card { min-height: 170px; grid-template-columns: auto 1fr; justify-items: start; }
  .lease-tech-card img { width: 76px; height: 76px; }
  .lease-benefits__list { grid-template-columns: 1fr; }
  .lease-benefits__list li:last-child { grid-column: auto; }
  .lease-benefits__list li { padding-right: 0.85rem; font-size: 0.91rem; }
  .lease-cta { padding: 44px 24px; }
  .lease-brand-carousel .logos-track { gap: 3rem; }
  .lease-brand-carousel .logos-track img { height: 42px; max-width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .lease-page *,
  .lease-page *::before,
  .lease-page *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: 0.01ms !important; }
}
