@charset "UTF-8";
/* =============================================================== */
/* Typography TW 繁體字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
/* =============================================================== */
/* Typography EN 英文字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* =============================================================== */
/* Typography Number 數字,英文 字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/* =============================================================== */
/* Spacing Scale（間距尺度系統）
/* =============================================================== */
/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
/***************************************************************************/
/*                              Color Style                                */
/***************************************************************************/
.success {
  color: #198754;
}

.danger {
  color: #dc3545;
}

.warning {
  color: #ffc107;
}

.info {
  color: #0dcaf0;
}

.bg--success {
  background-color: #198754;
}

.bg--danger {
  background-color: #dc3545;
}

.bg--warning {
  background-color: #ffc107;
}

.bg--info {
  background-color: #0dcaf0;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #6c757d;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #495057;
  margin-top: 0;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 1.8125rem;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.8125rem;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.3125rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 2.25rem;
  }
  h2, .h2 {
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    margin-bottom: 1.875rem;
  }
  h4, .h4 {
    margin-bottom: 0.75rem;
  }
  h5, .h5 {
    margin-bottom: 1.125rem;
  }
  h6, .h6 {
    margin-bottom: 0rem;
  }
}
p, li, th, td {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

th, td {
  line-height: 1.25rem;
  margin-bottom: 0;
}

p.small {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

dl, ol, ul {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

.content {
  margin: 0 auto;
}

.v10-page {
  font-family: "Inter", "Noto Sans TC", "PingFang TC", sans-serif;
  background-color: #2C2B2A;
  color: #848484;
}

.v10-page h2, .v10-page h3, .v10-page h4 {
  font-family: "Cormorant Garamond", "Noto Sans TC", serif;
  font-weight: 600;
  margin-bottom: 0;
  color: #FFFFFF;
}

.v10-btn-primary {
  background-color: #D4AF37;
  color: #0A0A0A;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 2.25rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v10-btn-primary:hover {
  opacity: 0.85;
  color: #0A0A0A;
}

.v10-btn-secondary {
  background-color: #FFFACD;
  color: #0A0A0A;
  border: 0.125rem solid #00BFFF;
  border-radius: 0.5rem;
  padding: 1rem 2.25rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v10-btn-secondary:hover {
  opacity: 0.85;
}

.v10-btn-login {
  background-color: #0A0A0A;
  color: #848484;
  border: 0.0625rem solid #2A2A2A;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.v10-btn-login:hover {
  background-color: #2A2A2A;
  color: #FFFFFF;
}

.v10-btn-cta-sm {
  background-color: #C9A962;
  color: #0A0A0A;
  border: none;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v10-btn-cta-sm:hover {
  opacity: 0.85;
  color: #0A0A0A;
}

.v10-btn-exp {
  background-color: #C9A962;
  color: #0A0A0A;
  border: none;
  padding: 0.75rem 2rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v10-btn-exp:hover {
  opacity: 0.85;
  color: #0A0A0A;
}

.v10-btn-cta {
  background-color: #D4AF37;
  color: #0A0A0A;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v10-btn-cta:hover {
  opacity: 0.85;
  color: #0A0A0A;
}

.v10-nav {
  background-color: #2C2B2A;
  border-bottom: 0.125rem solid #D4AF37;
  position: sticky;
  top: 0;
  z-index: 100;
}

.v10-nav__inner {
  padding: 1rem 0;
}

.v10-nav__logo {
  width: 24px;
  height: 24px;
  background-color: #C9A962;
  border-radius: 0.25rem;
  flex-shrink: 0;
}

.v10-nav__name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1875rem;
}

.v10-nav__brand {
  gap: 0.75rem;
}

.v10-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
.v10-nav__links li {
  margin-bottom: 0;
}

.v10-nav__link {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #848484;
  text-decoration: none;
}
.v10-nav__link:hover {
  color: #FFFFFF;
}

.v10-nav__actions {
  gap: 0.75rem;
}

.v10-hero {
  background-color: #2C2B2A;
  padding: 8.5rem 5rem;
}

.v10-hero__inner {
  gap: 6.25rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v10-hero__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .v10-hero__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.v10-hero__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-self: flex-start;
}

.v10-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: rgba(201, 169, 98, 0.25);
  border: 0.0625rem solid #C9A962;
  border-radius: 0.25rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FF1493;
  letter-spacing: 0.0625rem;
  align-self: flex-start;
}

.v10-hero__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  color: #E8E8E8;
  line-height: 1.15;
  margin-bottom: 0;
}

.v10-hero__p1 {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1.25rem;
  color: #C0C0C0;
  line-height: 1.7;
  margin-bottom: 0;
}

.v10-hero__divider {
  width: 60px;
  height: 1px;
  background-color: #C9A962;
}

.v10-hero__p2 {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #A8A8A8;
  margin-bottom: 0;
}

.v10-hero__btns {
  gap: 1rem;
}

.v10-hero__hint {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #5A5A5A;
  margin-bottom: 0;
}

.v10-hero__img {
  width: 480px;
  height: 440px;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border: 0.1875rem solid #FF5252;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v10-hero__img {
    width: 100%;
    height: 340px;
  }
}
@media screen and (max-width: 576px) {
  .v10-hero__img {
    width: 100%;
    height: 240px;
  }
}

.v10-vp {
  background-color: #2C2B2A;
  border-top: 0.125rem solid #D4AF37;
  padding: 8.5rem 6.25rem;
}

.v10-vp__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  margin-bottom: 6.25rem;
}

.v10-vp__badge {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FF1493;
  letter-spacing: 0.125rem;
}

.v10-vp__divider {
  width: 48px;
  height: 1px;
  background-color: #FF5252;
}

.v10-vp__hdr h2 {
  margin-bottom: 0;
}

.v10-vp__hdr p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1.25rem;
  color: #D0D0D0;
  line-height: 1.8;
  max-width: 640px;
  margin: 0;
}

