@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;
}

.a03-page {
  font-family: "Inter", system-ui, sans-serif;
}

.a03-page h1, .a03-page h2, .a03-page h3, .a03-page h4 {
  font-family: "Inter", system-ui, sans-serif;
}

.a03-nav {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 0.0625rem solid #E2E8F0;
}

.a03-nav__brand {
  gap: 0.5rem;
  text-decoration: none;
}

.a03-nav__icon {
  width: 32px;
  height: 32px;
  background-color: #2563EB;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.a03-nav__icon span {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1;
}

.a03-nav__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  letter-spacing: -0.03125rem;
}

.a03-nav__right {
  gap: 2.5rem;
}

.a03-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
@media screen and (max-width: 576px) {
  .a03-nav__links {
    display: none;
  }
}

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

.a03-nav__link {
  font-size: 0.875rem;
  color: #64748B;
  text-decoration: none;
}
.a03-nav__link:hover {
  color: #2563EB;
}

.a03-nav__cta {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background-color: #2563EB;
  border-radius: 0.5rem;
}
.a03-nav__cta:hover {
  background-color: rgb(19, 77.9, 207.1);
}

.a03-hero {
  background-image: linear-gradient(135deg, #EFF6FF 0%, #fff 60%);
  min-height: 620px;
}
@media screen and (max-width: 576px) {
  .a03-hero {
    min-height: 0;
  }
}

.a03-hero__inner {
  gap: 2rem;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 576px) {
  .a03-hero__inner {
    flex-direction: column;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.a03-hero__content {
  flex: 1 1 0;
}

.a03-hero__badge {
  display: inline-flex;
  gap: 0.5rem;
  background-color: #EFF6FF;
  border-radius: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1.75rem;
}

.a03-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2563EB;
  flex-shrink: 0;
  -ms-grid-row-align: center;
      align-self: center;
}

.a03-hero__badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2563EB;
  letter-spacing: 0.03125rem;
}

.a03-hero__title {
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.125rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  white-space: pre-line;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a03-hero__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .a03-hero__title {
    font-size: 2rem;
    letter-spacing: -0.0625rem;
  }
}

.a03-hero__desc {
  font-size: 1rem;
  color: #64748B;
  line-height: 2;
  max-width: 440px;
  margin-bottom: 2.5rem;
}

.a03-hero__cta {
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  .a03-hero__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.a03-hero__btn {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2.25rem;
  background-color: #2563EB;
  border-radius: 0.625rem;
}
.a03-hero__btn:hover {
  background-color: rgb(19, 77.9, 207.1);
}

.a03-hero__hint {
  font-size: 0.875rem;
  color: #64748B;
}

.a03-hero__stats {
  gap: 2rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid #E2E8F0;
}

.a03-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.a03-hero__stat-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}

.a03-hero__stat-label {
  font-size: 0.75rem;
  color: #94A3B8;
}

.a03-hero__img-wrap {
  flex: 0 0 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.75rem;
  padding-right: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a03-hero__img-wrap {
    flex: 0 0 360px;
  }
}
@media screen and (max-width: 576px) {
  .a03-hero__img-wrap {
    flex: none;
    width: 100%;
    padding: 0;
  }
}

.a03-hero__img {
  width: 280px;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  -webkit-box-shadow: 0 2rem 4rem rgba(37, 99, 235, 0.2);
          box-shadow: 0 2rem 4rem rgba(37, 99, 235, 0.2);
}
@media screen and (max-width: 576px) {
  .a03-hero__img {
    width: 100%;
    height: 280px;
    border-radius: 1rem;
  }
}

.a03-vp {
  background-color: #0F172A;
  padding: 5rem;
  gap: 0.125rem;
}
@media screen and (max-width: 576px) {
  .a03-vp {
    flex-direction: column;
    padding: 3rem 2rem;
  }
}

.a03-vp__panel {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.75rem 3.5rem;
}
@media screen and (max-width: 576px) {
  .a03-vp__panel {
    padding: 3rem 2rem;
  }
}

.a03-vp__panel--dark {
  background-color: rgb(23.0526315789, 35.3473684211, 64.5473684211);
}

.a03-vp__panel--blue {
  background-color: #2563EB;
}

.a03-vp__num {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 576px) {
  .a03-vp__num {
    font-size: 4rem;
    letter-spacing: -0.125rem;
  }
}

.a03-vp__panel--dark .a03-vp__num {
  color: #2563EB;
}

.a03-vp__panel--blue .a03-vp__num {
  color: #fff;
}

.a03-vp__sub {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.a03-vp__panel--dark .a03-vp__sub {
  color: #f8f9fa;
}

.a03-vp__panel--blue .a03-vp__sub {
  color: #fff;
}

.a03-vp__desc {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 0;
}

.a03-vp__panel--dark .a03-vp__desc {
  color: #94A3B8;
}

.a03-vp__panel--blue .a03-vp__desc {
  color: rgba(255, 255, 255, 0.75);
}

.a03-feat {
  background-color: #F8FAFC;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.a03-feat__hdr {
  margin-bottom: 3.5rem;
  text-align: center;
}

.a03-feat__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2563EB;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.a03-feat__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.0625rem;
  margin-bottom: 0;
}

.a03-feat__grid {
  border: 0.0625rem solid #E2E8F0;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a03-feat__grid {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .a03-feat__grid {
    flex-direction: column;
  }
}

