:root {
  --bg: #f3f4f7;
  --surface: #ffffff;
  --surface-2: #f8f9fc;
  --text: #111827;
  --muted: #5c6478;
  --line: #dce1ea;
  --accent: #f5c400;
  --accent-2: #f08c00;
  --dark: #101218;
  --danger: #c91010;
  --wa: #1dbb80;
  --radius: 16px;
  --shadow: 0 14px 36px rgba(14, 20, 35, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 0%, rgba(245, 196, 0, 0.16), transparent 30%),
    var(--bg);
}

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

.container {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.top-strip {
  background: #0f1117;
  color: #f7f8fc;
  border-bottom: 1px solid #1f2430;
  font-size: 0.86rem;
}

.top-strip-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top-strip-desktop {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-strip-phone-desktop {
  color: #ffd86a;
  font-weight: 800;
  white-space: nowrap;
}

.top-strip-mobile {
  display: none;
}

.top-strip a {
  color: #ffd86a;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-main {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 360px;
  min-width: 280px;
  max-width: 100%;
}

.brand-logo {
  display: block;
  width: 100%;
  max-height: 74px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.desktop-search {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 190px 1fr 86px;
  border: 2px solid var(--accent);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.desktop-search select,
.desktop-search input,
.desktop-search button,
.mobile-search-bar input,
.mobile-search-bar button,
.filter-card select {
  border: 0;
  min-height: 50px;
  font: inherit;
}

.desktop-search select,
.filter-card select {
  padding: 0 0.9rem;
  background: #f0f2f7;
  border-right: 1px solid #d7ddea;
}

.desktop-search input,
.mobile-search-bar input {
  padding: 0 1rem;
  font-size: 0.96rem;
}

.desktop-search input::placeholder,
.mobile-search-bar input::placeholder {
  color: #7a839a;
}

.desktop-search button,
.mobile-search-bar button {
  background: var(--dark);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.header-cta {
  display: flex;
  gap: 0.6rem;
}

.btn-call,
.btn-wa,
.filter-call {
  min-height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-weight: 800;
}

.btn-call,
.filter-call {
  background: #cc1111;
  color: #fff;
}

.btn-wa {
  background: #ebfff8;
  border: 1px solid #bdeedb;
  color: #0a7d55;
}

.btn-call.full,
.btn-wa.full {
  width: 100%;
}

.mobile-left-actions {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.mobile-right-actions {
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.mobile-only {
  display: none;
}

.mobile-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #d8dde8;
  background: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 1.35rem;
  color: #11161f;
}

.mobile-call-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.menu-bar {
  background: var(--dark);
  color: #e6e9f4;
  border-top: 1px solid #1e2330;
}

.menu-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.menu-inner a {
  font-size: 0.88rem;
  font-weight: 700;
}

.menu-inner a.active {
  color: #ffd86a;
}

.menu-badge {
  margin-left: auto;
  background: #f8cb1e;
  color: #0f1320;
  border-radius: 999px;
  padding: 0.36rem 0.8rem;
  font-weight: 800;
  font-size: 0.74rem;
}

.mobile-search {
  display: none;
}

.hero {
  padding: 26px 0 18px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1rem;
}

.hero-main {
  background: linear-gradient(130deg, #ffdc48, #ffbf00);
  border-radius: 24px;
  padding: 1.9rem;
  box-shadow: var(--shadow);
}

.hero-kicker {
  margin: 0 0 0.8rem;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #3a2e00;
}

.hero-main h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.4rem, 4.4vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.hero-main p {
  margin: 1rem 0 0;
  color: #342f1d;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hero-actions a {
  min-height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-weight: 800;
}

.hero-actions .solid {
  background: #111722;
  color: #fff;
}

.hero-actions .ghost {
  border: 1px solid #4d4533;
  color: #1f2330;
}

.hero-right {
  display: grid;
  gap: 0.8rem;
}

.hero-feature {
  background: var(--surface);
  border-radius: 24px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-feature img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.hero-feature-copy {
  padding: 1rem;
  background: var(--danger);
  color: #fff;
}

.hero-feature-copy h2 {
  margin: 0 0 0.45rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 1.7rem;
}

.hero-feature-copy p {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.hero-mini-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.95rem;
}

.hero-mini-card.dark {
  background: #101319;
  border-color: #252b3a;
}

.hero-mini-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.hero-mini-card p {
  margin: 0.45rem 0 0;
  font-size: 0.86rem;
  color: var(--muted);
}

.hero-mini-card.dark h3,
.hero-mini-card.dark p {
  color: #f2f4fa;
}

.benefits {
  padding: 10px 0 12px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.benefits-grid article {
  background: var(--surface);
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 0.9rem;
}

.benefits-grid h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.06rem;
  letter-spacing: 0.02em;
}

.benefits-grid p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.brand-catalog {
  padding: 10px 0 20px;
}

.brand-catalog-head {
  margin-bottom: 0.8rem;
}

.brand-catalog-head h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(1.85rem, 4vw, 2.4rem);
}

.brand-catalog-head p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  max-width: 70ch;
}

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

.brand-card {
  background: #4f6ea8;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 20px rgba(21, 35, 62, 0.16);
}

.brand-visual {
  position: relative;
  aspect-ratio: 6 / 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem 0.95rem;
  overflow: hidden;
}

.brand-engine-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) brightness(0.74) contrast(1.03);
  transform: scale(1.04);
}

.brand-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(74, 108, 170, 0.7), rgba(70, 102, 162, 0.88)),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.2), transparent 40%);
}

