#diamonds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Pull the journey section up by the combined header height (row1 + row2 = 126px) */
#diamonds .journey-section {
  margin-top: -126px;
}

.fourc-tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px; /* Adjust as necessary for vertical offset */
  left: 70%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--color-gray-5); /* Arrow color */
  z-index: 2;
  pointer-events: none;
}

.hero-text-container {
  z-index: 8;
}

.hero-section__video::after {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(270deg, #28292b 0.07%, rgba(40, 41, 43, 0) 91.77%);
}

.fourc__product-container:nth-of-type(3) .fourc__text-container h3 > em::after {
  left: 0%;
  top: 20%;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2226%22%20viewBox%3D%220%200%2030%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2026L27.5%200L29.5%206.5L0%2026Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 13px;
  height: 13px;
}

.fourc__product-container:nth-of-type(4) .fourc__text-container h3 > em > em {
  /* Gradient text styles */
  background: linear-gradient(180deg, #467ef2 0%, #0e1d3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (min-width: 1024px) {
  /* ======================================== */
  /* Breakpoint: 1024px and above            */
  /* ======================================== */
  .header-main {
    height: 94px !important;
  }

  .hero-section {
    height: 200vh !important;
    align-items: flex-start !important;
  }

  .hero-section__video {
    height: calc(100vh - var(--headerHeight)) !important;
  }

  .hero-text-container {
    align-self: flex-end;
    padding-left: 60px;
    padding-right: 90px;
    padding-bottom: 64px;
  }

  .hero-text-container__title {
    max-width: 577px;
  }

  .hero-text-container__desc {
    max-width: 230px;
  }

  .hero-text-container__desc a {
    margin-top: 61px;
  }

  .fourc__container {
    padding-top: 48px;
    overflow: hidden;
  }

  .fourc__product-container {
    max-height: calc(100vh - var(--headerHeight));
    height: 100%;
  }

  .fourc__product-video {
    max-width: 282px !important;
    height: 396px !important;
  }

  .fourc__text-container {
    max-width: 456px;
  }

  .fourc__list-container {
    list-style: none;
    padding-left: 0;
  }

  .fourc__list-container li {
    position: relative;
    padding-left: 40px;
    line-height: 28px;
  }

  .fourc__list-container li::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(11, 11, 11, 0.02);

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1.25%204.625L3.875%207.25L9.875%201.25%22%20stroke%3D%22%230B0B0B%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
  }

  .fourc-tooltip {
    position: absolute;
    right: -60%;
    top: 100%;
    opacity: 0;
    transition: all 300ms ease-in-out;
  }

  .fourc__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fourc__left-image {
    width: 80% !important;
    height: 100% !important;
  }

  .fourc__left-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-fit: cover;
    object-position: 20% 0%;
  }

  .fourc__product-container:nth-of-type(3) .fourc__left-image img {
    object-position: 10% 0%;
  }

  .fourc__product-container:nth-of-type(2) .fourc__text-container h3 > em > em::after {
    left: 30%;
    top: 50%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%223%22%20viewBox%3D%220%200%2014%203%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500122%200.500122C5.5676%202.96012%208.45462%203.31616%2013.5001%200.500122%22%20stroke%3D%22%2328292B%22%20stroke-opacity%3D%220.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13px;
    height: 13px;
  }

  .fourc__product-container:nth-of-type(5) .fourc__text-container h3 > em::after {
    left: 63%;
    top: -3%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%225.75%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223.75%22%20fill%3D%22%2328292B%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* ======================================== */
  /* Breakpoint: 767px and below             */
  /* ======================================== */

  .header-main {
    height: 64px !important;
  }

  .hero-section {
    /* height: calc(100dvh - var(--headerHeight)) !important;
    margin-top: var(--headerHeight) !important; */
    padding: 0px !important;
    height: 200vh;
    align-items: flex-start !important;
  }

  .hero-section__video {
    height: calc(100dvh - var(--headerHeight)) !important;
  }

  .hero-section__video::after {
    display: none !important;
  }

  .hero-section__video video {
    object-fit: cover;
  }

  .hero-section__logo {
    width: auto;
    height: 55px;
    top: 24px !important;
    right: 20px !important;
    left: unset !important;
  }

  .hero-text-container {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 28px;
    padding-left: 24px;
    padding-right: 16px;
    padding-bottom: 32px;
    margin-top: auto;
  }

  .hero-text-container h1 {
    font-size: 40px !important;
  }

  .hero-text-container__title h2 {
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 110% !important;
    letter-spacing: -0.44px !important;
  }

  .hero-text-container__title p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 116% !important;
    letter-spacing: -0.28px !important;
  }

  .hero-text-container__desc p {
    display: none !important;
  }

  .fourc__product-container:nth-of-type(2) .fourc__text-container h3 > em > em::after {
    left: 4% !important;
    top: 50%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%223%22%20viewBox%3D%220%200%2014%203%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500122%200.500122C5.5676%202.96012%208.45462%203.31616%2013.5001%200.500122%22%20stroke%3D%22%2328292B%22%20stroke-opacity%3D%220.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13px;
    height: 13px;
    scale: 0.5;
  }

  .fourc__product-container:nth-of-type(5) .fourc__text-container h3 > em > em::after {
    left: -15%;
    right: 0%;
    top: 7%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%225.75%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223.75%22%20fill%3D%22%2328292B%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 7px;
    height: 10px;
    scale: 0.4;
  }

  .fourc__product-container {
    max-height: calc(100dvh - var(--headerHeight));
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .fourc__left {
    width: 100% !important;
    height: 55% !important;
    flex-direction: column;
    gap: 8px;
  }

  .fourc__left h2 {
    font-size: 12px !important;
    line-height: 116% !important;
    letter-spacing: -0.24px !important;
    padding: 20px 0 0 16px !important;
  }

  .journey-content__title {
    padding: 24px 0 0 0 !important;
  }

  .fourc__left-image {
    width: 100% !important;
    height: 80% !important;
  }

  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-position: 0% 90%;
  }
  .fourc__product-container:nth-of-type(3) .fourc__left-image img {
    object-position: 0% 50%;
  }

  .fourc__product-container:nth-of-type(4) .fourc__left-image img {
    object-position: 0% 10%;
  }
  .fourc__product-container:nth-of-type(5) .fourc__left-image img {
    object-position: 0% 50%;
  }

  .fourc__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fourc__product-video {
    width: 132px !important;
    height: 163px !important;
    right: 19px !important;
  }

  .fourc__right {
    width: 100% !important;
    padding: 16px !important;
    padding-top: 0px !important;
    max-width: 100% !important;
  }

  .fourc__text-container {
    width: 100% !important;
    gap: 12px !important;
  }

  .fourc__text-container h3 {
    font-size: 18px !important;
    line-height: 116%;
    letter-spacing: -0.48px !important;
    max-width: 68% !important;
  }

  .fourc__text-container ul {
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 0px !important;
    flex-wrap: wrap !important;
  }

  .fourc__text-container > div:first-of-type {
    width: 100% !important;
  }

  .fourc__list-container li {
    font-size: 14px !important;
    position: relative !important;
    margin-left: 28px;
    white-space: nowrap !important;
  }

  .fourc__list-container li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(11, 11, 11, 0.02);

    position: absolute;
    left: -28px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1.25%204.625L3.875%207.25L9.875%201.25%22%20stroke%3D%22%230B0B0B%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 9px;
  }

  .fourc__label-container {
    width: 75%;
    height: 43px;
  }

  .fourc__label-container img {
    width: 35px !important;
    height: 35px !important;
  }

  .fourc__label-text-container h5,
  .fourc__label-text-container p {
    font-size: 10px !important;
  }

  .fourc__pagination {
    left: 91% !important;
  }

  .fourc-tooltip {
    position: absolute;
    font-size: 8px !important;
    right: 150% !important;
    left: unset !important;
    top: -30% !important;
    border-radius: 2px !important;
  }

  .fourc-tooltip::after {
    content: "";
    top: 50% !important;
    bottom: 0%;
    margin: auto 0 !important;
    left: unset !important;
    right: -6px !important;
    border-left: 8px solid var(--color-gray-5);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: none;
    transform: translateY(-50%);
  }

  .fourc__pagination > span {
    width: 18px !important;
    height: 18px !important;
    bottom: -30px !important;
  }
}

@media screen and (max-width: 767px) and (min-height: 750px) {
  /* ======================================== */
  /* Breakpoint: 767px and below, height 750px+ */
  /* ======================================== */
  .fourc__left {
    height: 60% !important;
  }

  .fourc__text-container h3 {
    font-size: 24px !important;
  }

  .fourc__text-container {
    gap: 20px !important;
  }

  .fourc__text-container a {
    margin-top: 16px !important;
  }

  /* .fourc__pagination {
    top: 15% !important;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  /* ======================================== */
  /* Breakpoint: 768px - 1023.98px            */
  /* ======================================== */
  .header-main {
    height: 64px !important;
  }
  .hero-section {
    margin-bottom: 0px !important;
    padding: 0px !important;
    height: calc(100dvh - 118px) !important;
  }

  .hero-section__logo {
    top: 100px !important;
  }
  .hero-text-container {
    padding-left: 36px;
    padding-right: 56px;
  }

  .hero-text-container__title h2 {
    font-size: 40px !important;
    line-height: 110%;
    letter-spacing: -0.4px;
  }

  .hero-text-container__desc {
    width: 230px !important;
  }

  .hero-section__video > div:first-of-type {
    align-items: flex-end !important;
    padding-bottom: 48px !important;
  }

  .fourc__product-container:nth-of-type(2) .fourc__text-container h3 > em::after {
    left: 4% !important;
    top: 50%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%223%22%20viewBox%3D%220%200%2014%203%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500122%200.500122C5.5676%202.96012%208.45462%203.31616%2013.5001%200.500122%22%20stroke%3D%22%2328292B%22%20stroke-opacity%3D%220.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13px;
    height: 13px;
    scale: 0.7;
  }

  .fourc__product-container:nth-of-type(5) .fourc__text-container h3 > em::after {
    left: 60%;
    top: 3%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%225.75%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223.75%22%20fill%3D%22%2328292B%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 10px;
    height: 10px;
    scale: 0.5;
  }

  .fourc__product-container {
    max-height: calc(100dvh - 118px);
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .fourc__left {
    width: 100% !important;
    height: 70%;
    flex-direction: column;
    gap: 24px;
  }

  .fourc__left-image {
    width: 100% !important;
    height: 80% !important;
  }

  .fourc__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-position: 0% 80%;
  }

  .fourc__product-video {
    width: 233px !important;
    height: 344px !important;
    right: 24px !important;
  }

  .fourc__right {
    width: 100% !important;
    padding-left: 36px !important;
    padding-top: 0px !important;
    max-width: 70% !important;
  }

  .fourc__text-container {
    width: 100% !important;
    gap: 20px !important;
  }

  .fourc__text-container h3 {
    font-size: 24px !important;
    line-height: 116%;
    letter-spacing: -0.48px !important;
  }

  .fourc__text-container ul {
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 0px !important;
  }

  .fourc__list-container li {
    font-size: 14px !important;
    position: relative !important;
    margin-left: 28px;
    white-space: nowrap !important;
  }

  .fourc__list-container li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(11, 11, 11, 0.02);

    position: absolute;
    left: -28px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1.25%204.625L3.875%207.25L9.875%201.25%22%20stroke%3D%22%230B0B0B%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 9px;
  }

  .fourc__label-container {
    width: 320px;
    height: 60px;
  }

  .fourc__label-text-container h5,
  .fourc__label-text-container p {
    font-size: 10px !important;
  }

  .fourc__pagination {
    height: 4% !important;
    left: 92% !important;
  }

  .fourc-tooltip {
    position: absolute;
    top: 120%;
    font-size: 10px !important;
    left: -245% !important;
  }

  .fourc-tooltip::after {
    left: 85% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
  /* ======================================== */
  /* Breakpoint: 1024px - 1279.98px          */
  /* ======================================== */
  .hero-section {
    padding: 0px !important;
  }

  .hero-section__video::after {
    width: 60% !important;
  }

  .fourc__left {
    width: 55% !important;
  }

  .fourc__product-video {
    max-width: 290px !important;
    height: 436px !important;
    right: -25% !important;
  }

  .fourc__left-image {
    width: 566px !important;
    height: 1145px !important;
  }

  .fourc__left-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-position: 32% 0%;
  }

  .fourc__text-container {
    max-width: 338px !important;
    justify-content: flex-end !important;
    margin-bottom: 10vh !important;
  }

  .fourc__text-container > h2:first-of-type {
    position: absolute !important;
    top: 64px !important;
    right: 4% !important;
  }

  .fourc__pagination {
    height: 20vh !important;
    justify-content: flex-start !important;
    flex-direction: column;
  }

  .fourc-tooltip {
    position: absolute;
    font-size: 10px !important;
    left: -245% !important;
    right: unset !important;
  }

  .fourc-tooltip::after {
    left: 85% !important;
  }
}

@media screen and (max-width: 1023px) {
  /* ======================================== */
  /* Breakpoint: 1023px and below            */
  /* ======================================== */
  .fourc__left-image {
    position: relative;
  }

  .fourc__left-image::after {
    width: 20%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    right: -8%;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    background: linear-gradient(269deg, rgba(40, 41, 43, 0.6) 0.48%, rgba(40, 41, 43, 0) 89.39%);
  }
}

