:root {
  --navy: #050d1a;
  --deep: #0a1628;
  --mid: #0d2040;
  --blue: #1a4480;
  --accent: #2b6cb0;
  --bright: #69beff;
  --sky: #9ad9ff;
  --white: #f2f7ff;
  --muted: rgba(242, 247, 255, 0.52);
  --border: rgba(105, 190, 255, 0.18);
  --panel: rgba(10, 22, 40, 0.62);
  --section-tint: linear-gradient(180deg, rgba(105, 190, 255, 0.08), rgba(105, 190, 255, 0.02));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

::selection {
  background: rgba(105, 190, 255, 0.28);
  color: var(--white);
}

body.cursor-enabled {
  cursor: none;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  background: none;
  border: 0;
}

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

.cursor,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.cursor {
  width: 8px;
  height: 8px;
  background: var(--bright);
  border-radius: 50%;
  transition: transform 0.08s, width 0.2s, height 0.2s, background 0.2s, opacity 0.2s;
  mix-blend-mode: screen;
}

.cursor-ring {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(105, 190, 255, 0.45);
  border-radius: 50%;
  transition: left 0.12s ease, top 0.12s ease, width 0.25s, height 0.25s, opacity 0.2s;
}

.cursor-enabled .cursor,
.cursor-enabled .cursor-ring {
  opacity: 1;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 32px;
  background: linear-gradient(180deg, rgba(5, 13, 26, 0.9), rgba(5, 13, 26, 0.22));
  border-bottom: 1px solid rgba(154, 217, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-home {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: brightness(1.12) contrast(1.08);
}

.brand-title,
.foot-logo {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.08em;
}

.foot-logo {
  text-shadow:
    0 0 8px rgba(105, 190, 255, 0.32),
    0 0 18px rgba(43, 108, 176, 0.22);
}

.brand-copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-title {
  display: inline-flex;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.brand-social,
.brand-phone {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  transition: color 0.22s ease, transform 0.22s ease;
}

.brand-social:hover,
.brand-phone:hover {
  color: var(--sky);
  transform: translateY(-1px);
}

.brand-social svg {
  width: 17px;
  height: 17px;
}

.brand-phone {
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.brand-copy small,
.nav a,
.foot-copy {
  color: var(--muted);
  font-size: 0.84rem;
}

.nav {
  display: flex;
  gap: 24px;
}

.nav a {
  color: var(--white);
  font-size: 0.95rem;
  position: relative;
  transition: color 0.22s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 217, 255, 0), rgba(154, 217, 255, 0.95), rgba(154, 217, 255, 0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 64px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 26, 0.94) 0%, rgba(5, 13, 26, 0.7) 42%, rgba(5, 13, 26, 0.84) 100%),
    radial-gradient(circle at 70% 34%, rgba(154, 217, 255, 0.12), transparent 24%),
    url("./assets/hero-car-hq.jpg") center 64% / cover no-repeat,
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(43, 108, 176, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 80% 70%, rgba(26, 68, 128, 0.16) 0%, transparent 55%),
    linear-gradient(180deg, var(--navy) 0%, #070f1f 100%);
  filter: saturate(1.02) contrast(1.02);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(105, 190, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 190, 255, 0.045) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
}

.hero-beam {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bright), transparent);
  transform: translate(-50%, -50%);
  opacity: 0.28;
  animation: beam 6s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(1px);
}

.hero-logo-shell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 0 30px;
  padding: 18px 34px 20px;
  width: fit-content;
}

.hero-logo-shell::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 10px;
  left: 50%;
  width: calc(100% - 16px);
  transform: translateX(-50%);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(4, 10, 20, 0.92), rgba(6, 14, 28, 0.78));
  box-shadow:
    0 0 0 1px rgba(105, 190, 255, 0.1),
    0 18px 50px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.hero-logo {
  width: min(240px, 42vw);
  mix-blend-mode: screen;
  filter:
    brightness(1.22)
    contrast(1.12)
    saturate(1.12)
    drop-shadow(0 0 14px rgba(105, 190, 255, 0.32))
    drop-shadow(0 0 30px rgba(105, 190, 255, 0.2));
}

.hero-badge,
.hero-cta,
.info-card,
.form-panel,
.svc-card,
.addon-chip,
.modal,
.contact-link {
  border: 1px solid var(--border);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 42px;
  animation: fadeUp 0.8s ease both;
}

.badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bright);
  animation: blink 2s ease-in-out infinite;
}

