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

.v8-page {
  font-family: "DM Sans", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  background-color: #ffffff;
  color: #0a0a0a;
}

.v8-page h2, .v8-page h3, .v8-page h4 {
  font-family: "DM Sans", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #0a0a0a;
}

.v8-btn-primary {
  background-color: #e53935;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 1rem 1.75rem;
  font-family: "DM Sans", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.v8-btn-primary:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}

.v8-btn-outline {
  background-color: transparent;
  color: #0a0a0a;
  border: 0.125rem solid #000000;
  border-radius: 0;
  padding: 1rem 1.75rem;
  font-family: "DM Sans", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.v8-btn-outline:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}

.v8-btn-login {
  background-color: transparent;
  color: #0a0a0a;
  border: 0.125rem solid #000000;
  border-radius: 0;
  padding: 0.5rem 1.25rem;
  font-family: "DM Sans", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.v8-btn-login:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}

.v8-btn-dark {
  background-color: #0a0a0a;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 1rem 2rem;
  font-family: "DM Sans", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.v8-btn-dark:hover {
  background-color: #1a1a1a;
}

.v8-btn-cta {
  background-color: #ffffff;
  color: #e53935;
  border: none;
  border-radius: 0;
  padding: 1rem 2.5rem;
  font-family: "DM Sans", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.v8-btn-cta:hover {
  background-color: #f5f5f5;
}

.v8-nav {
  background-color: #ffffff;
  border-bottom: 0.125rem solid #000000;
  position: sticky;
  top: 0;
  z-index: 100;
}

nav.v8-nav .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  nav.v8-nav .wrap {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 576px) {
  nav.v8-nav .wrap {
    padding: 0 1.5rem;
  }
}

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

.v8-nav__logo {
  width: 32px;
  height: 32px;
  background-color: #e53935;
  flex-shrink: 0;
}

.v8-nav__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0a0a0a;
}

.v8-nav__left {
  gap: 2.5rem;
}

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

.v8-nav__link {
  color: #757575;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.v8-nav__link:hover {
  color: #0a0a0a;
}

.v8-nav .v8-btn-primary {
  padding: 0.75rem 1.25rem;
}

.v8-hero {
  background-color: #ffffff;
  padding: 5rem 0 4rem;
}

.v8-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.v8-hero__badge {
  background-color: #f5f5f5;
  border: 0.125rem solid #000000;
  color: #0a0a0a;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  padding: 0.5rem 1rem;
}

.v8-hero__title {
  font-size: 3.75rem;
  line-height: 1.05;
  text-align: center;
  color: #0a0a0a;
  max-width: 900px;
  margin-bottom: 0;
}

.v8-hero__sub {
  font-size: 1.25rem;
  color: #757575;
  text-align: center;
  margin-bottom: 0;
}

.v8-hero__btns {
  gap: 1rem;
}

.v8-hero__hint {
  font-size: 0.8125rem;
  color: #bdbdbd;
  text-align: center;
  margin-bottom: 0;
}

.v8-hero__mockup {
  width: 100%;
  max-width: 960px;
}
.v8-hero__mockup img {
  width: 100%;
  display: block;
}

.v8-vp {
  background-color: #f5f5f5;
  padding: 5rem 0;
}

.v8-vp__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.v8-vp__hdr h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.v8-vp__hdr p {
  font-size: 1rem;
  color: #757575;
  max-width: 600px;
  margin-bottom: 0;
}

.v8-vp__badge {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  padding: 0.5rem 1rem;
  background-color: #e53935;
  color: #ffffff;
}

.v8-vp__card {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.v8-vp__card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.v8-vp__card p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.v8-vp__card.v8-vp__card--white {
  background-color: #ffffff;
  border: 0.125rem solid #000000;
}
.v8-vp__card.v8-vp__card--white h4 {
  color: #0a0a0a;
}
.v8-vp__card.v8-vp__card--white p {
  color: #757575;
}
.v8-vp__card.v8-vp__card--red {
  background-color: #e53935;
  border: 0.125rem solid #e53935;
}
.v8-vp__card.v8-vp__card--red h4 {
  color: #ffffff;
}
.v8-vp__card.v8-vp__card--red p {
  color: #ffffff;
}
.v8-vp__card.v8-vp__card--dark {
  background-color: #0a0a0a;
  border: 0.125rem solid #000000;
}
.v8-vp__card.v8-vp__card--dark h4 {
  color: #ffffff;
}
.v8-vp__card.v8-vp__card--dark p {
  color: #bdbdbd;
}

.v8-vp__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  font-size: 1.5rem;
}
.v8-vp__card--white .v8-vp__icon {
  background-color: rgba(229, 57, 53, 0.12);
}
.v8-vp__card--white .v8-vp__icon svg > path {
  fill: #e53935;
}
.v8-vp__card--red .v8-vp__icon {
  background-color: rgba(255, 255, 255, 0.13);
}
.v8-vp__card--red .v8-vp__icon svg > path {
  fill: #ffffff;
}
.v8-vp__card--dark .v8-vp__icon {
  background-color: rgba(255, 255, 255, 0.08);
}
.v8-vp__card--dark .v8-vp__icon svg > path {
  fill: #e53935;
}

.v8-stats {
  background-color: #0a0a0a;
  padding: 3rem 0;
}

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

.v8-stats__num {
  font-family: "DM Sans", "Noto Sans TC", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #e53935;
  line-height: 1.25;
}

.v8-stats__label {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
}

.v8-features {
  background-color: #ffffff;
  padding: 5rem 0;
}

.v8-features__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.v8-features__hdr h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.v8-features__hdr p {
  font-size: 1rem;
  color: #757575;
  max-width: 600px;
  margin-bottom: 0;
}

.v8-features__badge {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  padding: 0.5rem 1rem;
  background-color: #0a0a0a;
  color: #ffffff;
}

.v8-features__card {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.v8-features__card h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
}
.v8-features__card p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.v8-features__card.v8-features__card--light {
  background-color: #ffffff;
  border: 0.125rem solid #0a0a0a;
}
.v8-features__card.v8-features__card--light h4 {
  color: #0a0a0a;
}
.v8-features__card.v8-features__card--light p {
  color: #757575;
}
.v8-features__card.v8-features__card--red {
  background-color: #e53935;
  border: 0.125rem solid #e53935;
}
.v8-features__card.v8-features__card--red h4 {
  color: #ffffff;
}
.v8-features__card.v8-features__card--red p {
  color: #ffffff;
}
.v8-features__card.v8-features__card--dark {
  background-color: #1a1a1a;
  border: none;
}
.v8-features__card.v8-features__card--dark h4 {
  font-size: 1.25rem;
  color: #ffffff;
}
.v8-features__card.v8-features__card--dark p {
  color: #cccccc;
}

.v8-features__icon {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
}
.v8-features__card--light .v8-features__icon svg > path {
  fill: #e53935;
}
.v8-features__card--red .v8-features__icon svg > path {
  fill: #ffffff;
}
.v8-features__card--dark .v8-features__icon svg > path {
  fill: #e53935;
}

.v8-experience {
  background-color: #ffffff;
  padding: 5rem 0;
}

.v8-experience__inner {
  gap: 4rem;
}

.v8-experience__img {
  flex: 0 0 480px;
}
.v8-experience__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.v8-experience__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.v8-experience__content h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  color: #0a0a0a;
}
.v8-experience__content p {
  font-size: 1rem;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 0;
}

