:root {
  --ink: #111317;
  --carbon: #171b20;
  --graphite: #232930;
  --muted: #66707b;
  --line: #e4e7ea;
  --paper: #f3f5f7;
  --white: #ffffff;
  --red: #ed1b2f;
  --red-dark: #a70f1d;
  --green: #1f8f72;
  --champagne: #d7b56d;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(17, 19, 23, .18);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8f9fa 0, var(--paper) 460px, #f7f7f5 100%);
  line-height: 1.55;
}

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

img,
iframe {
  max-width: 100%;
}

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

.site-header,
.admin-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(17, 19, 23, .08);
  box-shadow: 0 10px 34px rgba(17, 19, 23, .06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: clamp(142px, 16vw, 210px);
  height: auto;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(212, 36, 42, .24);
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #252b32;
  font-size: 14px;
  font-weight: 800;
}

nav a {
  position: relative;
  padding: 10px 0;
}

nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

.nav-admin {
  color: var(--red);
}

.site-header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

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

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.02);
  color: #f4f6f8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 27, 47, .35);
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
    rgba(255,255,255,.03);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-links-header {
  margin-right: 2px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  align-items: end;
  gap: 24px;
  padding: min(12vh, 112px) clamp(18px, 4vw, 64px) 118px;
  overflow: hidden;
  background: #080a0d;
  color: var(--white);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 11% 5% auto auto;
  width: min(44vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(237, 27, 47, .28), transparent 34%),
    conic-gradient(from 220deg, transparent 0 58%, rgba(237, 27, 47, .42), transparent 74% 100%);
  filter: blur(.2px);
  opacity: .28;
}

.hero::after {
  inset: auto 0 0;
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(8, 10, 13, .74)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 88px);
}

.hero-inner::before {
  position: absolute;
  inset: auto auto 112px -32px;
  width: 140px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(237, 27, 47, 0), rgba(237, 27, 47, .82), rgba(237, 27, 47, 0));
  box-shadow: 0 0 18px rgba(237, 27, 47, .38);
  opacity: .9;
}

.hero-inner::after {
  position: absolute;
  top: 76px;
  right: min(4vw, 26px);
  width: 118px;
  height: 118px;
  content: "";
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(237, 27, 47, .18), transparent 62%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.06) 0 1px, transparent 1px 18px);
  opacity: .18;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .9s ease, transform 5.4s ease;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.04) brightness(.78);
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, .94), rgba(8, 10, 13, .76) 42%, rgba(8, 10, 13, .42) 72%, rgba(8, 10, 13, .22)),
    linear-gradient(180deg, rgba(8, 10, 13, .2), rgba(8, 10, 13, .34)),
    radial-gradient(circle at 78% 34%, rgba(237, 27, 47, .1), transparent 26%);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1.01);
}

.hero-inner,
.gain-panel {
  position: relative;
  z-index: 1;
}

.hero-inner {
  grid-column: 1 / 2;
  max-width: 760px;
  padding-bottom: 20px;
}

.hero-platforms {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
  margin-bottom: 8px;
}

.hero-platform-card {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 18px;
  min-height: 164px;
  padding: 24px 20px 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
    rgba(9, 12, 16, .54);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 20px 38px rgba(0,0,0,.18);
  color: var(--white);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.hero-platform-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237,27,47,.3);
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.05)),
    rgba(11, 14, 18, .68);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 24px 42px rgba(0,0,0,.24);
}

.hero-platform-icon {
  display: inline-grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -12px 24px rgba(0,0,0,.12),
    0 14px 26px rgba(0,0,0,.16);
}

.hero-platform-icon svg {
  width: 54px;
  height: 42px;
  fill: currentColor;
  stroke: none;
}

.hero-platform-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.hero-trust-strip span,
.hero-capability-list span,
.gain-panel-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.hero-trust-strip span::before,
.gain-panel-meta span::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, #ff6b77, #ed1b2f);
  box-shadow: 0 0 14px rgba(237, 27, 47, .45);
}

.eyebrow,
.panel-label,
.work-category {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: rgba(255,255,255,.56);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.section-breadcrumb a {
  color: rgba(255,255,255,.72);
}

.section-breadcrumb span:last-child {
  color: rgba(255,255,255,.9);
}

.hero h1,
.section-head h2,
.about h2,
.contact h2,
.admin-title h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(34px, 6vw, 78px);
  line-height: .94;
  letter-spacing: 0;
}

.hero h1 {
  font-family: "Rajdhani", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .92;
  text-transform: none;
}

.hero p:not(.eyebrow),
.section-head,
.about p,
.contact p {
  max-width: 690px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.hero-subline {
  margin-top: 14px;
  color: rgba(255,255,255,.64);
  font-size: 16px;
  font-weight: 600;
}

.hero-actions,
.stats,
.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions {
  align-items: center;
  gap: 14px;
}

.hero-actions .button {
  min-width: 168px;
  padding-inline: 22px;
}

.hero-contact-button {
  border-color: rgba(255,255,255,.16);
}

.hero-contact-button .button-icon {
  background: rgba(255,255,255,.08);
  color: #f4f6f8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.hero-actions .button {
  position: relative;
  overflow: hidden;
}

.hero-actions .button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 52%);
  opacity: .7;
  pointer-events: none;
}

