body.home.cvn-site #main,
body.front-page.cvn-site #main {
  background: #fff;
}

.cvn-red-text {
  color: #e8434f;
}

.cvn-home-top {
  background: #f7efe8 !important;
}

.cvn-home-top-row {
  max-width: 1080px !important;
}

.cvn-home-hero-copy {
  max-width: 520px;
}

.cvn-home-hero-copy h1 {
  margin: 0 0 18px;
  color: #2e3138;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvn-home-hero-copy p {
  margin: 0 0 16px;
  color: #5b6472;
  font-size: 0.98rem;
  line-height: 1.72;
}

.cvn-home-bullets {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cvn-home-bullets li {
  position: relative;
  padding-left: 22px;
  color: #3f4652;
  font-size: 0.94rem;
  line-height: 1.45;
}

.cvn-home-bullets li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e3138;
}

.cvn-home-hero-image .img-inner {
  border: 8px solid rgba(130, 69, 64, 0.72);
  border-radius: 0;
  box-shadow: none;
}

.cvn-home-hero-image img {
  object-fit: cover;
}

.cvn-home-proof {
  position: relative;
  z-index: 3;
  margin-top: -34px;
  background: transparent !important;
}

.cvn-home-proof .section-content > .row {
  max-width: 1080px !important;
}

.cvn-home-proof-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 110px;
  padding: 22px 34px;
  color: #fff;
  background: #061f25;
  box-shadow: 0 14px 30px rgba(6, 31, 37, 0.13);
}

.cvn-partner-note {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.cvn-partner-note p {
  max-width: 260px;
  margin: 0;
  color: #e7eff2;
  font-size: 0.88rem;
  line-height: 1.45;
}

.cvn-partner-logos {
  display: flex;
  gap: 10px;
}

.cvn-partner-logos span,
.cvn-service-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.cvn-partner-logos span:first-child,
.cvn-service-icon.is-google {
  color: #2783e7;
}

.cvn-partner-logos span:last-child,
.cvn-service-icon.is-facebook {
  color: #315fb5;
}

.cvn-service-icon.is-web {
  color: #8aa0b8;
  border: 2px solid #d9e0e8;
}

.cvn-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 20px;
  width: min(560px, 100%);
  text-align: center;
}

.cvn-proof-stats strong {
  display: block;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
}

.cvn-proof-stats span {
  display: block;
  margin-top: 8px;
  color: #d4e0e5;
  font-size: 0.82rem;
}

.cvn-home-services,
.cvn-home-why,
.cvn-home-news {
  background: #fff !important;
}

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

.cvn-home-section-title.is-compact {
  max-width: 850px;
  margin-bottom: 32px;
}

.cvn-home-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px !important;
  padding: 8px 20px;
  border-radius: 999px;
  color: #5a4b1b !important;
  background: #f7d95a;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1;
}

.cvn-home-section-title h2 {
  margin: 0 0 14px;
  color: #343841;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvn-home-section-title p {
  margin: 0 auto;
  color: #687383;
  font-size: 0.95rem;
  line-height: 1.7;
}

.cvn-service-row {
  max-width: 1080px !important;
}

.cvn-home-service-card {
  height: 100%;
  min-height: 390px;
  padding: 34px 32px 30px;
  border: 1px solid #eef0f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.12);
}

.cvn-home-service-card h3 {
  margin: 20px 0 12px;
  color: #313641;
  font-size: 1.24rem;
  font-weight: 850;
  letter-spacing: 0;
}

.cvn-home-service-card p {
  margin: 0 0 16px;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.68;
}

.cvn-home-service-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 18px;
  color: #3f4652;
  font-size: 0.9rem;
  line-height: 1.45;
}

.cvn-home-service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid #eadfd2;
  border-radius: 5px;
  color: #5f6673;
  background: #fbf5ee;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.cvn-home-service-card a:hover {
  color: #fff;
  background: #e8434f;
  border-color: #e8434f;
}

.cvn-home-why-row {
  max-width: 1080px !important;
}

.cvn-home-why-card {
  height: 100%;
  min-height: 132px;
  padding: 18px 18px 18px 58px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
  position: relative;
}

.cvn-home-why-card span {
  position: absolute;
  top: 20px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #16b4aa;
  font-size: 0.78rem;
  font-weight: 900;
}

