.sapa-home-page {
  --blue: #29AAE1;
  --green: #019C77;
  --graphite: #111820;
  --graphite-deep: #071018;
  --text: #111820;
  --muted: #5b6670;
  --line: #e5edf3;
  --bg-soft: #f7fbfd;
  --white: #fff;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow: 0 22px 58px rgba(17, 24, 32, 0.1);
  --shadow-strong: 0 30px 84px rgba(17, 24, 32, 0.18);
  --brand-gradient: linear-gradient(115deg, var(--blue) 0%, var(--green) 62%, #0b1117 100%);
  --font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.sapa-home-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sapa-home-page {
  scroll-behavior: smooth;
}

.sapa-home-page {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--text);
  font-family: var(--font);
  font-weight: 500;
  line-height: 1.5;
}

.sapa-home-page img,
.sapa-home-page svg {
  display: block;
  max-width: 100%;
}

.sapa-home-page img {
  -webkit-user-drag: none;
  user-select: none;
}

.sapa-home-page a {
  color: inherit;
}

.sapa-home-page button,
.sapa-home-page input,
.sapa-home-page select,
.sapa-home-page textarea {
  font: inherit;
}

.sapa-home-page::-webkit-scrollbar {
  width: 8px;
}

.sapa-home-page::-webkit-scrollbar-track {
  background: #edf4f8;
}

.sapa-home-page::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 999px;
}

.sapa-home-page .container {
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
}

.sapa-home-page section {
  padding: 84px 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.sapa-home-page .hero {
  content-visibility: visible;
}

.sapa-home-page .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.sapa-home-page .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.sapa-home-page .image-loaded {
  opacity: 1 !important;
  filter: blur(0) saturate(1.08) contrast(1.04) !important;
}

.sapa-home-page .ambient,
.sapa-home-page .cursor-glow {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.sapa-home-page .ambient {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(58px);
  opacity: 0.24;
  mix-blend-mode: screen;
}

.sapa-home-page .ambient-1 {
  top: -140px;
  right: 8%;
  background: rgba(41, 170, 225, 0.48);
}

.sapa-home-page .ambient-2 {
  bottom: 12%;
  left: -120px;
  background: rgba(1, 156, 119, 0.42);
}

.sapa-home-page .cursor-glow {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 170, 225, 0.18), transparent 62%);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
  z-index: 3;
}

body.has-cursor-glow .sapa-home-page .cursor-glow {
  opacity: 1;
}

.sapa-home-page .section-label,
.sapa-home-page .hero-tagline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 46px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.sapa-home-page .section-label::before,
.sapa-home-page .hero-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  transform: translateY(-50%);
}

.sapa-home-page .section-label::after,
.sapa-home-page .hero-tagline::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--green);
  box-shadow: 0 0 16px rgba(1, 156, 119, 0.55);
}

