:root {
  --bg: #070d18;
  --bg-soft: #0d1524;
  --panel: rgba(15, 23, 38, 0.82);
  --panel-strong: rgba(18, 28, 46, 0.94);
  --card: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #f3f6fb;
  --muted: #a7b4c8;
  --accent: #64e08c;
  --accent-strong: #3fcb6d;
  --gold: #f1c979;
  --gold-soft: rgba(241, 201, 121, 0.18);
  --blue: #63a8ff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --glow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.58;
  background:
    radial-gradient(circle at top left, rgba(68, 113, 189, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(241, 201, 121, 0.1), transparent 22%),
    linear-gradient(180deg, #060b14 0%, #09111d 38%, #0d1626 100%);
}
img { display: block; max-width: 100%; }
a, button, input, textarea { font: inherit; -webkit-tap-highlight-color: transparent; }

.page-bg,
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}
.page-bg {
  background:
    radial-gradient(circle at 12% 18%, rgba(99, 168, 255, 0.14), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(241, 201, 121, 0.09), transparent 18%),
    radial-gradient(circle at 50% 80%, rgba(100, 224, 140, 0.06), transparent 24%);
}
.noise {
  z-index: -1;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 55%, transparent 100%);
}

.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section { padding: 84px 0; }
.section-first { padding-top: 56px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(7, 13, 24, 0.7);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #0c1422;
  background: linear-gradient(135deg, var(--gold), #fff0c8 70%);
  box-shadow: 0 10px 32px rgba(241, 201, 121, 0.22);
}
.brand strong,
.brand small { display: block; }
.brand strong { letter-spacing: 0.06em; }
.brand small { color: var(--muted); margin-top: 2px; }

.top-nav { display: flex; align-items: center; gap: 22px; }
.top-nav a,
.header-call,
.contact-social { color: var(--text); text-decoration: none; }
.top-nav a { color: var(--muted); }
.top-nav a:hover,
.contact-social:hover { color: #fff; }

.header-right { display: flex; align-items: center; gap: 14px; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}
.lang-switch a {
  min-width: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
}
.lang-switch a.active {
  color: #0a111d;
  background: linear-gradient(135deg, var(--gold), #f8e1af);
}
.header-call {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(100, 224, 140, 0.25);
  background: rgba(100, 224, 140, 0.12);
  font-weight: 800;
}

.hero-grid,
.fleet-grid,
.request-grid,
.faq-grid,
.contacts-box { display: grid; gap: 32px; align-items: center; }
.hero-grid { grid-template-columns: 1.03fr 0.97fr; }
.request-grid { grid-template-columns: 0.82fr 1.18fr; align-items: start; }
.fleet-grid { grid-template-columns: 0.95fr 1.05fr; }
.faq-grid { grid-template-columns: 0.78fr 1.22fr; align-items: start; }
.contacts-box { grid-template-columns: 1fr 0.98fr; }

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--gold);
}
.centered { text-align: center; margin-inline: auto; }
.headline-wrap { max-width: 740px; }
.mini-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(241, 201, 121, 0.25);
  background: var(--gold-soft);
  color: #ffe7bb;
  font-size: 0.92rem;
  font-weight: 700;
}


