/* =========================================================
   CLAIRVO DEMO PAGE - CLEAN CSS FOR STANDARD THEME HEADER
   Full replacement stylesheet
   ========================================================= */

/* ---------- Typography ---------- */
.dd3-section h1,
.dd3-section h2,
.dd3-section h3 {
  font-family: "Montserrat", "Open Sans", Arial, sans-serif;
  font-weight: 700;
}

.dd3-section,
.dd3-section p,
.dd3-section li,
.dd3-section a,
.dd3-section div {
  font-family: "Open Sans", "Roboto", Arial, sans-serif;
}

/* ---------- Page shell ---------- */
html,
body {
  background: #eef8f8 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page,
body.page .site,
body.page .site-main,
body.page .entry-content,
body.page .ct-content-area,
body.page .content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
}

/* Hide default WP/page title area */
.page .entry-header,
.entry-header,
.page-title,
h1.page-title {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ---------- Important ----------
   Do NOT style the theme header here.
   Let Blocksy / your WP theme control the header completely.
--------------------------------- */

/* ---------- Sections ---------- */
.dd3-section {
  padding: 76px 0;
  position: relative;
}

.dd3-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

.dd3-light {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f7f8fa;
}

.dd3-light .dd3-container {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.dd3-section-intro {
  max-width: 760px;
  margin: 0 auto 28px 0;
}

.dd3-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;
}

.dd3-eyebrow-dark {
  color: #00cccc;
  border-color: rgba(0, 204, 204, .25);
  background: rgba(255, 255, 255, .04);
}

.dd3-section h1,
.dd3-section h2,
.dd3-section h3 {
  color: #12223A;
  margin-top: 0;
}

.dd3-cta-band h2,
.dd3-calendar-head h2 {
  color: #ffffff !important;
}

.dd3-section h1 {
  max-width: 9.6ch;
  font-size: clamp(3.2rem, 5.4vw, 5.5rem);
  line-height: .9;
  letter-spacing: -0.05em;
  margin: 8px 0 16px;
}

.dd3-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 14px 0 12px;
}

.dd3-section h3 {
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.dd3-lead,
.dd3-cta-band p,
.dd3-calendar-head p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #4b5563;
  max-width: 820px;
  margin: 0;
}

/* ---------- Hero ---------- */
.dd3-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  padding: 28px 0 76px;
  overflow: visible;
  background: transparent;
  z-index: 1;
}

.dd3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 204, 204, 0.10), transparent 26%),
    linear-gradient(180deg, #eef8f8 0%, #f7fbfb 100%);
  z-index: -1;
}

.dd3-hero .dd3-container {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.dd3-hero-copy {
  max-width: 940px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.dd3-hero .dd3-eyebrow {
  margin-top: 0;
  margin-bottom: 8px;
}

.dd3-pill-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 28px 0 0;
}

.dd3-pill {
  min-height: 84px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 18px 20px;
  color: #475467;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

/* ---------- Calendar lives inside hero ---------- */
.dd3-calendar-shell {
  display: flex;
  justify-content: center;
}

.dd3-calendar-card {
  width: 100%;
  max-width: 1120px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.dd3-calendar-head {
  background: #12223A;
  border-radius: 22px;
  padding: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.dd3-calendar-head p {
  color: #cbd5e1;
}

.dd3-calendar-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #00cccc;
  line-height: 1;
}

.dd3-meetings-wrap {
  overflow: visible;
  border-radius: 18px;
  min-height: 760px;
  width: 100%;
}

.dd3-meetings-wrap .meetings-iframe-container {
  width: 100%;
  min-height: 760px;
}

.dd3-meetings-wrap iframe,
.meetings-iframe-container iframe,
iframe[src*="meet.clairvocars.com"] {
  width: 100% !important;
  min-height: 760px !important;
  border: 0 !important;
  border-radius: 18px !important;
}

/* ---------- Cards ---------- */
.dd3-card-grid {
  display: grid;
  gap: 22px;
}

.dd3-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dd3-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .05);
}

.dd3-card p {
  color: #475467;
  line-height: 1.72;
  margin: 0;
}

.dd3-step {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #00b8b8;
  margin-bottom: 14px;
  line-height: 1;
}

/* ---------- CTA ---------- */
.dd3-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dd3-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;
}

.dd3-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.dd3-btn-primary {
  background: #00cccc;
  color: #12223A !important;
  box-shadow: 0 10px 24px rgba(0, 204, 204, .18);
}

.dd3-btn-outline-light {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .22);
}

.dd3-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);
}

.dd3-cta-band p {
  color: #cbd5e1 !important;
}

.dd3-cta-band .dd3-btn-row {
  justify-content: flex-end;
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .dd3-card-grid-3,
  .dd3-cta-band,
  .dd3-pill-row {
    grid-template-columns: 1fr;
  }

  .dd3-section h1 {
    max-width: 10.2ch;
    font-size: clamp(2.95rem, 6vw, 4.9rem);
  }

  .dd3-cta-band .dd3-btn-row {
    justify-content: flex-start;
  }

  .dd3-calendar-card {
    max-width: 100%;
  }

  .dd3-hero .dd3-container,
  .dd3-light .dd3-container {
    max-width: 1240px;
  }
}

@media (max-width: 767px) {
  .dd3-section {
    padding: 52px 0;
  }

  .dd3-container,
  .dd3-hero .dd3-container,
  .dd3-light .dd3-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dd3-hero {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .dd3-card-grid-3,
  .dd3-pill-row,
  .dd3-cta-band {
    grid-template-columns: 1fr;
  }

  .dd3-section h1 {
    max-width: none;
    font-size: clamp(2.45rem, 10vw, 3.9rem);
    line-height: .95;
  }

  .dd3-btn-row {
    flex-direction: column;
  }

  .dd3-btn {
    width: 100%;
  }

  .dd3-card,
  .dd3-calendar-card {
    padding: 20px;
  }

  .dd3-calendar-head {
    padding: 18px;
  }

  .dd3-meetings-wrap,
  .dd3-meetings-wrap .meetings-iframe-container,
  .dd3-meetings-wrap iframe,
  .meetings-iframe-container iframe,
  iframe[src*="meet.clairvocars.com"] {
    min-height: 680px !important;
  }

  .dd3-cta-band {
    padding: 28px 22px;
    border-radius: 26px;
  }
}