.sapa-home-page .section-header,
.sapa-home-page .business-header,
.sapa-home-page .map-header {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.sapa-home-page .section-header .section-label,
.sapa-home-page .business-header .section-label,
.sapa-home-page .map-header .section-label {
  padding-left: 0;
}

.sapa-home-page .section-header .section-label::before,
.sapa-home-page .business-header .section-label::before,
.sapa-home-page .map-header .section-label::before {
  position: static;
  transform: none;
}

.sapa-home-page .section-title {
  max-width: 900px;
  margin-top: 18px;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1.12;
  text-wrap: balance;
}

.sapa-home-page .section-header .section-title,
.sapa-home-page .business-header .section-title,
.sapa-home-page .map-header .section-title,
.sapa-home-page .app .section-title {
  margin-left: auto;
  margin-right: auto;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sapa-home-page .section-desc,
.sapa-home-page .about-text,
.sapa-home-page .bikes-desc,
.sapa-home-page .app-desc {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.sapa-home-page .text-green {
  color: var(--green);
}

.sapa-home-page .text-blue {
  color: var(--blue);
}

.sapa-home-page .btn-primary,
.sapa-home-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sapa-home-page .btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 18px 36px rgba(1, 156, 119, 0.22);
}

.sapa-home-page .btn-secondary {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.sapa-home-page .btn-primary:hover,
.sapa-home-page .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(41, 170, 225, 0.22);
}

.sapa-home-page .hero {
  position: relative;
  min-height: 100vh;
  padding: 78px 0 46px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(41, 170, 225, 0.3), transparent 34%),
    radial-gradient(circle at 10% 82%, rgba(1, 156, 119, 0.22), transparent 36%),
    linear-gradient(140deg, #112432 0%, #173242 48%, #0d1b26 100%);
}

.sapa-home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.46;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.sapa-home-page .hero::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 9%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(41, 170, 225, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 48px rgba(1, 156, 119, 0.14);
  opacity: 0.46;
  pointer-events: none;
}

.sapa-home-page .hero .container {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.sapa-home-page .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.sapa-home-page .hero-text {
  position: relative;
  z-index: 7;
  min-width: 0;
  max-width: 640px;
  margin-right: 0;
  pointer-events: auto;
}

.sapa-home-page .hero-title {
  max-width: 640px;
  margin: 22px 0 24px;
  font-size: clamp(38px, 4.15vw, 60px);
  font-weight: 900;
  line-height: 1.04;
  color: transparent;
  background: linear-gradient(112deg, #fff 0%, #dff7ff 34%, var(--blue) 58%, var(--green) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.sapa-home-page .hero-title::after {
  content: "";
  display: block;
  width: min(320px, 58%);
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), transparent);
  box-shadow: 0 0 24px rgba(41, 170, 225, 0.34);
}

.sapa-home-page .hero-desc {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.sapa-home-page .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sapa-home-page .hero-buttons .btn-primary,
.sapa-home-page .hero-buttons .btn-secondary {
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07)),
    rgba(9, 18, 27, 0.18);
  color: #fff;
  backdrop-filter: blur(14px) saturate(1.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 36px rgba(0, 0, 0, 0.18);
}

.sapa-home-page .hero-buttons .btn-primary {
  background:
    linear-gradient(135deg, rgba(41, 170, 225, 0.34), rgba(1, 156, 119, 0.24)),
    rgba(255, 255, 255, 0.08);
}

.sapa-home-page .hero-buttons .btn-secondary {
  color: rgba(255, 255, 255, 0.82);
}

.sapa-home-page .hero-buttons .btn-primary:hover,
.sapa-home-page .hero-buttons .btn-secondary:hover {
  background:
    linear-gradient(135deg, rgba(41, 170, 225, 0.42), rgba(1, 156, 119, 0.3)),
    rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 20px 46px rgba(41, 170, 225, 0.18);
}

.sapa-home-page .hero-slider {
  position: relative;
  z-index: 3;
  height: 500px;
  margin-left: 0;
  overflow: visible;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  perspective: 1200px;
}

.sapa-home-page .hero-slider:active {
  cursor: grabbing;
}

.sapa-home-page .hero-slide-track {
  position: relative;
  height: 100%;
}

.sapa-home-page .hero-slide {
  position: absolute;
  top: 50%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -1px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  transition: left 0.45s ease, width 0.45s ease, height 0.45s ease, opacity 0.45s ease, transform 0.45s ease;
}

.sapa-home-page .hero-slide.prev,
.sapa-home-page .hero-slide.next {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.sapa-home-page .hero-slide.active {
  z-index: 3;
}

.sapa-home-page .hero-slide.prev {
  z-index: 2;
}

.sapa-home-page .hero-slide.next {
  z-index: 1;
}

.sapa-home-page .hero-slide.hide {
  pointer-events: none;
}

.sapa-home-page .hero-slide img,
.sapa-home-page .about-image img,
.sapa-home-page .bike-main-image img,
.sapa-home-page .gallery-item img,
.sapa-home-page .app-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: blur(16px) saturate(1.08) contrast(1.04);
  transition: opacity 0.65s ease, filter 0.65s ease, transform 0.55s ease;
}

.sapa-home-page .hero-slide.active img {
  transform: scale(1);
}

.sapa-home-page .slider-dots,
.sapa-home-page .app-slider-dots {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.sapa-home-page .slider-dots .dot,
.sapa-home-page .app-slider-dots .dot {
  display: block;
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px;
  height: 10px !important;
  min-height: 10px !important;
  max-height: 10px;
  padding: 0 !important;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  appearance: none;
  line-height: 0;
  font-size: 0;
  box-shadow: none;
  flex: 0 0 auto;
  transition: width 0.25s ease, background 0.25s ease;
}

.sapa-home-page .slider-dots .dot.active,
.sapa-home-page .app-slider-dots .dot.active {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px;
  border-radius: 999px;
  background: var(--green);
}

.sapa-home-page .hero-data-panel {
  position: absolute;
  z-index: 8;
  min-width: 190px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(9, 18, 27, 0.26);
  backdrop-filter: blur(14px) saturate(1.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 44px rgba(0, 0, 0, 0.2);
  color: #fff;
  pointer-events: none;
}

.sapa-home-page .hero-data-panel--top {
  top: 12%;
  right: 2%;
}

.sapa-home-page .hero-data-panel--bottom {
  left: 0;
  bottom: 14%;
  animation-delay: -2s;
}

.sapa-home-page .hero-data-panel span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sapa-home-page .hero-data-panel strong {
  display: block;
  background: linear-gradient(110deg, #fff 0%, #8ddcff 42%, var(--green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 18px;
  font-weight: 900;
}

.sapa-home-page .hero-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 40px;
  padding: 16px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 58px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) saturate(1.18);
}

.sapa-home-page .stat-divider {
  display: none;
}

.sapa-home-page .hero-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(41, 170, 225, 0.16), transparent);
  transform: translateX(-100%);
  display: none;
}

.sapa-home-page .stat-item {
  position: relative;
  z-index: 1;
  min-height: 118px;
  padding: 20px 26px;
}

.sapa-home-page .stat-item + .stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.28), transparent);
}