.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-bottom: 20px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 2px solid rgba(100, 224, 140, 0.72);
  background:
    radial-gradient(circle at 12% 18%, rgba(100, 224, 140, 0.55), transparent 38%),
    radial-gradient(circle at 92% 20%, rgba(99, 168, 255, 0.36), transparent 42%),
    linear-gradient(135deg, rgba(20, 130, 75, 0.70), rgba(21, 72, 150, 0.58));
  color: #ecfff3;
  font-size: clamp(1.22rem, 1.8vw, 1.7rem);
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 24px rgba(100, 224, 140, 0.55),
    0 0 42px rgba(99, 168, 255, 0.35);
  box-shadow:
    0 0 0 4px rgba(100, 224, 140, 0.08),
    0 20px 58px rgba(100, 224, 140, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.hero .mini-kicker {
  min-height: 66px;
  margin-bottom: 22px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 2px solid rgba(241, 201, 121, 0.82);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 220, 130, 0.58), transparent 40%),
    radial-gradient(circle at 92% 22%, rgba(255, 88, 88, 0.25), transparent 40%),
    linear-gradient(135deg, rgba(128, 83, 20, 0.78), rgba(31, 80, 150, 0.52));
  color: #fff8df;
  font-size: clamp(1.34rem, 2vw, 1.9rem);
  font-weight: 1000;
  letter-spacing: 0.01em;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.38),
    0 0 26px rgba(241, 201, 121, 0.58),
    0 0 50px rgba(255, 103, 103, 0.24);
  box-shadow:
    0 0 0 4px rgba(241, 201, 121, 0.10),
    0 22px 62px rgba(241, 201, 121, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.25);
}

.hero h1,
.section-heading h2,
.fleet-copy h2,
.request-grid h2,
.faq-grid h2,
.contacts-box h2,
.showcase-card h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.hero h1 { font-size: clamp(2.7rem, 4.2vw, 5.2rem); max-width: 12ch; }
.hero-accent {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(241, 201, 121, 0.12);
}
.hero-text,
.section-heading p,
.fleet-copy p,
.section-intro,
.process-card p,
.service-card p,
.faq-list p,
.contacts-box p,
.showcase-card p { color: var(--muted); }
.hero-text { max-width: 60ch; margin: 20px 0 0; font-size: 1.05rem; }
.section-heading { max-width: 800px; margin-bottom: 32px; }
.section-heading h2,
.fleet-copy h2,
.request-grid h2,
.faq-grid h2,
.contacts-box h2,
.showcase-card h2 { font-size: clamp(2rem, 3vw, 3.6rem); }
.section-heading p,
.section-intro { margin: 14px auto 0; max-width: 64ch; }

.premium-panel,
.request-form,
.gallery-item,
.faq-list details,
.mobile-bar,
.hero-photo-card,
.frame-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(21, 30, 49, 0.82), rgba(10, 16, 29, 0.94));
  box-shadow: var(--shadow);
}
.premium-panel {
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.premium-panel::before,
.frame-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 22%, transparent 65%, rgba(241,201,121,0.08));
  pointer-events: none;
}
.frame-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 6px);
}
.frame-card::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 24px;
  pointer-events: none;
}

.hero-actions,
.contacts-actions,
.messenger-actions,
.contact-badges,
.fleet-contacts,
.showcase-actions,
.hero-chips { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions { margin-top: 30px; }
.hero-chips { margin-top: 18px; }
.hero-chips span,
.contact-badges a,
.visual-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: #dde7f4;
  text-decoration: none;
  font-size: 0.94rem;
}
.visual-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 2;
  min-height: 46px;
  background: rgba(8, 14, 25, 0.72);
  backdrop-filter: blur(10px);
}
.visual-badge--top { top: 18px; }
.visual-badge--bottom { bottom: 18px; }

