/* Add your CSS code here. */

/* =========================================================
   CLAIRVO HOMEPAGE - CLEAN COMBINED CSS
   Full replacement stylesheet for the custom Clairvo homepage
   ========================================================= */

/* ---------- Base type ---------- */
.clairvo-section h1,
.clairvo-section h2,
.clairvo-section h3,
.clairvo-hero h1,
.clairvo-form-head h3,
.clairvo-faq-item h3 {
  font-family: "Montserrat", "Open Sans", Arial, sans-serif;
  font-weight: 700;
}

.clairvo-section,
.clairvo-section p,
.clairvo-section li,
.clairvo-section a,
.clairvo-section div {
  font-family: "Open Sans", "Roboto", Arial, sans-serif;
}

/* ---------- Page cleanup ---------- */
body .entry-content > .clairvo-section:first-child {
  margin-top: 0;
}

.page .entry-header {
  margin-bottom: 0;
}

.page .entry-header .page-title {
  display: none;
}

/* ---------- Section shell ---------- */
.clairvo-section {
  padding: 72px 0;
  position: relative;
}

.clairvo-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

.clairvo-light {
  background: #f7f8fa;
}

.clairvo-dark {
  background: #12223A;
  color: #fff;
}

.clairvo-section-intro {
  max-width: 760px;
  margin: 0 auto 28px 0;
}

.clairvo-section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
}

.clairvo-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Eyebrows ---------- */
.clairvo-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
}

.clairvo-eyebrow-dark {
  color: #00cccc;
  border-color: rgba(0, 204, 204, .25);
  background: rgba(255, 255, 255, .04);
}

/* ---------- Headings / body ---------- */
.clairvo-hero h1,
.clairvo-section h2,
.clairvo-section h3 {
  color: #12223A;
  margin-top: 0;
}

.clairvo-dark h2,
.clairvo-dark h3,
.clairvo-cta-band h2 {
  color: #fff;
}

.clairvo-hero h1 {
  max-width: 16ch;
  width: 100%;
  font-size: clamp(3.1rem, 5vw, 5.4rem);
  line-height: .92;
  letter-spacing: -0.045em;
  margin: 20px 0 18px;
}

.clairvo-section h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 14px 0 12px;
  font-weight: 700;
}

.clairvo-section h3 {
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  font-weight: 700;
}

.clairvo-lead,
.clairvo-dark-lead,
.clairvo-cta-band p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #4b5563;
  max-width: 760px;
  margin: 0;
}

.clairvo-dark-lead {
  color: #cbd5e1;
}

/* ---------- Hero ---------- */
.clairvo-hero {
  padding-top: 132px;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 204, 204, 0.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.clairvo-hero .clairvo-container {
  max-width: 1380px;
}

.clairvo-hero-grid,
.clairvo-dealer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: start;
}

.clairvo-hero-copy {
  max-width: 780px;
}

.clairvo-pill-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 860px;
  margin: 30px 0 16px;
  align-items: stretch;
}

.clairvo-pill {
  min-height: 92px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 20px 22px;
  color: #475467;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.clairvo-microcopy {
  margin-top: 10px;
  color: #667085;
  font-size: .96rem;
}

/* ---------- Hero form ---------- */
.clairvo-form-shell {
  display: flex;
  justify-content: center;
}

.clairvo-form-card {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  padding: 22px;
  box-shadow: 0 24px 70px rgba(18, 34, 58, .10);
}

.clairvo-form-head {
  background: #12223A;
  border-radius: 24px;
  padding: 22px;
  color: #fff;
}

.clairvo-form-head h3 {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 8px;
}

.clairvo-form-head p {
  color: #cbd5e1;
  margin: 0;
  font-size: .97rem;
  line-height: 1.6;
}

.clairvo-form-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #00cccc;
  line-height: 1;
}

.clairvo-form-placeholder {
  padding-top: 16px;
}

.clairvo-field,
.clairvo-field-row > div {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 15px 16px;
  color: #94a3b8;
  margin-bottom: 12px;
  line-height: 1.2;
}

.clairvo-field-row {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 12px;
}