.badge-text,
.section-label,
.form-panel-head,
label,
.addons-label,
.total-label,
.modal-ref,
.modal-close,
.submit-btn,
.scroll-indicator span {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.badge-text,
.section-label,
.form-panel-head {
  color: var(--bright);
}

.hero-title,
.section-title,
.svc-name,
.total-amount,
.modal-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.hero-title {
  margin: 0 0 20px;
  font-size: clamp(42px, 7.4vw, 84px);
  line-height: 0.92;
  animation: fadeUp 0.9s 0.08s ease both;
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sky);
  text-shadow:
    0 0 10px rgba(105, 190, 255, 0.75),
    0 0 24px rgba(105, 190, 255, 0.6),
    0 0 44px rgba(43, 108, 176, 0.45);
}

.hero-title em,
.section-title em,
.modal-title em,
.foot-logo span {
  color: var(--sky);
  font-style: italic;
}

.hero-title span,
.hero-title em {
  color: var(--sky);
  font-style: normal;
}

.info-section .section-title em,
.book-section .section-title em {
  font-style: normal;
}

.section-glow {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 0.82em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sky);
  text-shadow:
    0 0 10px rgba(105, 190, 255, 0.75),
    0 0 24px rgba(105, 190, 255, 0.6),
    0 0 44px rgba(43, 108, 176, 0.45);
}

.hero-sub,
.svc-desc,
.info-card p,
.modal-text,
.total-note,
.foot-copy {
  color: var(--muted);
  line-height: 1.7;
}

.hero-sub {
  max-width: 540px;
  margin: 0 auto 34px;
  animation: fadeUp 1s 0.18s ease both;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-cta,
.submit-btn,
.modal-close,
.contact-link,
.hero-link {
  transition: all 0.3s ease;
}

.hero-cta,
.submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.hero-cta {
  padding: 12px 24px;
  animation: fadeUp 1.1s 0.28s ease both;
  white-space: nowrap;
  min-width: 0;
  line-height: 1;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.hero-cta::before,
.submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
}

.hero-cta:hover::before,
.submit-btn:hover::before {
  transform: translateX(0);
}

.hero-cta span,
.hero-cta svg,
.submit-btn span {
  position: relative;
}

.hero-link {
  color: var(--muted);
  font-weight: 500;
}

.scroll-indicator {
  position: absolute;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fadeUp 1.4s 0.5s ease both;
}

.scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--bright), transparent);
  animation: scrollDrop 2.2s ease-in-out infinite;
}

.services-strip {
  overflow: hidden;
  padding: 26px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(13, 32, 64, 0.34);
}

.reference-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(1120px, calc(100% - 32px));
  margin: 36px auto 0;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reference-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reference-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(13, 32, 64, 0.28);
  aspect-ratio: 4 / 5;
  transform: translateY(26px);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.reference-row.is-visible .reference-card {
  transform: translateY(0);
  opacity: 1;
}

.reference-row.is-visible .reference-card:nth-child(2) {
  transition-delay: 0.08s;
}

.reference-row.is-visible .reference-card:nth-child(3) {
  transition-delay: 0.16s;
}

.reference-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.reference-card:hover img {
  transform: scale(1.03);
  filter: saturate(1.05);
}

.strip-inner {
  display: flex;
  gap: 52px;
  width: max-content;
  white-space: nowrap;
  animation: scroll-strip 22s linear infinite;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}

.strip-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--bright);
}

.info-section,
.book-section {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
  position: relative;
}

.info-section::before,
.book-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(154, 217, 255, 0.75), transparent);
}

.info-section::after,
.book-section::after {
  content: "";
  position: absolute;
  inset: 18px -24px auto;
  height: calc(100% - 36px);
  background: var(--section-tint);
  pointer-events: none;
  z-index: -1;
}

.info-section::after {
  background:
    linear-gradient(180deg, rgba(125, 200, 255, 0.08), rgba(125, 200, 255, 0.02)),
    radial-gradient(circle at top right, rgba(125, 200, 255, 0.1), transparent 32%);
}

.book-section::after {
  background:
    linear-gradient(180deg, rgba(58, 126, 199, 0.12), rgba(10, 22, 40, 0.03)),
    radial-gradient(circle at top left, rgba(73, 154, 225, 0.12), transparent 30%);
}

.section-head {
  margin-bottom: 52px;
}

.section-num {
  margin: 0 0 -12px;
  font-family: "Playfair Display", serif;
  font-size: 80px;
  color: rgba(105, 190, 255, 0.1);
}

.section-title {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: linear-gradient(180deg, rgba(154, 217, 255, 0.16), rgba(105, 190, 255, 0.08));
  border: 1px solid rgba(154, 217, 255, 0.12);
}

.info-card,
.svc-card {
  background: rgba(13, 32, 64, 0.28);
}