.brand-logo-wrap {
  position: relative;
  z-index: 2;
  min-height: 146px;
  display: grid;
  place-items: center;
  width: 100%;
  padding-inline: 0.5rem;
}

.brand-logo-wrap::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 146px;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.23),
    rgba(255, 255, 255, 0)
  );
  z-index: -1;
}

.brand-logo-image {
  max-width: 300px;
  width: 100%;
  max-height: 126px;
  object-fit: contain;
  filter:
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.7));
}

.brand-logo-fallback {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
}

.brand-visual h3 {
  position: relative;
  margin: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.2rem, 2.15vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.12;
  z-index: 2;
}

.brand-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.6rem;
  background: #12203a;
  border-top: 1px solid #22375f;
}

.brand-card-actions .btn {
  min-height: 38px;
}

.brand-card-actions .brand-phone-btn {
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  background: #c91111;
  color: #ffffff;
  border-color: #c91111;
}

.brand-card-actions .btn-primary {
  background: #15a874;
  color: #ffffff;
  border-color: #15a874;
}

.inventory {
  padding: 18px 0 28px;
}

.inventory-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.inventory-head h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
}

#resultCount {
  margin: 0;
  font-weight: 800;
  color: #76621f;
}

.inventory-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0.9rem;
}

.filter-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  display: grid;
  gap: 0.62rem;
  align-content: start;
  height: fit-content;
}

.filter-card h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
}

.filter-card label {
  font-size: 0.86rem;
  color: #3f475f;
  font-weight: 700;
}

.filter-card select {
  border: 1px solid #d6dce9;
  border-radius: 10px;
}

.filter-card p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.filter-call {
  margin-top: 0.45rem;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.engine-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.engine-thumb {
  min-height: 184px;
  position: relative;
  overflow: hidden;
  background: #1a2130;
  border-bottom: 1px solid #2c3345;
}

.engine-photo {
  display: block;
  width: 100%;
  height: 184px;
  object-fit: cover;
}

.engine-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 14, 22, 0.08), rgba(10, 14, 22, 0.4)),
    radial-gradient(circle at 82% 14%, rgba(201, 17, 17, 0.24), transparent 34%);
  pointer-events: none;
}

.engine-fallback {
  min-height: 184px;
  display: grid;
  place-items: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.07em;
  font-size: 1.54rem;
  color: #f6ce4f;
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 196, 0, 0.35), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(201, 16, 16, 0.24), transparent 45%),
    #111723;
}

.engine-body {
  padding: 0.95rem;
  display: grid;
  gap: 0.55rem;
}

.engine-body h3 {
  margin: 0;
  font-size: 1.02rem;
}

.engine-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.engine-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tag {
  border: 1px solid #d4dae8;
  color: #434d68;
  border-radius: 999px;
  padding: 0.24rem 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
}

.engine-actions {
  display: flex;
  gap: 0.52rem;
  margin-top: 0.2rem;
}

.btn {
  min-height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.65rem;
  text-align: center;
  border: 1px solid transparent;
  flex: 1;
  font-size: 0.84rem;
  font-weight: 800;
}

.btn-primary {
  background: #c90f0f;
  color: #fff;
}

.btn-ghost {
  background: #f6f8fd;
  border-color: #d4dbea;
  color: #25304a;
}

.contact-section {
  padding: 10px 0 30px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0.9rem;
}

.contact-info,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.contact-info h2,
.contact-card h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
}

.contact-info ul {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.52rem;
  color: #475169;
}

.contact-card p {
  margin: 0.55rem 0 0.8rem;
  color: #4f5874;
}

.mail-link {
  margin-top: 0.7rem;
  display: inline-block;
  color: #2f3f67;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid #d4dae8;
  background: #e8ecf2;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(130px, 1fr));
  gap: 1.8rem 1.35rem;
  padding: 2rem 0 1.5rem;
}

