@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.35rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}

p,
a,
span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

small {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 400;
}

li {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
textarea,
select {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
  color: #2f2f2f;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(900px 560px at 12% 18%, rgba(0, 183, 198, 0.12), transparent 60%), radial-gradient(780px 520px at 88% 22%, rgba(216, 198, 167, 0.14), transparent 62%), radial-gradient(680px 520px at 50% 92%, rgba(169, 200, 192, 0.18), transparent 65%);
}
@media (max-width: 768px) {
  body {
    letter-spacing: 0.1px;
  }
}

.section-title {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 0 0 3rem;
  padding: 0.4rem 0.2rem 0.9rem;
  color: #2f2f2f;
  font-weight: 650;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  .section-title {
    margin: 0 0 2rem;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #28babd, rgba(0, 183, 198, 0));
}
@media (max-width: 768px) {
  .section-title::after {
    width: 72px;
  }
}
.section-title[data-en]::before {
  content: attr(data-en);
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #8ba1a5;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .section-title[data-en]::before {
    font-size: 0.85rem;
    letter-spacing: 1.8px;
  }
}

/* CSS */
[data-aos=blur-up] {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(10px);
  transition: all 0.1s ease;
}

[data-aos=blur-up].aos-animate {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

h2 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

.split {
  display: inline-block;
  overflow: hidden;
  text-shadow: 0 1.3em currentColor; /* 和 JS 位移一致 */
  will-change: transform;
  padding: 1 1rem;
}

.char {
  display: inline-block;
  position: relative;
}

section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #28babd;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.all-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.2;
}
.all-bg img {
  width: 100%;
  height: 100%;
}

.cta-link {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 999;
  flex-direction: column;
  display: flex;
  gap: 1rem;
  /* 避免子項目被等寬拉伸，同時維持靠右貼齊 */
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cta-link {
    bottom: 1rem;
    right: 0.5rem;
  }
}
.cta-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 2rem;
  overflow: hidden;
}
.cta-link a.line {
  background: #39cd00;
}
.cta-link a.tel {
  background: #28babd;
}
.cta-link a.tel svg #background {
  fill: #28babd;
}
.cta-link a.tel svg #icon {
  fill: white;
}
.cta-link a .icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.cta-link a .icon svg {
  width: 50px;
}
.cta-link a .label {
  white-space: nowrap;
  overflow: hidden;
  color: white;
  /* 用可動畫屬性取代 display */
  opacity: 0;
  visibility: hidden;
  max-width: 0; /* 或用 width，依喜好 */
  margin-left: 0;
  transform: translateX(8px);
  transition: opacity 0.3s ease, max-width 0.3s ease, margin-left 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.cta-link a:hover {
  gap: 0.5rem;
}
.cta-link a:hover .label {
  opacity: 1;
  visibility: visible;
  max-width: 200px;
  margin-left: 0rem;
  padding-right: 1rem;
  transform: translateX(0);
  transition: opacity 0.3s ease, max-width 0.3s ease, margin-left 0.3s ease, transform 0.3s ease, visibility 0s;
}
.cta-link .dropdown-menu {
  margin-right: 0.25rem;
  margin-left: 0;
}

.navbar {
  background: #28babd;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler {
  border-color: white;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar .navbar-brand img {
  width: 200px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 150px;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    padding-top: 1rem;
  }
}
.navbar .navbar-collapse .navbar-nav {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 0.5rem;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: white;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #28babd;
}

.parallax-fixed {
  position: relative;
  height: 100vh; /* 可自行調整高度 */
  overflow: hidden;
}
.parallax-fixed .parallax-img {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 120%;
}
.parallax-fixed .parallax-img img {
  width: 100%;
  height: 100%;
}

.parallax-dynamic {
  position: relative;
  /* 高度交給圖片本身決定 */
}
.parallax-dynamic .parallax-media {
  overflow: hidden;
  line-height: 0; /* 移除 img 作為 inline 元素的行高縫隙 */
}
.parallax-dynamic .parallax-media img {
  display: block;
  width: 100%;
  height: auto;
  /* 關鍵：先往上、並放大一點，避免上下兩端出現空白 */
  transform: translateY(-12%) scale(1.12);
  transform-origin: center;
  will-change: transform;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero {
    height: 50vh;
    margin-top: 73.94px;
  }
}
#hero .swiper {
  position: absolute;
  top: -10%; /* 往上預留位移空間 */
  left: 0;
  width: 100%;
  height: 120%;
  will-change: transform;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 8s ease; /* 控制漸進放大 */
}
#hero .swiper .swiper-slide-active img {
  transform: scale(1.1); /* 只要變 active 就開始放大 */
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.438);
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding: 0rem;
  }
}
#hero .cta-box .cta-content {
  text-align: center;
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content {
    padding: 0;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
}
#hero .cta-box .cta-content p {
  margin-bottom: 2rem;
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#hero .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  transition: 0.5s;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box a {
    padding: 0.5rem 1rem;
  }
}
#hero .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .cta-box .cta-content .btn-box a:first-child {
  background: #28babd;
  color: white;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: gray;
  background: white;
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #28babd;
}

