* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Geist, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #072016;
}

.cpapv2-container {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.cpapv2-top-alert {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 220;
  background: linear-gradient(90deg, rgba(42, 202, 139, 0.16) 0%, rgba(42, 202, 139, 0) 25%, rgba(42, 202, 139, 0) 75%, rgba(42, 202, 139, 0.16) 100%), #072016;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cpapv2-top-alert__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 120px;
}

.cpapv2-top-alert__icon {
  font-size: 16px;
  line-height: 1;
}

.cpapv2-top-alert__text {
  white-space: nowrap;
}

.cpapv2-menu-header {
  --cpapv2-menu-header-icon-color: #555762;
  --cpapv2-menu-header-text-color: #555762;
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--cpapv2-top-alert-height, 0px));
  z-index: 210;
  background: rgba(238, 251, 246, 0);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.cpapv2-menu-header.is-scrolled,
.cpapv2-menu-header.is-menu-open {
  background: #fff;
  border-bottom-color: rgba(85, 87, 98, 0.16);
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.06);
}

.cpapv2-menu-header__inner {
  position: relative;
  min-height: 72px;
  padding: 16px 24px;
}

.cpapv2-menu-header__left {
  gap: 16px;
}

.cpapv2-menu-header__logo {
  margin: 0;
}

.cpapv2-menu-header__logo img {
  width: 165px;
  height: auto;
}

.cpapv2-menu-header__nav {
  margin: 0;
}

.cpapv2-menu-header__nav .wp-block-navigation__container {
  gap: 8px;
}

.cpapv2-menu-header__nav .wp-block-navigation-item__content {
  align-items: center;
  border-radius: 12px;
  color: var(--cpapv2-menu-header-text-color);
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 20px;
  padding: 8px 24px;
  text-transform: uppercase;
}

.cpapv2-menu-header__nav .wp-block-navigation-item__content:hover {
  background: rgba(7, 32, 22, 0.04);
  color: #072016;
}

.cpapv2-menu-header__nav .wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle {
  color: var(--cpapv2-menu-header-icon-color);
  width: 20px;
}

.cpapv2-menu-header__nav .wp-block-navigation__submenu-container {
  background: #fff;
  border: 1px solid #e2eeea;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.04);
  min-width: 260px;
  padding: 12px;
}

.cpapv2-menu-header__nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px;
  text-transform: none;
}

.cpapv2-menu-header__utility {
  margin: 0;
}

.cpapv2-menu-header__utility .wp-block-navigation__container {
  gap: 16px;
}

.cpapv2-menu-header__utility .wp-block-navigation-item__content {
  color: var(--cpapv2-menu-header-text-color);
  font-size: 0;
  line-height: 20px;
  min-height: 24px;
  min-width: 24px;
  padding: 0;
}

.cpapv2-menu-header__utility .is-utility-currency .wp-block-navigation-item__content {
  align-items: center;
  border: 1px solid rgba(85, 87, 98, 0.24);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 4px;
  min-height: 36px;
  min-width: 0;
  padding: 8px 12px;
}

.cpapv2-menu-header__utility .is-utility-currency .wp-block-navigation-item__content::after {
  content: "⌄";
  font-size: 11px;
  line-height: 1;
  transform: translateY(-1px);
}

.cpapv2-menu-header__utility .wp-block-navigation-item__content:hover {
  color: #072016;
}

.cpapv2-menu-header__utility .is-utility-search .wp-block-navigation-item__content::before,
.cpapv2-menu-header__utility .is-utility-cart .wp-block-navigation-item__content::before,
.cpapv2-menu-header__utility .is-utility-account .wp-block-navigation-item__content::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.cpapv2-menu-header__utility .is-utility-search .wp-block-navigation-item__content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23555762' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
}

.cpapv2-menu-header__utility .is-utility-cart .wp-block-navigation-item__content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23555762' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 10H7L6 7Z'/%3E%3Cpath d='M9 7V5a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E");
}

.cpapv2-menu-header__utility .is-utility-account .wp-block-navigation-item__content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23555762' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5 19a7 7 0 0 1 14 0'/%3E%3C/svg%3E");
}

.cpapv2-menu-header__nav .cpapv2-nav-mobile-only {
  display: none;
}

@media (min-width: 768px) {
  .cpapv2-menu-header__inner {
    padding-inline: 0;
  }

  .cpapv2-menu-header__nav {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-open {
    display: none;
  }

  .cpapv2-menu-header__nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container {
    border-radius: 0 0 24px 24px;
    display: grid;
    gap: 40px 48px;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    left: 50%;
    min-width: min(1552px, calc(100vw - 128px));
    padding: 40px 64px;
    top: calc(100% + 1px);
    transform: translateX(-50%);
  }

  .cpapv2-menu-header__nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
    margin: 0;
    padding: 0;
  }

  .cpapv2-menu-header__nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    color: #072016;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.44px;
    line-height: 28px;
    margin-bottom: 16px;
    padding: 0;
    text-transform: none;
  }

  .cpapv2-menu-header__nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-submenu__toggle {
    display: none;
  }

  .cpapv2-menu-header__nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation__submenu-container {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    min-width: 100%;
    opacity: 1;
    padding: 0;
    position: static;
    transform: none;
    visibility: visible;
  }

  .cpapv2-menu-header__nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    align-items: center;
    background: #f5f6f8;
    border: 1px solid #e2eeea;
    border-radius: 8px;
    color: #555762;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 24px;
    min-height: 64px;
    padding: 20px 16px;
    text-transform: none;
  }

  .cpapv2-menu-header__nav > .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
    border-color: #29ca8b;
  }
}

