@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");
/***************************************************************************/
/*                              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;
}

/* =============================================================== */
/* Spacing Scale（間距尺度系統）
/* =============================================================== */
/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
.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: #495057;
  -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: #495057;
  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;
}

.a02-page {
  background-color: #111111;
  color: #555550;
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
}

.a02-page h2, .a02-page h3, .a02-page h4 {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-weight: 800;
  color: #F0F0EC;
  margin-bottom: 0;
}

.a02-btn-primary {
  display: inline-block;
  background-color: #E8341A;
  color: #F0F0EC;
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1rem 2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  letter-spacing: 0.03em;
  border: none;
}
.a02-btn-primary:hover {
  background-color: rgb(190.6206666667, 42.8272686084, 21.4793333333);
  color: #F0F0EC;
}

.a02-nav {
  background-color: #111111;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 0.0625rem solid #2A2A2A;
}

.a02-nav__brand {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #F0F0EC;
  letter-spacing: 0.1em;
  text-decoration: none;
}

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

.a02-nav__links li {
  margin-bottom: 0;
}

.a02-nav__link {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #888884;
  text-decoration: none;
}
.a02-nav__link:hover {
  color: #F0F0EC;
}

.a02-nav .a02-btn-primary {
  padding: 0.75rem 1.5rem;
}

.a02-hero {
  overflow: hidden;
  background-color: #111111;
}

.a02-hero__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 620px;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-hero__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .a02-hero__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.a02-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding: 8.5rem 3rem 8.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-hero__content {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .a02-hero__content {
    padding: 4rem 0;
  }
}

.a02-hero__img-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-hero__img-wrap {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .a02-hero__img-wrap {
    display: none;
  }
}

.a02-hero__pre {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.a02-hero__line {
  width: 32px;
  height: 2px;
  background-color: #E8341A;
  flex-shrink: 0;
}

.a02-hero__label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8341A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a02-hero h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  color: #F0F0EC;
  line-height: 1.1;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-hero h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .a02-hero h2 {
    font-size: 2rem;
  }
}

.a02-hero__desc {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #888884;
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 0;
}

.a02-hero__cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.a02-hero__hint {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  margin-bottom: 0;
}

.a02-hero__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a02-vp {
  background-color: rgb(29.75, 29.75, 29.75);
  padding: 7.5rem 0;
  border-top: 0.0625rem solid #2A2A2A;
}

.a02-vp__inner {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 576px) {
  .a02-vp__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.a02-vp__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex-shrink: 0;
}

.a02-vp__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 9rem;
  line-height: 1;
  color: #E8341A;
  letter-spacing: -0.02em;
}

.a02-vp__stat-label {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.a02-vp__divider {
  width: 1px;
  height: 120px;
  background-color: #2A2A2A;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .a02-vp__divider {
    display: none;
  }
}