.footer-brand-logo {
  display: inline-flex;
}

.footer-brand-logo img {
  width: 100%;
  max-width: 210px;
  height: auto;
}

.footer-brand-phone {
  display: inline-block;
  margin-top: 0.9rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  color: var(--danger);
  letter-spacing: 0.01em;
}

.footer-brand-mail {
  display: inline-block;
  margin-top: 0.28rem;
  color: #202a41;
  font-weight: 600;
}

.footer-brand p {
  margin: 0.85rem 0 0;
  color: #4f586f;
  max-width: 30ch;
}

.footer-col h3 {
  margin: 0;
  font-size: 1.03rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #161b27;
}

.footer-col ul {
  list-style: none;
  margin: 0.92rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.62rem;
}

.footer-col li {
  color: #2a3248;
  font-weight: 500;
}

.footer-col a {
  color: inherit;
}

.footer-bottom {
  border-top: 1px solid #cfd6e3;
  background: #f7f9fd;
}

.footer-bottom-inner {
  min-height: 62px;
  display: grid;
  place-items: center;
}

.footer-bottom p {
  margin: 0;
  color: #5c6582;
  font-size: 0.86rem;
  text-align: center;
}

.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--wa);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(29, 187, 128, 0.36);
  z-index: 70;
}

.wa-icon {
  width: 30px;
  height: 30px;
}

.mobile-bottom-cta {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  animation: reveal 0.6s ease forwards;
}

.delay-1 {
  animation-delay: 0.12s;
}