.button-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
}

.hero-whatsapp {
  background: linear-gradient(135deg, #1fa855, #128c47);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 34px rgba(10, 64, 34, .32);
}

.hero-whatsapp .button-icon {
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.hero-dealer-button {
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04)),
    rgba(255,255,255,.05);
}

.hero-dealer-button .button-icon {
  background: rgba(237,27,47,.16);
  color: #ff9da8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.button,
button,
.contact-form button,
.save-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
button:hover {
  transform: translateY(-1px);
}

.primary,
.contact-form button,
.save-button,
.gain-form button {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  box-shadow: 0 14px 34px rgba(237, 27, 47, .24);
}

.ghost {
  background: rgba(255, 255, 255, .14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .22);
}

.button.subtle {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.82);
}

.gain-panel {
  grid-column: 2 / 3;
  align-self: end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(237, 27, 47, .16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045)),
    linear-gradient(180deg, rgba(27, 31, 38, .88), rgba(11, 14, 18, .96));
  backdrop-filter: blur(22px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 28px 70px rgba(0, 0, 0, .36);
  overflow: hidden;
}

.gain-panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(237, 27, 47, .95), rgba(237, 27, 47, .42), rgba(255,255,255,.18));
}

.gain-panel h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.gain-panel-meta,
.hero-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-capability-list {
  position: relative;
  z-index: 1;
  gap: 14px 16px;
  margin-top: 18px;
  padding-top: 18px;
}

.hero-capability-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(560px, 100%);
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,.04) 72%, transparent);
}

.hero-capability-list span {
  min-height: 40px;
  padding: 0 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    rgba(9, 11, 15, .36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 10px 24px rgba(0,0,0,.16);
}

.gain-panel-meta {
  margin-bottom: 14px;
}

.gain-panel-meta span {
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    rgba(255,255,255,.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.gain-panel p,
.gain-result {
  color: rgba(255, 255, 255, .76);
}

.gain-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.gain-form input,
.gain-form select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.admin-form input,
.admin-form textarea,
.login-card input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 19, 23, .11);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.gain-result {
  display: block;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    rgba(12, 18, 24, .58);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.gain-summary {
  display: grid;
  gap: 4px;
  padding: 4px 2px 12px;
}

.gain-summary span,
.gain-stage-grid span {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gain-summary strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.gain-summary small,
.gain-stage-grid small {
  color: rgba(255,255,255,.62);
  font-weight: 800;
}

.gain-stage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.gain-stage-grid div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.gain-stage-grid strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.gains-widget-shell {
  margin-top: 18px;
}

.gains-widget-shell,
.gains-widget-shell * {
  max-width: 100%;
}

.gains-widget-shell select,
.gains-widget-shell input,
.gains-widget-shell button {
  border-radius: 8px !important;
  font: inherit !important;
}

.gains-widget-shell select,
.gains-widget-shell input {
  min-height: 48px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #f4f6f8 !important;
}

.gains-widget-shell option {
  color: #111317 !important;
}

.gains-widget-shell button {
  min-height: 46px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--red), var(--red-dark)) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 4vw, 64px);
}

.band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9)),
    radial-gradient(circle at 14% 0, rgba(237, 27, 47, .08), transparent 34%);
}

.section-head {
  margin-bottom: 34px;
  color: var(--muted);
}

.section-head h2,
.about h2,
.contact h2,
.admin-title h1 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 58px);
}

.service-grid,
.dealer-grid,
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.dealer-card,
.work-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 26px;
  box-shadow: 0 18px 42px rgba(17, 19, 23, .08);
}

.service-card-link {
  display: block;
  color: inherit;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.service-card,
.work-card {
  position: relative;
  overflow: hidden;
}

.service-card::before,
.work-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(237, 27, 47, .92), rgba(255,255,255,.16));
}

.service-card-link:hover {
  transform: translateY(-4px);
}

.band .service-card,
.band .dealer-card {
  background: var(--paper);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(237, 27, 47, .22), transparent 58%),
    linear-gradient(135deg, rgba(50,58,68,.95), rgba(13,17,22,.98));
  color: var(--white);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 14px 32px rgba(17,19,23,.22);
}

.service-card h3,
.dealer-card h3,
.work-card h4 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.service-card p,
.dealer-card p,
.work-card p,
.brand-copy p,
.about p {
  color: var(--muted);
}

.stats {
  margin-top: 26px;
}

.hero-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(237,27,47,.18), rgba(255,255,255,.04) 26%, rgba(255,255,255,.04) 74%, rgba(237,27,47,.12)),
    rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 22px 48px rgba(0,0,0,.22);
}

.hero-slider-nav {
  position: absolute;
  left: clamp(18px, 4vw, 64px);
  bottom: 82px;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0;
}

.hero-slider-nav button {
  width: 34px;
  min-width: 34px;
  min-height: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
  box-shadow: none;
}

.hero-slider-nav button.is-active {
  background: linear-gradient(90deg, var(--red), #ff6b77);
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 18px rgba(237, 27, 47, .38);
}

.stats div,
.hero-proof div {
  min-width: 210px;
  padding: 18px 22px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.hero-proof div {
  min-width: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.04);
  transition: background .22s ease, transform .22s ease;
}

.hero-proof div:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
    rgba(255,255,255,.06);
}