.sapa-home-page .stat-num {
  color: var(--blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.sapa-home-page .stat-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.sapa-home-page .about,
.sapa-home-page .bikes,
.sapa-home-page .map,
.sapa-home-page .business {
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.sapa-home-page .trust,
.sapa-home-page .ecosystem,
.sapa-home-page .app,
.sapa-home-page .gallery {
  background:
    radial-gradient(circle at top right, rgba(41, 170, 225, 0.1), transparent 30%),
    linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
}

.sapa-home-page .about-grid,
.sapa-home-page .app-grid,
.sapa-home-page .lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  gap: 56px;
  align-items: center;
}

.sapa-home-page .about-content .section-title,
.sapa-home-page .bikes .section-title {
  max-width: 780px;
  background: linear-gradient(115deg, #111820 0%, var(--blue) 42%, var(--green) 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sapa-home-page .about-content .section-title {
  font-size: clamp(28px, 3vw, 42px);
}

.sapa-home-page .about-text {
  margin-top: 18px;
}

.sapa-home-page .about-features,
.sapa-home-page .app-features-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.sapa-home-page .feature-item,
.sapa-home-page .app-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.sapa-home-page .feature-num,
.sapa-home-page .feature-dot {
  min-width: 44px;
  font-size: 24px;
  line-height: 1;
}

.sapa-home-page .feature-num,
.sapa-home-page .feature-dot {
  color: var(--blue);
  font-weight: 900;
}

.sapa-home-page .feature-item h4,
.sapa-home-page .app-feature h4,
.sapa-home-page .trust-card h3,
.sapa-home-page .eco-card h3,
.sapa-home-page .business-card h3 {
  color: var(--graphite);
  background: linear-gradient(115deg, var(--graphite) 0%, var(--blue) 48%, var(--green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sapa-home-page .feature-item h4,
.sapa-home-page .app-feature h4 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.sapa-home-page .feature-item p,
.sapa-home-page .app-feature p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.sapa-home-page .about-image,
.sapa-home-page .bike-main-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-strong);
}

.sapa-home-page .about-image::before,
.sapa-home-page .bike-main-image::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(41, 170, 225, 0.22);
  border-radius: calc(var(--radius-xl) + 10px);
  pointer-events: none;
}

.sapa-home-page .about-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 18px 22px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
}

.sapa-home-page .badge-num {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.sapa-home-page .badge-text {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sapa-home-page .trust-grid,
.sapa-home-page .eco-grid,
.sapa-home-page .business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sapa-home-page .trust-card,
.sapa-home-page .eco-card,
.sapa-home-page .business-card,
.sapa-home-page .station-metric,
.sapa-home-page .lead-form {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sapa-home-page .trust-card::before,
.sapa-home-page .eco-card::before,
.sapa-home-page .business-card::before,
.sapa-home-page .station-metric::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(41, 170, 225, 0.1), rgba(1, 156, 119, 0.08));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.sapa-home-page .trust-card::after,
.sapa-home-page .eco-card::after,
.sapa-home-page .business-card::after,
.sapa-home-page .station-metric::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(41, 170, 225, 0.5), transparent);
  opacity: 0.7;
}

.sapa-home-page .trust-card:hover,
.sapa-home-page .eco-card:hover,
.sapa-home-page .business-card:hover,
.sapa-home-page .station-metric:hover {
  transform: translateY(-6px);
  border-color: rgba(41, 170, 225, 0.38);
  box-shadow: 0 24px 70px rgba(17, 24, 32, 0.12);
}

.sapa-home-page .trust-card:hover::before,
.sapa-home-page .eco-card:hover::before,
.sapa-home-page .business-card:hover::before,
.sapa-home-page .station-metric:hover::before {
  opacity: 1;
}

.sapa-home-page .trust-card span,
.sapa-home-page .eco-num,
.sapa-home-page .business-num {
  position: relative;
  display: block;
  margin-bottom: 24px;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 900;
  line-height: 0.9;
}

.sapa-home-page .trust-card span {
  color: var(--blue);
}

.sapa-home-page .eco-num,
.sapa-home-page .business-num {
  color: var(--green);
}

.sapa-home-page .trust-card h3,
.sapa-home-page .eco-card h3,
.sapa-home-page .business-card h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.sapa-home-page .trust-card p,
.sapa-home-page .eco-card p,
.sapa-home-page .business-card p {
  position: relative;
  color: var(--muted);
  line-height: 1.65;
}

.sapa-home-page .bikes-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.sapa-home-page .bikes-header .section-title {
  font-size: clamp(30px, 3.7vw, 52px);
}

.sapa-home-page .bikes-desc {
  max-width: 540px;
  margin-left: auto;
  padding: 22px 0 6px;
  font-size: 17px;
}

.sapa-home-page .bike-showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 26px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 82% 12%, rgba(41, 170, 225, 0.26), transparent 34%),
    radial-gradient(circle at 20% 100%, rgba(1, 156, 119, 0.2), transparent 34%),
    linear-gradient(135deg, #101820 0%, #071018 100%);
  box-shadow: 0 26px 80px rgba(7, 16, 24, 0.18);
}

.sapa-home-page .bike-main-image {
  min-height: 430px;
  box-shadow: none;
}

.sapa-home-page .bike-main-image::before {
  display: none;
}

.sapa-home-page .bike-specs {
  padding: 14px 10px 8px 28px;
  color: #fff;
}

.sapa-home-page .bike-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sapa-home-page .bike-name {
  margin: 12px 0 28px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
}

.sapa-home-page .specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.sapa-home-page .spec-box {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(10px);
}

.sapa-home-page .spec-value {
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.sapa-home-page .spec-value span {
  font-size: 13px;
}

.sapa-home-page .spec-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sapa-home-page .bike-features {
  list-style: none;
}

.sapa-home-page .bike-features li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.74);
}