.v10-vp__cards {
  gap: 1.25rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v10-vp__cards {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .v10-vp__cards {
    flex-direction: column;
  }
}

.v10-vp__card {
  background-color: #141414;
  border: 0.0625rem solid #2A2A2A;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.25rem;
}

.v10-vp__card-img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.0625rem solid #2A2A2A;
  flex-shrink: 0;
}

.v10-vp__icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  align-self: flex-start;
}
.v10-vp__icon svg > path {
  fill: #C9A962;
}

.v10-vp__card h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.v10-vp__card p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #848484;
  line-height: 1.6;
  margin-bottom: 0;
}

.v10-stats {
  background-color: #3A3935;
  border-top: 0.125rem solid #D4AF37;
  border-bottom: 0.125rem solid #D4AF37;
  padding: 6.25rem;
}

.v10-stats__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.v10-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.v10-stats__num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #C9A962;
  letter-spacing: -0.0625rem;
}

.v10-stats__label {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.0625rem;
}

.v10-features {
  background-color: #2C2B2A;
  padding: 8.5rem 6.25rem;
}

.v10-features__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  text-align: center;
  margin-bottom: 5rem;
}

.v10-features__badge {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00FF7F;
  letter-spacing: 0.125rem;
}

.v10-features__divider {
  width: 48px;
  height: 1px;
  background-color: #FFD700;
}

.v10-features__hdr h2 {
  margin-bottom: 0;
}

.v10-features__hdr p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1.25rem;
  color: #D0D0D0;
  line-height: 1.8;
  max-width: 640px;
  margin: 0;
}

.v10-features__cards {
  background-color: #2A2A2A;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.v10-features__card {
  background-color: #3A3935;
  border: 0.125rem solid #D4AF37;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.v10-features__icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  align-self: flex-start;
}
.v10-features__icon svg > path {
  fill: #C9A962;
}

.v10-features__card h3 {
  font-size: 1.75rem;
  margin-bottom: 0;
}

.v10-features__rule {
  width: 32px;
  height: 1px;
  background-color: #C9A962;
}

.v10-features__card p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.7;
  margin-bottom: 0;
}

.v10-experience {
  background-color: #2C2B2A;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.5rem;
  padding: 0;
}

.v10-experience__img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.1875rem solid #FF1493;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v10-experience__img {
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .v10-experience__img {
    height: 240px;
  }
}

.v10-experience__text {
  background-color: #3A3935;
  padding: 6.25rem 5rem;
}

.v10-experience__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.v10-experience__badge {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #C9A962;
  letter-spacing: 0.1875rem;
}

