.home-page {
  margin: 0;
  background: #f2f4f7;
  color: #111827;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.7;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6 {
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.home-page p {
  margin: 0;
}

.home-page .container-wide {
  max-width: 1360px;
}

.home-page .site-navbar {
  background: #ffffff;
  border-bottom: 1px solid #e6e8ed;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0.64rem 0;
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-page .site-navbar.scrolled {
  border-color: #dce0e8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.home-page .site-navbar .navbar-brand {
  color: #1576e6;
}

.home-page .site-navbar .navbar-brand i {
  color: #1576e6;
}

.home-page .site-navbar .navbar-toggler {
  border: 1px solid #d7deea;
}

.home-page .site-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,72,160,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.home-page .site-navbar .nav-link {
  color: #222222;
  min-height: 42px;
  padding: 0.14rem 1rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home-page .site-navbar .nav-link:hover {
  color: #0066CC;
  background: #eef5ff;
}

.home-page .site-navbar .nav-link.active {
  color: #0066CC;
  background: #E5EFF9;
}

.home-page .home-hero {
  position: relative;
  margin-top: 73px;
  min-height: clamp(330px, 30vw, 530px);
  background-image: var(--home-hero-bg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home-page .home-hero::before {
  content: none;
}

.home-page .home-hero::after {
  content: none;
}

.home-page .home-hero-title-mobile {
  display: none;
}

.home-page .hero-wrap {
  position: relative;
  z-index: 2;
  min-height: clamp(330px, 30vw, 530px);
  display: flex;
  align-items: center;
  padding: clamp(26px, 4vw, 60px) 0;
}

.home-page .hero-copy {
  color: #ffffff;
  max-width: 560px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.home-page .hero-copy .home-hero-title-desktop {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.24;
  margin-bottom: 16px;
  color: #fff;
}

.home-page .hero-copy p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.25rem;
  line-height: 1.9;
}

.home-page .hero-visual {
  display: none;
}

.home-page .hero-visual::before {
  content: "";
  position: absolute;
  width: 468px;
  height: 468px;
  border-radius: 50%;
  border: 1px solid rgba(181, 225, 255, 0.72);
  right: 48px;
  top: 8px;
}

.home-page .hero-visual::after {
  content: "";
  position: absolute;
  width: 338px;
  height: 338px;
  border-radius: 50%;
  border: 1px solid rgba(181, 225, 255, 0.4);
  right: 114px;
  top: 74px;
}

.home-page .hero-camera {
  position: absolute;
  right: 38px;
  top: 32px;
  width: min(460px, 95%);
  filter: drop-shadow(0 20px 35px rgba(2, 8, 23, 0.42));
  animation: camFloat 4.8s ease-in-out infinite;
}

.home-page .hero-pin {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 7px rgba(203, 232, 255, 0.3);
}

.home-page .hero-pin.pin-a {
  right: 146px;
  top: 16px;
}

.home-page .hero-pin.pin-b {
  right: 332px;
  top: 86px;
}

.home-page .home-about {
  background: #ffffff;
  padding: 72px 0 66px;
}

.home-page .about-media {
  border-radius: 14px;
  overflow: hidden;
}

.home-page .about-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.home-page .about-copy {
  padding-top: 8px;
}

.home-page .about-copy h2 {
  font-size: 3rem;
  line-height: 1.16;
  margin-bottom: 12px;
  color: #1A1A1A;
}

.home-page .about-badge {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.74rem;
  line-height: 1;
  color: #0066CC;
  background: #E5EFF9;
  border-radius: 999px;
  padding: 0.33rem 0.75rem;
  vertical-align: middle;
}

.home-page .about-copy p {
  color: #1A1A1A;
  font-size: 1.125rem;
  margin-bottom: 9px;
}

.home-page .about-btn {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 10px;
  padding: 0.35rem 1.2rem;
  border: 1px solid #0066CC;
  color: #0066CC;
  font-size: 0.9rem;
  transition: all 0.22s ease;
}

.home-page .about-btn:hover {
  color: #ffffff;
  background: #0066CC;
}

.home-page .home-safety {
  background: #f2f4f7;
  padding: 58px 0 68px;
}

.home-page .section-head {
  text-align: center;
  margin-bottom: 34px;
}

.home-page .section-head h2 {
  color: #1A1A1A;
  font-size: 2.25rem;
  line-height: 1.2;
}

.home-page .section-head .accent {
  color: #1576e6;
  font-size: 1.6rem;
  margin-top: 8px;
  font-weight: 700;
}

.home-page .section-head .sub {
  margin: 8px auto 0;
  max-width: 760px;
  color: #4b5565;
  font-size: 0.95rem;
}

.home-page .info-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e8edf3;
  box-shadow: 0 6px 16px rgba(19, 38, 63, 0.08);
  padding: 22px 22px 18px;
  height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-page .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(19, 38, 63, 0.14);
}

.home-page .info-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.home-page .info-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 11px;
  background: #eff5ff;
  color: #1d77dd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.home-page .info-card h3 {
  color: #1A1A1A;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.home-page .info-card p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.home-page .primary-mini {
  margin: 34px auto 0;
  min-width: 118px;
  padding: 0.5rem 1.2rem;
  border: 0;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #ffffff;
  background: #0066cc;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-page .primary-mini:hover {
  background: #1576e6;
  transform: translateY(-1px);
}

.home-page .home-product {
  background: #f2f4f7;
  padding: 22px 0 74px;
}

.home-page .product-shell {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(16, 24, 39, 0.14);
}

.home-page .product-top {
  background: #0968cb;
  color: #ffffff;
  padding: 30px 22px 26px;
  text-align: center;
}

.home-page .product-top h2 {
  font-size: 2.125rem;
  margin-bottom: 8px;
  color: #ffffff;
}

.home-page .product-top p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.94);
}

.home-page .product-body {
  background: #ffffff;
  padding: 48px 54px 46px;
}

.home-page .spec-item {
  display: flex;
  gap: 32px;
  margin-bottom: 34px;
}

.home-page .spec-item:last-child {
  margin-bottom: 0;
}

.home-page .spec-icon {
  width: 54px;
  height: 54px;
  border-radius: 11px;
  background: #EFF6FF;
  color: #1975df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.home-page .spec-item h3 {
  font-size: 1.5rem;
  margin-bottom: 7px;
  line-height: 1.2;
}

.home-page .spec-item p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 4px;
}