@media screen and (min-width: 1920px) {
  /* ======================================== */
  /* Breakpoint: 1920px and above            */
  /* ======================================== */
  .fourc__left-image {
    width: 100% !important;
    height: 100% !important;
  }

  .fourc__left-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .fourc__product-video {
    right: -10% !important;
  }

  .journey-lottie {
    transform: translateY(-10%);
  }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  /* ======================================== */
  /* Breakpoint: 1280px - 1366px             */
  /* ======================================== */
  .fourc__text-container {
    gap: 40px !important;
  }

  .fourc__text-container h3 {
    font-size: 40px !important;
  }

  .fourc__text-container > div > p {
    max-width: 70% !important;
  }

  .fourc__list-container {
    flex-direction: row !important;
    margin-bottom: 10px !important;
    gap: 12px !important;
  }

  .fourc__list-container li {
    font-size: 18px !important;
    white-space: nowrap;
  }

  .fourc__left {
    max-height: 100vh;
    max-width: 25% !important;
  }

  .fourc__left-image {
    width: 100% !important;
    height: 100% !important;
  }

  .fourc__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fourc__product-video {
    right: -50% !important;
  }

  .fourc__right {
    width: 70% !important;
  }

  .fourc-tooltip {
    right: 115% !important;
    left: unset !important;
    top: 20% !important;
  }

  .fourc-tooltip::after {
    content: "";
    top: 50% !important;
    bottom: 0%;
    margin: auto 0 !important;
    left: unset !important;
    right: -6px !important;
    border-left: 8px solid var(--color-gray-5);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: none;
    transform: translateY(-50%);
  }

  .fourc__product-video {
    width: 203px !important;
    height: 285px !important;
  }
}

@media screen and (min-width: 1280px) and (max-height: 700px) {
  .fourc__text-container {
    gap: 40px !important;
  }

  .hero-text-container__desc p {
    font-size: 12px !important;
  }

  .hero-text-container__desc a {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 1280px) {
  .fourc__text-container h2 {
    margin-bottom: auto !important;
  }

  .fourc__text-container a {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 1440px) and (max-height: 700px) {
  .fourc__text-container {
    gap: 20px !important;
  }
}

@media screen and (min-width: 1280px) and (max-height: 800px) {
  .fourc__pagination {
    height: 9% !important;
  }
}

@media screen and (min-width: 1920px) {
  .fourc__text-container h2 {
    margin-bottom: auto !important;
  }

  .fourc__text-container a {
    margin-bottom: 72px !important;
  }

  .fourc__pagination {
    height: 9% !important;
  }
}

/* ======================================== */
/* FOUR TRUTHS SECTION                      */
/* ======================================== */

.four-truths {
  width: 100%;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
}

.four-truths__header {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 62px;
}

.four-truths__title {
  font-family: var(--font-secondary);
  font-weight: 300;
  line-height: 116%;
  letter-spacing: -0.88px;
  color: var(--color-gray-4);
  margin-bottom: 0;
}

.four-truths__title em {
  font-style: normal;
  font-weight: 400;
}

.four-truths__subtitle {
  font-family: var(--font-primary);
  font-weight: 300;
  line-height: 126%;
  letter-spacing: -0.32px;
  color: var(--color-gray-4);
  margin-top: 20px;
  margin-bottom: 0;
}

.four-truths__container {
  display: flex;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 92px;
}

.four-truths__navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.four-truths__nav-arrow {
  border: 1.25px solid #e0e0e0;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: var(--color-gray-4);
  transition: all 0.3s ease;
  background-color: var(--color-white);
}

.four-truths__nav-arrow:hover {
  background-color: rgba(11, 11, 11, 0.05);
  border-color: rgba(11, 11, 11, 0.3);
}

.four-truths__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.four-truths__nav-item {
  font-family: var(--font-secondary);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #999999;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: color 0.3s ease;
}

.four-truths__nav-item:hover {
  color: var(--color-gray-3);
}

.four-truths__nav-item--active {
  font-weight: 400;
  color: var(--color-gray-4);
}

.four-truths__content {
  flex: 1;
  position: relative;
}

.four-truths__slides-wrapper {
  position: relative;
  width: 100%;
}

.four-truths__slide {
  display: none;
  align-items: center;
  width: 100%;
}

.four-truths__slide.is-active {
  display: flex;
  animation: slideUp 1s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.four-truths__slide-content-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}

.four-truths__slide-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex-shrink: 0;
}

.four-truths__slide-heading {
  font-family: var(--font-secondary);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
  color: var(--color-gray-4);
  margin: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #a8a8a8;
}

.four-truths__slide-line {
  display: none;
}

.four-truths__slide-description {
  display: flex;
  flex-direction: column;
}

.four-truths__slide-description p {
  font-family: var(--font-primary);
  font-weight: 300;
  line-height: 126%;
  letter-spacing: -0.28px;
  color: var(--color-gray-2);
  margin: 0;
}

.four-truths__slide-link {
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: var(--color-gray-3);
  text-decoration: none;
  align-items: center;
  transition: color 0.3s ease;
}

.four-truths__slide-link span:first-child {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-right: 4px;
}

.four-truths__slide-link-arrow {
  margin-left: 12px;
}

.four-truths__slide-link:hover {
  color: var(--color-gray-4);
}

.four-truths__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  scale: 1.1;
}

/* ======================================== */
/* Responsive: 1280px                       */
/* ======================================== */

/* ======================================== */
/* Breakpoint: 1280px and above            */
/* ======================================== */
@media screen and (min-width: 1280px) {
  .four-truths__header {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .four-truths__title {
    font-size: 38px;
    letter-spacing: -0.76px;
  }

  .four-truths__subtitle {
    font-size: 14px;
    margin-top: 16px;
  }

  .four-truths__container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    gap: 40px;
  }

  .four-truths__navigation {
    min-width: 90px;
    gap: 40px;
  }

  .four-truths__nav-arrow {
    width: 48px;
    height: 60px;
    font-size: 18px;
  }

  .four-truths__nav-list {
    gap: 40px;
  }

  .four-truths__nav-item {
    font-size: 14px;
    letter-spacing: 1.68px;
  }

  .four-truths__slide-content {
    width: 100%;
    gap: 50px;
  }

  .four-truths__slide-size {
    padding-left: 42px;
  }

  .four-truths__slide-size:not(.four-truths__slide-heading) {
    width: 320px;
  }

  .four-truths__slide-heading {
    font-size: 50px;
    letter-spacing: -1px;
    padding-bottom: 6px;
  }

  .four-truths__slide-description {
    gap: 16px;
  }

  .four-truths__slide-description p {
    font-size: 13px;
  }

  .four-truths__slide-link {
    font-size: 13px;
  }

  .four-truths__slide-image {
    width: 520px;
    height: 520px;
    overflow: hidden;
  }
}

/* ======================================== */
/* Breakpoint: 1440px and above            */
/* ======================================== */
@media screen and (min-width: 1440px) {
  .four-truths__title {
    font-size: 44px;
  }

  .four-truths__subtitle {
    font-size: 16px;
  }

  .four-truths__nav-arrow {
    width: 56px;
    height: 72px;
  }

  .four-truths__slide-size {
    padding-left: 50px;
  }

  .four-truths__nav-item {
    font-size: 16px;
  }

  .four-truths__slide-link {
    font-size: 14px;
  }

  .four-truths__nav-list {
    gap: 50px;
  }

  .four-truths__navigation {
    min-width: 100px;
    gap: 50px;
  }

  .four-truths__slide-description p {
    font-size: 14px;
  }

  .four-truths__slide-size:not(.four-truths__slide-heading) {
    width: 394px;
  }

  .four-truths__slide-heading {
    font-size: 60px;
  }

  .four-truths__subtitle {
    margin-top: 20px;
  }

  .four-truths__header {
    padding-bottom: 62px;
  }

  .four-truths__slide-description {
    gap: 20px;
  }

  .four-truths__container {
    padding-left: 70px;
    padding-right: 70px;
    gap: 84px;
  }

  .four-truths__slide-content {
    gap: 60px;
  }

  .four-truths__slide-image {
    width: 620px;
    height: 580px;
    flex-shrink: 0;
    overflow: hidden;
  }
}

/* ======================================== */
/* Breakpoint: 1920px and above            */
/* ======================================== */
@media screen and (min-width: 1920px) {
  .four-truths__header {
    padding-top: 110px;
    padding-bottom: 75px;
  }

  .four-truths__title {
    font-size: 52px;
    letter-spacing: -1.04px;
  }

  .four-truths__subtitle {
    font-size: 18px;
    margin-top: 24px;
  }

  .four-truths__container {
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 110px;
    gap: 80px;
    max-width: 1920px;
    margin: 0 auto;
  }

  .four-truths__navigation {
    min-width: 120px;
    gap: 60px;
  }

  .four-truths__nav-arrow {
    width: 64px;
    height: 80px;
    font-size: 22px;
  }

  .four-truths__nav-list {
    gap: 60px;
  }

  .four-truths__nav-item {
    font-size: 18px;
    letter-spacing: 2.16px;
  }

  .four-truths__slide-content {
    gap: 70px;
  }

  .four-truths__slide-size {
    padding-left: 62px;
  }

  .four-truths__slide-size:not(.four-truths__slide-heading) {
    width: 450px;
  }

  .four-truths__slide-heading {
    font-size: 70px;
    letter-spacing: -1.4px;
  }

  .four-truths__slide-description {
    gap: 24px;
  }

  .four-truths__slide-description p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .four-truths__slide-link {
    font-size: 16px;
    letter-spacing: 0.48px;
  }

  .four-truths__slide-image {
    width: 720px;
    height: 720px;
  }
}

/* ======================================== */
/* Breakpoint: 1025.98px and below         */
/* ======================================== */
@media screen and (max-width: 1025.98px) {
  .four-truths-mobile {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    position: relative;
    z-index: 1;
  }

  /* Header - Figma: pt-32px pb-40px px-16px gap-12px */
  .four-truths-mobile__header {
    text-align: center;
    padding: 32px 16px 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  /* Title - Figma: Fraunces Light 28px, line-height 1.16, tracking -0.56px, color #0b0b0b */
  .four-truths-mobile__title {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.56px;
    color: #0b0b0b;
    margin: 0;
    width: 328px;
    max-width: 100%;
  }

  .four-truths-mobile__title em {
    font-style: normal;
    font-weight: 400;
  }

  /* Subtitle - Figma: Inter Light 12px, line-height 1.26, tracking -0.24px */
  .four-truths-mobile__subtitle {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    color: #0b0b0b;
    margin: 0;
  }

  /* Slider - Figma: Image area is 528px, takes remaining space minus controls */
  .four-truths-mobile__slider {
    flex: 1;
    min-height: 0;
    position: relative;
    overflow: hidden;
  }

  .four-truths-mobile__slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .four-truths-mobile__slide.is-active {
    display: block;
    animation: fourTruthsMobileFadeIn 1.5s ease forwards;
  }

  @keyframes fourTruthsMobileFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .four-truths-mobile__slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Slide Overlay - Figma: gradient #28292B to transparent, content at bottom */
  .four-truths-mobile__slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
  }

  /* Gradient layer behind overlay content */
  .four-truths-mobile__slide-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 436px;
    background: linear-gradient(to top, #28292b 0.2%, rgba(40, 41, 43, 0) 62.793%);
    pointer-events: none;
    z-index: 1;
  }

  /* Slide Heading - Figma: Fraunces Regular 28px, line-height 100%, tracking -0.56px, white, capitalize */
  .four-truths-mobile__slide-heading {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.56px;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    z-index: 1;
  }

  /* Slide Description - Figma: Inter Light 14px, line-height 1.26, tracking -0.28px, rgba(255,255,255,0.75) */
  .four-truths-mobile__slide-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 1;
  }

  .four-truths-mobile__slide-description p {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
  }

  /* Slide Link - Figma: 14px, tracking 0.42px, gap 12px */
  .four-truths-mobile__slide-link {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    gap: 12px;
    z-index: 1;
  }

  .four-truths-mobile__slide-link span:first-child {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 19%;
  }

  .four-truths-mobile__slide-link-arrow {
    display: flex;
    align-items: center;
    width: 22px;
  }

  .four-truths-mobile__slide-link-arrow svg {
    width: 22px;
    height: auto;
  }

  /* Controls - Figma: White background area at bottom, px-16, height ~90px */
  .four-truths-mobile__controls {
    flex-shrink: 0;
    padding: 28px 16px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background-color: var(--color-white);
  }

  /* Progress Bar - Figma: width varies, height 6px with 1px track line */
  .four-truths-mobile__progress {
    flex: 1;
    height: 6px;
    position: relative;
    display: flex;
    align-items: center;
  }

  /* Track line - Figma: 1px height, full width, gray color */
  .four-truths-mobile__progress-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
  }

  /* Progress indicator - Figma: 6px height, 25% width, #e6e6e6, rounded 30px */
  .four-truths-mobile__progress-bar {
    position: absolute;
    top: 0;
    height: 6px;
    width: 25%;
    background-color: #e6e6e6;
    border-radius: 30px;
    transition: left 0.3s ease;
    left: 0;
  }

  /* Progress bar positions based on data attribute */
  .four-truths-mobile__progress-bar[data-slide="0"] {
    left: 0;
  }

  .four-truths-mobile__progress-bar[data-slide="1"] {
    left: 25%;
  }

  .four-truths-mobile__progress-bar[data-slide="2"] {
    left: 50%;
  }

  .four-truths-mobile__progress-bar[data-slide="3"] {
    left: 75%;
  }

  /* Navigation Arrows - Figma: gap 8px */
  .four-truths-mobile__arrows {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
  }

  /* Arrow Button - Figma: 48x36px, border 1px rgba(40,40,40,0.5), rounded 60px */
  .four-truths-mobile__arrow {
    width: 48px;
    height: 36px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-gray-3);
    background-color: transparent;
    transition: all 0.3s ease;
  }

  .four-truths-mobile__arrow svg {
    width: 16px;
    height: 16px;
  }

  .four-truths-mobile__arrow:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(40, 40, 40, 0.7);
  }

  .four-truths-mobile__arrow:active {
    transform: scale(0.95);
  }

  /* Hidden state for conditional arrows */
  .four-truths-mobile__arrow--hidden {
    display: none;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .four-truths-mobile__slider {
    height: 604px !important;
    overflow: hidden;
    flex: unset !important;
  }

  .four-truths-mobile__slide-overlay {
    flex-direction: row !important;
  }
} */