.info-card {
  padding: 30px 26px;
  background: rgba(8, 20, 38, 0.82);
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  background: rgba(28, 73, 128, 0.44);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.info-card-highlight {
  background: rgba(20, 59, 108, 0.78);
}

.info-card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--sky);
  letter-spacing: 0.04em;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 42px;
  background: var(--border);
}

.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 30px 26px;
  text-align: left;
  cursor: pointer;
  border: 0;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: inset 0 0 0 1px rgba(154, 217, 255, 0.03);
}

.svc-card:hover,
.svc-card.selected {
  background: rgba(26, 68, 128, 0.4);
  box-shadow:
    inset 0 0 0 1px rgba(154, 217, 255, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.18);
}

.svc-card:hover {
  transform: translateY(-3px);
}

.svc-card.selected::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--bright));
}

.svc-card[data-service="wax"] {
  background: rgba(17, 39, 74, 0.3);
}

.svc-check {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.svc-check svg {
  width: 10px;
  opacity: 0;
}

.svc-card.selected .svc-check {
  background: var(--bright);
  border-color: var(--bright);
}

.svc-card.selected .svc-check svg {
  opacity: 1;
}

.svc-name {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 28px;
}

.svc-price {
  color: var(--sky);
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 30px;
}

.svc-price small {
  color: var(--muted);
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-desc strong {
  color: var(--sky);
  font-weight: 700;
}

.svc-desc {
  font-family: "Orbitron", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.form-panel {
  padding: 44px;
  background: var(--panel);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 0 0 1px rgba(154, 217, 255, 0.04),
    0 24px 55px rgba(0, 0, 0, 0.18);
}

.form-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.form-panel-head::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--bright);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.vehicle-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(105, 190, 255, 0.25);
  background: rgba(12, 25, 44, 0.48);
  color: var(--white);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.vehicle-toggle-indicator {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: rgba(105, 190, 255, 0.22);
  transition: background 0.25s ease;
  flex-shrink: 0;
}

.vehicle-toggle-indicator::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  transition: transform 0.25s ease;
}

.vehicle-toggle small {
  color: var(--muted);
  margin-left: auto;
  font-size: 0.8rem;
}

.vehicle-toggle.active {
  border-color: rgba(105, 190, 255, 0.5);
  background: rgba(27, 63, 110, 0.44);
}

.vehicle-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(154, 217, 255, 0.4);
}

.vehicle-toggle.active .vehicle-toggle-indicator {
  background: var(--bright);
}

.vehicle-toggle.active .vehicle-toggle-indicator::after {
  transform: translateX(18px);
}

label,
.addons-label,
.total-label,
.modal-ref,
.scroll-indicator span {
  color: var(--muted);
}

input,
textarea {
  width: 100%;
  padding: 10px 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(105, 190, 255, 0.25);
  outline: none;
  transition: border-color 0.3s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(242, 247, 255, 0.2);
}

input:focus,
textarea:focus {
  border-bottom-color: var(--bright);
}

input:hover,
textarea:hover {
  border-bottom-color: rgba(154, 217, 255, 0.55);
}

textarea {
  resize: vertical;
  min-height: 72px;
}

.addons {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

.addons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.addon-chip,
.contact-link {
  padding: 10px 18px;
}

.addon-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  color: var(--white);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.addon-chip.active,
.addon-chip:hover {
  color: var(--white);
  background: rgba(66, 153, 225, 0.1);
  border-color: rgba(105, 190, 255, 0.4);
  transform: translateY(-2px);
}

.addon-chip.active::before {
  content: "✓";
  color: var(--bright);
  font-size: 10px;
}

.addon-price {
  color: var(--sky);
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.booking-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

.total-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.total-amount {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 34px;
  line-height: 1;
}

.total-label {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.price-breakdown {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.price-breakdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  border-top: 1px solid rgba(154, 217, 255, 0.12);
  color: var(--muted);
  font-size: 0.9rem;
}

.price-breakdown-item strong {
  color: var(--white);
  font-weight: 500;
}

.booking-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 460px;
}

.contact-link {
  color: var(--muted);
  transition: color 0.22s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--white);
}

.submit-btn {
  padding: 18px 44px;
  background: var(--accent);
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(10, 34, 62, 0.25);
}

.submit-btn[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.booking-confirmation-note {
  width: 100%;
  margin: 4px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(154, 217, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(105, 190, 255, 0.08), rgba(105, 190, 255, 0.03));
  color: rgba(242, 247, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.6;
  text-align: center;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 13, 26, 0.85);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 60;
}

.modal-overlay.show {
  opacity: 1;
  pointer-events: all;
}

.modal {
  position: relative;
  width: min(92vw, 460px);
  padding: 54px 48px;
  background: var(--deep);
  text-align: center;
  transform: translateY(18px) scale(0.97);
  transition: transform 0.35s ease;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.modal-overlay.show .modal {
  transform: translateY(0) scale(1);
}

.modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--bright), var(--sky));
}