.home-page .product-pic-wrap {
  min-height: 330px;
  position: relative;
}

.home-page .product-pic {
  position: absolute;
  right: 0;
  top: 24px;
  width: 60%;
  max-width: 372px;
  filter: drop-shadow(0 16px 28px rgba(18, 29, 49, 0.22));
}

.home-page .home-highlights {
  background: #eceff3;
  padding: 66px 0 82px;
}

.home-page .highlights-head {
  text-align: center;
  margin-bottom: 32px;
}

.home-page .highlights-head h2 {
  font-size: 2.25rem;
  color: #1A1A1A;
}

.home-page .mini-card {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 2rem;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.13);
}

.home-page .mini-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #EFF6FF;
  color: #0066CC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.home-page .mini-card h3 {
  font-size: 1.25rem;
  line-height: 1.28;
  margin-bottom: 8px;
}

.home-page .mini-card p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.65;
}

.home-page .cta-card {
  background: #0d6fd6;
  color: #ffffff;
  border-radius: 12px;
  padding: 34px 26px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.home-page .cta-card h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 9px;
}

.home-page .cta-card p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  margin-bottom: 14px;
}

.home-page .btn-yellow {
  background: #ffcc00;
  color: #0066cc;
  border-radius: 10px;
  border: 0;
  min-height: 38px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.4rem 1.1rem;
  align-self: center;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.home-page .btn-yellow:hover {
  background: #ffcc00;
  transform: translateY(-1px);
}


.home-page .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.home-page .reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes camFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1400.98px)  {
.home-page .hero-wrap { 
    padding: 50px 50px 34px;
  }
}

@media (max-width: 1199.98px) {
  .home-page .home-hero {
    min-height: clamp(20rem, 30vw, 32rem);
    background-size: 100% auto;
    /* background-position: center top; */
  }

  .home-page .hero-wrap { 
    min-height: clamp(330px, 30vw, 530px);
    padding: 50px 50px 34px;
  }

  .home-page .hero-copy {
    padding-top: 0;
  }

  .home-page .hero-copy .home-hero-title-desktop {
    font-size: 2rem;
  }

  .home-page .hero-copy p {
    font-size: 1rem;
  }

  .home-page .about-copy h2,
  .home-page .section-head h2,
  .home-page .product-top h2,
  .home-page .highlights-head h2 {
    font-size: 1.45rem;
  }

  .home-page .info-card h3,
  .home-page .mini-card h3 {
    font-size: 1.26rem;
  }
}