@media (max-width: 768px) {
  #about {
    background: #ffffff;
  }
}
#about .about__card {
  background: linear-gradient(180deg, #e8f4f5 0%, rgba(232, 244, 245, 0.55) 58%, rgb(255, 255, 255) 100%);
  border: 1px solid rgba(169, 200, 192, 0.55);
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  padding: 2rem 1.75rem;
}
@media (max-width: 768px) {
  #about .about__card {
    padding: 1.5rem 1.25rem;
    border-radius: 1.25rem;
  }
}
#about .about__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 183, 198, 0.1);
  border: 1px solid rgba(0, 183, 198, 0.24);
  color: #2f2f2f;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  #about .about__badge {
    margin-bottom: 1rem;
  }
}
#about .about__badge i {
  font-size: 1.15rem;
  color: #28babd;
}
@media (max-width: 768px) {
  #about .about__badge i {
    font-size: 1.05rem;
  }
}
#about .about__badge span {
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  #about .about__badge span {
    letter-spacing: 0.3px;
  }
}
#about .about__text p {
  margin: 0 0 1rem;
  color: #5f5f5f;
  line-height: 1.95;
}
@media (max-width: 768px) {
  #about .about__text p {
    line-height: 1.85;
  }
}
#about .about__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #about .about__text p:last-child {
    margin-bottom: 0;
  }
}
#about .about__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  #about .about__pills {
    margin-top: 1.1rem;
    gap: 0.55rem;
  }
}
#about .about__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(216, 198, 167, 0.55);
  color: #2f2f2f;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  #about .about__pill {
    padding: 0.55rem 0.8rem;
  }
}
#about .about__pill i {
  color: #d8c6a7;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #about .about__pill i {
    font-size: 1.05rem;
  }
}
#about .about__visual {
  position: relative;
  border-radius: 1.5rem;
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(232, 244, 245, 0.55));
  border: 1px solid rgba(169, 200, 192, 0.45);
}
@media (max-width: 768px) {
  #about .about__visual {
    padding: 0.85rem;
    border-radius: 1.25rem;
  }
}
#about .about__halo {
  position: absolute;
  inset: -18px;
  border-radius: calc(1.5rem + 18px);
  background: radial-gradient(520px 360px at 20% 20%, rgba(0, 183, 198, 0.22), transparent 58%), radial-gradient(520px 360px at 80% 30%, rgba(216, 198, 167, 0.18), transparent 58%);
  filter: blur(14px);
  opacity: 0.9;
  z-index: 0;
}
@media (max-width: 768px) {
  #about .about__halo {
    inset: -12px;
    filter: blur(12px);
  }
}
#about .about__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: auto auto;
  gap: 0.9rem;
}
@media (max-width: 768px) {
  #about .about__grid {
    gap: 0.7rem;
  }
}
#about .about__shot {
  margin: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
}
@media (max-width: 768px) {
  #about .about__shot {
    border-radius: 1rem;
  }
}
#about .about__shot img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #about .about__shot img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about .about__shot--a {
  grid-column: 1/2;
  grid-row: 1/3;
  min-height: 340px;
}
@media (max-width: 768px) {
  #about .about__shot--a {
    min-height: 260px;
  }
}
#about .about__shot--b {
  grid-column: 2/3;
  grid-row: 1/2;
  min-height: 160px;
}
@media (max-width: 768px) {
  #about .about__shot--b {
    min-height: 140px;
  }
}
#about .about__shot--c {
  grid-column: 2/3;
  grid-row: 2/3;
  min-height: 160px;
}
@media (max-width: 768px) {
  #about .about__shot--c {
    min-height: 140px;
  }
}
#about .about__floating {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  #about .about__floating {
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.5rem;
  }
}
#about .about__floating-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(169, 200, 192, 0.55);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  #about .about__floating-item {
    padding: 0.65rem 0.8rem;
    border-radius: 1rem;
  }
}
#about .about__floating-item i {
  font-size: 1.25rem;
  color: #28babd;
}
@media (max-width: 768px) {
  #about .about__floating-item i {
    font-size: 1.15rem;
  }
}
#about .about__floating-item strong {
  display: block;
  font-size: 0.98rem;
  color: #2f2f2f;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  #about .about__floating-item strong {
    font-size: 0.92rem;
  }
}
#about .about__floating-item span {
  display: block;
  font-size: 0.85rem;
  color: #8ba1a5;
}
@media (max-width: 768px) {
  #about .about__floating-item span {
    font-size: 0.82rem;
  }
}