/* ======================================== */
/* Breakpoint: 768px - 1279.98px           */
/* ======================================== */
@media screen and (min-width: 768px) and (max-width: 1279.98px) {
  .four-truths-tablet {
    width: 100%;
    background-color: var(--color-white);
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  /* Header */
  .four-truths-tablet__header {
    text-align: center;
    padding: 40px 32px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .four-truths-tablet__title {
    font-family: var(--font-secondary);
    font-size: 36px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.72px;
    color: #0b0b0b;
    margin: 0;
  }

  .four-truths-tablet__title em {
    font-style: normal;
    font-weight: 400;
  }

  .four-truths-tablet__subtitle {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: #0b0b0b;
    margin: 0;
  }

  /* Slider Container */
  .four-truths-tablet__slider {
    position: relative;
    padding: 0 0px !important;
    margin-bottom: 0;
  }

  /* Slide */
  .four-truths-tablet__slide {
    display: none;
    flex-direction: column;
    gap: 40px;
  }

  .four-truths-tablet__slide.is-active {
    display: flex;
    animation: fourTruthsTabletFadeIn 1.5s ease forwards;
  }

  @keyframes fourTruthsTabletFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* Slide Image */
  .four-truths-tablet__slide-image {
    width: 100%;
    height: 604px !important;
    object-fit: cover;
    display: block;
    position: relative;
    margin-bottom: 0;
  }

  /* Slide Content Container - Flex Row */
  .four-truths-tablet__slide-content {
    padding: 0 50px 0 60px !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start !important;
    gap: 40px;
    padding: 0;
    max-height: 135px !important;
    justify-content: space-between;
  }

  /* Slide Heading - Left Side */
  .four-truths-tablet__slide-heading {
    font-family: var(--font-secondary);
    font-size: 60px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.84px;
    color: #0b0b0b;
    margin: 0;
    text-transform: capitalize;
    flex-shrink: 0;
    min-width: 200px;
  }

  /* Slide Right Container - Contains description and link */
  .four-truths-tablet__slide-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1;
    max-width: 274px !important;
  }

  /* Slide Description - Right Side */
  .four-truths-tablet__slide-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .four-truths-tablet__slide-description p {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.3px;
    color: #6b6965;
    margin: 0;
  }

  /* Slide Link - Inside right container */
  .four-truths-tablet__slide-link {
    color: #28292b;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }

  .four-truths-tablet__slide-link em {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-right: 0px;
  }

  .four-truths-tablet__slide-link:hover {
    color: var(--color-gray-3);
  }

  /* Controls - Overlapping with Image */
  .four-truths-tablet__controls {
    position: absolute;
    bottom: 200px;
    left: 32px;
    right: 32px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    pointer-events: none;
    z-index: 100;
  }

  .four-truths-tablet__controls::after {
    z-index: 5;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -32px !important;
    margin: 0 auto;
    content: "";
    display: block;
    width: 150vw;
    height: 200%;
    background: linear-gradient(0deg, #28292b 0.07%, rgba(40, 41, 43, 0) 91.77%);
    transform: translateX(-5%);
  }

  /* Progress Bar */
  .four-truths-tablet__progress {
    flex: 1;
    height: 6px;
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: auto;
    z-index: 20;
  }

  .four-truths-tablet__progress-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .four-truths-tablet__progress-bar {
    position: absolute;
    top: 0;
    height: 6px;
    width: 25%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    transition: left 0.3s ease;
    left: 0;
  }

  /* Navigation Arrows */
  .four-truths-tablet__arrows {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    pointer-events: auto;
    z-index: 20;
  }

  .four-truths-tablet__arrow {
    width: 48px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .four-truths-tablet__arrow svg {
    width: 16px;
    height: 16px;
  }

  .four-truths-tablet__arrow svg path {
    stroke: rgba(255, 255, 255, 0.9);
  }

  .four-truths-tablet__arrow:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.9);
  }

  .four-truths-tablet__arrow:active {
    transform: scale(0.95);
  }

  .four-truths-tablet__arrow--hidden {
    display: none;
  }
}

/* ======================================== */
/* Breakpoint: 768px - 1023.98px           */
/* ======================================== */
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .four-truths-tablet__header {
    padding: 32px 24px 24px;
  }

  .four-truths-tablet__title {
    font-size: 40px !important;
    letter-spacing: -0.64px;
  }

  .four-truths-tablet__subtitle {
    font-size: 16px !important;
  }

  .four-truths-tablet__slider {
    padding: 0 24px;
  }

  .four-truths-tablet__slide-heading {
    font-size: 36px;
    letter-spacing: -0.72px;
    min-width: 160px;
  }

  .four-truths-tablet__slide-description p {
    font-size: 14px;
  }

  .four-truths-tablet__controls {
    padding: 20px 24px;
  }
}

/* ======================================== */
/* Breakpoint: 1024px - 1279.98px          */
/* ======================================== */
@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
  .four-truths-tablet__header {
    padding: 48px 40px 56px;
  }

  .four-truths-tablet__slider {
    padding: 0 40px;
  }

  .four-truths-tablet__slide-heading {
    font-size: 48px;
    letter-spacing: -0.96px;
    min-width: 220px;
  }

  .four-truths-tablet__slide-description p {
    font-size: 16px;
  }

  .four-truths-tablet__controls {
    padding: 28px 40px;
  }

  .four-truths-tablet__slide-image {
    height: 840px !important;
  }

  .four-truths-tablet__slide-heading {
    color: var(--color-gray-4);
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
  }

  .four-truths-tablet__title {
    font-size: 46px !important;
  }

  .four-truths-tablet__subtitle {
    font-size: 18px !important;
  }

  .four-truths-tablet__slide-right {
    max-width: 455px !important;
  }

  .four-truths-tablet__slide-content {
    max-height: 156px !important;
  }

  .four-truths-tablet__slide-description p {
    font-size: 20px !important;
  }

  .four-truths-tablet__controls::after {
    bottom: -11px !important;
  }
}

/* ======================================== */
/* Breakpoint: 1280px+ width, 700px height  */
/* ======================================== */
@media screen and (min-width: 1280px) and (max-height: 750px) {
  .four-truths__slide-image {
    width: 480px !important;
    height: 360px !important;
  }
  .four-truths__slide-image img {
    object-position: 50% 0% !important;
  }
}

@media screen and (max-width: 430px) and (min-height: 840px) and (max-height: 933px) {
  .four-truths-mobile {
    margin-bottom: 50px !important;
  }
}

/* ======================================== */
/* PERSONAS SECTION                         */
/* ======================================== */

.personas {
  width: 100%;
  background-color: var(--color-white);
}

/* Header */
.personas__header {
  text-align: center;
}

.personas__title {
  margin: 0;
  line-height: 106%;
}

.personas__title em {
  font-style: normal;
  font-weight: 600;
  color: var(--color-gray-4);
}

/* Tabs Container */
.personas__tabs {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

/* Individual Tab */
.personas__tab {
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-primary);
  font-weight: 300;
  text-transform: capitalize;
  color: var(--color-gray-4);
  flex-basis: 33.3%;
}

.personas__tab:hover {
  background: linear-gradient(180deg, rgba(245, 247, 251, 0.3) 4.11%, rgba(234, 237, 246, 0.3) 111.77%);
}

.personas__tab--active {
  position: relative;
  background: linear-gradient(180deg, rgba(245, 247, 251, 0.5) 4.11%, rgba(234, 237, 246, 0.5) 111.77%);
  border: none;
  font-weight: 600;
  color: #101a28;
}

.personas__tab--active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(235, 223, 207, 0.3) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Content Area */
.personas__content {
  width: 100%;
}

/* Panels */
.personas__panel {
  display: none;
}

.personas__panel--active {
  display: block;
}

/* Layout: Image + Details */
.personas__layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* Lady Image Wrapper */
.personas__image-wrapper {
  flex-shrink: 0;
  overflow: hidden;
}

.personas__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Details Area (Right Side) */
.personas__details {
  display: flex;
  flex-direction: column;
}

/* Products Row */
.personas__products {
  display: flex;
}

/* Product Card */
.personas__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.6px solid rgba(185, 185, 185, 0.5);
  background: var(--color-white);
}

.personas__card-title {
  font-family: var(--font-secondary);
  font-weight: 100;
  color: var(--color-black);
  text-align: center;
}

.personas__card-image {
  object-fit: contain;
}

/* Description */
.personas__description {
  font-family: var(--font-primary);
  font-weight: 300;
  color: rgba(11, 11, 11, 0.7);
  margin-top: 6px;
}

.personas__description p {
  margin: 0;
}

/* CTA Button */
.personas__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
  border: 3px solid #25396f;
  box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
  color: var(--color-white);
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 400;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.personas__cta:hover {
  opacity: 0.9;
  color: var(--color-white);
}

/* ======================================== */
/* Breakpoint: 1280px and above            */
/* ======================================== */
@media screen and (min-width: 1280px) {
  .personas {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }

  .personas__header {
    margin-bottom: 28px;
  }

  .personas__title {
    font-size: 40px;
    letter-spacing: -0.8px;
    color: var(--color-gray-4);
  }

  /* Tabs */
  .personas__tabs {
    margin-bottom: 66px;
    max-width: 53% !important;
    justify-content: space-between !important;
    border-radius: 90px;
    border: 1.32px solid rgba(168, 168, 168, 0.12);
    padding: 8px;
  }

  .personas__tab {
    font-size: 14px;
    letter-spacing: -0.16px !important;
    padding: 15px 22px;
  }

  .personas__tab--active {
    padding: 15px 22px !important;
  }

  /* Layout */
  .personas__layout {
    gap: 40px;
  }

  .personas__image-wrapper {
    width: 420px;
    height: 480px;
    border-radius: 260px 260px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 0px;
    gap: 40px;
  }

  /* Products */
  .personas__products {
    gap: 24px;
  }

  .personas__card {
    width: 190px;
    height: 230px;
    border-radius: 300px;
  }

  .personas__card-title {
    font-size: 20px;
    letter-spacing: -0.48px;
    margin-top: 0px;
  }

  .personas__card-image {
    width: 140px;
    height: 140px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /* Description */
  .personas__description {
    max-width: 420px;
    padding-left: 12px !important;
  }

  .personas__description p {
    font-size: 14px;
    line-height: 154%;
    letter-spacing: -0.28px;
  }

  .personas__description p + p {
    margin-top: 14px;
  }

  /* CTA */
  .personas__cta {
    width: 280px;
    padding: 16px;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 100px;
    margin-left: 12px;
  }
}

/* ======================================== */
/* Breakpoint: 1440px and above            */
/* ======================================== */
@media screen and (min-width: 1440px) {
  .personas {
    padding-top: 72px;
    padding-left: 94px;
    padding-right: 94px;
    padding-bottom: 100px;
  }

  .personas__header {
    margin-bottom: 32px;
  }

  .personas__title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }

  /* Tabs */
  .personas__tabs {
    margin-bottom: 58px;
  }

  .personas__tab {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  /* Layout */
  .personas__layout {
    gap: 44px;
  }

  .personas__image-wrapper {
    width: 485px;
    height: 570px;
    border-radius: 300px 300px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 0px;
    gap: 48px;
  }

  /* Products */
  .personas__products {
    gap: 29px;
  }

  .personas__card {
    width: 221px;
    height: 280px;
    border-radius: 360px;
  }

  .personas__card-title {
    margin-top: 0px;
  }

  .personas__card-image {
    width: 130px;
    height: 130px;
    margin-bottom: 0px;
  }

  /* Description */
  .personas__description {
    max-width: 489px;
  }

  .personas__description p {
    line-height: 154%;
    letter-spacing: -0.32px;
  }

  .personas__description p + p {
    margin-top: 16px;
  }

  /* CTA */
  .personas__cta {
    width: 320px;
    padding: 18px 16px;
    font-size: 12px;
    letter-spacing: 1.2px;
    border-radius: 108px;
  }
}

/* ======================================== */
/* Breakpoint: 1920px and above            */
/* ======================================== */
@media screen and (min-width: 1920px) {
  .personas {
    padding-top: 90px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 120px;
  }

  .personas__header {
    margin-bottom: 40px;
  }

  .personas__title {
    font-size: 56px;
    letter-spacing: -1.12px;
  }

  /* Tabs */
  .personas__tabs {
    gap: 40px;
    margin-bottom: 70px;
  }

  .personas__tab {
    width: 380px;
    height: 88px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }

  /* Layout */
  .personas__layout {
    gap: 60px;
  }

  .personas__image-wrapper {
    width: 580px;
    height: 720px;
    border-radius: 360px 360px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 60px;
    gap: 56px;
  }

  /* Products */
  .personas__products {
    gap: 36px;
  }

  .personas__card {
    width: 221px;
    height: 280px;
    border-radius: 420px;
  }

  .personas__card-title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-top: 0px;
  }

  .personas__card-image {
    width: 130px;
    height: 130px;
    margin-bottom: 0px;
  }

  /* Description */
  .personas__description {
    max-width: 560px;
  }

  .personas__description p {
    font-size: 18px;
    line-height: 154%;
    letter-spacing: -0.36px;
  }

  .personas__description p + p {
    margin-top: 20px;
  }

  /* CTA */
  .personas__cta {
    width: 380px;
    padding: 24px 16px;
    font-size: 14px;
    letter-spacing: 1.4px;
    border-radius: 120px;
  }
}

