/* Luxury single-page layout — responsive by default */

:root {
  --bg: #000000;
  --bg2: #000000;
  --panel: rgba(255, 255, 255, 0.06);
  --panel2: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --muted: #ffffff;
  --muted2: #ffffff;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  --accent: #c5161f;
  --accent2: #ff3a43;
  --gold: #c8a96a;
  --radius: 16px;
  --radius2: 22px;
  --max: 1160px;
  --text-base: 16px;
  --text-small: 13px;
  --h-size: clamp(26px, 3vw, 40px);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html.noScroll,
html.noScroll body {
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #000000;
  overflow-x: hidden;
  font-size: var(--text-base);
}

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

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

.skip {
  position: absolute;
  left: -9999px;
  top: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.8);
}

.skip:focus {
  left: 12px;
  z-index: 9999;
  color: #ffffff;
}

.muted {
  color: var(--muted);
  line-height: 1.65;
  font-size: var(--text-base);
}

.fine {
  color: var(--muted2);
  font-size: 12px;
  line-height: 1.45;
}

.eyebrow {
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  margin: 0 0 12px;
}

.h2 {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  font-size: var(--h-size);
  line-height: 1.12;
  color: #ffffff;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.08em;
}

.brand__mark,
.brand__accent {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.brand__accent {
  letter-spacing: 0.12em;
}

/* Той самий логотип DRIVER + VIP меншим кеглем у бейджі та картці */
.mediaFrame__badge .brand__mark,
.mediaFrame__badge .brand__accent,
.visualCard__label .brand__mark,
.visualCard__label .brand__accent {
  font-size: 11px;
}

.mediaFrame__badge .brand,
.visualCard__label .brand {
  gap: 4px;
}

.footer__bottom .brand--compact .brand__mark,
.footer__bottom .brand--compact .brand__accent {
  font-size: 12px;
}

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

.nav__link {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 160ms ease;
}

.nav__link:hover {
  color: #ffffff;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
  will-change: transform;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn:active {
  transform: translateY(0);
}

.btn--primary {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(197, 22, 31, 0.95), rgba(164, 12, 20, 0.95));
  border-color: rgba(197, 22, 31, 0.7);
  box-shadow: 0 14px 40px rgba(197, 22, 31, 0.2);
}

.btn--primary:hover {
  background: linear-gradient(180deg, rgba(255, 58, 67, 0.95), rgba(197, 22, 31, 0.92));
  border-color: rgba(255, 58, 67, 0.8);
}

.btn--ghost {
  background: rgba(0, 0, 0, 0.22);
}

.btn--link {
  border: 0;
  background: transparent;
  padding-inline: 6px;
  color: #ffffff;
}

.btn--link:hover {
  background: transparent;
  border: 0;
  transform: translateY(-1px);
  color: #ffffff;
}

.btn--block {
  width: 100%;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 0 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.burger__dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  flex-shrink: 0;
}

/* Drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: start end;
  padding: 16px;
  box-sizing: border-box;
}

/* Explicit hiding: avoid display:grid vs hidden attribute conflicts in some browsers */
.drawer[hidden] {
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}

.drawer__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-height: min(92vh, 720px);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(900px 300px at 20% 0%, rgba(197, 22, 31, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(14, 14, 20, 0.95), rgba(10, 10, 14, 0.95));
  box-shadow: var(--shadow);
  padding: 14px;
  -webkit-overflow-scrolling: touch;
}

.drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 10px;
}