.a03-feat__card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  background-color: #fff;
  border-right: 0.0625rem solid #E2E8F0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a03-feat__card {
    flex: 0 0 50%;
    border-right: none;
    border-bottom: 0.0625rem solid #E2E8F0;
  }
}
@media screen and (max-width: 576px) {
  .a03-feat__card {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 0.0625rem solid #E2E8F0;
  }
}

.a03-feat__card--last {
  border-right: none;
}

.a03-feat__icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF6FF;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.a03-feat__icon {
  font-size: 1.375rem;
  line-height: 1;
}

.a03-feat__name {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.75rem;
}

.a03-feat__desc {
  font-size: 0.8125rem;
  color: #64748B;
  line-height: 2;
  margin-bottom: 0;
}

.a03-exp {
  background-color: #fff;
  min-height: 500px;
}
@media screen and (max-width: 576px) {
  .a03-exp {
    flex-direction: column;
    min-height: 0;
  }
}

.a03-exp__photo {
  flex: 1 1 0;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .a03-exp__photo {
    height: 280px;
    flex: none;
  }
}

.a03-exp__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

.a03-exp__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2563EB;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.a03-exp__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.0625rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 576px) {
  .a03-exp__title {
    font-size: 2rem;
  }
}

.a03-exp__rule {
  width: 40px;
  height: 3px;
  background-color: #2563EB;
  border-radius: 0.125rem;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.a03-exp__desc {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.9;
  margin-bottom: 2rem;
}

.a03-exp__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.a03-exp__item {
  gap: 0.75rem;
  margin-bottom: 0;
}

.a03-exp__check {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF6FF;
  border-radius: 50%;
  flex-shrink: 0;
}

.a03-exp__check span {
  font-size: 0.625rem;
  font-weight: 700;
  color: #2563EB;
  line-height: 1;
}

.a03-exp__item-text {
  font-size: 0.875rem;
  color: #334155;
}

.a03-tes {
  background-color: #F8FAFC;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.a03-tes__hdr {
  margin-bottom: 3.5rem;
  text-align: center;
}

.a03-tes__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2563EB;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.a03-tes__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.0625rem;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .a03-tes__cards {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.a03-tes__card {
  background-color: #fff;
  border: 0.0625rem solid #E2E8F0;
  border-radius: 1rem;
  padding: 2.5rem;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.a03-tes__stars {
  font-size: 1rem;
  color: #FBBF24;
  margin-bottom: 1rem;
  letter-spacing: 0.0625rem;
}

.a03-tes__quote {
  font-size: 0.9375rem;
  color: #334155;
  line-height: 2;
  margin-bottom: 1.75rem;
  font-style: normal;
  flex: 1;
}

.a03-tes__author {
  gap: 0.75rem;
}

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

.a03-tes__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.a03-tes__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
}

.a03-tes__role {
  font-size: 0.75rem;
  color: #94A3B8;
}

.a03-proc {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.a03-proc__hdr {
  margin-bottom: 4rem;
  text-align: center;
}

.a03-proc__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2563EB;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.a03-proc__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.0625rem;
  margin-bottom: 0;
}

.a03-proc__steps {
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .a03-proc__steps {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.a03-proc__steps::before {
  content: "";
  position: absolute;
  top: 32px;
  left: calc(16.67% + 32px);
  right: calc(16.67% + 32px);
  height: 2px;
  background-color: #E2E8F0;
}
@media screen and (max-width: 576px) {
  .a03-proc__steps::before {
    display: none;
  }
}

.a03-proc__step {
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-inline: 2rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .a03-proc__step {
    padding-inline: 0;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
}

.a03-proc__circle {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .a03-proc__circle {
    margin-bottom: 0;
  }
}

.a03-proc__circle--blue {
  background-color: #2563EB;
}

.a03-proc__circle--green {
  background-color: #10B981;
}

.a03-proc__num {
  font-size: 1.375rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.a03-proc__step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.75rem;
}

.a03-proc__step-desc {
  font-size: 0.8125rem;
  color: #64748B;
  line-height: 2;
  margin-bottom: 0;
}

.a03-cta {
  background-image: linear-gradient(135deg, rgb(17.7142857143, 72.6285714286, 193.0857142857) 0%, #2563EB 50%, rgb(74.3714285714, 180.4285714286, 238.4285714286) 100%);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.a03-cta .wrap {
  width: 100%;
}

.a03-cta__content {
  flex-direction: column;
  text-align: center;
  gap: 0;
}

.a03-cta__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.a03-cta__title {
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .a03-cta__title {
    font-size: 2.5rem;
    letter-spacing: -0.0625rem;
  }
}

.a03-cta__sub {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 3rem;
}

.a03-cta__btn {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2563EB;
  text-decoration: none;
  padding: 1.25rem 3.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
.a03-cta__btn:hover {
  background-color: #f8f9fa;
}

.a03-ftr {
  background-color: #0F172A;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.a03-ftr__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.a03-ftr__brand {
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.a03-ftr__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2563EB;
  border-radius: 0.375rem;
  flex-shrink: 0;
}

.a03-ftr__icon span {
  font-size: 0.6875rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.a03-ftr__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}

.a03-ftr__copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0;
  line-height: 2;
}

.a03-ftr__contact {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0;
}