@media screen and (max-width: 767px) {
  /* ======================================== */
  /* Breakpoint: 767px and below            */
  /* ======================================== */
  .personas__header {
    margin-bottom: 20px;
  }
  .personas__title {
    font-size: 24px !important;
  }

  .personas__tabs {
    width: 75%;
    gap: 3px;
    padding: 3px;
    border-radius: 60px;
    border: 0.853px solid rgba(168, 168, 168, 0.12);
    margin-bottom: 32px;
    justify-content: space-between !important;
  }

  .personas__tab {
    font-size: 9px !important;
    line-height: 140%;
    letter-spacing: -0.08px;
    white-space: nowrap;
    padding: 10px;
    text-transform: capitalize;
    border: none;
  }

  .personas__content {
    padding: 12px;
  }

  .personas__layout {
    flex-direction: column !important;
  }

  .personas__products {
    width: 100%;
    margin-top: 16px;
    justify-content: center;
    gap: 8px;
  }

  .personas__card {
    border: none;
    flex-direction: column-reverse;
  }

  .personas__card-title {
    color: #000;

    text-align: center;
    font-family: Fraunces;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -0.24px;
  }

  .personas__card-image {
    width: 100px;
    height: 100px;
    border-radius: 360px;
    border: 0.6px solid rgba(185, 185, 185, 0.5);
  }

  .personas__details {
    width: 100%;
    align-items: center;
  }

  .personas__description {
    color: rgba(11, 11, 11, 0.7);
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.24px;
    margin-top: 40px;
    width: 100%;
  }

  .personas__cta {
    margin-top: 28px;
    width: 280px;
    padding: 14px 16px;
    border-radius: 108px;
    border: 3px solid #25396f;
    background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
    box-shadow: 0 27px 22px -19px rgba(99, 99, 99, 0.63);

    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 413px) {
  .personas__tabs {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  /* ======================================== */
  /* Breakpoint: 768px - 1025px              */
  /* ======================================== */
  .personas {
    padding-top: 56px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 100px;
  }

  .personas__header {
    margin-bottom: 32px;
  }

  .personas__title {
    font-size: 32px;
    letter-spacing: -0.96px;
  }

  /* Tabs */
  .personas__tabs {
    gap: 14px;
    margin-bottom: 20px;
  }

  .personas__tab {
    font-size: 12px;
    padding: 12px 16px;
    letter-spacing: 0.8px;
    white-space: nowrap;
    border: none;
  }

  .personas__tab--active {
    padding: 14px 16px;
  }

  /* Layout */
  .personas__layout {
    gap: 28px;
  }

  .personas__image-wrapper {
    width: 321px;
    height: 572px;
    aspect-ratio: 321/572;
    border-radius: 300px 300px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 50px;
    gap: 48px;
  }

  /* Products */
  .personas__products {
    gap: 14px;
  }

  .personas__card {
    width: 116px;
    height: 192px;
    border-radius: 360px;
    padding: 40px 20px;
  }

  .personas__card-title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }

  .personas__card-image {
    width: 90px;
    height: 90px;
  }

  /* Description */
  .personas__description {
    max-width: 489px;
    padding-left: 12px;
  }

  .personas__description p {
    font-size: 16px;
    line-height: 154%;
    letter-spacing: -0.32px;
  }

  .personas__description p + p {
    margin-top: 16px;
  }

  /* CTA */
  .personas__cta {
    width: 220px;
    padding: 12px 16px;
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 20px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.97px) {
  /* ======================================== */
  /* Breakpoint: 1024px - 1279.97px          */
  /* ======================================== */
  .personas {
    height: 100vh !important;
  }
  .personas__title {
    font-size: 52px !important;
  }

  .personas__tabs {
    gap: 20px !important;
    border: none !important;
    margin-bottom: 56px !important;
  }

  .personas__tab {
    font-size: 16px !important;
    text-transform: capitalize !important;

    padding: 20px 30px !important;
  }

  .personas__card {
    width: 153.138px;
    height: 253.47px;
    justify-content: space-between;
  }

  .personas__card-title {
    font-size: 18px !important;
  }

  .personas__card-image {
    width: 117px !important;
    height: 117px !important;
  }

  .personas__description {
    max-width: 344px !important;
  }

  .personas__image-wrapper {
    width: 423.488px;
    height: 755.635px;
    aspect-ratio: 423.49/755.64;
  }

  .personas__details {
    gap: 31px !important;
  }

  .personas__products {
    margin-bottom: 120px !important;
  }
}

/* ======================================== */
/* PROMISE SECTION                          */
/* ======================================== */

.promise__features li {
  font-family: var(--font-secondary);
}

@media screen and (min-width: 1280px) {
  /* ======================================== */
  /* Breakpoint: 1280px and above            */
  /* ======================================== */
  .promise {
    position: relative;
    width: 100%;
    height: 810px;
    background-color: var(--color-white);
    overflow: hidden;
  }

  .promise__gift-box {
    position: absolute;
    left: -50px;
    top: -64px;
    height: auto;
    z-index: 3;
    pointer-events: none;
  }

  .promise__envelope {
    position: absolute;
    right: 24px;
    top: 80px;
    width: 641px;
    height: auto;
    z-index: 1;
    pointer-events: none;
  }

  .promise__pen-wrapper {
    position: absolute;
    right: 70px;
    top: 128px;
    z-index: 4;
    pointer-events: none;
  }

  .promise__pen {
    width: 100%;
    height: 100%;
  }

  .promise__card {
    position: absolute;
    left: 13%;
    top: 88px;
    width: 997px;
    height: 628px;
    background-color: var(--color-white);
    box-shadow: 6px 14px 12px rgba(0, 0, 0, 0.12);
    border: 0.76px solid rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .promise__content {
    position: relative;
    padding: 57px 0 0 432px;
    height: 100%;
  }

  .promise__title {
    font-family: var(--font-secondary);
    font-size: 140px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -2.8px;
    color: var(--color-gray-4);
    margin-bottom: 28px;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
  }

  .promise__intro {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    color: var(--color-gray-4);
    margin-bottom: 44px;
    padding-left: 39px;
  }

  .promise__intro p {
    margin-bottom: 0;
  }

  .promise__intro p:last-child {
    font-weight: 500;
  }

  .promise__features {
    list-style: none;
    padding: 0 0 0 39px;
    margin: 0 0 44px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .promise__features li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: var(--color-gray-2);
    opacity: 0.7;
  }

  .promise__cta {
    align-items: center;
    gap: 12px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: var(--color-gray-3);
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-left: 39px;
  }

  .promise__cta:hover {
    opacity: 0.7;
  }

  .promise__cta-read {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 19%;
  }

  .promise__cta-arrow svg {
    width: 22px;
    height: auto;
  }

  .promise__flowers-wrapper {
    position: absolute;
    right: -40px;
    bottom: -60px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  .promise__flowers {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  /* ======================================== */
  /* Breakpoint: 767px and below             */
  /* ======================================== */
  .promise__pen-wrapper {
    position: absolute;
    right: -10% !important;
    top: 10%;
    z-index: 4;
    pointer-events: none;
  }
}

@media screen and (max-width: 1025.98px) {
  /* ======================================== */
  /* Breakpoint: 1025.98px and below         */
  /* ======================================== */
  .promise {
    position: relative;
    width: 100%;
    height: 810px;
    background-color: var(--color-white);
    overflow: visible;
  }

  .promise-mobile {
    width: 100% !important;
  }

  .promise-mobile__container {
    max-width: calc(100% - 32px);
    height: 561px;
    overflow: visible;
  }

  .promise__gift-box {
    position: absolute;
    left: -40%;
    top: -160px;
    height: auto;
    z-index: 3;
    pointer-events: none;
  }

  .promise__envelope {
    position: absolute;
    top: -30px;
    right: -100px;
  }

  .promise__pen-wrapper {
    position: absolute;
    right: -10%;
    top: 10%;
    z-index: 4;
    pointer-events: none;
  }

  .promise__pen {
    width: 100%;
    height: 100%;
  }

  .promise__card {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 328px;
    height: 561px;
    background-color: var(--color-white);
    box-shadow: 6px 14px 12px rgba(0, 0, 0, 0.12);
    border: 0.76px solid rgba(0, 0, 0, 0.12);
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .promise__content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 28px;
    max-width: 227px;
    margin-bottom: 50px;
  }

  .promise__title {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 64px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.28px;
  }

  .promise__intro {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    color: var(--color-gray-4);
  }

  .promise__intro p {
    margin-bottom: 0;
  }

  .promise__intro p:last-child {
    font-weight: 500;
  }

  .promise__features {
    list-style: none;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0 !important;
  }

  .promise__features li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: var(--color-gray-2);
    opacity: 0.7;
  }

  .promise__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: var(--color-gray-3);
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-bottom: 50px;
  }

  .promise__cta:hover {
    opacity: 0.7;
  }

  .promise__cta-read {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 19%;
  }

  .promise__cta-arrow {
    display: flex;
    align-items: center;
  }

  .promise__cta-arrow svg {
    width: 22px;
    height: auto;
  }

  .promise__flowers-wrapper {
    position: absolute;
    right: -70px;
    bottom: -80px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  .promise__flowers {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.98px) {
  /* ======================================== */
  /* Breakpoint: 768px - 1025.98px           */
  /* ======================================== */
  .promise-mobile__container {
    max-width: 50%;
    height: 561px;
    overflow: visible;
    scale: 140%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
  /* ======================================== */
  /* Breakpoint: 1024px - 1279.98px          */
  /* ======================================== */
  .promise-mobile__container {
    width: 609px !important;
    height: 1040px !important;
    max-width: unset !important;
    scale: none !important;
  }

  .promise__envelope {
    right: -30% !important;
  }

  .promise__pen-wrapper {
    right: -10% !important;
  }

  .promise__card {
    width: 609px !important;
    height: 1040px !important;
  }

  .promise__content {
    max-width: 435px !important;
    gap: 52px !important;
  }

  .promise__title {
    font-size: 140px !important;
  }
  .promise__intro {
    margin-top: -24px !important;
  }

  .promise__intro p {
    font-size: 20px !important;
  }

  .promise__features li {
    font-size: 18px !important;
  }

  .promise__content a {
    font-size: 14px !important;
  }

  .promise__flowers-wrapper {
    width: 206px !important;
    height: 317px !important;
  }

  .promise__flowers {
    width: 100%;
    height: 100%;
    scale: 1.4;
  }

  .promise__gift-box {
    top: -250px !important;
    left: -58% !important;
  }
}

@media screen and (min-width: 1920px) {
  /* ======================================== */
  /* Breakpoint: 1920px and above            */
  /* ======================================== */
  .promise {
    max-width: 1440px !important;
    height: calc(100vh - var(--headerHeight)) !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  /* ======================================== */
  /* Breakpoint: 1280px - 1366px             */
  /* ======================================== */
  .promise__envelope {
    width: 390px;
    height: 212px !important;
  }

  .promise__gift-box {
    width: 428px !important;
    left: 15% !important;
    top: -64px !important;
  }

  .promise__card {
    width: 682px !important;
    height: 429px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  .promise__title {
    margin-bottom: 15px !important;
  }

  .promise__content {
    padding: 38px 0 0 280px !important;
  }

  .promise__content h2 {
    font-size: 96px !important;
  }

  .promise__intro {
    margin-bottom: 30px !important;
  }

  .promise__intro p {
    font-size: 10px !important;
  }

  .promise__features,
  .promise__intro,
  .promise__cta {
    padding-left: 30px !important;
    margin-left: unset !important;
  }

  .promise__features li {
    font-size: 11px !important;
  }
  .promise__cta {
    font-size: 10px !important;
  }

  .promise__flowers-wrapper {
    width: 210px !important;
    height: 214px !important;
    bottom: 0px !important;
  }

  .promise__pen-wrapper {
    width: 216px !important;
    right: 15% !important;
  }

  .promise__envelope {
    right: 144px !important;
    top: 80px !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .promise__top-seperator {
    height: 20vh !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1399px) and (max-height: 700px) {
  .promise__gift-box {
    top: -14px !important;
    left: 13% !important;
  }
}

/* ======================================== */
/* HIGH END JEWELLERY SECTION               */
/* ======================================== */

.highendjewellery-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: var(--color-white, #fff);
  gap: 0;
  position: relative;
}

.highendjewellery-container {
  display: flex;
  width: 100%;
  min-height: 670px;
  background: var(--color-white, #fff);
  gap: 0;
  position: relative;
  padding: 0;
  margin: 0;
}

.highendjewellery-heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
}

.highendjewellery-heading > .highendjewellery-text {
  max-width: 420px;
}

.highendjewellery-left {
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 0 0;
  position: sticky;
  top: var(--headerHeight);
  align-self: flex-start;
  height: calc(100dvh - var(--headerHeight));
}

.highendjewellery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.08);
}

.highendjewellery-right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.highendjewellery-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: transparent;
  height: calc(100dvh - var(--headerHeight));
}

.highendjewellery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.highendjewellery-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 376px;
  height: 50%;
}

.highendjewellery-h5 {
  color: #0b0b0b;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  text-transform: uppercase;
  opacity: 0.3;
}

.highendjewellery-h2 {
  color: #2b2823;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 44px */
  letter-spacing: -0.44px;
  text-transform: capitalize;
}

.highendjewellery-h2 em {
  color: #858585;
}

.highendjewellery-desc {
  color: #6b6965;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
  .highendjewellery-right {
    gap: 32px;
  }
  .highendjewellery-h2 {
    font-size: 26px;
  }
  .highendjewellery-desc {
    font-size: 15px;
    max-width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .highendjewellery-section {
    flex-direction: column;
  }
  .highendjewellery-container {
    flex-direction: column;
    min-height: unset;
    padding: 0;
  }

  .highendjewellery-heading {
    height: 30vh !important;
  }

  .highendjewellery-heading .highendjewellery-text {
    gap: 12px;
  }

  .highendjewellery-heading .highendjewellery-h5 {
    font-size: 10px;
  }

  .highendjewellery-left,
  .highendjewellery-right {
    flex: unset;
    width: 100%;
    max-width: 100%;
  }
  .highendjewellery-left {
    justify-content: center;
    padding: 0;
    position: relative;
    height: auto;
    top: unset;
  }
  .highendjewellery-main-img {
    width: 100vw;
    max-width: 100vw;
    min-width: auto;
    border-radius: 0;
    height: auto;
  }
  .highendjewellery-right {
    gap: 18px;
    z-index: 3;
  }

  .highendjewellery-text {
    max-width: 275px;
  }

  .highendjewellery-h2 {
    font-family: Fraunces;
    font-size: 28px;
    font-weight: 300;
    line-height: 116%;
    letter-spacing: -0.56px;
  }
  .highendjewellery-h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 122%;
  }
  .highendjewellery-desc {
    color: #6b6965;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.24px;
  }
  .highendjewellery-block {
    gap: 7px;
    height: calc(70dvh - var(--headerHeight));
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) and (max-height: 720px) {
  .highendjewellery-img-container {
    height: 60% !important;
  }
}
/* ======================================== */
/* DIAMOND EXPERTISE CENTRE SECTION         */
/* ======================================== */

.expertise-section {
  width: 100%;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  padding: 72px 64px 96px;
}

.expertise-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 28px;
}

.expertise-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.expertise-title {
  color: var(--color-gray-4);
  font-size: 44px;
  font-weight: 300;
  line-height: 116%;
  letter-spacing: -0.88px;
  font-family: var(--font-secondary);
}

.expertise-subtitle-mobile {
  display: none;
}

.expertise-images-mobile {
  display: none;
}

.expertise-visit-mobile {
  display: none;
}

.expertise-intro {
  margin-top: 16px;
  max-width: 460px;
  color: var(--color-gray-2);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.expertise-intro > p:nth-of-type(2) {
  margin-top: 16px;
}

.expertise-image-small {
  width: 50%;
  overflow: hidden;
}

.expertise-image-large {
  width: 100%;
  overflow: hidden;
}

.expertise-image-main {
  width: 100%;
  overflow: hidden;
}

.expertise-image-main img:first-of-type {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  scale: 1.1;
}

.expertise-image-main img:last-of-type {
  width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  transform: translateX(10%);
}

.expertise-copy-top {
  padding-left: 16px;
  max-width: 530px;
}

.expertise-copy-bottom {
  max-width: 491px;
  color: var(--color-gray-2);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 16px;
}

.expertise-copy-bottom > p {
  font-weight: 700;
}

.expertise-bullets {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.expertise-bullets li {
  position: relative;
  padding-left: 28px;
  white-space: nowrap;
  font-family: var(--font-secondary);
  font-size: 14px;
  line-height: 116%;
  letter-spacing: -0.28px;
  color: #6b6965;
  flex-basis: 100%;
}

.expertise-bullets li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(11, 11, 11, 0.02);

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.75%203.16071L2.625%205.03571L6.91071%200.75%22%20stroke%3D%22%230B0B0B%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 10px;
}

.expertise-cta {
  margin-top: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 16px;
  width: 320px;
  max-width: 100%;
  border-radius: 108px;
  border: 3px solid #25396f;
  background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
  box-shadow: 0 27px 22px -19px rgba(99, 99, 99, 0.63);
  color: #fff;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.expertise-cta:hover {
  opacity: 0.9;
  color: #fff;
}

.expertise-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.expertise-image-small img,
.expertise-image-large img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  scale: 1.1;
}

@media screen and (max-width: 1279.98px) {
  .expertise-section {
    padding: 56px 32px 80px;
  }

  .expertise-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    column-gap: 32px;
  }

  .expertise-title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
}

@media screen and (max-width: 1023.98px) {
  .expertise-section {
    padding: 48px 24px 72px;
  }

  .expertise-inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }

  .expertise-right {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .expertise-section {
    padding: 0;
    padding-bottom: 70px;
  }

  .expertise-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 20px;
  }

  .expertise-left {
    gap: 20px;
    width: 100%;
  }

  .expertise-copy-top {
    padding-left: 0;
    text-align: center;
    padding-top: 50px;
  }

  .expertise-title {
    display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 116%;
    letter-spacing: -0.56px;
    color: var(--color-gray-4);
    margin: 0 auto;
    width: 324px;
    max-width: 100%;
  }

  .expertise-intro {
    display: none;
  }

  .expertise-subtitle-mobile {
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.22px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    width: 318px;
    max-width: 100%;
  }

  .expertise-image-main {
    width: 320px;
    height: 317px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }

  .expertise-image-main img:first-of-type {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
  }

  .expertise-image-main img:last-of-type {
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
    transform: translateX(5%);
  }

  .expertise-images-mobile {
    display: flex;
    gap: 20px;
    width: 320px;
    margin: 0 auto;
  }

  .expertise-image-mobile-small {
    width: 150px;
    height: 137px;
    overflow: hidden;
    background: white;
    position: relative;
  }

  .expertise-image-mobile-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .expertise-image-mobile-small:first-child img {
    width: 100%;
    height: unset;
    position: absolute;
    left: 50%;
    top: -75px;
    transform: translateX(-50%);
  }

  .expertise-image-mobile-small:last-child img {
    width: 100%;
    height: unset;
    position: absolute;
    left: calc(50% + 3.5px);
    top: -34px;
    transform: translateX(-50%);
  }

  .expertise-visit-mobile {
    display: block;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.22px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 20px;
  }

  .expertise-visit-mobile p {
    margin: 0;
  }

  .expertise-visit-mobile .font-secondary {
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.28px;
    color: #0b0b0b;
  }

  .expertise-copy-bottom {
    padding-left: 0px;
  }

  .expertise-copy-bottom > p {
    display: none;
  }

  .expertise-copy-bottom > ul {
    width: 280px !important;
    margin: 0 auto !important;
  }

  .expertise-bullets {
    gap: 4px;
    width: 229px;
    margin: 0 auto;
    align-items: flex-start;
    margin-top: 20px;
  }

  .expertise-bullets li {
    white-space: normal;
    font-family: var(--font-primary);
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.22px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .expertise-bullets li::before {
    width: 20px;
    height: 20px;
    background-size: 10px 10px;
    left: 0;
    flex-shrink: 0;
  }

  .expertise-cta {
    width: 320px;
    max-width: 100%;
    padding: 14px 16px;
    font-size: 11px;
    letter-spacing: 1.1px;
    margin: 20px auto 0;
  }

  .expertise-right {
    display: none;
  }
}

/* ======================================== */
/* APPOINTMENT MODAL SECTION                */
/* ======================================== */

.appointment-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.appointment-modal.is-open {
  display: flex;
}

.appointment-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.appointment-modal__container {
  position: relative;
  display: flex;
  gap: 24px;
  max-width: 900px;
  max-height: 480px;
  width: 100%;
  background: var(--color-white);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 18px 8px 29px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
  z-index: 1;
}

.appointment-modal__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.appointment-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.appointment-modal__title {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.4px;
  color: #56544e;
  margin: 0;
}

.appointment-modal__close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56544e;
  transition: all 0.2s ease;
  z-index: 100;
  border-radius: 50%;
}

.appointment-modal__close-btn:hover {
  background: rgba(86, 84, 78, 0.1);
  transform: scale(1.05);
}

.appointment-modal__close-btn:active {
  transform: scale(0.95);
  background: rgba(86, 84, 78, 0.15);
}

.appointment-modal__close-btn svg {
  width: 24px;
  height: 24px;
}

.appointment-modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.appointment-modal__field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.appointment-modal__input-wrapper {
  position: relative;
  background: var(--color-white);
  border: 1px solid rgba(16, 15, 15, 0.1);
  border-radius: 12px;
  padding: 24px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.appointment-modal__input-inner {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.appointment-modal__icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.appointment-modal__phone-prefix {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  cursor: pointer;
}

.appointment-modal__selected-country {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.appointment-modal__country-code {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.appointment-modal__country-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 280px;
  overflow: hidden;
  min-width: 250px;
  z-index: 10000;
  display: none;
}

.appointment-modal__country-dropdown.is-open {
  display: block;
}

.appointment-modal__country-search-container {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

.appointment-modal__country-search {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

.appointment-modal__country-search:focus {
  border-color: #56544e;
}

.appointment-modal__country-search::placeholder {
  color: #999;
}

.appointment-modal__country-options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

.appointment-modal__country-options::-webkit-scrollbar {
  width: 6px;
}

.appointment-modal__country-options::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

.appointment-modal__country-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.appointment-modal__country-options::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.appointment-modal__country-no-results {
  padding: 20px 16px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.appointment-modal__country-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.appointment-modal__country-option:hover {
  background-color: #f5f5f5;
}

.appointment-modal__country-option-flag {
  width: 24px;
  height: 16.695px;
  object-fit: contain;
  flex-shrink: 0;
}

.appointment-modal__country-option-name {
  flex: 1;
  font-size: 14px;
  color: #000;
}

.appointment-modal__country-option-code {
  font-size: 14px;
  color: #666;
}

.appointment-modal__flag {
  width: 24px;
  height: 16.695px;
  object-fit: contain;
}

.appointment-modal__chevron-small {
  width: 12px;
  height: 9px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.appointment-modal__phone-prefix.is-open .appointment-modal__chevron-small {
  transform: rotate(180deg);
}

.appointment-modal__divider {
  width: 0;
  height: 32px;
  border-left: 1px solid #e0e0e0;
  margin: 0 10px;
}

.appointment-modal__input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 16px !important;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  color: var(--color-gray-4);
  outline: none;
  min-width: 0;
}

.appointment-modal__input::placeholder {
  color: #969288;
}

.appointment-modal__chevron {
  flex-shrink: 0;
  width: 16px;
  height: 12px;
}

.appointment-modal__helper-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  color: #7b7874;
  opacity: 0.8;
  margin: 0;
  padding-left: 0;
}

.appointment-modal__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  width: 100%;
  border-radius: 108px;
  border: 3px solid #25396f;
  background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
  box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
  color: #fff;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-top: 8px;
}

.appointment-modal__submit:hover {
  opacity: 0.9;
}

.appointment-modal__image {
  flex-shrink: 0;
  width: 399px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.appointment-modal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.appointment-modal__step {
  display: none;
  width: 100%;
}

.appointment-modal__step.is-active {
  display: flex;
}

.appointment-modal__step--form {
  gap: 24px;
}

.appointment-modal__step--success {
  justify-content: center;
  align-items: center;
}

/* When success step is active, adjust container */
.appointment-modal__container.success-step-active {
  max-width: 400px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* APPOINTMENT SUCCESS MODAL STYLES */
.appointment-success-modal__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
}

.appointment-success-modal__content .appointment-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.appointment-success-modal__popper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 352.182px;
  height: 130px;
  position: relative;
  flex-shrink: 0;
}

.appointment-success-modal__popper-background {
  width: 100%;
  height: 100%;
  background-image: url("https://staticimg.tanishq.co.in/microsite/natural-diamond/assets/images/expertise/confetti.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}

.appointment-success-modal__checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-success-modal__checkmark svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}

.appointment-success-modal__text {
  text-align: center;
  width: 100%;
}

.appointment-success-modal__message {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.4px;
  color: #56544e;
  margin: 0;
}

.appointment-modal__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.appointment-modal__submit:disabled:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023.98px) {
  .appointment-modal__container {
    flex-direction: column;
    max-width: 500px;
    padding: 24px;
  }

  .appointment-modal__image {
    width: 100%;
    height: 300px;
    order: -1;
  }

  .appointment-modal__title {
    font-size: 18px;
  }
}

/* Mobile Image with Title Overlay */
.appointment-modal__image-mobile {
  display: none;
}

.appointment-modal__title-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .appointment-modal {
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
  }

  .appointment-modal__backdrop {
    background: rgba(0, 0, 0, 0.5);
  }

  .appointment-modal__container {
    width: calc(100vw - 40px);
    max-width: 100%;
    padding: 10px 10px 20px;
    margin: 0 auto;
    border-radius: 8px;
    gap: 0;
    flex-direction: column;
    height: calc(100dvh - 100px) !important;
    max-height: unset;
  }

  .appointment-modal__container.success-step-active {
    height: 300px !important;
  }

  .appointment-modal__close-btn {
    top: 16px;
    right: 16px;
    padding: 6px;
  }

  .appointment-modal__close-btn svg {
    width: 20px;
    height: 20px;
  }

  .appointment-modal__step--form {
    flex-direction: column;
    gap: 0;
  }

  /* Hide desktop image and header */
  .appointment-modal__image {
    display: none;
  }

  .appointment-modal__header {
    display: none;
  }

  .appointment-modal__step--form {
    gap: 32px;
  }

  /* Show mobile image with title overlay */
  .appointment-modal__image-mobile {
    display: block;
    width: 100%;
    aspect-ratio: 300/357;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .appointment-modal__image-mobile-img {
    width: 407px;
    height: 407px;
    object-fit: cover;
    object-position: 0 -70px;
    position: absolute;
  }

  .appointment-modal__image-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 253px;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    z-index: 1;
  }

  .appointment-modal__title-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 400;
    line-height: 128%;
    letter-spacing: -0.48px;
    color: white;
    margin: 0;
    z-index: 2;

    padding-bottom: 15.5px;
  }

  .appointment-modal__content {
    gap: 24px;
    width: 100%;
  }

  .appointment-modal__form {
    gap: 24px;
    width: 100%;
  }

  .appointment-modal__field {
    width: 100%;
  }

  .appointment-modal__input-wrapper {
    padding: 16px 14px;
    width: 100%;
  }

  .appointment-modal__input {
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .appointment-modal__submit {
    padding: 16px;
    font-size: 12px;
    letter-spacing: 1.2px;
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .appointment-modal__step--success .appointment-modal__container {
    flex-direction: column;
    max-width: 500px;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .appointment-modal__step {
    height: 100% !important;
  }
  .appointment-modal__step--success .appointment-modal__container {
    padding: 20px;
  }

  .appointment-success-modal__popper {
    width: 100%;
    max-width: 280px;
    height: 100px;
  }

  .appointment-success-modal__content {
    gap: 24px;
    height: 100%;
    justify-content: center;
  }

  .appointment-success-modal__message {
    font-size: 18px;
  }
}

/* ======================================== */
/* NATURAL VS SYNTHETIC SECTION             */
/* ======================================== */

.natural-vs-synthetic-section {
  width: 100%;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  position: relative;  
}

.natural-vs-synthetic__slide {
  width: 100%;
  position: sticky;
  top: 0px;
  overflow: hidden;
  background-color: var(--color-white);
  height: calc(100vh - var(--headerHeight));
  will-change: transform;
}

.natural-vs-synthetic__header {
  position: relative;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
  padding-bottom: 40px;
  background: #fff;
}

.natural-vs-synthetic__title {
  font-family: var(--font-secondary);
  font-size: 44px;
  font-weight: 300;
  line-height: 128%;
  letter-spacing: -0.88px;
  color: var(--color-gray-4);
  margin: 0;
}

.natural-vs-synthetic__subtitle {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: rgba(11, 11, 11, 0.4);
  margin: 0;
}

.natural-vs-synthetic__images {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 2560px;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 1440px) {
  .natural-vs-synthetic__images {
    width: 100%;
  }

  .natural-vs-synthetic__image-wrapper {
    width: 50%;
  }
}

.natural-vs-synthetic__image-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.natural-vs-synthetic__image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.natural-vs-synthetic__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.natural-vs-synthetic__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 186px;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.02) 0%, #0b0b0b 100%);
  z-index: 1;
}

.natural-vs-synthetic__text {
  position: absolute;
  bottom: 0;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  padding-bottom: 40px;
}

.natural-vs-synthetic__label {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--color-white);
  margin: 0;
}

.natural-vs-synthetic__description {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
  color: var(--color-white);
  margin: 0;
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
  .natural-vs-synthetic__slide {
    min-height: auto;
    height: unset;
  }

  .natural-vs-synthetic__header {
    position: static;
    transform: none;
    width: 100%;
    padding: 32px 16px 40px;
    gap: 12px;
  }

  .natural-vs-synthetic__title {
    font-size: 28px;
    line-height: 116%;
    letter-spacing: -0.56px;
  }

  .natural-vs-synthetic__subtitle {
    font-size: 12px;
    line-height: 126%;
    letter-spacing: -0.24px;
    color: var(--color-gray-4);
    font-weight: 300;
  }

  .natural-vs-synthetic__images {
    position: static;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 0;
    left: 0;
    transform: none;
    padding-top: unset;
  }

  .natural-vs-synthetic__image-wrapper {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
  }

  .natural-vs-synthetic__image-container {
    width: 100%;
    height: 100%;
  }

  .natural-vs-synthetic__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .natural-vs-synthetic__slide .natural-vs-synthetic__image-wrapper:last-child .natural-vs-synthetic__image {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .natural-vs-synthetic__slide-1
    .natural-vs-synthetic__image-wrapper:first-of-type
    .natural-vs-synthetic__image {
    object-position: 80% 0%;
  }

  .natural-vs-synthetic__slide-4
    .natural-vs-synthetic__image-wrapper:last-of-type
    .natural-vs-synthetic__image {
    object-position: 80% 0%;
  }

  .natural-vs-synthetic__gradient {
    height: 84px;
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    bottom: unset;
    top: 0px;
    rotate: 180deg;
    mask-image: linear-gradient(to bottom, rgba(11, 11, 11, 0.02) 0%, #0b0b0b 20%);
  }

  .natural-vs-synthetic__text {
    left: 10px;
    top: 30px;
    gap: 4px;
    padding-bottom: 0;
    width: 160px;
  }

  .natural-vs-synthetic__label {
    font-size: 12px;
    letter-spacing: 0.1px;
  }

  .natural-vs-synthetic__description {
    font-size: 12px;
    line-height: 116%;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.8);
  }
}

/* ======================================== */
/* JOURNEY SECTION                          */
/* ======================================== */

/* Journey Header Styles */

@media screen and (min-width: 1279px) {
  .journey-lottie {
    position: relative;
    z-index: 12;
    pointer-events: none;
  }

  .journey-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .journey-header {
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0px;
    right: 0px;
    width: 50%;
    z-index: 30;
    text-align: center;
    max-width: 55vw;
  }

  .journey-header__bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .journey-header__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(180deg) scaleY(-1);
    pointer-events: none;
  }

  .journey-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.56);
    pointer-events: none;
  }

  .journey-header__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 652px;
    max-width: 90%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    z-index: 10;
    will-change: opacity;
  }

  .journey-header__title {
    font-family: "Fraunces", serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.88px;
    color: #ffffff;
    margin: 0;
    width: 100%;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    margin-bottom: 18px;
  }

  .journey-header__description {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #ffffff;
    margin: 0;
    width: 100%;
    max-width: 90%;
  }

  .journey-bg {
    scale: 1.3;
    position: relative;
    object-fit: cover;
  }

  .journey-content__container {
    position: absolute;
    margin: auto;
    width: 490px;
    max-width: 490px;
    max-height: 120px;
  }

  .journey-line-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
    top: 110vh !important;
  }

  .journey-line-container svg {
    pointer-events: none;
    position: relative;
    /* top: -50vh !important; */
    /* transform: scale(0.6, 1); */
    /* height: 700vh !important; */
    stroke-width: 1px;
  }

  .journey-line-container path {
    /* transition: all 1.5s ease-in-out; */
    stroke-dashoffset: 10000;
    stroke-dasharray: 10000;
  }

  .journey-bg-container {
    height: 100%;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .journey-bg-container::after {
    content: "";
    display: block;
    width: 100dvw;
    height: 100dvh;
    position: absolute;
    inset: 0;
    margin: auto;
    background: rgba(11, 11, 11, 0.56);
    z-index: 10;
  }

  .journey-content__container {
    z-index: 20;
  }

  .journey-bg-clip {
    height: 200vh !important;
    will-change: clip-path;
  }

  .journey-bg-clip > .journey-bg-container > .journey-content__container > .journey-content {
    left: -45% !important;
    right: 0 !important;
  }

  .journey-bg-container:nth-of-type(even) > .journey-content__container {
    align-items: flex-start;
  }

  .journey-bg-container:nth-of-type(odd) .journey-content h3,
  .journey-bg-container:nth-of-type(odd) .journey-content p {
    text-align: left;
  }

  .journey-bg-container img {
    pointer-events: none;
  }

  .journey-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    z-index: 10;
    max-width: 100%;
  }

  /* 
    .journey-content__dot {
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      inset: 0;
      margin: auto;
      background-color: white;
    } */

  .journey-content__title {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.32px;
    color: #ffffff;
    text-transform: uppercase;
    /* text-align: right; */
    margin: 0;
    width: 100%;
  }

  .journey-content__description {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.28px;
    color: rgba(255, 255, 255, 0.8);
    /* text-align: right; */
    width: 100%;
  }

  .journey-content__description p {
    margin: 0;
  }
}

.journey-svg-1280-585 {
  display: none !important;
}
.journey-svg-1280-720 {
  display: none !important;
}

/* Height-based visibility for 1280px width SVGs */
@media screen and (min-width: 1280px) and (max-width: 1439px) and (max-height: 650px) {
  .journey-svg-1280-585 {
    display: block !important;
  }
  .journey-svg-1280-720 {
    display: none !important;
  }

  .journey-bg-clip > .journey-bg-container > .journey-content__container > .journey-content {
    left: -45% !important;
    right: 0 !important;
  }

  .journey-bg-container:nth-of-type(even) .journey-content {
    left: -45% !important;
    top: -15% !important;
  }

  .journey-bg-container:nth-of-type(odd) .journey-content {
    right: -75% !important;
    top: -15% !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) and (min-height: 651px) {
  .journey-svg-1280-585 {
    display: none !important;
  }
  .journey-svg-1280-720 {
    display: block !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .journey-bg-clip .journey-content {
    left: -100% !important;
  }
  .journey-bg-clip > .journey-bg-container > .journey-content__container > .journey-content {
    right: 0 !important;
  }

  .journey-bg-container:nth-of-type(even) .journey-content {
    left: -100% !important;
  }

  .journey-bg-container:nth-of-type(odd) .journey-content {
    right: -100% !important;
  }
}

/* Tablet responsive styles for journey header */
@media screen and (max-width: 1024px) {
  .journey-header__content {
    width: 90%;
    max-width: 600px;
    padding: 16px 0;
    gap: 14px;
  }

  .journey-header__title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .journey-header__description {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

/* Mobile responsive styles for journey header */
@media screen and (max-width: 767px) {
  .journey-lottie {
    position: relative;
    z-index: 12;
    height: 100%;
    left: -50%;
    scale: 2.4;
  }

  .journey-header-entry {
    width: 101vw !important;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    z-index: 90;
    animation: slideLeft 1.2s ease-in-out 1s;
    animation-fill-mode: forwards;
    flex-direction: column;
    gap: 5%;
  }

  .journey-header__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    z-index: 40;
    width: 70%;
    height: min-content;
  }

  .journey-header__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .journey-header__icon svg {
    width: 100%;
    height: 100%;
  }

  .journey-header__subtitle-label {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.22px;
    color: #0b0b0b;
    text-transform: uppercase;
    margin: 0;
  }

  .journey-header__title {
    font-family: "Fraunces", serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.56px;
    color: #000;
    margin: 0;
    white-space: normal;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    text-align: center;
  }

  .journey-header__subtitle {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    max-width: 263px;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .journey-header__scroll {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 40;
    padding-bottom: 20px;
  }

  .journey-header__scroll-text {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
  }

  .journey-header__scroll-button {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }

  .journey-header__scroll-button:hover {
    background-color: #f5f5f5;
    border-color: #d0d0d0;
  }

  .journey-header__scroll-button svg {
    transform: rotate(90deg);
  }
  .journey-bg {
    scale: 1.3;
    position: relative;
    object-fit: cover;
  }

  .journey-container {
    height: 100dvh;
    overflow: hidden;
    width: auto !important;
    min-width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    left: 300vw;
    max-height: calc(100dvh - var(--headerHeight)) !important;
  }

  .journey-bg-container {
    flex-shrink: 1;
  }

  .journey-bg-container:not(:nth-of-type(1))::after {
    content: "";
    display: block;
    width: 100dvw;
    height: 100dvh;
    position: absolute;
    inset: 0;
    margin: auto;
    background: linear-gradient(
      175deg,
      rgba(11, 11, 11, 0.64) 25.29%,
      rgba(11, 11, 11, 0) 48.49%,
      rgba(11, 11, 11, 0.8) 71.36%
    );
    z-index: 10;
    pointer-events: none;
  }

  .journey-bg-container:nth-of-type(5) .journey-bg {
    object-position: 35% 0%;
  }

  .journey-bg-container:nth-of-type(6) .journey-bg {
    object-position: 40% 0%;
  }

  .journey-bg-container:nth-of-type(7) .journey-bg {
    object-position: 20% 0%;
  }

  .journey-bg-container:nth-of-type(8) .journey-bg {
    object-position: 15% 0;
  }

  .journey-bg-clip > .journey-bg-container::after {
    content: "";
    display: block;
    width: 100dvw;
    height: 100dvh;
    position: absolute;
    inset: 0;
    margin: auto;
    background: rgba(11, 11, 11, 0.56);
    z-index: 10;
    pointer-events: none;
  }

  .journey-line-container {
    justify-content: flex-start;
    z-index: 100 !important;
  }
  .journey-line-container svg {
    position: relative;
    /* top: -50vh !important; */
    /* transform: scale(0.6, 1); */
    width: 700vw !important;
    height: 100dvh !important;
    stroke-width: 1px;
  }

  .journey-line-container path {
    transition: all 1.5s ease-in-out;
    stroke-dashoffset: 700dvw;
    stroke-dasharray: 700dvw;
  }

  .journey-content {
    position: absolute;
    right: 0;
    top: 50px;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    z-index: 120;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .journey-content__dot {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    /* inset: 0; */
    /* margin: auto; */
    background-color: white;
  }

  .journey-content__title {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.32px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    width: 100%;
  }

  .journey-content__description {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.28px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    width: 100%;
  }

  .journey-content__description p {
    margin: 0;
  }

  .journey-bg-clip .journey-content {
    left: unset !important;
  }

  .journey-bg-container:nth-of-type(even) .journey-content {
    left: unset !important;
  }

  .journey-bg-container:nth-of-type(odd) .journey-content {
    right: unset !important;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0vw);
  }
  50% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-101vw);
  }
}

/* ======================================== */
/* Four C's Section                         */
/* ======================================== */

.four-cs-section {
  padding: 48px 60px;
  background-color: #fff;
}

.four-cs-btn {
  background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
  border: 3px solid #25396f;
  border-radius: 108px;
  box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 300px;
}

.four-cs-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 30px 25px -19px rgba(99, 99, 99, 0.7);
}

.four-cs-btn a {
  letter-spacing: 1.2px;
}

.four-cs-card {
  height: 550px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.four-cs-section__video-container {
  gap: 8px;
}

.four-cs-section__video-container > div {
  flex: 1;
  min-width: 0;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects only on devices that support hover */
@media (hover: hover) and (pointer: fine) {
  .four-cs-section__video-container > div:hover {
    flex: 2;
  }

  .four-cs-section__video-container > div:hover .four-cs-card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }
}

.four-cs-card__video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.four-cs-card__video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Specific positioning adjustments for each card based on Figma */

.four-cs-card:nth-child(1) .four-cs-card__video-wrapper {
  height: 100%;
}

.four-cs-card:nth-child(2) .four-cs-card__video-wrapper {
  height: 100%;
  left: -58px;
}

.four-cs-card:nth-child(3) .four-cs-card__video-wrapper {
  height: 100%;
  left: -54px;
}

.four-cs-card:nth-child(4) .four-cs-card__video-wrapper {
  width: 380px;
  height: 100%;
  left: -144px;
}

.four-cs-card__gradient {
  position: absolute;
  bottom: -35px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42.1%, rgba(0, 0, 0, 1) 95.5%);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.four-cs-card__content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects for gradient and content */
@media (hover: hover) and (pointer: fine) {
  .four-cs-section__video-container > div:hover .four-cs-card__gradient {
    opacity: 0.9;
  }
}

.four-cs-card__content h3 {
  font-variation-settings:
    "SOFT" 0,
    "WONK" 1;
  letter-spacing: -1.4px;
  font-size: 70px !important;  
  text-align: left !important;
}

.four-cs-card__content p {
  margin-left: 6px;
  max-width: 75%;
  text-align: left;
}

.tracking-12 {
  letter-spacing: 1.2px;
}

.line-height-126 {
  line-height: 1.26;
}

/* Journey line SVGs: 1440px (xxl) and 1920px (xxxl) */
.journey-svg-1440,
.journey-svg-1440-min-h-800,
.journey-svg-1920 {
    display: none !important;
}

/* 1440px width, height < 800px */
@media screen and (min-width: 1440px) and (max-width: 1919px) and (max-height: 799px) {
    .journey-svg-1440 {
        display: block !important;
    }
}

/* 1440px width, min-height 800px */
@media screen and (min-width: 1440px) and (max-width: 1919px) and (min-height: 800px) {
    .journey-svg-1440-min-h-800 {
        display: block !important;
    }
}

@media screen and (min-width: 1920px) {

    .journey-svg-1440,
    .journey-svg-1440-min-h-800 {
        display: none !important;
    }

    .journey-svg-1920 {
        display: block !important;
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .four-cs-section {
    padding: 40px 30px;
  }

  .four-cs-btn {
    min-width: 250px;
    padding: 16px 24px;
  }

  .four-cs-card,
  .four-cs-card--large {
    height: 400px;
  }

  .four-cs-card:nth-child(1) .four-cs-card__video-wrapper {
    height: 650px;
    top: -100px;
  }

  /* Stack cards vertically on tablet/mobile */
  .four-cs-section__video-container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .four-cs-section {
    padding: 30px 20px;
  }

  .four-cs-card,
  .four-cs-card--large {
    height: 350px;
  }

  .four-cs-card__content h3 {
    font-size: 48px;
  }
}

/* ======================================== */
/* Journey of Diamond Intro Section         */
/* ======================================== */

@media screen and (min-width: 1279px) {
  .journey-intro-section {
    padding: 40px 40px;
    background-color: #fff;
  }

  .journey-intro-wrapper {
    height: 487px;
    border-radius: 8px;
    overflow: hidden;
  }

  .journey-intro-bg {
    top: -177px;
    left: 0;
    width: 100%;
    height: 816px;
    transform: scaleY(-1) rotate(180deg);
    z-index: 0;
  }

  .journey-intro-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .journey-intro-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 11, 11, 0.6) 14.154%, rgba(11, 11, 11, 0) 79.301%);
    z-index: 1;
  }

  .journey-intro-gradient-top {
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(122.966deg, rgba(11, 11, 11, 0.6) 27.681%, rgba(11, 11, 11, 0) 45.763%);
    z-index: 2;
  }

  .journey-intro-blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 428px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
  }

  .journey-intro-path {
    position: absolute;
    top: -29px;
    left: 0;
    width: 100%;
    max-width: 2630px;
    height: 409px;
    z-index: 3;
    pointer-events: none;
  }

  .journey-intro-point {
    position: absolute;
    z-index: 4;
  }

  .journey-intro-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    position: relative;
  }

  .journey-intro-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
  }

  .journey-intro-label {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    line-height: 1.26;
    letter-spacing: -0.32px;
  }

  .journey-intro-content {
    top: 60%;
    left: 39px;
    transform: translateY(-50%);
    z-index: 5;
    max-width: 30%;
  }

  .journey-intro-btn {
    background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
    border: 3px solid #25396f;
    border-radius: 108px;
    box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 362px;
  }

  .journey-intro-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 30px 25px -19px rgba(99, 99, 99, 0.7);
  }

  .journey-intro-btn a {
    letter-spacing: 1.2px;
    padding: 20px 32px;
    text-decoration: none;
    width: 100%;
  }

  .text-60 {
    font-size: 60px;
  }

  .tracking-032 {
    letter-spacing: -0.32px;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1281px) {
  .journey-intro-content h2 {
    font-size: 50px !important;
  }
}

