/* CODDLE BREASTFEEDING HOMEPAGE V2 — START */
body.page-id-2078 {
  --coddle-ink: #23245b;
  --coddle-purple: #7351c4;
  --coddle-purple-dark: #55389f;
  --coddle-lavender: #f1ebff;
  --coddle-blue: #dff4f7;
  --coddle-cream: #fff7e7;
  --coddle-peach: #f9e3d8;
  --coddle-white: #ffffff;
  background: #fffdf8;
  color: var(--coddle-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page-id-2078 *,
body.page-id-2078 *::before,
body.page-id-2078 *::after {
  box-sizing: border-box;
}

body.page-id-2078 article .entry-header,
body.page-id-2078 .entry-title {
  display: none !important;
}

body.page-id-2078 .site-main,
body.page-id-2078 .content-area,
body.page-id-2078 article,
body.page-id-2078 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-2078 .entry-content > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.page-id-2078 .wp-block-group.alignfull {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(72px, 8vw, 112px) 28px;
}

body.page-id-2078 h1,
body.page-id-2078 h2,
body.page-id-2078 h3 {
  color: var(--coddle-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.page-id-2078 h2 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  line-height: 1.04;
  font-weight: 800;
}

body.page-id-2078 h3 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.18;
  font-weight: 800;
}

body.page-id-2078 p {
  color: inherit;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.62;
}

body.page-id-2078 .has-large-font-size {
  font-size: clamp(1.15rem, 1.65vw, 1.42rem) !important;
  line-height: 1.55;
}

body.page-id-2078 a {
  text-underline-offset: 3px;
}

body.page-id-2078 a:focus-visible,
body.page-id-2078 summary:focus-visible {
  outline: 3px solid #f0bd56;
  outline-offset: 4px;
}

body.page-id-2078 .coddle-eyebrow,
body.page-id-2078 .coddle-card-eyebrow {
  margin: 0 0 18px;
  color: var(--coddle-purple);
  font-size: 0.78rem;
  line-height: 1.35;
  letter-spacing: 0.14em;
}

/* HERO */
body.page-id-2078 .coddle-bf-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(76px, 8vw, 118px);
  padding-bottom: clamp(78px, 8vw, 118px);
  background:
    radial-gradient(circle at 92% 12%, rgba(189, 232, 240, 0.9) 0 112px, transparent 114px),
    radial-gradient(circle at 83% 88%, rgba(238, 210, 216, 0.72) 0 128px, transparent 130px),
    linear-gradient(115deg, #fff9eb 0%, #fffdf8 46%, #eefbfd 100%);
}

body.page-id-2078 .coddle-bf-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr) !important;
  gap: clamp(42px, 6vw, 88px) !important;
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  align-items: center !important;
}

body.page-id-2078 .coddle-bf-hero-grid > .wp-block-column {
  width: auto !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  margin: 0 !important;
}

body.page-id-2078 .coddle-bf-hero-copy {
  max-width: 720px;
}

body.page-id-2078 .coddle-bf-hero h1 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--coddle-ink);
  font-size: clamp(3.15rem, 5.8vw, 5.65rem);
  line-height: 0.98;
  font-weight: 850;
}

body.page-id-2078 .coddle-bf-hero .coddle-bf-hero-copy > .has-large-font-size {
  max-width: 660px;
  margin: 0 0 30px;
  color: #45466f;
}