@media (max-width: 767px) {
  .cpapv2-top-alert__inner {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px 16px;
  }

  .cpapv2-top-alert__text {
    min-width: max-content;
  }

  .cpapv2-menu-header__inner {
    min-height: 66px;
    padding: 16px 24px;
  }

  .cpapv2-menu-header__logo img {
    width: 140px;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__container {
    display: none;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-open {
    border: 0;
    box-shadow: none;
    color: #555762;
    margin: 0;
    min-width: 24px;
    padding: 0;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-menu-open {
    background: #f5f6f8;
    box-shadow: 0 -8px 40px rgba(33, 150, 83, 0.08);
    padding: 90px 16px 40px;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-close {
    top: 20px;
    right: auto;
    left: 24px;
    padding: 0;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-dialog {
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content {
    padding-top: 0;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-back {
    align-items: center;
    background: transparent;
    border: 0;
    color: #555762;
    cursor: pointer;
    display: none;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    line-height: 24px;
    margin: 0 0 16px;
    padding: 0;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-back::before {
    content: "←";
    color: #2aca8b;
    font-size: 20px;
    line-height: 1;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px 8px;
    width: 100%;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 24px;
    min-height: 40px;
    text-align: center;
    width: 100%;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-only {
    display: block;
    width: calc(50% - 4px);
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-only .wp-block-navigation-item__content {
    border: 1px solid rgba(85, 87, 98, 0.24);
    border-radius: 12px;
    justify-content: center;
    letter-spacing: 0;
    min-height: 52px;
    text-transform: none;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-only .wp-block-navigation-item__content:hover {
    border-color: rgba(42, 202, 139, 0.72);
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-only .wp-block-navigation-submenu__toggle {
    display: none;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-only + .wp-block-navigation-item {
    margin-top: 8px;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item:not(.cpapv2-nav-mobile-only) {
    width: 100%;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__submenu-container {
    border: 0;
    box-shadow: none;
    min-width: 100%;
    padding: 0 0 0 12px;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .wp-block-navigation__responsive-container-content .cpapv2-nav-mobile-back {
    display: inline-flex;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item:not(.cpapv2-nav-shop) {
    display: none;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .cpapv2-nav-shop > .wp-block-navigation-item__content {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.52px;
    line-height: 32px;
    margin-bottom: 0;
    padding: 0;
    pointer-events: none;
    text-transform: none;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .cpapv2-nav-shop > .wp-block-navigation-submenu__toggle {
    display: none;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .cpapv2-nav-shop > .wp-block-navigation__submenu-container {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 24px 0 0;
    padding: 0;
    position: static;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .cpapv2-nav-shop > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 28px;
    margin: 0 0 8px;
    min-height: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .cpapv2-nav-shop > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-submenu__toggle {
    right: 0;
    top: 0;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .cpapv2-nav-shop .wp-block-navigation__submenu-container {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    position: static;
  }

  .cpapv2-menu-header__nav .wp-block-navigation__responsive-container.is-shop-expanded .cpapv2-nav-shop .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    align-items: center;
    background: #f5f6f8;
    border: 1px solid #d9e3df;
    border-radius: 8px;
    color: #555762;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 24px;
    min-height: 64px;
    padding: 20px 16px;
    text-align: left;
    text-transform: none;
    width: 100%;
  }

  .cpapv2-menu-header__utility .is-utility-search,
  .cpapv2-menu-header__utility .is-utility-account {
    display: none;
  }

  .cpapv2-menu-header__utility .wp-block-navigation-item__content {
    min-height: 24px;
    min-width: 24px;
    padding: 0;
  }

  .cpapv2-menu-header__utility .is-utility-currency .wp-block-navigation-item__content {
    min-height: 36px;
    min-width: 0;
    padding: 8px 10px;
  }
}

.cpapv2-discount-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(7, 32, 22, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cpapv2-discount-popup.is-closed {
  display: none;
}

.cpapv2-discount-popup__dialog {
  background: #fff;
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.cpapv2-discount-popup__media {
  min-height: 540px;
  background: linear-gradient(180deg, #0c3927 0%, #072016 100%);
}

.cpapv2-discount-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpapv2-discount-popup__content {
  padding: 56px 40px;
  background: #f0f0f0;
}

.cpapv2-discount-popup__title {
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 28px;
  letter-spacing: -0.616px;
}

.cpapv2-discount-popup__title .emphasis {
  color: #29ca8b;
}

.cpapv2-field {
  margin-bottom: 16px;
}

.cpapv2-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cpapv2-field input {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: rgba(7, 32, 22, 0.04);
  padding: 12px 16px;
  font-size: 14px;
}

.cpapv2-primary-btn,
.cpapv2-secondary-btn,
.cpapv2-dark-btn {
  border-radius: 12px;
  border: 1px solid transparent;
  min-height: 52px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}

.cpapv2-dark-btn {
  background: #072016;
  color: #fff;
}

.cpapv2-primary-btn {
  background: #29ca8b;
  color: #fff;
}

.cpapv2-secondary-btn {
  background: transparent;
  border-color: rgba(85, 87, 98, 0.24);
  color: #072016;
}

.cpapv2-discount-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.cpapv2-discount-popup__close--inner {
  color: #072016;
}

@media (max-width: 767px) {
  .cpapv2-discount-popup {
    padding: 16px;
  }

  .cpapv2-discount-popup__dialog {
    width: 361px;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .cpapv2-discount-popup__media {
    min-height: 320px;
  }

  .cpapv2-discount-popup__content {
    padding: 24px;
  }

  .cpapv2-discount-popup__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .cpapv2-dark-btn {
    width: 100%;
  }
}

.cpapv2-hero {
  background: #eefbf6;
}

.cpapv2-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
}

.cpapv2-hero__content {
  padding: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.cpapv2-hero__title {
  margin: 0;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -2.88px;
}

.cpapv2-hero__title .green {
  color: #29ca8b;
  display: block;
}

.cpapv2-hero__description {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  color: #555762;
  max-width: 540px;
}

.cpapv2-hero__buttons {
  display: flex;
  gap: 12px;
}

.cpapv2-hero__media {
  position: relative;
  overflow: hidden;
}

.cpapv2-hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpapv2-hero__float {
  position: absolute;
  display: grid;
  place-items: center;
  background: #29ca8b;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  color: #fff;
}

.cpapv2-hero__float--one { top: 35%; left: 18%; }
.cpapv2-hero__float--two { top: 20%; right: 16%; }
.cpapv2-hero__float--three { bottom: 18%; left: 66%; }

@media (max-width: 900px) {
  .cpapv2-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cpapv2-hero__content {
    padding: 40px 24px;
    gap: 32px;
  }

  .cpapv2-hero__title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.6px;
  }

  .cpapv2-hero__description {
    font-size: 20px;
    line-height: 28px;
  }

  .cpapv2-hero__buttons {
    width: 100%;
  }

  .cpapv2-hero__buttons .cpapv2-dark-btn,
  .cpapv2-hero__buttons .cpapv2-secondary-btn {
    width: 100%;
  }

  .cpapv2-hero__media {
    height: 320px;
  }
}

@media (max-width: 500px) {
  .cpapv2-hero__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.cpapv2-benefits {
  padding: 0 16px;
  margin-top: -4px;
}

.cpapv2-benefits__card {
  margin-inline: auto;
  width: min(100%, 1440px);
  background: #f0f3f2;
  border-radius: 40px 40px 0 0;
  padding: 24px 120px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  text-align: center;
  gap: 24px;
}

.cpapv2-benefits__title,
.cpapv2-benefits__line,
.cpapv2-benefits__ship {
  margin: 0;
  color: #555762;
  font-size: 16px;
}

.cpapv2-benefits__score {
  margin: 8px 0;
  color: #555762;
  font-size: 34px;
}

.cpapv2-benefits__score strong {
  color: #072016;
}

.cpapv2-benefits__trust {
  font-size: 30px;
  margin: 0;
  color: #072016;
}

.cpapv2-benefits__icon {
  color: #29ca8b;
  font-size: 40px;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .cpapv2-benefits__card {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 30px;
  }

  .cpapv2-benefits__score {
    font-size: 40px;
  }
}

.cpapv2-product-slider {
  background: #eaf3f0;
  padding: 120px 24px;
}

.cpapv2-product-slider__frame {
  margin-inline: auto;
  max-width: 1440px;
  border: 1px solid #2aca8b;
  border-radius: 40px;
  box-shadow: 0 8px 40px rgba(33, 150, 83, 0.08);
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
}

.cpapv2-product-slider__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, rgba(42, 202, 139, 0.24) 0%, rgba(42, 202, 139, 0) 25%, rgba(42, 202, 139, 0) 75%, rgba(42, 202, 139, 0.24) 100%), #072016;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.cpapv2-product-slider__viewport {
  overflow: hidden;
}

.cpapv2-product-slider__track {
  display: flex;
  transition: transform 0.35s ease;
}

.cpapv2-product-slide {
  min-width: 100%;
  padding: 96px 120px 80px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: center;
}

.cpapv2-product-slide__image {
  width: 100%;
  max-height: 325px;
  object-fit: contain;
}

.cpapv2-product-slide h3 {
  font-size: 40px;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.88px;
}

.cpapv2-product-slide__description {
  margin: 8px 0 16px;
  color: #555762;
  font-size: 20px;
  line-height: 32px;
}

.cpapv2-product-slide__meta {
  color: #555762;
  font-size: 16px;
  margin-bottom: 14px;
}

.cpapv2-product-slide__price {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
}

.cpapv2-product-slide__actions {
  display: flex;
  gap: 8px;
}

.cpapv2-product-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(85, 87, 98, 0.08);
  color: #555762;
  cursor: pointer;
}

.cpapv2-product-slider__arrow--prev { left: 39px; }
.cpapv2-product-slider__arrow--next { right: 39px; }

.cpapv2-product-slider__dots {
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 0 0 20px;
}

.cpapv2-product-slider__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(85, 87, 98, 0.3);
}

.cpapv2-product-slider__dot.is-active {
  background: #29ca8b;
}

@media (max-width: 900px) {
  .cpapv2-product-slider {
    padding: 64px 16px;
  }

  .cpapv2-product-slide {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 72px 24px 40px;
  }

  .cpapv2-product-slide h3 {
    font-size: 40px;
  }

  .cpapv2-product-slide__description {
    font-size: 18px;
    line-height: 28px;
  }

  .cpapv2-product-slider__arrow {
    display: none;
  }

  .cpapv2-product-slide__actions {
    flex-wrap: wrap;
  }
}

.cpapv2-testimonials {
  background: linear-gradient(180deg, #fff 0%, #eefbf6 100%);
  padding: 120px 0;
}

.cpapv2-testimonials__heading {
  text-align: center;
  margin-bottom: 64px;
  padding: 0 16px;
}

.cpapv2-testimonials__heading h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.88px;
}

.cpapv2-testimonials__heading p {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  color: #555762;
}

.cpapv2-testimonials__row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 16px;
  scroll-snap-type: x mandatory;
}

.cpapv2-testimonial-card {
  background: #fff;
  border: 1px solid rgba(85, 87, 98, 0.08);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.04);
  min-width: 320px;
  max-width: 400px;
  padding: 32px;
  scroll-snap-align: start;
}

.cpapv2-testimonial-card.is-dim {
  opacity: 0.4;
}

.cpapv2-stars {
  color: #29ca8b;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
}

.cpapv2-testimonial-card__quote {
  margin: 0;
  color: #555762;
  font-size: 16px;
  line-height: 24px;
}

.cpapv2-testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.cpapv2-testimonial-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
}

.cpapv2-testimonial-card__name {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .cpapv2-testimonials {
    padding: 64px 0;
  }

  .cpapv2-testimonials__heading {
    margin-bottom: 40px;
  }

  .cpapv2-testimonials__heading h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.704px;
  }

  .cpapv2-testimonials__heading p {
    font-size: 18px;
  }

  .cpapv2-testimonial-card__quote {
    line-height: 1.45;
  }

  .cpapv2-testimonial-card__name { font-size: 16px; line-height: 24px; }
}

.cpapv2-featured-categories {
  background: #fff;
  padding: 80px 16px 120px;
  position: relative;
  overflow: hidden;
}

.cpapv2-featured-categories::before,
.cpapv2-featured-categories::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 252px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(42, 202, 139, 0.12) 0%, rgba(42, 202, 139, 0) 72%);
}

.cpapv2-featured-categories::before {
  top: 120px;
  right: -120px;
}

.cpapv2-featured-categories::after {
  top: 160px;
  left: -120px;
}

.cpapv2-featured-categories__inner {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
}

.cpapv2-featured-categories__header {
  text-align: center;
  margin-bottom: 64px;
}

.cpapv2-featured-categories__header h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.88px;
}

.cpapv2-featured-categories__header p {
  margin: 0 auto;
  max-width: 880px;
  color: #555762;
  font-size: 18px;
  line-height: 32px;
}

.cpapv2-featured-categories__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cpapv2-featured-categories__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border: 1px solid rgba(85, 87, 98, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.04);
  color: inherit;
  text-decoration: none;
}

.cpapv2-featured-categories__image-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.cpapv2-featured-categories__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cpapv2-featured-categories__footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cpapv2-featured-categories__title {
  flex: 1 1 auto;
  color: #07090d;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.44px;
  font-weight: 600;
}

.cpapv2-featured-categories__icon {
  color: #29ca8b;
  font-size: 24px;
  line-height: 1;
}

.cpapv2-featured-categories__empty {
  margin: 0;
  text-align: center;
  color: #555762;
  font-size: 16px;
}

@media (max-width: 767px) {
  .cpapv2-featured-categories {
    padding: 64px 16px;
  }

  .cpapv2-featured-categories::before {
    top: 190px;
    left: -150px;
    right: auto;
    width: 208px;
    height: 138px;
  }

  .cpapv2-featured-categories::after {
    display: none;
  }

  .cpapv2-featured-categories__header {
    margin-bottom: 40px;
  }

  .cpapv2-featured-categories__header h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.704px;
  }

  .cpapv2-featured-categories__header p {
    max-width: 361px;
  }

  .cpapv2-featured-categories__list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  .cpapv2-featured-categories__card {
    width: 320px;
    min-width: 320px;
    padding: 24px;
    scroll-snap-align: start;
  }

  .cpapv2-featured-categories__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}

.cpapv2-contact-page {
  background: #fff;
}

.cpapv2-contact-top {
  background: linear-gradient(180deg, #eefbf6 0%, #fff 100%);
}

.cpapv2-contact-top__inner {
  padding-top: 80px;
  padding-bottom: 120px;
}

.cpapv2-contact-hero {
  width: 100%;
}

.cpapv2-contact-hero__title {
  margin: 0 0 16px;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -2.24px;
  max-width: 580px;
}

.cpapv2-contact-hero__description {
  margin: 0;
  color: #555762;
  font-size: 16px;
  line-height: 24px;
  max-width: 580px;
}

.cpapv2-contact-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 120px;
  row-gap: 40px;
  align-items: start;
}

.cpapv2-contact-main > .wp-block-cpap-contact-hero {
  grid-column: 1;
  grid-row: 1;
}

.cpapv2-contact-main > .wp-block-cpap-contact-methods {
  grid-column: 1;
  grid-row: 2;
}

.cpapv2-contact-main > .wp-block-cpap-contact-form-static {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.cpapv2-contact-methods {
  border: 0;
}

.cpapv2-contact-methods__divider {
  width: 100%;
  height: 1px;
  background: rgba(85, 87, 98, 0.16);
}

.cpapv2-contact-methods__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
}

.cpapv2-contact-methods__icon {
  width: 32px;
  height: 32px;
  color: #2aca8b;
  flex-shrink: 0;
}

.cpapv2-contact-methods__icon svg {
  width: 100%;
  height: 100%;
}

.cpapv2-contact-methods__content {
  flex: 1;
  min-width: 0;
}

.cpapv2-contact-methods__content h2 {
  margin: 0 0 4px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.44px;
}

.cpapv2-contact-methods__content p {
  margin: 0;
  color: #555762;
  font-size: 16px;
  line-height: 24px;
}

.cpapv2-contact-methods__rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cpapv2-contact-methods__row {
  display: flex;
  gap: 8px;
}

.cpapv2-contact-methods__label,
.cpapv2-contact-methods__value {
  color: #555762;
  font-size: 16px;
  line-height: 24px;
}

.cpapv2-contact-methods__label {
  width: 160px;
  font-weight: 600;
  color: #072016;
}

.cpapv2-contact-methods__action.cpapv2-secondary-btn {
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  color: #000;
  line-height: 20px;
  flex-shrink: 0;
  text-decoration: none;
}

.cpapv2-contact-form-static {
  border: 0.833px solid rgba(85, 87, 98, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.08);
  background: #fff;
  padding: 40px;
}

.cpapv2-contact-form-static h2 {
  margin: 0 0 24px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.528px;
}

.cpapv2-contact-form-static form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cpapv2-contact-form-static .cpapv2-field {
  margin: 0;
}

.cpapv2-contact-form-static .cpapv2-field input,
.cpapv2-contact-form-static .cpapv2-field textarea {
  width: 100%;
  border: 1px solid rgba(85, 87, 98, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #555762;
  font-size: 14px;
  line-height: 16px;
  padding: 16px;
}

.cpapv2-contact-form-static .cpapv2-field input {
  min-height: 48px;
}

.cpapv2-contact-form-static .cpapv2-field textarea {
  min-height: 112px;
  resize: vertical;
}

.cpapv2-contact-form-static__submit {
  min-height: 52px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 767px) {
  .cpapv2-contact-top__inner {
    padding: 40px 16px 64px;
  }

  .cpapv2-contact-hero {
    width: 100%;
    text-align: center;
  }

  .cpapv2-contact-hero__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.88px;
  }

  .cpapv2-contact-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cpapv2-contact-main > .wp-block-cpap-contact-hero {
    grid-column: 1;
    grid-row: 1;
  }

  .cpapv2-contact-main > .wp-block-cpap-contact-form-static {
    grid-column: 1;
    grid-row: 2;
  }

  .cpapv2-contact-main > .wp-block-cpap-contact-methods {
    grid-column: 1;
    grid-row: 3;
  }

  .cpapv2-contact-form-static {
    padding: 24px;
  }

  .cpapv2-contact-form-static h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .cpapv2-contact-form-static__submit {
    width: fit-content;
  }

  .cpapv2-contact-methods__item {
    gap: 24px;
    padding: 0;
  }

  .cpapv2-contact-methods__item--call {
    padding-bottom: 24px;
  }

  .cpapv2-contact-methods__item--single {
    padding: 24px 0;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 24px;
    row-gap: 12px;
  }

  .cpapv2-contact-methods__item--single .cpapv2-contact-methods__action {
    grid-column: 2;
    justify-self: start;
  }

  .cpapv2-contact-methods__row {
    align-items: flex-start;
  }

  .cpapv2-contact-methods__label {
    width: 160px;
    font-size: 16px;
    line-height: 24px;
  }

  .cpapv2-contact-methods__value,
  .cpapv2-contact-methods__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.cpapv2-faq {
  padding: 120px 16px;
  background: #f3f3f3;
}

.cpapv2-faq__header {
  margin-bottom: 64px;
}

.cpapv2-faq__header h2 {
  margin: 0;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.88px;
}

.cpapv2-faq__list {
  width: min(100%, 1024px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cpapv2-faq__item {
  border: 1px solid rgba(85, 87, 98, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.04);
  background: #fff;
  overflow: hidden;
}

.cpapv2-faq__item.is-open {
  border-color: #2aca8b;
}

.cpapv2-faq__question-wrap {
  margin: 0;
}

.cpapv2-faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 32px;
  text-align: left;
  color: #072016;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}

.cpapv2-faq__icon {
  color: #2aca8b;
  font-size: 28px;
  line-height: 1;
  min-width: 24px;
  text-align: center;
}

.cpapv2-faq__answer {
  padding: 0 32px 24px;
}

.cpapv2-faq__answer p {
  margin: 0;
  color: #555762;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .cpapv2-faq {
    padding: 64px 16px;
  }

  .cpapv2-faq__header {
    margin-bottom: 64px;
  }

  .cpapv2-faq__header h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.704px;
  }

  .cpapv2-faq__question {
    padding: 24px 32px;
  }
}

.cpapv2-footer {
  background: radial-gradient(130% 100% at 0% 0%, #0c3927 0%, #072016 55%), #072016;
  color: #fff;
  padding: 100px 160px 40px;
}

.cpapv2-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 160px;
}

.cpapv2-footer__brand {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cpapv2-footer__description {
  margin: 24px 0 0;
  color: #838f8a;
  font-size: 14px;
  line-height: 20px;
  max-width: 390px;
}

.cpapv2-footer__title {
  margin: 0 0 24px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.cpapv2-footer__title--small {
  margin: 0 0 10px;
  font-size: 16px;
}

.cpapv2-footer__newsletter .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
  background: transparent;
  gap: 10px;
  align-items: center;
}

.cpapv2-footer__newsletter .wp-block-search__input {
  border: 0;
  border-radius: 8px;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 16px;
  padding-inline: 16px;
}

.cpapv2-footer__newsletter .wp-block-search__button {
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #072016;
  min-height: 44px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.cpapv2-footer__social-links {
  gap: 10px;
}

.cpapv2-footer__social-links .wp-social-link {
  width: 24px;
  height: 24px;
}

.cpapv2-footer__links {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.cpapv2-footer__column--legal {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cpapv2-footer__menu {
  color: #838f8a;
  font-size: 14px;
}

.cpapv2-footer__menu .wp-block-navigation-item__label {
  line-height: 20px;
}

.cpapv2-footer__menu .wp-block-navigation-item {
  margin-bottom: 18px;
}

.cpapv2-footer__menu .wp-block-navigation-item a {
  color: #838f8a;
}

.cpapv2-footer__menu .wp-block-navigation-item a:hover {
  color: #29ca8b;
}

.cpapv2-footer__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cpapv2-footer__category-item {
  margin: 0 0 18px;
  line-height: 20px;
}

.cpapv2-footer__category-item:last-child {
  margin-bottom: 0;
}

.cpapv2-footer__category-item > a {
  color: #838f8a;
  text-decoration: none;
}

.cpapv2-footer__category-item > a:hover {
  color: #29ca8b;
}

.cpapv2-footer__category-item--child > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
}

.cpapv2-footer__category-item--child > a::before {
  content: "";
  width: 24px;
  height: 1px;
  background: rgba(131, 143, 138, 0.5);
  display: inline-block;
}

.cpapv2-footer__trust-widget {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cpapv2-footer__trust-widget--mobile {
  display: none;
}

.cpapv2-footer__trust-brand {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.cpapv2-footer__trust-stars {
  margin: 0;
  color: #29ca8b;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
}

.cpapv2-footer__trust-score {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cpapv2-footer__bottom {
  border-top: 1px solid rgba(131, 143, 138, 0.24);
  margin-top: 80px;
  padding-top: 40px;
}

.cpapv2-footer__copyright {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .cpapv2-footer {
    padding-inline: 24px;
  }

  .cpapv2-footer__main {
    gap: 40px;
    flex-direction: column;
  }

  .cpapv2-footer__links {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cpapv2-footer {
    padding: 64px 16px;
  }

  .cpapv2-footer__main {
    gap: 64px;
  }

  .cpapv2-footer__brand {
    gap: 40px;
    width: 100%;
  }

  .cpapv2-footer__trust-widget--mobile {
    display: flex;
  }

  .cpapv2-footer__trust-widget--desktop {
    display: none;
  }

  .cpapv2-footer__links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cpapv2-footer__column--categories {
    order: 1;
  }

  .cpapv2-footer__column--navigation {
    order: 2;
  }

  .cpapv2-footer__column--legal {
    order: 3;
  }

  .cpapv2-footer__column--legal {
    gap: 24px;
  }

  .cpapv2-footer__bottom {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.cpapv2-thankyou {
  background: #fff;
  padding: 40px 120px 80px;
}

.cpapv2-thankyou__container {
  width: min(100%, 640px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cpapv2-thankyou__success-card {
  border: 0.833px solid rgba(85, 87, 98, 0.08);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.08);
  background: linear-gradient(180deg, #0c3927 0%, #072016 100%);
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.cpapv2-thankyou__success-icon {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
}

.cpapv2-thankyou__success-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.cpapv2-thankyou__success-title {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  color: #fff;
  font-weight: 600;
}

.cpapv2-thankyou__success-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 24px;
  max-width: 420px;
}

.cpapv2-thankyou__upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  padding: 12px 20px;
  min-height: 44px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cpapv2-thankyou__upload-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.cpapv2-thankyou__upload-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.cpapv2-thankyou__summary-card {
  border: 0.833px solid rgba(85, 87, 98, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.08);
  background: #fff;
  overflow: hidden;
}

.cpapv2-thankyou__section {
  padding: 24px 32px 32px;
}

.cpapv2-thankyou__section--details {
  border-top: 1px solid rgba(85, 87, 98, 0.08);
  padding-top: 24px;
}

.cpapv2-thankyou__section-title {
  margin: 0 0 24px;
  color: #072016;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.cpapv2-thankyou__item-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.cpapv2-thankyou__item-thumb {
  width: 80px;
  height: 80px;
  border-radius: 12.8px;
  border: 0.667px solid rgba(85, 87, 98, 0.08);
  box-shadow: 0 6.4px 19.2px rgba(85, 87, 98, 0.04);
  display: grid;
  place-items: center;
}

.cpapv2-thankyou__item-thumb img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.cpapv2-thankyou__item-fallback {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.cpapv2-thankyou__item-meta {
  flex: 1;
  min-width: 0;
}

.cpapv2-thankyou__item-name {
  margin: 0;
  color: #072016;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.cpapv2-thankyou__item-price {
  margin: 8px 0 0;
  color: #555762;
  font-size: 14px;
  line-height: 20px;
}

.cpapv2-thankyou__totals {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cpapv2-thankyou__total-row,
.cpapv2-thankyou__detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #555762;
  font-size: 18px;
  line-height: 24px;
}

.cpapv2-thankyou__total-row > span:last-child,
.cpapv2-thankyou__detail-row > span:last-child {
  font-weight: 500;
  text-align: right;
}

.cpapv2-thankyou__total-row--grand > span:last-child {
  font-size: 30px;
  line-height: 40px;
  color: #072016;
  font-weight: 700;
}

.cpapv2-thankyou__failed {
  width: min(100%, 640px);
  margin: 16px auto 0;
}

@media (max-width: 767px) {
  .cpapv2-thankyou {
    padding: 16px 16px 40px;
  }

  .cpapv2-thankyou__success-card {
    padding: 64px 24px;
  }

  .cpapv2-thankyou__success-title {
    font-size: 32px;
    line-height: 40px;
  }

  .cpapv2-thankyou__section {
    padding: 16px 24px 24px;
  }

  .cpapv2-thankyou__total-row,
  .cpapv2-thankyou__detail-row {
    font-size: 18px;
    line-height: 24px;
  }
}

li.product.cpapv2-product-card {
  margin: 0;
  list-style: none;
}

.cpapv2-product-card__inner {
  background: #fff;
  border: 1px solid rgba(85, 87, 98, 0.08);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(85, 87, 98, 0.04);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

.cpapv2-product-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.cpapv2-product-card__image-wrap img {
  max-width: 232px;
  max-height: 133px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cpapv2-product-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.cpapv2-product-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 16px;
}

.cpapv2-product-card__rating .star-rating {
  margin: 0;
  font-size: 16px;
  color: #29ca8b;
}

.cpapv2-product-card__rating-text {
  color: #555762;
  font-size: 12px;
  line-height: 16px;
}

.cpapv2-product-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #072016;
}

.cpapv2-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.cpapv2-product-card__price {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
}

.cpapv2-product-card__price .price {
  margin: 0;
  color: #072016;
  font-size: 16px;
  font-weight: 500;
}

.cpapv2-product-card__price del {
  color: #555762;
  font-size: 14px;
  font-weight: 400;
}

.cpapv2-product-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.cpapv2-product-card__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(85, 87, 98, 0.24);
  color: #072016;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

a.button.cpapv2-product-card__add,
.cpapv2-product-card__add.button {
  margin: 0;
  min-height: 44px;
  border-radius: 12px;
  padding: 12px 16px;
  border: 0;
  background: #29ca8b;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

a.button.cpapv2-product-card__add::before,
.cpapv2-product-card__add.button::before {
  content: "+";
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.cpapv2-product-card__details:hover,
.cpapv2-product-card__add.button:hover {
  opacity: 0.95;
}

.cpapv2-blog-archive,
.cpapv2-blog-single {
  background: #fff;
}

.cpapv2-content-page {
  background: #fff;
}

.cpapv2-content-page__inner {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding: 120px 16px;
}

.cpapv2-content-page__inner .wp-block-post-content > * {
  margin-top: 20px;
  margin-bottom: 0;
}

.cpapv2-content-page__inner .wp-block-post-content > *:first-child {
  margin-top: 0;
}

.cpapv2-content-page__inner .wp-block-post-content p,
.cpapv2-content-page__inner .wp-block-post-content li {
  color: #555762;
  font-size: 18px;
  line-height: 28px;
}

.cpapv2-content-page__inner .wp-block-post-content h1 {
  margin-top: 0;
  color: #000;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.408px;
}

.cpapv2-content-page__inner .wp-block-post-content h2,
.cpapv2-content-page__inner .wp-block-post-content h3,
.cpapv2-content-page__inner .wp-block-post-content h4 {
  color: #000;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.616px;
}

.cpapv2-content-page__inner .wp-block-post-content ul,
.cpapv2-content-page__inner .wp-block-post-content ol {
  padding-left: 26px;
}

.cpapv2-blog-archive__container {
  padding: 24px 0 24px;
}

.cpapv2-blog-archive__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.cpapv2-blog-archive__title {
  margin: 0;
  color: #072016;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}

.cpapv2-blog-archive__filters {
  gap: 24px;
}

.cpapv2-blog-archive__chips {
  flex: 1;
  min-width: 0;
  border-bottom: 1px solid rgba(85, 87, 98, 0.16);
}

.cpapv2-blog-archive__chips .wp-block-categories-list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.cpapv2-blog-archive__chips .cat-item {
  margin: 0;
}

.cpapv2-blog-archive__chips .cat-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(85, 87, 98, 0.16);
  background: #fff;
  padding: 12px 24px;
  color: #555762;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.cpapv2-blog-archive__search {
  width: 240px;
  margin: 0;
}

.cpapv2-blog-archive__search .wp-block-search__inside-wrapper {
  position: relative;
  min-height: 40px;
  border: 1px solid rgba(85, 87, 98, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 0 16px 0 40px;
}

.cpapv2-blog-archive__search .wp-block-search__inside-wrapper::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555762' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.cpapv2-blog-archive__search .wp-block-search__input {
  border: 0;
  font-size: 14px;
  line-height: 16px;
  color: #555762;
  padding: 0;
}

.cpapv2-blog-archive__search .wp-block-search__input:focus {
  outline: none;
}

.cpapv2-blog-archive__featured-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1000px) minmax(0, 400px);
  gap: 40px;
  align-items: start;
}

.cpapv2-blog-archive__featured-query,
.cpapv2-blog-archive__compact-query,
.cpapv2-blog-archive__grid-query,
.cpapv2-blog-single__related-query {
  margin: 0;
}

.cpapv2-blog-archive__compact-query .wp-block-post-template {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.cpapv2-blog-compact-item {
  padding: 16px 0 20px;
  border-bottom: 1px solid rgba(85, 87, 98, 0.16);
}

.cpapv2-blog-compact-item:first-child {
  padding-top: 0;
}

.cpapv2-blog-compact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cpapv2-blog-compact-item__title {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.cpapv2-blog-compact-item__title a {
  color: #072016;
  text-decoration: none;
}

.cpapv2-blog-card {
  margin: 0;
}

.cpapv2-blog-card--featured {
  position: relative;
}

.cpapv2-blog-card__image {
  margin: 0;
}

.cpapv2-blog-card__image img {
  border-radius: 16px;
}

.cpapv2-blog-card__featured-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 24px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, rgba(7, 32, 22, 0) 0%, rgba(7, 32, 22, 0.92) 42%);
}

.cpapv2-blog-card__meta {
  margin: 16px 0 0;
  gap: 12px;
  align-items: center;
}

.cpapv2-blog-card__meta > * {
  margin: 0;
}

.cpapv2-blog-card__meta--featured {
  margin-top: 0;
}

.cpapv2-blog-card__category,
.cpapv2-blog-card__date {
  color: #555762;
  font-size: 14px;
  line-height: 20px;
}

.cpapv2-blog-card__date {
  position: relative;
  padding-left: 12px;
}

.cpapv2-blog-card__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #555762;
}

.cpapv2-blog-card__meta--featured .cpapv2-blog-card__category,
.cpapv2-blog-card__meta--featured .cpapv2-blog-card__date {
  color: rgba(255, 255, 255, 0.92);
}

.cpapv2-blog-card__meta--featured .cpapv2-blog-card__date::before {
  background: rgba(255, 255, 255, 0.88);
}

.cpapv2-blog-card__title {
  margin: 12px 0 0;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  color: #072016;
}

.cpapv2-blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.cpapv2-blog-card__title--featured {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.cpapv2-blog-card__excerpt {
  margin: 20px 0 0;
  color: #555762;
  font-size: 18px;
  line-height: 28px;
}

.cpapv2-blog-card__title--grid {
  margin-top: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.cpapv2-blog-card__read-more {
  margin-top: 16px;
}

.cpapv2-blog-card__read-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(85, 87, 98, 0.24);
  color: #072016;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cpapv2-blog-archive__grid-section {
  background: #fff;
}

.cpapv2-blog-archive__grid-container {
  padding: 80px 0;
}

.cpapv2-blog-archive__grid-query .wp-block-post-template {
  margin: 0;
  padding: 0;
  column-gap: 40px;
  row-gap: 64px;
}

.cpapv2-blog-archive__pagination {
  margin-top: 64px;
  gap: 12px;
}

.cpapv2-blog-archive__pagination .wp-block-query-pagination-next,
.cpapv2-blog-archive__pagination .wp-block-query-pagination-previous {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(85, 87, 98, 0.24);
  padding: 16px 24px;
  color: #072016;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background: #fff;
}

.cpapv2-blog-archive__best-sellers {
  background: #eef7f3;
}

.cpapv2-blog-archive__best-sellers-container {
  width: min(100%, 1360px);
  margin-inline: auto;
  padding: 120px 0;
}

.cpapv2-blog-archive__best-sellers-title {
  margin: 0;
  color: #072016;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}

.cpapv2-blog-archive__best-sellers-description {
  margin: 16px auto 0;
  width: min(100%, 880px);
  color: #555762;
  font-size: 16px;
  line-height: 32px;
}

.cpapv2-blog-archive__best-sellers .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.cpapv2-blog-archive__best-sellers .products > li {
  margin: 0;
}

.cpapv2-blog-archive__best-sellers-cta {
  margin-top: 64px;
}

.cpapv2-blog-archive__best-sellers-cta .wp-block-button__link {
  border-radius: 999px;
  border: 1px solid rgba(85, 87, 98, 0.24);
  color: #072016;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px 20px;
  background: #fff;
}

.cpapv2-blog-single__container {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding: 24px 0 80px;
}

.cpapv2-blog-single__breadcrumbs {
  margin: 0;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.cpapv2-blog-single__crumb,
.cpapv2-blog-single__crumb-sep,
.cpapv2-blog-single__crumb-current {
  margin: 0;
  color: #555762;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.cpapv2-blog-single__crumb a {
  color: #2aca8b;
  text-decoration: none;
}

.cpapv2-blog-single__crumb-sep {
  color: #2aca8b;
}

.cpapv2-blog-single__crumb-current {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cpapv2-blog-single__meta-row {
  margin-top: 40px;
}

.cpapv2-blog-single__author {
  margin: 0;
}

.cpapv2-blog-single__author .wp-block-post-author__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cpapv2-blog-single__author .wp-block-post-author__name {
  margin: 0;
  color: #072016;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}

.cpapv2-blog-single__author .wp-block-post-author__byline {
  display: none;
}

.cpapv2-blog-single__meta {
  gap: 12px;
  margin: 0;
}

.cpapv2-blog-single__meta > * {
  margin: 0;
}

.cpapv2-blog-single__category,
.cpapv2-blog-single__date {
  color: #555762;
  font-size: 14px;
  line-height: 20px;
}

.cpapv2-blog-single__date {
  position: relative;
  padding-left: 12px;
}

.cpapv2-blog-single__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #555762;
}

.cpapv2-blog-single__title {
  margin: 24px 0 0;
  color: #000;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.408px;
  font-weight: 600;
}

.cpapv2-blog-single__image {
  margin: 40px 0 0;
}

.cpapv2-blog-single__image img {
  border-radius: 24px;
}

.cpapv2-blog-single__excerpt {
  margin: 40px 0 0;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.616px;
  font-weight: 600;
}

.cpapv2-blog-single__content {
  margin-top: 20px;
}

.cpapv2-blog-single__content > * {
  margin-top: 20px;
  margin-bottom: 0;
  color: #555762;
  font-size: 18px;
  line-height: 28px;
}

.cpapv2-blog-single__content > *:first-child {
  margin-top: 0;
}

.cpapv2-blog-single__content h2,
.cpapv2-blog-single__content h3,
.cpapv2-blog-single__content h4 {
  margin-top: 40px;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.616px;
  font-weight: 600;
}

.cpapv2-blog-single__content ul,
.cpapv2-blog-single__content ol {
  padding-left: 27px;
}

.cpapv2-blog-single__related {
  background: #eef7f3;
}

.cpapv2-blog-single__related-container {
  padding: 64px 160px 80px;
}

.cpapv2-blog-single__related-header {
  margin-bottom: 24px;
}

.cpapv2-blog-single__related-title {
  margin: 0;
  color: #072016;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

.cpapv2-blog-single__related-view-more .wp-block-button__link {
  border-radius: 999px;
  border: 1px solid rgba(85, 87, 98, 0.24);
  color: #072016;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px 20px;
}

.cpapv2-blog-single__related-query .wp-block-post-template {
  margin: 0;
  padding: 0;
  column-gap: 40px;
  row-gap: 24px;
}

@media (max-width: 1199px) {
  .cpapv2-blog-archive__container,
  .cpapv2-blog-archive__grid-container,
  .cpapv2-blog-archive__best-sellers-container,
  .cpapv2-blog-single__container,
  .cpapv2-blog-single__related-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cpapv2-blog-archive__featured-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .cpapv2-blog-archive__chips {
    border-bottom: 0;
  }

  .cpapv2-blog-archive__compact-query .wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .cpapv2-blog-archive__best-sellers .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpapv2-blog-card__title {
    font-size: 44px;
    line-height: 52px;
  }

  .cpapv2-blog-single__title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.232px;
  }

  .cpapv2-blog-single__excerpt {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.528px;
  }
}

@media (max-width: 767px) {
  .cpapv2-content-page__inner {
    padding: 80px 16px;
  }

  .cpapv2-content-page__inner .wp-block-post-content p,
  .cpapv2-content-page__inner .wp-block-post-content li {
    font-size: 16px;
    line-height: 24px;
  }

  .cpapv2-content-page__inner .wp-block-post-content h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.88px;
  }

  .cpapv2-content-page__inner .wp-block-post-content h2,
  .cpapv2-content-page__inner .wp-block-post-content h3,
  .cpapv2-content-page__inner .wp-block-post-content h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.44px;
  }

  .cpapv2-blog-archive__container {
    padding: 24px 16px 48px;
  }

  .cpapv2-blog-archive__top {
    margin-bottom: 24px;
  }

  .cpapv2-blog-archive__title {
    font-size: 48px;
    line-height: 56px;
  }

  .cpapv2-blog-archive__filters {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .cpapv2-blog-archive__chips {
    border-bottom: 0;
  }

  .cpapv2-blog-archive__chips .cat-item a {
    min-height: 40px;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 24px;
  }

  .cpapv2-blog-archive__search {
    width: 100%;
  }

  .cpapv2-blog-archive__search .wp-block-search__inside-wrapper {
    min-height: 40px;
    border-radius: 8px;
  }

  .cpapv2-blog-archive__featured-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .cpapv2-blog-card__featured-overlay {
    padding: 12px 16px;
  }

  .cpapv2-blog-card__title--featured {
    font-size: 16px;
    line-height: 24px;
  }

  .cpapv2-blog-archive__compact-query .wp-block-post-template {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .cpapv2-blog-card__title,
  .cpapv2-blog-compact-item__title {
    font-size: 32px;
    line-height: 40px;
  }

  .cpapv2-blog-card__excerpt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }

  .cpapv2-blog-archive__grid-container {
    padding: 64px 16px 72px;
  }

  .cpapv2-blog-archive__grid-query .wp-block-post-template,
  .cpapv2-blog-single__related-query .wp-block-post-template {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .cpapv2-blog-archive__pagination {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .cpapv2-blog-archive__best-sellers-container {
    padding: 64px 16px;
  }

  .cpapv2-blog-archive__best-sellers-title {
    font-size: 32px;
    line-height: 40px;
  }

  .cpapv2-blog-archive__best-sellers-description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .cpapv2-blog-archive__best-sellers .products {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .cpapv2-blog-archive__best-sellers-cta {
    margin-top: 40px;
  }

  .cpapv2-blog-single__container {
    padding: 24px 16px 56px;
  }

  .cpapv2-blog-single__breadcrumbs {
    gap: 10px;
  }

  .cpapv2-blog-single__meta-row {
    margin-top: 24px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .cpapv2-blog-single__title {
    margin-top: 24px;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.88px;
  }

  .cpapv2-blog-single__image img {
    border-radius: 24px;
  }

  .cpapv2-blog-single__excerpt {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.44px;
    margin-top: 40px;
  }

  .cpapv2-blog-single__content {
    margin-top: 20px;
  }

  .cpapv2-blog-single__content > * {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .cpapv2-blog-single__content ul,
  .cpapv2-blog-single__content ol {
    padding-left: 24px;
  }

  .cpapv2-blog-single__content h2,
  .cpapv2-blog-single__content h3,
  .cpapv2-blog-single__content h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.44px;
    margin-top: 24px;
  }

  .cpapv2-blog-single__related-container {
    padding: 64px 16px;
  }

  .cpapv2-blog-single__related-header {
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .cpapv2-blog-single__related-title {
    font-size: 32px;
    line-height: 40px;
  }
}