.btn,
.contact-phone,
.contact-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 18px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover,
.contact-phone:hover,
.contact-social:hover,
.header-call:hover,
.mobile-bar a:hover,
.contact-badges a:hover { transform: translateY(-1px); }
.btn-primary,
.contact-phone.primary,
.mobile-bar a:first-child {
  color: #09111b;
  background: linear-gradient(135deg, var(--gold), #ffebb9 70%);
  box-shadow: 0 18px 38px rgba(241, 201, 121, 0.24);
}
.btn-secondary,
.contact-phone,
.contact-social,
.mobile-bar a {
  color: var(--text);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
}
.btn-ghost {
  color: #dbe5f3;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-stats {
  margin-top: 24px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.hero-stats article {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-stats strong,
.hero-stats span { display: block; }
.hero-stats strong { font-size: 1.45rem; color: var(--gold); }
.hero-stats span { margin-top: 6px; color: var(--muted); font-size: 0.92rem; }

.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.visual-shell {
  grid-column: 1 / -1;
  height: 100%;
  min-height: 600px;
  padding: 22px;
}
.hero-photo-card { height: 100%; min-height: 556px; }
.hero-photo-card img,
.fleet-photo-wrap img,
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

.hero-contact-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.floating-card {
  position: static;
  max-width: none;
  min-height: 112px;
  padding: 18px 20px;
  backdrop-filter: blur(14px);
  color: var(--text);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 1px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(21, 30, 49, 0.82), rgba(10, 16, 29, 0.94));
  box-shadow: var(--shadow);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.floating-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.20);
  background: linear-gradient(180deg, rgba(25, 36, 58, 0.88), rgba(10, 16, 29, 0.96));
}
.floating-card strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.08rem;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0.01em;
  color: #f3f6fb;
  text-shadow: none;
}
.floating-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.38;
  font-weight: 650;
  text-shadow: none;
}
.floating-card--top,
.floating-card--bottom { top: auto; right: auto; bottom: auto; left: auto; }
.floating-card--top {
  border-color: rgba(100, 224, 140, 0.30);
}
.floating-card--top strong {
  color: #101923;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  min-height: 54px;
  padding: 10px 16px;
  border-radius: 18px;
  border: 2px solid rgba(139, 255, 176, 0.95);
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,0.86), transparent 40%),
    linear-gradient(135deg, #86ffac, #2ee6ff 58%, #ffe07a);
  font-size: clamp(1.42rem, 2vw, 2rem);
  font-weight: 1000;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.48), 0 0 18px rgba(255,255,255,0.50);
  box-shadow:
    0 0 0 4px rgba(100, 224, 140, 0.12),
    0 0 30px rgba(100, 224, 140, 0.46),
    0 18px 46px rgba(46, 230, 255, 0.18);
}
.floating-card--top span {
  color: rgba(214, 226, 242, 0.78);
  font-weight: 650;
}
.floating-card--top:hover strong {
  box-shadow:
    0 0 0 5px rgba(100, 224, 140, 0.16),
    0 0 42px rgba(100, 224, 140, 0.62),
    0 20px 52px rgba(46, 230, 255, 0.24);
}
.floating-card--bottom {
  border-color: rgba(255,255,255,0.12);
}
.floating-card--bottom strong {
  color: #eef4ff;
  font-size: 1.08rem;
  font-weight: 850;
}
.floating-card--bottom span {
  color: var(--muted);
  font-weight: 650;
}
.signature-strip { padding-top: 18px; }
.signature-grid {
  padding: 18px 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.strip-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.signature-grid strong { font-size: 1.05rem; }

.services-bento {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-card {
  position: relative;
  min-height: 220px;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(19, 29, 47, 0.9), rgba(11, 18, 31, 0.96));
}
.service-card--large { grid-column: span 2; }
.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(241,201,121,0.12);
  border: 1px solid rgba(241,201,121,0.18);
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 18px;
}
.service-card h3,
.process-card h3 { margin: 0; font-size: 1.2rem; }
.service-card p,
.process-card p { margin: 12px 0 0; }
.service-card a {
  display: inline-flex;
  margin-top: 16px;
  color: #ffe1a5;
  text-decoration: none;
  font-weight: 800;
}
.accent-card {
  background: linear-gradient(180deg, rgba(35, 29, 16, 0.92), rgba(15, 17, 23, 0.98));
}

.fleet-shell,
.request-shell,
.faq-shell,
.contacts-shell { padding: 24px; }
.fleet-photo-wrap { min-height: 500px; }
.fleet-copy { padding: 8px 6px 8px 8px; }
.fleet-points { display: grid; gap: 16px; margin-top: 24px; }
.fleet-points > div {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.fleet-points strong,
.fleet-points span { display: block; }
.fleet-points span { margin-top: 6px; color: var(--muted); }
.fleet-contacts { margin-top: 22px; }

.gallery-grid--premium {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 240px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: var(--radius);
  cursor: pointer;
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5, 8, 15, 0.92) 100%);
}
.gallery-item span {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  font-weight: 800;
  color: #fff;
}
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }

.showcase-card {
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: center;
}
.showcase-actions { justify-content: flex-end; }

.process-grid--premium {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.process-card {
  padding: 24px;
  border-radius: var(--radius);
}
.process-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(99,168,255,0.12);
  border: 1px solid rgba(99,168,255,0.16);
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 18px;
}

.request-form {
  padding: 16px;
  border-radius: 24px;
  background: rgba(7, 11, 20, 0.55);
}
.premium-inner {
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--glow);
}
.form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 10px; }
.field-full { grid-column: 1 / -1; }
.field span { font-weight: 700; }
.field input,
.field textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.04);
  color: #fff;
  outline: none;
  resize: vertical;
}
.field input::placeholder,
.field textarea::placeholder { color: rgba(167,180,200,0.72); }
.field input:focus,
.field textarea:focus {
  border-color: rgba(241,201,121,0.38);
  box-shadow: 0 0 0 4px rgba(241,201,121,0.08);
}
.messenger-actions { margin-top: 20px; }
.helper-note { margin: 16px 0 0; color: var(--muted); }
.helper-note[data-state='success'] { color: #b9ffd0; }
.helper-note[data-state='warning'] { color: #ffe3a1; }

.faq-list { display: grid; gap: 14px; }
.faq-list details {
  padding: 20px 22px;
  border-radius: 22px;
}
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 12px 0 0; }
.contacts-actions--stacked { flex-direction: column; align-items: stretch; }

.site-footer { padding: 36px 0 110px; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
}

.mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 35;
  display: none;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 10px;
  border-radius: 22px;
  background: rgba(7, 12, 21, 0.9);
  backdrop-filter: blur(14px);
}
.mobile-bar a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
}

.lightbox {
  width: min(92vw, 1100px);
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(8, 14, 25, 0.96);
  color: #fff;
}
.lightbox::backdrop { background: rgba(0, 0, 0, 0.76); }
.lightbox img {
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border-radius: 18px;
}
.lightbox p { margin: 14px 0 0; color: var(--muted); }
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1.7rem;
}