.stats strong,
.stats span,
.hero-proof strong,
.hero-proof span {
  display: block;
}

.stats strong,
.hero-proof strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.02em;
}

.stats span,
.hero-proof span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
}

.hero-proof strong {
  text-shadow: 0 0 18px rgba(237, 27, 47, .16);
}

.brand-strip-carousel {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 4vw, 64px);
  right: clamp(18px, 4vw, 64px);
  bottom: 28px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 12px;
  align-items: center;
}

.brand-strip {
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: rgba(8, 10, 13, .62);
  backdrop-filter: blur(18px);
}

.brand-strip-marquee {
  display: flex;
  gap: 10px;
  width: max-content;
  will-change: transform;
}

.brand-strip a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-weight: 900;
}

.brand-strip span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
}

.brand-strip-arrow {
  min-width: 52px;
  min-height: 52px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(8, 10, 13, .78);
  box-shadow: 0 16px 36px rgba(0,0,0,.24);
}

.brand-strip-arrow span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.brand-strip-arrow.is-left span {
  transform: rotate(-135deg);
}

.brand-strip-arrow.is-right span {
  transform: rotate(45deg);
}

.brand-logo-mark {
  background: transparent;
}

.brand-logo-mark img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.brand-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.work-tools {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin: -10px 0 18px;
}

.work-tools label {
  color: var(--muted);
  font-weight: 900;
}

.work-tools input {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.brand-tab {
  flex: 0 0 auto;
  gap: 10px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  color: var(--ink);
}

.brand-tab span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
}

.brand-tab .brand-logo-mark {
  background: transparent;
  color: transparent;
}

.brand-tab.is-active {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  border-color: var(--red);
}

.brand-tab.is-active span {
  background: var(--white);
  color: var(--red);
}

.brand-tab.is-active .brand-logo-mark {
  background: rgba(255, 255, 255, .92);
}

.brand-tab.is-active .brand-logo-mark img {
  filter: none;
}

.brand-panel {
  display: none;
  margin-top: 24px;
}

.brand-panel.is-active {
  display: block;
}

.brand-copy {
  max-width: 760px;
  margin-bottom: 18px;
}

.brand-copy h3 {
  margin: 0 0 8px;
  font-size: 36px;
}

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

.brand-video-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.brand-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #06080b;
}

.brand-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.brand-video-caption {
  padding: 14px 16px 16px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 800;
}

.blog-hero,
.blog-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 20px;
  align-items: end;
  padding: 122px clamp(18px, 4vw, 64px) 56px;
  background:
    linear-gradient(180deg, rgba(8,10,13,.94), rgba(8,10,13,.88)),
    radial-gradient(circle at 18% 8%, rgba(237, 27, 47, .14), transparent 28%),
    linear-gradient(135deg, #0d1116, #141920);
  color: var(--white);
}

.service-detail-hero,
.about-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 20px;
  align-items: end;
  padding: 122px clamp(18px, 4vw, 64px) 56px;
  background:
    linear-gradient(180deg, rgba(8,10,13,.94), rgba(8,10,13,.88)),
    radial-gradient(circle at 18% 8%, rgba(237, 27, 47, .14), transparent 28%),
    linear-gradient(135deg, #0d1116, #141920);
  color: var(--white);
}

.service-detail-shell,
.about-detail-shell,
.service-detail-aside,
.service-detail-visual {
  display: grid;
  gap: 12px;
}

.service-detail-shell h1,
.about-detail-shell h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: .95;
}

.service-detail-excerpt,
.about-detail-excerpt,
.service-detail-aside small {
  color: rgba(255,255,255,.74);
  font-size: 18px;
}

.service-detail-aside {
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.service-detail-visual {
  align-self: stretch;
  grid-template-rows: minmax(280px, 1fr) auto;
}

.service-detail-image-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.service-detail-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.service-detail-aside span,
.service-detail-aside small {
  color: rgba(255,255,255,.68);
}

.service-detail-aside strong {
  font-size: 38px;
  line-height: 1;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.service-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 26px;
  background:
    linear-gradient(180deg, rgba(8,10,13,.98), rgba(8,10,13,.95)),
    radial-gradient(circle at top left, rgba(237, 27, 47, .1), transparent 30%);
}

.service-article {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

.service-article p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}

.service-related {
  display: grid;
  gap: 16px;
}

.service-related h2 {
  margin: 0;
  font-size: 28px;
}

.service-related-list {
  display: grid;
  gap: 12px;
}

.service-related-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
  color: var(--white);
}

.service-related-card span,
.service-related-card small {
  color: rgba(255,255,255,.68);
}

.blog-hero h1,
.blog-detail-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: .95;
}

.blog-hero p:not(.eyebrow),
.blog-detail-excerpt {
  max-width: 760px;
  color: rgba(255,255,255,.74);
  font-size: 18px;
}