.delay-2 {
  animation-delay: 0.24s;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.inner-header-main {
  justify-content: space-between;
}

.inner-page {
  padding: 22px 0 34px;
}

.inner-hero .container {
  background: linear-gradient(135deg, #111826, #1a2a46);
  border: 1px solid #2b3750;
  border-radius: 22px;
  color: #f4f6ff;
  padding: 1.5rem;
}

.inner-kicker {
  margin: 0 0 0.55rem;
  color: #ffd86a;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.inner-hero h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.03em;
}

.inner-hero p {
  margin: 0.8rem 0 0;
  max-width: 72ch;
  color: #d4d9eb;
}

.page-section {
  padding-top: 14px;
}

.page-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.info-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.info-panel.emphasize {
  background: linear-gradient(145deg, #101827, #1a2a44);
  border-color: #2b3752;
  color: #f5f7ff;
}

.info-panel h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.info-panel p {
  margin: 0.6rem 0 0;
  color: #4d5670;
}

.info-panel.emphasize p {
  color: #d6dced;
}

.section-heading {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.why-grid-cards {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.why-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem;
}

.why-card h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.02rem;
}

.why-card p {
  margin: 0.38rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.steps-list {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: #2b3650;
  display: grid;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cta-panel {
  background: linear-gradient(140deg, #111826, #1e2d49);
  color: #f3f6ff;
  border-radius: 18px;
  border: 1px solid #2c3b57;
  padding: 1.15rem;
}

.cta-panel h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
}

.cta-panel p {
  margin: 0.55rem 0 0.8rem;
  color: #d3dbf0;
}

.cta-buttons {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.cta-buttons .btn-call,
.cta-buttons .btn-wa {
  min-height: 44px;
}

.inline-list {
  margin: 0.7rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
}

.inline-list li {
  color: #dce2f2;
}

.info-panel:not(.emphasize) .inline-list li {
  color: #44506a;
}

.contact-form {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.45rem;
}

.contact-form label {
  font-size: 0.86rem;
  font-weight: 700;
  color: #33405e;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d6dce9;
  border-radius: 10px;
  padding: 0.7rem 0.75rem;
  font: inherit;
  background: #fbfcff;
}

.contact-form textarea {
  resize: vertical;
}

.form-submit {
  border: 0;
  cursor: pointer;
  margin-top: 0.2rem;
}

.small-note {
  margin: 0.55rem 0 0;
  font-size: 0.84rem;
  color: #58617a;
}

.btn-route {
  display: inline-flex;
  margin-top: 0.7rem;
}

.footer-highlight {
  background: #eceff3;
  border-top: 1px solid #d2d8e4;
  border-bottom: 1px solid #d2d8e4;
  margin-top: 8px;
}

.footer-highlight-inner {
  min-height: 160px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.footer-highlight-copy h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1;
  letter-spacing: 0.01em;
  color: #1a1d25;
}

.footer-highlight-copy p {
  margin: 0.6rem 0 0;
  font-size: 1rem;
  color: #4f586f;
}

.footer-highlight-contact {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.footer-phone {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  color: #1a1d25;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .header-main {
    flex-wrap: wrap;
    padding: 0.7rem 0;
    gap: 0.7rem;
  }

  .brand {
    order: 1;
  }

  .header-cta {
    order: 2;
    margin-left: auto;
  }

  .desktop-search {
    order: 3;
    width: 100%;
    flex: 1 0 100%;
  }

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

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

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

  .filter-card {
    grid-template-columns: 1fr;
  }

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

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

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

  .page-grid-two {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 1rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-highlight-inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding: 1.05rem 0;
  }

  .footer-highlight-contact {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body {
    background: #eceff4;
    padding-bottom: 88px;
  }

  .container {
    width: min(1200px, calc(100% - 1rem));
  }

  .top-strip-inner {
    min-height: 48px;
    display: block;
    gap: 0;
  }

  .top-strip-desktop,
  .top-strip-phone-desktop {
    display: none;
  }

  .top-strip-mobile {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
  }

  .top-strip-mobile a {
    color: #f2f5ff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .top-strip-mobile span {
    color: #f2f5ff;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .desktop-address {
    display: none;
  }

  .site-header {
    background: #fff;
    backdrop-filter: none;
  }

  .header-main {
    min-height: 96px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 0;
    padding: 0;
  }

  .mobile-only {
    display: inline-grid;
  }

  .mobile-left-actions.mobile-only {
    display: flex;
    grid-column: 1;
    justify-self: start;
    position: static;
    transform: none;
  }

  .mobile-right-actions.mobile-only {
    display: flex;
    grid-column: 3;
    justify-self: end;
  }

  .brand {
    grid-column: 2;
    justify-content: center;
    min-width: 0;
    width: min(310px, 100%);
    margin-inline: 0;
    justify-self: center;
  }

  .brand-logo {
    width: 100%;
    max-width: 300px;
    max-height: 72px;
    object-position: center center;
  }

  .mobile-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }

  .desktop-search,
  .header-cta,
  .menu-bar {
    display: none;
  }

  .mobile-search {
    display: block;
    background: #fff;
    border-top: 1px solid #e1e6f0;
    border-bottom: 1px solid #d9dfea;
    padding: 10px 0 12px;
  }

  .mobile-search-bar {
    display: grid;
    grid-template-columns: 1fr 82px;
    border: 1px solid #d2d9e6;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(24, 31, 46, 0.09);
    background: #f6f7fb;
  }

  .mobile-search-bar input,
  .mobile-search-bar button {
    min-height: 52px;
  }

  .hero {
    padding: 14px 0 8px;
  }

  .inner-page {
    padding-top: 14px;
  }

  .footer-highlight {
    margin-top: 4px;
  }

  .footer-highlight-inner {
    min-height: 0;
    gap: 0.8rem;
  }

  .footer-highlight-copy h2 {
    font-size: 2.05rem;
  }

  .footer-highlight-copy p {
    font-size: 0.95rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.05rem;
    padding: 1.4rem 0 1rem;
  }

  .footer-brand-phone {
    font-size: 1.45rem;
  }

  .footer-col ul {
    gap: 0.45rem;
    margin-top: 0.65rem;
  }

  .footer-bottom-inner {
    min-height: 54px;
  }

  .footer-phone {
    font-size: 2rem;
  }

  .inner-hero .container {
    border-radius: 16px;
    padding: 1.1rem;
  }

  .inner-hero p {
    font-size: 0.92rem;
  }

  .hero-grid {
    gap: 0.7rem;
  }

  .hero-main {
    display: none;
  }

  .hero-feature {
    border-radius: 20px;
  }

  .hero-feature img {
    height: 290px;
  }

  .hero-feature-copy {
    padding: 0.9rem;
  }

  .hero-feature-copy h2 {
    font-size: 1.95rem;
    line-height: 0.95;
  }

  .hero-feature-copy p {
    font-size: 0.95rem;
  }

  .hero-mini-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .benefits {
    padding-top: 4px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .brand-catalog {
    padding: 8px 0 14px;
  }

  .brand-catalog-head p {
    font-size: 0.9rem;
  }

  .brand-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .why-grid-cards {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .steps-list {
    font-size: 0.92rem;
  }

  .benefits-grid article,
  .brand-card,
  .filter-card,
  .engine-card,
  .contact-info,
  .contact-card {
    border-color: #d5dbea;
  }

  .inventory {
    padding-top: 12px;
  }

  .inventory-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.75rem;
  }

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

  .contact-section {
    padding-top: 4px;
  }

  .floating-wa {
    left: 12px;
    right: auto;
    bottom: 74px;
  }

  .mobile-bottom-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: #0f1117;
    border-top: 1px solid #222838;
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
  }

  .mobile-bottom-cta a {
    min-height: 66px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .mobile-bottom-cta .call-center {
    background: #c20e0e;
  }
}
