/* Compatinova brand adjustments. The purchased template's layout and type scale remain intact. */
.cnv-logo img,
.cnv-mobile-menu__logo img,
.cnv-footer-widget__logo img {
  width: auto;
  max-width: 260px;
  max-height: 52px;
  object-fit: contain;
}
.cnv-mobile-menu__logo img { max-width: 235px; }
.cnv-footer-widget__logo img { max-width: 245px; }
input, textarea, select, button { font: inherit; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
[hidden] { display: none !important; }

/* Functional storefront additions that retain the purchased template's type and spacing. */
.cnv-security-challenge { margin-top: 24px; }
.cnv-fallback-panel { padding: 20px; border: 1px solid var(--border-color, #dedee8); border-radius: 14px; background: rgba(127, 94, 255, .05); }
.cnv-security-status { min-height: 24px; }
.cnv-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cnv-notice { padding: 16px 18px; border-radius: 12px; margin-bottom: 24px; }
.cnv-notice--success { background: rgba(34, 166, 91, .12); border: 1px solid rgba(34, 166, 91, .28); }
.cnv-notice--error { background: rgba(218, 63, 80, .10); border: 1px solid rgba(218, 63, 80, .26); }
.cnv-product-actions { display: grid; gap: 12px; }
.cnv-product-actions form { margin: 0; }
.cnv-cart-empty { text-align: center; padding: 48px 20px; }
.cnv-checkout-summary { padding: 24px; border: 1px solid var(--border-color, #dedee8); border-radius: 16px; }
.cnv-legal-copy h2, .cnv-legal-copy h3 { margin-top: 32px; margin-bottom: 12px; }
.cnv-legal-copy p, .cnv-legal-copy li { line-height: 1.75; }
.cnv-faq-item { border-bottom: 1px solid var(--border-color, #dedee8); padding: 20px 0; }
.cnv-faq-item summary { cursor: pointer; font-weight: 600; color: var(--heading-color); }
.cnv-faq-item p { margin: 14px 0 0; }
#cnv-paypal-buttons { min-height: 160px; }

/* Professional storefront pass: restrained hierarchy, focused conversion path, and cleaner navigation. */
.cnv-header {
  border-bottom: 1px solid hsl(var(--border-color) / .65);
}

.cnv-nav-menu__toggle {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.cnv-has-submenu > .cnv-nav-menu__toggle {
  position: relative;
  padding-right: 16px;
}

.cnv-has-submenu > .cnv-nav-menu__toggle::before {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .625rem;
  color: hsl(var(--heading-color) / .45);
  transition: .2s linear;
}

.cnv-has-submenu:hover > .cnv-nav-menu__toggle,
.cnv-has-submenu.activePage > .cnv-nav-menu__toggle {
  color: hsl(var(--main));
}

.cnv-has-submenu:hover > .cnv-nav-menu__toggle::before,
.cnv-has-submenu.active > .cnv-nav-menu__toggle::before {
  color: hsl(var(--main));
  transform: translateY(-50%) rotate(180deg);
}

.cnv-nav-submenu {
  min-width: 225px;
  padding: 10px;
  border: 1px solid hsl(var(--border-color) / .75);
  border-radius: 12px;
}

.cnv-nav-submenu__link {
  padding: 10px 14px;
  border-radius: 8px;
}

.cnv-mobile-menu__intro {
  margin: 24px 0 0;
  max-width: 280px;
  font-size: .95rem;
  line-height: 1.65;
  color: hsl(var(--body-color));
}

.cnv-mobile-menu .cnv-nav-menu__toggle {
  width: 100%;
  border-bottom: 1px solid hsl(var(--black) / .08) !important;
  padding: 12px 16px 12px 0;
  color: hsl(var(--heading-color));
  font-weight: 500;
}

.cnv-footer-contact,
.cnv-footer-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: hsl(var(--static-white));
  font-weight: 600;
}

.cnv-footer-contact:hover,
.cnv-footer-inline-link:hover {
  color: hsl(var(--main-two));
}

.cnv-footer-confidence {
  padding-left: clamp(0px, 2vw, 28px);
}

.cnv-hero--focused {
  padding: clamp(72px, 8vw, 118px) 0 clamp(76px, 8vw, 124px);
}

.cnv-hero--focused .row {
  min-height: 590px;
}

.cnv-hero-copy {
  position: relative;
  z-index: 2;
}

.cnv-eyebrow,
.cnv-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: hsl(var(--main));
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cnv-eyebrow {
  padding: 8px 13px;
  border: 1px solid hsl(var(--main) / .2);
  border-radius: 999px;
  background: hsl(var(--main) / .06);
}

.cnv-section-heading__title { text-transform: none; }

.cnv-hero--focused .cnv-hero-inner__title {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5.15vw, 4.55rem);
  line-height: .99;
  letter-spacing: -.055em;
  text-transform: none;
}

.cnv-hero--focused .cnv-hero-inner__desc {
  max-width: 650px;
  margin-bottom: 30px;
  line-height: 1.75;
}

.cnv-hero-actions {
  margin-bottom: 30px;
}

.cnv-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cnv-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 999px;
  background: hsl(var(--white) / .72);
  color: hsl(var(--heading-color));
  font-size: .82rem;
  font-weight: 600;
}

.cnv-hero-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: hsl(var(--main));
  box-shadow: 0 0 0 4px hsl(var(--main) / .1);
}

.cnv-hero-visual {
  width: min(100%, 680px);
  margin-left: auto;
}

.cnv-hero-visual::before {
  content: "";
  position: absolute;
  inset: 11% 4% 8% 12%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, hsl(var(--main) / .16), transparent 67%);
  filter: blur(24px);
}

.cnv-hero-visual__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 45px rgba(21, 50, 108, .16));
}

.cnv-hero-visual__badge {
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 13px;
  width: min(340px, 75%);
  padding: 15px 17px;
  border: 1px solid hsl(var(--border-color) / .9);
  border-radius: 18px;
  background: hsl(var(--white) / .9);
  box-shadow: 0 20px 45px rgba(18, 39, 88, .14);
  backdrop-filter: blur(16px);
}

.cnv-hero-visual__badge-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: hsl(var(--main));
  color: hsl(var(--static-white));
  font-size: 1.4rem;
}