.drawer__title {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.drawer__close {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
}

.drawer__links {
  display: grid;
  gap: 6px;
  padding: 6px;
}

.drawer__link {
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
}

.drawer__cta {
  display: grid;
  gap: 10px;
  padding: 12px 6px 6px;
}

/* Hero */
.hero {
  position: relative;
  padding: 78px 0 44px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: transparent;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.hero__title {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  font-size: var(--h-size);
  line-height: 1.12;
  color: #ffffff;
}

.hero__service {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffffff;
}

.hero__serviceName {
  color: #ffffff;
  font-weight: 600;
}

.hero__phone {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero__phone a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 2px;
  transition: border-color 160ms ease, color 160ms ease;
}

.hero__phone a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.hero__tagline {
  margin: 22px 0 0;
  max-width: 42ch;
  line-height: 1.55;
  color: #ffffff;
  font-size: var(--text-base);
}

.hero__sub {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 56ch;
}

.hero__cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero__messengers {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.msg-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.msg-icon:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.msg-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.stat {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 14px;
}

.stat__num {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.stat__label {
  margin-top: 6px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero__card {
  border-radius: var(--radius2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(900px 360px at 40% 0%, rgba(255, 255, 255, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero__media {
  position: relative;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: radial-gradient(900px 300px at 30% 30%, rgba(200, 169, 106, 0.12), transparent 60%),
    radial-gradient(800px 340px at 80% 40%, rgba(197, 22, 31, 0.12), transparent 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.85));
}

.hero__media--photo {
  padding: 0;
  overflow: hidden;
  background: #000;
  /* Show the whole photo without forced cropping/stretching */
  aspect-ratio: auto;
  display: block;
}

.hero__photo {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
}

.glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(closest-side, rgba(197, 22, 31, 0.14), transparent 72%);
  filter: blur(14px);
  opacity: 0.75;
}

.car-silhouette {
  width: 86%;
  height: 64%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(220px 110px at 25% 65%, rgba(255, 255, 255, 0.08), transparent 70%),
    radial-gradient(200px 110px at 72% 66%, rgba(255, 255, 255, 0.07), transparent 70%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  mask-image: linear-gradient(100deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 1));
  transform: skewX(-6deg);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
}

.hero__meta {
  padding: 14px 16px 18px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(200, 169, 106, 0.35);
  color: #ffffff;
  background: rgba(200, 169, 106, 0.08);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__metaRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__metaKey {
  color: #ffffff;
  font-size: 12px;
}

.hero__metaVal {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.hero__metaVal--link {
  color: #ffffff;
}

.hero__metaVal--link:hover {
  color: #ffffff;
}

/* Bold ribbon below hero: premium emphasis without competing with the main heading */
.premium-ribbon {
  position: relative;
  padding: 22px 0 24px;
  border-top: 1px solid rgba(200, 169, 106, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(800px 120px at 50% 0%, rgba(200, 169, 106, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(15, 12, 10, 0.65), rgba(7, 7, 10, 0.95));
}

.premium-ribbon__inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.premium-ribbon__shout {
  margin: 0 0 10px;
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-size: clamp(calc(1.35rem * 1.2), 3.2vw, calc(2rem * 1.2));
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-shadow: 0 0 48px rgba(255, 255, 255, 0.15);
}

.premium-ribbon__shout::before,
.premium-ribbon__shout::after {
  content: "";
  display: inline-block;
  width: min(56px, 12vw);
  height: 1px;
  margin: 0 14px;
  vertical-align: middle;
  background: linear-gradient(90deg, transparent, rgba(200, 169, 106, 0.55), transparent);
}

.premium-ribbon__sub {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0.02em;
}

@media (max-width: 520px) {
  .premium-ribbon__shout::before,
  .premium-ribbon__shout::after {
    display: none;
  }
}

.lead-strong {
  font-size: 1.05rem;
  color: #ffffff !important;
  font-weight: 500;
}

.testimonial-line {
  margin-top: 18px;
  padding-left: 14px;
  border-left: 3px solid var(--accent);
  font-style: italic;
  color: #ffffff !important;
}

/* Sections */
.section {
  padding: 54px 0;
}

.section--media {
  padding-top: 38px;
}

.section--split {
  padding-top: 42px;
}

.section--contact {
  padding-bottom: 76px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}

.steps {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
  font-size: var(--text-base);
}

.step__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(197, 22, 31, 0.9), rgba(197, 22, 31, 0.35));
  border: 1px solid rgba(197, 22, 31, 0.5);
  font-weight: 600;
}

.step__title {
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: var(--text-base);
}

.step__text {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
  font-size: var(--text-base);
}

.mediaFrame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  min-height: 300px;
}

.mediaFrame__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.05);
}

.mediaFrame__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 340px at 30% 20%, rgba(197, 22, 31, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.72));
}

.mediaFrame__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

.sectionHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sectionHead--center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sliderControls {
  display: flex;
  gap: 10px;
}

.iconBtn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}

.iconBtn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.cards {
  --cardW: 280px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 2px 16px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
  -webkit-overflow-scrolling: touch;
}

.cards::-webkit-scrollbar {
  height: 10px;
}
.cards::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.card {
  scroll-snap-align: start;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  padding: 16px 16px 10px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  flex: 0 0 var(--cardW);
}

.card::after {
  content: "";
  position: absolute;
  inset: -40px -30px auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(closest-side, rgba(200, 169, 106, 0.12), transparent 70%);
  filter: blur(12px);
  opacity: 0.85;
  pointer-events: none;
}

.card--photo {
  padding: 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.card--photo::after {
  display: none;
}

.card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards--gallery {
  --cardW: 320px;
}

.card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.card__title {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 20px;
}

.card__link {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 2px;
}

.card__link:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.38);
}

.card__price {
  margin-top: 10px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.card__img {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  height: 170px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.card__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(220px 120px at 22% 55%, rgba(255, 255, 255, 0.11), transparent 70%),
    radial-gradient(240px 140px at 72% 62%, rgba(255, 255, 255, 0.09), transparent 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.56));
}

.card__img--g::after,
.card__img--rr::after,
.card__img--b::after,
.card__img--f::after {
  content: "";
  position: absolute;
  inset: 18px 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  transform: skewX(-8deg);
  opacity: 0.9;
}

.card__img--g::after {
  box-shadow: 0 18px 90px rgba(197, 22, 31, 0.12);
}
.card__img--rr::after {
  box-shadow: 0 18px 90px rgba(200, 169, 106, 0.12);
}
.card__img--b::after {
  box-shadow: 0 18px 90px rgba(255, 255, 255, 0.08);
}
.card__img--f::after {
  box-shadow: 0 18px 90px rgba(255, 58, 67, 0.14);
}

.center {
  display: grid;
  place-items: center;
  margin-top: 12px;
}

/* Split section */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.split__copy {
  padding-right: 6px;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.feature {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
}

.feature__icon {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 169, 106, 0.28);
  background: rgba(200, 169, 106, 0.06);
  color: #ffffff;
  margin-bottom: 10px;
}

.feature__title {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.feature__text {
  margin-top: 6px;
  font-size: var(--text-base);
  color: var(--muted);
  line-height: 1.55;
}

.split__visual {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: radial-gradient(900px 380px at 30% 30%, rgba(197, 22, 31, 0.16), transparent 60%),
    radial-gradient(900px 420px at 80% 50%, rgba(200, 169, 106, 0.14), transparent 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.84));
  min-height: 215px;
  display: grid;
  align-items: end;
}

.visualCard {
  margin: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.28);
  padding: 18px;
  position: relative;
  z-index: 2;
}

.visualCard__label {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}

.visualCard__title {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-weight: 600;
  font-size: 28px;
  margin-top: 8px;
  line-height: 1.1;
}

.visualCard__cta {
  margin-top: 14px;
}

.visualCar {
  position: absolute;
  left: -10%;
  bottom: -22%;
  width: 120%;
  height: 70%;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(240px 140px at 25% 60%, rgba(255, 255, 255, 0.08), transparent 72%),
    radial-gradient(240px 140px at 78% 62%, rgba(255, 255, 255, 0.07), transparent 72%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  transform: rotate(-2deg) skewX(-10deg);
  opacity: 0.9;
  filter: blur(0.2px);
}

.visualCar--muted {
  opacity: 0.35;
}

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.faqItem {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 14px;
}

.faqItem summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.faqItem summary::-webkit-details-marker {
  display: none;
}

.faqItem summary::after {
  content: "+";
  float: right;
  color: #ffffff;
  font-weight: 600;
}

.faqItem[open] summary::after {
  content: "–";
}

.faqItem p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 13px;
}

/* Contact */
.contact {
  max-width: 560px;
  margin: 0 auto;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(900px 360px at 25% 15%, rgba(197, 22, 31, 0.14), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact__copy {
  padding: 22px;
}

.contact__copy--solo {
  text-align: center;
}

.contact__copy--solo .muted {
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.contact__phoneBig {
  margin: 20px 0 8px;
}

.contact__phoneLink {
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 4px;
  transition: color 160ms ease, border-color 160ms ease;
}

.contact__phoneLink:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.contact__ctaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 8px;
}

.contact__rows {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  text-align: start;
}

.contactRow {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  padding: 12px 12px;
}

.contactRow__k {
  color: #ffffff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
}

.contactRow__v {
  color: #ffffff;
  font-weight: 500;
}

a.contactRow__v:hover {
  color: #ffffff;
}

/* Testimonials (static) */
.section--testimonials {
  padding-bottom: 56px;
}

.section--testimonials .sectionHead--center {
  margin-bottom: 32px;
}

.testimonials__lead {
  max-width: 46ch;
  margin: 12px 0 0;
  font-size: var(--text-base);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonialCard {
  border-radius: var(--radius2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

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

.testimonialCard__avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  flex: none;
  object-fit: cover;
}

.testimonialCard__who {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.testimonialCard__text {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  flex: 1;
}

.testimonialCard__name {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.testimonialCard__role {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 980px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  #reviews .sectionHead--center {
    text-align: center;
  }
}

/* Footer */
.footer {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.32));
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding-bottom: 20px;
}

.brand--footer .brand__accent {
  color: #ffffff;
}

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

.footer__col {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 14px;
  display: grid;
  gap: 8px;
}

.footer__h {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  margin-bottom: 6px;
}

.footer__col a {
  color: #ffffff;
  font-size: 13px;
}

.footer__col a:hover {
  color: #ffffff;
}

.footer__muted {
  color: #ffffff;
  font-size: 13px;
}

.fab-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--accent2), var(--accent));
  color: #ffffff;
  box-shadow: 0 14px 40px rgba(197, 22, 31, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.fab-call:hover {
  transform: scale(1.06);
  box-shadow: 0 18px 50px rgba(197, 22, 31, 0.55);
}

.fab-call__icon {
  display: block;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0;
}

.footer__bottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Responsive */
@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .features {
    grid-template-columns: 1fr;
  }
  .faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .nav {
    display: none;
  }
  .burger {
    display: inline-flex;
  }
  .header__actions a.btn {
    display: none;
  }

  /* Center hero text on mobile */
  .hero__copy {
    text-align: center;
  }

  .hero__tagline {
    margin-left: auto;
    margin-right: auto;
    max-width: 36ch;
  }

  .hero__stats .stat {
    text-align: center;
  }

  .hero__card .hero__meta {
    text-align: center;
  }

  .hero__card .chip {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__metaRow {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  /* "Service" section — center heading and paragraph */
  #service .grid-2 > div:first-child {
    text-align: center;
  }

  #service .steps {
    text-align: center;
  }

  #service .step {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  #service .step__body {
    text-align: center;
  }

  #service .step__icon {
    margin-left: auto;
    margin-right: auto;
  }

  /* Gallery section heading */
  #gallery .sectionHead {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #gallery .sectionHead .sliderControls {
    margin-top: 8px;
  }

  /* About */
  #about .split__copy {
    text-align: center;
  }

  #about .features {
    text-align: center;
  }

  #about .feature {
    text-align: center;
  }

  #about .feature__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .visualCard {
    text-align: center;
  }

  /* Contacts: center rows */
  #contacts .contactRow {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  #contacts .contactRow__k {
    margin-bottom: 4px;
  }

  .hero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .btn--hero-order {
    width: 100%;
    justify-content: center;
    min-height: 64px;
    padding: 18px 22px;
    font-size: 18px;
    letter-spacing: 0.16em;
    border-radius: 16px;
  }

  .hero__messengers {
    justify-content: center;
    gap: 14px;
  }

  .msg-icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
  }

  .msg-icon img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }
  .header__inner {
    padding: 12px 0;
    gap: 12px;
  }
  .brand__mark,
  .brand__accent {
    font-size: 16px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero__title {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.08;
  }
  .hero__tagline {
    font-size: 14px;
  }
  .hero__stats {
    grid-template-columns: 1fr;
  }
  .cards {
    --cardW: 240px;
  }
  .btn--hero-order {
    min-height: 56px;
    padding: 16px 18px;
    font-size: 16px;
    letter-spacing: 0.14em;
  }
  .msg-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }
  .msg-icon img {
    width: 32px;
    height: 32px;
  }
  .drawer {
    padding: 10px;
  }
  .drawer__panel {
    width: 100%;
    max-height: 90vh;
  }
  .fab-call {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
  .footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__cols {
    justify-items: center;
  }

  .footer__col {
    text-align: center;
  }

  .footer__bottomInner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .section {
    padding: 44px 0;
  }
  .hero {
    padding: 54px 0 36px;
  }
  .hero__phone {
    font-size: 20px;
  }
  .hero__meta {
    padding: 12px 14px 16px;
  }
  .chip {
    font-size: 10px;
  }
  .cards--gallery {
    --cardW: 220px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .btn:hover,
  .msg-icon:hover,
  .iconBtn:hover,
  .fab-call:hover {
    transform: none;
  }
}

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

