#mobileHome {
  background-color: oklch(98.5% 0.002 247.839);
}

#mobileHome a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: oklch(54.6% 0.245 262.881);
}

#mobileHome .section-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: oklch(21% 0.034 264.665);
  margin-bottom: 0;
}

#mobileHome .hero-section {
  padding-block: 32px;
  padding-inline: 16px;
  background-image: linear-gradient(
    to bottom right in oklab,
    oklch(37.9% 0.146 265.522) 0%,
    oklch(42.4% 0.199 265.638) 50%,
    oklch(48.8% 0.243 264.376) 100%
  );
}

#mobileHome .section > .section-container {
  max-width: 512px;
  margin-inline: auto;
}

#mobileHome .hero-section > .section-container {
  text-align: center;
  color: #ffffff;
}

#mobileHome .hero-section .hero-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 12px;
}

#mobileHome .hero-section .hero-subtitle {
  color: oklch(93.2% 0.032 255.585);
  line-height: 1.625;
  font-size: 14px;
  margin-bottom: 24px;
}

#mobileHome .hero-section .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#mobileHome .hero-section .hero-actions a {
  justify-content: center;
  gap: 8px;
  padding-inline: 24px;
  padding-block: 12px;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  border-radius: 10px;
}

#mobileHome .hero-section .view-product-category {
  background-color: #ffffff;
  color: oklch(42.4% 0.199 265.638);
}

#mobileHome .hero-section .inquiry {
  background-color: oklch(54.6% 0.245 262.881);
  color: #ffffff;
}

#mobileHome .contact-bar-section {
  position: sticky;
  z-index: 40;
  top: 59px;
  background-color: #ffffff;
  padding-inline: 16px;
  padding-block: 12px;
  border-bottom: 1px solid oklch(92.8% 0.006 264.531);
}

#mobileHome .contact-bar-section a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

#mobileHome .contact-bar-section > .section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mobileHome .contact-bar-section .contact-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

#mobileHome .contact-bar-section .contact-links .call-number {
  font-weight: 500;
  color: oklch(37.3% 0.034 259.733);
}

#mobileHome .contact-bar-section .contact-location {
  display: flex;
  align-items: center;
  gap: 16px;
}

#mobileHome .contact-bar-section .contact-location a {
  color: oklch(55.1% 0.027 264.364);
  font-size: 12px;
}

#mobileHome .product-category-section {
  padding-inline: 16px;
  padding-block: 24px;
}

#mobileHome .product-category-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

#mobileHome .product-category-section .product-categories-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
}

#mobileHome .product-category-section .show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  color: oklch(44.6% 0.03 256.802);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
  padding-block: 8px;
  padding-inline: 0;
  background: none;
  border: none;
}

#mobileHome .product-category-section .show-more svg {
  rotate: 90deg;
}

#mobileHome .fast-service-section {
  background-color: oklch(96.7% 0.003 264.542);
  padding-inline: 16px;
  padding-block: 24px;
}

#mobileHome .fast-service-section .fast-service-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#mobileHome .fast-service-section .section-title {
  margin-bottom: 16px;
}

#mobileHome .fast-service-container a {
  display: flex;
  justify-content: space-between;
  padding-block: 12px;
  padding-inline: 16px;
  background-color: #fff;
  border-radius: 10px;
  color: oklch(0.147 0.004 49.25);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}

#mobileHome .certification-section {
  padding-inline: 16px;
  padding-block: 24px;
}

#mobileHome .certification-section .certification-container {
  background-color: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}

#mobileHome .certification-section .section-title {
  margin-bottom: 16px;
}

#mobileHome .certification-section .badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#mobileHome .certification-section .badge-row-top {
  margin-bottom: 12px;
}

#mobileHome .certification-section .badge-item {
  font-size: 12px;
  padding-inline: 12px;
  padding-block: 4px;
  border-radius: 3.40282e38px;
}

#mobileHome .certification-section .badge-amber {
  background-color: oklch(98.7% 0.022 95.277);
  color: oklch(0.555 0.163 48.998);
}

#mobileHome .certification-section .badge-blue {
  background-color: oklch(97% 0.014 254.604);
  color: oklch(48.8% 0.243 264.376);
}

#mobileHome .certification-section .badge-green {
  background-color: oklch(98.2% 0.018 155.826);
  color: oklch(52.7% 0.154 150.069);
}

#mobileHome .certification-section .badge-purple {
  background-color: oklch(97.7% 0.014 308.299);
  color: oklch(49.6% 0.265 301.924);
}

#mobileHome .feature-section {
  padding-inline: 16px;
  padding-block: 24px;
  background-color: oklch(97% 0.014 254.604);
}

#mobileHome .feature-section .section-title {
  margin-bottom: 16px;
}

#mobileHome .feature-section .feature-container > :not(:first-child) {
  margin-top: 12px;
}

#mobileHome .feature-section .feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
}

#mobileHome .feature-section .feature-icon {
  font-size: 24px;
  line-height: 32px;
}

#mobileHome .feature-section .feature-title {
  color: oklch(27.8% 0.033 256.848);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

#mobileHome .feature-section .feature-description {
  color: oklch(0.551 0.027 264.364);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
