@charset "UTF-8";
/***************************************************************************/
/*                             CloudSync Pro                               */
/*                      Landing v4 — Retro Tech Y2K                       */
/***************************************************************************/
/* =============================================================== */
/* 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;
}

.v4-page {
  background-color: #000000;
  font-family: "JetBrains Mono", monospace;
  color: #CCCCCC;
}

.v4-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #00FF88;
  letter-spacing: 0.0625rem;
  display: block;
  margin-bottom: 1rem;
}

section.v4-features .v4-label {
  color: #00FFFF;
}

section.v4-process .v4-label {
  color: #00FFFF;
}

section.v4-testimonials .v4-label {
  color: #ADFF2F;
}

.v4-btn-primary {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #00FF88;
  color: #000000;
  border: none;
  padding: 0.75rem 2.25rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.v4-btn-outline--dim {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: transparent;
  color: #8a8a8a;
  border: 0.0625rem solid #2f2f2f;
  padding: 0.75rem 2.25rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.v4-nav {
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 0.0625rem solid #2f2f2f;
}
.v4-nav .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-nav .wrap {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-nav .wrap {
    padding: 0 1.5rem;
  }
}
.v4-nav__inner {
  padding: 1rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-nav__inner {
    padding: 0.75rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-nav__inner {
    padding: 0.75rem 0;
  }
}
.v4-nav__brand {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  color: #00FF88;
  letter-spacing: 0.0625rem;
}
.v4-nav__dot {
  width: 8px;
  height: 8px;
  background-color: #00FF88;
  border-radius: 50%;
  flex-shrink: 0;
}
.v4-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.v4-nav__links li {
  margin-bottom: 0;
}
.v4-nav__link {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #00FFFF;
  text-decoration: none;
}
.v4-nav__link--muted {
  color: #8a8a8a;
}
.v4-nav__link:hover {
  color: #00FF88;
}

.v4-hero {
  background-color: #000000;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  border-bottom: 0.125rem solid #1A1A1A;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-hero {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-hero {
    padding: 3rem 0;
  }
}
.v4-hero .wrap {
  padding: 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-hero .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-hero .wrap {
    padding: 0 1.25rem;
  }
}
.v4-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
}
.v4-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.v4-hero__badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #00FF88;
  border: 0.0625rem solid #00FF88;
  padding: 0.25rem 1rem;
  display: inline-block;
}
.v4-hero h2 {
  font-family: "Space Grotesk", sans-serif;
  color: #CCCCCC;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-hero h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-hero h2 {
    font-size: 2rem;
  }
}
.v4-hero__accent {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8125rem;
  color: #00FF88;
}
.v4-hero__sub p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #8a8a8a;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.v4-hero__sub p:last-child {
  margin-bottom: 0;
}
.v4-hero__cta-row {
  flex-wrap: wrap;
  row-gap: 1rem;
}
.v4-hero__stats {
  gap: 0;
}
.v4-hero__stat {
  flex-direction: column;
  padding: 0 2rem;
  gap: 0.25rem;
}
.v4-hero__stat-num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}
.v4-hero__stat-num--green {
  color: #00FF88;
}
.v4-hero__stat-num--cyan {
  color: #00FFFF;
}
.v4-hero__stat-num--lime {
  color: #ADFF2F;
}
.v4-hero__stat span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  color: #8a8a8a;
}
.v4-hero__stat-div {
  width: 1px;
  height: 40px;
  background-color: #2f2f2f;
}
.v4-hero__terminal {
  background-color: #0A0A0A;
  border: 0.0625rem solid #2f2f2f;
  padding: 1rem 1.25rem;
  width: 580px;
  max-width: 100%;
}
.v4-hero__terminal p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  color: #00FF88;
  line-height: 2;
  margin-bottom: 0;
  text-align: left;
}
.v4-hero__terminal p:nth-child(2) {
  color: #8a8a8a;
}
.v4-hero__terminal p:nth-child(3) {
  color: #00FFFF;
}
.v4-hero__mockup {
  width: 780px;
  max-width: 100%;
  height: auto;
  border: 0.0625rem solid #00FF88;
  display: block;
}

.v4-vp {
  background-color: #050505;
  padding: 4.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-vp {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-vp {
    padding: 3rem 0;
  }
}
.v4-vp .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-vp .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-vp .wrap {
    padding: 0 1.25rem;
  }
}
.v4-vp__header {
  margin-bottom: 3rem;
  text-align: center;
}
.v4-vp__header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #CCCCCC;
  margin-bottom: 1rem;
}
.v4-vp__header p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8125rem;
  color: #8a8a8a;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.v4-vp__header p:last-child {
  margin-bottom: 0;
}
.v4-vp__grid {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-vp__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v4-vp__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.v4-vp__panel {
  background-color: #0A0A0A;
  padding: 1.75rem 1.5rem;
  border: 0.125rem solid;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.v4-vp__panel--green {
  border-color: #00FF88;
}
.v4-vp__panel--cyan {
  border-color: #00FFFF;
}
.v4-vp__panel--orange {
  border-color: #FF8800;
}
.v4-vp__panel h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #CCCCCC;
  margin-bottom: 0;
}
.v4-vp__panel p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #8a8a8a;
  line-height: 2;
  margin-bottom: 0;
}
.v4-vp__panel--green .v4-vp__num {
  color: #00FF88;
}
.v4-vp__panel--cyan .v4-vp__num {
  color: #00FFFF;
}
.v4-vp__panel--orange .v4-vp__num {
  color: #FF8800;
}
.v4-vp__panel--green .v4-vp__stat {
  color: #00FF88;
}
.v4-vp__panel--cyan .v4-vp__stat {
  color: #00FFFF;
}
.v4-vp__panel--orange .v4-vp__stat {
  color: #FF8800;
}
.v4-vp__num {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
.v4-vp__stat {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 700;
}
.v4-vp__bottom-img {
  width: 100%;
  height: auto;
  display: block;
  border: 0.125rem solid #00FF88;
}

.v4-features {
  background-color: #000000;
  padding: 4.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-features {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-features {
    padding: 3rem 0;
  }
}
.v4-features .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-features .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-features .wrap {
    padding: 0 1.25rem;
  }
}
.v4-features__header {
  margin-bottom: 3rem;
  text-align: center;
}
.v4-features__header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #CCCCCC;
  margin-bottom: 1rem;
}
.v4-features__header p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-features__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v4-features__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.v4-features__card {
  background-color: #0A0A0A;
  border: 0.0625rem solid #2f2f2f;
  overflow: hidden;
}
.v4-features__img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 0.0625rem solid rgba(0, 255, 136, 0.25);
}
.v4-features__titlebar {
  height: 36px;
  padding: 0 1rem;
}
.v4-features__titlebar--green {
  background-color: #00FF88;
}
.v4-features__titlebar--cyan {
  background-color: #00FFFF;
}
.v4-features__titlebar--lime {
  background-color: #ADFF2F;
}
.v4-features__titlebar-name {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  color: #000000;
  font-weight: 700;
}
.v4-features__titlebar-ctrl {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.625rem;
  color: #000000;
  font-weight: 700;
}
.v4-features__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.v4-features__body h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #CCCCCC;
  margin-bottom: 0;
}
.v4-features__body p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #8a8a8a;
  line-height: 2;
  margin-bottom: 0;
}
.v4-features__cmd {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
}
.v4-features__cmd--green {
  color: #00FF88;
}
.v4-features__cmd--cyan {
  color: #00FFFF;
}
.v4-features__cmd--red {
  color: #FF4444;
}

.v4-social-proof {
  background-color: #050505;
  padding: 4.5rem 0;
  border-top: 0.125rem solid #00FF88;
  border-bottom: 0.125rem solid #00FF88;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-social-proof {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-social-proof {
    padding: 3rem 0;
  }
}
.v4-social-proof .wrap {
  padding: 0 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-social-proof .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-social-proof .wrap {
    padding: 0 1.25rem;
  }
}
.v4-social-proof__header {
  text-align: center;
}
.v4-social-proof__header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #CCCCCC;
  margin-bottom: 1rem;
}
.v4-social-proof__header p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8125rem;
  color: #8a8a8a;
  margin-bottom: 0;
}
.v4-social-proof__compare {
  gap: 2rem;
  align-items: stretch;
}
@media screen and (max-width: 576px) {
  .v4-social-proof__compare {
    flex-direction: column;
    align-items: center;
  }
}
.v4-social-proof__col {
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2.5rem 3.5rem;
}
.v4-social-proof__col--before {
  background-color: #0A0A0A;
  border: 0.0625rem solid #2f2f2f;
}
.v4-social-proof__col--after {
  background-color: #050505;
  border: 0.125rem solid #00FF88;
}
.v4-social-proof__col--before .display-3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #475569;
  line-height: 1.25;
}
.v4-social-proof__col--after .display-3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #00FF88;
  line-height: 1.25;
}
.v4-social-proof__col-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
.v4-social-proof__col--before .v4-social-proof__col-label {
  color: #6a6a6a;
}
.v4-social-proof__col--after .v4-social-proof__col-label {
  color: #00FF88;
}
.v4-social-proof__arrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 2rem;
  font-weight: 700;
  color: #00FF88;
  -ms-grid-row-align: center;
      align-self: center;
}
.v4-social-proof__bottom-label {
  justify-content: center;
}
.v4-social-proof__bottom-label span:first-child {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #00FF88;
}
.v4-social-proof__bottom-label span:last-child {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #8a8a8a;
  font-weight: 500;
}

.v4-process {
  background-color: #050505;
  padding: 4.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-process {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-process {
    padding: 3rem 0;
  }
}
.v4-process .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-process .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-process .wrap {
    padding: 0 1.25rem;
  }
}
.v4-process__header {
  margin-bottom: 3rem;
  text-align: center;
}
.v4-process__header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #CCCCCC;
  margin-bottom: 1rem;
}
.v4-process__header p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
.v4-process__grid {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-process__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .v4-process__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.v4-process__step {
  background-color: #0A0A0A;
  border: 0.0625rem solid #00FFFF;
  padding: 1.5rem 1.25rem;
}
.v4-process__step h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #CCCCCC;
  margin-bottom: 0.75rem;
}
.v4-process__step p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #8a8a8a;
  line-height: 2;
  margin-bottom: 0;
}
.v4-process__num {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00FFFF;
  margin-bottom: 0.75rem;
}
.v4-process__img {
  width: 100%;
  height: auto;
  display: block;
  border: 0.125rem solid #00FFFF;
  border-radius: 0.5rem;
}

.v4-testimonials {
  background-color: #000000;
  padding: 4.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-testimonials {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-testimonials {
    padding: 3rem 0;
  }
}
.v4-testimonials .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-testimonials .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-testimonials .wrap {
    padding: 0 1.25rem;
  }
}
.v4-testimonials__header {
  margin-bottom: 3rem;
  text-align: center;
}
.v4-testimonials__header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #CCCCCC;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-testimonials .grid--cols-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v4-testimonials .grid--cols-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.v4-testimonials__card {
  background-color: #0A0A0A;
  border: 0.0625rem solid #2f2f2f;
  padding: 2rem 1.75rem;
  flex-direction: column;
}
.v4-testimonials__stars {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #ADFF2F;
  font-weight: 700;
}
.v4-testimonials__quote {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8125rem;
  color: #CCCCCC;
  line-height: 1.6;
  margin-bottom: 0;
}
.v4-testimonials__author {
  padding-top: 1rem;
  border-top: 0.0625rem solid #1A1A1A;
}
.v4-testimonials__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.v4-testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.v4-testimonials__author-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #CCCCCC;
}
.v4-testimonials__author-company {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  color: #6a6a6a;
}

.v4-cta {
  background-color: #000000;
  padding: 5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-cta {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v4-cta {
    padding: 3rem 0;
  }
}
.v4-cta .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-cta .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-cta .wrap {
    padding: 0 1.25rem;
  }
}
.v4-cta__box {
  border: 0.125rem solid #00FF88;
  background-color: #050505;
  padding: 3.5rem 4rem;
  gap: 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-cta__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-cta__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    gap: 2rem;
  }
}
.v4-cta__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.v4-cta__left h2 {
  font-family: "Space Grotesk", sans-serif;
  color: #CCCCCC;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.v4-cta__left p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #8a8a8a;
  margin-bottom: 0;
}
.v4-cta__label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #00FF88;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 576px) {
  .v4-cta__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.v4-cta__note {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  color: #6a6a6a;
  font-weight: 500;
}
.v4-cta__right {
  flex: 0 0 360px;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-cta__right {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .v4-cta__right {
    flex: none;
    width: 100%;
  }
}
.v4-cta__right img {
  width: 100%;
  height: auto;
  display: block;
  border: 0.0625rem solid rgba(0, 255, 136, 0.25);
  border-radius: 0.5rem;
}

.v4-footer {
  background-color: #000000;
  padding: 3rem 0;
  border-top: 0.0625rem solid #1A1A1A;
}
.v4-footer .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v4-footer .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-footer .wrap {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .v4-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.v4-footer__brand {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  color: #00FF88;
  letter-spacing: 0.0625rem;
}
.v4-footer__dot {
  width: 8px;
  height: 8px;
  background-color: #00FF88;
  border-radius: 50%;
  flex-shrink: 0;
}
.v4-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.v4-footer__nav a {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #8a8a8a;
  text-decoration: none;
}
.v4-footer__nav a:hover {
  color: #00FF88;
}
.v4-footer__divider {
  height: 1px;
  background-color: #1A1A1A;
  margin: 2rem 0;
}
.v4-footer__bottom {
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media screen and (max-width: 576px) {
  .v4-footer__bottom {
    flex-direction: column;
  }
}
.v4-footer__bottom p {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  color: #6a6a6a;
  margin-bottom: 0;
}