html{scrollbar-gutter:stable}
body{background:#f5f7fb;color:#111827;font-family:Inter,"Noto Sans TC",sans-serif}
.glass-nav{backdrop-filter:blur(10px);background:rgba(255,255,255,.8);border-bottom:1px solid #e5e7eb}
.glass-nav .navbar-nav{align-items:center}
.glass-nav .nav-link{min-height:2.25rem;display:flex;align-items:center}
.hero h1{line-height:1.2}
.card-img-top{aspect-ratio:16/9;object-fit:cover}

.about-page{background:linear-gradient(180deg,#f6f8fc 0%,#ffffff 100%)}
.about-hero{background:linear-gradient(100deg,#f8fbff 0%,#eef4ff 100%)}
.about-kicker{color:#2563eb;font-weight:700;letter-spacing:.06em}
.about-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#0b2259;line-height:1.1}
.about-subtitle{font-size:1.75rem;color:#2563eb;font-weight:600}
.about-pill{background:#eaf1ff;border-radius:999px;padding:.85rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;color:#0b2259}
.about-pill span{font-size:.95rem}
.about-card{background:#f8fbff;border:1px solid #e7eefb}
.service-box{background:#fff;border:1px solid #dbe7ff;border-radius:.8rem;padding:.85rem 1rem;font-weight:600;color:#0b2259;height:100%;display:flex;align-items:center}
.about-lead{color:#2d3f64;line-height:1.9}
.about-features .about-pill{background:#f1f5ff;border-radius:1rem;padding:1rem .75rem;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;gap:.25rem;height:100%;border:1px solid #dce7ff}
.about-pill-icon{font-size:1.4rem}
.about-features .about-pill span{font-weight:700;color:#0b2259}
.about-features .about-pill small{font-size:.8rem;color:#48618f}
.image-placeholder{background:linear-gradient(135deg,#f2f6ff,#e6eeff);border:2px dashed #9db5e8;color:#4b68a0;border-radius:1rem;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:600;padding:1rem}
.about-main-image{aspect-ratio:4/3;min-height:320px}
.service-box{line-height:1.4}
.service-box small{color:#4c6490;font-weight:500}
.image-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.strip-item{aspect-ratio:3/4;min-height:170px}
@media (max-width:991.98px){.image-strip{grid-template-columns:repeat(2,1fr)}}

.systemcom-logo{height:42px;width:auto;display:block;}
@media (max-width: 991.98px){
  .systemcom-logo{height:34px;}
}
@media (max-width: 575.98px){
  .glass-nav .navbar.container{
    padding-left:1.25rem;
    padding-right:1.25rem;
  }
}
.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(0, 110, 255, 0.25);
    border-radius: 999px;
    background: rgba(0, 110, 255, 0.08);
    box-shadow: 0 6px 18px rgba(0, 70, 160, 0.10);
}

    .language-switcher::before {
        content: "\F3EE";
        font-family: "bootstrap-icons";
        color: #0d6efd;
        font-size: 0.95rem;
        margin-left: 8px;
    }

    .language-switcher .nav-link {
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.875rem;
        color: #35607f;
    }

        .language-switcher .nav-link.active {
            background: #0d6efd;
            color: #fff;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.28);
        }

    .language-switcher span {
        color: #8aa4bd;
        font-size: 0.8rem;
    }
@media (max-width: 991.98px){
  .glass-nav .navbar-nav{
    align-items:stretch;
  }
  .glass-nav .nav-link{
    justify-content:flex-start;
  }
  .language-switcher {
    width: fit-content;
  }
  .language-switcher .nav-link{
    min-width:auto;
  }
}

.site-footer{
  margin-top:0;
  padding:1.35rem 0 .85rem;
  background:linear-gradient(180deg,#ffffff 0%,#eef4fb 100%);
  border-top:1px solid #dfe8f2;
  color:#20334f;
}
.site-footer__main{
  display:grid;
  grid-template-columns:minmax(500px,.8fr) minmax(0px,.9fr) minmax(320px,1.1fr);
  gap:1.25rem;
  align-items:center;
}
.site-footer__brand{
  display:flex;
  align-items:center;
  gap:.9rem;
}
.site-footer__brand p{
  max-width:500px;
  margin:0;
  color:#53657f;
  line-height:1.45;
  font-size:.9rem;
  font-weight:600;
}
.site-footer__nav,
.site-footer__contact {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1rem;
    align-items: center;
    margin-left: auto;
}
.site-footer__cert{
  height:38px;
  display:block;
}
.site-footer__cert--afaq-27001{
  height:60px;
  width:auto;
}
.site-footer__cert--afaq-9001{
  height:60px;
  width:auto;
}
.site-footer__cert--taf{
  width:64.3px;
}
.site-footer__contact{
  margin:0;
}
.site-footer__nav a,
.site-footer__contact a{
  color:#405572;
  text-decoration:none;
  font-weight:600;
  line-height:1.35;
  font-size:.9rem;
  transition:color .2s ease,transform .2s ease;
}
.site-footer__nav a:hover,
.site-footer__contact a:hover{
  color:#0d6efd;
}
.site-footer__nav a:hover{
  transform:translateX(3px);
}
.site-footer__contact a{
  display:inline-flex;
  gap:.45rem;
  align-items:center;
  white-space:nowrap;
}
.site-footer__contact a:last-child{
  white-space:normal;
}
.site-footer__contact i{
  color:#0d6efd;
  font-size:.9rem;
  line-height:1;
}
@media (max-width: 991.98px){
  .site-footer{
    padding-top:1.15rem;
  }
  .site-footer__main{
    grid-template-columns:1fr;
    gap:.85rem;
  }
}
@media (max-width: 575.98px){
  .site-footer{
    padding:.85rem 0 .65rem;
  }
  .site-footer__brand p{
    display:none;
  }
  .site-footer__nav,
  .site-footer__address{
    display:none;
  }
  .site-footer__nav,
  .site-footer__contact{
    gap:.35rem .8rem;
  }
  .site-footer__nav a,
  .site-footer__contact a{
    font-size:.84rem;
  }
}