.v8-experience__badge {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  padding: 0.5rem 1rem;
  background-color: #e53935;
  color: #ffffff;
}

.v8-process {
  background-color: #0a0a0a;
  padding: 5rem 0;
}

.v8-process__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  margin-bottom: 3rem;
}
.v8-process__hdr h2 {
  font-size: 2.25rem;
  color: #ffffff;
  margin-bottom: 0;
}
.v8-process__hdr p {
  font-size: 1rem;
  color: #888888;
  margin-bottom: 0;
}

.v8-process__steps {
  gap: 0.25rem;
}

.v8-process__step {
  background-color: #1a1a1a;
  border: none;
  border-top: 0.25rem solid #333333;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.v8-process__step h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.v8-process__step p {
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.6;
  margin-bottom: 0;
}
.v8-process__step:first-child {
  border-top-color: #e53935;
}
.v8-process__step.v8-process__step--red {
  background-color: #e53935;
  border-top: 0.25rem solid #e53935;
}
.v8-process__step.v8-process__step--red h4 {
  color: #ffffff;
}
.v8-process__step.v8-process__step--red p {
  color: #ffcccc;
}

.v8-process__num {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "DM Sans", "Noto Sans TC", sans-serif;
}
.v8-process__step:not(.v8-process__step--red) .v8-process__num {
  color: #e53935;
}
.v8-process__step--red .v8-process__num {
  color: #ffffff;
}

