/* ================================================================
   PARKING BAV — COMPLETE REDESIGN
   Theme: Clean Light | Accent: #fe4801
================================================================ */

/* 1. VARIABLES */
:root {
  --bg:       #ffffff;
  --bg2:      #f8fafc;
  --bg3:      #f1f5f9;
  --accent:   #fe4801;
  --accent-h: #d93b00;
  --accent-l: rgba(254, 72, 1, 0.08);
  --text:     #1e2837;
  --muted:    #64748b;
  --border:   rgba(0, 0, 0, 0.08);
  --card:     #ffffff;
  --radius:   16px;
  --radius-s: 10px;
  --ease:     cubic-bezier(0.4, 0, 0.2, 1);
  --spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --shadow:   0 8px 40px rgba(0, 0, 0, 0.10);
  --shadow-s: 0 2px 12px rgba(0, 0, 0, 0.07);

  /* SVG icon data URIs — reused in section decorations */
  --ico-car:    url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe4801' d='M135.2 117.4L109.1 192H402.9l-26.1-74.6C372.3 104.6 360.2 96 346.6 96H165.4c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32H346.6c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2V400v48c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V400H96v48c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V400 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0-64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E");
  --ico-truck:  url("data:image/svg+xml,%3Csvg viewBox='0 0 640 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe4801' d='M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1-96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E");
  --ico-shield: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe4801' d='M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.7 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z'/%3E%3C/svg%3E");
  --ico-pin:    url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe4801' d='M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
  --ico-key:    url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe4801' d='M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0 160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z'/%3E%3C/svg%3E");
}

/* 2. BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Raleway', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.65;
}
img { user-select: none; -webkit-user-select: none; max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; padding: 0; margin: 0; }
section[id] { scroll-margin-top: 80px; }

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg2); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* 3. BUTTONS */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
  border-radius: var(--radius-s);
  font-weight: 700;
  font-size: 0.95rem;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  transition: background .3s var(--ease), transform .2s var(--spring), box-shadow .3s;
  white-space: nowrap;
}
.btn-primary:hover {
  background: var(--accent-h);
  border-color: var(--accent-h);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(254,72,1,.3);
}
.btn-primary:active { transform: translateY(0); }
.btn-primary:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.45);
  border-radius: var(--radius-s);
  font-weight: 600;
  font-size: 0.95rem;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  transition: border-color .3s, background .3s, transform .2s var(--spring);
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.1);
  color: #fff;
  transform: translateY(-2px);
}

/* 4. SECTION HEADER */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
  display: inline-block;
  padding: 5px 14px;
  background: var(--accent-l);
  border: 1px solid rgba(254,72,1,.25);
  border-radius: 100px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}

/* ================================================================
   5. HEADER
================================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 12px rgba(0,0,0,0.06);
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.site-logo img { height: 34px; width: auto; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-link {
  padding: 8px 13px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  border-radius: var(--radius-s);
  transition: color .25s, background .25s;
}
.nav-link:hover { color: var(--text); background: rgba(0,0,0,.05); }

.nav-phone {
  margin-left: 16px;
  padding: 9px 18px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: .84rem;
  border-radius: var(--radius-s);
  transition: background .25s, transform .2s;
  white-space: nowrap;
}
.nav-phone:hover { background: var(--accent-h); color: #fff; transform: translateY(-1px); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  transition: background .25s;
}
.nav-toggle:hover { background: rgba(0,0,0,.05); }
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s;
}

/* ================================================================
   6. HERO
================================================================ */
.hero {
  min-height: 100vh;
  background: linear-gradient(130deg, #060d1c 0%, #0c1630 35%, #10183c 65%, #1c0c08 100%);
  background-size: 300% 300%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 180px;
  overflow: hidden;
  animation: heroGradient 18s ease infinite;
}
@keyframes heroGradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Subtle left-side text-readability gradient */
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(6,13,28,.55) 0%, transparent 60%);
  z-index: 1;
}
/* Grid lines */
.hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 2;
}

/* Floating background icons */
.hero__icons {
  position: absolute; inset: 0;
  z-index: 2; overflow: hidden; pointer-events: none;
}
.hero__bg-el {
  position: absolute;
  color: rgba(255,255,255,.055);
  fill: rgba(255,255,255,.055);
  user-select: none; -webkit-user-select: none;
}
.hero__bg-el svg { display: block; fill: rgba(255,255,255,.055); }