.v10-experience__divider {
  width: 32px;
  height: 1px;
  background-color: #C9A962;
}

.v10-experience__content h2 {
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0;
}

.v10-experience__content p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1.25rem;
  color: #E0E0E0;
  line-height: 1.6;
  margin-bottom: 0;
}

.v10-process {
  background-color: #2C2B2A;
  padding: 8.5rem 6.25rem;
}

.v10-process__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  margin-bottom: 5rem;
}

.v10-process__badge {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00BFFF;
  letter-spacing: 0.125rem;
}

.v10-process__divider {
  width: 48px;
  height: 1px;
  background-color: #00D9FF;
}

.v10-process__hdr h2 {
  margin-bottom: 0;
}

.v10-process__hdr p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #D0D0D0;
  line-height: 1.8;
  max-width: 640px;
  margin: 0;
}

.v10-process__steps {
  background-color: #0A0A0A;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.v10-process__step {
  background-color: #3A3935;
  border-left: 0.25rem solid #D4AF37;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.v10-process__step--special {
  background-color: #352F2B;
}
.v10-process__step--special h4 {
  color: #0A0A0A;
  margin-bottom: 0;
}
.v10-process__step--special p {
  color: #0A0A0A;
  margin-bottom: 0;
}
.v10-process__step--special .v10-process__num--special {
  color: #0A0A0A;
}

.v10-process__num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #C9A962;
  line-height: 1;
}

.v10-process__num--special {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #0A0A0A;
  line-height: 1;
}

.v10-process__step h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.v10-process__step p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.7;
  margin-bottom: 0;
}
.v10-process__step--special .v10-process__step p {
  color: #0A0A0A;
}

.v10-testimonials {
  background-color: #2C2B2A;
  border-top: 0.125rem solid #D4AF37;
  padding: 8.5rem 6.25rem;
}

.v10-testimonials__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  text-align: center;
  margin-bottom: 6.25rem;
}

.v10-testimonials__badge {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FF1493;
  letter-spacing: 0.125rem;
}

.v10-testimonials__divider {
  width: 48px;
  height: 1px;
  background-color: #FF5252;
}

.v10-testimonials__hdr h2 {
  margin-bottom: 0;
}

.v10-testimonials__cards {
  background-color: #0A0A0A;
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}

.v10-testimonials__card {
  border: 0.1875rem solid #D4AF37;
  padding: 4rem 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.v10-testimonials__card--a {
  background-color: #352F2B;
}
.v10-testimonials__card--b {
  background-color: #2C2B2A;
}

.v10-testimonials__quote {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.8;
  margin-bottom: 0;
}

.v10-testimonials__author {
  gap: 1rem;
}

.v10-testimonials__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.v10-testimonials__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.v10-testimonials__name {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
}

.v10-testimonials__role {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #C9A962;
}

.v10-cta {
  background-color: #2C2B2A;
  border-top: 0.1875rem solid #D4AF37;
  border-bottom: 0.1875rem solid #D4AF37;
  padding: 8.5rem 5rem;
}

.v10-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  text-align: center;
}

.v10-cta__deco {
  width: 1px;
  height: 80px;
  background-color: rgba(201, 169, 98, 0.25);
}

.v10-cta__badge {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #C9A962;
  letter-spacing: 0.125rem;
}

.v10-cta h2 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.v10-cta p {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #9A9A9A;
  max-width: 560px;
  margin: 0;
}

.v10-cta__note {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #7A7A7A;
}

.v10-footer {
  background-color: #2C2B2A;
  border-top: 0.125rem solid #D4AF37;
  padding: 2.5rem 0;
}

.v10-footer__top {
  margin-bottom: 1.5rem;
}

.v10-footer__brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #C9A962;
  letter-spacing: 0.0625rem;
}

.v10-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.25rem;
}
.v10-footer__links li {
  margin-bottom: 0;
}

.v10-footer__link {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #6A6A6A;
  text-decoration: none;
}
.v10-footer__link:hover {
  color: #FFFFFF;
}

.v10-footer__divider {
  height: 1px;
  background-color: #2A2A2A;
  margin-bottom: 1.5rem;
}

.v10-footer__copy {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #4A4A4A;
}

.v10-footer__addr {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #4A4A4A;
}