@font-face {
  font-family: "RubikBlack";
  src: url("../fonts/Rubik/RubikBlack/RubikBlack.eot");
  src: url("../fonts/Rubik/RubikBlack/RubikBlack.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikBlack/RubikBlack.woff") format("woff"),
  url("../fonts/Rubik/RubikBlack/RubikBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikBold";
  src: url("../fonts/Rubik/RubikBold/RubikBold.eot");
  src: url("../fonts/Rubik/RubikBold/RubikBold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikBold/RubikBold.woff") format("woff"),
  url("../fonts/Rubik/RubikBold/RubikBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikMedium";
  src: url("../fonts/Rubik/RubikMedium/RubikMedium.eot");
  src: url("../fonts/Rubik/RubikMedium/RubikMedium.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikMedium/RubikMedium.woff") format("woff"),
  url("../fonts/Rubik/RubikMedium/RubikMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikRegular";
  src: url("../fonts/Rubik/RubikRegular/RubikRegular.eot");
  src: url("../fonts/Rubik/RubikRegular/RubikRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikRegular/RubikRegular.woff") format("woff"),
  url("../fonts/Rubik/RubikRegular/RubikRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikLight";
  src: url("../fonts/Rubik/RubikLight/RubikLight.eot");
  src: url("../fonts/Rubik/RubikLight/RubikLight.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikLight/RubikLight.woff") format("woff"),
  url("../fonts/Rubik/RubikLight/RubikLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/RubikLight/RubikLight.woff2") format("woff2"),
       url("../fonts/Rubik/RubikLight/RubikLight.woff") format("woff"),
       url("../fonts/Rubik/RubikLight/RubikLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/RubikRegular/RubikRegular.woff2") format("woff2"),
       url("../fonts/Rubik/RubikRegular/RubikRegular.woff") format("woff"),
       url("../fonts/Rubik/RubikRegular/RubikRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/RubikMedium/RubikMedium.woff2") format("woff2"),
       url("../fonts/Rubik/RubikMedium/RubikMedium.woff") format("woff"),
       url("../fonts/Rubik/RubikMedium/RubikMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/RubikBold/RubikBold.woff2") format("woff2"),
       url("../fonts/Rubik/RubikBold/RubikBold.woff") format("woff"),
       url("../fonts/Rubik/RubikBold/RubikBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/RubikBlack/RubikBlack.woff2") format("woff2"),
       url("../fonts/Rubik/RubikBlack/RubikBlack.woff") format("woff"),
       url("../fonts/Rubik/RubikBlack/RubikBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: 900 950;
  font-display: swap;
}

:root {
  --bg: #07090d;
  --bg-2: #0d1118;
  --card: rgba(255, 255, 255, 0.065);
  --card-2: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f7fb;
  --muted: #9ba8bb;
  --muted-green: #8ab89f;
  --soft: #c8d3e3;
  --accent: #71f3d5;
  --accent-2: #68a7ff;
  --danger: #ff6b9a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 28px;
  --max: 1180px;
  --maxFHD: 1920px;
  --font-main: "Rubik", "RubikRegular", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(113, 243, 213, 0.56) rgba(70, 70, 70, 0.035);
}

::selection {
  background: rgba(113, 243, 213, 0.11);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(113, 243, 213, 0.11);
  color: #ffffff;
  text-shadow: none;
}

html {
  scroll-behavior: smooth;
  background: #06070a;
}

html::-webkit-scrollbar-track {
  background: #0a0d13;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(70, 70, 70, 0.035);
}

*::-webkit-scrollbar-thumb {
  min-height: 46px;
  border: 2px solid rgba(7, 9, 13, 0.92);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(113, 243, 213, 0.88), rgba(104, 167, 255, 0.78));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(113, 243, 213, 1), rgba(104, 167, 255, 0.95));
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

h1,h2{font-weight: normal;}

body {
  min-height: 100vh;
  font-family: var(--font-main);
  background:
    radial-gradient(circle at 12% 8%, rgba(113, 243, 213, 0.16), transparent 34%),
    radial-gradient(circle at 86% 4%, rgba(104, 167, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #06070a 0%, #0a0d13 45%, #06070a 100%);
  color: var(--text);
  overflow-x: hidden;
}

button,
input,
textarea,
select {
  font-family: var(--font-main);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  /* background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px); */
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  z-index: -3;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("/assets/images/LOGO_APP_bundle.svg");
  background-size: 750px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  opacity: .05;
  z-index: -4;
}

.orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.3;
  z-index: -2;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.orb.one {
  left: -120px;
  top: 18vh;
  background: var(--accent);
}

.orb.two {
  right: -150px;
  top: 48vh;
  background: var(--accent-2);
}

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

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

.container {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.nav-scroll{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  background: rgba(7, 9, 13, 0.72);
  backdrop-filter: blur(22px);
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
  top: 1.5rem;
  width: min(var(--maxFHD), 70%);
  left: 50%;
  transform: translateX(-50%, 120%);
  -webkit-transform: translateX(-50%, 120%);
  -moz-transform: translateX(-50%, 120%);
  -ms-transform: translateX(-50%, 120%);
  -o-transform: translateX(-50%, 120%);
  opacity: 0;
  pointer-events: none;
  z-index: 30;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.nav-scroll.header-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.nav-scroll  img{
  width: 3rem;
  aspect-ratio: 1/1;
}

.nav {
  position: relative;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--maxFHD), calc(100% - 36px));
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.nav-top{
  width: min(var(--maxFHD), 90%);
   display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.nav-top span{
  font-family: var(--font-main);
  font-size:2rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.nav-bottom{
  width: min(var(--max), calc(100% - 36px));
   display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  background: rgba(7, 9, 13, 0.72);
  backdrop-filter: blur(22px);
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

.nt-info{
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 2rem;
}
.nti-tag{
  display: flex;
  align-items: center;
  column-gap: .5rem;
}
.nti-tag > p{
  margin: 0 !important;
  font-family: var(--font-main);
  font-weight: 300;
}
.nti-tag > i{
  font-size: 1.2rem;
  color: var(--accent);
}

.span-colour{
   background-image: linear-gradient(90deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-img {
  width: 36px;
  height: 36px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 14px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(113, 243, 213, 0.26), rgba(104, 167, 255, 0.18));
  opacity: 0;
  transition: 0.25s ease;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(113, 243, 213, 0.5);
}

.btn:hover::before {
  opacity: 1;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #031016;
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(113, 243, 213, 0.18);
}

.btn-primary::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.05));
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 1rem 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 13px;
  border: 1px solid rgba(113, 243, 213, 0.25);
  border-radius: 999px;
  background: rgba(113, 243, 213, 0.075);
  color: #dffef7;
  font-size: 13px;
  font-weight: 700;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(113, 243, 213, 0.5);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 12px rgba(113, 243, 213, 0); }
  100% { box-shadow: 0 0 0 0 rgba(113, 243, 213, 0); }
}

h1 {
  max-width: 780px;
  font-size: clamp(48px, 8vw, 102px);
  line-height: 0.88;
  letter-spacing: -0.085em;
}

.gradient-text {
  background: linear-gradient(135deg, #ffffff 10%, #b7fff0 45%, #9bc4ff 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 620px;
  margin-top: 24px;
  color: var(--soft);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 42px;
}

.stat {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.stat b {
  display: block;
  font-size: 25px;
  letter-spacing: -0.05em;
}

.stat span {
  margin-top: 4px;
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.car-stage {
  position: relative;
  min-height: 560px;
  perspective: 1200px;
}

.wash-card {
  position: absolute;
  inset: 42px 0 0 0;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 24% 10%, rgba(113, 243, 213, 0.2), transparent 35%);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotateX(7deg) rotateY(-8deg);
  transform-style: preserve-3d;
}

.wash-card::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    repeating-linear-gradient(115deg, transparent 0 38px, rgba(255, 255, 255, 0.07) 40px 42px),
    radial-gradient(circle at center, rgba(113, 243, 213, 0.12), transparent 42%);
  animation: scan 8s linear infinite;
}

@keyframes scan {
  from { transform: translateX(-70px) translateY(-60px); }
  to { transform: translateX(70px) translateY(60px); }
}

.car-visual {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(520px, 86%);
  aspect-ratio: 1.85 / 1;
  transform: translate(-50%, -50%) translateZ(80px);
  border-radius: 44% 48% 28% 30%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(169, 193, 215, 0.78) 48%, rgba(34, 42, 54, 0.96) 49%, rgba(17, 23, 31, 1)),
    linear-gradient(90deg, rgba(113, 243, 213, 0.8), rgba(104, 167, 255, 0.8));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    0 35px 90px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(113, 243, 213, 0.13);
  overflow: hidden;
}

.car-visual::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 16%;
  top: 16%;
  height: 32%;
  border-radius: 60px 60px 18px 18px;
  background: linear-gradient(135deg, rgba(22, 33, 46, 0.92), rgba(111, 160, 210, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.car-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 30%, rgba(255, 255, 255, 0.28) 36%, transparent 44% 100%);
  transform: translateX(-70%);
  animation: shine 3.6s ease-in-out infinite;
}

@keyframes shine {
  48%, 100% { transform: translateX(120%); }
}

.wheel {
  position: absolute;
  bottom: -18px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  border: 15px solid #05070a;
  background: radial-gradient(circle, #9fb4c9 0 18%, #1c2530 20% 48%, #05070a 50%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 12px 24px rgba(0, 0, 0, 0.45);
}

.wheel.left { left: 14%; }
.wheel.right { right: 14%; }

.soap {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  animation: float 6s ease-in-out infinite;
}

.soap.s1 { width: 82px; height: 82px; left: 12%; top: 14%; }
.soap.s2 { width: 42px; height: 42px; right: 12%; top: 24%; animation-delay: -1.2s; }
.soap.s3 { width: 58px; height: 58px; left: 68%; bottom: 18%; animation-delay: -2.1s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-24px); }
}

.section {
  padding: 105px 0;
  position: relative;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h2 {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.lead {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  text-align: right;
}

.glass {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
  align-items: stretch;
}

.about-panel {
  padding: 32px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-panel p {
  color: var(--soft);
  line-height: 1.75;
  font-size: 17px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.chip {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--soft);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.chip > i{
  background: linear-gradient(135deg, #ffffff 10%, #b7fff0 45%, #9bc4ff 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.1rem;
}

.process-map {
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.process-item {
  position: relative;
  padding: 22px;
  min-height: 160px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  overflow: hidden;
  transition: 0.28s ease;
}

.process-item:hover {
  transform: translateY(-5px);
  border-color: rgba(113, 243, 213, 0.35);
  background: linear-gradient(145deg, rgba(113, 243, 213, 0.11), rgba(255, 255, 255, 0.04));
}

.process-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -0.035em;
}

.process-item span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.num {
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.07);
  font-size: 60px;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  padding: 28px;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 0%, rgba(113, 243, 213, 0.09), transparent 35%),
    rgba(255, 255, 255, 0.055);
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  transform-style: preserve-3d;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.service-card:hover {
  border-color: rgba(113, 243, 213, 0.38);
  background:
    radial-gradient(circle at 30% 0%, rgba(113, 243, 213, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.service-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(113, 243, 213, 0.2), rgba(104, 167, 255, 0.13));
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 24px;
}

.service-card h3 {
  font-size: 26px;
  letter-spacing: -0.055em;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin-top: .75rem;
  list-style: none;
  color: var(--soft);
  font-size: 14px;
}

.service-card li::before {
  content: "✦";
  color: var(--accent);
  margin-right: 9px;
  background: linear-gradient(135deg, #ffffff 10%, #b7fff0 45%, #9bc4ff 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price {
  position: absolute;
  left: 28px;
  bottom: 26px;
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.price small {
  color: var(--muted);
  font-weight: 700;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 20px;
  align-items: stretch;
}

.calculator {
  padding: 30px;
}

.field {
  margin-bottom: 22px;
}

.field label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 800;
}

.field label span {
  color: var(--accent);
}

.range-wrap {
  position: relative;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.select-row,
.service-type-row,
.body-type-grid {
  display: grid;
  gap: 10px;
}

.select-row {
  grid-template-columns: repeat(3, 1fr);
}

.service-type-row {
  grid-template-columns: repeat(3, 1fr);
}

.body-type-grid {
  grid-template-columns: repeat(2, 1fr);
}

.option-btn {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.22s ease;
}

.service-type-row .option-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  font-weight: 500;
  font-size: .9rem;
}

.service-type-row .option-btn i {
  color: var(--accent);
  transition: 0.22s ease;
}

.option-btn.active,
.option-btn:hover {
  color: #051014;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent;
}

.option-btn.active i,
.option-btn:hover i {
  color: #051014;
}

.services-picker {
  max-height: 318px;
  overflow: auto;
  display: grid;
  gap: 10px;
  padding-right: 6px;
}

.services-picker::-webkit-scrollbar {
  width: 8px;
}

.services-picker::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(113, 243, 213, 0.32);
}

.service-pick {
  width: 100%;
  min-height: 72px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 94% 0%, rgba(113, 243, 213, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.045);
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: 0.22s ease;
}

.service-pick:hover,
.service-pick.active {
  transform: translateY(-2px);
  border-color: rgba(113, 243, 213, 0.42);
  background:
    radial-gradient(circle at 94% 0%, rgba(113, 243, 213, 0.22), transparent 38%),
    rgba(255, 255, 255, 0.07);
}

.service-pick.active {
  box-shadow: inset 0 0 0 1px rgba(113, 243, 213, 0.42), 0 14px 35px rgba(0, 0, 0, 0.18);
}

.service-pick.has-quantity {
  position: relative;
  min-height: 104px;
  padding-right: 168px;
}

.service-pick-content {
  display: block;
  max-width: 100%;
}

.service-qty-controls {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 132px;
  padding: 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(113, 243, 213, 0.34);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  z-index: 2;
}

.service-qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.07);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.service-qty-btn:hover,
.service-qty-btn:focus-visible {
  outline: none;
  background: linear-gradient(135deg, rgba(113, 243, 213, 0.28), rgba(104, 167, 255, 0.24));
  color: #ffffff;
  transform: scale(1.04);
}

.service-qty-value {
  min-width: 24px;
  text-align: center;
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

@media (max-width: 640px) {
  .service-pick.has-quantity {
    padding-right: 18px;
    padding-bottom: 80px;
    min-height: 132px;
  }

  .service-qty-controls {
    top: auto;
    bottom: 14px;
    right: 14px;
    transform: none;
  }
}

.service-pick-title,
.service-pick-meta {
  display: block;
}

.service-pick-title {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.service-pick-meta {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.result-card {
  position: relative;
  min-height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 76% 20%, rgba(104, 167, 255, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.055);
}

.body-type-panel {
  margin-bottom: 28px;
}

.result-top span {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.result-price {
  margin-top: 18px;
  font-size: clamp(50px, 7vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.09em;
}

.result-info {
  margin-top: 20px;
  color: var(--soft);
  line-height: 1.65;
}

.selected-summary {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

#selectedServicesList {
  scrollbar-gutter: stable;
}

#selectedServicesList.is-scrollable {
  max-height: 136px;
  overflow-y: auto;
  padding-right: 6px;
}

.selected-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft);
  font-size: 13px;
}

.selected-line span {
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.selected-line b {
  white-space: nowrap;
  color: var(--text);
}

.selected-line.accent-line {
  border-color: rgba(113, 243, 213, 0.24);
  background: rgba(113, 243, 213, 0.08);
}

.meter {
  position: relative;
  height: 13px;
  margin-top: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.meter-fill {
  height: 100%;
  width: 50%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 0.3s ease;
}

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  position: relative;
}

.compare-side {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.compare-side.before {
  background:
    linear-gradient(135deg, rgba(255, 107, 154, 0.1), transparent),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 8px, transparent 8px 18px),
    rgba(255, 255, 255, 0.045);
}

.compare-side.after {
  background:
    linear-gradient(135deg, rgba(113, 243, 213, 0.13), transparent),
    radial-gradient(circle at center, rgba(104, 167, 255, 0.1), transparent 45%),
    rgba(255, 255, 255, 0.055);
}

.mini-car {
  width: min(360px, 76%);
  aspect-ratio: 2 / 1;
  border-radius: 44% 46% 28% 28%;
  background: linear-gradient(180deg, #b8c3d1, #303b47 52%, #10151d 53%);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  position: relative;
}

.before .mini-car {
  filter: saturate(0.55) brightness(0.72);
}

.before .mini-car::before {
  content: "";
  position: absolute;
  inset: 18% 12%;
  border-radius: 60px;
  background: rgba(63, 47, 36, 0.5);
  filter: blur(10px);
}

.after .mini-car {
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35), 0 0 70px rgba(113, 243, 213, 0.18);
}

.compare-label {
  position: absolute;
  left: 24px;
  top: 22px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--soft);
  font-size: 13px;
  font-weight: 400;
  z-index: 2;
}

.compare-slider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.38);
  z-index: 4;
  pointer-events: none;
}

.compare-handle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #041115;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-weight: 950;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.quality-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  transition: 0.26s ease;
}

.quality-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(104, 167, 255, 0.35);
}

.quality-card b {
  display: block;
  font-size: 36px;
  letter-spacing: -0.07em;
  margin-bottom: 12px;
  font-weight: 500 !important;
}

.quality-card span {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

/* Як нас знайти */
.find-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: center;
}

.contact-panel {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 460px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.contact-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  transition: 0.25s ease;
}

.contact-item:hover {
  transform: translateY(-3px);
  border-color: rgba(113, 243, 213, 0.35);
  background: rgba(255, 255, 255, 0.07);
}

.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #051014;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.contact-icon > i {
  font-size: 1.2rem;
}

.contact-item b {
  display: block;
  margin-bottom: 4px;
  letter-spacing: -0.035em;
}

.contact-item span,
.contact-item a {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.map-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(113, 243, 213, 0.16), transparent 30%),
    radial-gradient(circle at 18% 74%, rgba(104, 167, 255, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.map-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.75;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(35deg, transparent 0 47%, rgba(113, 243, 213, 0.22) 48% 50%, transparent 51% 100%),
    linear-gradient(145deg, transparent 0 44%, rgba(104, 167, 255, 0.16) 45% 47%, transparent 48% 100%);
  background-size: 56px 56px, 56px 56px, 100% 100%, 100% 100%;
}

.map-pin {
  position: absolute;
  left: 56%;
  top: 44%;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 999px 999px 999px 12px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 14px rgba(113, 243, 213, 0.08), 0 22px 50px rgba(0, 0, 0, 0.35);
  animation: pinPulse 2.4s ease-in-out infinite;
}

.map-pin span {
  transform: rotate(45deg);
  color: #041115;
  font-size: 28px;
  font-weight: 950;
}

@keyframes pinPulse {
  0%, 100% { box-shadow: 0 0 0 12px rgba(113, 243, 213, 0.08), 0 22px 50px rgba(0, 0, 0, 0.35); }
  50% { box-shadow: 0 0 0 26px rgba(113, 243, 213, 0.02), 0 26px 58px rgba(0, 0, 0, 0.42); }
}


.booking {
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(113, 243, 213, 0.12), rgba(104, 167, 255, 0.1)),
    rgba(255, 255, 255, 0.055);
}

.booking h2 {
  max-width: 760px;
}

.booking p {
  margin-top: 16px;
  color: var(--soft);
  line-height: 1.65;
  max-width: 650px;
}

.footer {
  padding: 34px 0 46px;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle, rgba(113, 243, 213, 0.13), transparent 65%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media (max-width: 980px) {
  .nav-links { display: none; }

  .hero-grid,
  .about-grid,
  .calculator-grid,
  .find-grid,
  .booking {
    grid-template-columns: 1fr;
  }

  .car-stage { min-height: 460px; }
  .services { grid-template-columns: 1fr; }
  .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { align-items: start; flex-direction: column; }
}

@media (min-width: 981px) {
  .quality-grid > .quality-card:nth-child(2) { transform: translateY(15px); -webkit-transform: translateY(15px); -moz-transform: translateY(15px); -ms-transform: translateY(15px); -o-transform: translateY(15px); }
  .quality-grid > .quality-card:nth-child(3) { transform: translateY(30px); -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); }
  .quality-grid > .quality-card:nth-child(4) { transform: translateY(45px); -webkit-transform: translateY(45px); -moz-transform: translateY(45px); -ms-transform: translateY(45px); -o-transform: translateY(45px); }
}

@media (max-width: 640px) {
  .nav { top: 12px; }
  .hero { padding-top: 112px; }

  .stats,
  .process-map,
  .select-row,
  .quality-grid,
  .compare {
    grid-template-columns: 1fr;
  }

  .service-type-row,
  .body-type-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-type-row .option-btn {
    min-height: 58px;
  }

  .compare { min-height: 680px; }
  .compare-slider,
  .compare-handle { display: none; }
  .booking { padding: 28px; }
  .footer-inner { flex-direction: column; align-items: start; }
  .map-pin { left: 48%; top: 35%; }
}

.muted_green{
  color: var(--muted-green);
}















.kc-map-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(80, 170, 255, .16), transparent 34%),
    linear-gradient(135deg, #07090d, #101620);
  color: #fff;
}

.kc-map-info {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.kc-map-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #9ed7ff;
  background: rgba(100, 180, 255, .12);
  border: 1px solid rgba(140, 210, 255, .2);
  font-size: 13px;
  font-weight: 700;
}

.kc-map-info h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.kc-map-info p {
  margin: 0;
  max-width: 380px;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.6;
}

.kc-map-frame {
  position: relative;
  min-height: 480px;
  border-radius: 32px;
  overflow: hidden;
  background: #0b1018;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48);
}

#berdychivMap {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

/* Кастомний темний стиль карти */
.kc-map-frame .leaflet-tile {
  filter: grayscale(1) invert(.92) contrast(.92) brightness(.72) saturate(.6);
}

.kc-map-frame .leaflet-control-attribution {
  background: rgba(7, 9, 13, .72);
  color: rgba(255,255,255,.5);
  backdrop-filter: blur(10px);
}

.kc-map-frame .leaflet-control-attribution a {
  color: rgba(150, 210, 255, .9);
}

/* Кастомна точка KasperClean */
.kc-map-marker {
  position: relative;
  width: 54px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  color: #07111c;
  cursor: pointer;
  background-image: url("../images/LOGO_APP_bundle.svg");
  background-size: 54px 54px;
}

.kc-map-marker::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 24px;
  border: 1px solid rgba(150, 215, 255, .35);
  animation: kcPulse 1.8s infinite ease-out;
}

.kc-map-marker span {
  position: relative;
  z-index: 2;
}

@keyframes kcPulse {
  0% {
    transform: scale(.85);
    opacity: .75;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.map-card .kc-map-tooltip {
  padding: 10px 14px;
  border-radius: 14px;

  background: rgba(10, 14, 20, 0.86);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);

  font-size: 13px;
  font-family: var(--font-main);
  font-weight: 400;
  letter-spacing: -0.01em;

  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-card .kc-map-tooltip > strong {
  font-weight: 700;
  font-family: var(--font-main);
}

/* Прибираємо стандартний білий стиль Leaflet */
.map-card .leaflet-tooltip.kc-map-tooltip {
  background: rgba(10, 14, 20, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* Стрілочка тултіпа */
.map-card .leaflet-tooltip-top.kc-map-tooltip::before {
  border-top-color: rgba(10, 14, 20, 0.86);
}

.map-card .leaflet-tooltip-bottom.kc-map-tooltip::before {
  border-bottom-color: rgba(10, 14, 20, 0.86);
}

.map-card .leaflet-tooltip-left.kc-map-tooltip::before {
  border-left-color: rgba(10, 14, 20, 0.86);
}

.map-card .leaflet-tooltip-right.kc-map-tooltip::before {
  border-right-color: rgba(10, 14, 20, 0.86);
}

@media (max-width: 900px) {
  .kc-map-section {
    grid-template-columns: 1fr;
    padding: 64px 16px;
  }

  .kc-map-frame,
  #berdychivMap {
    min-height: 420px;
  }
}


.map-card .leaflet-control-zoom {
  border: none !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: rgba(10, 14, 20, 0.72) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

/* Самі кнопки */
.map-card .leaflet-control-zoom a {
  width: 42px !important;
  height: 42px !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;

  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;

  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

/* Остання кнопка без нижньої лінії */
.map-card .leaflet-control-zoom a:last-child {
  border-bottom: none !important;
}

/* Hover */
.map-card .leaflet-control-zoom a:hover {
  background: linear-gradient(135deg, #72f7e8, #65b8ff) !important;
  color: #061018 !important;
}

/* Active */
.map-card .leaflet-control-zoom a:active {
  transform: scale(0.94);
}

/* Коли zoom недоступний */
.map-card .leaflet-control-zoom a.leaflet-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.45) !important;
}

.map-card,
.map-card .leaflet-container,
.map-card .leaflet-map-pane,
.map-card .leaflet-tile-pane,
.map-card .leaflet-tile-container,
.map-card .leaflet-tile {
  background: #272727 !important;
}

.calculator-live-status {
  margin: -8px 0 12px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(235, 241, 255, 0.52);
}

.calculator-live-status[data-mode="live"] {
  color: rgba(118, 255, 188, 0.86);
}

.calculator-live-status[data-mode="loading"] {
  color: rgba(255, 221, 139, 0.9);
}

.calculator-live-status[data-mode="warn"],
.calculator-live-status[data-mode="error"] {
  color: rgba(255, 172, 128, 0.95);
}

.service-pick-empty {
  cursor: default;
  text-align: left;
}

.service-pick-empty:hover {
  transform: none;
}


.footer-inner > span{
  display: flex;align-items: center;
}

.fi-adress{
  padding-left: 1rem;
  display: flex; align-items: center;
  gap: .5rem;
}
.fi-adress > i{
  font-size: 1.2rem;
  background-image: linear-gradient(90deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fi-partners,.fip-img{
  display: flex;
  align-items: center;
}

.fi-partners > span{
 margin-right: 2rem !important;
 font-weight: 400;
 font-size: 1.1rem;
}
.fip-img{
  gap: 1rem;
}
.fip-img > a{
  width: 48px;
  aspect-ratio: 1 / 1;
  transition: transform .1s ease-in;
  -webkit-transition: transform .1s ease-in;
  -moz-transition: transform .1s ease-in;
  -ms-transition: transform .1s ease-in;
  -o-transition: transform .1s ease-in;
}
.fip-img > a > img{
  position: relative;
  width: 100%;
}

.fip-img > a:first-child{
  width: 74px !important;
  aspect-ratio: 1 / 1;
}

.fip-img > a:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* ==============================
   KC Modal System / Bootstrap 5
   ============================== */
.booking-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.modal-backdrop.show {
  opacity: 0.78;
  background:
    radial-gradient(circle at 45% 12%, rgba(113, 243, 213, 0.16), transparent 34%),
    radial-gradient(circle at 72% 72%, rgba(104, 167, 255, 0.14), transparent 36%),
    #030507;
  backdrop-filter: blur(12px);
}

.kc-modal {
  --bs-modal-bg: transparent;
  --bs-modal-border-color: transparent;
  --bs-modal-color: var(--text);
  font-family: var(--font-main);
}

.kc-modal .modal-dialog {
  max-width: min(1060px, calc(100vw - 28px));
}

.kc-modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 0%, rgba(113, 243, 213, 0.15), transparent 32%),
    radial-gradient(circle at 100% 18%, rgba(104, 167, 255, 0.18), transparent 32%),
    rgba(15, 19, 27, 0.94);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(22px);
  color: var(--text);
}

.kc-modal .modal-header,
.kc-modal .modal-footer {
  border: 0;
  padding: 28px 30px;
}

.kc-modal .modal-header {
  display: grid;
  grid-template-columns: minmax(0,1fr) 46px;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kc-modal .modal-header p {
  margin: 10px 0 0;
  max-width: 660px;
  color: var(--soft);
  line-height: 1.6;
}

.kc-modal .modal-title {
  margin: 6px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.95;
  letter-spacing: -0.065em;
  color: var(--text);
}

.kc-modal .modal-body {
  padding: 28px 30px 10px;
}

.kc-modal .modal-footer {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kc-modal-close,
.kc-submodal-back {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  cursor: pointer;
  transition: 0.22s ease;
}

.kc-modal-close:hover,
.kc-submodal-back:hover {
  transform: translateY(-2px);
  border-color: rgba(113, 243, 213, 0.45);
  background: rgba(113, 243, 213, 0.12);
}

.kc-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
}

.kc-order-form-panel,
.kc-order-summary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.kc-order-form-panel {
  padding: 18px;
  display: grid;
  gap: 16px;
}

.kc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kc-field {
  display: grid;
  gap: 8px;
}

.kc-field span,
.kc-pick-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kc-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font: inherit;
  transition: 0.22s ease;
}

.kc-input::placeholder {
  color: rgba(200, 211, 227, 0.48);
}

.kc-input:focus {
  border-color: rgba(113, 243, 213, 0.48);
  box-shadow: 0 0 0 4px rgba(113, 243, 213, 0.08);
  background: rgba(255, 255, 255, 0.075);
}

.kc-textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.kc-pick-card {
  position: relative;
  min-height: 78px;
  padding: 16px 54px 16px 16px;
  display: grid;
  gap: 6px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(113, 243, 213, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.052);
  color: var(--text);
  cursor: pointer;
  transition: 0.22s ease;
}

.kc-pick-card:hover {
  transform: translateY(-2px);
  border-color: rgba(113, 243, 213, 0.42);
  background:
    radial-gradient(circle at 90% 0%, rgba(113, 243, 213, 0.17), transparent 38%),
    rgba(255, 255, 255, 0.07);
}

.kc-pick-card b {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.kc-pick-card i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
}

.kc-order-summary {
  padding: 22px;
  align-self: stretch;
  background:
    radial-gradient(circle at 95% 0%, rgba(104, 167, 255, 0.15), transparent 32%),
    rgba(255, 255, 255, 0.048);
}

.kc-summary-price {
  margin-top: 16px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.085em;
  font-weight: 500;
}

.kc-order-summary p {
  margin: 16px 0 0;
  color: var(--soft);
  line-height: 1.55;
}

.kc-summary-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
}

.kc-summary-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft);
  font-size: 13px;
}

.kc-summary-line b {
  color: var(--text);
  white-space: nowrap;
}

.kc-summary-line small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 600;
}

.kc-modal-alert {
  padding: 12px 14px;
  border: 1px solid rgba(113, 243, 213, 0.28);
  border-radius: 16px;
  background: rgba(113, 243, 213, 0.08);
  color: var(--soft);
  font-size: 14px;
}

.kc-submodal {
  position: absolute;
  inset: 0;
  display: none;
  align-items: stretch;
  justify-content: flex-end;
  z-index: 6;
}

.kc-submodal.is-open {
  display: flex;
}

.kc-submodal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
}

.kc-submodal-card {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(113, 243, 213, 0.14), transparent 34%),
    radial-gradient(circle at 100% 30%, rgba(104, 167, 255, 0.15), transparent 30%),
    rgba(12, 16, 23, 0.97);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.38);
  animation: kcSubmodalIn 0.22s ease both;
}

@keyframes kcSubmodalIn {
  from { transform: translateX(28px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.kc-submodal-head {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 14px;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kc-submodal-head h3 {
  margin: 5px 0 0;
  font-size: 28px;
  letter-spacing: -0.055em;
}

.kc-submodal-body {
  flex: 1;
  padding: 20px 24px;
  overflow-y: auto;
}

.kc-submodal-footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 18px 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kc-choice-list,
.kc-service-modal-list,
.kc-time-grid {
  display: grid;
  gap: 10px;
}

.kc-choice-btn,
.kc-service-modal-btn,
.kc-time-btn,
.kc-group-chip {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.052);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.kc-choice-btn:hover,
.kc-service-modal-btn:hover,
.kc-time-btn:hover,
.kc-group-chip:hover,
.kc-choice-btn.active,
.kc-service-modal-btn.active,
.kc-time-btn.active,
.kc-group-chip.active {
  transform: translateY(-1px);
  border-color: rgba(113, 243, 213, 0.42);
  background: linear-gradient(135deg, rgba(113, 243, 213, 0.16), rgba(104, 167, 255, 0.1));
}

.kc-choice-btn span,
.kc-service-modal-btn span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.kc-group-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.kc-group-chip {
  min-height: 46px;
  justify-content: center;
  font-size: 13px;
}

.kc-service-modal-btn {
  align-items: stretch;
  flex-direction: column;
  text-align: left;
}

.kc-service-modal-btn > strong,
.kc-service-modal-btn > span {
  width: 100%;
}

.kc-modal-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-end;
  margin-top: -42px;
  padding: 4px;
  border: 1px solid rgba(113, 243, 213, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.kc-modal-qty button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.kc-modal-qty b {
  min-width: 24px;
  text-align: center;
}

.kc-date-grid {
  display: grid;
  gap: 14px;
}

.kc-time-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 860px) {
  .kc-order-layout,
  .kc-form-grid,
  .booking {
    grid-template-columns: 1fr;
  }

  .booking-actions {
    justify-content: flex-start;
  }

  .kc-order-summary {
    order: -1;
  }
}

@media (max-width: 640px) {
  .kc-modal .modal-header,
  .kc-modal .modal-footer,
  .kc-modal .modal-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kc-modal .modal-content {
    border-radius: 24px;
  }

  .kc-submodal-card {
    width: 100%;
    border-left: 0;
  }

  .kc-time-grid,
  .kc-group-row {
    grid-template-columns: 1fr;
  }
}

/* KC modal booking upgrades */
.kc-input.is-invalid {
  border-color: rgba(255, 98, 98, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 98, 98, 0.1);
}

.btn.is-loading,
.btn:disabled {
  opacity: 0.68;
  pointer-events: none;
}

.kc-submodal {
  position: fixed;
  inset: 0;
  min-height: 100dvh;
  z-index: 1085;
}

.kc-submodal-card {
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
}

.kc-submodal-head,
.kc-submodal-footer {
  flex: 0 0 auto;
}

.kc-submodal-body {
  min-height: 0;
}

.kc-submodal-hint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.kc-submodal-hint code {
  color: var(--accent);
  background: rgba(113, 243, 213, 0.08);
  border: 1px solid rgba(113, 243, 213, 0.15);
  border-radius: 8px;
  padding: 2px 6px;
}

.kc-submodal-notice,
.kc-empty-state {
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 172, 128, 0.28);
  background: rgba(255, 172, 128, 0.08);
  color: rgba(255, 219, 196, 0.94);
  font-size: 13px;
  line-height: 1.45;
}

.kc-submodal-notice[data-mode="success"] {
  border-color: rgba(113, 243, 213, 0.28);
  background: rgba(113, 243, 213, 0.08);
  color: rgba(196, 255, 241, 0.94);
}

.kc-brand-search {
  position: sticky;
  top: -20px;
  z-index: 2;
  margin: -2px 0 14px;
  padding: 2px 0 14px;
  backdrop-filter: blur(14px);
}

.kc-brand-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.kc-brand-btn {
  width: 100%;
  min-height: 60px;
  padding: 10px 13px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background:
    radial-gradient(circle at 92% 0%, rgba(113, 243, 213, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.052);
  color: var(--text);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: 0.2s ease;
}

.kc-brand-btn:hover,
.kc-brand-btn.active {
  transform: translateY(-1px);
  border-color: rgba(113, 243, 213, 0.42);
  background:
    radial-gradient(circle at 92% 0%, rgba(113, 243, 213, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.07);
}

.kc-brand-btn strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.kc-brand-btn span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.kc-brand-icon {
  width: 34px;
  height: 34px;
  display: block;
  color: var(--text);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.28));
}

.kc-time-btn {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.kc-time-btn strong {
  font-size: 15px;
}

.kc-time-btn small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.kc-time-btn:disabled,
.kc-time-btn[aria-disabled="true"] {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none;
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.035);
}

.kc-time-btn:disabled:hover,
.kc-time-btn[aria-disabled="true"]:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.035);
}

.kc-modal-alert[data-mode="error"] {
  border-color: rgba(255, 98, 98, 0.32);
  background: rgba(255, 98, 98, 0.08);
  color: rgba(255, 214, 214, 0.95);
}

.kc-modal-alert[data-mode="success"] {
  border-color: rgba(113, 243, 213, 0.32);
  background: rgba(113, 243, 213, 0.08);
  color: rgba(209, 255, 244, 0.95);
}

@media (max-width: 640px) {
  .kc-submodal-head {
    grid-template-columns: minmax(0, 1fr) 42px;
    padding: 18px;
  }

  .kc-submodal-body {
    padding: 18px;
  }

  .kc-submodal-footer {
    padding: 16px 18px 18px;
  }
}

/* ==============================
   KC Final Responsive Pass
   ============================== */
html {
  scroll-padding-top: 110px;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.nav-scroll {
  transform: translate(-50%, -120%);
  width: min(1180px, calc(100% - 32px));
}

.nav-scroll.header-visible {
  transform: translate(-50%, 0);
}

.nav-bottom,
.nav-scroll,
.glass,
.service-card,
.process-item,
.quality-card,
.contact-panel,
.map-card,
.booking,
.kc-modal .modal-content,
.kc-submodal-card {
  max-width: 100%;
}

.result-price,
.kc-summary-price,
h1,
h2,
.kc-modal .modal-title,
.kc-submodal-head h3 {
  overflow-wrap: anywhere;
}

.selected-line,
.kc-summary-line {
  min-width: 0;
}

.selected-line span,
.kc-summary-line span,
.kc-summary-line strong,
.kc-pick-card b,
.service-pick-title,
.service-pick-meta {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1280px) {
  :root {
    --max: 1080px;
  }

  .container {
    width: min(var(--max), calc(100% - 44px));
  }

  .nav-top,
  .nav-bottom {
    width: min(var(--max), calc(100% - 44px));
  }

  .hero-grid {
    gap: 38px;
  }

  .service-type-row .option-btn,
  .body-type-grid .option-btn {
    font-size: 0.9rem;
  }
}

@media (max-width: 1100px) {
  .nav-top {
    gap: 18px;
  }

  .nt-info {
    column-gap: 1rem;
    row-gap: 0.5rem;
    flex-wrap: wrap;
  }

  .nti-tag > p {
    font-size: 0.88rem;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:last-child {
    grid-column: 1 / -1;
  }

  .kc-order-layout {
    grid-template-columns: 1fr;
  }

  .kc-order-summary {
    order: -1;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 92px;
  }

  .container {
    width: min(100% - 32px, 760px);
  }

  .nav {
    top: 12px;
  }

  .nav-top {
    width: min(100% - 32px, 760px);
    margin-bottom: 14px;
    align-items: flex-start;
  }

  .nav-top span {
    font-size: clamp(1.35rem, 4vw, 1.75rem);
  }

  .nt-info {
    justify-content: flex-end;
    max-width: 420px;
  }

  .nav-bottom {
    width: min(100% - 32px, 760px);
    gap: 12px;
  }

  .nav-bottom .nav-links,
  .nav-scroll .nav-links {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-bottom .nav-links::-webkit-scrollbar,
  .nav-scroll .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 10px 12px;
    white-space: nowrap;
  }

  .nav-bottom > .btn,
  .nav-scroll > .btn {
    flex: 0 0 auto;
  }

  .section {
    padding: 82px 0;
  }

  .section-head {
    gap: 16px;
    margin-bottom: 26px;
  }

  .lead {
    max-width: 100%;
    text-align: left;
  }

  .hero-grid,
  .about-grid,
  .calculator-grid,
  .find-grid,
  .booking {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: start;
  }

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

  .car-stage {
    min-height: 420px;
  }

  .wash-card {
    inset: 24px 0 0;
  }

  .about-panel {
    min-height: auto;
  }

  .calculator-grid {
    gap: 16px;
  }

  .result-card {
    gap: 28px;
  }

  .find-grid {
    gap: 16px;
  }

  .contact-panel,
  .result-card,
  .calculator,
  .booking {
    padding: 26px;
  }

  .kc-modal .modal-dialog {
    max-width: calc(100vw - 24px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --radius: 24px;
  }

  .container {
    width: min(100% - 24px, 620px);
  }

  .nav-top,
  .nav-bottom,
  .nav-scroll {
    width: calc(100% - 24px);
  }

  .nav-top {
    flex-direction: column;
    align-items: stretch;
  }

  .nt-info {
    justify-content: flex-start;
    max-width: none;
  }

  .nav-bottom {
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
    padding: 12px;
  }

  .nav-bottom .nav-links {
    width: 100%;
    padding-bottom: 2px;
  }

  .nav-bottom > .btn {
    width: 100%;
  }

  .nav-scroll {
    top: 10px;
    padding: 10px 12px;
  }

  .nav-scroll .nav-links {
    display: none;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 54px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 72px);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1;
  }

  .hero-actions,
  .route-actions,
  .booking-actions,
  .kc-submodal-footer,
  .kc-modal .modal-footer {
    align-items: stretch;
  }

  .hero-actions .btn,
  .route-actions .btn,
  .booking-actions .btn,
  .kc-submodal-footer .btn,
  .kc-modal .modal-footer .btn {
    width: 100%;
  }

  .stats,
  .process-map,
  .quality-grid,
  .compare,
  .kc-form-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    margin-top: 28px;
  }

  .stat {
    padding: 15px 16px;
  }

  .car-stage {
    min-height: 330px;
  }

  .car-visual {
    width: min(430px, 88%);
  }

  .wheel {
    width: 66px;
    height: 66px;
    border-width: 11px;
  }

  .soap.s1 { width: 62px; height: 62px; }
  .soap.s2 { width: 34px; height: 34px; }
  .soap.s3 { width: 46px; height: 46px; }

  .services {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:last-child {
    grid-column: auto;
  }

  .service-card {
    min-height: 320px;
    padding: 24px;
    padding-bottom: 76px;
  }

  .price {
    left: 24px;
    bottom: 22px;
  }

  .service-type-row,
  .body-type-grid,
  .select-row,
  .protect-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .protect-row .option-btn:first-child {
    grid-column: 1 / -1;
  }

  .services-picker {
    max-height: 360px;
  }

  .selected-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }

  .selected-line b {
    align-self: flex-end;
  }

  .compare {
    min-height: auto;
  }

  .compare-side {
    min-height: 320px;
  }

  .find-grid .contact-panel {
    min-height: auto;
  }

  .kc-map-section {
    min-height: auto;
    padding: 0;
  }

  .kc-map-frame,
  #berdychivMap {
    min-height: 360px;
  }

  .booking {
    gap: 22px;
  }

  .footer-inner,
  .footer-inner > span,
  .fi-partners {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner {
    gap: 22px;
  }

  .footer-inner > span {
    gap: 10px;
  }

  .fi-adress {
    padding-left: 0;
  }

  .fi-partners > h3 {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .kc-modal .modal-dialog {
    max-width: none;
    width: calc(100vw - 16px);
    min-height: calc(100dvh - 16px);
    margin: 8px auto;
  }

  .kc-modal .modal-content {
    max-height: calc(100dvh - 16px);
    border-radius: 26px;
  }

  .kc-modal form {
    min-height: 0;
    max-height: calc(100dvh - 16px);
    display: flex;
    flex-direction: column;
  }

  .kc-modal .modal-header,
  .kc-modal .modal-footer {
    flex: 0 0 auto;
  }

  .kc-modal .modal-body {
    min-height: 0;
    overflow-y: auto;
  }

  .kc-modal .modal-header {
    align-items: flex-start;
  }

  .kc-modal .modal-title {
    font-size: clamp(32px, 11vw, 46px);
  }

  .kc-order-form-panel,
  .kc-order-summary {
    border-radius: 20px;
  }

  .kc-submodal-card {
    width: 100%;
    border-left: 0;
  }

  .kc-brand-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .kc-brand-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .container {
    width: min(100% - 20px, 100%);
  }

  body::after {
    background-size: 420px;
    opacity: 0.04;
  }

  .orb {
    width: 260px;
    height: 260px;
    filter: blur(62px);
  }

  .nav-top {
    display: none;
  }

  .nav-bottom {
    margin-top: 0;
  }

  .nav-bottom .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 9px 10px;
    font-size: 13px;
  }

  .btn {
    min-height: 46px;
    padding: 0 16px;
  }

  .section {
    padding: 64px 0;
  }

  .section-kicker {
    font-size: 11px;
  }

  .lead,
  .hero-copy,
  .about-panel p,
  .booking p {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .stats,
  .chips {
    gap: 9px;
  }

  .chip {
    width: 100%;
    justify-content: flex-start;
  }

  .car-stage {
    min-height: 280px;
  }

  .wash-card {
    border-radius: 30px;
  }

  .about-panel,
  .process-map,
  .calculator,
  .result-card,
  .contact-panel,
  .booking {
    padding: 20px;
  }

  .process-item {
    padding: 18px;
    min-height: 138px;
  }

  .num {
    font-size: 46px;
  }

  .service-type-row,
  .body-type-grid,
  .select-row,
  .protect-row,
  .kc-time-grid,
  .kc-group-row {
    grid-template-columns: 1fr;
  }

  .option-btn,
  .service-type-row .option-btn {
    min-height: 50px;
    font-size: 0.92rem;
  }

  .service-pick {
    min-height: 68px;
    padding: 14px;
    border-radius: 18px;
  }

  .service-pick.has-quantity {
    min-height: 142px;
    padding-right: 14px;
    padding-bottom: 82px;
  }

  .service-qty-controls {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    min-width: 0;
    height: 52px;
  }

  .service-qty-btn {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .result-price {
    font-size: clamp(48px, 17vw, 76px);
  }

  #selectedServicesList.is-scrollable {
    max-height: 170px;
  }

  .compare-side {
    min-height: 260px;
  }

  .mini-car {
    width: 72%;
  }

  .quality-card {
    min-height: 190px;
    padding: 22px;
  }

  .contact-item {
    grid-template-columns: 42px 1fr;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
  }

  .kc-map-frame,
  #berdychivMap {
    min-height: 315px;
  }

  .booking h2 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .footer {
    padding-bottom: 34px;
  }

  .kc-modal .modal-header,
  .kc-modal .modal-body,
  .kc-modal .modal-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .kc-modal .modal-header,
  .kc-modal .modal-footer {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .kc-order-form-panel,
  .kc-order-summary {
    padding: 16px;
  }

  .kc-summary-price {
    font-size: clamp(42px, 15vw, 62px);
  }

  .kc-pick-card {
    min-height: 72px;
    padding: 14px 48px 14px 14px;
  }

  .kc-summary-line {
    grid-template-columns: 1fr;
  }

  .kc-summary-line b {
    justify-self: end;
  }

  .kc-submodal-head {
    padding: 14px;
    gap: 10px;
  }

  .kc-submodal-head h3 {
    font-size: clamp(24px, 8vw, 32px);
  }

  .kc-submodal-body {
    padding: 14px;
  }

  .kc-submodal-footer {
    padding: 14px;
    flex-direction: column;
  }

  .kc-choice-btn,
  .kc-service-modal-btn,
  .kc-time-btn,
  .kc-group-chip,
  .kc-brand-btn {
    min-height: 52px;
    border-radius: 15px;
  }

  .kc-brand-btn {
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .kc-brand-icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 390px) {
  .container,
  .nav-top,
  .nav-bottom,
  .nav-scroll {
    width: calc(100% - 16px);
  }

  .nav-bottom,
  .nav-scroll {
    padding: 9px;
  }

  .nav-scroll img {
    width: 2.6rem;
  }

  .nav-scroll .btn {
    min-height: 42px;
    padding: 0 13px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(38px, 15vw, 56px);
  }

  .service-card,
  .about-panel,
  .process-map,
  .calculator,
  .result-card,
  .contact-panel,
  .booking {
    padding: 16px;
  }

  .field label {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .result-top span {
    letter-spacing: 0.08em;
  }

  .kc-modal .modal-dialog {
    width: calc(100vw - 8px);
    min-height: calc(100dvh - 8px);
    margin: 4px auto;
  }

  .kc-modal .modal-content,
  .kc-modal form {
    max-height: calc(100dvh - 8px);
  }
}

@media (hover: none) and (pointer: coarse) {
  .cursor-glow {
    display: none;
  }

  .tilt,
  .magnetic,
  .service-pick,
  .process-item,
  .kc-pick-card,
  .kc-choice-btn,
  .kc-service-modal-btn,
  .kc-time-btn,
  .kc-brand-btn {
    transform: none !important;
  }
}


/* ==============================
   KC mobile navigation drawer
   ============================== */
.mobile-bar,
.mobile-menu-shell {
  display: none;
}

@media (min-width: 761px) {
  .nav-scroll {
    display: flex;
  }

  .mobile-bar,
  .mobile-menu-shell {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html.kc-menu-open,
  body.kc-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.kc-menu-open {
    touch-action: none;
  }

  .nav {
    display: none !important;
  }

  .nav-scroll {
    display: none !important;
  }

  .mobile-bar {
    position: fixed;
    top: max(10px, env(safe-area-inset-top));
    left: 50%;
    z-index: 70;
    width: min(620px, calc(100% - 24px));
    min-height: 64px;
    padding: 9px 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 46px 1fr 46px;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background:
      radial-gradient(circle at 15% 0%, rgba(113, 243, 213, 0.16), transparent 36%),
      rgba(7, 9, 13, 0.78);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34);
    transform: translateX(-50%);
  }

  .mobile-menu-btn,
  .mobile-menu-close,
  .mobile-booking-link {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    color: var(--text);
    font-size: 18px;
    line-height: 1;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  }

  .mobile-menu-btn:hover,
  .mobile-menu-close:hover,
  .mobile-booking-link:hover {
    transform: translateY(-1px);
    border-color: rgba(113, 243, 213, 0.42);
    background: rgba(113, 243, 213, 0.12);
  }

  .mobile-booking-link {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #031016;
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(113, 243, 213, 0.18);
  }

  .mobile-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--text);
  }

  .mobile-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  .mobile-brand span {
    min-width: 0;
    max-width: 44vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.04em;
  }

  .mobile-menu-shell {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-menu-shell.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.64);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.32s ease;
  }

  .mobile-menu-shell.is-open .mobile-menu-dim {
    opacity: 1;
  }

  .mobile-side-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 0 auto 0 0;
    width: min(86vw, 380px);
    height: 100vh;
    height: 100dvh;
    padding: calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background:
      radial-gradient(circle at 8% 6%, rgba(113, 243, 213, 0.17), transparent 32%),
      radial-gradient(circle at 100% 24%, rgba(104, 167, 255, 0.13), transparent 34%),
      rgba(8, 11, 16, 0.96);
    box-shadow: 30px 0 80px rgba(0, 0, 0, 0.46);
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateX(-105%);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu-shell.is-open .mobile-side-menu {
    transform: translateX(0);
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 2px 18px;
  }

  .mobile-menu-head .mobile-brand {
    justify-content: flex-start;
  }

  .mobile-side-links {
    display: grid;
    gap: 8px;
    padding: 10px 0 18px;
  }

  .mobile-side-links a {
    min-height: 54px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--soft);
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
  }

  .mobile-side-links a i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: rgba(113, 243, 213, 0.95);
    background: rgba(113, 243, 213, 0.08);
  }

  .mobile-side-links a:hover {
    transform: translateX(3px);
    border-color: rgba(113, 243, 213, 0.32);
    background: rgba(113, 243, 213, 0.08);
    color: var(--text);
  }

  .mobile-menu-info {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--muted);
  }

  .mobile-menu-info div {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    font-size: 13px;
    line-height: 1.45;
  }

  .mobile-menu-info i {
    margin-top: 2px;
    color: var(--accent);
  }

  .hero {
    padding-top: 108px !important;
  }
}

@media (max-width: 390px) {
  .mobile-bar {
    width: calc(100% - 16px);
    min-height: 58px;
    padding: 7px 8px;
  }

  .mobile-menu-btn,
  .mobile-menu-close,
  .mobile-booking-link {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

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

  .mobile-brand span {
    max-width: 38vw;
    font-size: 15px;
  }

  .mobile-side-menu {
    width: min(88vw, 340px);
  }
}