.v8-testimonials {
  background-color: #ffffff;
  padding: 5rem 0;
}

.v8-testimonials__hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  margin-bottom: 3rem;
}
.v8-testimonials__hdr h2 {
  font-size: 2.25rem;
  margin-bottom: 0;
}

.v8-testimonials__badge {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  padding: 0.5rem 1rem;
  background-color: #0a0a0a;
  color: #ffffff;
}

.v8-testimonials__card {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.v8-testimonials__card.v8-testimonials__card--light {
  background-color: #f5f5f5;
  border: 0.125rem solid #0a0a0a;
}
.v8-testimonials__card.v8-testimonials__card--dark {
  background-color: #0a0a0a;
  border: none;
}

.v8-testimonials__quote {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.v8-testimonials__card--light .v8-testimonials__quote {
  color: #222222;
}
.v8-testimonials__card--dark .v8-testimonials__quote {
  color: #ffffff;
}

.v8-testimonials__author {
  gap: 1rem;
}

.v8-testimonials__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
}

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

.v8-testimonials__name {
  font-size: 0.875rem;
  font-weight: 700;
}
.v8-testimonials__card--light .v8-testimonials__name {
  color: #0a0a0a;
}
.v8-testimonials__card--dark .v8-testimonials__name {
  color: #ffffff;
}

.v8-testimonials__role {
  font-size: 0.8125rem;
  color: #888888;
}

.v8-cta {
  background-color: #e53935;
  padding: 5rem 0;
}

.v8-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.v8-cta__inner h2 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 0;
}
.v8-cta__inner p {
  font-size: 1.25rem;
  color: #ffcccc;
  max-width: 560px;
  margin-bottom: 0;
}

.v8-cta__line {
  width: 64px;
  height: 4px;
  background-color: #ffffff;
}

.v8-cta__note {
  font-size: 0.875rem;
  color: #ffcccc;
  margin-bottom: 0;
}

.v8-footer {
  background-color: #0a0a0a;
  padding: 2.5rem 0;
}

.v8-footer__top {
  padding-bottom: 1.5rem;
}

.v8-footer__brand {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}

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

.v8-footer__link {
  font-size: 0.875rem;
  color: #888888;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.v8-footer__link:hover {
  color: #ffffff;
}

.v8-footer__divider {
  height: 1px;
  background-color: #333333;
  margin-bottom: 1.5rem;
}

.v8-footer__copy {
  font-size: 0.8125rem;
  color: #555555;
}

.v8-footer__addr {
  font-size: 0.8125rem;
  color: #555555;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v8-nav__links {
    display: none;
  }
  .v8-hero {
    padding: 4rem 0;
  }
  .v8-hero__title {
    font-size: 2.5rem;
  }
  .v8-hero__btns {
    flex-direction: column;
    align-items: center;
  }
  .v8-vp__cards {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .v8-features__cards {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .v8-experience__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .v8-experience__img {
    flex: 0 0 auto;
    width: 100%;
  }
  .v8-experience__img img {
    height: auto;
  }
  .v8-process__steps {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v8-testimonials__cards {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .v8-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .v8-footer__bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .v8-hero {
    padding: 3rem 0;
  }
  .v8-hero__title {
    font-size: 2rem;
  }
  .v8-stats__inner {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .v8-process__steps {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .v8-experience__content h2 {
    font-size: 2.5rem;
  }
  .v8-testimonials__hdr h2 {
    font-size: 2.5rem;
  }
  .v8-cta__inner h2 {
    font-size: 2.5rem;
  }
}