.cnv-hero-visual__badge strong,
.cnv-hero-visual__badge small {
  display: block;
}

.cnv-hero-visual__badge strong {
  margin-bottom: 3px;
  color: hsl(var(--heading-color));
  font-size: .95rem;
}

.cnv-hero-visual__badge small {
  color: hsl(var(--body-color));
  font-size: .76rem;
  line-height: 1.45;
}

.cnv-heading-narrow {
  max-width: 810px;
}

.cnv-heading-copy {
  max-width: 720px;
}

.cnv-value-card {
  position: relative;
  padding: 32px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 22px;
  background: hsl(var(--white));
  box-shadow: 0 18px 55px rgba(35, 48, 86, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cnv-value-card:hover {
  transform: translateY(-5px);
  border-color: hsl(var(--main) / .35);
  box-shadow: 0 24px 65px rgba(35, 48, 86, .1);
}

.cnv-value-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, hsl(var(--main) / .13), hsl(var(--main-two) / .09));
  color: hsl(var(--main));
  font-size: 1.65rem;
}

.cnv-value-card h3,
.cnv-resource-card h3,
.cnv-process-list h3,
.cnv-implementation-panel h2,
.cnv-products-intro h2 {
  color: hsl(var(--heading-color));
}

.cnv-value-card h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.cnv-value-card p {
  margin: 0;
  line-height: 1.75;
}

.cnv-product-item--professional {
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
  border-radius: 22px;
  box-shadow: 0 18px 55px rgba(35, 48, 86, .06);
}

.cnv-product-item--professional .cnv-product-item__thumb {
  min-height: 220px;
  border-bottom: 1px solid hsl(var(--border-color));
  background: linear-gradient(145deg, hsl(var(--main) / .08), hsl(var(--main-two) / .04));
}

.cnv-product-item--professional .cnv-product-item__content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
  padding: 28px;
}