/* ======================================== */
/* Natural Diamond Difference Section       */
/* ======================================== */

@media screen and (min-width: 1279px) {
  .natural-diff-section {
    padding: 40px 40px;
    background-color: #fff;
  }

  .natural-diff-wrapper {
    height: 487px;
    border-radius: 8px;
    overflow: hidden;
  }

  .natural-diff-bg {
    top: -106px;
    left: 0;
    width: 100%;
    height: 762px;
    z-index: 0;
  }

  .natural-diff-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .natural-diff-gradient-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 988px;
    height: 487px;
    background: linear-gradient(141.602deg, rgba(11, 11, 11, 0.6) 29.883%, rgba(11, 11, 11, 0) 56.296%);
    z-index: 1;
  }

  .natural-diff-blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 428px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
  }

  .natural-diff-content {
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 482px;
  }

  .natural-diff-title {
    font-size: 44px;
    line-height: 1.16;
    letter-spacing: -0.88px;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
  }

  .natural-diff-text {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.32px;
  }

  .natural-diff-btn {
    background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
    border: 3px solid #25396f;
    border-radius: 108px;
    box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 352px;
  }

  .natural-diff-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 30px 25px -19px rgba(99, 99, 99, 0.7);
  }

  .natural-diff-btn a {
    padding: 20px 16px;
    text-decoration: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .natural-diff-section {
    padding: 20px 8px 0;
    background-color: #fff;
  }

  .natural-diff-mobile {
    background-color: #fff;
  }

  .natural-diff-mobile-bg {
    position: relative;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 8px;
    padding: 24px 20px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .natural-diff-mobile-img {
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 110px);
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .natural-diff-mobile-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(132.177deg, rgba(11, 11, 11, 0.6) 29.883%, rgba(11, 11, 11, 0) 56.296%);
    z-index: 1;
  }

  .natural-diff-mobile-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: #fafbfd;
  }

  .natural-diff-mobile-title {
    max-width: 70%;
    font-family: "Fraunces", serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.56px;
    margin: 0;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
  }

  .natural-diff-mobile-text {
    max-width: 70%;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    margin: 0;
  }

  .natural-diff-mobile-btn {
    margin-top: 36px;
    align-self: center;
    background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
    border: 3px solid #25396f;
    border-radius: 108px;
    padding: 16px;
    box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
  }

  .natural-diff-mobile-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 30px 25px -19px rgba(99, 99, 99, 0.7);
  }

  .natural-diff-mobile-btn a {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .journey-intro-section {
    height: 100dvh;
    min-height: 750px;
  }
  /* Mobile Header Section */
  .journey-intro-header-mobile {
    background-color: #fff;
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .journey-intro-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    max-width: 100%;
  }

  .journey-intro-title-mobile {
    font-family: "Fraunces", serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.56px;
    color: #0b0b0b;
    margin: 0;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    white-space: normal;
  }

  .journey-intro-text-mobile {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    color: #0b0b0b;
    margin: 0;
    white-space: normal;
  }

  .journey-intro-btn-mobile {
    background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
    border: 3px solid #25396f;
    border-radius: 108px;
    padding: 16px;
    box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 312px;
    max-width: 100%;
    margin-top: 8px;
  }

  .journey-intro-btn-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0px 30px 25px -19px rgba(99, 99, 99, 0.7);
  }

  /* Mobile Image Section */
  .journey-intro-image-mobile {
    width: 100%;
    height: 568px;
    background-color: #fff;
    overflow: hidden;
  }

  .journey-intro-bg-mobile {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .journey-intro-bg-img-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 25% 0%;
    transform: scaleX(-1);
  }

  .journey-intro-gradient-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, rgba(40, 41, 43, 0) 0%, rgba(40, 41, 43, 0.9) 100%);
    z-index: 1;
  }
}