.sapa-home-page .bike-features li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 2px;
  margin-right: 8px;
  vertical-align: middle;
  background: var(--green);
}

.sapa-home-page .gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: 250px;
  gap: 18px;
}

.sapa-home-page .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sapa-home-page .gallery-item--wide {
  grid-row: span 2;
}

.sapa-home-page .gallery-item--tall {
  grid-column: span 2;
}

.sapa-home-page .gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 16, 24, 0.72), rgba(7, 16, 24, 0.05) 56%);
  opacity: 0.9;
  transition: opacity 0.35s ease;
}

.sapa-home-page .gallery-item span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.sapa-home-page .gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.sapa-home-page .gallery-item:hover img {
  transform: scale(1.08);
}

.sapa-home-page .station-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.sapa-home-page .station-metric strong {
  position: relative;
  display: block;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.sapa-home-page .station-metric span {
  position: relative;
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.sapa-home-page .map-frame {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #eef4f8;
}

.sapa-home-page .map-frame iframe,
.sapa-home-page .map-frame > div {
  width: 100%;
  min-height: 600px;
  border: 0;
}

.sapa-home-page .app-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
}

.sapa-home-page .app-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.sapa-home-page .store-btn-img img {
  height: 44px;
  opacity: 1 !important;
  filter: none !important;
}

.sapa-home-page .app-mockup {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.sapa-home-page .iphone-frame {
  position: relative;
  width: 270px;
  height: 560px;
  padding: 10px;
  border: 10px solid var(--graphite);
  border-radius: 42px;
  background: var(--graphite);
  box-shadow: var(--shadow-strong);
}

.sapa-home-page .iphone-notch {
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 2;
  width: 88px;
  height: 24px;
  border-radius: 0 0 18px 18px;
  background: var(--graphite);
  transform: translateX(-50%);
}

.sapa-home-page .notch-dot {
  width: 6px;
  height: 6px;
  margin: 7px auto 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.sapa-home-page .iphone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
}

.sapa-home-page .app-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: grab;
  touch-action: pan-y;
}

.sapa-home-page .app-slider-track:active {
  cursor: grabbing;
}

.sapa-home-page .app-slide {
  flex: 0 0 100%;
}

.sapa-home-page .iphone-home-indicator {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 84px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  transform: translateX(-50%);
}

.sapa-home-page .iphone-side-btn {
  position: absolute;
  top: 120px;
  width: 3px;
  height: 56px;
  background: #0b1117;
}

.sapa-home-page .iphone-side-btn.left {
  left: -13px;
  border-radius: 2px 0 0 2px;
}

.sapa-home-page .iphone-side-btn.right {
  right: -13px;
  border-radius: 0 2px 2px 0;
}

.sapa-home-page .business-benefits {
  background:
    radial-gradient(circle at 100% 0%, rgba(41, 170, 225, 0.18), transparent 34%),
    linear-gradient(135deg, var(--graphite), var(--graphite-deep));
  color: #fff;
}

.sapa-home-page .business-benefits h3,
.sapa-home-page .business-benefits p {
  color: #fff;
}

.sapa-home-page .business-benefits h3 {
  background: linear-gradient(115deg, #fff 0%, #dff7ff 34%, var(--blue) 66%, var(--green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sapa-home-page .business-benefits p {
  margin-top: 10px;
  padding-left: 22px;
}

.sapa-home-page .business-benefits p::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 12px 1px -22px;
  background: var(--green);
}

.sapa-home-page .lead {
  background:
    radial-gradient(circle at 20% 20%, rgba(41, 170, 225, 0.2), transparent 30%),
    linear-gradient(135deg, var(--graphite-deep), var(--graphite));
  color: #fff;
}

.sapa-home-page .lead .section-title {
  margin-top: 18px;
  background: linear-gradient(115deg, #fff 0%, var(--blue) 48%, #12c796 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sapa-home-page .lead .section-desc {
  color: rgba(255, 255, 255, 0.74);
}

.sapa-home-page .lead .section-label {
  color: rgba(255, 255, 255, 0.86);
}

.sapa-home-page .lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  color: var(--text);
  border-radius: var(--radius-xl);
}

.sapa-home-page .lead-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.sapa-home-page .lead-form .sapa-form-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sapa-home-page .lead-form .lead-message-label,
.sapa-home-page .lead-form .lead-consents,
.sapa-home-page .lead-form .sapa-form-status,
.sapa-home-page .lead-form button {
  grid-column: 1 / -1;
}

.sapa-home-page .lead-consents {
  display: grid;
  gap: 4px;
  margin-top: 2px;
}

.sapa-home-page .lead-consent {
  display: grid !important;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  gap: 6px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  line-height: 1.25;
}

.sapa-home-page .lead-consent input[type="checkbox"] {
  width: 14px !important;
  height: 14px;
  min-height: 14px !important;
  margin: 0;
  accent-color: var(--green);
  border-radius: 3px;
  box-shadow: none;
}

.sapa-home-page .lead-consent span {
  display: block;
  color: var(--text);
}

.sapa-home-page .lead-consent a {
  color: var(--graphite);
  text-decoration: underline;
  text-decoration-color: rgba(17, 24, 32, 0.3);
  text-underline-offset: 2px;
}

.sapa-home-page .lead-consent a:hover {
  color: var(--graphite);
  text-decoration-color: var(--green);
}

.sapa-home-page form[data-sapa-lead-form] .lead-consent,
.sapa-home-page form[data-sapa-lead-form] .lead-consent span,
.sapa-home-page form[data-sapa-lead-form] .lead-consent strong {
  color: var(--text) !important;
}

.sapa-home-page form[data-sapa-lead-form] .lead-consent a,
.sapa-home-page form[data-sapa-lead-form] .lead-consent a:visited,
.sapa-home-page form[data-sapa-lead-form] .lead-consent a:active {
  color: var(--graphite) !important;
  text-decoration-color: rgba(17, 24, 32, 0.3) !important;
}

.sapa-home-page form[data-sapa-lead-form] .lead-consent a:hover,
.sapa-home-page form[data-sapa-lead-form] .lead-consent a:focus {
  color: var(--graphite) !important;
  text-decoration-color: var(--green) !important;
}

.sapa-home-page .lead-form input,
.sapa-home-page .lead-form select,
.sapa-home-page .lead-form textarea {
  display: block;
  width: 100% !important;
  max-width: none !important;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #f8fbfd;
  color: var(--text);
  font-weight: 700;
  outline: none;
}

.sapa-home-page .lead-form input,
.sapa-home-page .lead-form select {
  min-height: 52px;
}

.sapa-home-page .lead-form select {
  line-height: 1.2;
  padding-right: 16px;
}

.sapa-home-page .lead-form textarea {
  min-height: 170px;
  resize: vertical;
}

.sapa-home-page .lead-form input:focus,
.sapa-home-page .lead-form select:focus,
.sapa-home-page .lead-form textarea:focus {
  border-color: var(--blue);
  background: #fff;
}

.sapa-home-page .sapa-form-status {
  display: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.sapa-home-page .sapa-form-status:not(:empty) {
  display: block;
  margin-top: 2px;
}

.sapa-home-page .sapa-form-status[data-status="success"] {
  color: var(--green);
}

.sapa-home-page .sapa-form-status[data-status="error"] {
  color: #d73737;
}

.sapa-home-page .lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.sapa-home-page .footer {
  padding: 64px 0 28px;
  background:
    radial-gradient(circle at 12% 12%, rgba(41, 170, 225, 0.14), transparent 28%),
    linear-gradient(135deg, var(--graphite), var(--graphite-deep));
  color: #fff;
}

.sapa-home-page .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 54px;
  margin-bottom: 34px;
}

.sapa-home-page .footer-logo {
  display: inline-flex;
  align-items: center;
  width: 220px;
  max-width: 72vw;
  margin-bottom: 14px;
  text-decoration: none;
}

.sapa-home-page .footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sapa-home-page .footer-about {
  max-width: 420px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.sapa-home-page .footer-icon-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.sapa-home-page .footer-icon-row a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0 !important;
  line-height: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.sapa-home-page .footer-icon-row a:hover {
  transform: translateY(-2px);
}

.sapa-home-page .footer-icon-row img {
  width: auto;
  height: 40px;
  opacity: 1 !important;
  filter: none !important;
}

.sapa-home-page .footer-social-link {
  width: 56px;
  height: 56px;
  padding: 0 !important;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(10, 10, 10, 0.12);
}

.sapa-home-page .footer-social-link img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.sapa-home-page .footer-col h4 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sapa-home-page .footer-col p,
.sapa-home-page .footer-col a {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  text-decoration: none;
}

.sapa-home-page .footer-col a:hover {
  color: var(--blue);
}

.sapa-home-page .footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.sapa-home-page .footer-bottom p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.sapa-home-page .is-tilting {
  will-change: transform;
  transform-style: preserve-3d;
}

@keyframes ambientOne {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-36px, 52px, 0) scale(1.08); }
}