.blog-hero-aside,
.blog-detail-shell {
  display: grid;
  gap: 10px;
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.blog-hero-aside span,
.blog-hero-aside small,
.blog-detail-meta,
.blog-detail-excerpt {
  color: rgba(255,255,255,.68);
}

.blog-hero-aside strong {
  font-size: 38px;
  line-height: 1;
}

.blog-directory,
.blog-detail-section {
  display: grid;
  gap: 28px;
}

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

.blog-card {
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 19, 23, .08);
}

.blog-card-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #0f141c;
}

.blog-card-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,10,13,.08), rgba(8,10,13,.58)),
    linear-gradient(135deg, rgba(237,27,47,.12), transparent 45%);
}

.blog-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-card:hover .blog-card-cover img {
  transform: scale(1.03);
}

.blog-card-body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.blog-card-meta,
.blog-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.blog-card-meta span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-card-meta small {
  color: var(--muted);
  font-weight: 800;
}

.blog-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.06;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
}

.blog-card-actions a {
  color: var(--red);
  font-weight: 900;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 800;
}

.blog-detail-section {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
}

.blog-detail-cover {
  min-height: 320px;
  padding: 0;
  overflow: hidden;
}

.blog-detail-cover img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.blog-article,
.blog-related {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 19, 23, .08);
}

.blog-article p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.blog-related {
  align-self: start;
}

.blog-related h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.blog-related-list {
  display: grid;
  gap: 12px;
}

.blog-related-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.blog-related-card span,
.blog-related-card small {
  color: var(--muted);
  font-weight: 800;
}

.blog-related-card strong {
  color: var(--ink);
}

.blog-detail-empty {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.faq-section {
  padding-top: clamp(54px, 7vw, 96px);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.works-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 20px;
  align-items: end;
  padding: 122px clamp(18px, 4vw, 64px) 56px;
  background:
    linear-gradient(180deg, rgba(8,10,13,.94), rgba(8,10,13,.88)),
    radial-gradient(circle at 18% 8%, rgba(237, 27, 47, .14), transparent 28%),
    linear-gradient(135deg, #0d1116, #141920);
  color: var(--white);
}

.works-hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: .95;
}

.works-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.74);
  font-size: 18px;
}

.works-hero-aside {
  display: grid;
  gap: 10px;
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.works-hero-aside span,
.works-hero-aside small {
  color: rgba(255,255,255,.68);
}

.works-hero-aside strong {
  font-size: 38px;
  line-height: 1;
}

.works-directory {
  display: grid;
  gap: 28px;
}

.works-directory-nav {
  margin-bottom: 0;
}

.works-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.works-anchor-list a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(17,19,23,.9);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(17,19,23,.16);
}

.works-anchor-list a:hover,
.works-anchor-list a.is-active {
  border-color: rgba(237, 27, 47, .42);
  transform: translateY(-1px);
}

.works-anchor-list .brand-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
}

.works-anchor-list .brand-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.works-stack {
  display: grid;
  gap: 28px;
}

.brand-stack-section {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(17,19,23,.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92)),
    rgba(255,255,255,.9);
  box-shadow: 0 18px 42px rgba(17,19,23,.08);
  scroll-margin-top: 110px;
}

.brand-stack-head {
  display: grid;
  gap: 14px;
}

.brand-stack-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.brand-stack-title-row h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  color: var(--ink);
}

.popular-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(237, 27, 47, .1);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dealers-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 34px;
  align-items: end;
  padding: clamp(76px, 10vw, 128px) clamp(18px, 4vw, 64px) clamp(42px, 7vw, 84px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(8,10,13,.96), rgba(8,10,13,.74)),
    radial-gradient(circle at 78% 18%, rgba(237,27,47,.36), transparent 30%),
    url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1800&q=80") center / cover;
  color: var(--white);
}

.dealers-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(36px, 6vw, 76px);
  line-height: .95;
}

.dealers-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255,255,255,.74);
  font-size: 18px;
}

.dealer-search-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.dealer-search-card label,
.dealer-search-card span {
  display: block;
  font-weight: 900;
}

.dealer-search-card input {
  width: 100%;
  min-height: 56px;
  margin: 12px 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
}

.dealer-search-card span {
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.dealer-search-feedback {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.45;
}

.dealers-page {
  padding-top: 42px;
}

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

.dealer-result {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.dealer-result h2 {
  margin: 16px 0 10px;
  font-size: 24px;
  line-height: 1.14;
}

.dealer-distance {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  margin: -2px 0 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(237, 27, 47, .08);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.dealer-empty {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--muted);
  font-weight: 900;
}

.dealer-card > span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(31, 143, 114, .12);
  color: var(--green);
  font-weight: 900;
}

.dealer-card dl {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.dealer-card div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}

.dealer-card dt {
  color: var(--muted);
}

.dealer-card dd {
  margin: 0;
  font-weight: 800;
}

.phone-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.phone-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(237, 27, 47, .09);
  color: var(--red);
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid rgba(17, 19, 23, .12);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.about,
.contact {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.about-image {
  min-height: 460px;
  border-radius: var(--radius);
  background-color: #0f1318;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about p,
.contact .contact-list {
  color: var(--muted);
}

.why-us-section {
  display: grid;
  gap: 24px;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.why-us-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    linear-gradient(135deg, rgba(237, 27, 47, .08), rgba(255,255,255,.02) 42%, rgba(255,255,255,.015)),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 42px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.why-us-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(237, 27, 47, .9), rgba(255,255,255,.15));
}

.why-us-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 28px 54px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
}

.why-us-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(237, 27, 47, .22), transparent 58%),
    rgba(255,255,255,.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.why-us-icon svg {
  width: 24px;
  height: 24px;
  fill: #f4f6f8;
}

.why-us-card strong {
  color: var(--white);
  font-size: 21px;
  line-height: 1.12;
}

.why-us-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.7;
}