/* ======================================== */
/* Breadcrumbs                               */
/* ======================================== */

.breadcrumbs {
  margin-bottom: 20px;
  padding-top: 12px;
  margin-right: auto;
}

.breadcrumbs__container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs__item {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12px;
  white-space: nowrap;
}

.breadcrumbs__item--link {
  font-weight: 400;
  color: #6b6965;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs__item--link:hover {
  color: #28292b;
}

.breadcrumbs__item--current {
  font-weight: 600;
  color: #28292b;
}

.breadcrumbs__separator {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0 4px;
}

/* Responsive Styles */

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 16px;
    padding-top: 15px;
    margin-bottom: 20px;
  }

  .breadcrumbs__item {
    font-size: 14px;
  }

  .breadcrumbs__separator {
    width: 14px;
    height: 14px;
  }
}

/* ======================================== */
/* Four C's Mobile Slider Section           */
/* ======================================== */

.fourc-mobile-section {
  padding: 40px 0 0;
  background-color: #fff;
}

.fourc-mobile__header {
  padding: 0 32px;
  text-align: center;
  margin-bottom: 24px;
}

.fourc-mobile__title {
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -0.56px;
  color: #0b0b0b;
  margin: 0 0 8px;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 1;
}

.fourc-mobile__title em {
  font-weight: 400;
  font-style: normal;
}