@media (max-width: 991.98px) {
  .home-page .site-navbar .navbar-collapse {
    margin-top: 10px;
    padding: 8px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
  }

  .home-page .home-hero {
    margin-top: 67px;
    min-height: auto;
    padding-top: clamp(170px, 42vw, 300px);
    padding-bottom: 1rem;
    background-image: none !important;
  }

  .home-page .home-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: clamp(170px, 42vw, 300px);
    background-image: var(--home-hero-bg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .home-page .hero-wrap {
    position: static;
    min-height: auto;
    padding: 0.72rem 0 0;
  }

  .home-page .hero-copy {
    /* width: min(100%, 680px); */
    /* background: rgba(255, 255, 255, 0.95); */
    /* border: 1px solid #d9e8fb; */
    border-radius: 12px;
    padding: 0.86rem 0.78rem 0.92rem;
    /* box-shadow: 0 10px 24px rgba(10, 57, 128, 0.1); */
    max-width: 100%;
    margin: 0 auto;
    color: #0a5fb8;
    text-shadow: none;
  }

  .home-page .home-hero-title-mobile {
    display: block;
    position: absolute;
    top: clamp(24px, 8vw, 64px);
    left: clamp(0.3rem, 1.5vw, 0.8rem);
    z-index: 4;
    max-width: min(56vw, 15rem);
    color: #ffffff;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: right;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    margin: 0;
    font-size: clamp(1.25rem, 6.2vw, 1.5rem);
    margin-top: 3rem;
    opacity: 1 !important;
  }

  .home-page .hero-copy .home-hero-title-desktop {
    display: none;
  }

  .home-page .hero-copy p {
    color: #0a5fb8;
    font-size: clamp(0.8rem, 2.55vw, 0.94rem);
    line-height: 1.66;
  }

  .home-page .hero-visual {
    display: none;
  }

  .home-page .home-about {
    padding-top: 56px;
  }

  .home-page .about-media {
    margin-bottom: 24px;
  }

  .home-page .about-copy h2,
  .home-page .section-head h2,
  .home-page .product-top h2,
  .home-page .highlights-head h2 {
    font-size: 1.25rem;
  }

  .home-page .section-head .accent {
    font-size: 1.25rem;
  }

  .home-page .product-body {
    padding: 34px 22px;
  }

  .home-page .product-pic {
    position: static;
    margin: 12px auto 0;
    display: block;
    max-width: 320px;
  }

  .home-page .product-pic-wrap {
    min-height: auto;
  }

}

@media (max-width: 767.98px) {
  .home-page .home-hero {
    padding-top: clamp(170px, 42vw, 300px);
    padding-bottom: 1rem;
  }

  .home-page .hero-copy {
    padding-top: 0;
  }

  .home-page .hero-copy p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-top: 0.5rem;
  }

  .home-page .hero-wrap {
    min-height: auto;
    padding: 1rem;
  }

  .home-page .about-media {
    border-radius: 10px;
  }

  .home-page .info-card h3,
  .home-page .mini-card h3,
  .home-page .spec-item h3 {
    font-size: 1.125rem;
  }

  .home-page .about-copy p,
  .home-page .info-card p,
  .home-page .spec-item p,
  .home-page .mini-card p {
    font-size: 0.875rem;
  }

  .home-page .section-head .accent,
  .home-page .product-top p {
    font-size: 1rem;
  }

  .home-page .info-card {
    padding: 16px;
  }

  .home-page .spec-item {
    margin-bottom: 22px;
  }

  .home-page .mini-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  .home-page .cta-card h3 {
    font-size: 1.25rem;
  }

}

@media (max-width: 575.98px) {
  .home-page .home-hero::before {
    height: clamp(150px, 48vw, 210px);
  }

  .home-page .home-hero-title-mobile {
    top: clamp(18px, 6vw, 36px);
    left: clamp(0.2rem, 1.8vw, 0.6rem);
    max-width: min(60vw, 18rem);
    font-size: clamp(1.25rem, 8vw, 1.5rem);
    margin-top: 3rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) { 

}