/* Giant "P" letters */
.hbe--p1 {
  font-size: 340px; font-weight: 900; line-height: 1;
  font-family: 'Raleway', sans-serif; color: rgba(255,255,255,.045);
  top: -60px; right: -30px;
  animation: hbFloat1 20s ease-in-out infinite;
}
.hbe--p2 {
  font-size: 180px; font-weight: 900; line-height: 1;
  font-family: 'Raleway', sans-serif; color: rgba(254,72,1,.07);
  bottom: 40px; left: 3%;
  animation: hbFloat2 24s ease-in-out infinite 4s;
}
/* Small accent rings */
.hbe--ring1 {
  width: 360px; height: 360px;
  border: 1px solid rgba(254,72,1,.09);
  border-radius: 50%;
  top: 50%; right: 8%;
  transform: translateY(-50%);
  animation: hbPulseRing 10s ease-in-out infinite;
}
.hbe--ring2 {
  width: 220px; height: 220px;
  border: 1px solid rgba(254,72,1,.12);
  border-radius: 50%;
  top: 50%; right: calc(8% + 70px);
  transform: translateY(-50%);
  animation: hbPulseRing 10s ease-in-out infinite 3.3s;
}
.hbe--ring3 {
  width: 500px; height: 500px;
  border: 1px solid rgba(254,72,1,.05);
  border-radius: 50%;
  top: 50%; right: calc(8% - 70px);
  transform: translateY(-50%);
  animation: hbPulseRing 10s ease-in-out infinite 6.6s;
}
/* Car icons — edges */
.hbe--car1  { width: 200px; top: 12%; right: 14%;  animation: hbFloat1 14s ease-in-out infinite 1s; }
.hbe--car2  { width: 150px; bottom: 22%; left: 6%; animation: hbFloat2 19s ease-in-out infinite 2s; }
.hbe--truck { width: 220px; top: 58%; right: 4%;   animation: hbFloat3 16s ease-in-out infinite .5s; }
.hbe--key   { width: 80px;  top: 28%; left: 18%;   animation: hbFloat1 26s ease-in-out infinite 5s; }

/* CENTER fill — rotating dot grid */
.hero__dots {
  position: absolute;
  width: 340px; height: 340px;
  background-image: radial-gradient(circle, rgba(255,255,255,.13) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2; pointer-events: none;
  -webkit-mask-image: radial-gradient(circle, #000 55%, transparent 75%);
  mask-image: radial-gradient(circle, #000 55%, transparent 75%);
  animation: dotsRotate 90s linear infinite;
}
@keyframes dotsRotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* CENTER fill — extra icons */
.hbe--car3   { width: 140px; top: 36%; left: 47%;  animation: hbFloat2 17s ease-in-out infinite 3s; }
.hbe--p3 {
  font-size: 110px; font-weight: 900; line-height: 1;
  font-family: 'Raleway', sans-serif; color: rgba(254,72,1,.065);
  top: 60%; left: 43%;
  animation: hbFloat3 22s ease-in-out infinite 6s;
}
.hbe--boat   { width: 100px; top: 15%; left: 44%;  animation: hbFloat1 23s ease-in-out infinite 2s; }
.hbe--shield { width: 66px;  top: 72%; left: 56%;  animation: hbFloat2 15s ease-in-out infinite 1s; }

@keyframes hbFloat1 {
  0%,100% { transform: translateY(0) rotate(0deg); }
  40%     { transform: translateY(-28px) rotate(4deg); }
  70%     { transform: translateY(14px) rotate(-2deg); }
}
@keyframes hbFloat2 {
  0%,100% { transform: translateY(0) rotate(0deg) scale(1); }
  33%     { transform: translateY(-22px) rotate(-5deg) scale(1.04); }
  66%     { transform: translateY(18px) rotate(3deg) scale(0.97); }
}
@keyframes hbFloat3 {
  0%,100% { transform: translateX(0) rotate(0deg); }
  50%     { transform: translateX(24px) rotate(-3deg); }
}
@keyframes hbPulseRing {
  0%,100% { opacity: 1; transform: translateY(-50%) scale(1); }
  50%     { opacity: .4; transform: translateY(-50%) scale(1.06); }
}

/* Main glow orbs */
.hero__orb {
  position: absolute;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(254,72,1,.16) 0%, transparent 65%);
  bottom: -200px; right: -80px;
  border-radius: 50%;
  z-index: 2;
  animation: heroOrbFloat 9s ease-in-out infinite;
}
.hero__orb--blue {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(56,110,255,.10) 0%, transparent 65%);
  top: -80px; left: -80px;
  bottom: auto; right: auto;
  animation: heroOrbFloat 13s ease-in-out infinite 4s;
}
@keyframes heroOrbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-28px) scale(1.04); }
}