.modal-icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.modal-icon svg {
  width: 26px;
  fill: var(--bright);
}

.modal-title {
  margin: 0 0 10px;
  font-size: 34px;
}

.modal-title-glow {
  font-family: "Orbitron", sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sky);
  text-shadow:
    0 0 10px rgba(105, 190, 255, 0.75),
    0 0 24px rgba(105, 190, 255, 0.6),
    0 0 44px rgba(43, 108, 176, 0.45);
}

.modal-text {
  margin-bottom: 30px;
}

.modal-close {
  padding: 14px 40px;
  color: var(--muted);
  cursor: pointer;
}

.modal-close:hover,
.contact-link:hover,
.hero-link:hover {
  color: var(--white);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(154, 217, 255, 0.9);
  outline-offset: 3px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 32px;
  border-top: 1px solid var(--border);
}

@keyframes beam {
  0%,
  100% {
    width: 420px;
    opacity: 0.16;
  }
  50% {
    width: 760px;
    opacity: 0.42;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollDrop {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 0;
  }
}

@keyframes scroll-strip {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (hover: none), (pointer: coarse) {
  body.cursor-enabled {
    cursor: auto;
  }

  .cursor,
  .cursor-ring {
    display: none;
  }
}

@media (max-width: 900px) {
  .info-grid,
  .service-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .reference-row {
    grid-template-columns: 1fr;
  }

  .form-group.full {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .topbar,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav {
    display: none;
  }

  .brand {
    gap: 10px;
    align-items: flex-start;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand-copy {
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
  }

  .brand-title {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .brand-phone {
    font-size: 0.82rem;
  }

  .brand-social svg {
    width: 16px;
    height: 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
    padding-bottom: 56px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-badge {
    margin-bottom: 24px;
    padding: 8px 14px;
  }

  .badge-text {
    font-size: 0.58rem;
    letter-spacing: 0.22em;
  }

  .hero-logo-shell {
    margin-bottom: 22px;
    padding: 14px 20px 16px;
  }

  .hero-logo {
    width: min(190px, 54vw);
  }

  .hero-title {
    font-size: clamp(2.7rem, 14vw, 4.1rem);
    line-height: 0.95;
    letter-spacing: 0.04em;
  }

  .hero-sub {
    max-width: 100%;
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-actions {
    width: 100%;
    gap: 12px;
  }

  .hero-link {
    width: 100%;
    text-align: center;
    font-size: 0.98rem;
  }

  .reference-row {
    gap: 12px;
    margin-top: 24px;
  }

  .info-section,
  .book-section {
    width: min(100% - 20px, 980px);
    padding: 68px 0;
  }

  .info-section::before,
  .book-section::before {
    left: -10px;
    right: -10px;
  }

  .info-section::after,
  .book-section::after {
    inset: 14px -10px auto;
    height: calc(100% - 28px);
  }

  .section-head {
    margin-bottom: 34px;
  }

  .section-num {
    font-size: 58px;
    margin-bottom: -8px;
  }

  .section-title {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .section-glow {
    font-size: 0.78em;
    line-height: 1.15;
  }

  .info-card,
  .svc-card {
    padding: 24px 20px;
  }

  .svc-name {
    font-size: 22px;
  }

  .svc-price {
    font-size: 24px;
  }

  .svc-desc {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .form-panel {
    padding: 30px 22px;
  }

  .form-grid {
    gap: 22px;
  }

  .form-panel-head {
    margin-bottom: 24px;
    padding-bottom: 14px;
  }

  .vehicle-toggle {
    gap: 12px;
    padding: 14px 14px;
  }

  .booking-foot,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    max-width: none;
  }

  .vehicle-toggle {
    flex-wrap: wrap;
  }

  .vehicle-toggle small {
    margin-left: 56px;
    font-size: 0.76rem;
  }

  .contact-link,
  .submit-btn,
  .hero-cta {
    justify-content: center;
    width: 100%;
  }

  .booking-confirmation-note {
    text-align: center;
    font-size: 0.84rem;
  }

  .price-breakdown-item {
    font-size: 0.84rem;
  }

  .modal {
    width: min(94vw, 460px);
    padding: 40px 22px;
  }

  .modal-title {
    font-size: 28px;
  }

  .modal-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

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