.cvn-home-why-card h3 {
  margin: 0 0 8px;
  color: #344054;
  font-size: 0.96rem;
  font-weight: 850;
  letter-spacing: 0;
}

.cvn-home-why-card p {
  margin: 0;
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.55;
}

.cvn-home-why .button {
  margin-top: 28px;
  border-radius: 6px !important;
}

.cvn-home-clients,
.cvn-home-testimonials {
  background: #f1f1f1 !important;
}

.cvn-home-logo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.cvn-home-logo-strip span {
  display: grid;
  place-items: center;
  min-height: 70px;
  padding: 12px;
  border-radius: 7px;
  color: #4f5967;
  background: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.cvn-testimonial-row {
  max-width: 1080px !important;
}

.cvn-testimonial-card {
  min-height: 220px;
  padding: 32px 30px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.05);
}

.cvn-testimonial-card.is-muted {
  opacity: 0.56;
}

.cvn-testimonial-card .stars {
  margin-bottom: 18px;
  color: #f7c948;
  font-size: 1rem;
  letter-spacing: 0;
}

.cvn-testimonial-card h3 {
  margin: 0 0 10px;
  color: #344054;
  font-size: 1.06rem;
  font-weight: 850;
  letter-spacing: 0;
}

.cvn-testimonial-card p {
  margin: 0;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.65;
}

.cvn-home-news .section-content > .row {
  max-width: 1080px !important;
}

.cvn-home-news-heading {
  margin-bottom: 30px;
}

.cvn-home-news-heading h2 {
  position: relative;
  margin: 0 0 4px;
  padding-left: 12px;
  color: #333842;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.cvn-home-news-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: #e8434f;
}

.cvn-home-news-heading p {
  margin: 0;
  padding-left: 12px;
  color: #16b4aa;
  font-size: 0.92rem;
}

body.cvn-site .cvn-home-news-grid .box-blog-post {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
}

body.cvn-site .cvn-home-news-grid .box-text {
  padding: 18px 20px 20px !important;
}

body.cvn-site .cvn-home-news-grid .post-title {
  color: #344054;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

body.cvn-site .cvn-home-news-grid .from_the_blog_excerpt {
  color: #667085;
  font-size: 0.86rem;
  line-height: 1.6;
}

body.cvn-site .cvn-home-news-grid .button {
  min-height: 30px;
  border-radius: 5px !important;
  background: #fff !important;
  color: #5f6673 !important;
  border: 1px solid #dbe4f1 !important;
  box-shadow: none;
}

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

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

.cvn-home-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-home-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-home-cta-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36%;
  width: 160px;
  border-radius: 0 80px 80px 0;
  background: #f7cf45;
}

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

.cvn-home-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-home-cta-card h2 {
  max-width: 540px;
  margin: 0 0 7px;
  color: #111827;
  font-size: 1.36rem;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

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

.cvn-home-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-home-cta-actions a:first-child {
  color: #344054;
  background: #fff;
}

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

body.home.cvn-site .footer-wrapper,
body.front-page.cvn-site .footer-wrapper {
  padding-top: 76px;
}

@media (max-width: 1000px) {
  .cvn-home-proof-card,
  .cvn-home-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .cvn-proof-stats {
    width: 100%;
  }

  .cvn-home-logo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

@media (max-width: 720px) {
  .cvn-home-top {
    padding-top: 42px !important;
    padding-bottom: 48px !important;
  }

  .cvn-home-hero-copy h1 {
    font-size: 1.64rem;
  }

  .cvn-home-hero-image .img-inner {
    border-width: 5px;
  }

  .cvn-home-proof {
    margin-top: 0;
  }

  .cvn-home-proof-card {
    padding: 22px;
  }

  .cvn-partner-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .cvn-proof-stats {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .cvn-home-service-card {
    min-height: 0;
  }

  .cvn-home-logo-strip {
    grid-template-columns: 1fr;
  }

  .cvn-testimonial-card.is-muted {
    opacity: 1;
  }

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

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

  .cvn-home-cta-card h2 {
    font-size: 1.08rem;
  }

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

  body.home.cvn-site .footer-wrapper,
  body.front-page.cvn-site .footer-wrapper {
    padding-top: 34px;
  }
}
