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

.v9-page {
  font-family: "Inter", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  background-color: #1a2438;
  color: #94a3b8;
}

.v9-page h2, .v9-page h3, .v9-page h4 {
  font-family: "Inter", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

.v9-btn-primary {
  background-color: #22d3ee;
  color: #0a0f1c;
  border: none;
  border-radius: 0.375rem;
  padding: 1rem 2rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v9-btn-primary:hover {
  opacity: 0.85;
  color: #0a0f1c;
}

.v9-btn-secondary {
  background-color: #2d3e52;
  color: #94a3b8;
  border: 0.0625rem solid #1e293b;
  border-radius: 0.375rem;
  padding: 1rem 2rem;
  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;
}
.v9-btn-secondary:hover {
  background-color: #1e293b;
}

.v9-btn-login {
  background-color: #2d3e52;
  color: #94a3b8;
  border: none;
  border-radius: 0.375rem;
  padding: 0.5rem 1.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: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.v9-btn-login:hover {
  background-color: #1e293b;
}

.v9-btn-cta {
  background-color: #22d3ee;
  color: #0a0f1c;
  border: none;
  border-radius: 0.375rem;
  padding: 1rem 2.5rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v9-btn-cta:hover {
  opacity: 0.85;
  color: #0a0f1c;
}

.v9-btn-exp {
  background-color: #22d3ee;
  color: #0a0f1c;
  border: none;
  border-radius: 0.375rem;
  padding: 0.75rem 1.75rem;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.v9-btn-exp:hover {
  opacity: 0.85;
  color: #0a0f1c;
}

.v9-nav {
  background-color: #1a2438;
  border-bottom: 0.0625rem solid #1e293b;
  position: sticky;
  top: 0;
  z-index: 100;
}

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

.v9-nav__logo {
  width: 28px;
  height: 28px;
  background-color: #22d3ee;
  border-radius: 0.25rem;
  flex-shrink: 0;
}

.v9-nav__name {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.v9-nav__brand {
  gap: 0.75rem;
}

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

.v9-nav__link {
  font-size: 0.875rem;
  color: #94a3b8;
  text-decoration: none;
}
.v9-nav__link:hover {
  color: #ffffff;
}

.v9-nav .v9-btn-primary {
  padding: 0.5rem 1.25rem;
}

.v9-hero {
  background-color: #1a2438;
  padding: 5rem 0;
}

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

.v9-hero__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.v9-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  background-color: #2d3e52;
  border: 0.0625rem solid #22d3ee;
  border-radius: 0.375rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 500;
  color: #22d3ee;
  letter-spacing: 0.0625rem;
  align-self: flex-start;
}

.v9-hero__title {
  font-family: "JetBrains Mono", monospace;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v9-hero__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v9-hero__title {
    font-size: 1.75rem;
  }
}

.v9-hero__sub {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 0;
}

.v9-hero__tagline {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #22d3ee;
  margin-bottom: 0;
}

.v9-hero__btns {
  gap: 1rem;
}

.v9-hero__hint {
  font-size: 0.875rem;
  color: #475569;
  margin-bottom: 0;
}

.v9-hero__img {
  width: 480px;
  height: 400px;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v9-hero__img {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .v9-hero__img {
    width: 100%;
    height: 220px;
  }
}

.v9-vp {
  background-color: #182a3d;
  padding: 5rem 0;
}

.v9-vp__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}

.v9-vp__badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 600;
  color: #22d3ee;
  letter-spacing: 0.125rem;
}

.v9-vp__hdr h2 {
  font-size: 2.5rem;
}

.v9-vp__hdr p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  max-width: 640px;
  margin: 0;
}

.v9-vp__cards {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v9-vp__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v9-vp__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v9-vp__card {
  background-color: #2d3e52;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.v9-vp__card-img {
  width: 100%;
  height: 160px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.v9-vp__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.v9-vp__icon svg > path {
  fill: #22d3ee;
}

.v9-vp__card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.v9-vp__card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.v9-stats {
  background-color: #2d3e52;
  padding: 3rem 0;
}

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

.v9-stats__num {
  font-family: "JetBrains Mono", monospace;
  font-size: 2rem;
  font-weight: 700;
  color: #22d3ee;
}

.v9-stats__label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.125rem;
}

.v9-features {
  background-color: #1a2438;
  padding: 5rem 0;
}

.v9-features__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}

.v9-features__badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 600;
  color: #22d3ee;
  letter-spacing: 0.125rem;
}

.v9-features__hdr h2 {
  font-size: 2.5rem;
}

.v9-features__hdr p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  max-width: 640px;
  margin: 0;
}

.v9-features__cards {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v9-features__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v9-features__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v9-features__card {
  background-color: #2d3e52;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.v9-features__card--accent {
  border-top: 0.125rem solid #22d3ee;
}

.v9-features__card-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.v9-features__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.v9-features__icon svg > path {
  fill: #22d3ee;
}

.v9-features__card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.v9-features__card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.v9-experience {
  background-color: #182a3d;
  padding: 5rem 0;
}

.v9-experience__inner {
  gap: 4rem;
  align-items: center;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v9-experience__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .v9-experience__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.v9-experience__img {
  width: 480px;
  height: 400px;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v9-experience__img {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .v9-experience__img {
    width: 100%;
    height: 220px;
  }
}

.v9-experience__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.v9-experience__badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 600;
  color: #22d3ee;
  letter-spacing: 0.125rem;
}

.v9-experience__content h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.v9-experience__content p {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 0;
}

.v9-experience__stats {
  display: flex;
  gap: 2rem;
}

.v9-experience__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.v9-experience__stat-num {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.75rem;
  font-weight: 700;
  color: #22d3ee;
}

.v9-experience__stat-lbl {
  font-size: 0.875rem;
  color: #64748b;
}

.v9-process {
  background-color: #1a2438;
  padding: 5rem 0;
}

.v9-process__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  margin-bottom: 3rem;
}

.v9-process__badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 600;
  color: #22d3ee;
  letter-spacing: 0.125rem;
}

.v9-process__hdr h2 {
  font-size: 2.5rem;
}

.v9-process__hdr p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  max-width: 640px;
  margin: 0;
}

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