.fourc-mobile__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.24px;
  color: #0b0b0b;
  margin: 0;
}

.fourc-mobile__slider-wrapper {
  position: relative;
  margin: 0 auto 24px;
  width: 100%;
  height: 411px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  overflow: visible;
}

.fourc-mobile-swiper {
  width: 100%;
  height: 100%;
  max-width: 360px;
  overflow: visible;
}

.fourc-mobile-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.fourc-mobile-swiper .swiper-slide {
  width: 280px !important;
  height: 411px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fourc-mobile__card {
  width: 100%;
  height: 100%;
  position: relative;
}

.fourc-mobile__card-media {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0;
}

.fourc-mobile__card-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 324px;
  height: 581px;
  object-fit: contain;
  object-position: center;
}

.fourc-mobile__card-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42.1%, rgba(0, 0, 0, 1) 95.5%);
  z-index: 1;
  pointer-events: none;
}

.fourc-mobile__card-content {
  position: absolute;
  bottom: 0;
  left: 24px;
  z-index: 2;
  padding-bottom: 24px;
}

.fourc-mobile__card-title {
  font-family: "Fraunces", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #ffffff;
  margin: 0 0 4px;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 1;
}

.fourc-mobile__card-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.28px;
  color: #ffffff;
  margin: 0;
}

.fourc-mobile__button-container {
  padding: 0 24px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fourc-mobile__button {
  background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
  border: 3px solid #25396f;
  border-radius: 108px;
  padding: 16px;
  box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 312px;
  max-width: 100%;
}

.fourc-mobile__button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 30px 25px -19px rgba(99, 99, 99, 0.7);
}

@media screen and (max-width: 767px) {
  .fourc-mobile__header {
    padding: 0 16px;
  }

  .fourc-mobile__slider-wrapper {
    height: 351px;
    padding: 0 16px;
  }

  .fourc-mobile-swiper {
    max-width: 100%;
  }

  .fourc-mobile-swiper .swiper-slide {
    width: 215px !important;
    height: 351px !important;
  }

  .fourc-mobile__card-video {
    width: 260px;
    height: 465px;
  }

  .fourc-mobile__card-content {
    left: 16px;
    padding-bottom: 16px;
  }

  .fourc-mobile__card-title {
    font-size: 36px;
  }

  .fourc-mobile__card-desc {
    font-size: 12px;
  }

  .fourc-mobile__button-container {
    padding: 0 16px 40px;
  }
}

/* ========================================
   DXC – Diamond Testing Experience
   ======================================== */

