@font-face {
  font-family: "VelaSans";
  src: url("https://system.maybesmart.ru/assets/fonts/VelaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VelaSans";
  src: url("https://system.maybesmart.ru/assets/fonts/VelaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VelaSans";
  src: url("https://system.maybesmart.ru/assets/fonts/VelaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #181822;
  --surface: #15171c;
  --surface-2: #21242e;
  --text: #eef0f6;
  --muted: #c8c8d2;
  --muted-2: #9898a2;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #7f6bff;
  --accent-2: #5548aa;
  --accent-soft: #a99aff;
  --ok: #67d8a2;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  --radius: 20px;
  --radius-sm: 14px;
  --container: 1600px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(127, 107, 255, 0.16) 0%, rgba(127, 107, 255, 0) 50%),
    radial-gradient(900px 500px at 100% 0%, rgba(84, 72, 170, 0.18) 0%, rgba(84, 72, 170, 0) 52%),
    var(--bg);
  color: var(--text);
  font-family: "VelaSans", "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: var(--container);
  max-width: 85%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(24, 24, 34, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 20px rgba(127, 107, 255, 0.8);
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #eef0f6;
  background: transparent;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  user-select: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.3);
  color: #eef0f6;
}

.btn:active {
  transform: translateY(0);
  opacity: 0.92;
}

.btn:focus,
.btn:focus-visible {
  color: #eef0f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

.btn.primary {
  background: #ffffff;
  color: #0b0c0f;
  border-color: transparent;
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.btn.primary:hover,
.btn.primary:focus,
.btn.primary:focus-visible {
  color: #0b0c0f;
  background: #ffffff;
}

.btn.hero-primary {
  background: linear-gradient(90deg, #7f6bff 0%, #5548aa 100%);
  color: #ffffff;
  border: 0;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 500;
  padding: 17px 29px;
  box-shadow: none;
}

.btn.hero-primary:hover,
.btn.hero-primary:focus,
.btn.hero-primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(90deg, #7f6bff 0%, #5548aa 100%);
}

.section {
  padding: 88px 0;
}

.hero {
  position: relative;
  --hero-edge-reserve: 120px;
  padding-top: 0;
  padding-bottom: var(--hero-edge-reserve);
}

.hero-stage {
  position: relative;
  display: grid;
  min-height: 700px;
  width: 100%;
  overflow: hidden;
  background: #111118;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

.hero-stage > * {
  grid-area: 1 / 1;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  min-height: 700px;
  padding-top: 86px;
  padding-bottom: 150px;
}

.hero-content .hero-card {
  max-width: 760px;
  flex: 0 1 760px;
}

.hero-feature-wrap {
  position: absolute;
  right: auto;
  left: calc(100% + ((100vw - 100%) / 2));
  top: 50%;
  --tour-peek: 104px;
    --tour-shift-y: 6%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(380px, calc(100vw - 48px));
  min-height: 0;
  padding: 0;
  transition: transform 0.32s ease;
}

.hero-card {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 18px 0 0;
  box-shadow: none;
  position: relative;
  overflow: visible;
  width: min(826px, calc(100% - 360px));
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 16px;
  backdrop-filter: none;
}

.hero-card::before {
  display: none;
}

.hero-kicker,
.hero-actions,
.hero-card h1,
.hero-sub {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: none;
  color: #dfe6f5;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-kicker-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.75));
}

.hero-feature {
  width: 100%;
  min-height: 188px;
  padding: 18px 14px 18px 18px;
  background: rgba(10, 15, 25, 0.9);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
  border-radius: 28px 0 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  margin: 0;
  transform: none;
}

.hero-feature:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(12, 18, 30, 0.96);
}

@media (hover: hover) and (pointer: fine) {
  .hero-feature-wrap {
    transform: translate(calc(-1 * var(--tour-peek)), var(--tour-shift-y));
  }

  .hero-feature-wrap:hover,
  .hero-feature-wrap:focus-within {
    transform: translate(-100%, var(--tour-shift-y));
  }
}

.hero-feature-copy {
  width: auto;
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-feature-title {
  color: #ffffff;
  font-size: 18px;
  font-family: "VelaSans", "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: center;
}

.hero-feature-media {
  width: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  margin-left: 0;
}

.hero-feature-thumb {
  width: 78px;
  height: 78px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 35% 35%, rgba(154, 187, 255, 0.34), rgba(25, 33, 50, 0.98));
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-feature-play {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
  display: block;
}

.hero-feature-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}

.hero-card::after {
  display: none;
}

.hero-slider--bg {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: 700px;
  z-index: 1;
  border: 0;
  border-radius: 0 0 34px 34px;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(12, 12, 18, 0.08), rgba(12, 12, 18, 0.18)),
    url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1800&q=80") center center / cover no-repeat;
}

.hero-slider--bg .slides,
.hero-slider--bg .slide {
  height: 100%;
}

.hero-slider--bg .slides {
  min-height: 700px;
}

.hero-bg-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg-slide-1 {
  background-image: url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1800&q=80");
}

.hero-bg-slide-2 {
  background-image: url("https://images.unsplash.com/photo-1600047509358-9dc75507daeb?auto=format&fit=crop&w=1800&q=80");
}

.hero-bg-slide-3 {
  background-image: url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1800&q=80");
}

.hero-overlay {
  position: relative;
  inset: auto;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 11, 21, 0.84) 0%, rgba(7, 11, 21, 0.44) 42%, rgba(7, 11, 21, 0.3) 100%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.12), rgba(6, 10, 18, 0.58));
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.2px;
}

h1 {
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.16;
  margin-bottom: 18px;
  max-width: 760px;
  font-weight: 600;
  color: #eef0f6;
}

.hero-sub {
  margin: 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 28px;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.hero-actions .btn {
  min-width: 0;
  width: auto;
  flex: 0 0 auto;
  padding: 17px 29px;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.promo-timer {
  --timer-react-x: 0deg;
  --timer-react-y: 0deg;
  --timer-shift-x: 50%;
  --timer-shift-y: 50%;
  --timer-energy: 0;
  position: relative;
  z-index: 4;
  align-self: flex-start;
  width: 286px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  right: 88px;
  top: -26px;
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #efeaff;
  background:
    radial-gradient(circle at var(--timer-shift-x) var(--timer-shift-y), rgba(121, 173, 255, calc(0.24 + var(--timer-energy) * 0.18)), rgba(121, 173, 255, 0) 34%),
    radial-gradient(circle at 50% 38%, rgba(70, 98, 163, 0.78), rgba(15, 24, 44, 0.98) 68%);
  border: 1px solid rgba(154, 187, 255, 0.28);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  overflow: hidden;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.36),
    0 0 44px rgba(122, 183, 255, calc(0.18 + var(--timer-energy) * 0.16)),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 -26px 48px rgba(17, 36, 72, 0.42);
  transform: perspective(900px) rotateX(var(--timer-react-y)) rotateY(var(--timer-react-x)) scale(calc(1 + var(--timer-energy) * 0.035));
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-position 0.22s ease;
  animation: timer-orbit 4.6s ease-in-out infinite;
}

.promo-timer::before {
  content: "";
  position: absolute;
  inset: 18px;
  width: auto;
  height: auto;
  border-radius: 50%;
  border: 1px solid rgba(218, 231, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  opacity: 0.9;
  pointer-events: none;
}

.promo-timer::after {
  content: "";
  position: absolute;
  inset: -12px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, rgba(162, 195, 255, 0) 0deg, rgba(162, 195, 255, 0.24) 100deg, rgba(162, 195, 255, 0) 180deg, rgba(162, 195, 255, 0) 360deg);
  opacity: calc(0.35 + var(--timer-energy) * 0.4);
  animation: timer-ring-spin 7.5s linear infinite;
  pointer-events: none;
}

.promo-timer:hover {
  --timer-energy: 1;
}

.promo-timer-label,
.promo-timer-note,
.promo-timer b,
.promo-timer-chip,
.promo-timer-clock span {
  position: relative;
  z-index: 1;
}

.promo-timer-chip {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: none;
  color: rgba(228, 236, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.promo-timer-label {
  max-width: 160px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(248, 251, 255, 0.94);
}

.promo-timer-clock {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  width: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
}

.promo-timer-clock span {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(224, 234, 255, 0.66);
}

.promo-timer b {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(125, 217, 255, 0.34);
}

.promo-timer-note {
  max-width: 170px;
  font-size: 12px;
  line-height: 1.42;
  color: rgba(229, 236, 255, 0.76);
}

@keyframes timer-orbit {
  0%,
  100% {
    box-shadow:
      0 26px 80px rgba(0, 0, 0, 0.36),
      0 0 44px rgba(122, 183, 255, 0.18),
      inset 0 0 0 1px rgba(255, 255, 255, 0.05),
      inset 0 -26px 48px rgba(17, 36, 72, 0.42);
  }

  50% {
    box-shadow:
      0 30px 90px rgba(0, 0, 0, 0.4),
      0 0 56px rgba(122, 183, 255, 0.28),
      inset 0 0 0 1px rgba(255, 255, 255, 0.06),
      inset 0 -28px 58px rgba(24, 50, 96, 0.54);
  }
}

@keyframes timer-ring-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.hero-edge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--hero-edge-reserve);
  z-index: 10;
  margin: 0;
  transform: translateY(50%);
}

.hero-edge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.hero-edge-card {
  min-height: 132px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(145, 201, 255, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(15, 18, 29, 0.88), rgba(10, 16, 28, 0.96)),
    radial-gradient(circle at top left, rgba(116, 220, 255, 0.14), transparent 38%);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.hero-edge-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.05;
  color: #f2f7ff;
}

.hero-edge-card span {
  display: block;
  color: #c7d7ec;
  font-size: 14px;
  line-height: 1.5;
}

.hero-slider {
  background: #101018;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  min-height: 540px;
}

.slides {
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(17, 17, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 14px;
  color: #eef0f6;
}

.hero-dots,
.project-dots,
.review-dots,
.function-dots {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
  z-index: 4;
}

.hero-dots {
  display: none;
}

.hero-slider--bg .slide-caption {
  display: none;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.dot.active {
  background: var(--accent-soft);
  border-color: var(--accent-soft);
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  box-shadow: 0 20px 44px rgba(84, 72, 170, 0.42);
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  background-color: var(--surface);
  box-shadow: var(--shadow);
}

.section-head {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  flex-wrap: wrap;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 700px;
}

.functions {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.function-view {
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.function-view .slide-caption {
  bottom: 58px;
}

.functions-grid {
  display: grid;
  gap: 12px;
  align-content: start;
}

.f-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}

.f-item.active,
.f-item:hover {
  border-color: rgba(127, 107, 255, 0.8);
  background: rgba(127, 107, 255, 0.1);
}

.f-item h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.f-item p {
  margin: 0;
  color: #c2cde2;
  font-size: 14px;
  line-height: 1.45;
}

.controls-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.control {
  padding: 16px;
  min-height: 150px;
}

.control h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.control p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.note {
  margin-top: 16px;
  border: 1px solid rgba(127, 107, 255, 0.36);
  background: rgba(127, 107, 255, 0.08);
  border-radius: 14px;
  padding: 12px 14px;
  color: #e3ddff;
  font-size: 14px;
}

.equipment {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 18px;
}

.equipment .card {
  padding: 20px;
}

.equipment ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #d0d7e7;
  line-height: 1.6;
}

.brand-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  color: #d7def0;
  background: rgba(255, 255, 255, 0.03);
}

.about-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-item {
  padding: 18px;
  text-align: center;
}

.about-item b {
  display: block;
  color: #d8f2ff;
  font-size: 28px;
  margin-bottom: 6px;
}

.about-item span {
  color: var(--muted);
  font-size: 14px;
}

.projects {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.project-track,
.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 12px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 12px;
}

.project-track::-webkit-scrollbar,
.review-track::-webkit-scrollbar {
  display: none;
}

.project-card {
  min-height: 390px;
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #111620;
}

.project-card img,
.project-card video {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.project-body {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.project-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  color: #c8d0e0;
  font-size: 13px;
}

.project-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.review-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.review-card {
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  scroll-snap-align: start;
}

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #d2d9ea;
}

.stars {
  color: #ffd76d;
}

.review-card p {
  margin: 0;
  color: #c3ccde;
  line-height: 1.55;
  font-size: 14px;
}

.partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.partner {
  min-height: 100px;
  display: grid;
  place-content: center;
  text-align: center;
  letter-spacing: 1.2px;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 32px);
  color: #d9e6ff;
  background: linear-gradient(120deg, #1a2334, #0f1522);
}

.lead-form {
  display: grid;
  gap: 12px;
  max-width: 680px;
}

.field {
  display: grid;
  gap: 6px;
}

.field span {
  color: #c7d0e2;
  font-size: 13px;
}

input,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0f131c;
  color: #eef2fb;
  padding: 12px;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(127, 107, 255, 0.46);
  border-color: rgba(127, 107, 255, 0.7);
}

.submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.form-note {
  color: var(--muted);
  font-size: 12px;
}

.success {
  display: none;
  margin-top: 16px;
  border: 1px solid rgba(103, 216, 162, 0.52);
  background: rgba(103, 216, 162, 0.09);
  border-radius: 14px;
  padding: 14px;
}

.success h3 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #c6f6dd;
}

.success a {
  text-decoration: underline;
}

.footer {
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding: 22px 0 32px;
  color: #aab4c7;
  font-size: 14px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

@media (max-width: 1120px) {
  .container {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .functions,
  .equipment {
    grid-template-columns: 1fr;
  }

  .controls-grid,
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-content {
    min-height: 700px;
    align-items: flex-start;
    gap: 24px;
  }

  .hero-card {
    width: min(100%, 720px);
  }

  .hero-feature-wrap {
    right: auto;
    left: calc(100% + ((100vw - 100%) / 2));
    top: auto;
    bottom: 56px;
    --tour-shift-y: 0%;
  }

  .hero-slider--bg,
  .hero-slider--bg .slides {
    min-height: 700px;
  }

  .hero-feature {
    width: 100%;
    transform: none;
  }

  .promo-timer {
    width: 248px;
    right: 48px;
    padding: 28px 22px;
  }

  .promo-timer b {
    font-size: 36px;
  }

  .hero-edge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 0;
    --hero-edge-reserve: 84px;
    padding-bottom: var(--hero-edge-reserve);
  }

  .hero-card {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .hero-stage,
  .hero-content,
  .hero-feature-wrap {
    min-height: 680px;
  }

  .hero-slider--bg,
  .hero-slider--bg .slides {
    min-height: 680px;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 88px;
    padding-bottom: 340px;
  }

  .hero-content .hero-card {
    max-width: 100%;
  }

  .hero-feature-wrap {
    left: 14px;
    right: 14px;
    bottom: 96px;
    top: auto;
    width: auto;
    min-height: 0;
    transform: none;
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0.58);
  }

  .hero-kicker {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .hero-sub {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .hero-actions .btn {
    width: auto;
    justify-content: center;
    font-size: 17px;
    padding: 15px 22px;
  }

  .hero-feature {
    width: 100%;
    min-height: auto;
    padding: 16px 18px;
    gap: 14px;
    flex-direction: row;
    align-items: center;
    border-radius: 22px;
    transform: none;
  }

  .hero-feature-copy,
  .hero-feature-media {
    width: auto;
  }

  .hero-feature-copy {
    justify-content: flex-start;
  }

  .hero-feature-title {
    transform: none;
    letter-spacing: 0.08em;
  }

  .hero-feature-thumb {
    height: 72px;
    width: 72px;
    border-radius: 50%;
  }

  .promo-timer {
    align-self: flex-end;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    width: 208px;
    max-width: 100%;
    padding: 24px 18px;
    gap: 10px;
    border-radius: 50%;
  }

  .promo-timer::before {
    inset: 14px;
  }

  .promo-timer::after {
    inset: -10px;
  }

  .promo-timer-chip,
  .promo-timer-clock span {
    font-size: 10px;
  }

  .promo-timer-label {
    max-width: 100%;
    font-size: 14px;
  }

  .promo-timer b {
    font-size: 28px;
  }

  .promo-timer-note {
    max-width: 128px;
    font-size: 12px;
  }

  .hero-edge {
    transform: translateY(50%);
  }

  .hero-edge-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-edge-card {
    min-height: 0;
    padding: 16px;
  }

  .controls-grid,
  .about-grid,
  .partners {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
  }

  .sticky-cta .btn {
    width: 100%;
  }
}
