@charset "UTF-8";
/***************************************************************************/
/*                             CloudSync Pro                               */
/*                      Landing v3 — Editorial                            */
/***************************************************************************/
/* =============================================================== */
/* 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");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,400;1,700&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;
}

.ed-page {
  background-color: #FAFAF8;
  font-family: "Inter", sans-serif;
}

.ed-divider {
  height: 1px;
  background: #000000;
  width: 100%;
}

.ed-divider--dark {
  height: 1px;
  background: #000000;
  width: 100%;
}

.nav-bar {
  background: #FAFAF8;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 0.0625rem solid #E5E5E5;
}
.nav-bar .wrap {
  padding: 0 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .nav-bar .wrap {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 576px) {
  .nav-bar .wrap {
    padding: 0 1.5rem;
  }
}
.nav-bar__inner {
  padding: 1rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .nav-bar__inner {
    padding: 0.75rem 0;
  }
}
@media screen and (max-width: 576px) {
  .nav-bar__inner {
    padding: 0.75rem 0;
  }
}
.nav-bar__brand {
  font-family: "Playfair Display", serif;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
.nav-bar__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-bar__links li {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .nav-bar__links {
    display: none;
  }
}
.nav-bar__links a {
  font-size: 0.875rem;
  color: #000000;
  text-decoration: none;
}
.nav-bar__links a:hover {
  color: #8B1A1A;
}
.nav-bar .btn-cta {
  background: #0A6EFF;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.nav-bar .btn-cta:hover {
  background: #0055CC;
}

.section-hdr {
  height: 88px;
  padding: 0 3rem;
  background: #FAFAF8;
  border-bottom: 0.0625rem solid #E5E5E5;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .section-hdr {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .section-hdr {
    padding: 0 1.25rem;
    height: auto;
    min-height: 56px;
  }
}
.section-hdr--dark {
  background: #000000;
  border-bottom-color: #222222;
}
.section-hdr__num {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8B1A1A;
  line-height: 1;
}
.section-hdr__line {
  width: 1px;
  height: 24px;
  background: #CCCCCC;
}
.section-hdr__line--dark {
  background: #444444;
}
.section-hdr__left > span, .section-hdr__title--light {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
}
.section-hdr--dark .section-hdr__left > span, .section-hdr__title--light {
  color: #fff;
}
.section-hdr__label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #888888;
  letter-spacing: 0.125rem;
}
.section-hdr__label--dark {
  color: #AAAAAA;
}

.hero {
  min-height: 834px;
  background: #FAFAF8;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .hero {
    min-height: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .hero__inner {
    flex-direction: column;
  }
}
.hero__left {
  flex-direction: column;
  padding: 4rem 3rem;
  width: 680px;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .hero__left {
    width: 100%;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  .hero__left {
    padding: 2.5rem 1.25rem;
  }
}
.hero__badge {
  gap: 1rem;
}
.hero__badge span {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8B1A1A;
  letter-spacing: 0.125rem;
}
.hero__badge-line {
  width: 24px;
  height: 2px;
  background: #8B1A1A;
  flex-shrink: 0;
}
.hero h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.125rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .hero h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .hero h2 {
    font-size: 2.25rem;
    letter-spacing: -0.0625rem;
  }
}
.hero p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
  margin: 0;
  max-width: 500px;
}
.hero__cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-self: flex-start;
}
.hero__note {
  font-size: 0.8125rem;
  color: #888888;
}
.hero__stat {
  flex-direction: column;
  gap: 0.25rem;
}
.hero__stat strong {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  color: #000000;
}
.hero__stat span {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #888888;
  letter-spacing: 0.0625rem;
}
.hero__stat-div {
  width: 1px;
  height: 32px;
  background: #DDDDDD;
  margin: 0 1.5rem;
}
.hero__right {
  flex: 1;
  background: #000000;
  flex-direction: column;
  padding: 3.5rem 3rem;
  overflow: hidden;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .hero__right {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  .hero__right {
    padding: 2.5rem 1.25rem;
  }
}
.hero__right-img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .hero__right-img {
    height: 320px;
  }
}
@media screen and (max-width: 576px) {
  .hero__right-img {
    height: 240px;
  }
}
.hero__right h3 {
  font-family: "Playfair Display", serif;
  font-size: 3.375rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.0625rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .hero__right h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .hero__right h3 {
    font-size: 2rem;
  }
}
.hero__right p {
  font-size: 0.75rem;
  color: #777777;
  letter-spacing: 0.0625rem;
  margin: 0;
}

.value-proposition {
  background: #FAFAF8;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .value-proposition .wrap {
    flex-direction: column;
    padding: 0 2rem 3rem;
  }
}
@media screen and (max-width: 576px) {
  .value-proposition .wrap {
    padding: 0 1.25rem 2.5rem;
  }
}
.value-proposition__left {
  flex-direction: column;
  width: 480px;
  flex-shrink: 0;
  padding-top: 2.5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .value-proposition__left {
    width: 100%;
  }
}
.value-proposition__photo {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}
.value-proposition__accent {
  width: 48px;
  height: 3px;
  background: #8B1A1A;
}
.value-proposition__badge {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8B1A1A;
  letter-spacing: 0.1875rem;
}
.value-proposition h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.0625rem;
}
.value-proposition p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}
.value-proposition__right {
  flex: 1;
  border-left: 0.0625rem solid #E5E5E5;
  margin-left: 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .value-proposition__right {
    border-left: none;
    border-top: 0.0625rem solid #E5E5E5;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.value-proposition__item {
  padding: 1.5rem 2.5rem;
  border-top: 0.0625rem solid #E5E5E5;
}
.value-proposition__item:first-child {
  border-top: none;
}
.value-proposition__num {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8B1A1A;
  letter-spacing: 0.125rem;
  display: block;
  margin-bottom: 0.5rem;
}
.value-proposition__item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.5rem;
}
.value-proposition__item p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}

.features {
  background: #FAFAF8;
}
.features__intro {
  padding: 3rem 3rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .features__intro {
    padding: 2.5rem 2rem 0;
  }
}
@media screen and (max-width: 576px) {
  .features__intro {
    padding: 2rem 1.25rem 0;
  }
}
.features__badge {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8B1A1A;
  letter-spacing: 0.1875rem;
  display: block;
  margin-bottom: 0.75rem;
}
.features__intro h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.75rem;
  letter-spacing: -0.125rem;
}
@media screen and (max-width: 576px) {
  .features__intro h2 {
    font-size: 2rem;
  }
}
.features__intro p {
  font-size: 0.9375rem;
  color: #555555;
  margin: 0;
}
.features__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  background: #E5E5E5;
  padding: 0 3rem 4rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .features__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 2rem 3rem;
  }
}
@media screen and (max-width: 576px) {
  .features__grid {
    padding: 0 0 2.5rem;
  }
}
.features__card {
  flex-direction: column;
  background: #FAFAF8;
  padding: 2.5rem;
}
@media screen and (max-width: 576px) {
  .features__card {
    padding: 1.75rem 1.25rem;
  }
}
.features__card-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}
.features__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.features__num {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #8B1A1A;
  letter-spacing: -0.0625rem;
  line-height: 1;
}
.features__card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.features__card p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
.features__tag {
  background: #000000;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  padding: 0.25rem 0.75rem;
  margin-top: auto;
}

.social-proof {
  background: #000000;
  position: relative;
  overflow: hidden;
  padding: 3.5rem 3rem 4.5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .social-proof {
    padding: 2.5rem 2rem 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .social-proof {
    padding: 2.5rem 1.25rem 3rem;
  }
}
.social-proof__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
}
.social-proof__inner {
  position: relative;
  z-index: 1;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}
.social-proof__intro {
  flex-direction: column;
}
.social-proof__badge {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8B1A1A;
  letter-spacing: 0.1875rem;
}
.social-proof__intro h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.125rem;
}
@media screen and (max-width: 576px) {
  .social-proof__intro h2 {
    font-size: 2rem;
  }
}
.social-proof__intro p {
  font-size: 0.9375rem;
  color: #777777;
  margin: 0;
}
.social-proof__metric-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #DDDDDD;
  letter-spacing: 0.1875rem;
}
.social-proof__col {
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 3.5rem;
}
@media screen and (max-width: 576px) {
  .social-proof__col {
    padding: 0 1.5rem;
  }
}
.social-proof__col strong {
  font-family: "Playfair Display", serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 700;
  color: #444444;
  letter-spacing: -0.25rem;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .social-proof__col strong {
    font-size: 3.5rem;
    letter-spacing: -0.125rem;
  }
}
.social-proof__col span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0.125rem;
}
.social-proof__col--after strong {
  color: #fff;
}
.social-proof__col--after span {
  color: #fff;
}
.social-proof__arrow {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-style: italic;
  color: #8B1A1A;
  line-height: 1;
}

.process {
  background: #FAFAF8;
}
.process__intro {
  padding: 3rem 3rem 2rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .process__intro {
    padding: 2.5rem 2rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .process__intro {
    padding: 2rem 1.25rem 1rem;
  }
}
.process__badge {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8B1A1A;
  letter-spacing: 0.1875rem;
  display: block;
  margin-bottom: 0.75rem;
}
.process__intro h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.75rem;
  letter-spacing: -0.125rem;
}
@media screen and (max-width: 576px) {
  .process__intro h2 {
    font-size: 2rem;
  }
}
.process__intro p {
  font-size: 0.9375rem;
  color: #555555;
  margin: 0;
}
.process__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
  background: #F0EEE8;
  padding: 0.25rem 3rem 4rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .process__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 0.25rem 2rem 3rem;
  }
}
@media screen and (max-width: 576px) {
  .process__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0.25rem 1.25rem 2.5rem;
  }
}
.process__step {
  background: #fff;
  padding: 2rem 1.75rem 2.5rem;
  flex-direction: column;
  gap: 1.25rem;
}
.process__num {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  color: #8B1A1A;
  line-height: 1;
}
.process__step h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.process__step p {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

.testimonials {
  background: #FAFAF8;
}
.testimonials__intro {
  padding: 2rem 3rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .testimonials__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 2rem 2rem 0;
  }
}
@media screen and (max-width: 576px) {
  .testimonials__intro {
    padding: 1.5rem 1.25rem 0;
  }
}
.testimonials__badge {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #8B1A1A;
  letter-spacing: 0.1875rem;
}
.testimonials__intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  margin: 0;
  letter-spacing: -0.0625rem;
}
.testimonials__card {
  flex-direction: column;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 576px) {
  .testimonials__card {
    padding: 2rem 1.25rem;
  }
}
.testimonials__card--beige {
  background: #F0EEE8;
}
.testimonials__card--dark {
  background: #000000;
}
.testimonials__quote-mark {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #8B1A1A;
  line-height: 1;
}
.testimonials__quote {
  font-family: "Playfair Display", serif;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}
.testimonials__card--beige .testimonials__quote {
  color: #000000;
}
.testimonials__card--dark .testimonials__quote {
  color: #fff;
}
.testimonials__info {
  gap: 1rem;
}
.testimonials__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.testimonials__info span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #888888;
  letter-spacing: 0.0625rem;
}

.cta {
  background: #FAFAF8;
  position: relative;
  overflow: hidden;
}
.cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.08;
  pointer-events: none;
}
.cta .wrap {
  position: relative;
  z-index: 1;
}
.cta__box {
  flex-direction: column;
  text-align: center;
  padding: 5rem 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .cta__box {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  .cta__box {
    padding: 3rem 1.25rem;
  }
}
.cta__label {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.125rem;
}
.cta__box h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.75rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.125rem;
  max-width: 700px;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .cta__box h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .cta__box h2 {
    font-size: 2rem;
    letter-spacing: -0.0625rem;
  }
}
.cta__box p {
  font-size: 1rem;
  color: #777777;
  margin: 0;
  max-width: 480px;
}
.cta__btns {
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .cta__btns {
    flex-direction: column;
    width: 100%;
  }
}
.cta__note {
  font-size: 0.75rem;
  color: #888888;
  letter-spacing: 0.0625rem;
}

.btn-primary {
  background: #000000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem 1.75rem;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: #222222;
}
@media screen and (max-width: 576px) {
  .btn-primary {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.btn-outline {
  background: transparent;
  color: #000000;
  font-size: 0.875rem;
  padding: 0.75rem 2.25rem;
  text-decoration: none;
  display: inline-block;
  border: 0.09375rem solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-outline:hover {
  background: #000000;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .btn-outline {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.landing-footer {
  background: #000000;
  padding: 2.5rem 3rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .landing-footer {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .landing-footer {
    padding: 2rem 1.25rem;
  }
}
.landing-footer .wrap {
  max-width: none;
  padding: 0;
}
.landing-footer__top {
  padding-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .landing-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.landing-footer__brand {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
}
.landing-footer__nav {
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-footer__nav a {
  font-size: 0.8125rem;
  color: #777777;
  text-decoration: none;
}
.landing-footer__nav a:hover {
  color: #fff;
}
.landing-footer__divider {
  height: 1px;
  background: #222222;
  margin-bottom: 1.5rem;
}
.landing-footer__bottom {
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  .landing-footer__bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.landing-footer__bottom p {
  font-size: 0.75rem;
  color: #555555;
  margin: 0;
}