.contact-list {
  flex-direction: column;
}

.contact-list a,
.contact-list span {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.success,
.error {
  margin: 0 0 12px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 800;
}

.success {
  background: rgba(31, 143, 114, .12);
  color: var(--green);
}

.error {
  background: rgba(212, 36, 42, .12);
  color: var(--red);
}

.site-footer {
  display: grid;
  gap: 28px;
  padding: 38px clamp(18px, 4vw, 64px) 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    #06080b;
  color: var(--white);
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .75fr) minmax(260px, 1fr);
  gap: 28px;
  align-items: start;
}

.site-footer-brand,
.site-footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.site-footer-logo {
  width: 168px;
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.22));
}

.site-footer-text {
  max-width: 520px;
  margin: 0;
  color: rgba(244,246,248,.74);
  line-height: 1.7;
}

.site-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: fit-content;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.site-footer-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(237,27,47,.3);
  background: rgba(255,255,255,.06);
}

.site-footer-heading {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer-links,
.site-footer-contact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-links a,
.site-footer-contact a,
.site-footer-contact span {
  color: rgba(244,246,248,.84);
  text-decoration: none;
  line-height: 1.6;
}

.site-footer-links a:hover,
.site-footer-contact a:hover {
  color: var(--white);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(244,246,248,.54);
  font-size: 14px;
}

.whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(24, 186, 101, .96), rgba(10, 126, 72, .96));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 48px rgba(0,0,0,.32), 0 0 0 6px rgba(24, 186, 101, .12);
}

.whatsapp-widget svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.whatsapp-widget:hover {
  transform: translateY(-2px);
}

.whatsapp-widget.is-raised {
  bottom: 96px;
}

body:not(.admin-body) {
  color: #f4f6f8;
  background:
    radial-gradient(circle at 18% 0, rgba(237, 27, 47, .2), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(215, 181, 109, .1), transparent 24%),
    linear-gradient(180deg, #080a0d 0, #11151a 42%, #080a0d 100%);
}

body:not(.admin-body)::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 72%);
}

body:not(.admin-body) .site-header {
  background: rgba(8, 10, 13, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
}

body:not(.admin-body) .social-links a {
  border-color: rgba(255,255,255,.1);
}

body:not(.admin-body) .brand-logo {
  width: clamp(154px, 15vw, 210px);
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.35));
}

body:not(.admin-body) nav {
  color: rgba(255, 255, 255, .82);
}

body:not(.admin-body) .nav-toggle {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

body:not(.admin-body) .nav-toggle span {
  background: #f4f6f8;
}

body:not(.admin-body) .nav-admin {
  color: #ff5260;
}

body:not(.admin-body) .hero {
  min-height: calc(100vh - 82px);
  background: #05070a;
}

body:not(.admin-body) .hero-media {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .98), rgba(5, 7, 10, .82) 45%, rgba(5, 7, 10, .58)),
    radial-gradient(circle at 76% 34%, rgba(237, 27, 47, .18), transparent 27%),
    url("https://images.unsplash.com/photo-1600712242805-5f78671b24da?auto=format&fit=crop&w=1800&q=86") center / cover;
  filter: saturate(.68) contrast(1.12) brightness(.66);
}

body:not(.admin-body) .hero h1,
body:not(.admin-body) .dealers-hero h1 {
  max-width: 980px;
  text-shadow: 0 28px 70px rgba(0, 0, 0, .48);
}

body:not(.admin-body) .hero p:not(.eyebrow),
body:not(.admin-body) .dealers-hero p:not(.eyebrow) {
  color: rgba(244, 246, 248, .72);
}

