@charset "utf-8";

/* ======================================================
   SERVICE PAGE
====================================================== */

.page-service {
  background: #fff;
}

.page-service .narrow {
  max-width: 1040px;
}

.page-service .service-section {
  padding: 120px 0;
}

.page-service .sec-en {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.page-service .sec-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}

.page-service .sec-desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.main-foot [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* ======================================================
   HERO
====================================================== */

.page-service .service-hero {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-service .service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 23, 60, 0.52);
}

.page-service .service-hero .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-service .hero-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.page-service .hero-copy h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.8px;
  color: #fff;
}

.page-service .hero-copy p {
  margin: 24px auto 0;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.page-service .hero-btns {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-service .hero-btns a {
  min-width: 140px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.page-service .hero-btns .btn-fill {
  background: #ef1f26;
  color: #fff;
  border: 1px solid #ef1f26;
}

.page-service .hero-btns .btn-line {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* ======================================================
   INDUSTRY
====================================================== */

.page-service .service-industry {
  background: #eeeeee;
}

.page-service .industry-grid {
  margin: 42px auto 0;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 18px;
}

.page-service .industry-card {
  display: block;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #111;
  transition: all .25s ease;
}

/* .page-service .industry-card.is-focus {
  border:2px solid #ef1f26;
  box-shadow: 0 10px 30px rgba(239,31,38,0.1);
} */

.page-service .industry-card .thumb {
  display:flex;
  align-items:center;
  justify-content:center;
  height:80px;
  margin-top:20px;
}

.page-service .industry-card .thumb img {
  width:60px;
  height:60px;
  transition: all .25s ease;
}

.page-service .industry-card:hover .thumb img {
  transform: scale(1.1);
}

.page-service .industry-card strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 16px 12px 8px;
}

.page-service .industry-card p {
  padding: 0 16px 20px;
  font-size: 15px;
  color: #222;
  line-height: 1.35;
}

.page-service .service-industry .sec-desc {
  max-width: 640px;
  margin-bottom:40px;
}

/* ======================================================
   FLEET
====================================================== */

.page-service .service-fleet {
  background: #fff;
}

.page-service .fleet-feature-row {
  max-width: 920px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.page-service .fleet-item {
  min-height: 94px;
  padding: 18px 18px 18px 88px;
  position: relative;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
}

.page-service .fleet-icon {
  position: absolute;
  left: 16px;
  top: 24%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.page-service .fleet-icon img {
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}

.page-service .fleet-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
  margin-bottom: 6px;
}

.page-service .fleet-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

/* ======================================================
   SAFETY
====================================================== */

.page-service .service-safety {
  background: #f3f3f3;
}

.page-service .safety-grid {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 34px;
}

.page-service .safety-item {
  position: relative;
  padding-left: 54px;
  padding: 32px 18px 18px 80px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  text-align: left;
  box-sizing: border-box;
}

.page-service .safety-icon {
  position: absolute;
  left: 16px;
  top: 32px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
}

.page-service .safety-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.page-service .safety-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.45;
}

.page-service .safety-item p {
  font-size: 15px;
  line-height: 1.45;
  color: #666;
}

/* ======================================================
   RESULT
====================================================== */

.page-service .service-result {
  background: #f3f3f3;
}

.page-service .result-top-icons {
  margin: 26px auto 34px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.page-service .result-top-item {
  text-align: center;
}

.page-service .result-top-item img {
  height: 34px;
  width: auto;
  margin-bottom: 8px;
}

.page-service .result-top-item span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

.page-service .result-banner-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.page-service .result-banner {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.page-service .result-banner img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  display: block;
}

.page-service .result-banner .overlay {
  position: absolute;
  inset: 0;
  padding: 24px 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.60) 100%);
  color: #fff;
}

.page-service .result-banner .overlay strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-service .result-banner .overlay p {
  max-width: 220px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

/* ======================================================
   APP
====================================================== */

.page-service .app-showcase {
  max-width: 1040px;
  margin: 0 auto;
  /* padding:120px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap:60px; */
}

.page-service .app-copy {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-service .app-copy-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.page-service .app-copy h3 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  letter-spacing: -0.4px;
}

.page-service .app-copy p {
  font-size: 18px;
  line-height: 1.35;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.page-service .app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 60px;
  background: #ef1f26;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.page-service .app-phone-wrap {
  flex: 0 0 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.page-service .app-phone {
  flex: 1 1 auto;
  text-align: center;
}

.page-service .app-phone img {
  /* max-width:700px; */
  width: 80%;
  display: block;
  margin: 0 auto;
}

.page-service .app-store {
  flex: 0 0 140px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.page-service .app-store img {
  width: 140px;
  max-width: 100%;
  display: block;
}

/* ======================================================
   HOVER
====================================================== */

@media (hover:hover) {

  .page-service .hero-btns a:hover,
  .page-service .app-link:hover {
    transform: translateY(-2px);
  }

  .page-service .industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media all and (max-width:1024px) {
  .page-service .service-hero {
    height: 440px;
  }

  .page-service .hero-copy h2 {
    font-size: 38px;
  }

  .page-service .sec-title {
    font-size: 28px;
  }

  .page-service .industry-grid {
    max-width: 100%;
  }

  .page-service .app-showcase {
    flex-direction: column;
    text-align: center;
    padding: 90px 0;
    gap: 60px;
  }

  .page-service .app-copy {
    flex: 0 0 auto;
    align-items: center;
  }

  .page-service .app-copy-line {
    align-items: center;
  }

  .page-service .app-phone-wrap {
    flex: 0 0 auto;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 420px;
  }

  .page-service .app-store {
    align-items: center;
  }
}

@media all and (max-width:768px) {
  .page-service .service-hero {
    margin-top: 50px;
    height: 300px;
  }

  .page-service .hero-copy h2 {
    font-size: 28px;
  }

  .page-service .hero-copy p {
    font-size: 13px;
    line-height: 1.75;
  }

  .page-service .hero-btns {
    flex-direction: column;
    align-items: center;
  }

  .page-service .hero-btns a {
    width: 220px;
  }

  .page-service .service-section,
  .page-service .service-intro {
    padding: 60px 0;
  }

  .page-service .sec-en {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .page-service .sec-title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .page-service .sec-desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .page-service .industry-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 400px;
  }

  .page-service .fleet-feature-row,
  .page-service .safety-grid,
  .page-service .result-banner-row,
  .page-service .app-link-row {
    grid-template-columns: 1fr;
  }

  .page-service .result-top-icons {
    gap: 24px;
  }

  .page-service .app-showcase {
    padding: 60px 0;
  }

  .page-service .app-copy h3 {
    font-size: 26px;
  }

  .page-service .app-phone-wrap {
    max-width: 320px;
  }

  .page-service .app-store img {
    width: 120px;
  }

  .page-service .fleet-feature-row {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }

  .page-service .fleet-item {
    min-height: auto;
    padding: 16px 16px 16px 78px;
  }

  .page-service .fleet-icon {
    top: 40%;
    width: 48px;
    height: 48px;
  }

  .page-service .fleet-icon img {
    max-width: 32px;
    max-height: 32px;
  }

  .page-service .fleet-item strong {
    font-size: 20px;
  }

  .page-service .fleet-item p {
    font-size: 15px;
    line-height: 1.55;
  }
}