@keyframes ambientTwo {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(54px, -36px, 0) scale(1.12); }
}

@keyframes gridFloat {
  from { background-position: 0 0; }
  to { background-position: 72px 72px; }
}

@keyframes brandPulse {
  0%, 100% { transform: scale(1); opacity: 0.46; }
  50% { transform: scale(1.08); opacity: 0.86; }
}

@keyframes heroImageFloat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

@keyframes panelFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes statSweep {
  0%, 34% { transform: translateX(-100%); }
  66%, 100% { transform: translateX(100%); }
}

@media (max-width: 1180px) {
  .sapa-home-page .container {
    width: min(100% - 56px, 1120px);
  }

  .sapa-home-page .hero-inner,
.sapa-home-page .about-grid,
.sapa-home-page .app-grid {
    grid-template-columns: 1fr 0.92fr;
    gap: 34px;
  }

  .sapa-home-page .hero-text {
    margin-right: 0;
  }

  .sapa-home-page .hero-title {
    font-size: clamp(36px, 4.6vw, 52px);
  }

  .sapa-home-page .hero-slider {
    height: 430px;
    margin-left: 0;
    overflow: visible;
  }

  .sapa-home-page .hero-slide.prev,
  .sapa-home-page .hero-slide.next {
    box-shadow: none;
  }

  .sapa-home-page .trust-grid,
.sapa-home-page .eco-grid,
.sapa-home-page .business-grid,
.sapa-home-page .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sapa-home-page .gallery-grid {
    grid-auto-rows: 230px;
  }

  .sapa-home-page .gallery-item--wide,
.sapa-home-page .gallery-item--tall {
    grid-column: auto;
    grid-row: auto;
  }

  .sapa-home-page .bike-showcase,
.sapa-home-page .lead-grid {
    grid-template-columns: 1fr;
  }

  .sapa-home-page .bike-specs {
    padding: 10px 4px 4px;
  }
}