.cnv-product-item--professional .cnv-product-item__content > p {
  flex: 1;
  line-height: 1.7;
}

.cnv-product-platform {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: hsl(var(--main) / .08);
  color: hsl(var(--main));
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cnv-product-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0;
  padding-top: 20px;
  border-top: 1px solid hsl(var(--border-color));
}

.cnv-product-meta span {
  max-width: 66%;
  color: hsl(var(--body-color));
  font-size: .8rem;
  line-height: 1.45;
}

.cnv-product-meta strong {
  color: hsl(var(--heading-color));
  font-size: 1.3rem;
  white-space: nowrap;
}

.cnv-process-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.cnv-process-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 26px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 20px;
  background: hsl(var(--white));
}

.cnv-process-list li > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  background: hsl(var(--main));
  color: hsl(var(--static-white));
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.cnv-process-list h3 {
  margin-bottom: 8px;
  font-size: 1.13rem;
}

.cnv-process-list p {
  margin: 0;
  line-height: 1.65;
}

.cnv-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: hsl(var(--main));
  font-weight: 700;
}

.cnv-text-link:hover {
  gap: 12px;
  color: hsl(var(--main-two));
}

.cnv-implementation-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid hsl(var(--border-color) / .9);
  border-radius: 26px;
  background: hsl(var(--white) / .8);
  box-shadow: 0 24px 65px rgba(34, 49, 92, .08);
  backdrop-filter: blur(18px);
}

.cnv-implementation-panel > div {
  max-width: 760px;
}

.cnv-implementation-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.cnv-implementation-panel p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cnv-resource-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 18px;
  height: 100%;
  padding: 28px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 20px;
  background: hsl(var(--white));
  color: hsl(var(--body-color));
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cnv-resource-card:hover {
  transform: translateY(-4px);
  border-color: hsl(var(--main) / .35);
  color: hsl(var(--body-color));
  box-shadow: 0 20px 50px rgba(35, 48, 86, .08);
}