.v9-process__step {
  background-color: #2d3e52;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.v9-process__step--cta {
  background-color: #22d3ee;
}

.v9-process__num {
  font-family: "JetBrains Mono", monospace;
  font-size: 2.5rem;
  font-weight: 700;
  color: #22d3ee;
}
.v9-process__step--cta .v9-process__num {
  color: #0a0f1c;
}

.v9-process__step h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.v9-process__step--cta .v9-process__step h4 {
  color: #0a0f1c;
}

.v9-process__step p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}
.v9-process__step--cta .v9-process__step p {
  color: #0a0f1c;
}

.v9-testimonials {
  background-color: #182a3d;
  padding: 5rem 0;
}

.v9-testimonials__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  margin-bottom: 3rem;
}

.v9-testimonials__badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 600;
  color: #22d3ee;
  letter-spacing: 0.125rem;
}

.v9-testimonials__hdr h2 {
  font-size: 2.5rem;
}

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

.v9-testimonials__card {
  background-color: #2d3e52;
  border-radius: 0.75rem;
  padding: 2rem;
  border-left: 0.1875rem solid #22d3ee;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.v9-testimonials__quote {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 0;
}

.v9-testimonials__author {
  gap: 1rem;
}

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

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

.v9-testimonials__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}

.v9-testimonials__role {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #22d3ee;
}

.v9-cta {
  background-color: #2d3e52;
  border-top: 0.0625rem solid #22d3ee;
  border-bottom: 0.0625rem solid #22d3ee;
  padding: 5rem 0;
}

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

.v9-cta__pre {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #22d3ee;
}

.v9-cta h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v9-cta h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v9-cta h2 {
    font-size: 1.75rem;
  }
}

.v9-cta p {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 560px;
  margin: 0;
}

.v9-cta__note {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #475569;
  margin: 0;
}

.v9-footer {
  background-color: #1a2438;
  border-top: 0.0625rem solid #1e293b;
  padding: 2.5rem 0;
}

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

.v9-footer__brand {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

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

.v9-footer__link {
  font-size: 0.875rem;
  color: #475569;
  text-decoration: none;
}
.v9-footer__link:hover {
  color: #ffffff;
}

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

.v9-footer__copy {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #475569;
}

.v9-footer__addr {
  font-size: 0.875rem;
  color: #475569;
}