:root {
  --bg: #ffffff;
  --ink: #121212;
  --muted: #7f7f7f;
  --mint: #76efba;
  --mint-strong: #60decb;
  --line: #77ebba;
  --footer: #1f1f1f;
  --safe-edge: 4px;
  --header-edge: 12px;
  --page-pad: 4px;
  --header-height: 66px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  padding-top: var(--header-height);
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  image-rendering: auto;
}

button,
input {
  font: inherit;
}

.topbar,
.footer {
  background: var(--footer);
  color: #ffffff;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  z-index: 70;
  display: block;
  min-height: var(--header-height);
  padding: 0;
}

.brand-link {
  position: absolute;
  left: var(--header-edge);
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.topbar-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(12px, 3.3vw, 14px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.main-socials {
  position: relative;
  width: 100%;
  padding-top: 28px;
}

.main-socials-row {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
}

.messenger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--mint), var(--mint-strong));
  color: #10271f;
  text-decoration: none;
  line-height: 0;
}

.messenger-btn--tg {
  background: linear-gradient(135deg, var(--mint), var(--mint-strong));
}

.messenger-btn--wa {
  background: linear-gradient(135deg, var(--mint), var(--mint-strong));
}

.messenger-btn--vb {
  background: linear-gradient(135deg, var(--mint), var(--mint-strong));
}

.messenger-btn--ig {
  background: linear-gradient(135deg, var(--mint), var(--mint-strong));
}

.messenger-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.messenger-icon {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.messenger-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.brand-image {
  display: block;
  height: auto;
}

.brand-image--small {
  width: 28px;
}

.brand-image--hero {
  width: 30px;
}

.brand-image--footer {
  width: 170px;
}

.menu-button {
  position: absolute;
  right: var(--header-edge);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  justify-items: end;
  gap: 5px;
  width: 28px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex: 0 0 28px;
  line-height: 0;
  -webkit-tap-highlight-color: transparent;
}

.menu-button span {
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 240ms ease, opacity 200ms ease;
  transform-origin: center;
}

.menu-button.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.burger-menu {
  position: fixed;
  top: var(--header-height);
  left: var(--safe-edge);
  right: var(--safe-edge);
  z-index: 65;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.burger-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.burger-menu-nav {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 18px 0 22px;
  background: var(--footer);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: -1px;
  box-shadow: none;
  transform: translateY(-120%);
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  overflow: hidden;
}

.burger-menu.is-open .burger-menu-nav {
  transform: translateY(0);
}

.burger-menu-link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-shadow: none;
}

.page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 var(--page-pad) 44px;
  background: #ffffff;
}

.hero,
.section,
.footer {
  position: relative;
}

.hero {
  padding: 28px 0 28px;
  text-align: center;
}

.brand-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 8px auto 0;
  transform: translateX(-3px);
}

.hero-brand-copy {
  text-align: left;
}

.hero-brand-title {
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hero-brand-tagline {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
}

.section-title,
.vehicle-copy h3,
.vehicle-price,
.counter-price,
.total-box {
  font-family: "Archivo Black", sans-serif;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  min-height: 44px;
  margin: 34px auto 0;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mint), var(--mint-strong));
  color: #10271f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.section {
  padding: 38px 0 0;
}

.section-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.vehicle-card {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: end;
  gap: 8px;
  overflow: visible;
}

.vehicle-copy {
  position: relative;
  z-index: 2;
  padding-top: 78px;
  padding-left: calc(var(--safe-edge) + 5px);
  transform: translateX(0);
  opacity: 1;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
  will-change: transform, opacity;
}

.vehicle-size {
  position: absolute;
  top: 18px;
  left: 134px;
  z-index: 1;
  display: block;
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 86px;
  line-height: 1;
  color: rgba(118, 239, 186, 0.38);
}

.vehicle-copy h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.vehicle-stats {
  margin: 0;
}

.vehicle-stats div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2px;
}

.vehicle-stats dt,
.vehicle-stats dd {
  font-size: 11px;
  line-height: 1.45;
}

.vehicle-stats dt {
  color: var(--muted);
}

.vehicle-stats dd {
  margin: 0;
  font-weight: 800;
  color: var(--ink);
}

.vehicle-price {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.switch {
  position: relative;
  width: 52px;
  height: 27px;
  margin-top: 10px;
  padding: 0;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
}

.switch span {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), var(--mint-strong));
  transform: translateX(25px);
  transition: transform 180ms ease, background 180ms ease;
}

.switch[aria-pressed="false"] span {
  transform: translateX(0);
  background: #bfc3c1;
}

.switch[aria-pressed="false"] {
  border-color: #cfd4d1;
  background: #f0f2f1;
}

.vehicle-visual {
  position: relative;
  min-height: 175px;
  overflow: visible;
  transform: translateX(0);
  opacity: 1;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
  will-change: transform, opacity;
}

.vehicle-letter {
  display: none;
}

.vehicle-photo {
  position: absolute;
  right: calc(-1 * var(--page-pad));
  bottom: 0;
  width: 264px;
  max-width: none;
  background: transparent;
}

.vehicle-card.direction-next.is-exiting .vehicle-copy {
  transform: translateX(-22px);
  opacity: 0;
}

.vehicle-card.direction-next.is-exiting .vehicle-visual {
  transform: translateX(28px);
  opacity: 0;
}

.vehicle-card.direction-prev.is-exiting .vehicle-copy {
  transform: translateX(-22px);
  opacity: 0;
}

.vehicle-card.direction-prev.is-exiting .vehicle-visual {
  transform: translateX(28px);
  opacity: 0;
}

.vehicle-card.direction-next.is-entering .vehicle-copy {
  transform: translateX(22px);
  opacity: 0;
}