.hero__container { position: relative; z-index: 3; }
.hero__content { max-width: 700px; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(254,72,1,.12);
  border: 1px solid rgba(254,72,1,.35);
  border-radius: 100px;
  color: #ff9068;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 100%;
  white-space: normal;
  line-height: 1.4;
}
.hero__badge-dot {
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent);
  animation: badgeBlink 2s ease-in-out infinite;
}
@keyframes badgeBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .4; transform: scale(.8); }
}

.hero__title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 24px;
}
.hero__accent { color: var(--accent); }

.hero__text {
  font-size: 1.05rem;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 560px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
}

.hero__stats {
  display: flex;
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero__stat { display: flex; flex-direction: column; gap: 4px; }
.hero__stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.hero__stat-label {
  font-size: .75rem;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero__scroll {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hero__scroll-line {
  width: 2px; height: 52px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}

/* ================================================================
   7. FORM SECTION
================================================================ */
.section-form {
  position: relative;
  z-index: 10;
  margin-top: -80px;
  padding-bottom: 80px;
}
.form-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: var(--shadow);
}
.form-card__header { margin-bottom: 24px; }
.form-card__header h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.form-card__header p { color: var(--muted); font-size: .88rem; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 16px;
  align-items: end;
}
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
  font-size: .75rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .8px;
}
.form-control {
  background: var(--bg2);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-s);
  color: var(--text);
  padding: 12px 16px;
  font-size: .93rem;
  font-family: 'Raleway', sans-serif;
  width: 100%;
  transition: border-color .25s, box-shadow .25s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(254,72,1,.12);
  background: var(--bg);
}
.form-control::placeholder { color: rgba(0,0,0,.3); }
.form-control option { background: #fff; color: var(--text); }

.select-wrap { position: relative; }
.select-wrap::after {
  content: '';
  position: absolute;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top-color: var(--muted);
  border-bottom: none;
  pointer-events: none;
  margin-top: 3px;
}
.select-wrap .form-control { padding-right: 36px; cursor: pointer; }

.form-group--btn { min-width: 170px; }
.application-btn {
  width: 100%;
  padding: 12px 20px;
  background: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
  border-radius: var(--radius-s);
  font-weight: 700;
  font-size: .93rem;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  transition: background .3s, transform .2s var(--spring), box-shadow .3s;
}
.application-btn:hover {
  background: var(--accent-h);
  border-color: var(--accent-h);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(254,72,1,.25);
}
.application-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* ================================================================
   8. PRICING
================================================================ */
.section-price {
  padding: 100px 0;
  background: var(--bg);
}
.price-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.parking-card {
  flex: 0 0 calc(33.333% - 16px);
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-s);
  transition: border-color .4s var(--ease), transform .4s var(--spring), box-shadow .4s;
}
.parking-card:hover {
  border-color: var(--accent);
  transform: translateY(-10px);
  box-shadow: 0 20px 56px rgba(254,72,1,.14);
}

.parking-card__icon {
  padding: 44px 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-l);
  border-bottom: 1.5px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: background .4s;
}
.parking-card__icon::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--accent), #ff6533);
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.parking-card:hover .parking-card__icon::before { opacity: 1; }

.parking-card__icon svg {
  width: 88px; height: 88px;
  fill: var(--accent);
  position: relative; z-index: 1;
  transition: fill .4s var(--ease), transform .4s var(--spring);
}
.parking-card:hover .parking-card__icon svg {
  fill: #fff;
  transform: scale(1.1) rotate(-5deg);
}