@media (max-width: 768px) {
  .sapa-home-page .container {
    width: min(100% - 40px, 720px);
  }

  .sapa-home-page section {
    padding: 64px 0;
  }

  .sapa-home-page .ambient,
.sapa-home-page .cursor-glow {
    display: none;
  }

  .sapa-home-page .hero {
    min-height: auto;
    padding: 46px 0 34px;
    overflow: hidden;
    background:
      radial-gradient(circle at 74% 8%, rgba(41, 170, 225, 0.28), transparent 34%),
      linear-gradient(150deg, #122838 0%, #173142 60%, #0d1b26 100%);
  }

  .sapa-home-page .hero::after {
    width: 160px;
    height: 160px;
    right: -46px;
  }

  .sapa-home-page .hero-inner,
.sapa-home-page .about-grid,
.sapa-home-page .app-grid,
.sapa-home-page .lead-grid,
.sapa-home-page .bikes-header {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sapa-home-page .hero-text {
    width: 100%;
    max-width: none;
    margin-right: 0;
    pointer-events: auto;
  }

  .sapa-home-page .hero-title {
    max-width: 100%;
    font-size: clamp(29px, 8.4vw, 40px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .sapa-home-page .hero-title::after {
    width: min(240px, 68%);
    margin-top: 18px;
  }

  .sapa-home-page .hero-desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .sapa-home-page .section-title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .sapa-home-page .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .sapa-home-page .hero-buttons .btn-primary,
  .sapa-home-page .hero-buttons .btn-secondary {
    width: 100%;
    max-width: 100%;
    padding-inline: 18px;
    white-space: normal;
    text-align: center;
  }

  .sapa-home-page .hero-slider {
    width: 100%;
    max-width: 100%;
    height: clamp(260px, 72vw, 340px);
    margin-left: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .sapa-home-page .hero-slide {
    border-radius: 24px;
  }

  .sapa-home-page .hero-slide.prev,
  .sapa-home-page .hero-slide.next,
  .sapa-home-page .hero-slide.hide {
    box-shadow: none;
    pointer-events: none;
  }

  .sapa-home-page .hero-data-panel {
    position: absolute;
    display: block;
    min-width: min(190px, 46%);
    max-width: calc(50% - 16px);
    margin: 0;
    padding: 12px 14px;
    animation: none;
  }

  .sapa-home-page .hero-data-panel--top {
    top: 14px;
    right: 14px;
  }

  .sapa-home-page .hero-data-panel--bottom {
    left: 14px;
    bottom: 42px;
  }

  .sapa-home-page .hero-data-panel span {
    font-size: 10px;
  }

  .sapa-home-page .hero-data-panel strong {
    font-size: 16px;
  }

  .sapa-home-page .hero-stats,
.sapa-home-page .trust-grid,
.sapa-home-page .eco-grid,
.sapa-home-page .business-grid,
.sapa-home-page .station-grid,
.sapa-home-page .gallery-grid,
.sapa-home-page .lead-form,
.sapa-home-page .footer-grid,
.sapa-home-page .specs-grid {
    grid-template-columns: 1fr;
  }

  .sapa-home-page .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .sapa-home-page .stat-item + .stat-item::before {
    display: none;
  }

  .sapa-home-page .stat-item:nth-child(5)::before,
.sapa-home-page .stat-item:nth-child(7)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    display: block;
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.24), transparent);
  }

  .sapa-home-page .about-image,
.sapa-home-page .bike-main-image {
    min-height: 280px;
  }

  .sapa-home-page .bikes-desc {
    margin-left: 0;
    padding-top: 0;
    font-size: 15px;
  }

  .sapa-home-page .bike-showcase {
    padding: 14px;
    gap: 18px;
  }

  .sapa-home-page .gallery-grid {
    grid-auto-rows: 260px;
  }

  .sapa-home-page .lead-form label,
  .sapa-home-page .lead-form .lead-message-label,
  .sapa-home-page .lead-form .sapa-form-status,
  .sapa-home-page .lead-form button {
    grid-column: 1 / -1;
  }

  .sapa-home-page .iphone-frame {
    width: 220px;
    height: 460px;
    border-radius: 34px;
  }
}

@media (max-width: 420px) {
  .sapa-home-page .container {
    width: min(100% - 24px, 420px);
  }

  .sapa-home-page .hero-title {
    font-size: clamp(30px, 10vw, 40px);
  }

  .sapa-home-page .hero-data-panel {
    min-width: 132px;
    max-width: calc(50% - 12px);
    padding: 10px 11px;
    border-radius: 14px;
  }

  .sapa-home-page .hero-data-panel--top {
    top: 10px;
    right: 10px;
  }

  .sapa-home-page .hero-data-panel--bottom {
    left: 10px;
    bottom: 34px;
  }

  .sapa-home-page .hero-data-panel span {
    margin-bottom: 4px;
    font-size: 8px;
    letter-spacing: 0.7px;
  }

  .sapa-home-page .hero-data-panel strong {
    font-size: 13px;
  }

  .sapa-home-page .stat-num,
.sapa-home-page .station-metric strong {
    font-size: 34px;
  }

  .sapa-home-page .hero-stats {
    grid-template-columns: 1fr;
  }

  .sapa-home-page .stat-item:nth-child(5)::before,
.sapa-home-page .stat-item:nth-child(7)::before {
    display: none;
  }

  .sapa-home-page .trust-card,
.sapa-home-page .eco-card,
.sapa-home-page .business-card,
.sapa-home-page .station-metric,
.sapa-home-page .lead-form {
    padding: 22px;
  }
}

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


body.page-template-page-home-ru .wd-page-content.main-page-wrapper,
body.page-template-page-home-kk .wd-page-content.main-page-wrapper,
body.page-template-page-home-ru-php .wd-page-content.main-page-wrapper,
body.page-template-page-home-kk-php .wd-page-content.main-page-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-template-page-home-ru #main-content.wd-content-layout,
body.page-template-page-home-kk #main-content.wd-content-layout,
body.page-template-page-home-ru-php #main-content.wd-content-layout,
body.page-template-page-home-kk-php #main-content.wd-content-layout {
  padding-block: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-template-page-home-ru #main-content.container,
body.page-template-page-home-kk #main-content.container,
body.page-template-page-home-ru-php #main-content.container,
body.page-template-page-home-kk-php #main-content.container {
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-template-page-home-ru .sapa-home-page,
body.page-template-page-home-kk .sapa-home-page,
body.page-template-page-home-ru-php .sapa-home-page,
body.page-template-page-home-kk-php .sapa-home-page {
  width: 100%;
  overflow: hidden;
}

.fancybox__container {
  --fancybox-bg: rgba(7, 16, 24, 0.94);
  --fancybox-accent-color: #29AAE1;
  --carousel-button-svg-stroke-width: 2.6;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.fancybox__caption {
  font-weight: 700;
}

.f-button {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(41, 170, 225, 0.38), rgba(1, 156, 119, 0.3)),
    rgba(9, 18, 27, 0.46);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 38px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.f-button svg {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.22));
}

.f-button:hover {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(41, 170, 225, 0.58), rgba(1, 156, 119, 0.46)),
    rgba(9, 18, 27, 0.52);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 20px 48px rgba(41, 170, 225, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}

.f-button:active {
  transform: translateY(0) scale(0.96);
}

.f-button[disabled] {
  opacity: 0.34;
}
