body.page-id-1684.cvn-site #main,
body.page-template-default.cvn-site .cvn-web-hero {
  background: #fff;
}

.cvn-web-hero {
  background: #f7efe8 !important;
}

.cvn-web-hero-row,
.cvn-web-feature-row,
.cvn-web-process-row,
.cvn-web-price-row,
.cvn-web-host-row {
  max-width: 1080px !important;
}

.cvn-web-hero-copy h1 {
  margin: 0 0 8px;
  color: #303640;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvn-web-hero-copy h2 {
  margin: 0 0 18px;
  color: #e8434f;
  font-size: clamp(1.18rem, 2vw, 1.72rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvn-web-hero-copy p,
.cvn-web-copy-block p,
.cvn-web-section-title p {
  color: #667085;
  font-size: 0.98rem;
  line-height: 1.72;
}

.cvn-web-hero-copy ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.cvn-web-hero-copy li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-size: 0.96rem;
  line-height: 1.42;
}

.cvn-web-hero-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #16b4aa;
  box-shadow: inset 0 0 0 5px #fff;
}

.cvn-web-hero-image .img-inner,
.cvn-web-intro-image .img-inner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.12);
}

.cvn-web-intro {
  background: #fff !important;
}

.cvn-web-copy-block {
  max-width: 540px;
}

.cvn-web-eyebrow {
  display: inline-flex;
  margin: 0 0 14px !important;
  padding: 7px 14px;
  border-radius: 999px;
  color: #6d5616 !important;
  background: #f7d95a;
  font-size: 0.85rem !important;
  font-weight: 850;
  line-height: 1;
}

.cvn-web-copy-block h2,
.cvn-web-section-title h2 {
  margin: 0 0 14px;
  color: #303640;
  font-size: clamp(1.55rem, 2.45vw, 2.35rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvn-web-section-title {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.cvn-web-why,
.cvn-web-pricing,
.cvn-web-faq {
  background: #fff !important;
}

.cvn-web-process,
.cvn-web-hosting {
  background: #f6f7f9 !important;
}

.cvn-web-feature,
.cvn-web-step,
.cvn-web-price-card,
.cvn-web-host-card {
  height: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.1);
}

.cvn-web-feature {
  min-height: 190px;
  padding: 24px 22px;
  border: 1px solid #edf0f4;
}

.cvn-web-feature span,
.cvn-web-step span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: #16b4aa;
  font-weight: 900;
}

.cvn-web-feature h3,
.cvn-web-step h3,
.cvn-web-price-card h3,
.cvn-web-host-card h3 {
  margin: 0 0 10px;
  color: #344054;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
}

.cvn-web-feature p,
.cvn-web-step p,
.cvn-web-price-card p {
  margin: 0;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.62;
}

.cvn-web-step {
  position: relative;
  min-height: 210px;
  padding: 28px 24px 26px;
  text-align: center;
}

.cvn-web-step span {
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  background: #e8434f;
  font-size: 1.2rem;
}

.cvn-web-price-card {
  position: relative;
  min-height: 520px;
  padding: 34px 30px 30px;
  border: 1px solid #edf0f4;
}

.cvn-web-price-card.is-featured {
  border: 2px solid #e8434f;
  transform: translateY(-8px);
}

.cvn-web-price-card strong {
  display: block;
  margin: 22px 0 18px;
  color: #e8434f;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.cvn-web-price-card ul,
.cvn-web-host-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.cvn-web-price-card li,
.cvn-web-host-card li {
  position: relative;
  padding-left: 24px;
  color: #3f4652;
  font-size: 0.9rem;
  line-height: 1.46;
}

.cvn-web-price-card li::before,
.cvn-web-host-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16b4aa;
}

.cvn-web-price-card a,
.cvn-web-host-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  background: #e8434f;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.cvn-web-host-card {
  min-height: 270px;
  padding: 28px 26px 26px;
  border: 1px solid #edf0f4;
}

.cvn-web-host-card strong {
  display: inline-block;
  margin: 8px 4px 18px 0;
  color: #e8434f;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.cvn-web-host-card > span {
  color: #667085;
  font-size: 0.9rem;
}

.cvn-web-note {
  max-width: 1080px;
  margin: 22px auto 0;
  text-align: center;
}

.cvn-web-note p {
  margin: 0;
  color: #667085;
  font-size: 0.9rem;
}

.cvn-web-accordion {
  max-width: 920px;
  margin: 0 auto;
}

.cvn-web-accordion .accordion-title {
  color: #344054;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.cvn-web-accordion .accordion-inner {
  color: #667085;
  font-size: 0.95rem;
  line-height: 1.7;
}

.cvn-web-final-cta {
  position: relative;
  z-index: 3;
  margin-bottom: -58px;
  background: transparent !important;
}

.cvn-web-final-cta .section-content > .row {
  max-width: 1080px !important;
}

.cvn-web-cta-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 136px;
  padding: 24px 30px;
  overflow: hidden;
  border-radius: 8px;
  background: #f7cf45;
}

.cvn-web-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 0 0 44%;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.62), rgba(17, 24, 39, 0.82));
}

.cvn-web-cta-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36%;
  width: 160px;
  border-radius: 0 80px 80px 0;
  background: #f7cf45;
}

.cvn-web-cta-card > div {
  position: relative;
  z-index: 1;
}

.cvn-web-cta-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 11px;
  border-radius: 6px;
  color: #fff;
  background: #1f2937;
  font-size: 0.78rem;
  font-weight: 800;
}

.cvn-web-cta-card h2 {
  max-width: 560px;
  margin: 0 0 7px;
  color: #111827;
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvn-web-cta-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(17, 24, 39, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.cvn-web-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.cvn-web-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.cvn-web-cta-actions a:first-child {
  color: #344054;
  background: #fff;
}

.cvn-web-cta-actions a:last-child {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(17, 24, 39, 0.24);
}

body.page-id-1684.cvn-site .footer-wrapper {
  padding-top: 76px;
}

@media (max-width: 1000px) {
  .cvn-web-price-card.is-featured {
    transform: none;
  }

  .cvn-web-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .cvn-web-cta-card::before {
    inset: 0;
    opacity: 0.22;
  }

  .cvn-web-cta-card::after {
    display: none;
  }

  .cvn-web-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .cvn-web-hero {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
  }

  .cvn-web-hero-copy h1 {
    font-size: 1.72rem;
  }

  .cvn-web-hero-copy h2 {
    font-size: 1.05rem;
  }

  .cvn-web-copy-block h2,
  .cvn-web-section-title h2 {
    font-size: 1.42rem;
  }

  .cvn-web-price-card,
  .cvn-web-host-card,
  .cvn-web-feature,
  .cvn-web-step {
    min-height: 0;
  }

  .cvn-web-final-cta {
    margin-bottom: 0;
  }

  .cvn-web-cta-card {
    padding: 22px;
  }

  .cvn-web-cta-card h2 {
    font-size: 1.06rem;
  }

  .cvn-web-cta-actions,
  .cvn-web-cta-actions a {
    width: 100%;
  }

  body.page-id-1684.cvn-site .footer-wrapper {
    padding-top: 34px;
  }
}