.parking-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.parking-card__body h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.4;
}
.parking-card__price {
  color: var(--muted);
  font-size: .85rem;
  margin-bottom: 20px;
}
.parking-card__price strong { color: var(--accent); font-weight: 700; }

.book-btn {
  display: block;
  padding: 11px 16px;
  background: transparent;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-s);
  color: var(--text);
  text-align: center;
  font-weight: 600;
  font-size: .85rem;
  font-family: 'Raleway', sans-serif;
  margin-top: auto;
  cursor: pointer;
  transition: background .3s, border-color .3s, color .3s, transform .2s var(--spring);
}
.book-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

/* ================================================================
   9. FEATURES
================================================================ */
.section-features {
  background: var(--bg2);
  padding: 80px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.feature-item {
  text-align: center;
  padding: 36px 28px;
  border-radius: 20px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-s);
  transition: border-color .35s, transform .35s var(--spring), box-shadow .35s;
}
.feature-item:hover {
  border-color: var(--accent);
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(254,72,1,.10);
}
.feature-icon {
  width: 84px; height: 84px;
  background: var(--accent-l);
  border: 1.5px solid rgba(254,72,1,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background .35s, transform .35s var(--spring), border-color .35s;
}
.feature-icon svg {
  width: 38px; height: 38px;
  fill: var(--accent);
  transition: fill .35s;
}
.feature-item:hover .feature-icon {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.1);
}
.feature-item:hover .feature-icon svg { fill: #fff; }
.feature-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.feature-item p { color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* ================================================================
   10. SERVICES
================================================================ */
.section-services {
  padding: 100px 0;
  background: var(--bg);
}
.services-card {
  max-width: 780px;
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  padding: 44px 52px;
  margin: 0 auto;
  box-shadow: var(--shadow-s);
}
.services-card p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 24px;
  font-size: .95rem;
}
.services-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
}
.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  color: var(--text);
  font-size: .93rem;
  border-bottom: 1px solid var(--border);
}
.service-list li:last-child { border-bottom: none; }
.service-list li svg {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform .25s var(--spring);
}
.service-list li:hover svg { transform: scale(1.25); }

/* ================================================================
   11. CLIENTS
================================================================ */
.section-clients {
  padding: 80px 0 60px;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.slider {
  height: 280px;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.slide-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 40s linear infinite;
}
.slide {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  flex-shrink: 0;
}
.slide img {
  height: 240px;
  width: 240px;
  object-fit: contain;
  /* mix-blend-mode makes the white padding of logos invisible on white bg */
  mix-blend-mode: multiply;
  transition: transform .35s var(--spring);
}
.slide:hover img { transform: scale(1.06); }

@keyframes scrollMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ================================================================
   12. GALLERY (SWIPER)
================================================================ */
.section-gallery {
  padding: 100px 0;
  background: var(--bg);
}
.gallery-swiper {
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-s);
}
.gallery-swiper .swiper-slide img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
  width: 48px; height: 48px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,.12);
  transition: background .25s, transform .25s var(--spring);
}
.gallery-swiper .swiper-button-prev:hover,
.gallery-swiper .swiper-button-next:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.1);
}
.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
  font-size: 14px;
  color: var(--text);
  font-weight: 900;
}
.gallery-swiper .swiper-button-prev:hover::after,
.gallery-swiper .swiper-button-next:hover::after { color: #fff; }
.gallery-swiper .swiper-pagination-bullet {
  background: rgba(0,0,0,.25);
  opacity: 1;
  width: 8px; height: 8px;
  transition: background .25s, width .3s;
}
.gallery-swiper .swiper-pagination-bullet-active {
  background: var(--accent);
  width: 24px;
  border-radius: 4px;
}

/* ================================================================
   13. CONTACTS
================================================================ */
.section-contacts {
  padding: 100px 0;
  background: var(--bg2);
}
.contact-map {
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  margin-bottom: 40px;
  box-shadow: var(--shadow-s);
}
.contact-map iframe { display: block; }

/* Top row: contacts + requisites — align-items:start keeps them compact, no equal height */
.contact-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 48px;
}
.contact-block {
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: var(--shadow-s);
}
.contact-block h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.contact-block p {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.65;
  margin-bottom: 6px;
}
.contact-block p:last-child { margin-bottom: 0; }
.contact-block p b { color: var(--text); font-weight: 600; }
.contact-block a { color: var(--accent); }
.contact-block a:hover { color: var(--accent-h); text-decoration: underline; }

