/* Shared responsive website styles */
:root {
  color-scheme: dark;
}

/* BYD hero layout */
.brand-page.brand-byd .hero {
  min-height: 335px;
  background-position: left top, right center;
  background-size: cover, auto 100%;
}

.brand-page.brand-byd .hero-content {
  width: min(82%, 1250px);
  padding: 18px 24px 0;
}

.brand-page.brand-byd .hero-header {
  align-items: center;
  gap: 28px;
  padding-top: 8px;
}

.brand-page.brand-byd .logo {
  width: 205px;
}

.brand-page.brand-byd .title-box {
  min-width: 0;
}

.brand-page.brand-byd .title-box h1 {
  font-size: 38px;
  line-height: 1;
  white-space: nowrap;
}

.brand-page.brand-byd .subtitle {
  margin-top: 12px;
  font-size: clamp(18px, 1.35vw, 22px);
}

.brand-page.brand-byd .repair-banner {
  width: min(640px, calc(100% - 210px));
  min-height: 46px;
  margin: 0 0 0 210px;
  padding: 0 24px;
  background-size: 100% 100%;
}

.brand-page.brand-byd .features {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin-top: 10px;
}

.brand-page.brand-byd .feature {
  min-width: 0;
  gap: 12px;
  padding: 9px 18px;
}

.brand-page.brand-byd .feature:first-child {
  padding-left: 0;
}

.brand-page.brand-byd .feature img {
  width: 60px;
  height: 60px;
}

.brand-page.brand-byd .feature-title {
  font-size: 14px;
  line-height: 1.25;
}

.brand-page.brand-byd .feature-desc {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1200px) {
  .brand-page.brand-byd .hero-content {
    width: 86%;
  }

  .brand-page.brand-byd .title-box h1 {
    font-size: clamp(34px, 4vw, 46px);
    white-space: normal;
  }

  .brand-page.brand-byd .repair-banner {
    width: calc(100% - 180px);
    margin-left: 180px;
  }

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

@media (max-width: 768px) {
  .brand-page.brand-byd .hero {
    min-height: 0;
  }

  .brand-page.brand-byd .hero-content {
    width: 100%;
    padding: 18px 16px 0;
  }

  .brand-page.brand-byd .hero-header {
    gap: 8px;
  }

  .brand-page.brand-byd .logo {
    width: 180px;
  }

  .brand-page.brand-byd .title-box h1 {
    font-size: 28px;
  }

  .brand-page.brand-byd .repair-banner {
    width: 100%;
    margin: 14px 0 0;
  }

  .brand-page.brand-byd .features {
    grid-template-columns: 1fr;
  }

  .brand-page.brand-byd .feature:first-child {
    padding-left: 18px;
  }
}

body {
  min-width: 320px;
}

img {
  max-width: 100%;
}

a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.brand-page {
  --hero-overlay: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.92) 38%, rgba(0,0,0,.42) 60%, rgba(0,0,0,.25) 78%, rgba(0,0,0,0) 100%);
}

.brand-byd { --hero-image: url("assets/bydbg.png"); }
.brand-changan { --hero-image: url("assets/changanbg.png"); }
.brand-chery { --hero-image: url("assets/cherybg.png"); }
.brand-geely { --hero-image: url("assets/geelybg.png"); }
.brand-havel { --hero-image: url("assets/havalbg.png"); }
.brand-jac { --hero-image: url("assets/jacbg.png"); }
.brand-jetour { --hero-image: url("assets/jetourbg.png"); }
.brand-liauto { --hero-image: url("assets/liautobg.png"); }
.brand-tank { --hero-image: url("assets/tankbg.png"); }

.brand-geely,
.brand-havel,
.brand-jac {
  --hero-overlay: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.92) 38%, rgba(0,0,0,.42) 30%, rgba(0,0,0,.25) 40%, rgba(0,0,0,0) 40%);
}

.brand-page.brand-byd .feature,
.brand-page.brand-liauto .feature {
  align-items: center;
}

.brand-page.brand-jac .hero-header {
  align-items: center;
}

.brand-page.brand-changan .hero-header {
  gap: 10px;
}

.brand-page.brand-byd .models-grid,
.brand-page.brand-liauto .models-grid {
  grid-template-columns: repeat(5, minmax(150px, 1fr)) 140px;
}