.dxc-section {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

/* Background (blurred showroom) */
.dxc-section__background {
  position: absolute;
  inset: 0;
  background-color: #c4b5a5;
  background-image: url("../images/dxc/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(4px);
  transform: scale(1.05);
}

/* Gradient overlay for depth */

.dxc-section__gradient-overlay-top {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  bottom: unset;
  background: linear-gradient(180deg, #6b4928 18.57%, rgba(170, 139, 109, 0) 100%);
  filter: blur(47px);
  width: 100%;
  height: 30%;
}

.dxc-section__gradient-overlay-bottom {
  position: absolute;
  bottom: -30%;
  left: 0;
  fill: #5c3c20;
  filter: blur(30px);
  pointer-events: none;
  z-index: 9;
  width: 100%;
  height: 100%;
}

/* Content wrapper */
.dxc-section__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  padding: 80px 24px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* Title */
.dxc-section__title {
  font-family: var(--font-secondary);
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -1.04px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  margin: 0;
}

.dxc-section__title-brand {
  font-weight: 600;
}

/* Tab bar */
.dxc-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 4px;
  border-radius: 90px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(25px);
}

.dxc-tabs__tab {
  padding: 9px 24px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
  color: #0d1323;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.dxc-tabs__tab--active {
  background: rgba(255, 252, 248, 0.95);
  color: #1a1614;
  border-color: rgba(91, 71, 53, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Progress bar */
.dxc-tabs__tab-progress {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #8b7765 0%, #5b4735 100%);
  border-radius: 0 0 999px 999px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.dxc-tabs__tab--active .dxc-tabs__tab-progress {
  display: block;
  opacity: 1;
  animation: progress-grow 12s linear forwards;
}

@keyframes progress-grow {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.dxc-tabs__tab-progress {
  display: none;
}

.dxc-tabs__tab--active > .dxc-tabs__tab-progress {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Viewer (device + carousel) */
.dxc-viewer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0 0;
}

.dxc-viewer__stage {
  position: relative;
  width: 100%;
  height: 70dvh;
  /* aspect-ratio: 6 / 5; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  -webkit-tap-highlight-color: transparent;
}

.dxc-viewer__slides-container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dxc-viewer__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
}

.dxc-viewer__touchpoint {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 0.64px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3.8399999141693115px);
  z-index: 50;
  cursor: pointer;
}

.dxc-viewer__touchpoint-inner {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8.96px;
  height: 8.96px;
  aspect-ratio: 1/1;
  border-radius: 8.96px;
  background: #fff;
  box-shadow:
    -5.12px 5.76px 1.92px 0 rgba(0, 0, 0, 0),
    -3.2px 3.84px 1.92px 0 rgba(0, 0, 0, 0.02),
    -1.92px 1.92px 1.92px 0 rgba(0, 0, 0, 0.06),
    -0.64px 0.64px 1.28px 0 rgba(0, 0, 0, 0.1),
    0 0 0.64px 0 rgba(0, 0, 0, 0.11);
}

.dxc-viewer__slide:nth-of-type(1) .dxc-viewer__touchpoint {
  top: 40%;
  right: 44%;
}

.dxc-viewer__slide:nth-of-type(2) .dxc-viewer__touchpoint {
  top: 50%;
  right: 50%;
}

.dxc-viewer__slide:nth-of-type(3) .dxc-viewer__touchpoint {
  top: 50%;
  right: 48%;
}

.dxc-viewer__slide:nth-of-type(4) .dxc-viewer__touchpoint {
  top: 50%;
  right: 46%;
}

.dxc-viewer__slide--active {
  opacity: 1;
}

.dxc-viewer__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  max-width: 850px;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  position: relative;
  top: 10vh;
}

.dxc-viewer__slide--expanded .dxc-viewer__image {
  transform: translateX(-25%);
}

.dxc-viewer__line {
  position: absolute;
  right: 25%;
  top: 30%;
  opacity: 0;
  transition: opacity 0.4s ease;
  transform: translateX(-130%);
}

.dxc-viewer__slide:nth-of-type(1) .dxc-viewer__line {
  transform: translate(-145%, 0%);
}

.dxc-viewer__slide:nth-of-type(2) .dxc-viewer__line {
  transform: translate(-154%, 75%);
}

.dxc-viewer__slide:nth-of-type(3) .dxc-viewer__line {
  transform: translate(-175%, 80%);
}

.dxc-viewer__slide:nth-of-type(4) .dxc-viewer__line {
  transform: translate(-145%, 80%);
}

.dxc-viewer__line path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dxc-viewer__slide--expanded .dxc-viewer__line {
  opacity: 1;
}

.dxc-viewer__slide--expanded .dxc-viewer__line path {
  stroke-dashoffset: 600;
}

.dxc-viewer__slide--expanded .dxc-viewer__touchpoint {
  display: none !important;
}

.dxc-viewer__details {
  width: 360px;
  height: 380px;
  position: absolute;
  right: 20%;
  top: -25%;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
  pointer-events: none;
}

.dxc-viewer__slide--expanded .dxc-viewer__details {
  opacity: 1;
  pointer-events: auto;
}

/* Details Container - Outer wrapper with subtle background */
.dxc-details__container {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 28px;
  padding: 4px;
}

/* Details Inner - Glassmorphic card */
.dxc-details__inner {
  position: relative;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(168.83deg, rgba(255, 255, 255, 0.09) 53.694%, rgba(255, 255, 255, 0) 126.82%);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 24px;
  padding: 8px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

/* Decorative blur effect */
.dxc-details__blur-effect {
  position: absolute;
  width: 598.784px;
  height: 34px;
  left: 82.8px;
  top: 51.19px;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(27px);
  transform: rotate(119.73deg);
  pointer-events: none;
  z-index: 0;
}

/* Comparison Images Section */
.dxc-details__images {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 137px;
  gap: 4px;
}

.dxc-details__image-wrapper {
  flex: 1;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

.dxc-details__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content Section */
.dxc-details__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 12px;
}

/* Header - Title & Description */
.dxc-details__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dxc-details__title {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.4px;
  color: #000000;
  margin: 0;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 1;
}

.dxc-details__title strong {
  font-weight: 600;
}

.dxc-details__description {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -0.26px;
  color: #000000;
  margin: 0;
}

/* Features List */
.dxc-details__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dxc-details__feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dxc-details__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dxc-details__icon svg {
  width: 100%;
  height: 100%;
}

/* Icon animation states */
.dxc-icon__base {
  transition: opacity 0.3s ease;
}

.dxc-icon__loader {
  transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.dxc-icon__check {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: center;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Animated state */
.dxc-details__feature.is-loading .dxc-icon__loader {
  stroke-dashoffset: 0;
}

.dxc-details__feature.is-complete .dxc-icon__base {
  opacity: 0;
}

.dxc-details__feature.is-complete .dxc-icon__loader {
  opacity: 0;
}

.dxc-details__feature.is-complete .dxc-icon__check {
  opacity: 1;
  transform: scale(1);
}

.dxc-details__feature-text {
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.28px;
  color: #000000;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 1;
}

/* Footer Card */
.dxc-details__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  overflow: hidden;
  margin-top: auto;
}

.dxc-details__footer-image {
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 28.571px;
  background: linear-gradient(180deg, #9e867c 40%, #d2c2bc 148.18%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dxc-details__footer-image img {
  width: 71.429px;
  height: 71.429px;
  position: absolute;
  left: 50%;
  top: -13.57px;
  transform: translateX(-50%);
  object-fit: cover;
}

.dxc-details__footer-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.dxc-details__footer-title {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  color: #0b0b0b;
  margin: 0;
}

.dxc-details__footer-subtitle {
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -0.22px;
  color: rgba(11, 11, 11, 0.6);
  margin: 0;
}

/* Navigation arrows */
.dxc-viewer__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 72px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(62, 48, 38, 0.6);
  border: none;
  border-radius: 60px;
  color: rgba(255, 252, 248, 0.95);
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.dxc-viewer__nav:hover {
  background: rgba(62, 48, 38, 0.85);
  transform: translateY(-50%) scale(1.05);
}

.dxc-viewer__nav:active {
  transform: translateY(-50%) scale(0.98);
}

.dxc-viewer__nav--prev {
  left: 5vw;
}

.dxc-viewer__nav--next {
  right: 5vw;
}

.dxc-viewer__nav-icon {
  line-height: 1;
  font-weight: 300;
}

/* CTA block */
.dxc-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 32px;
  position: absolute;
  bottom: 5%;
  z-index: 91;
}

.dxc-cta__text {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.dxc-cta__brand {
  font-weight: 600;
}

.dxc-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.12px;
  color: #1a1614;
  background: #fff;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.dxc-cta__btn:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  color: #1a1614;
}

.dxc-cta__btn:active {
  transform: translateY(0);
}

.dxc-viewer__details-mobile,
.dxc-cta__mobile {
  display: none;
}

@media screen and (min-width: 1279px) and (max-width: 1281px) and (max-height: 600px) {
  .dxc-section__gradient-overlay-bottom {
    bottom: -40%;
  }

  .dxc-viewer__details {
    top: -25%;
    width: 370px;
    height: 275px;
  }

  .dxc-cta {
    bottom: 5%;
  }

  .dxc-cta__text {
    font-size: 16px !important;
  }

  .dxc-details__features {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .dxc-details__feature {
    width: 45%;
  }

  .dxc-details__image-wrapper {
    max-height: 95px;
  }
  .dxc-details__title {
    font-size: 16px !important;
    line-height: 106%;
  }
  .dxc-details__description {
    line-height: 116%;
  }

  .dxc-details__content {
    gap: 20px;
  }

  /* .dxc-details__feature-text {
    white-space: nowrap;
  } */

  .dxc-details__features {
    row-gap: 12px;
  }

  .dxc-details__icon {
    width: 16px;
    height: 16px;
  }

  .dxc-viewer__slide:nth-of-type(1) .dxc-viewer__touchpoint {
    top: 25%;
    right: 44%;
  }

  .dxc-viewer__slide:nth-of-type(2) .dxc-viewer__touchpoint {
    top: 35%;
    right: 50%;
  }

  .dxc-viewer__slide:nth-of-type(3) .dxc-viewer__touchpoint {
    top: 35%;
    right: 48%;
  }

  .dxc-viewer__slide:nth-of-type(4) .dxc-viewer__touchpoint {
    top: 35%;
    right: 46%;
  }

  .dxc-viewer__slide:nth-of-type(1) .dxc-viewer__line {
    transform: translate(-105%, -100%);
  }

  .dxc-viewer__slide:nth-of-type(2) .dxc-viewer__line {
    transform: translate(-134%, -45%);
  }

  .dxc-viewer__slide:nth-of-type(3) .dxc-viewer__line {
    transform: translate(-125%, -40%);
  }

  .dxc-viewer__slide:nth-of-type(4) .dxc-viewer__line {
    transform: translate(-115%, -35%);
  }

  .dxc-viewer__image {
    top: 0px !important;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .dxc-section__content {
    padding: 0px;
    gap: 24px;
    height: 100dvh;
    justify-content: center;
  }

  .dxc-section__title {
    padding: 0 16px;
    position: absolute;
    top: 20px;
  }

  .dxc-tabs {
    padding: 6px;
    gap: 6px;
    position: absolute;
    flex-wrap: nowrap;
    align-self: self-start;
    transform: translateX(5%);
    transition: transform 0.3s ease-in-out;
    z-index: 12;
    bottom: 20dvh;
    left: 0;
  }

  .dxc-tabs.dxc-tabs__last-slide {
    transform: translateX(-20%);
  }

  .dxc-tabs__tab {
    padding: 10px 16px;
    font-size: 12px;
    white-space: nowrap;
  }

  .dxc-tabs__tab-progress {
    height: 2px;
  }

  .dxc-tabs__tab--active {
    background: white;
  }

  .dxc-viewer__nav {
    width: 40px;
    height: 40px;
  }

  .dxc-viewer__nav--prev {
    left: 8px;
  }

  .dxc-viewer__nav--next {
    right: 8px;
  }

  .dxc-viewer__nav-icon {
    font-size: 20px;
  }

  .dxc-viewer__stage {
    max-width: 100%;
    height: 100%;
  }

  .dxc-viewer__stage-bg {
    position: absolute;
    width: 200vw;
    height: 50vh;
    top: 36vh;
    fill: linear-gradient(180deg, rgba(156, 156, 156, 0.01) 124.92%, rgba(51, 76, 133, 0.01) 210.18%);
  }

  .dxc-viewer {
    height: 100%;
    margin: 0;
  }

  .dxc-cta__mobile,
  .dxc-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    position: relative;
    z-index: 91;
    padding: 24px;
    border: 1px solid #fff;
    border-bottom: 0px;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    flex-wrap: nowrap;
    z-index: 99999;
  }

  .dxc-cta {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .dxc-cta__mobile {
    position: absolute;
    flex-wrap: wrap;
  }

  .dxc-cta__text {
    color: #fff;
    font-family: Fraunces;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
    white-space: unset;
  }

  .dxc-cta__brand {
    font-weight: 600;
  }

  .dxc-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;

    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.12px;
    color: #1a1614;
    background: #fff;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition:
      box-shadow 0.2s ease,
      transform 0.2s ease;

    white-space: nowrap;
  }

  .dxc-cta__btn:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    color: #1a1614;
  }

  .dxc-cta__btn:active {
    transform: translateY(0);
  }

  .dxc-viewer__details {
    display: none;
    width: 320px;
    height: 100%;
    max-height: 450px;
    top: unset;
    right: unset;
    background-color: rgba(255, 255, 255, 0.32);
    overflow: hidden;
    border-radius: 24px;
  }

  .dxc-section__blur-bg {
    display: block;
    content: "";
    position: absolute;
    width: 100dvh;
    height: 100dvh;
    inset: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
    opacity: 0;
    transition: opacity 1.4s ease-in-out;
  }

  .dxc-details__container {
    border-radius: 24px;
    border: 1px solid #fff;
    background: #e7dad1;
    backdrop-filter: blur(12px);
  }

  .dxc-viewer__slide--expanded .dxc-viewer__image {
    transform: unset;
  }

  .dxc-viewer__line {
    display: none;
  }

  .dxc-details__container {
    border-radius: 20px;
  }

  .dxc-details__inner {
    border-radius: 16px;
    gap: 12px;
  }

  .dxc-details__images {
    height: 100px;
  }

  .dxc-details__content {
    gap: 20px;
    padding: 0 8px;
  }

  .dxc-details__title {
    font-size: 18px;
  }

  .dxc-details__description {
    font-size: 12px;
  }

  .dxc-details__features {
    gap: 14px;
  }

  .dxc-details__feature-text {
    font-size: 13px;
  }

  .dxc-details__footer-image {
    width: 36px;
    height: 36px;
  }

  .dxc-details__footer-title {
    font-size: 11px;
  }

  .dxc-details__footer-subtitle {
    font-size: 10px;
  }

  /* Hide desktop details on mobile */
  .dxc-viewer__slide {
    overflow: hidden;
  }

  .dxc-viewer__slide:nth-of-type(1) .dxc-viewer__touchpoint {
    top: 45%;
    right: 44%;
  }

  .dxc-viewer__slide:nth-of-type(2) .dxc-viewer__touchpoint {
    top: 55%;
    right: 50%;
  }

  .dxc-viewer__slide:nth-of-type(3) .dxc-viewer__touchpoint {
    top: 55%;
    right: 48%;
  }

  .dxc-viewer__slide:nth-of-type(4) .dxc-viewer__touchpoint {
    top: 55%;
    right: 51%;
  }

  .dxc-viewer__details {
    display: none !important;
  }

  .dxc-viewer__details-mobile {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .dxc-viewer__details-mobile.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .dxc-mobile-backdrop {
    position: absolute;
    inset: 0;
    background-image: url("../images/dxc/background.webp");
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }

  .dxc-mobile-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
  }

  .dxc-mobile-modal {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
  }

  .dxc-mobile-close {
    position: absolute;
    top: 30px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dxc-mobile-close svg {
    width: 100%;
    height: 100%;
  }

  .dxc-mobile-product-image {
    position: absolute;
    top: -80px;
    left: -20px;
    width: 140px;
    height: 140px;
    z-index: 10;
  }

  .dxc-mobile-product-img[data-index="1"] {
    left: 10% !important;
    top: 10% !important;
    position: relative;
  }

  .dxc-mobile-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .dxc-mobile-content {
    position: relative;
    width: 100%;
    max-width: 320px;
    z-index: 3;
  }

  .dxc-mobile-container {
    background: rgba(255, 255, 255, 0.32);
    border-radius: 28px;
    padding: 4px;
    overflow: visible;
  }

  .dxc-mobile-inner {
    position: relative;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: #e7dad1;
    border: 1px solid white;
    border-radius: 24px;
    padding: 24px 8px 32px;
    overflow: visible;
  }

  .dxc-mobile-blur-effect {
    position: absolute;
    width: 598.784px;
    height: 34px;
    left: 82.81px;
    top: 51.19px;
    background: rgba(255, 255, 255, 0.7);
    filter: blur(27px);
    transform: rotate(119.73deg);
    pointer-events: none;
    z-index: 0;
  }

  .dxc-mobile-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 12px;
  }

  .dxc-mobile-header {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
    position: relative;
  }

  .dxc-mobile-title {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.36px;
    color: #000000;
    margin: 0;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    text-align: left;
    padding-left: 130px;
  }

  .dxc-mobile-title strong {
    font-weight: 600;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    display: block;
  }

  .dxc-mobile-description {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.24px;
    color: #000000;
    margin: 0;
    text-align: left;
  }

  .dxc-mobile-image-wrapper {
    width: 100%;
    height: 137px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
  }

  .dxc-mobile-marking-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dxc-mobile-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .dxc-mobile-feature {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .dxc-mobile-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dxc-mobile-icon svg {
    width: 100%;
    height: 100%;
  }

  .dxc-mobile-feature-text {
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: -0.28px;
    color: #000000;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
  }

  .dxc-icon__loader {
    transition: unset;
  }

  /* Icon animation states for mobile */
  .dxc-mobile-feature.is-loading .dxc-icon__loader {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .dxc-mobile-feature.is-complete .dxc-icon__base {
    opacity: 0;
  }

  .dxc-mobile-feature.is-complete .dxc-icon__loader {
    opacity: 0;
  }

  .dxc-mobile-feature.is-complete .dxc-icon__check {
    opacity: 1;
    transform: scale(1);
  }
}