/* Address grid */
.addresses-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.addresses-header h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}
.addresses-header span { color: var(--muted); font-weight: 400; }
.addresses-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  background: var(--accent-l);
  border: 1px solid rgba(254,72,1,.25);
  border-radius: 50%;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 800;
  flex-shrink: 0;
}

.addresses-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.address-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  transition: border-color .3s var(--ease), transform .35s var(--spring), box-shadow .3s;
}
.address-card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(254,72,1,.12);
}
.address-card__pin {
  width: 36px; height: 36px;
  background: var(--accent-l);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
  transition: background .3s, transform .35s var(--spring);
}
.address-card__pin svg {
  width: 15px; height: 15px;
  fill: var(--accent);
  transition: fill .3s;
}
.address-card:hover .address-card__pin {
  background: var(--accent);
  transform: scale(1.1) translateY(-2px);
}
.address-card:hover .address-card__pin svg { fill: #fff; }
.address-card__city {
  font-size: .84rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 4px;
}
.address-card__addr {
  font-size: .76rem;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 10px;
}
.address-card__cta {
  font-size: .71rem;
  font-weight: 700;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .25s, transform .25s var(--ease);
}
.address-card:hover .address-card__cta { opacity: 1; transform: translateY(0); }

/* ================================================================
   14. FOOTER
================================================================ */
.site-footer {
  background: var(--text);
  padding: 24px;
  text-align: center;
}
.site-footer p { color: rgba(255,255,255,.55); font-size: .85rem; }

/* ================================================================
   15. FLOATING BUTTONS
================================================================ */
.floating-widgets {
  position: fixed;
  bottom: 90px; right: 24px;
  display: flex; flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.floating-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s var(--spring);
}
.floating-btn:hover { transform: scale(1.12); }
.floating-btn svg { width: 26px; height: 26px; fill: #fff; }

@keyframes pulseWa {
  0%,100% { box-shadow: 0 4px 14px rgba(0,0,0,.18), 0 0 0 0 rgba(37,211,102,.45); }
  60%      { box-shadow: 0 4px 14px rgba(0,0,0,.18), 0 0 0 14px rgba(37,211,102,0); }
}
@keyframes pulseTg {
  0%,100% { box-shadow: 0 4px 14px rgba(0,0,0,.18), 0 0 0 0 rgba(0,136,204,.45); }
  60%      { box-shadow: 0 4px 14px rgba(0,0,0,.18), 0 0 0 14px rgba(0,136,204,0); }
}
.whatsapp-btn { background: #25D366; animation: pulseWa 2.5s infinite; }
.telegram-btn { background: #0088cc; animation: pulseTg 2.5s 1.25s infinite; }

/* ================================================================
   16. TOAST
================================================================ */
.toast-container {
  position: fixed; top: 20px; right: 20px;
  z-index: 10001;
  display: flex; flex-direction: column; gap: 10px;
  pointer-events: none;
}
.toast {
  padding: 14px 20px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: .88rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  animation: toastIn .35s var(--spring);
  max-width: 340px;
  pointer-events: all;
}
.toast-success { background: linear-gradient(135deg, #22c55e, #16a34a); }
.toast-error   { background: linear-gradient(135deg, #ef4444, #dc2626); }
.toast-info    { background: linear-gradient(135deg, #3b82f6, #2563eb); }
@keyframes toastIn  { from { transform: translateX(110%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes toastOut { from { transform: translateX(0); opacity: 1; } to { transform: translateX(110%); opacity: 0; } }

/* ================================================================
   17. SCROLL TO TOP
================================================================ */
.btn-up {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 9999;
  box-shadow: var(--shadow-s);
  transition: background .25s, transform .25s var(--spring), border-color .25s;
}
.btn-up::before {
  content: '';
  width: 32px; height: 32px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fe4801' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.btn-up:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px);
}
.btn-up:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.btn-up_hide { display: none !important; }

/* ================================================================
   18. SECTION DECORATIONS — animated bg icons via pseudo-elements
================================================================ */

/* Add position:relative so pseudo-elements anchor correctly */
.section-price, .section-features, .section-services,
.section-gallery, .section-contacts { position: relative; }

/* Shared pseudo-element base */
.section-form::before,    .section-form::after,
.section-price::before,   .section-price::after,
.section-features::before,.section-features::after,
.section-services::before,.section-services::after,
.section-gallery::before, .section-gallery::after,
.section-contacts::before,.section-contacts::after {
  content: '';
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
}

/* Shared animations */
@keyframes sdFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  45%     { transform: translateY(-22px) rotate(3deg); }
  80%     { transform: translateY(10px) rotate(-2deg); }
}
@keyframes sdDrift {
  0%,100% { transform: translateX(0) rotate(0deg); }
  50%     { transform: translateX(18px) rotate(-3deg); }
}
@keyframes sdSpin {
  0%,100% { transform: translateY(0) scale(1) rotate(0deg); }
  40%     { transform: translateY(-18px) scale(1.04) rotate(5deg); }
  70%     { transform: translateY(8px) scale(0.97) rotate(-3deg); }
}

/* -- FORM -- */
.section-form::before {
  background-image: var(--ico-car);
  width: 280px; height: 280px;
  right: 2%; top: 50%; margin-top: -140px;
  opacity: .045;
  animation: sdFloat 16s ease-in-out infinite;
}
.section-form::after {
  background-image: var(--ico-key);
  width: 130px; height: 130px;
  left: 2%; bottom: 24px;
  opacity: .03;
  animation: sdSpin 22s ease-in-out infinite 7s;
}

/* -- PRICING -- */
.section-price::before {
  background-image: var(--ico-truck);
  width: 360px; height: 280px;
  right: -30px; top: 50%; margin-top: -140px;
  opacity: .04;
  animation: sdFloat 14s ease-in-out infinite 2s;
}
.section-price::after {
  background-image: var(--ico-car);
  width: 200px; height: 200px;
  left: -10px; bottom: 40px;
  opacity: .035;
  animation: sdDrift 20s ease-in-out infinite 5s;
}

/* -- FEATURES -- */
.section-features::before {
  background-image: var(--ico-shield);
  width: 260px; height: 260px;
  right: 40px; bottom: -20px;
  opacity: .05;
  animation: sdSpin 18s ease-in-out infinite 1s;
}
.section-features::after {
  background-image: var(--ico-pin);
  width: 120px; height: 165px;
  left: 24px; top: 24px;
  opacity: .04;
  animation: sdDrift 25s ease-in-out infinite 4s;
}

/* -- SERVICES -- */
.section-services::before {
  background-image: var(--ico-key);
  width: 260px; height: 260px;
  right: 40px; top: 50%; margin-top: -130px;
  opacity: .04;
  animation: sdFloat 20s ease-in-out infinite 3s;
}
.section-services::after {
  background-image: var(--ico-shield);
  width: 150px; height: 150px;
  left: -10px; top: 60px;
  opacity: .03;
  animation: sdSpin 17s ease-in-out infinite 8s;
}

/* -- GALLERY -- */
.section-gallery::before {
  background-image: var(--ico-car);
  width: 220px; height: 220px;
  left: 24px; bottom: 40px;
  opacity: .04;
  animation: sdDrift 15s ease-in-out infinite 2s;
}
.section-gallery::after {
  background-image: var(--ico-truck);
  width: 280px; height: 210px;
  right: -20px; top: 40px;
  opacity: .03;
  animation: sdFloat 21s ease-in-out infinite 6s;
}

/* -- CONTACTS -- */
.section-contacts::before {
  background-image: var(--ico-pin);
  width: 180px; height: 250px;
  right: 60px; top: 60px;
  opacity: .05;
  animation: sdFloat 13s ease-in-out infinite;
}
.section-contacts::after {
  background-image: var(--ico-car);
  width: 200px; height: 200px;
  left: -10px; bottom: 60px;
  opacity: .04;
  animation: sdDrift 22s ease-in-out infinite 4s;
}

/* Ensure section content always renders above decorations */
.section-form .container,
.section-price .container,
.section-features .container,
.section-services .container,
.section-gallery .container,
.section-contacts .container { position: relative; z-index: 1; }