body.page-id-2078 .wp-block-buttons {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-id-2078 .wp-block-button__link {
  border: 2px solid var(--coddle-purple) !important;
  border-radius: 999px !important;
  background: var(--coddle-purple) !important;
  color: #fff !important;
  box-shadow: 0 7px 0 rgba(74, 48, 137, 0.18);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  padding: 15px 24px !important;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.page-id-2078 .wp-block-button__link:hover {
  background: var(--coddle-purple-dark) !important;
  border-color: var(--coddle-purple-dark) !important;
  box-shadow: 0 4px 0 rgba(74, 48, 137, 0.18);
  transform: translateY(2px);
}

body.page-id-2078 .coddle-hero-note {
  margin: 18px 0 0;
  color: #62647f;
  font-weight: 650;
}

body.page-id-2078 .coddle-launch-card {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  padding: clamp(28px, 3.5vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(115, 81, 196, 0.22);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(35, 36, 91, 0.13);
}

body.page-id-2078 .coddle-launch-card::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(115, 81, 196, 0.11);
}

body.page-id-2078 .coddle-launch-card h2 {
  position: relative;
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 2.55vw, 2.65rem);
  line-height: 1.08;
}

body.page-id-2078 .coddle-launch-card p {
  position: relative;
  margin: 0 0 16px;
  color: #4b4c72;
}

body.page-id-2078 .coddle-launch-card .coddle-launch-price {
  margin-top: 22px;
  margin-bottom: 6px;
  color: var(--coddle-purple);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
}

/* RECOGNITION */
body.page-id-2078 .coddle-bf-recognition {
  background: var(--coddle-ink);
  color: #fff;
  text-align: center;
}

body.page-id-2078 .coddle-bf-recognition > * {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-2078 .coddle-bf-recognition h2,
body.page-id-2078 .coddle-bf-recognition p {
  color: #fff;
}

body.page-id-2078 .coddle-bf-recognition .has-large-font-size {
  max-width: 850px;
  margin-bottom: 22px;
  color: #f2f1fb;
}

body.page-id-2078 .coddle-resource-links {
  margin-bottom: 0;
  color: #d9d8eb !important;
}

body.page-id-2078 .coddle-resource-links a {
  color: #ffd36f !important;
  font-weight: 800;
}

/* PLAN */
body.page-id-2078 .coddle-bf-how {
  background: var(--coddle-cream);
  text-align: center;
}

body.page-id-2078 .coddle-bf-how > h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-2078 .coddle-plan-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: min(100%, 1180px) !important;
  margin: 42px auto 0 !important;
  align-items: stretch !important;
}

body.page-id-2078 .coddle-plan-grid > .wp-block-column {
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(24px, 2.2vw, 32px);
  border: 1px solid rgba(35, 36, 91, 0.1);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(35, 36, 91, 0.07);
  text-align: left;
}

body.page-id-2078 .coddle-plan-grid > .wp-block-column:nth-child(1) { background: #ffe494; }
body.page-id-2078 .coddle-plan-grid > .wp-block-column:nth-child(2) { background: var(--coddle-blue); }
body.page-id-2078 .coddle-plan-grid > .wp-block-column:nth-child(3) { background: #f4d8df; }
body.page-id-2078 .coddle-plan-grid > .wp-block-column:nth-child(4) { background: #fff; }
body.page-id-2078 .coddle-plan-grid p { margin-bottom: 0; color: #4d4f70; }

/* CONSULT */
body.page-id-2078 .coddle-consult {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #282960 0%, #3a2d78 100%);
  color: #fff;
}

body.page-id-2078 .coddle-consult::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 7vw;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 227, 148, 0.12);
}

body.page-id-2078 .coddle-consult > * {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-2078 .coddle-consult h2,
body.page-id-2078 .coddle-consult p {
  color: #fff;
}

body.page-id-2078 .coddle-consult .coddle-eyebrow {
  color: #ffd36f;
}

body.page-id-2078 .coddle-consult .has-large-font-size {
  max-width: 840px;
  margin-bottom: 20px;
}

body.page-id-2078 .coddle-consult > p:last-child {
  margin-bottom: 0;
  color: #e9e7f8;
}

/* CONNECTED CARE */
body.page-id-2078 .coddle-connected-care {
  background: #fff;
  text-align: center;
}

body.page-id-2078 .coddle-connected-care > h2,
body.page-id-2078 .coddle-connected-care > .has-large-font-size {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-2078 .coddle-connected-care > .has-large-font-size {
  color: #555778;
}

body.page-id-2078 .coddle-connected-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: min(100%, 1080px) !important;
  margin: 42px auto 0 !important;
}

body.page-id-2078 .coddle-connected-grid > .wp-block-column {
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid #ece9f6;
  border-radius: 24px;
  background: #fbfafe;
  text-align: left;
}

body.page-id-2078 .coddle-connected-grid > .wp-block-column:nth-child(1) { border-top: 5px solid #efbf4f; }
body.page-id-2078 .coddle-connected-grid > .wp-block-column:nth-child(2) { border-top: 5px solid var(--coddle-purple); }
body.page-id-2078 .coddle-connected-grid > .wp-block-column:nth-child(3) { border-top: 5px solid #7ccbd4; }
body.page-id-2078 .coddle-connected-grid > .wp-block-column:nth-child(4) { border-top: 5px solid #e4a8b7; }
body.page-id-2078 .coddle-connected-grid p { margin-bottom: 0; color: #555778; }

/* TIRED-BRAIN VALUE */
body.page-id-2078 .coddle-trust {
  background: linear-gradient(135deg, #ebe6fb 0%, #e7f7f8 100%);
}

body.page-id-2078 .coddle-trust > h2 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-2078 .coddle-tired-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: min(100%, 1080px) !important;
  margin: 36px auto 0 !important;
}

body.page-id-2078 .coddle-tired-grid > .wp-block-column {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 28px;
  border: 1px solid rgba(115, 81, 196, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
}

body.page-id-2078 .coddle-tired-grid p {
  margin-bottom: 0;
  color: #555778;
}

/* FAQ */
body.page-id-2078 .coddle-faq {
  background: var(--coddle-cream);
}

body.page-id-2078 .coddle-faq > h2,
body.page-id-2078 .coddle-faq > details {
  width: min(100%, 900px);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-2078 .coddle-faq > h2 {
  margin-bottom: 38px;
  text-align: center;
}

body.page-id-2078 .coddle-faq details {
  margin-top: 0;
  margin-bottom: 13px;
  overflow: hidden;
  border: 1px solid rgba(35, 36, 91, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(35, 36, 91, 0.05);
}

body.page-id-2078 .coddle-faq summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  color: var(--coddle-ink);
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.13rem);
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

body.page-id-2078 .coddle-faq summary::-webkit-details-marker { display: none; }

body.page-id-2078 .coddle-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--coddle-purple);
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-50%);
}

body.page-id-2078 .coddle-faq details[open] summary::after { content: "−"; }

body.page-id-2078 .coddle-faq details > p {
  margin: 0;
  padding: 0 22px 22px;
  color: #555778;
  font-size: 1rem;
}

body.page-id-2078 .coddle-faq details a {
  color: var(--coddle-purple-dark);
  font-weight: 800;
}

/* FINAL CTA */
body.page-id-2078 .coddle-final-cta {
  overflow: hidden;
  background:
    radial-gradient(circle at 11% 20%, rgba(255, 211, 111, 0.35) 0 70px, transparent 72px),
    linear-gradient(135deg, #6444b3 0%, #382d79 100%);
  color: #fff;
  text-align: center;
}

body.page-id-2078 .coddle-final-cta > * {
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-2078 .coddle-final-cta h2,
body.page-id-2078 .coddle-final-cta p {
  color: #fff;
}

body.page-id-2078 .coddle-final-cta .has-large-font-size {
  max-width: 680px;
  margin-bottom: 28px;
}

body.page-id-2078 .coddle-final-cta .wp-block-buttons {
  justify-content: center;
}

body.page-id-2078 .coddle-final-cta .wp-block-button__link {
  border-color: #ffd36f !important;
  background: #ffd36f !important;
  color: var(--coddle-ink) !important;
  box-shadow: 0 7px 0 rgba(16, 16, 46, 0.24);
}

body.page-id-2078 .coddle-final-cta .wp-block-button__link:hover {
  border-color: #fff0b8 !important;
  background: #fff0b8 !important;
}

body.page-id-2078 .coddle-cta-note {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #eeeafa !important;
  font-size: 0.92rem;
  font-weight: 650;
}

body.page-id-2078 .coddle-final-cta > p:last-child {
  margin-bottom: 0;
  font-size: 0.96rem;
}

body.page-id-2078 .coddle-final-cta a:not(.wp-block-button__link) {
  color: #ffd36f;
  font-weight: 800;
}

@media (max-width: 980px) {
  body.page-id-2078 .coddle-bf-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
  }

  body.page-id-2078 .coddle-bf-hero-copy,
  body.page-id-2078 .coddle-launch-card {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-id-2078 .coddle-bf-hero-copy {
    text-align: center;
  }

  body.page-id-2078 .coddle-bf-hero-copy > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-2078 .coddle-bf-hero .wp-block-buttons {
    justify-content: center;
  }

  body.page-id-2078 .coddle-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.page-id-2078 .wp-block-group.alignfull {
    padding: 68px 20px;
  }

  body.page-id-2078 .coddle-bf-hero {
    padding-top: 60px;
    padding-bottom: 68px;
    background:
      radial-gradient(circle at 103% 7%, rgba(189, 232, 240, 0.82) 0 78px, transparent 80px),
      linear-gradient(145deg, #fff9eb 0%, #f4fbfc 100%);
  }

  body.page-id-2078 .coddle-bf-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4rem);
    line-height: 1;
  }

  body.page-id-2078 .coddle-bf-hero-grid {
    gap: 34px !important;
  }

  body.page-id-2078 .coddle-launch-card {
    padding: 26px 22px;
    border-radius: 24px;
    text-align: left;
  }

  body.page-id-2078 .coddle-bf-hero .wp-block-buttons,
  body.page-id-2078 .coddle-bf-hero .wp-block-button {
    width: 100%;
  }

  body.page-id-2078 .coddle-bf-hero .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  body.page-id-2078 .coddle-plan-grid,
  body.page-id-2078 .coddle-connected-grid,
  body.page-id-2078 .coddle-tired-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-id-2078 .coddle-plan-grid,
  body.page-id-2078 .coddle-connected-grid,
  body.page-id-2078 .coddle-tired-grid {
    margin-top: 30px !important;
  }

  body.page-id-2078 .coddle-faq summary {
    padding: 18px 52px 18px 18px;
  }

  body.page-id-2078 .coddle-faq summary::after {
    right: 18px;
  }

  body.page-id-2078 .coddle-faq details > p {
    padding: 0 18px 20px;
  }
}

@media (max-width: 420px) {
  body.page-id-2078 .wp-block-group.alignfull {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.page-id-2078 .coddle-bf-hero h1 {
    font-size: 2.65rem;
  }

  body.page-id-2078 .coddle-eyebrow,
  body.page-id-2078 .coddle-card-eyebrow {
    font-size: 0.72rem;
  }
}
/* CODDLE BREASTFEEDING HOMEPAGE V2 — END */

/* Hero readability tuning */
body.page-id-2078 .coddle-bf-hero .coddle-eyebrow {
  margin-bottom: 20px;
  font-size: 0.95rem;
  letter-spacing: 0.11em;
}

@media (max-width: 760px) {
  body.page-id-2078 .coddle-bf-hero .coddle-eyebrow {
    font-size: 0.84rem;
    letter-spacing: 0.1em;
  }
}


/* Consultation label readability */
body.page-id-2078 .coddle-consult .coddle-eyebrow {
  font-size: 0.95rem;
  letter-spacing: 0.11em;
}

@media (max-width: 760px) {
  body.page-id-2078 .coddle-consult .coddle-eyebrow {
    font-size: 0.84rem;
    letter-spacing: 0.1em;
  }
}