.clairvo-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  background: #12223A;
  color: #ffffff;
  border-radius: 16px;
  padding: 14px 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.clairvo-form-note {
  text-align: center;
  color: #667085;
  font-size: .95rem;
  font-weight: 600;
}

/* ---------- Trust strip ---------- */
.clairvo-trust-strip {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

.clairvo-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.clairvo-trust-item {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #475467;
  font-size: .97rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0 8px;
}

.clairvo-trust-item:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #00cccc;
  display: inline-block;
  flex: 0 0 auto;
}

/* ---------- Cards ---------- */
.clairvo-card-grid {
  display: grid;
  gap: 22px;
}

.clairvo-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clairvo-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.clairvo-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .05);
}

.clairvo-card p,
.clairvo-card li {
  color: #475467;
  line-height: 1.72;
  margin: 0;
}

.clairvo-card ul {
  padding-left: 18px;
  margin: 0;
}

.clairvo-card li + li {
  margin-top: 8px;
}

.clairvo-card-dark {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.clairvo-card-dark li {
  color: #e2e8f0;
}

.clairvo-card-featured {
  background: #fff;
  border-color: rgba(0, 204, 204, .45);
}

.clairvo-card-featured h3 {
  color: #12223A !important;
}

.clairvo-step {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #00b8b8;
  margin-bottom: 14px;
  line-height: 1;
}

/* ---------- Dealer side card ---------- */
.clairvo-side-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .05);
}

.clairvo-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.clairvo-check-list li {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 15px 18px 15px 38px;
  position: relative;
  color: #344054;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 12px;
}

.clairvo-check-list li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #00cccc;
}

/* ---------- Buttons ---------- */
.clairvo-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.clairvo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.clairvo-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.clairvo-btn-primary {
  background: #12223A;
  color: #ffffff !important;
}

.clairvo-btn-dark {
  background: #12223A;
  color: #fff !important;
}

.clairvo-btn-outline {
  background: #fff;
  color: #12223A !important;
  border: 1px solid rgba(0, 204, 204, .45);
}

.clairvo-btn-outline-light {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .22);
}

/* ---------- FAQ ---------- */
.clairvo-faq-wrap {
  max-width: 960px;
}

.clairvo-faq-list {
  display: grid;
  gap: 14px;
}

.clairvo-faq-item {
  background: #f7f8fa;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 22px 24px;
}

.clairvo-faq-item h3 {
  margin-bottom: 8px;
}

.clairvo-faq-item p {
  margin: 0;
  color: #475467;
  line-height: 1.7;
}

/* ---------- Final CTA band ---------- */
.clairvo-cta-band {
  background: #12223A;
  color: #fff;
  border-radius: 34px;
  padding: 40px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 24px;
  align-items: center;
  box-shadow: 0 20px 60px rgba(18, 34, 58, .16);
}

.clairvo-cta-band p {
  color: #cbd5e1;
}

.clairvo-cta-band .clairvo-btn-row {
  justify-content: flex-end;
}

.clairvo-cta-band .clairvo-btn-primary {
  background: #00cccc;
  color: #12223A !important;
  box-shadow: 0 10px 24px rgba(0, 204, 204, .18);
}

.clairvo-cta-band .clairvo-btn-primary:hover {
  background: #14d9d9;
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .clairvo-hero h1 {
    max-width: 13.2ch;
    font-size: clamp(2.8rem, 5.6vw, 4.75rem);
  }
}