.vehicle-card.direction-next.is-entering .vehicle-visual {
  transform: translateX(-28px);
  opacity: 0;
}

.vehicle-card.direction-prev.is-entering .vehicle-copy {
  transform: translateX(22px);
  opacity: 0;
}

.vehicle-card.direction-prev.is-entering .vehicle-visual {
  transform: translateX(-28px);
  opacity: 0;
}

.vehicle-card.is-entering.is-active .vehicle-copy,
.vehicle-card.is-entering.is-active .vehicle-visual {
  transform: translateX(0);
  opacity: 1;
}

.vehicle-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.slider-arrow {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.vehicle-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #111111;
  opacity: 0.32;
  cursor: pointer;
}

.dot.is-active {
  opacity: 1;
  background: var(--mint);
}

.movers-section {
  padding-top: 54px;
}

.movers-layout {
  position: relative;
  min-height: 255px;
}

.arm-visual {
  width: 212px;
  max-width: none;
  margin-left: calc(-1 * var(--page-pad));
}

.counter-card {
  position: absolute;
  top: 92px;
  right: calc(var(--safe-edge) + 5px);
  display: grid;
  justify-items: center;
  gap: 14px;
}

.counter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.round-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  padding: 0;
  border: 4px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.counter-value {
  min-width: 58px;
  padding: 7px 18px 8px;
  border: 4px solid var(--line);
  border-radius: 999px;
  text-align: center;
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.counter-price {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.datetime-layout {
  position: relative;
  min-height: 258px;
  margin-top: 47px;
}

.datetime-card {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 2;
}

.field-box,
.total-box,
.input-shell {
  width: 146px;
  border: 4px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
}

.field-box {
  width: 164px;
}

.field-box input,
.input-shell input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 8px 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.field-box input[type="date"],
.field-box input[type="time"] {
  min-height: 42px;
  appearance: none;
  -webkit-appearance: none;
}

.field-box input[type="date"]::-webkit-calendar-picker-indicator,
.field-box input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0.85;
  cursor: pointer;
}

.clock-visual {
  position: absolute;
  right: calc(-1 * var(--page-pad));
  top: 50%;
  transform: translateY(-50%);
  width: 169px;
  max-width: none;
}

.order-section {
  padding-top: 54px;
}

.order-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding-inline: calc(var(--safe-edge) + 5px);
  margin-bottom: 34px;
}

.summary-list {
  margin: 0;
}

.summary-list div {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 2px;
}

.summary-list dt {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.summary-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.total-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  margin-right: var(--safe-edge);
  min-height: 51px;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.order-form {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 18px;
}

.input-shell {
  width: 186px;
}

.input-shell input {
  min-height: 36px;
  padding-inline: 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}

.input-shell input::placeholder {
  color: #9a9a9a;
}

.order-form .cta-button {
  margin-top: 6px;
}

.services-section {
  padding-top: 36px;
}

.services-marquee {
  width: calc(100% + var(--page-pad) * 2);
  margin-left: calc(-1 * var(--page-pad));
  overflow: hidden;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.services-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.services-marquee.is-dragging {
  cursor: grabbing;
}

.services-marquee.is-dragging .service-pill,
.services-marquee.is-dragging .services-marquee-group span {
  user-select: none;
}

.services-marquee-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  flex-shrink: 0;
}

.services-marquee-group span,
.service-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7df1bc, #5ddcca);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.service-pill {
  color: #10271f;
  text-decoration: none;
}

.service-pill:focus-visible {
  outline: 2px solid #10271f;
  outline-offset: 2px;
}

.service-note {
  max-width: 330px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  color: #5f5f5f;
}

.footer {
  padding: 18px 18px 20px;
  text-align: center;
}

.footer a,
.footer a:visited,
.footer a:hover,
.footer a:active {
  color: inherit;
  text-decoration: none;
}

.footer a[href^="x-apple-data-detectors"],
.footer a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #ffffff;
  text-decoration: none;
}

.footer-instagram svg {
  width: 24px;
  height: 24px;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.4;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.footer-brand-text {
  font-family: "Archivo Black", sans-serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.quick-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.quick-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.quick-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(18, 18, 18, 0.04);
}

.quick-modal-dialog {
  position: relative;
  width: min(calc(100vw - (var(--safe-edge) * 2)), 350px);
  border: 4px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(36px) saturate(170%);
  -webkit-backdrop-filter: blur(36px) saturate(170%);
  padding: 22px 18px 18px;
  box-shadow: 0 18px 48px rgba(18, 28, 23, 0.22);
  transform: translateY(14px) scale(0.98);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.quick-modal.is-open .quick-modal-dialog {
  transform: translateY(0) scale(1);
}

.quick-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #202020;
  font-size: 32px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.quick-modal-title {
  margin: 0;
  text-align: center;
  font-family: "Archivo Black", sans-serif;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.quick-modal-note {
  margin: 12px 0 18px;
  text-align: center;
  color: #555555;
  font-size: 14px;
  line-height: 1.4;
}

.quick-order-form {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.quick-order-form .input-shell {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
}

.quick-order-form .input-shell input {
  min-height: 42px;
  font-size: 15px;
}

.quick-order-form .cta-button {
  width: 100%;
  margin-top: 8px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 420px) {
  .main-socials {
    padding-top: 24px;
  }

  .hero {
    padding-top: 24px;
  }

  .main-socials-row {
    gap: 5px;
  }

  .messenger-btn {
    width: 34px;
    height: 34px;
  }

  .messenger-btn svg {
    width: 13px;
    height: 13px;
  }

  .messenger-icon {
    width: 18px;
    height: 18px;
  }
}