.brand-page.brand-byd .model-name {
  margin-bottom: 0;
}

.brand-page.brand-byd .model-card img {
  margin-top: 15px;
}

.brand-page.brand-byd .modelfs {
  color: #111;
  font-size: 16px;
}

.brand-page.brand-changan .model-name {
  font-size: 13px;
}

.brand-page.brand-jetour .model-name {
  font-size: 16px;
}

@media (max-width: 1200px) {
  .brand-page.brand-byd .models-grid,
  .brand-page.brand-liauto .models-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .brand-page.brand-byd .models-grid,
  .brand-page.brand-liauto .models-grid {
    grid-template-columns: 1fr;
  }
}


/* Brand detail pages */
.brand-page, .brand-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.brand-page {
  --red: #e30613;
  --black: #050505;
  --border: #3d3c3c;
  --gray: #b6b6b6;
}

body.brand-page {
  background: #000;
  font-family: "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
  color: #fff;
}

.brand-page .container {
  width: min(1920px,100%);
  margin: auto;
}

.brand-page .hero {
  background: var(--hero-overlay), var(--hero-image);
  background-position: left top, right center;
  background-repeat: no-repeat;
  background-size: cover, auto 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.brand-page .hero-content {
  width: min(58%,980px);
  padding: 20px 20px 0;
}

.brand-page .hero-header {
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 35px;
}

.brand-page .logo {
  width: 200px;
  flex-shrink: 0;
}

.brand-page .title-box h1 {
  font-size: clamp(38px,3vw,38px);
  line-height: 1.05;
  text-transform: uppercase;
}

.brand-page .title-box .red {
  color: var(--red);
}

.brand-page .subtitle {
  margin-top: 6px;
  font-size: clamp(18px,1.2vw,28px);
  letter-spacing: 1px;
}

.brand-page .repair-banner {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 30px;
  background:url(assets/hbg.png) center / cover no-repeat;
  font-size: clamp(16px,1.2vw,26px);
  font-weight: 700;
  text-transform: uppercase;
}

.brand-page .features {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.brand-page .feature {
  display: flex;
  gap: 15px;
  padding: 10px 10px;
  align-items: center;
/*   border-right: 1px solid rgba(255,255,255,.08); */
}

.brand-page .feature:last-child {
  border-right: none;
}

.brand-page .feature img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-page .feature-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.brand-page .feature-desc {
  color: var(--gray);
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.2;
}

.brand-page .models-section {
  padding: 0 15px;
}

.brand-page .models-box {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
}

.brand-page .section-title {
  text-align: center;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.brand-page .models-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr)) 140px;
  gap: 15px;
}

.brand-page .model-card {
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 20px 10px 10px;
  text-align: center;
}

.brand-page .model-name {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.brand-page .model-card img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.brand-page .model-card:hover a img {
  transform: scale(1.05);
}

.brand-page .service-icon,
.brand-page .footer-icon,
.brand-page .footer-contact img {
  flex-shrink: 0;
  object-fit: contain;
}

.brand-page .services {
  padding: 0 20px;
}

.brand-page .services-title {
  text-align:center;
  color:var(--red);
  font-size:24px;
  padding:20px 0 0;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:20px;
}

.brand-page .services-grid {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border:1px solid var(--border);
  border-radius:12px;
  overflow:hidden;
  margin-bottom: 20px;
}

.brand-page .services article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  padding: 16px 6px;
  align-items: center;
}

.brand-page .service-icon {
  grid-row: span 2;
  width: 56px;
  height: 56px;
}

.brand-page footer {
  display: grid;
  grid-template-columns: 1.8fr 1.8fr 1.8fr repeat(4, .7fr);
  gap: 24px 18px;
  align-items: center;
  padding: 18px 26px 22px;
  background: #030303;
  border-top: 2px solid #e30613;
}

.brand-page .footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: none;
}

.brand-page .footer-contact img {
  width: 42px;
  height: 42px;
}

.brand-page .footer-contact-content {
  line-height: 1.4;
}

.brand-page .footer-contact-content a {
  color: #ffffff;
  text-decoration: none;
}

.brand-page .footer-contact-content b {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  text-transform: uppercase;
}