@media (max-width: 1100px) {
  .clairvo-hero {
    padding-top: 72px;
  }

  .clairvo-hero .clairvo-container {
    max-width: 1240px;
  }

  .clairvo-hero-grid,
  .clairvo-dealer-grid,
  .clairvo-cta-band {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .clairvo-card-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clairvo-card-grid-3,
  .clairvo-pill-row,
  .clairvo-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clairvo-section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .clairvo-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.8rem, 6vw, 4.7rem);
  }

  .clairvo-trust-item {
    justify-content: flex-start;
    text-align: left;
  }

  .clairvo-cta-band .clairvo-btn-row {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .clairvo-section {
    padding: 52px 0;
  }

  .clairvo-container {
    padding: 0 18px;
  }

  .clairvo-hero {
    padding-top: 88px;
    padding-bottom: 44px;
  }

  .clairvo-hero-grid,
  .clairvo-dealer-grid,
  .clairvo-cta-band,
  .clairvo-pill-row,
  .clairvo-trust-grid,
  .clairvo-card-grid-3,
  .clairvo-card-grid-4,
  .clairvo-field-row {
    grid-template-columns: 1fr;
  }

  .clairvo-hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 9vw, 3.8rem);
    line-height: .98;
  }

  .clairvo-pill,
  .clairvo-trust-item {
    min-height: auto;
    justify-content: flex-start;
    text-align: left;
  }

  .clairvo-btn-row {
    flex-direction: column;
  }

  .clairvo-btn {
    width: 100%;
  }

  .clairvo-form-card {
    padding: 16px;
    border-radius: 24px;
  }

  .clairvo-form-head {
    border-radius: 18px;
    padding: 18px;
  }

  .clairvo-card,
  .clairvo-side-card,
  .clairvo-faq-item {
    padding: 22px;
  }

  .clairvo-cta-band {
    padding: 28px 22px;
    border-radius: 26px;
  }
}

@media (max-width: 767px) {

  /* Add real space under the header/capsule area */
  header.site-header,
  .ct-header,
  .ct-mobile-header,
  .mobile-header,
  .site-header {
    margin-bottom: 16px !important;
  }

  /* If the header is inside the hero wrapper, catch that too */
  .clairvo-hero header,
  .clairvo-hero .ct-header,
  .clairvo-hero .mobile-header,
  .clairvo-hero .site-header {
    margin-bottom: 16px !important;
  }

  /* Push the eyebrow down no matter what */
  .clairvo-hero .clairvo-eyebrow {
    margin-top: 18px !important;
    display: inline-flex !important;
  }
}
/* =========================================
   HERO TOUCH-UPS
   ========================================= */

/* 1) Make hero background span full width */
.clairvo-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 204, 204, 0.10), transparent 26%),
    linear-gradient(180deg, #eef8f8 0%, #f7fbfb 100%) !important;
}

.clairvo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 204, 204, 0.10), transparent 26%),
    linear-gradient(180deg, #eef8f8 0%, #f7fbfb 100%);
  z-index: 0;
}

.clairvo-hero > .clairvo-container {
  position: relative;
  z-index: 1;
}

/* 2) Form wrapper should not clip embedded fields */
.clairvo-form-shell,
.clairvo-form-card {
  overflow: visible !important;
}

.clairvo-form-card {
  padding: 18px !important;
}

/* 3) Reset embedded form behavior inside the hero card */
.clairvo-form-card form,
.clairvo-form-card form * {
  box-sizing: border-box !important;
}

.clairvo-form-card form {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  margin: 0 !important;
}

/* 4) Inputs/selects/buttons inside live embed */
.clairvo-form-card input,
.clairvo-form-card select,
.clairvo-form-card textarea,
.clairvo-form-card button {
  max-width: 100% !important;
  width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

/* 5) Prevent weird clipping inside embed rows/columns */
.clairvo-form-card [class*="row"],
.clairvo-form-card [class*="col"],
.clairvo-form-card [class*="field"],
.clairvo-form-card [class*="input"],
.clairvo-form-card [class*="form-group"],
.clairvo-form-card [class*="wrapper"] {
  overflow: visible !important;
  max-width: 100% !important;
}

/* 6) If the embed uses side-by-side fields, let them breathe */
.clairvo-form-card .two-column,
.clairvo-form-card .field-row,
.clairvo-form-card .form-row {
  gap: 12px !important;
}

/* 7) Mobile */
@media (max-width: 767px) {
  .clairvo-hero::before {
    background:
      radial-gradient(circle at 12% 0%, rgba(0, 204, 204, 0.10), transparent 30%),
      linear-gradient(180deg, #eef8f8 0%, #f7fbfb 100%);
  }

  .clairvo-form-card {
    padding: 14px !important;
  }
}
/* FULL-BLEED HERO */
.clairvo-hero {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 204, 204, 0.10), transparent 26%),
    linear-gradient(180deg, #eef8f8 0%, #f7fbfb 100%) !important;
}

.clairvo-hero .clairvo-container {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

@media (max-width: 767px) {
  .clairvo-hero .clairvo-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}