body:not(.admin-body) .gain-panel,
body:not(.admin-body) .dealer-search-card,
body:not(.admin-body) .contact-form {
  border: 1px solid rgba(255, 255, 255, .13);
  background:
    radial-gradient(circle at top right, rgba(237, 27, 47, .14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .04)),
    rgba(12, 16, 20, .8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 26px 80px rgba(0, 0, 0, .34);
}

body:not(.admin-body) .gain-form input,
body:not(.admin-body) .gain-form select,
body:not(.admin-body) .contact-form input,
body:not(.admin-body) .contact-form select,
body:not(.admin-body) .contact-form textarea,
body:not(.admin-body) .dealer-search-card input,
body:not(.admin-body) .work-tools input {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
  color: #f4f6f8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

body:not(.admin-body) .gain-form input::placeholder,
body:not(.admin-body) .contact-form input::placeholder,
body:not(.admin-body) .contact-form textarea::placeholder,
body:not(.admin-body) .dealer-search-card input::placeholder,
body:not(.admin-body) .work-tools input::placeholder {
  color: rgba(244, 246, 248, .46);
}

body:not(.admin-body) .gain-form select option {
  color: var(--ink);
}

body:not(.admin-body) .contact-form select option {
  color: var(--ink);
}

body:not(.admin-body) .band,
body:not(.admin-body) .section,
body:not(.admin-body) .dealers-page {
  background: transparent;
}

body:not(.admin-body) .section-head {
  color: rgba(244, 246, 248, .6);
}

body:not(.admin-body) .work-tools label {
  color: rgba(244, 246, 248, .62);
}

body:not(.admin-body) .section-head h2,
body:not(.admin-body) .about h2,
body:not(.admin-body) .contact h2,
body:not(.admin-body) .brand-copy h3 {
  color: #f4f6f8;
}

body:not(.admin-body) .service-card,
body:not(.admin-body) .work-card,
body:not(.admin-body) .dealer-card,
body:not(.admin-body) .blog-card,
body:not(.admin-body) .blog-article,
body:not(.admin-body) .blog-related,
body:not(.admin-body) .dealer-empty,
body:not(.admin-body) .faq-item {
  border-color: rgba(255, 255, 255, .1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    linear-gradient(135deg, rgba(237, 27, 47, .08), rgba(255,255,255,.02) 42%, rgba(255,255,255,.015)),
    rgba(16, 20, 25, .88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 22px 64px rgba(0, 0, 0, .26);
}

body:not(.admin-body) .service-card:hover,
body:not(.admin-body) .work-card:hover,
body:not(.admin-body) .blog-card:hover,
body:not(.admin-body) .dealer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 30px 80px rgba(0, 0, 0, .34);
}

body:not(.admin-body) .service-card,
body:not(.admin-body) .work-card,
body:not(.admin-body) .blog-card,
body:not(.admin-body) .dealer-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body:not(.admin-body) .service-card p,
body:not(.admin-body) .dealer-card p,
body:not(.admin-body) .work-card p,
body:not(.admin-body) .blog-card p,
body:not(.admin-body) .blog-article p,
body:not(.admin-body) .faq-item p,
body:not(.admin-body) .brand-copy p,
body:not(.admin-body) .about p,
body:not(.admin-body) .contact .contact-list,
body:not(.admin-body) .dealer-empty {
  color: rgba(244, 246, 248, .62);
}

body:not(.admin-body) .service-card h3,
body:not(.admin-body) .dealer-card h3,
body:not(.admin-body) .dealer-result h2,
body:not(.admin-body) .work-card h4,
body:not(.admin-body) .blog-card h2,
body:not(.admin-body) .blog-related h2,
body:not(.admin-body) .blog-related-card strong,
body:not(.admin-body) .faq-item summary {
  color: #f4f6f8;
}

body:not(.admin-body) .blog-card-meta small,
body:not(.admin-body) .blog-related-card span,
body:not(.admin-body) .blog-related-card small {
  color: rgba(244, 246, 248, .56);
}

body:not(.admin-body) .blog-related-card {
  border-color: rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}

body:not(.admin-body) .band .service-card,
body:not(.admin-body) .band .dealer-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    linear-gradient(135deg, rgba(237, 27, 47, .08), rgba(255,255,255,.02) 42%, rgba(255,255,255,.015)),
    rgba(16, 20, 25, .88);
}

body:not(.admin-body) .service-icon,
body:not(.admin-body) .brand-tab span {
  background:
    radial-gradient(circle at 30% 30%, rgba(237, 27, 47, .22), transparent 58%),
    linear-gradient(135deg, #323a44, #0d1116);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 14px 32px rgba(0,0,0,.28);
}

body:not(.admin-body) .brand-tab .brand-logo-mark,
body:not(.admin-body) .brand-strip .brand-logo-mark {
  background: transparent;
}

body:not(.admin-body) .brand-tab.is-active .brand-logo-mark {
  background: rgba(255, 255, 255, .92);
}

body:not(.admin-body) .brand-tabs {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  background: rgba(255,255,255,.035);
}

body:not(.admin-body) .brand-tab {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .06);
  color: rgba(244, 246, 248, .78);
}

body:not(.admin-body) .brand-tab.is-active {
  color: #fff;
}

body:not(.admin-body) .power-row span {
  background: rgba(255,255,255,.06);
  color: rgba(244,246,248,.62);
}

body:not(.admin-body) .power-row b {
  color: #fff;
}

body:not(.admin-body) .dealer-card > span {
  background: rgba(237, 27, 47, .11);
  color: #ff6370;
}

body:not(.admin-body) .dealer-card dt {
  color: rgba(244,246,248,.48);
}

body:not(.admin-body) .dealer-card dd {
  color: #f4f6f8;
}

body:not(.admin-body) .phone-links a {
  background: rgba(237, 27, 47, .13);
  color: #ff6370;
}

body:not(.admin-body) .map-link {
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, #2b333c, #101419);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}

body:not(.admin-body) .about-image {
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
  filter: saturate(.78) contrast(1.1);
}

body:not(.admin-body) .contact-list a,
body:not(.admin-body) .contact-list span {
  border-bottom-color: rgba(255,255,255,.1);
  color: rgba(244,246,248,.82);
}

body:not(.admin-body) .site-footer {
  border-top: 1px solid rgba(255,255,255,.1);
}

.admin-body {
  color: #17202a;
  background:
    radial-gradient(circle at 12% 0, rgba(237, 27, 47, .08), transparent 28%),
    linear-gradient(180deg, #f4f6f8 0, #e9edf1 100%);
}

.admin-body .admin-header {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(17, 19, 23, .08);
  box-shadow: 0 14px 40px rgba(17, 19, 23, .08);
}

.admin-logo,
.login-logo {
  display: block;
  width: 172px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(17,19,23,.12));
}

.admin-header-actions {
  display: flex;
  gap: 10px;
}

.admin-inline-form {
  display: inline-flex;
  margin: 0;
}

.admin-helper-form {
  display: none;
}

.admin-body .ghost {
  background: #111317;
  color: #fff;
  border-color: #111317;
}

.login-card {
  width: min(420px, calc(100% - 32px));
  margin: 12vh auto;
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.login-card h1 {
  margin: 0;
}

.login-card button,
.admin-section button {
  background: var(--ink);
  color: var(--white);
}

.admin-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 38px auto 80px;
}

.admin-title {
  margin-bottom: 28px;
}

.admin-title h1 {
  max-width: 980px;
}

.admin-security-note {
  margin: 10px 0 0;
  color: #5c6976;
  font-size: 14px;
  font-weight: 700;
}

.admin-dashboard {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-dashboard div {
  padding: 18px;
  border: 1px solid rgba(17, 19, 23, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(17, 19, 23, .06);
}

.admin-dashboard strong,
.admin-dashboard span {
  display: block;
}

.admin-dashboard strong {
  font-size: 34px;
  line-height: 1;
}

.admin-dashboard span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
}

.admin-security-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(17, 19, 23, .08);
  border-radius: 8px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 14px 34px rgba(17, 19, 23, .06);
}

.admin-security-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.admin-security-card p {
  margin: 0;
  color: #5c6976;
}

.admin-security-state {
  align-self: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(237, 27, 47, .08);
  color: #a61c2c;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.security-grid {
  margin-bottom: 10px;
}

.admin-password-form {
  margin-bottom: 22px;
}

.admin-tabs {
  position: sticky;
  top: 82px;
  z-index: 10;
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(17, 19, 23, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 40px rgba(17, 19, 23, .08);
  backdrop-filter: blur(14px);
}

.admin-tabs button {
  flex: 0 0 auto;
  min-height: 42px;
  background: transparent;
  color: #34404d;
  border: 1px solid transparent;
}

.admin-tabs button.is-active {
  background: #111317;
  color: #fff;
}

.admin-form,
.admin-section,
.brand-admin-list,
.message-list {
  display: grid;
  gap: 18px;
}

.admin-section {
  display: none;
  margin-bottom: 22px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(17, 19, 23, .08);
  box-shadow: 0 18px 50px rgba(16, 24, 32, .08);
}

.admin-section.is-active {
  display: grid;
}

.admin-section h2,
.admin-section h3 {
  margin: 0;
}

.admin-section p,
.section-line p,
.admin-section-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.admin-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8fa;
}

.admin-toolbar input {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-toolbar span {
  padding: 10px 12px;
  border-radius: 8px;
  background: #111317;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

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

.form-grid.compact {
  grid-template-columns: minmax(0, 1.4fr) minmax(120px, .6fr);
}

.form-grid textarea,
.repeat-card textarea,
.work-admin textarea {
  grid-column: 1 / -1;
}

.upload-field,
.admin-upload-preview {
  grid-column: 1 / -1;
}

.upload-field {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px dashed rgba(17, 19, 23, .18);
  border-radius: 8px;
  background: rgba(17, 19, 23, .025);
}

.upload-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.upload-field input[type="file"] {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.admin-upload-preview {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #eef1f5;
}

.admin-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 19, 23, .08);
  border-radius: 8px;
  background: rgba(17, 19, 23, .03);
  color: var(--ink);
  font-weight: 800;
}

.admin-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.admin-check input[type="hidden"] {
  display: none;
}

.section-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.section-line.small {
  margin-top: 10px;
}

.repeat-list {
  display: grid;
  gap: 12px;
}

.repeat-card,
.brand-admin-card,
.message-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8f9fb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.repeat-card button {
  justify-self: start;
  background: var(--red);
}

.admin-card-title {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.admin-card-title strong,
.brand-admin-title strong {
  font-size: 18px;
}

.admin-card-title span,
.brand-admin-title span {
  color: var(--muted);
  font-weight: 800;
}

.brand-admin-card {
  display: grid;
  gap: 12px;
}

.brand-admin-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.brand-admin-title img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
  background: #111317;
  filter: brightness(0) invert(1);
}

.work-admin {
  background: #fff;
}

.message-card {
  display: grid;
  gap: 4px;
}

.message-card span {
  color: var(--muted);
  font-size: 14px;
}

.message-card p {
  margin: 8px 0 0;
}

.save-button {
  width: min(260px, 100%);
  min-height: 54px;
  font-size: 17px;
}

.admin-savebar {
  position: sticky;
  bottom: 16px;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(17,19,23,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 54px rgba(17,19,23,.14);
  backdrop-filter: blur(14px);
}

.admin-savebar span {
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .works-hero,
  .service-detail-hero,
  .about-detail-hero,
  .blog-hero,
  .blog-detail-hero,
  .dealers-hero,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .dealer-grid,
  .dealer-grid-wide,
  .blog-grid,
  .brand-video-grid,
  .why-us-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .blog-detail-section {
    grid-template-columns: 1fr;
  }

  .service-detail-section {
    grid-template-columns: 1fr;
  }

  .service-detail-visual {
    grid-template-rows: auto auto;
  }
}

@media (max-width: 740px) {
  .site-header {
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .site-header-right {
    gap: 10px;
  }

  .social-links-header {
    display: none;
  }

  .social-links-header a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  nav {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  body:not(.admin-body) nav {
    background: rgba(8, 10, 13, .96);
    border-bottom-color: rgba(255,255,255,.1);
    box-shadow: 0 24px 60px rgba(0,0,0,.34);
  }

  nav.is-open {
    display: flex;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 148px;
    gap: 12px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-media {
    position: relative;
    inset: auto;
    order: 2;
    z-index: 1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 8.6;
    margin-top: -2px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(10, 12, 16, .8);
    box-shadow: 0 20px 48px rgba(0,0,0,.24);
  }

  .hero-slide {
    transform: none;
  }

  .hero-slide.is-active {
    transform: none;
  }

  .hero-slide img {
    object-fit: cover;
    object-position: center;
    filter: saturate(1.03) contrast(1.02) brightness(.96);
  }

  .hero-slide::before {
    background:
      linear-gradient(180deg, rgba(8, 10, 13, .04), rgba(8, 10, 13, .1)),
      linear-gradient(90deg, rgba(8, 10, 13, .06), rgba(8, 10, 13, .02) 38%, rgba(8, 10, 13, .01));
  }

  .hero-slider-nav {
    position: relative;
    left: auto;
    bottom: auto;
    order: 3;
    justify-content: center;
    gap: 8px;
    margin-top: -4px;
    margin-bottom: 4px;
  }

  .hero-slider-nav button {
    width: 24px;
    min-width: 24px;
    min-height: 6px;
    height: 6px;
  }

  .hero-inner {
    order: 4;
    max-width: none;
    padding-bottom: 0;
    z-index: 2;
  }

  .hero-platforms {
    order: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 2px;
  }

  .hero-platform-card {
    min-height: 128px;
    padding: 14px;
    gap: 12px;
  }

  .hero-platform-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .hero-platform-icon svg {
    width: 44px;
    height: 34px;
  }

  .hero-platform-card strong {
    font-size: 18px;
  }

  .gain-panel {
    order: 5;
    z-index: 2;
    width: 100%;
  }

  .works-hero {
    padding-top: 96px;
    padding-bottom: 42px;
  }

  .service-detail-hero,
  .about-detail-hero,
  .blog-hero,
  .blog-detail-hero {
    padding-top: 96px;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .works-hero h1,
  .service-detail-hero h1,
  .about-detail-hero h1,
  .blog-hero h1,
  .blog-detail-hero h1,
  .dealers-hero h1 {
    font-size: 42px;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner::before,
  .hero-inner::after {
    display: none;
  }

  .hero-trust-strip,
  .hero-capability-list,
  .gain-panel-meta {
    gap: 8px;
  }

  .hero-trust-strip span,
  .hero-capability-list span,
  .gain-panel-meta span {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .brand-strip {
    bottom: auto;
  }

  .brand-strip-carousel {
    bottom: 18px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 5px;
  }

  .brand-strip-arrow {
    min-width: 34px;
    min-height: 34px;
    border-radius: 6px;
  }

  .brand-strip-arrow span {
    width: 9px;
    height: 9px;
  }

  .brand-strip {
    padding: 7px;
  }

  .brand-strip-marquee {
    gap: 7px;
  }

  .brand-strip a {
    gap: 7px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .brand-strip span {
    width: 22px;
    height: 22px;
    font-size: 9px;
  }

  body:not(.admin-body) .brand-strip .brand-logo-mark {
    width: 22px;
    height: 22px;
  }

  .hero-actions .button {
    min-width: 0;
  }

  .hero-capability-list {
    gap: 12px;
  }

  .service-grid,
  .dealer-grid,
  .dealer-grid-wide,
  .blog-grid,
  .brand-video-grid,
  .gain-stage-grid,
  .form-grid,
  .repeat-card,
  .work-admin,
  .admin-toolbar {
    grid-template-columns: 1fr;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 12px;
  }

  .admin-header-actions,
  .admin-savebar,
  .section-line,
  .admin-card-title,
  .brand-admin-title {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-tabs {
    top: 0;
  }

  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .dealers-hero {
    padding-top: 72px;
  }

  .dealers-hero h1 {
    font-size: 38px;
  }

  .about-image {
    min-height: 320px;
  }

  .whatsapp-widget {
    right: 14px;
    bottom: 14px;
    min-height: 52px;
    padding: 9px 10px;
  }

  .whatsapp-widget span {
    display: none;
  }

  .whatsapp-widget.is-raised {
    bottom: 84px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-links-footer {
    justify-content: flex-start;
  }
}