.brand-page footer small {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  text-align: left;
  text-transform: none;
}

.brand-page .footer-icon {
  width: 32px;
  height: 32px;
}

@media(max-width:1200px) {
.brand-page .services {
  grid-template-columns: repeat(3, 1fr);
}

.brand-page footer {
  grid-template-columns: 1.6fr 1.4fr 1.6fr repeat(4, 0.7fr);
}

.brand-page .hero-content {
  width: 75%;
}

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

.brand-page .models-grid {
  grid-template-columns: repeat(3,1fr);
}

.brand-page .services-grid {
  grid-template-columns: repeat(3,1fr);
}

}

@media(max-width:768px) {
.brand-page .hero-content {
  width: 100%;
  background: rgba(0,0,0,.82);
}

.brand-page .title-box h1 {
  font-size: clamp(24px,3vw,38px);
}

.brand-page .section-title {
  font-size: 13px;
}

.brand-page .repair-banner {
  padding:5px 10px;
}

.brand-page .hero-header {
  flex-direction: column;
  text-align: center;
  gap:0px;
}

.brand-page .logo {
  width: 200px;
  margin: auto;
}

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

.brand-page .feature {
  border-right: none;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.brand-page .models-grid {
  grid-template-columns: repeat(1,1fr);
}

.brand-page .services,
.brand-page footer {
  grid-template-columns: 1fr;
}

.brand-page .services-grid {
  grid-template-columns: repeat(1, 1fr);
}

.brand-page .services article {
  border-right: 0;
}

.brand-page .footer-contact,
.brand-page footer small {
  justify-content: flex-start;
}

}

/* Home page */
.home-page, .home-page * {
  box-sizing: border-box;
}

.home-page img {
  width: 100%;
}

body.home-page {
  margin: 0;
  background: #050505;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.home-page .page {
  max-width: 1536px;
  margin: auto;
  background: #050505;
  overflow: hidden;
}

.home-page .hero {
  min-height: 340px;
  padding: 26px 0 0;
  background: linear-gradient(90deg,#000 0 39%,#0006 50%,#0000 62%),url("assets/hero-car.jpg") calc(100% + 70px) top/auto 100% no-repeat,#080808;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-page .hero-text {
  max-width: 880px;
  padding: 0 26px;
}

.home-page .hero h1 {
  margin: 0;
  color: #e00000;
  font-size: clamp(30px,6.2vw,56px);
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0 5px 12px #000;
}

.home-page .hero h1 span {
  display: block;
  color: #fff;
}

.home-page .hero h2 {
  margin: 15px 0 12px;
  font-size: clamp(17px,2vw,19px);
  font-weight: 800;
  letter-spacing: .5px;
}

.home-page .tagline {
  display: inline-block;
  background: #d40000;
  padding: 10px 22px;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 0 18px #8b0000;
}

.home-page .tagline b {
  padding: 0 14px;
}

.home-page .features,
.home-page .services {
  display: grid;
}

.home-page .features {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 980px;
  padding: 0 24px;
}

.home-page .features article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 4px 9px;
  min-width: 0;
  padding: 14px 8px;
  align-items: center;
  /* border-right: 1px solid #2b2b2b; */
}

.home-page .features article:last-child {
  border-right: 0;
}

.home-page .icon {
  display: block;
  grid-row: span 2;
  width: 52px;
  height: 52px;
  aspect-ratio: 1;
  object-fit: contain;
  clip-path: circle(50%);
  justify-self: center;
}

.home-page .features b {
  font-size: 14px;
  line-height: 1.2;
  min-width: 0;
  overflow-wrap: anywhere;
}

.home-page .services b {
  font-size: 14px;
  line-height: 1.1;
}

.home-page .features span {
  font-size: 12px;
  line-height: 1.3;
  text-transform: none;
  color: #eee;
  min-width: 0;
  overflow-wrap: anywhere;
}

.home-page .services span {
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  color: #eee;
}

.home-page .brands {
  margin: 0 28px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  background: #f4f4f4;
  color: #0a0a0a;
  border-radius: 14px;
}

.home-page .brand-item {
  min-height:130px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#0a0a0a;
  border-right:1px solid #c8c8c8;
  border-bottom:1px solid #d7d7d7;
  transition:.3s;
}

.home-page .brand-item:hover {
  background:#fafafa;
  transform:translateY(-3px);
}

.home-page .brand-item:nth-child(5n) {
  border-right:0;
}

.home-page .brand-item:nth-child(n+6) {
  border-bottom:0;
}

.home-page .brand-logo {
  display: block;
  max-width: 74%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.home-page .tank-logo {
  max-height: 86px;
}

.home-page .brands b {
  color: #bd0000;
  font-size: clamp(34px,4vw,58px);
  font-weight: 900;
  letter-spacing: 1px;
}

.home-page .brand-item span {
  margin-top:10px;
  font-size:18px;
  font-weight:700;
  letter-spacing:1px;
}

.home-page .brands .more {
  display:flex;
  align-items:center;
  gap:12px;
  margin:16px;
  padding:10px 14px;
  background:#070707;
  color:#fff;
  border-radius:8px;
  text-decoration:none;
  min-height:90px;
  transition:.3s;
}

.home-page .brands .more:hover {
  background:#111;
  transform:translateY(-2px);
}

.home-page .more-icon {
  flex-shrink:0;
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.home-page .more-icon img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.home-page .more-text {
  flex:1;
  font-size:16px;
  line-height:1.3;
  letter-spacing:0;
  color:#fff;
  text-transform:none;
}

.home-page .more-arrow {
  flex-shrink:0;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#d50000;
  border-radius:50%;
  font-size:16px;
  font-weight:700;
  transition:.3s;
}

.home-page .brands .more:hover .more-arrow {
  transform:translateX(4px);
}

.home-page .fleet {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 3px solid #c40000;
}

.home-page .service-icon,
.home-page .footer-icon,
.home-page .footer-contact img {
  flex-shrink: 0;
  object-fit: contain;
}

.home-page .services {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0 28px;
}

.home-page .services article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 16px 6px;
  align-items: center;
  min-width: 0;
/*   border-right: 1px solid #202020; */
}

.home-page .services article:last-child {
  border-right: 0;
}

.home-page .service-icon {
  grid-row: span 2;
  width: 56px;
  height: 56px;
}

.home-page footer {
  display: grid;
  grid-template-columns: 1.8fr 1.8fr 1.8fr repeat(4, .7fr);
  gap: 24px 18px;
  align-items: center;
  padding: 18px 26px 22px;
  background: #030303;
}

.home-page .footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: none;
}

.home-page .footer-contact img {
  width: 42px;
  height: 42px;
}

.home-page .footer-contact-content {
  line-height: 1.4;
}

.home-page .footer-contact-content a {
  color: #ffffff;
  text-decoration: none;
}

.home-page .footer-contact-content b {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  text-transform: uppercase;
}

.home-page footer small {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  text-align: left;
  text-transform: none;
}

.home-page .footer-icon {
  width: 32px;
  height: 32px;
}

@media (max-width: 1200px) {
.home-page .services {
  grid-template-columns: repeat(3, 1fr);
}

.home-page footer {
  grid-template-columns: 1.6fr 1.4fr 1.6fr repeat(4, 0.7fr);
}

}

@media(max-width:900px) {
.home-page .hero {
  min-height: 460px;
  background: linear-gradient(#000 0 35%,#0008 56%,#0000),url("assets/hero-car.jpg") 62% bottom/cover no-repeat;
}

.home-page .features {
  grid-template-columns: repeat(2,1fr);
  padding: 0;
}

.home-page .features article:nth-child(2n) {
  border-right: 0;
}

.home-page .features article:nth-child(-n+2) {
  border-bottom: 1px solid #2b2b2b;
}

.home-page .brands {
  grid-template-columns: repeat(2,1fr);
  margin: 0;
  border-radius: 0;
}

.home-page .brand-item,
.home-page .brand-item:nth-child(n+6) {
  border:0;
  border-bottom:1px solid #d7d7d7;
}

.home-page .tagline {
  font-size: 14px;
}

.home-page .tagline b {
  padding: 0 7px;
}

}

@media (max-width: 768px) {
.home-page .services,
.home-page footer {
  grid-template-columns: 1fr;
}

.home-page .services article {
  border-right: 0;
}

.home-page .footer-contact,
.home-page footer small {
  justify-content: flex-start;
}

}

@media(max-width:560px) {
.home-page .hero {
  min-height: 420px;
  padding: 20px 0 0;
}

.home-page .hero-text {
  padding: 0 20px;
}

.home-page .tagline {
  display: block;
  line-height: 1.7;
}

.home-page .tagline b {
  display: none;
}

.home-page .features,
.home-page .services,
.home-page footer {
  grid-template-columns: 1fr;
}

.home-page .features article,
.home-page .services article {
  border-right: 0;
}

.home-page .features article:not(:last-child) {
  border-bottom: 1px solid #2b2b2b;
}

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

.home-page .brands span {
  letter-spacing: 6px;
}

}

/* Other page styles */
body.other-page {
--bg: #050808;
  --panel: rgba(5, 10, 11, 0.88);
  --line: rgba(255, 255, 255, 0.36);
  --muted: #d7d7d7;
  --red: #e00000;
  --white: #fff;
}

body.other-page,
body.other-page * {
box-sizing: border-box;
}

body.other-page {
margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 5%, rgba(70, 70, 70, 0.3), transparent 32rem),
    linear-gradient(180deg, #010202 0%, #071011 54%, #020404 100%);
  font-family: "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.other-page .page {
width: min(1920px, 100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.other-page .page > section {
padding-right: 15px;
  padding-left: 15px;
}

.other-page .hero {
position: relative;
  overflow: hidden;
  min-height: 294px;
  padding-bottom: 18px;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.88) 39%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.08) 100%),
    url("assets/hero-service.jpg");
  background-position: left top, right center;
  background-repeat: no-repeat;
  background-size: cover, auto 150%;
}

.other-page .hero__content,
.other-page .hours {
position: relative;
  z-index: 1;
}

.other-page .hero__content {
width: min(820px, 66%);
  min-width: 0;
  padding-top: 20px;
}

.other-page h1,
.other-page h2,
.other-page h3,
.other-page p {
margin: 0;
}

.other-page h1 {
font-size: clamp(3rem, 4.15vw, 5.15rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 16px #000;
}

.other-page h1 span,
.other-page h2 span,
.other-page .hours em {
color: var(--red);
}

.other-page .hero__tags {
display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  font-size: clamp(0.95rem, 1.2vw, 1.36rem);
  text-transform: uppercase;
}

.other-page .hero__tags i {
width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.other-page .service-strip {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(820px, 100%);
  margin-top: 28px;
}

.other-page .service-strip article {
display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  align-items: center;
}

.other-page .service-strip article:first-child {
padding-left: 0;
}

.other-page .service-strip article:last-child {
border-right: 0;
}

.other-page .service-strip img {
width: 60px;
  height: 60px;
  object-fit: contain;
}

.other-page h3 {
margin-bottom: 8px;
  font-size: clamp(0.9rem, 0.98vw, 1.08rem);
  text-transform: uppercase;
}

.other-page p,
.other-page li,
.other-page span,
.other-page small {
font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0;
}

.other-page .service-strip p,
.other-page .panel li,
.other-page .benefits span,
.other-page .process span,
.other-page .contact-panel small,
.other-page .footer span {
color: var(--muted);
  font-size: clamp(0.82rem, 0.92vw, 1rem);
  line-height: 1.35;
}

.other-page .hours {
position: absolute;
  top: 8px;
  right: 20px;
  width: 178px;
  min-height: 96px;
  padding: 12px 12px 10px 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(12, 13, 15, 0.86);
  text-transform: uppercase;
}

.other-page .hours::before {
content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.other-page .hours::after {
content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  width: 8px;
  height: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.other-page .hours strong,
.other-page .hours b,
.other-page .hours span,
.other-page .hours em {
display: block;
}

.other-page .hours strong {
font-size: 0.95rem;
}

.other-page .hours span {
margin-top: 8px;
  color: #eee;
  font-size: 0.68rem;
  text-transform: none;
}

.other-page .hours b {
margin-top: 5px;
  font-size: 0.88rem;
}

.other-page .hours em {
margin-top: 5px;
  font-style: normal;
  font-size: 0.86rem;
}

.other-page .info-grid {
display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) minmax(0, 0.98fr);
  gap: 6px;
  margin-top: 0;
}

.other-page .panel,
.other-page .contact-panel,
.other-page .map-card {
border: 1px solid var(--line);
  border-radius: 8px;
  background-color: var(--panel);
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.03);
}

.other-page .panel {
min-width: 0;
  min-height: 285px;
  padding: 16px 15px;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: right bottom;
}

.other-page .panel--parts {
background-image:
    linear-gradient(180deg, rgba(4, 8, 9, 0.78) 0%, rgba(4, 8, 9, 0.5) 45%, rgba(4, 8, 9, 0.24) 100%),
    url("assets/parts-bg.png");
  background-position: center, center bottom;
  background-size: cover, 100% auto;
}

.other-page .panel--team {
background-image:
    linear-gradient(180deg, rgba(4, 8, 9, 0.78) 0%, rgba(4, 8, 9, 0.5) 45%, rgba(4, 8, 9, 0.24) 100%),
    url("assets/team-bg.png");
  background-position: center, center bottom;
  background-size: cover, 100% auto;
}

.other-page .panel h2,
.other-page .process h2 {
font-size: clamp(1.14rem, 1.24vw, 1.45rem);
  line-height: 1.28;
  text-transform: uppercase;
}

.other-page .panel ul {
display: grid;
  gap: 13px;
  max-width: 68%;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.other-page .panel li {
position: relative;
  padding-left: 22px;
}

.other-page .panel li::before {
content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.other-page .panel--benefits {
padding: 20px 15px;
  background: linear-gradient(180deg, rgba(8, 14, 15, 0.95), rgba(6, 9, 10, 0.93));
}

.other-page .panel--benefits h2 {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: center;
}

.other-page .panel--benefits h2::before,
.other-page .panel--benefits h2::after {
content: "";
  width: 62px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.other-page .benefits {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
  margin-top: 20px;
}

.other-page .benefits > div {
display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-width: 0;
  align-items: center;
}

.other-page .benefits > div > p {
min-width: 0;
  overflow-wrap: anywhere;
}

.other-page .benefits span {
display: block;
}

.other-page .benefits img {
width: 38px;
  height: 38px;
  object-fit: contain;
}

.other-page .benefits b,
.other-page .process b,
.other-page .contact-panel b,
.other-page .footer b {
display: block;
  text-transform: uppercase;
}

.other-page .benefits b {
margin-bottom: 4px;
  font-size: 0.78rem;
}

.other-page .service-module {
display: grid;
  grid-template-columns: 1.87fr 1fr;
  gap: 10px;
  margin-top: 12px;
  align-items: stretch;
}

.other-page .service-module__left {
display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  min-width: 0;
}

.other-page .process {
margin-top: 0;
  padding: 15px;
  color: #171717;
  border-radius: 9px;
  background: linear-gradient(180deg, #fff, #f3f3f3);
}

.other-page .process h2 {
text-align: center;
}

.other-page .process__steps {
display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.other-page .process article {
position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.other-page .process article:not(:last-child)::after {
content: "→";
  position: absolute;
  right: -6px;
  top: 50%;
  color: #151515;
  font-family: Arial, sans-serif;
  font-size: 1.7rem;
  transform: translateY(-50%);
}

.other-page .process img {
width: clamp(46px, 4.25vw, 50px);
  height: clamp(46px, 4.25vw, 50px);
  object-fit: contain;
}

.other-page .process b {
font-size: clamp(0.64rem, 0.72vw, 0.78rem);
}

.other-page .process span {
display: block;
  margin-top: 3px;
  color: #111;
  font-size: clamp(0.58rem, 0.64vw, 0.68rem);
  line-height: 1.28;
}

.other-page .contact-panel {
display: grid;
  grid-template-columns: 1.05fr 1fr 0.9fr;
  align-items: center;
  gap: 0;
  min-height: 145px;
  padding: 15px 14px;
}

.other-page .contact-panel a {
display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 88px;
  padding: 0 8px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.other-page .contact-panel a:focus-visible {
outline: 2px solid #fff;
  outline-offset: 3px;
}

.other-page .contact-panel a:last-child {
border-right: 0;
}

.other-page .contact-panel img {
width: 66px;
  height: 66px;
  object-fit: contain;
}

.other-page .contact-panel b {
font-size: clamp(0.92rem, 1.05vw, 1.12rem);
}

.other-page .contact-panel strong {
display: block;
  margin: 7px 0;
  font-size: clamp(1.35rem, 1.72vw, 1.86rem);
  line-height: 1;
}

.other-page .map-card {
display: block;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}

.other-page .map-card img {
display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.other-page .footer {
display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: 105px;
  margin: 12px 0 0;
  padding: 22px 24px;
  background: #050909;
}

.other-page .footer article {
display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  padding: 0 24px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.other-page .footer article:last-child {
border-right: 0;
}

.other-page .footer img {
width: 60px;
  height: 60px;
  object-fit: contain;
}

.other-page .footer b {
margin-bottom: 8px;
  font-size: clamp(1rem, 1.12vw, 1.28rem);
}

@media (max-width: 1320px) {
.other-page .info-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.other-page .panel--benefits {
grid-column: 1 / -1;
    min-height: auto;
}

.other-page .footer {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.other-page .footer article {
min-height: 80px;
    margin-bottom: 14px;
}

}

@media (max-width: 1180px) {
.other-page .service-module {
grid-template-columns: 1fr;
}

.other-page .map-card img {
aspect-ratio: 523 / 295;
    height: auto;
}

.other-page .panel ul {
max-width: 56%;
}

.other-page .process__steps,
.other-page .footer {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.other-page .process article:not(:last-child)::after {
display: none;
}

.other-page .footer article {
margin-bottom: 18px;
}

}

@media (max-width: 1024px) {
.other-page .hours {
display: none;
}

.other-page .hero {
   background-image:none;
/* padding-bottom: 300px;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.88) 48%, rgba(0, 0, 0, 0.08) 70%, rgba(0, 0, 0, 0.14) 100%),
      url("assets/hero-service.jpg");
    background-size: cover, min(900px, 120vw) auto;
    background-position: center, 70% bottom; */
}

.other-page .hero__content {
width: 100%;
}

.other-page .service-strip {
width: 100%;
}

}

@media (max-width: 820px) {
.other-page .info-grid,
.other-page .service-strip,
.other-page .contact-panel {
grid-template-columns: 1fr;
}

.other-page .panel--benefits {
grid-column: auto;
}

.other-page .service-strip {
gap: 12px;
    margin-top: 22px;
}

.other-page .service-strip article,
.other-page .service-strip article:first-child {
padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.other-page .service-strip article:last-child {
padding-bottom: 0;
    border-bottom: 0;
}

.other-page .contact-panel a {
padding: 16px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.other-page .contact-panel a:last-child {
border-bottom: 0;
}

}

@media (max-width: 760px) {
.other-page h1 {
font-size: 34px;
}

.other-page .hero__tags,
.other-page .benefits,
.other-page .process__steps,
.other-page .footer {
grid-template-columns: 1fr;
}

.other-page .hero__tags {
gap: 8px 12px;
}

.other-page .hero {
padding-bottom: 260px;
    background-size: cover, 132vw auto;
    background-position: center, 58% bottom;
}

.other-page .panel {
min-height: 330px;
    padding: 18px 20px;
    background-position: right bottom;
}

.other-page .panel ul {
max-width: 100%;
    padding-right: 28%;
}

.other-page .panel--benefits h2::before,
.other-page .panel--benefits h2::after {
width: 32px;
}

.other-page .contact-panel a {
grid-template-columns: 68px minmax(0, 1fr);
}

.other-page .footer article {
padding: 0 12px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

}

@media (max-width: 460px) {
.other-page .service-strip article {
grid-template-columns: 56px minmax(0, 1fr);
}

.other-page .service-strip img {
width: 56px;
    height: 56px;
}

.other-page .panel ul {
padding-right: 0;
}

.other-page .contact-panel {
padding: 10px;
}

.other-page .contact-panel a {
grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
}

.other-page .contact-panel img {
width: 56px;
    height: 56px;
}

.other-page .footer {
padding-top: 14px;
    padding-bottom: 14px;
}

.other-page .footer article {
grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
}

.other-page .footer img {
width: 48px;
    height: 48px;
}

}