.cnv-resource-card > span {
  color: hsl(var(--main));
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.cnv-resource-card h3 {
  margin-bottom: 9px;
  font-size: 1.15rem;
}

.cnv-resource-card p {
  margin: 0;
  line-height: 1.65;
}

.cnv-resource-card > i {
  margin-top: 3px;
  color: hsl(var(--main));
  font-size: 1.15rem;
  transition: transform .2s ease;
}

.cnv-resource-card:hover > i {
  transform: translateX(4px);
}

.cnv-products-intro {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.cnv-products-intro h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.cnv-products-intro p {
  margin-bottom: 12px;
  line-height: 1.75;
}

[data-theme=light] .cnv-hero-proof span,
[data-theme=light] .cnv-hero-visual__badge,
[data-theme=light] .cnv-value-card,
[data-theme=light] .cnv-product-item--professional,
[data-theme=light] .cnv-process-list li,
[data-theme=light] .cnv-implementation-panel,
[data-theme=light] .cnv-resource-card {
  background: hsl(var(--white) / .78);
}

@media (max-width: 1199px) {
  .cnv-hero--focused .row {
    min-height: 520px;
  }
  .cnv-hero-visual__badge {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .cnv-hero--focused {
    padding-top: 74px;
  }
  .cnv-hero--focused .row {
    min-height: 0;
  }
  .cnv-hero-copy {
    text-align: center;
  }
  .cnv-hero--focused .cnv-hero-inner__title,
  .cnv-hero--focused .cnv-hero-inner__desc {
    margin-left: auto;
    margin-right: auto;
  }
  .cnv-hero-actions,
  .cnv-hero-proof {
    justify-content: center;
  }
  .cnv-hero-visual {
    margin: 0 auto;
  }
  .cnv-implementation-panel {
    align-items: flex-start;
    flex-direction: column;
  }
  .cnv-footer-confidence {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cnv-hero--focused .cnv-hero-inner__title {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }
  .cnv-hero-visual__badge {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: -10px;
  }
  .cnv-value-card,
  .cnv-product-item--professional .cnv-product-item__content,
  .cnv-resource-card {
    padding: 24px;
  }
  .cnv-process-list li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    padding: 22px;
  }
  .cnv-process-list li > span {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }
  .cnv-section-heading.cnv-flx-between {
    align-items: flex-start !important;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .cnv-hero-actions .btn {
    width: 100%;
  }
  .cnv-hero-proof span {
    font-size: .76rem;
  }
  .cnv-product-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .cnv-product-meta span {
    max-width: none;
  }
  .cnv-resource-card {
    grid-template-columns: auto 1fr;
  }
  .cnv-resource-card > i {
    display: none;
  }
}

/* Explicit contrast for the template's internally inverted dark-theme selector. */
[data-theme=light] .cnv-header {
  background-color: #20243b;
}
[data-theme=light] .btn-outline-light {
  color: hsl(var(--static-white)) !important;
  border-color: hsl(var(--static-white) / .38) !important;
}
[data-theme=light] .btn-outline-light:hover {
  background-color: hsl(var(--static-white)) !important;
  border-color: hsl(var(--static-white)) !important;
  color: #12162c !important;
}

/* Checkout trust strip */
.cnv-footer-trust {
    margin-top: 44px;
    padding: 22px 0 8px;
    border-top: 1px solid rgba(255,255,255,.10);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.cnv-footer-trust__item {
    min-height: 92px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.cnv-footer-trust__item img {
    width: auto;
    max-width: 108px;
    max-height: 66px;
    object-fit: contain;
    flex: 0 0 auto;
}
.cnv-footer-trust__item--paypal img { max-width: 126px; max-height: 70px; }
.cnv-footer-trust__item--secure img { max-width: 138px; max-height: 54px; }
.cnv-footer-trust__item span {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.45;
    max-width: 155px;
}
.cnv-footer-trust__item a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

/* Consent banner: compact, brand-aligned and intentionally non-blocking. */
.cnv-consent[hidden] { display: none !important; }
.cnv-consent {
    position: fixed;
    z-index: 99999;
    left: 22px;
    right: 22px;
    bottom: 22px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 17px 18px;
    border: 1px solid rgba(115, 92, 255, .22);
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 22px 60px rgba(12, 15, 36, .18);
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.cnv-consent__copy { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 10px; color: #4b5065; font-size: 13px; line-height: 1.5; }
.cnv-consent__copy strong { color: #111428; font-size: 14px; }
.cnv-consent__copy a { color: var(--main-color, #6b4eff); font-weight: 600; white-space: nowrap; }
.cnv-consent__actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.cnv-consent__actions .btn { padding: 9px 15px; min-height: 40px; font-size: 13px; white-space: nowrap; }
.cnv-consent__secondary { border: 1px solid #d9dce8; border-radius: 999px; background: #fff; color: #000000 !important; }
.cnv-consent__secondary:hover { border-color: #7771a8; color: #111428; }

/* Protected download portal */
.cnv-download-page { min-height: 72vh; }
.cnv-download-card { padding: 38px; border: 1px solid rgba(107,78,255,.14); border-radius: 24px; background: var(--white, #fff); box-shadow: 0 25px 70px rgba(26,27,55,.08); }
.cnv-download-card__mark { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 20px; background: rgba(107,78,255,.09); color: var(--main-color, #6b4eff); font-size: 29px; }
.cnv-download-status { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.cnv-download-status > div { padding: 13px 14px; border-radius: 13px; background: rgba(107,78,255,.055); }
.cnv-download-status span { display:block; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #71758a; margin-bottom: 4px; }
.cnv-download-status strong { display:block; font-size: 13px; color: #171a2e; overflow-wrap:anywhere; }

html[data-theme='dark'] .cnv-consent, body.dark-mode .cnv-consent { background: rgba(15,17,28,.97); border-color: rgba(145,126,255,.28); box-shadow: 0 22px 60px rgba(0,0,0,.38); }
html[data-theme='dark'] .cnv-consent__copy, body.dark-mode .cnv-consent__copy { color: #bec2d3; }
html[data-theme='dark'] .cnv-consent__copy strong, body.dark-mode .cnv-consent__copy strong { color: #fff; }
html[data-theme='dark'] .cnv-consent__secondary, body.dark-mode .cnv-consent__secondary { background: #1d2032; color: #fff; border-color: #363a52; }
html[data-theme='dark'] .cnv-download-card, body.dark-mode .cnv-download-card { background: #151724; border-color: rgba(145,126,255,.22); }
html[data-theme='dark'] .cnv-download-status > div, body.dark-mode .cnv-download-status > div { background: rgba(145,126,255,.08); }
html[data-theme='dark'] .cnv-download-status strong, body.dark-mode .cnv-download-status strong { color: #f7f7fb; }

@media (max-width: 991px) {
    .cnv-footer-trust { grid-template-columns: 1fr; }
    .cnv-footer-trust__item { justify-content: flex-start; min-height: 80px; }
    .cnv-footer-trust__item span { max-width: none; }
}
@media (max-width: 767px) {
    .cnv-consent { left: 12px; right: 12px; bottom: 12px; padding: 15px; align-items: stretch; flex-direction: column; gap: 12px; }
    .cnv-consent__actions { width: 100%; }
    .cnv-consent__actions .btn { flex: 1 1 0; }
    .cnv-download-card { padding: 26px 20px; }
    .cnv-download-status { grid-template-columns: 1fr; }
}

/* Legal documents */
.cnv-legal-copy { font-size: 16px; line-height: 1.8; }
.cnv-legal-lead { font-size: 19px; line-height: 1.65; color: var(--heading-color, #16182b); margin-bottom: 28px; }
.cnv-legal-meta { display:flex; flex-wrap:wrap; gap:10px 24px; padding:14px 18px; border-radius:14px; background:rgba(107,78,255,.055); margin-bottom:24px; font-size:13px; color:#676b80; }
.cnv-legal-toc { padding:24px 26px; margin:28px 0 42px; border:1px solid rgba(107,78,255,.12); border-radius:18px; background:rgba(107,78,255,.035); }
.cnv-legal-toc > strong { display:block; margin-bottom:10px; color:var(--heading-color, #17192d); }
.cnv-legal-toc ol { columns:2; column-gap:42px; margin:0; padding-left:20px; }
.cnv-legal-toc li { break-inside:avoid; margin:5px 0; }
.cnv-legal-toc a { color:inherit; text-decoration:none; }
.cnv-legal-toc a:hover { color:var(--main-color, #6b4eff); }
.cnv-legal-section { scroll-margin-top:110px; padding-top:8px; margin-top:30px; }
.cnv-legal-section h2 { font-size:27px; margin-bottom:14px; }
.cnv-legal-section p + p { margin-top:14px; }
.cnv-legal-section a { color:var(--main-color, #6b4eff); text-decoration:underline; text-underline-offset:2px; }
.cnv-legal-identity { margin:18px 0; padding:18px 20px; border-left:3px solid var(--main-color, #6b4eff); background:rgba(107,78,255,.045); border-radius:0 12px 12px 0; }
@media (max-width:767px) { .cnv-legal-toc ol { columns:1; } .cnv-legal-section h2 { font-size:23px; } }

/* Checkout payment controls: compact iBugFix-style stack, without the template's red glow. */
.cnv-payment-panel .cnv-payment-method::before,
.cnv-payment-options::before,
.cnv-payment-choice::before {
  content: none !important;
  display: none !important;
}

.cnv-payment-options {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color, #dedee8);
}

.cnv-payment-heading {
  margin: 0 0 14px;
  color: hsl(var(--heading-color));
  font-size: 13px;
  font-weight: 700;
}

.cnv-payment-choice {
  min-height: 48px;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

#cnv-paypal-buttons,
#cnv-card-buttons {
  min-height: 48px;
}

.cnv-payment-note {
  margin: 8px 0 0;
  color: hsl(var(--body-color));
  font-size: 12px;
  line-height: 1.55;
}

.cnv-payment-recovery {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: hsl(var(--main));
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.cnv-payment-recovery:hover { opacity: .82; }
.cnv-payment-recovery:disabled { opacity: .5; cursor: wait; }

.cnv-payment-panel [data-cnv-paypal-fallback] {
  max-width: 100%;
}

.cnv-payment-panel [data-cnv-payment-error] {
  margin-bottom: 0;
}


/* Patch: remove the dark sweep/line from homepage product-card hover. */
.arrival-product .cnv-product-item--professional .cnv-product-item__thumb::before {
  content: none !important;
  display: none !important;
}

/* Patch: the template maps semantic dark mode to data-theme="light" internally. */
[data-theme=light] .cnv-download-status span,
[data-theme=light] .cnv-download-status strong {
  color: #fff !important;
}

/* Compact local payment badges beneath homepage product actions. */
.cnv-product-payment-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
    min-height: 30px;
}

.cnv-product-payment-badges img {
    display: block;
    width: auto;
    height: 26px;
    max-width: 72px;
    border-radius: 5px;
    box-shadow: none;
}

@media (max-width: 575.98px) {
    .cnv-product-payment-badges {
        gap: 6px;
    }

    .cnv-product-payment-badges img {
        height: 24px;
        max-width: 68px;
    }
}

/* 2026-08 mobile/tablet compatibility patch ----------------------------------
   Keep header/footer spacing predictable on older tablet browsers and stop the
   homepage process cards inheriting the purchased template's two-column mobile
   grid. */
@media (max-width: 991px) {
  .cnv-header .header-inner {
    min-height: 64px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .cnv-header .cnv-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cnv-header .cnv-logo img {
    width: auto;
    max-width: 190px;
    max-height: 42px;
  }

  .cnv-header .cnv-header-right {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 14px;
    gap: 12px;
  }

  .cnv-header .cnv-header-right__button,
  .cnv-header .theme-switch-wrapper,
  .cnv-header .cnv-toggle-mobileMenu {
    flex: 0 0 auto;
  }

  .cnv-header .cnv-toggle-mobileMenu {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }

  .cnv-footer-section .row {
    margin-top: 0;
  }

  .cnv-footer-section .footer-widget {
    height: 100%;
  }

  .cnv-bottom-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  /* Flex-gap fallback for older Safari/iPadOS. */
  .cnv-bottom-footer__text {
    margin-right: 20px;
    margin-bottom: 8px;
  }

  .cnv-footer-links {
    gap: 0;
  }

  .cnv-footer-link {
    display: inline-block;
    margin: 0 18px 8px 0;
  }

  .cnv-footer-link:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cnv-header {
    padding: 8px 0;
  }

  .cnv-header .cnv-logo img {
    max-width: 160px;
    max-height: 38px;
  }

  .cnv-header .cnv-header-right {
    margin-left: 10px;
    gap: 9px;
  }

  .cnv-header .cnv-cart-btn {
    padding-right: 5px;
  }

  .cnv-header .cnv-toggle-mobileMenu {
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .cnv-process-list {
    display: block !important;
    width: 100%;
    margin-top: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .cnv-process-list li {
    display: flex !important;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    gap: 0;
    padding: 20px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .cnv-process-list li:last-child {
    margin-bottom: 0;
  }

  .cnv-process-list li > span {
    flex: 0 0 46px;
    margin-right: 14px;
  }

  .cnv-process-list li > div {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cnv-process-list h3,
  .cnv-process-list p {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .cnv-process-list h3 {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .cnv-process-list p {
    font-size: .95rem;
    line-height: 1.6;
  }

  .cnv-footer-section {
    padding: 64px 0;
  }

  .cnv-footer-section .row > [class*="col-"] {
    width: 100%;
  }

  .cnv-footer-section .footer-widget {
    padding-right: 0;
  }

  .cnv-footer-widget__logo {
    margin-bottom: 18px;
  }

  .cnv-footer-widget__title {
    margin-bottom: 16px;
  }

  .cnv-footer-trust {
    margin-top: 30px;
  }

  .cnv-bottom-footer__inner {
    display: block;
    padding: 18px 0;
  }

  .cnv-bottom-footer__text {
    margin: 0 0 12px;
    line-height: 1.5;
  }

  .cnv-footer-links {
    display: block;
  }

  .cnv-footer-link {
    margin: 0 16px 8px 0;
    line-height: 1.45;
  }
}

@media (max-width: 420px) {
  .cnv-header .cnv-logo img {
    max-width: 142px;
  }

  .cnv-header .cnv-header-right {
    margin-left: 8px;
    gap: 7px;
  }
}


/* ---------------------------------------------------------------------------
   Homepage visual/performance refresh
   - No preloader.
   - No homepage raster gradient artwork.
   - Flat, editorial visual language with explicit compatibility messaging.
   - Scoped to .compatinova-home so shared product/checkout pages are untouched.
--------------------------------------------------------------------------- */

.compatinova-home {
  background: #f7f8f6;
  color: #17233f;
}

.compatinova-home .cnv-change-gradient,
.compatinova-home .cnv-hero,
.compatinova-home .cnv-outcomes,
.compatinova-home .arrival-product,
.compatinova-home .cnv-process,
.compatinova-home .cnv-resource,
.compatinova-home .cnv-resources {
  background-image: none !important;
}

.compatinova-home .cnv-hero {
  background: #f7f8f6;
  border-bottom: 1px solid #dfe4e1;
}

.compatinova-home .cnv-hero-copy {
  max-width: 650px;
}

.compatinova-home .cnv-hero-inner__title {
  max-width: 650px;
  color: #17233f;
  font-size: clamp(2.9rem, 5.2vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.compatinova-home .cnv-hero-inner__desc {
  max-width: 600px;
  color: #4e5862;
  line-height: 1.72;
}

.compatinova-home .cnv-hero-actions .btn,
.compatinova-home .cnv-implementation-panel .btn,
.compatinova-home .cnv-section-heading > .btn {
  border-radius: 4px !important;
}

.compatinova-home .cnv-hero-actions .btn-outline-light,
.compatinova-home .cnv-section-heading .btn-outline-light {
  color: #17233f !important;
  border-color: #aeb8b5 !important;
  background: transparent !important;
}

.compatinova-home .cnv-hero-actions .btn-outline-light:hover,
.compatinova-home .cnv-section-heading .btn-outline-light:hover {
  color: #fff !important;
  background: #17233f !important;
  border-color: #17233f !important;
}

.compatinova-home .cnv-hero-proof {
  gap: 0;
  margin-top: 30px;
  flex-wrap: wrap;
}

.compatinova-home .cnv-hero-proof span {
  display: inline-block;
  margin: 0 18px 8px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #53606a;
  font-size: .78rem;
  font-weight: 700;
}

.compatinova-home .cnv-hero-proof span + span::before {
  content: "·";
  margin-right: 18px;
  color: #355bdc;
}

.compatinova-home .cnv-hero-visual {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 30px;
}

.compatinova-home .cnv-hero-visual__image {
  display: block;
  width: min(100%, 620px);
  height: auto;
  border: 1px solid #d6ddda;
  box-shadow: none;
}

.compatinova-home .cnv-hero-visual__cta {
  position: absolute;
  right: -8px;
  bottom: 0;
  width: min(330px, 82%);
  padding: 20px 22px;
  border-left: 5px solid #355bdc;
  background: #17233f;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
}

.compatinova-home .cnv-hero-visual__cta-label {
  display: block;
  margin-bottom: 7px;
  color: #b9f4d0;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compatinova-home .cnv-hero-visual__cta strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.compatinova-home .cnv-hero-visual__cta > span:last-child {
  color: #c4cbd3;
  font-size: .8rem;
}

.compatinova-home .cnv-hero-visual__cta i {
  margin-left: 7px;
  color: #b9f4d0;
}

.compatinova-home .cnv-section-kicker {
  color: #355bdc;
}

.compatinova-home .cnv-section-heading__title {
  color: #17233f;
  letter-spacing: -.045em;
}

.compatinova-home .cnv-section-heading__desc,
.compatinova-home .cnv-value-card p,
.compatinova-home .cnv-resource-card p,
.compatinova-home .cnv-process-list p {
  color: #59636b;
}

.compatinova-home .cnv-value-card {
  padding: 30px;
  border: 1px solid #d7dfdc;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.compatinova-home .cnv-value-card:hover {
  transform: none;
  border-color: #355bdc;
  box-shadow: none;
}

.compatinova-home .cnv-value-card__icon {
  width: auto;
  height: auto;
  margin-bottom: 26px;
  place-items: initial;
  border-radius: 0;
  background: transparent;
  color: #355bdc;
  font-size: 1.7rem;
}

.compatinova-home .cnv-value-card h3 {
  color: #17233f;
}

.compatinova-home .arrival-product {
  background: #eef3f0 !important;
  border-top: 1px solid #d9e1dd;
  border-bottom: 1px solid #d9e1dd;
}

.compatinova-home .cnv-product-item--professional {
  border: 1px solid #d5ddd9;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.compatinova-home .cnv-product-item--professional .cnv-product-item__thumb {
  min-height: 0;
  padding: 0;
  border-bottom: 1px solid #d5ddd9;
  background: #f4f6f4;
}

.compatinova-home .cnv-product-visual {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.compatinova-home .cnv-product-item--professional .cnv-product-item__content {
  padding: 26px;
}

.compatinova-home .cnv-product-platform {
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #355bdc;
  font-size: .7rem;
  letter-spacing: .11em;
}

.compatinova-home .cnv-product-item__title a {
  color: #17233f;
}

.compatinova-home .cnv-product-meta {
  margin: 20px 0;
  padding-top: 18px;
  border-color: #dfe4e1;
}

.compatinova-home .cnv-product-meta strong {
  color: #17233f;
}

.compatinova-home .cnv-product-item .btn-outline-light {
  color: #17233f !important;
  border-color: #b5bfbc !important;
  border-radius: 4px !important;
  background: transparent !important;
}

.compatinova-home .cnv-product-item .btn-outline-light:hover {
  color: #fff !important;
  border-color: #17233f !important;
  background: #17233f !important;
}

.compatinova-home .cnv-process {
  background: #fff !important;
  border-bottom: 1px solid #dfe4e1;
}

.compatinova-home .cnv-process-list {
  gap: 0;
}

.compatinova-home .cnv-process-list li {
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 26px 0;
  border: 0;
  border-top: 1px solid #dfe4e1;
  border-radius: 0;
  background: transparent;
}

.compatinova-home .cnv-process-list li:last-child {
  border-bottom: 1px solid #dfe4e1;
}

.compatinova-home .cnv-process-list li > span {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: #17233f;
  color: #b9f4d0;
  font-size: .72rem;
}

.compatinova-home .cnv-process-list h3 {
  color: #17233f;
}

.compatinova-home .cnv-process .cnv-btn-main {
  margin-top: 18px;
  border-radius: 4px !important;
}

.compatinova-home .cnv-implementation-panel {
  padding: 42px 46px;
  border: 1px solid #d5ddd9;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.compatinova-home .cnv-implementation-panel h2 {
  color: #17233f;
  letter-spacing: -.035em;
}

.compatinova-home .cnv-implementation-panel p {
  color: #59636b;
}

.compatinova-home .cnv-resources {
  background: #f7f8f6 !important;
}

.compatinova-home .cnv-resource-card {
  padding: 28px;
  border: 1px solid #d7dfdc;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.compatinova-home .cnv-resource-card:hover {
  transform: none;
  border-color: #355bdc;
  box-shadow: none;
}

.compatinova-home .cnv-resource-card > span {
  color: #355bdc;
}

@media (max-width: 991px) {
  .compatinova-home .cnv-hero-visual {
    min-height: 0;
    padding-top: 0;
  }
  .compatinova-home .cnv-hero-visual__cta {
    right: 0;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .compatinova-home .cnv-hero-inner__title {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .compatinova-home .cnv-hero-visual {
    display: block;
  }

  .compatinova-home .cnv-hero-visual__image {
    width: 100%;
  }

  .compatinova-home .cnv-hero-visual__cta {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .compatinova-home .cnv-hero-proof span {
    margin-right: 12px;
  }

  .compatinova-home .cnv-hero-proof span + span::before {
    margin-right: 12px;
  }

  .compatinova-home .cnv-implementation-panel {
    padding: 30px 24px;
  }
}