@media (max-width: 1100px) {
  .hero-grid,
  .request-grid,
  .fleet-grid,
  .showcase-card,
  .faq-grid,
  .contacts-box { grid-template-columns: 1fr; }
  .hero-stats,
  .signature-grid,
  .process-grid--premium { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-bento,
  .gallery-grid--premium { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-item--wide,
  .service-card--large { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 1; }
  .showcase-actions { justify-content: flex-start; }
  .hero h1 { max-width: 13ch; }
  .hero-visual,
  .visual-shell { min-height: 480px; }
  .hero-photo-card { min-height: 430px; }
}

@media (max-width: 820px) {
  .site-header { position: static; }
  .header-inner,
  .footer-inner,
  .contacts-actions,
  .hero-actions,
  .messenger-actions,
  .contact-badges,
  .fleet-contacts,
  .showcase-actions,
  .hero-chips { flex-direction: column; }
  .header-inner { padding: 18px 0; align-items: flex-start; }
  .top-nav { display: none; }
  .header-right {
    width: 100%;
    justify-content: space-between;
  }
  .header-call { display: none; }
  .hero-stats,
  .signature-grid,
  .services-bento,
  .gallery-grid--premium,
  .process-grid--premium,
  .form-grid,
  .contacts-box { grid-template-columns: 1fr; }
  .gallery-item--wide,
  .service-card--large { grid-column: span 1; }
  .hero { padding-top: 18px; }
  .hero-visual,
  .visual-shell { min-height: 380px; }
  .hero-photo-card { min-height: 340px; }
  .floating-card { min-height: auto; }
  .floating-card--top strong { font-size: clamp(1.18rem, 7vw, 1.52rem); }

  .mobile-bar { display: grid; }
  .site-footer { padding-bottom: 120px; }
}

@media (max-width: 560px) {
  .section { padding: 62px 0; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero h1 { max-width: none; font-size: clamp(2.2rem, 11vw, 3.3rem); }
  .hero .eyebrow,
  .hero .mini-kicker {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .hero .eyebrow { letter-spacing: 0.06em; }
  .hero .mini-kicker { font-size: clamp(1.18rem, 6vw, 1.48rem); }

  .btn,
  .contact-phone,
  .contact-social,
  .contact-badges a,
  .lang-switch,
  .lang-switch a { width: 100%; }
  .header-right {
    flex-direction: column;
    align-items: stretch;
  }
  .lang-switch { justify-content: stretch; }
  .hero-visual { grid-template-columns: 1fr; }
  .hero-contact-row { grid-template-columns: 1fr; }
  .premium-panel,
  .service-card,
  .gallery-item,
  .faq-list details,
  .request-form { border-radius: 22px; }
  .visual-shell,
  .fleet-shell,
  .request-shell,
  .faq-shell,
  .contacts-shell,
  .showcase-card { padding: 18px; }
  .mobile-bar {
    left: 8px;
    right: 8px;
    bottom: 8px;
    gap: 8px;
    padding: 8px;
  }
  .mobile-bar a { font-size: 0.84rem; }
}


.capabilities-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.capability-card {
  padding: 24px;
  border-radius: var(--radius);
}
.capability-card h3 {
  margin: 0;
  font-size: 1.15rem;
}
.capability-card p {
  margin: 12px 0 0;
  color: var(--muted);
}
.gallery-grid--expanded {
  grid-auto-rows: 220px;
}
@media (max-width: 1100px) {
  .capabilities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .capabilities-grid { grid-template-columns: 1fr; }
}


.hero-proof-grid {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 84px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hero-proof-card {
  padding: 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(8, 14, 25, 0.86);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(0,0,0,0.25);
}
.hero-proof-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.hero-proof-card span {
  display: block;
  padding: 10px 12px;
  font-weight: 800;
  text-align: left;
}
.case-categories-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.case-card {
  padding: 18px;
  text-align: left;
  color: var(--text);
  cursor: pointer;
}
.case-card-media {
  min-height: 230px;
}
.case-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-card-body {
  padding-top: 18px;
}
.case-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(241,201,121,0.12);
  border: 1px solid rgba(241,201,121,0.18);
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 800;
}
.case-card h3 {
  margin: 14px 0 0;
  font-size: 1.28rem;
}
.case-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}
.case-list li + li {
  margin-top: 6px;
}
@media (max-width: 1100px) {
  .hero-proof-grid { position: static; margin-top: 16px; }
}
@media (max-width: 820px) {
  .hero-proof-grid,
  .case-categories-grid { grid-template-columns: 1fr; }
  .hero-proof-card img { height: 160px; }
}


.brand-logo-wrap {
  width: 138px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-logo {
  width: 100%;
  height: auto;
  display: block;
}
.case-pages-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.case-page-link-card {
  padding: 24px;
}
.case-link-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(100,224,140,0.12);
  border: 1px solid rgba(100,224,140,0.18);
  color: #c9ffd8;
  font-size: 0.84rem;
  font-weight: 800;
}
.case-page-link-card h3 {
  margin: 16px 0 0;
  font-size: 1.3rem;
}
.case-page-link-card p {
  margin: 12px 0 0;
  color: var(--muted);
}
.page-link-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.subpage-hero-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
}
.subpage-hero-media {
  min-height: 520px;
}
.subpage-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: start;
}
.subpage-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.subpage-photo-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 22px;
  cursor: pointer;
}
.subpage-photo-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.subpage-photo-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-weight: 800;
}
.subpage-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(6,10,17,0.9) 100%);
}
.subpage-list {
  margin-top: 18px;
}
@media (max-width: 1100px) {
  .case-pages-grid { grid-template-columns: 1fr; }
  .subpage-hero-grid,
  .subpage-layout { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .brand-logo-wrap { width: 124px; height: 54px; }
  .subpage-gallery { grid-template-columns: 1fr; }
  .subpage-photo-card img { height: 240px; }
}