#services {
  background: #ffffff;
}
@media (max-width: 768px) {
  #services {
    background: #ffffff;
  }
}
#services .services__media {
  position: relative;
  margin: 0 0 1rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(169, 200, 192, 0.55);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
  background: #e8f4f5;
}
@media (max-width: 768px) {
  #services .services__media {
    margin: 0 0 0.9rem;
    border-radius: 1.1rem;
  }
}
#services .services__media img {
  width: 100%;
  height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}
@media (max-width: 400px) {
  #services .services__media img {
    height: 168px;
  }
}
#services .services__media--signature {
  border: 1px solid rgba(216, 198, 167, 0.62);
}
@media (max-width: 768px) {
  #services .services__media--signature {
    border: 1px solid rgba(216, 198, 167, 0.62);
  }
}
#services .services__media--signature::after {
  background: radial-gradient(560px 260px at 18% 22%, rgba(216, 198, 167, 0.22), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.82) 100%);
}
@media (max-width: 768px) {
  #services .services__media--signature::after {
    background: radial-gradient(520px 240px at 18% 22%, rgba(216, 198, 167, 0.2), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.86) 100%);
  }
}
#services .services__media-cap {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(216, 198, 167, 0.55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  #services .services__media-cap {
    left: 0.7rem;
    bottom: 0.7rem;
    padding: 0.5rem 0.65rem;
  }
}
#services .services__media-cap i {
  color: #28babd;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #services .services__media-cap i {
    font-size: 1.05rem;
  }
}
#services .services__media-cap span {
  color: #2f2f2f;
  font-weight: 650;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  #services .services__media-cap span {
    font-size: 0.9rem;
  }
}
#services .services__lead {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  #services .services__lead {
    margin-bottom: 0.75rem;
  }
}
#services .services__lead-text {
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  #services .services__lead-text {
    padding: 0;
  }
}
#services .services__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 183, 198, 0.1);
  border: 1px solid rgba(0, 183, 198, 0.22);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #services .services__kicker {
    margin-bottom: 0.85rem;
  }
}
#services .services__kicker i {
  font-size: 1.15rem;
  color: #28babd;
}
@media (max-width: 768px) {
  #services .services__kicker i {
    font-size: 1.05rem;
  }
}
#services .services__kicker span {
  color: #2f2f2f;
  font-weight: 600;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  #services .services__kicker span {
    letter-spacing: 0.2px;
  }
}
#services .services__headline {
  margin: 0 0 0.75rem;
  color: #2f2f2f;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 1.75rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #services .services__headline {
    font-size: 1.45rem;
  }
}
#services .services__desc {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.9;
}
@media (max-width: 768px) {
  #services .services__desc {
    line-height: 1.85;
  }
}
#services .services__lead-visual {
  position: relative;
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(169, 200, 192, 0.55);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  background: #e8f4f5;
}
@media (max-width: 768px) {
  #services .services__lead-visual {
    border-radius: 1.25rem;
  }
}
#services .services__lead-visual img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}
@media (max-width: 768px) {
  #services .services__lead-visual img {
    height: 240px;
  }
}
#services .services__lead-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(720px 380px at 20% 25%, rgba(0, 183, 198, 0.22), transparent 58%), linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.78) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  #services .services__lead-visual::after {
    background: radial-gradient(560px 320px at 20% 25%, rgba(0, 183, 198, 0.2), transparent 58%), linear-gradient(180deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.82) 100%);
  }
}
#services .services__lead-cap {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(216, 198, 167, 0.55);
  color: #2f2f2f;
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  #services .services__lead-cap {
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.5rem 0.7rem;
  }
}
#services .services__lead-cap i {
  color: #d8c6a7;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #services .services__lead-cap i {
    font-size: 1.05rem;
  }
}
#services .services__lead-cap span {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  #services .services__lead-cap span {
    font-size: 0.9rem;
  }
}
#services .services__card {
  height: 100%;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #e8f4f5 0%, rgb(255, 255, 255) 68%);
  border: 1px solid rgba(169, 200, 192, 0.55);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  padding: 1.35rem 1.15rem;
}
@media (max-width: 768px) {
  #services .services__card {
    border-radius: 1.25rem;
    padding: 1.15rem 1rem;
  }
}
#services .services__card--signature {
  border: 1px solid rgba(216, 198, 167, 0.62);
}
@media (max-width: 768px) {
  #services .services__card--signature {
    border: 1px solid rgba(216, 198, 167, 0.62);
  }
}
#services .services__card-head {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #services .services__card-head {
    gap: 0.75rem;
    margin-bottom: 0.85rem;
  }
}
#services .services__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 183, 198, 0.12);
  border: 1px solid rgba(0, 183, 198, 0.24);
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  #services .services__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}
#services .services__icon i {
  color: #28babd;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #services .services__icon i {
    font-size: 1.2rem;
  }
}
#services .services__icon--alt {
  background: rgba(169, 200, 192, 0.18);
  border: 1px solid rgba(169, 200, 192, 0.4);
}
@media (max-width: 768px) {
  #services .services__icon--alt {
    background: rgba(169, 200, 192, 0.18);
  }
}
#services .services__icon--alt i {
  color: #a9c8c0;
}
@media (max-width: 768px) {
  #services .services__icon--alt i {
    color: #a9c8c0;
  }
}
#services .services__icon--gold {
  background: rgba(216, 198, 167, 0.22);
  border: 1px solid rgba(216, 198, 167, 0.5);
}
@media (max-width: 768px) {
  #services .services__icon--gold {
    background: rgba(216, 198, 167, 0.22);
  }
}
#services .services__icon--gold i {
  color: #d8c6a7;
}
@media (max-width: 768px) {
  #services .services__icon--gold i {
    color: #d8c6a7;
  }
}
#services .services__title {
  margin: 0 0 0.35rem;
  color: #2f2f2f;
  font-weight: 750;
  letter-spacing: 0.3px;
  font-size: 1.1rem;
  line-height: 1.35;
}
@media (max-width: 768px) {
  #services .services__title {
    font-size: 1.05rem;
  }
}
#services .services__intro {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.85;
}
@media (max-width: 768px) {
  #services .services__intro {
    line-height: 1.8;
  }
}
#services .services__acc {
  margin-top: 0.9rem;
}
@media (max-width: 768px) {
  #services .services__acc {
    margin-top: 0.8rem;
  }
}
#services .services__acc-item {
  border: 1px solid rgba(169, 200, 192, 0.48);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
}
@media (max-width: 768px) {
  #services .services__acc-item {
    border-radius: 0.95rem;
    margin-bottom: 0.65rem;
  }
}
#services .services__acc-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #services .services__acc-item:last-child {
    margin-bottom: 0;
  }
}
#services .accordion-button {
  background: transparent;
  color: #2f2f2f;
  font-weight: 650;
  letter-spacing: 0.25px;
  padding: 0.95rem 1rem;
  box-shadow: none;
}
@media (max-width: 768px) {
  #services .accordion-button {
    padding: 0.85rem 0.9rem;
  }
}
#services .accordion-button:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  #services .accordion-button:focus {
    box-shadow: none;
  }
}
#services .accordion-button:not(.collapsed) {
  color: #2f2f2f;
  background: rgba(232, 244, 245, 0.75);
}
@media (max-width: 768px) {
  #services .accordion-button:not(.collapsed) {
    background: rgba(232, 244, 245, 0.85);
  }
}
#services .accordion-body {
  color: #5f5f5f;
  line-height: 1.85;
  padding: 0.9rem 1rem 1rem;
}
@media (max-width: 768px) {
  #services .accordion-body {
    padding: 0.8rem 0.9rem 0.95rem;
    line-height: 1.8;
  }
}
#services .services__subcap {
  margin-top: 0.75rem;
  color: #8ba1a5;
  font-weight: 650;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  #services .services__subcap {
    margin-top: 0.65rem;
  }
}
#services .services__list {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
}
@media (max-width: 768px) {
  #services .services__list {
    padding-left: 1.05rem;
  }
}
#services .services__list li {
  margin: 0 0 0.35rem;
  color: #5f5f5f;
}
@media (max-width: 768px) {
  #services .services__list li {
    margin: 0 0 0.32rem;
  }
}
#services .services__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #services .services__list li:last-child {
    margin-bottom: 0;
  }
}