.a02-vp__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.a02-vp__pre {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.a02-vp__line {
  width: 32px;
  height: 2px;
  background-color: #E8341A;
  flex-shrink: 0;
}

.a02-vp__badge {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8341A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a02-vp h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-vp h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .a02-vp h2 {
    font-size: 1.75rem;
  }
}

.a02-vp__p {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #555550;
  line-height: 1.9;
  max-width: 640px;
  margin-bottom: 0;
}

.a02-services {
  background-color: #111111;
  padding: 7.5rem 0;
  border-top: 0.0625rem solid #2A2A2A;
}

.a02-services__hdr {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.a02-services__pre {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.a02-services__line {
  width: 32px;
  height: 2px;
  background-color: #E8341A;
  flex-shrink: 0;
}

.a02-services__badge {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8341A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a02-services h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.a02-services__grid {
  gap: 0.25rem;
  background-color: #2A2A2A;
}

.a02-services__card {
  background-color: #2A1A0E;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}
.a02-services__card h4 {
  color: #F0F0EC;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.a02-services__card p {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  line-height: 1.7;
  margin-bottom: 0;
}
.a02-services__card--highlight {
  background-color: #E8341A;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.a02-services__card--highlight h4 {
  color: #F0F0EC;
}
.a02-services__card--highlight p {
  color: rgba(240, 240, 236, 0.75);
}

.a02-services__icon {
  font-size: 1.75rem;
  line-height: 1;
}

.a02-experience {
  overflow: hidden;
  background-color: #111111;
  border-top: 0.0625rem solid #2A2A2A;
}

.a02-experience__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 520px;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-experience__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .a02-experience__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.a02-experience__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 7.5rem 3rem 7.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-experience__content {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .a02-experience__content {
    padding: 4rem 0;
  }
}

.a02-experience__img-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-experience__img-wrap {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .a02-experience__img-wrap {
    display: none;
  }
}

.a02-experience__pre {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.a02-experience__line {
  width: 32px;
  height: 2px;
  background-color: #E8341A;
  flex-shrink: 0;
}

.a02-experience__badge {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8341A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a02-experience h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-experience h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .a02-experience h2 {
    font-size: 1.75rem;
  }
}

.a02-experience__p {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #555550;
  line-height: 1.9;
  margin-bottom: 0;
}

.a02-experience__stats {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.a02-experience__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}

.a02-experience__stat-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  color: #E8341A;
  line-height: 1;
  letter-spacing: 0.02em;
}

.a02-experience__stat-label {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  margin-bottom: 0;
}

.a02-experience__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.a02-testimonials {
  background-color: rgb(29.75, 29.75, 29.75);
  padding: 7.5rem 0;
  border-top: 0.0625rem solid #2A2A2A;
}

.a02-testimonials__hdr {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.a02-testimonials__pre {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.a02-testimonials__line {
  width: 32px;
  height: 2px;
  background-color: #E8341A;
  flex-shrink: 0;
}

.a02-testimonials__badge {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8341A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a02-testimonials h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.a02-testimonials__cards {
  gap: 0.25rem;
  background-color: #2A2A2A;
}

.a02-testimonials__card {
  background-color: #2A1A0E;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 0.25rem solid #E8341A;
}

.a02-testimonials__stat-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.5rem;
  color: #E8341A;
  line-height: 1;
  letter-spacing: -0.02em;
}

.a02-testimonials__stat-label {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  margin-bottom: 0;
}

.a02-testimonials__quote {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #888884;
  line-height: 1.8;
  margin-bottom: 0;
}

.a02-testimonials__author {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  margin-bottom: 0;
}

.a02-process {
  background-color: #111111;
  padding: 7.5rem 0;
  border-top: 0.0625rem solid #2A2A2A;
}

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

.a02-process__pre {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.a02-process__line {
  width: 48px;
  height: 2px;
  background-color: #E8341A;
  flex-shrink: 0;
}

.a02-process__badge {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8341A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a02-process h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.a02-process__steps {
  gap: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-process__steps {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .a02-process__steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.a02-process__step {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.a02-process__step h4 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.a02-process__step p {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  line-height: 1.7;
  margin-bottom: 0;
}
.a02-process__step--dark {
  background-color: #111111;
}
.a02-process__step--red {
  background-color: #E8341A;
}
.a02-process__step--red .a02-process__num {
  color: rgba(240, 240, 236, 0.2);
}
.a02-process__step--red h4 {
  color: #F0F0EC;
}
.a02-process__step--red p {
  color: rgba(240, 240, 236, 0.8);
}

.a02-process__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  color: #E8341A;
  line-height: 1;
}

.a02-cta {
  position: relative;
  overflow: hidden;
  background-color: #111111;
  padding: 8.5rem 0;
  border-top: 0.0625rem solid #2A2A2A;
}
.a02-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/AI/cta-bg-a02.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
}

.a02-cta .wrap {
  position: relative;
  z-index: 1;
}

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

.a02-cta__pre {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.a02-cta__line {
  width: 48px;
  height: 2px;
  background-color: #E8341A;
  flex-shrink: 0;
}

.a02-cta__badge {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8341A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a02-cta h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  color: #F0F0EC;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a02-cta h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .a02-cta h2 {
    font-size: 2rem;
  }
}

.a02-cta__p {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #888884;
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 0;
}

.a02-footer {
  background-color: #111111;
  padding: 2.5rem 0;
  border-top: 0.0625rem solid #2A2A2A;
}

.a02-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.a02-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.a02-footer__brand {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #F0F0EC;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.a02-footer__info {
  font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  margin-bottom: 0;
}

.a02-footer__hours {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  color: #333330;
  margin-left: auto;
}