#process {
  background: #e8f4f5;
}
@media (max-width: 768px) {
  #process {
    background: #e8f4f5;
  }
}
#process .process__visual {
  position: sticky;
  top: 2rem;
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(169, 200, 192, 0.55);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media (max-width: 992px) {
  #process .process__visual {
    position: relative;
    top: auto;
  }
}
@media (max-width: 768px) {
  #process .process__visual {
    border-radius: 1.25rem;
  }
}
#process .process__visual img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}
@media (max-width: 992px) {
  #process .process__visual img {
    height: 320px;
  }
}
@media (max-width: 768px) {
  #process .process__visual img {
    height: 240px;
  }
}
#process .process__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(720px 380px at 18% 22%, rgba(0, 183, 198, 0.22), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.88) 100%);
}
@media (max-width: 768px) {
  #process .process__visual::after {
    background: radial-gradient(620px 320px at 18% 22%, rgba(0, 183, 198, 0.2), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.9) 100%);
  }
}
#process .process__cap {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(216, 198, 167, 0.55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  #process .process__cap {
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.55rem 0.75rem;
  }
}
#process .process__cap i {
  color: #d8c6a7;
  font-size: 1.15rem;
}
@media (max-width: 768px) {
  #process .process__cap i {
    font-size: 1.05rem;
  }
}
#process .process__cap span {
  color: #2f2f2f;
  font-weight: 650;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  #process .process__cap span {
    letter-spacing: 0.15px;
  }
}
#process .process__note {
  margin-top: 1rem;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(169, 200, 192, 0.55);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  #process .process__note {
    margin-top: 0.85rem;
    padding: 0.9rem 0.95rem;
    border-radius: 1rem;
  }
}
#process .process__note i {
  color: #28babd;
  font-size: 1.35rem;
  margin-top: 0.1rem;
}
@media (max-width: 768px) {
  #process .process__note i {
    font-size: 1.25rem;
  }
}
#process .process__note strong {
  display: block;
  color: #2f2f2f;
  letter-spacing: 0.2px;
  font-weight: 750;
}
@media (max-width: 768px) {
  #process .process__note strong {
    letter-spacing: 0.15px;
  }
}
#process .process__note p {
  margin: 0.2rem 0 0;
  color: #5f5f5f;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #process .process__note p {
    line-height: 1.75;
  }
}
#process .process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
@media (max-width: 768px) {
  #process .process__steps {
    gap: 0.75rem;
  }
}
#process .process__step {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
  padding: 1.05rem 1.05rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(169, 200, 192, 0.55);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  #process .process__step {
    grid-template-columns: 74px 1fr;
    padding: 0.95rem 0.95rem;
    border-radius: 1.25rem;
    gap: 0.85rem;
  }
}
#process .process__step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(520px 220px at 20% 0%, rgba(0, 183, 198, 0.12), transparent 60%);
}
@media (max-width: 768px) {
  #process .process__step::before {
    background: radial-gradient(460px 200px at 20% 0%, rgba(0, 183, 198, 0.1), transparent 60%);
  }
}
#process .process__badge {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(0, 183, 198, 0.1);
  border: 1px solid rgba(0, 183, 198, 0.22);
}
@media (max-width: 768px) {
  #process .process__badge {
    width: 74px;
    height: 74px;
    border-radius: 18px;
  }
}
#process .process__badge i {
  color: #28babd;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #process .process__badge i {
    font-size: 1.45rem;
  }
}
#process .process__num {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: rgba(47, 47, 47, 0.45);
  font-size: 0.78rem;
}
@media (max-width: 768px) {
  #process .process__num {
    top: 0.45rem;
    left: 0.45rem;
    font-size: 0.72rem;
  }
}
#process .process__body {
  position: relative;
  z-index: 1;
  padding-top: 0.15rem;
}
@media (max-width: 768px) {
  #process .process__body {
    padding-top: 0.1rem;
  }
}
#process .process__title {
  margin: 0 0 0.35rem;
  color: #2f2f2f;
  font-weight: 780;
  letter-spacing: 0.25px;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #process .process__title {
    font-size: 1.05rem;
  }
}
#process .process__text {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.9;
}
@media (max-width: 768px) {
  #process .process__text {
    line-height: 1.85;
  }
}

.auto-carousel .swiper {
  width: 100%;
  transform: rotate(0deg);
  position: relative;
}
.auto-carousel .swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* 平滑線性移動 */
}
.auto-carousel .swiper .swiper-slide {
  width: 600px;
  aspect-ratio: 3/2;
}
@media (max-width: 768px) {
  .auto-carousel .swiper .swiper-slide {
    width: 300px;
  }
}
.auto-carousel .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #28babd;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box .icon-box {
  background: #28babd;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #28babd;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=all.css.map */