﻿.childminder-lp {
  overflow-x: hidden;
}

.childminder-lp .cm-section {
  padding: 80px 0;
  position: relative;
  border-radius: 70px;
}

.childminder-lp .cm-section.bg-blue {
  background: #e9f1ff;
}

.childminder-lp .cm-section.bg-yellow {
  background: #fff;
}

.childminder-lp .cm-section.bg-white-round {
  background: #fff;
  border-radius: 150px;
  margin: 40px 0;
}

.childminder-lp .cm-heading {
  color: #112c5c;
  font-size: clamp(28px, 3.6vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.childminder-lp .cm-heading-sm {
  color: #112c5c;
  font-size: clamp(22px, 2.4vw, 40px);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 16px;
}

.childminder-lp .cm-text {
  color: #2c2c2c;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.5;
  font-family: "g-sans", sans-serif;
}

.childminder-lp .cm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.childminder-lp .cm-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #2c2c2c;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
}

.childminder-lp .cm-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4d84e7;
}

.childminder-lp .cm-list.check li::before {
  width: 17px;
  height: 12px;
  border-radius: 0;
  background: transparent;
  border-right: 3px solid #4d84e7;
  border-bottom: 3px solid #4d84e7;
  transform: rotate(45deg);
  top: 8px;
}

.childminder-lp .cm-card .cm-list.check li {
  line-height: 46px;
  margin-bottom: 0;
  padding-left: 32px;
}

.childminder-lp .cm-card.blue-card .cm-list.check li::before,
.childminder-lp .cm-card.yellow-card .cm-list.check li::before {
  width: 17px;
  height: 12px;
  top: 17px;
  border: none;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.childminder-lp .cm-card.blue-card .cm-list.check li::before {
  background-image: url("../images/childminder/list-check-blue.svg");
}

.childminder-lp .cm-card.yellow-card .cm-list.check li::before {
  background-image: url("../images/childminder/list-check-yellow.svg");
}

.childminder-lp .cm-pill-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin: 80px 0;
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-pill-track {
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}

.childminder-lp .cm-pill-track:last-child {
  margin-bottom: 0;
}

.childminder-lp .cm-pill-track-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.childminder-lp .cm-pill-track-left .cm-pill-track-inner {
  animation: cm-marquee-left 45s linear infinite;
}

.childminder-lp .cm-pill-track-right .cm-pill-track-inner {
  animation: cm-marquee-right 45s linear infinite;
}

@keyframes cm-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes cm-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .childminder-lp .cm-pill-track-inner {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .childminder-lp .cm-pill-track {
    overflow: visible;
  }
}

.childminder-lp .cm-pill {
  background: #fff;
  border-radius: 70px;
  padding: 18px 32px 18px 56px;
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 500;
  color: #2c2c2c;
  position: relative;
  text-transform: capitalize;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}

.childminder-lp .cm-pill::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 21px;
  background: url("../images/childminder/pill-check.svg") no-repeat center / contain;
}

.childminder-lp .cm-why-choose {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.childminder-lp .cm-why-choose .container {
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-why-choose .why-decorations,
.childminder-lp .cm-why-choose .why-deco-star {
  pointer-events: none;
  user-select: none;
}

.childminder-lp .cm-why-choose .why-decorations {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.childminder-lp .cm-why-choose .why-deco {
  position: absolute;
}

.childminder-lp .cm-why-choose .why-deco-red {
  left: 8%;
  top: 10%;
  width: 200px;
  transform: rotate(60deg);
}

.childminder-lp .cm-why-choose .why-deco-purple {
  right: 10%;
  top: 120px;
  width: 127px;
  height: 127px;
  background: #e9bbf9;
  border-radius: 217px 217px 217px 0;
}

.childminder-lp .cm-why-choose .why-heading-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
}

.childminder-lp .cm-why-choose .cm-heading-why {
  margin-bottom: 0;
}

.childminder-lp .cm-why-choose .why-deco-star {
  position: absolute;
  right: -40px;
  top: -10px;
  width: 28px;
  height: auto;
}

.childminder-lp .cm-why-choose .why-intro {
  max-width: 782px;
  line-height: 1.4;
}

.childminder-lp .cm-hero {
  background: #fff;
  border-radius: 0 0 150px 150px;
  padding: 40px 0 120px;
  position: relative;
  overflow: hidden;
}

.childminder-lp .cm-hero .container {
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-hero .hero-decorations,
.childminder-lp .cm-hero .hero-deco {
  pointer-events: none;
  user-select: none;
}

.childminder-lp .cm-hero .hero-decorations {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.childminder-lp .cm-hero .hero-deco {
  position: absolute;
  display: block;
  max-width: none;
}

.childminder-lp .cm-hero .hero-deco-green {
  left: clamp(-40px, -3.5vw, -20px);
  top: clamp(80px, 9vw, 140px);
  width: clamp(110px, 14vw, 220px);
  height: auto;
}

.childminder-lp .cm-hero .hero-deco-blue {
  right: 0;
  top: clamp(40px, 5vw, 70px);
  width: clamp(100px, 12vw, 190px);
  height: auto;
}

.childminder-lp .cm-hero .hero-deco-purple {
  left: clamp(10px, 2.5vw, 40px);
  bottom: clamp(30px, 5vw, 70px);
  width: clamp(70px, 8.5vw, 130px);
  height: auto;
  transform: rotate(-90deg);
}

.childminder-lp .cm-hero .hero-decorations .hero-deco-red-orange {
  left: clamp(-24px, -1.5vw, 8px);
  top: clamp(24px, 3.5vw, 72px);
  width: clamp(100px, 13vw, 210px);
  height: auto;
}

.childminder-lp .cm-hero .hero-content {
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-hero .hero-image-wrap {
  position: relative;
  padding-bottom: 70px;
  max-width: min(663px, 100%);
  margin-left: auto;
  z-index: 2;
}

.childminder-lp .cm-hero .hero-image-wrap img.hero-deco.hero-deco-red-orange {
  right: 0;
  bottom: 0;
  width: clamp(100px, 13vw, 210px);
  height: auto;
}

.childminder-lp .cm-hero .hero-image-main {
  border-radius: 50px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-hero .hero-badges {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 20px;
  z-index: 3;
}

.childminder-lp .cm-hero .hero-badge {
  background: #fff;
  border-radius: 70px;
  padding: 18px 32px 18px 56px;
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(17, 44, 92, 0.08);
  position: relative;
  text-transform: capitalize;
  line-height: 1.2;
}

.childminder-lp .cm-hero .hero-badge::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 21px;
  background: url("../images/childminder/pill-check.svg") no-repeat center / contain;
}


.childminder-lp .cm-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 20px 0;
  font-weight: 500;
}

.childminder-lp .cm-highlight::before {
  content: "|";
  color: #112c5c;
  font-weight: 700;
  line-height: 1.2;
}

.childminder-lp .cm-card {
  background: #fff;
  border-radius: 48px;
  padding: 140px 40px 40px;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
}

.childminder-lp .cm-card.yellow-card {
  background: #fffcee;
}

.childminder-lp .cm-card.blue-card {
  background: #e9f1ff;
}

.childminder-lp .cm-card .card-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
}

.childminder-lp .cm-card .card-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(80px, 11vw, 140px);
  height: clamp(80px, 11vw, 140px);
  border-radius: 0 48px 0 200px;
}

.childminder-lp .cm-card.yellow-card .card-corner {
  background: #ffc700;
}

.childminder-lp .cm-card.blue-card .card-corner {
  background: #4d84e6;
}

.childminder-lp .cm-card .card-star {
  position: absolute;
  top: clamp(12px, 1.6vw, 24px);
  right: clamp(12px, 1.6vw, 24px);
  width: clamp(36px, 5vw, 70px);
  height: auto;
  z-index: 2;
}

.childminder-lp .cm-service-card {
  background: #fff;
  border-radius: 48px;
  padding: 50px;
  height: 100%;
  position: relative;
  min-height: 505px;
  overflow: hidden;
}

.childminder-lp .cm-service-card .service-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(64px, 9.5vw, 131px);
  height: clamp(64px, 9.5vw, 131px);
}

.childminder-lp .cm-service-card .cm-list.check li {
  line-height: 46px;
  margin-bottom: 0;
  padding-left: 32px;
}

.childminder-lp .cm-service-card .cm-list.check li::before {
  width: 17px;
  height: 12px;
  top: 17px;
  border: none;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.childminder-lp .cm-service-blue .cm-list.check li::before {
  background-image: url("../images/childminder/list-check-blue.svg");
}

.childminder-lp .cm-service-purple .cm-list.check li::before {
  background-image: url("../images/childminder/list-check-purple.svg");
}

.childminder-lp .cm-service-green .cm-list.check li::before {
  background-image: url("../images/childminder/list-check-green.svg");
}

.childminder-lp .cm-service-red .cm-list.check li::before {
  background-image: url("../images/childminder/list-check-red.svg");
}

.childminder-lp .cm-services-ring {
  display: none;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  opacity: 0.35;
  pointer-events: none;
}

.childminder-lp .cm-image-box {
  border-radius: 48px;
  overflow: hidden;
  line-height: 0;
}

.childminder-lp .cm-image-box img {
  width: 100%;
  height: auto;
  max-height: 722px;
  object-fit: contain;
  object-position: center;
  border-radius: 48px;
  display: block;
  background: #fff;
}

.childminder-lp .cm-section.cm-pfa-why {
  background: #fff;
}

.childminder-lp .cm-pfa-why .cm-image-box {
  border-radius: 48px;
}

.childminder-lp .cm-pfa-why .cm-image-box img {
  height: 722px;
  max-height: 722px;
  object-fit: cover;
  object-position: center 35%;
  background: transparent;
}

.childminder-lp .cm-benefits.bg-white-round {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.childminder-lp .cm-benefits-heading {
  margin-bottom: 32px;
}

.childminder-lp .cm-benefits-list li {
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 0;
  padding-left: 32px;
  text-transform: capitalize;
}

.childminder-lp .cm-benefits-list li::before {
  width: 17px;
  height: 12px;
  top: 17px;
  border-radius: 0;
  border: none;
  transform: none;
  background: url("../images/childminder/list-chevron.svg") no-repeat center / contain;
}

.childminder-lp .cm-families-list li {
  line-height: 46px;
  margin-bottom: 0;
  padding-left: 32px;
}

.childminder-lp .cm-families-list li::before {
  width: 17px;
  height: 12px;
  top: 17px;
  border-radius: 0;
  border: none;
  transform: none;
  background: url("../images/childminder/list-check-green.svg") no-repeat center / contain;
}

.childminder-lp .cm-benefits-image {
  border-radius: 48px;
  overflow: hidden;
  line-height: 0;
}

.childminder-lp .cm-benefits-image img {
  width: 100%;
  height: 722px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 48px;
}

.childminder-lp .cm-included-section {
  padding-top: 0;
  padding-bottom: 80px;
}

.childminder-lp .cm-included {
  background: #051f4e;
  border-radius: 48px;
  padding: 70px 80px 0;
  color: #fff;
  position: relative;
  /* overflow: hidden; */
  min-height: 557px;
}

.childminder-lp .cm-included .included-deco-red {
  position: absolute;
  right: 4%;
  top: 60px;
  width: 180px;
  height: 180px;
  background: #ef3535;
  border-radius: 217px 0px 217px 217px;
  /* transform: scaleY(-1); */
  z-index: 1;
  pointer-events: none;
}

.childminder-lp .cm-included .included-content {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

.childminder-lp .cm-included .cm-heading {
  color: #e9bbf9;
  margin-bottom: 16px;
}

.childminder-lp .cm-included .included-intro {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  font-family: "g-sans", sans-serif;
}

.childminder-lp .cm-included .included-columns {
  max-width: 720px;
}

.childminder-lp .cm-included .included-list li {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 28px;
  padding-left: 28px;
  text-transform: none;
}

.childminder-lp .cm-included .included-list li::before {
  width: 10px;
  height: 10px;
  top: 10px;
  background: #ffc700;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 199, 0, 0.15);
}

.childminder-lp .cm-included .included-visual {
  /* position: relative; */
  /* z-index: 2; */
  /* display: flex; */
  justify-content: flex-end;
  /* align-items: flex-end; */
  /* min-height: 100%; */
}

.childminder-lp .cm-included .included-person {
  max-width: 420px;
  height: auto;
  /* object-fit: contain; */
  /* object-position: bottom right; */
  /* display: block; */
  /* margin-bottom: 0; */
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

.childminder-lp .cm-faq .accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 150px !important;
  overflow: hidden;
  background: #fff;
}

.childminder-lp .cm-faq .accordion-button {
  font-size: 24px;
  font-weight: 500;
  color: #2c2c2c;
  padding: 28px 40px;
  background: #fff;
  box-shadow: none;
}

.childminder-lp .cm-faq .accordion-button:not(.collapsed) {
  color: #112c5c;
  background: #fff;
  box-shadow: none;
}

.childminder-lp .cm-faq .accordion-body {
  font-size: 20px;
  color: #6b6b6b;
  padding: 0 40px 32px;
}

.childminder-lp .cm-faq .accordion-item:first-child {
  border-radius: 50px !important;
}

.childminder-lp .cm-faq .accordion-item:first-child .accordion-button {
  border-radius: 50px 50px 0 0;
}

.childminder-lp .cm-form-section {
  background: #fffce9;
  padding-bottom: 100px;
}

.childminder-lp .cm-form-wrap {
  background: #051f4e;
  border-radius: 48px;
  padding: 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.childminder-lp .cm-form-inner {
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-form-heading {
  color: #e9bbf9;
  text-align: left;
  margin-bottom: 16px;
}

.childminder-lp .cm-form-intro {
  color: #fff;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.45;
  max-width: 599px;
  margin-bottom: 32px;
  font-family: "g-sans", sans-serif;
}

.childminder-lp .cm-form-deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.childminder-lp .cm-form-deco-purple {
  position: absolute;
  right: 12%;
  bottom: 6%;
  width: 181px;
  height: 181px;
  background: #e9bbf9;
  border-radius: 434px 0 0 0;
  transform: rotate(-90deg);
}

.childminder-lp .cm-form-deco-blue {
  position: absolute;
  right: 4%;
  bottom: 10%;
  width: 144px;
  height: 144px;
  background: #4d84e7;
  border-radius: 217px 217px 217px 0;
}

/* Figma 2164:83 — pink plate under hero curve */
.childminder-lp.cm-pfa-lp main {
  background: #ffe9e9;
}

/* PFA — all section headings scale with viewport (laptop-first) */
.childminder-lp.cm-pfa-lp .cm-heading,
.childminder-lp .cm-pfa-learn-heading,
.childminder-lp .cm-pfa-meta-title,
.childminder-lp .cm-pfa-flex-heading,
.childminder-lp .cm-pfa-intro-text {
  font-size: clamp(28px, 3.6vw, 56px);
  line-height: 1.1;
}

.childminder-lp .cm-pfa-learn-title,
.childminder-lp .cm-pfa-flex-title {
  font-size: clamp(22px, 2.4vw, 40px);
  line-height: 1.15;
}

/* Figma 2164:89 — white plate, bottom radius 150, overflow clip */
.childminder-lp .cm-pfa-hero {
  background: #fff;
  border-radius: 0 0 150px 150px;
  overflow: hidden;
  padding: 24px 0 0;
  min-height: 0;
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-pfa-hero-copy {
  max-width: 1042px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 48px;
}

.childminder-lp .cm-pfa-hero-eyebrow {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
}

.childminder-lp .cm-pfa-hero-title {
  color: #112c5c;
  font-size: clamp(48px, 4.2vw, 72px);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.childminder-lp .cm-pfa-hero-intro {
  max-width: 1071px;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 26px;
  color: #2c2c2c;
}

.childminder-lp .cm-pfa-hero-btn {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

/*
  Figma hero visual — single composite (photo + green rings)
*/
.childminder-lp .cm-pfa-hero .container {
  min-height: 0;
}

.childminder-lp .cm-pfa-hero-stage {
  position: relative;
  width: 100%;
  margin-top: 28px;
  overflow: visible;
}

.childminder-lp .cm-pfa-hero-visual {
  position: relative;
  z-index: 2;
  width: min(926px, 92%);
  margin: 0 auto;
  line-height: 0;
}

.childminder-lp .cm-pfa-hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
}

.childminder-lp .cm-pfa-intro {
  padding-top: 40px;
  padding-bottom: 20px;
}

.childminder-lp .cm-pfa-intro-text {
  max-width: 1076px;
  font-weight: 600;
  color: #112c5c;
  text-transform: none;
}

/* Figma 2180:243 — desktop; fluid so mid widths don't overflow */
.childminder-lp .cm-section.cm-pfa-audience {
  padding: 186px 0 0;
  min-height: 871px;
  overflow: hidden;
  background: #fff;
}

.childminder-lp .cm-pfa-audience > .container {
  position: relative;
  max-width: 1520px;
}

.childminder-lp .cm-pfa-audience-grid {
  display: grid;
  grid-template-columns: minmax(0, 530px) minmax(0, 1fr);
  gap: 0 37px;
  align-items: start;
  min-height: 685px;
}

.childminder-lp .cm-pfa-audience-left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.childminder-lp .cm-pfa-audience-heading {
  margin: 0 0 15px;
  font-size: clamp(36px, 3.2vw, 56px);
  line-height: 1.05;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

.childminder-lp .cm-pfa-audience-visual {
  position: relative;
  width: 100%;
  max-width: 530px;
  aspect-ratio: 530 / 555;
  height: auto;
  margin: 0;
  flex-shrink: 0;
}

.childminder-lp .cm-pfa-audience-rings {
  position: absolute;
  left: -57%;
  top: 9%;
  width: 164%;
  height: auto;
  max-width: none;
  pointer-events: none;
  z-index: 1;
}

/* Figma 2180:239 — flip + crop */
.childminder-lp .cm-pfa-audience-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.childminder-lp .cm-pfa-audience-image-flip {
  width: 100%;
  height: 100%;
  transform: rotate(180deg) scaleY(-1);
}

.childminder-lp .cm-pfa-audience-image-crop {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.childminder-lp .cm-pfa-audience-image {
  position: absolute;
  top: 0;
  left: -50.1%;
  width: 156.95%;
  height: 100%;
  max-width: none;
  display: block;
  border: 0;
  mix-blend-mode: screen;
}

.childminder-lp .cm-pfa-audience-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
  align-items: start;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.childminder-lp .cm-pfa-audience-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-height: 64px;
  height: auto;
  background: #e9f1ff;
  border-radius: 70px;
  padding: 18px 24px 18px 60px;
  font-size: clamp(15px, 1.15vw, 24px);
  font-weight: 500;
  line-height: 1.25;
  color: #2c2c2c;
  text-transform: capitalize;
  position: relative;
  white-space: normal;
  box-sizing: border-box;
}

.childminder-lp .cm-pfa-audience-pill.cm-pfa-audience-pill-wide {
  grid-column: span 2;
}

.childminder-lp .cm-pfa-audience-pill::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 19px;
  background: url("../images/pfa/pill-check.svg") no-repeat center / contain;
}

.childminder-lp .cm-pfa-learn {
  border-radius: 150px;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 100px;
  z-index: 2;
}

.childminder-lp .cm-pfa-learn-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.childminder-lp .cm-pfa-learn-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 0;
}

/* Figma: mid column starts level with Injuries (below intro block) */
.childminder-lp .cm-pfa-learn-col-mid {
  padding-top: 276px;
}

.childminder-lp .cm-pfa-learn-intro {
  padding-right: 12px;
  margin-bottom: 102px;
}

.childminder-lp .cm-pfa-learn-heading {
  margin-bottom: 30px;
}

.childminder-lp .cm-pfa-learn-lede {
  max-width: 645px;
  line-height: 28px;
  margin: 0;
}

.childminder-lp .cm-pfa-learn-card {
  background: #fff;
  border-radius: 48px;
  padding: 50px 40px 48px;
  position: relative;
  overflow: hidden;
  min-height: 415px;
}

.childminder-lp .cm-pfa-learn-card-tall {
  min-height: 584px;
}

.childminder-lp .cm-pfa-learn-card-title-single {
  padding-top: 84px;
}

.childminder-lp .cm-pfa-learn-card-assessment {
  padding-top: 40px;
}

.childminder-lp .cm-pfa-learn-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 131px;
  height: 131px;
  display: block;
  object-fit: contain;
}

.childminder-lp .cm-pfa-learn-title {
  color: #112c5c;
  font-weight: 500;
  margin: 0 0 24px;
  max-width: calc(100% - 110px);
}

.childminder-lp .cm-pfa-learn-list li {
  line-height: 46px;
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

/* Must beat .cm-list.check li::before (blue CSS tick + rotate) */
.childminder-lp .cm-pfa-learn-card .cm-list.check.cm-pfa-learn-list li::before {
  width: 19px;
  height: 15px;
  top: 15px;
  left: 0;
  border: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-radius: 0;
  transform: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 19px 15px;
}

.childminder-lp .cm-pfa-learn-card.cm-pfa-learn-blue .cm-list.check.cm-pfa-learn-list li::before {
  background-image: url("../images/pfa/check-blue.svg");
}

.childminder-lp .cm-pfa-learn-card.cm-pfa-learn-red .cm-list.check.cm-pfa-learn-list li::before {
  background-image: url("../images/pfa/check-red.svg");
}

.childminder-lp .cm-pfa-learn-card.cm-pfa-learn-yellow .cm-list.check.cm-pfa-learn-list li::before {
  background-image: url("../images/pfa/check-yellow.svg");
}

.childminder-lp .cm-pfa-learn-card.cm-pfa-learn-green .cm-list.check.cm-pfa-learn-list li::before {
  background-image: url("../images/pfa/check-green.svg");
}

.childminder-lp .cm-pfa-meta-section {
  padding-top: 40px;
}

.childminder-lp .cm-pfa-meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
  align-items: start;
  background: radial-gradient(circle at 50% 100%, #ffd646 0%, #ffcf23 50%, #ffc700 100%);
  border-radius: 48px;
  padding: 104px 94px 90px;
  position: relative;
  overflow: hidden;
  min-height: 537px;
}

.childminder-lp .cm-pfa-meta-item {
  position: relative;
  z-index: 1;
  max-width: 514px;
}

.childminder-lp .cm-pfa-meta-item-right {
  margin-left: auto;
  text-align: right;
  max-width: 462px;
}

.childminder-lp .cm-pfa-meta-badge {
  width: 146px;
  height: 146px;
  background: #ef3535;
  /* Figma: point at bottom-left */
  border-radius: 217px 217px 217px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  flex-shrink: 0;
}

.childminder-lp .cm-pfa-meta-badge-right {
  /* Figma: point at bottom-right */
  border-radius: 217px 217px 0 217px;
  margin-left: auto;
}

.childminder-lp .cm-pfa-meta-badge img {
  width: 68px;
  height: auto;
  display: block;
}

.childminder-lp .cm-pfa-meta-title {
  color: #112c5c;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.childminder-lp .cm-pfa-meta-text {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.childminder-lp .cm-pfa-meta-divider {
  width: 1px;
  align-self: center;
  background: rgba(44, 44, 44, 0.35);
  height: 330px;
  min-height: 0;
}

.childminder-lp .cm-pfa-why-learn .cm-heading {
  max-width: 520px;
}

.childminder-lp .cm-pfa-why-learn .cm-text {
  max-width: 606px;
}

.childminder-lp .cm-list.check.cm-pfa-why-list li {
  line-height: 46px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.childminder-lp .cm-list.check.cm-pfa-why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 16px;
  margin-top: -8px;
  border: none !important;
  border-radius: 0;
  transform: none !important;
  background-color: transparent;
  background-image: url("../images/pfa/check-green-why.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.childminder-lp .cm-pfa-why-image-wrap {
  border-radius: 48px;
  overflow: hidden;
  background: transparent;
}

.childminder-lp .cm-pfa-why-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

/* Flexible Training Options — Figma 2323:66 */
.childminder-lp .cm-pfa-flex {
  background: #fff;
  border-radius: 150px;
  padding-top: 100px;
  padding-bottom: 110px;
}

.childminder-lp .cm-pfa-flex-header {
  margin-bottom: 72px;
}

.childminder-lp .cm-pfa-flex-heading {
  color: #112c5c;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.childminder-lp .cm-pfa-flex-intro {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
  max-width: 720px;
}

.childminder-lp .cm-pfa-flex-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: stretch;
}

.childminder-lp .cm-pfa-flex-card {
  background: #fffce9;
  border-radius: 48px;
  padding: 48px 50px 54px;
  display: flex;
  flex-direction: column;
  min-height: 502px;
}

.childminder-lp .cm-pfa-flex-icon {
  width: 62px;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

.childminder-lp .cm-pfa-flex-icon-multi {
  width: 87px;
  margin-bottom: 36px;
}

.childminder-lp .cm-pfa-flex-title {
  color: #112c5c;
  font-weight: 500;
  margin: 0 0 24px;
}

.childminder-lp .cm-pfa-flex-text {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 16px;
  max-width: 563px;
}

.childminder-lp .cm-pfa-flex-highlight {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  text-transform: capitalize;
  margin: 8px 0 0;
}

.childminder-lp .cm-pfa-flex-btn {
  margin-top: auto;
  align-self: flex-start;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  min-height: 55px;
  padding: 14px 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f90;
  box-shadow: none;
  border-radius: 72px;
}

.childminder-lp .cm-pfa-flex-btn:hover,
.childminder-lp .cm-pfa-flex-btn:focus {
  color: #000;
  background: #ffad33;
  box-shadow: none;
}

.childminder-lp .cm-pfa-hero-badges {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1440px, 100%);
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}

.childminder-lp .cm-pfa-hero-badge {
  position: absolute;
  display: flex;
  align-items: center;
  height: 76px;
  background: #e9f1ff;
  border-radius: 70px;
  padding: 0 32px 0 72px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #2c2c2c;
  text-transform: capitalize;
  white-space: nowrap;
  box-shadow: none;
}

.childminder-lp .cm-pfa-hero-badge::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 21px;
  background: url("../images/pfa/pill-check.svg") no-repeat center / contain;
}

/* Figma 2321:49 badge anchors (1920 artboard → stage %) */
.childminder-lp .cm-pfa-hero-badge.pfa-badge-left-top {
  left: 0;
  top: 28.5%;
}

.childminder-lp .cm-pfa-hero-badge.pfa-badge-mid-row {
  left: 18.5%;
  top: 45%;
}

.childminder-lp .cm-pfa-hero-badge.pfa-badge-right-top {
  left: auto;
  right: 0;
  top: 28.5%;
}

.childminder-lp .cm-pfa-hero-badge.pfa-badge-right-bottom {
  left: auto;
  right: 4%;
  top: 45%;
}

.childminder-lp .cm-pfa-hero-badge.pfa-badge-left-edge {
  left: -8%;
  top: 49%;
}

.childminder-lp .cm-pfa-hero-badge.pfa-badge-right-edge {
  left: auto;
  right: -10%;
  top: 49%;
}

.childminder-lp .cm-pfa-hero .hero-decorations {
  z-index: 1;
}

/* Figma 2164:119 — Group 13313 @ ~47×329 on 1920×1309 */
.childminder-lp .cm-pfa-hero .pfa-deco-red-orange {
  left: 2.57%;
  top: 25.86%;
  width: 13.41%;
  min-width: 180px;
  max-width: 258px;
  height: auto;
  right: auto;
  bottom: auto;
}

/* Figma 2164:118 — Ellipse 9 @ ~1591×409 */
.childminder-lp .cm-pfa-hero .pfa-deco-green {
  right: 6.34%;
  top: 31.97%;
  width: 10.7%;
  min-width: 140px;
  max-width: 205px;
  height: auto;
  left: auto;
  bottom: auto;
}

/* Figma 2164:122 — Rectangle 9 @ ~346×718; sharp BR */
.childminder-lp .cm-pfa-hero .pfa-deco-blue {
  left: 18.13%;
  top: 55.61%;
  width: 8.83%;
  min-width: 120px;
  max-width: 170px;
  aspect-ratio: 1;
  background: #4d84e7;
  border-radius: 50% 50% 0 50%;
}

/* Figma 2164:117 — Rectangle 8 @ ~1532×726; rounded TL quarter */
.childminder-lp .cm-pfa-hero .pfa-deco-purple {
  right: 12.14%;
  top: 56.24%;
  width: 7.97%;
  min-width: 110px;
  max-width: 153px;
  aspect-ratio: 1;
  background: #e9bbf9;
  border-radius: 100% 0 0 0;
  left: auto;
  bottom: auto;
  transform: none;
}

.childminder-lp .cm-form-wrap textarea {
  min-height: 120px;
  resize: vertical;
}


.childminder-lp .cm-form-wrap input,
.childminder-lp .cm-form-wrap select,
.childminder-lp .cm-form-wrap textarea {
  width: 100%;
  background: #0c2655;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 22px 20px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  min-height: 74px;
}

.childminder-lp .cm-form-field-shadow input {
  box-shadow: 4px 4px 0 #214483;
}

.childminder-lp .cm-form-fields {
  margin-bottom: 8px;
}

.childminder-lp .cm-form-wrap input::placeholder,
.childminder-lp .cm-form-wrap textarea::placeholder {
  color: #fff;
  font-weight: 500;
}

.childminder-lp .cm-form-wrap .form-label-gold {
  color: #ffc700;
  font-size: 24px;
  font-weight: 500;
  margin: 32px 0 20px;
  display: block;
  text-transform: capitalize;
}

.childminder-lp .cm-form-wrap .form-check-label {
  color: #c5c5c5;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: 28px;
}

.childminder-lp .cm-form-wrap .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 0;
  flex-shrink: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  padding: 0;
}

.childminder-lp .cm-form-wrap .form-check-input:checked {
  background: radial-gradient(circle, #fff 35%, transparent 36%);
}

.childminder-lp .cm-form-contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}

.childminder-lp .cm-form-submit {
  margin-top: 8px;
}

.childminder-lp .cm-form-btn {
  color: #000 !important;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 48px;
}

.childminder-lp .cm-form-btn:hover {
  color: #000 !important;
}

.childminder-lp .cm-cta-final {
  position: relative;
  text-align: center;
  padding: 100px 0 40px;
  overflow: hidden;
}

.childminder-lp .cm-cta-final .container {
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-cta-final .cta-decorations {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.childminder-lp .cm-cta-final .cta-deco {
  position: absolute;
  display: block;
}

.childminder-lp .cm-cta-final .cta-deco-final-left {
  left: -2%;
  bottom: 8%;
  width: 280px;
  transform: rotate(-20deg);
}

.childminder-lp .cm-cta-final .cta-deco-final-blue {
  right: -3%;
  top: 28%;
  width: 171px;
  height: 171px;
  background: #4d84e7;
  border-radius: 217px 217px 217px 0;
}

.childminder-lp .cm-cta-mid {
  padding: 40px 0 80px;
  background: #fff;
}

.childminder-lp .cm-cta-panel {
  background: #fffce9;
  border-radius: 150px;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.childminder-lp .cm-cta-panel .container {
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-cta-panel .cta-decorations,
.childminder-lp .cm-cta-panel .cta-deco {
  pointer-events: none;
  user-select: none;
}

.childminder-lp .cm-cta-panel .cta-decorations {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.childminder-lp .cm-cta-panel .cta-deco {
  position: absolute;
  display: block;
}

.childminder-lp .cm-cta-panel .cta-deco-green {
  left: 4%;
  top: 18%;
  width: 200px;
  transform: rotate(50deg);
}

.childminder-lp .cm-cta-panel .cta-deco-purple {
  left: 7%;
  bottom: 14%;
  width: 130px;
  height: 130px;
  background: #e9bbf9;
  border-radius: 217px 217px 217px 0;
  transform: rotate(-90deg);
}

.childminder-lp .cm-cta-panel .cta-deco-blue {
  right: 6%;
  top: 12%;
  width: 170px;
}

.childminder-lp .cm-cta-panel .cta-deco-red-orange {
  right: 5%;
  bottom: 12%;
  width: 170px;
}

.childminder-lp .cm-cta-heading {
  max-width: 751px;
  margin: 0 auto 24px;
}

.childminder-lp .cm-cta-text {
  max-width: 1010px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 36px;
  text-transform: capitalize;
  color: #2c2c2c;
  font-weight: 500;
  font-family: "g-sans", sans-serif;
}

.childminder-lp .cm-cta-btn {
  color: #000 !important;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 40px;
}

.childminder-lp .cm-section.cm-testimonials {
  padding: 0;
  background: #fffce9;
  border-radius: 80px;
  overflow: hidden;
}

.childminder-lp .cm-testimonials-panel {
  background: #fffce9;
  border-radius: 80px;
  padding: 80px 40px 90px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.childminder-lp .cm-testimonials-decorations,
.childminder-lp .cm-testimonials-deco {
  pointer-events: none;
  user-select: none;
}

.childminder-lp .cm-testimonials-decorations {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.childminder-lp .cm-testimonials-deco {
  position: absolute;
  display: block;
}

.childminder-lp .cm-testimonials-deco-green {
  left: 2%;
  top: 8%;
  width: 180px;
  transform: rotate(-20deg);
}

.childminder-lp .cm-testimonials-deco-blue {
  right: 3%;
  top: 10%;
  width: 150px;
  height: 150px;
  background: #4d84e7;
  border-radius: 0 150px 150px 150px;
}

.childminder-lp .cm-testimonials-deco-purple {
  left: 4%;
  bottom: 8%;
  width: 110px;
  height: 110px;
  background: #e9bbf9;
  border-radius: 110px 110px 0 110px;
}

.childminder-lp .cm-testimonials-deco-red-orange {
  right: 2%;
  bottom: 6%;
  width: 170px;
}

.childminder-lp .cm-testimonials .container {
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-testimonials-heading {
  max-width: 900px;
  margin: 0 auto 48px;
}

.childminder-lp .cm-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.childminder-lp .cm-testimonial-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 12px 40px rgba(17, 44, 92, 0.08);
  padding: 36px 28px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 280px;
}

.childminder-lp .cm-testimonial-stars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  margin-bottom: 24px;
  min-height: 28px;
}

.childminder-lp .cm-testimonial-star {
  width: 22px;
  height: 21px;
  display: block;
  flex-shrink: 0;
}

.childminder-lp .cm-testimonial-star:nth-child(1),
.childminder-lp .cm-testimonial-star:nth-child(5) {
  transform: translateY(6px);
}

.childminder-lp .cm-testimonial-star:nth-child(2),
.childminder-lp .cm-testimonial-star:nth-child(4) {
  transform: translateY(2px);
}

.childminder-lp .cm-testimonial-quote {
  margin: 0;
  font-family: "g-sans", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-style: italic;
  font-weight: 500;
  color: #112c5c;
  max-width: 320px;
}

.childminder-lp .cm-consult-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.childminder-lp .cm-contact-box {
  background: #ffe9e9;
  border-radius: 48px;
  padding: 48px;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.childminder-lp .cm-contact-heading {
  margin-bottom: 40px;
  text-align: left;
}

.childminder-lp .cm-contact-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.childminder-lp .cm-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #8affab;
  border-radius: 70px;
  padding: 16px 32px 16px 24px;
  font-size: 24px;
  font-weight: 500;
  color: #2c2c2c;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
}

.childminder-lp .cm-contact-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.childminder-lp .cm-contact-logo {
  position: absolute;
  right: -10px;
  top: 80px;
  width: min(330px, 47%);
  height: auto;
  /* transform: rotate(
355deg); */
  z-index: 1;
  pointer-events: none;
}

.childminder-lp .cm-contact-pill:hover {
  color: #112c5c;
}

.childminder-lp .cm-deco-blue {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #4d84e7;
  border-radius: 0 120px 120px 120px;
}

.childminder-lp .cm-deco-purple {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #e9bbf9;
  border-radius: 100px 0 100px 100px;
}

@media (max-width: 991px) {
  .childminder-lp .cm-heading {
    font-size: clamp(28px, 6vw, 36px);
  }

  .childminder-lp .cm-heading-sm {
    font-size: clamp(22px, 5vw, 28px);
  }

  .childminder-lp .cm-service-card {
    padding: 28px 22px;
    min-height: 0;
    border-radius: 28px;
  }

  .childminder-lp .cm-service-card .service-icon {
    width: clamp(56px, 16vw, 80px);
    height: clamp(56px, 16vw, 80px);
  }

  .childminder-lp .cm-card .card-corner {
    width: clamp(64px, 18vw, 96px);
    height: clamp(64px, 18vw, 96px);
  }

  .childminder-lp .cm-card .card-star {
    width: clamp(28px, 8vw, 44px);
    top: 12px;
    right: 12px;
  }

  .childminder-lp .cm-consult-row {
    grid-template-columns: 1fr;
  }

  .childminder-lp .cm-included .included-person {
    position: static;
    width: 220px;
    margin: 24px auto 0;
  }

  .childminder-lp .cm-included {
    padding: 40px 24px 0;
    min-height: auto;
  }

  .childminder-lp .cm-included .included-content {
    padding-bottom: 40px;
  }

  .childminder-lp .cm-included .included-deco-red {
    width: 120px;
    height: 120px;
    right: 10%;
    top: 30px;
  }

  .childminder-lp .cm-benefits-image img {
    height: auto;
    max-height: 480px;
  }

  .childminder-lp .cm-cta-panel {
    border-radius: 48px;
    padding: 60px 24px;
  }

  .childminder-lp .cm-cta-panel .cta-deco-green,
  .childminder-lp .cm-cta-panel .cta-deco-blue,
  .childminder-lp .cm-cta-panel .cta-deco-red-orange {
    width: 100px;
  }

  .childminder-lp .cm-cta-panel .cta-deco-purple {
    width: 80px;
    height: 80px;
  }

  .childminder-lp .cm-section.cm-testimonials {
    border-radius: 48px;
  }

  .childminder-lp .cm-testimonials-panel {
    border-radius: 48px;
    padding: 56px 24px 64px;
  }

  .childminder-lp .cm-testimonials-heading {
    margin-bottom: 32px;
  }

  .childminder-lp .cm-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 520px;
    margin: 0 auto;
  }

  .childminder-lp .cm-testimonial-card {
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .childminder-lp .cm-testimonials-deco-green,
  .childminder-lp .cm-testimonials-deco-red-orange {
    width: 100px;
  }

  .childminder-lp .cm-testimonials-deco-blue {
    width: 90px;
    height: 90px;
  }

  .childminder-lp .cm-testimonials-deco-purple {
    width: 72px;
    height: 72px;
  }

  .childminder-lp .cm-cta-heading {
    font-size: clamp(28px, 6vw, 36px);
  }

  .childminder-lp .cm-contact-box {
    min-height: auto;
    padding: 28px 20px 28px;
  }

  .childminder-lp .cm-contact-logo {
    display: none;
  }

  .childminder-lp .cm-contact-pill {
    font-size: 18px;
    padding: 14px 20px;
    white-space: normal;
  }

  .childminder-lp .cm-section.bg-white-round {
    border-radius: 48px;
  }

  .childminder-lp .cm-hero {
    border-radius: 0 0 48px 48px;
    padding-bottom: 90px;
  }

  .childminder-lp .cm-hero .hero-deco-green {
    width: clamp(90px, 22vw, 140px);
    left: -35px;
    top: 90px;
  }

  .childminder-lp .cm-hero .hero-deco-blue {
    width: clamp(80px, 18vw, 120px);
    right: 0;
    top: 40px;
  }

  .childminder-lp .cm-hero .hero-deco-purple {
    width: clamp(64px, 14vw, 90px);
    left: 10px;
    bottom: 30px;
  }

  .childminder-lp .cm-hero .hero-decorations .hero-deco-red-orange {
    width: clamp(80px, 20vw, 120px);
    left: -20px;
    top: 40px;
  }

  .childminder-lp .cm-hero .hero-image-wrap .hero-deco-red-orange {
    width: clamp(80px, 20vw, 120px);
    right: 0;
    bottom: 90px;
  }

  .childminder-lp .cm-hero .hero-image-wrap {
    margin-left: 0;
  }

  .childminder-lp .cm-pill {
    font-size: 18px;
    padding: 14px 24px 14px 48px;
  }

  .childminder-lp .cm-pill-marquee {
    margin-top: 32px;
  }

  .childminder-lp .cm-why-choose .why-deco-red {
    width: 120px;
    left: 0;
    top: 60%;
  }

  .childminder-lp .cm-why-choose .why-deco-purple {
    width: 90px;
    height: 90px;
    right: 5%;
    top: 60px;
  }

  .childminder-lp .cm-why-choose .why-deco-star {
    right: -20px;
    width: 22px;
  }

  .childminder-lp .cm-why-choose {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .childminder-lp .cm-form-wrap {
    padding: 32px 24px;
  }

  .childminder-lp .cm-form-deco-purple {
    width: 100px;
    height: 100px;
    right: 5%;
    bottom: 4%;
  }

  .childminder-lp .cm-form-deco-blue {
    width: 80px;
    height: 80px;
    right: 2%;
    bottom: 8%;
  }

  .childminder-lp .cm-form-heading {
    font-size: clamp(28px, 6vw, 36px);
  }

  .childminder-lp .cm-cta-final {
    padding: 60px 0 20px;
  }

  .childminder-lp .cm-cta-final .cta-deco-final-left {
    width: 140px;
    left: -10%;
    bottom: 0;
  }

  .childminder-lp .cm-cta-final .cta-deco-final-blue {
    width: 100px;
    height: 100px;
    right: -8%;
    top: 10%;
  }

  .childminder-lp .cm-pfa-hero {
    min-height: 0;
    overflow: hidden;
    border-radius: 0 0 48px 48px;
    padding: 16px 0 40px;
  }

  .childminder-lp .cm-pfa-hero-copy {
    padding-top: 8px;
    max-width: 100%;
  }

  .childminder-lp .cm-pfa-hero-eyebrow {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .childminder-lp .cm-pfa-hero-title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.12;
    margin-bottom: 14px;
  }

  .childminder-lp .cm-pfa-hero-intro {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .childminder-lp .cm-pfa-hero-btn {
    font-size: 16px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 28px;
  }

  .childminder-lp .cm-pfa-hero .container {
    min-height: 0;
  }

  .childminder-lp .cm-pfa-hero-stage {
    display: none;
  }

  .childminder-lp .cm-pfa-hero-badges {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
    height: auto;
    transform: none;
    pointer-events: auto;
  }

  .childminder-lp .cm-pfa-hero-badge {
    position: static;
    transform: none;
    white-space: normal;
    font-size: 15px;
    line-height: 1.3;
    height: auto;
    min-height: 48px;
    padding: 14px 18px 14px 48px;
    width: 100%;
  }

  .childminder-lp .cm-pfa-hero-badge.pfa-badge-left-edge,
  .childminder-lp .cm-pfa-hero-badge.pfa-badge-right-edge {
    display: none;
  }

  .childminder-lp .cm-pfa-hero-badge::before {
    left: 16px;
    width: 22px;
    height: 16px;
  }

  .childminder-lp .cm-pfa-hero .pfa-deco-red-orange,
  .childminder-lp .cm-pfa-hero .pfa-deco-green {
    min-width: 72px;
    max-width: 96px;
    opacity: 0.85;
  }

  .childminder-lp .cm-pfa-hero .pfa-deco-purple,
  .childminder-lp .cm-pfa-hero .pfa-deco-blue {
    min-width: 52px;
    max-width: 68px;
    opacity: 0.85;
  }

  .childminder-lp .cm-pfa-hero .pfa-deco-red-orange {
    left: -4%;
    top: 18%;
  }

  .childminder-lp .cm-pfa-hero .pfa-deco-green {
    right: -2%;
    top: 20%;
  }

  .childminder-lp .cm-pfa-hero .pfa-deco-blue {
    left: 4%;
    top: auto;
    bottom: 18%;
  }

  .childminder-lp .cm-pfa-hero .pfa-deco-purple {
    right: 2%;
    top: auto;
    bottom: 16%;
  }

  .childminder-lp .cm-pfa-intro {
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .childminder-lp .cm-pfa-intro-text {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.3;
    max-width: 100%;
  }

  .childminder-lp .cm-section.cm-pfa-audience {
    padding: 40px 0 36px;
    min-height: 0;
    overflow: hidden;
  }

  .childminder-lp .cm-pfa-audience > .container {
    max-width: 100%;
  }

  .childminder-lp .cm-pfa-audience-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  .childminder-lp .cm-pfa-audience-left {
    display: block;
    width: 100%;
  }

  .childminder-lp .cm-pfa-audience-heading {
    text-align: center;
    font-size: clamp(28px, 6vw, 40px);
    line-height: 1.12;
    margin: 0 auto 16px;
    max-width: 18ch;
  }

  .childminder-lp .cm-pfa-audience-visual {
    display: none;
  }

  .childminder-lp .cm-pfa-audience-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    padding-top: 0;
    width: 100%;
  }

  .childminder-lp .cm-pfa-audience-pill {
    min-height: 48px;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.25;
    padding: 12px 14px 12px 44px;
    white-space: normal;
    width: 100%;
    max-width: 100%;
    border-radius: 48px;
  }

  .childminder-lp .cm-pfa-audience-pill.cm-pfa-audience-pill-wide {
    grid-column: 1 / -1;
  }

  .childminder-lp .cm-pfa-audience-pill::before {
    left: 14px;
    width: 18px;
    height: 14px;
  }

  .childminder-lp .cm-pfa-learn {
    border-radius: 48px;
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .childminder-lp .cm-pfa-learn-columns {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .childminder-lp .cm-pfa-learn-col {
    display: contents;
  }

  .childminder-lp .cm-pfa-learn-col-mid {
    padding-top: 0;
  }

  .childminder-lp .cm-pfa-learn-intro,
  .childminder-lp .cm-pfa-learn-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .childminder-lp .cm-pfa-learn-intro {
    order: 1;
    padding-right: 0;
    margin-bottom: 0;
  }

  .childminder-lp .cm-pfa-learn-order-2 { order: 2; }
  .childminder-lp .cm-pfa-learn-order-3 { order: 3; }
  .childminder-lp .cm-pfa-learn-order-4 { order: 4; }
  .childminder-lp .cm-pfa-learn-order-5 { order: 5; }
  .childminder-lp .cm-pfa-learn-order-6 { order: 6; }
  .childminder-lp .cm-pfa-learn-order-7 { order: 7; }
  .childminder-lp .cm-pfa-learn-order-8 { order: 8; }

  .childminder-lp .cm-pfa-learn-heading {
    font-size: clamp(28px, 6vw, 36px);
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .childminder-lp .cm-pfa-learn-lede {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.45;
  }

  .childminder-lp .cm-pfa-learn-card,
  .childminder-lp .cm-pfa-learn-card-tall,
  .childminder-lp .cm-pfa-learn-card-title-single,
  .childminder-lp .cm-pfa-learn-card-assessment {
    min-height: 0;
    padding: 28px 22px 30px;
    border-radius: 32px;
  }

  .childminder-lp .cm-pfa-learn-title {
    font-size: 26px;
    line-height: 1.2;
    max-width: calc(100% - 72px);
    margin-bottom: 16px;
  }

  .childminder-lp .cm-pfa-learn-icon {
    width: 84px;
    height: 84px;
  }

  .childminder-lp .cm-pfa-learn-list li {
    font-size: 16px;
    line-height: 1.45;
    padding-left: 28px;
    margin-bottom: 8px;
  }

  .childminder-lp .cm-pfa-learn-card .cm-list.check.cm-pfa-learn-list li::before {
    top: 4px;
    width: 17px;
    height: 13px;
    background-size: 17px 13px;
  }

  .childminder-lp .cm-pfa-meta-section {
    padding-top: 24px;
  }

  .childminder-lp .cm-pfa-meta {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 22px 32px;
    min-height: 0;
    border-radius: 28px;
  }

  .childminder-lp .cm-pfa-meta-item,
  .childminder-lp .cm-pfa-meta-item-right {
    max-width: none;
    margin-left: 0;
    text-align: left;
  }

  .childminder-lp .cm-pfa-meta-badge,
  .childminder-lp .cm-pfa-meta-badge-right {
    width: 72px;
    height: 72px;
    margin-left: 0;
    margin-bottom: 16px;
    border-radius: 108px 108px 108px 0;
  }

  .childminder-lp .cm-pfa-meta-badge-right {
    border-radius: 108px 108px 0 108px;
  }

  .childminder-lp .cm-pfa-meta-badge img {
    width: 34px;
  }

  .childminder-lp .cm-pfa-meta-title {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .childminder-lp .cm-pfa-meta-text {
    font-size: 16px;
    line-height: 1.45;
  }

  .childminder-lp .cm-pfa-meta-divider {
    width: 100%;
    height: 1px;
  }

  .childminder-lp .cm-pfa-why-learn .cm-heading,
  .childminder-lp .cm-pfa-why-learn .cm-text {
    max-width: 100%;
  }

  .childminder-lp .cm-list.check.cm-pfa-why-list li {
    font-size: 16px;
    line-height: 1.45;
    padding-left: 36px;
    margin-bottom: 8px;
  }

  .childminder-lp .cm-list.check.cm-pfa-why-list li::before {
    top: 0.15em;
    margin-top: 0;
    width: 18px;
    height: 14px;
  }

  .childminder-lp .cm-pfa-why .row > .col-lg-6:first-child {
    display: none;
  }

  .childminder-lp .cm-pfa-why-learn .row > .col-lg-6:last-child {
    display: none;
  }

  .childminder-lp .cm-pfa-why-image-wrap {
    border-radius: 28px;
  }

  .childminder-lp .cm-pfa-flex {
    border-radius: 48px;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .childminder-lp .cm-pfa-flex-header {
    margin-bottom: 40px;
  }

  .childminder-lp .cm-pfa-flex-heading {
    font-size: clamp(28px, 6vw, 36px);
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .childminder-lp .cm-pfa-flex-intro {
    font-size: 16px;
    line-height: 1.45;
    max-width: 36rem;
  }

  .childminder-lp .cm-pfa-flex-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .childminder-lp .cm-pfa-flex-card {
    min-height: 0;
    border-radius: 32px;
    padding: 32px 24px 36px;
  }

  .childminder-lp .cm-pfa-flex-icon {
    width: 52px;
    margin-bottom: 28px;
  }

  .childminder-lp .cm-pfa-flex-icon-multi {
    width: 72px;
    margin-bottom: 24px;
  }

  .childminder-lp .cm-pfa-flex-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .childminder-lp .cm-pfa-flex-text {
    font-size: 16px;
    line-height: 1.45;
    max-width: none;
  }

  .childminder-lp .cm-pfa-flex-highlight {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .childminder-lp .cm-pfa-flex-btn {
    margin-top: 28px;
    font-size: 16px;
    min-height: 48px;
    padding: 12px 28px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .childminder-lp .cm-pfa-hero-title {
    font-size: 26px;
  }

  .childminder-lp .cm-pfa-hero .hero-decorations .hero-deco {
    display: none;
  }

  .childminder-lp .cm-pfa-intro-text {
    font-size: 20px;
  }

  .childminder-lp .cm-pfa-audience-pills {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .childminder-lp .cm-pfa-audience-heading {
    max-width: none;
    font-size: clamp(26px, 7vw, 32px);
    margin-bottom: 12px;
  }

  .childminder-lp .cm-pfa-audience-pill {
    font-size: 14px;
    padding: 12px 14px 12px 42px;
    min-height: 44px;
  }

  .childminder-lp .cm-pfa-audience-pill.cm-pfa-audience-pill-wide {
    grid-column: auto;
  }

  .childminder-lp .cm-pfa-audience-pill::before {
    left: 12px;
    width: 16px;
    height: 12px;
  }

  .childminder-lp .cm-pfa-learn-card,
  .childminder-lp .cm-pfa-learn-card-tall {
    padding: 24px 18px 26px;
  }

  .childminder-lp .cm-pfa-learn-icon {
    width: 72px;
    height: 72px;
  }

  .childminder-lp .cm-pfa-learn-title {
    font-size: 22px;
    max-width: calc(100% - 56px);
  }

  .childminder-lp .cm-pfa-meta {
    padding: 28px 18px 24px;
    border-radius: 24px;
  }

  .childminder-lp .cm-pfa-meta-title {
    font-size: 24px;
  }

  .childminder-lp .cm-pfa-flex {
    border-radius: 32px;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .childminder-lp .cm-pfa-flex-card {
    border-radius: 24px;
    padding: 28px 20px 32px;
  }

  .childminder-lp .cm-pfa-flex-title {
    font-size: 24px;
  }

  .childminder-lp .cm-pfa-learn-card,
  .childminder-lp .cm-pfa-learn-card-tall,
  .childminder-lp .cm-pfa-learn-card-title-single,
  .childminder-lp .cm-pfa-learn-card-assessment {
    padding: 24px 18px 26px;
    border-radius: 24px;
  }

  .childminder-lp .cm-pfa-learn-icon {
    width: 72px;
    height: 72px;
  }

  .childminder-lp .cm-pfa-learn-title {
    font-size: 24px;
    max-width: calc(100% - 64px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .childminder-lp:not(.cm-pfa-lp) .cm-hero .hero-deco-green {
    width: clamp(120px, 13vw, 170px);
    top: clamp(70px, 8vw, 110px);
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-hero .hero-deco-blue {
    width: clamp(110px, 11vw, 150px);
    top: clamp(36px, 4vw, 56px);
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-hero .hero-deco-purple {
    width: clamp(80px, 8vw, 110px);
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-hero .hero-decorations .hero-deco-red-orange {
    width: clamp(110px, 12vw, 160px);
    top: clamp(28px, 3.2vw, 56px);
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-hero {
    padding: 28px 0 80px;
    border-radius: 0 0 100px 100px;
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-hero .hero-content .cm-heading {
    font-size: clamp(32px, 3.8vw, 44px);
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-hero .cm-text,
  .childminder-lp:not(.cm-pfa-lp) .cm-hero .cm-highlight {
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.45;
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-heading {
    font-size: clamp(30px, 3.4vw, 44px);
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-heading-sm {
    font-size: clamp(22px, 2.2vw, 32px);
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-service-card {
    padding: 36px 28px;
    min-height: 0;
    border-radius: 36px;
  }

  .childminder-lp:not(.cm-pfa-lp) .cm-service-card .service-icon {
    width: clamp(70px, 9vw, 100px);
    height: clamp(70px, 9vw, 100px);
  }

  .childminder-lp .cm-pfa-hero {
    border-radius: 0 0 100px 100px;
    padding-top: 16px;
  }

  .childminder-lp .cm-pfa-hero-copy {
    padding-top: 24px;
    max-width: 900px;
  }

  .childminder-lp .cm-pfa-hero-eyebrow {
    font-size: 18px;
    line-height: 1.35;
  }

  .childminder-lp .cm-pfa-hero-title {
    font-size: clamp(40px, 4.6vw, 56px);
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .childminder-lp .cm-pfa-hero-intro {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 22px;
    max-width: 920px;
  }

  .childminder-lp .cm-pfa-hero-btn {
    font-size: 18px;
  }

  .childminder-lp .cm-pfa-hero-stage {
    margin-top: 20px;
  }

  .childminder-lp .cm-pfa-hero-visual {
    width: min(720px, 88%);
  }

  .childminder-lp .cm-pfa-learn-columns {
    gap: 20px;
  }

  .childminder-lp .cm-section.cm-testimonials {
    border-radius: 64px;
  }

  .childminder-lp .cm-testimonials-panel {
    border-radius: 64px;
    padding: 64px 28px 72px;
  }

  .childminder-lp .cm-testimonials-grid {
    gap: 20px;
  }

  .childminder-lp .cm-testimonial-card {
    padding: 28px 20px 32px;
    min-height: 260px;
  }

  .childminder-lp .cm-testimonial-quote {
    font-size: 16px;
  }

  .childminder-lp .cm-pfa-learn-col {
    gap: 20px;
  }

  .childminder-lp .cm-pfa-learn-col-mid {
    padding-top: 220px;
  }

  .childminder-lp .cm-pfa-learn-card {
    padding: 40px 28px 36px;
    min-height: 0;
  }

  .childminder-lp .cm-pfa-learn-card-title-single {
    padding-top: 64px;
  }

  .childminder-lp .cm-pfa-learn-icon {
    width: 100px;
    height: 100px;
  }

  .childminder-lp .cm-pfa-learn-list li {
    font-size: 18px;
    line-height: 1.45;
  }

  .childminder-lp .cm-pfa-audience-grid {
    gap: 16px 20px;
    grid-template-columns: minmax(0, 34%) minmax(0, 1fr);
    min-height: 0;
  }

  .childminder-lp .cm-pfa-audience-heading {
    font-size: clamp(32px, 3.4vw, 44px);
    line-height: 1.1;
  }

  .childminder-lp .cm-section.cm-pfa-audience {
    padding-top: 100px;
    min-height: 0;
  }

  .childminder-lp .cm-pfa-audience-left,
  .childminder-lp .cm-pfa-audience-visual {
    width: 100%;
  }

  .childminder-lp .cm-pfa-audience-visual,
  .childminder-lp .cm-pfa-audience-image-wrap {
    height: auto;
    aspect-ratio: 530 / 555;
  }

  .childminder-lp .cm-pfa-audience-rings {
    left: -40%;
    top: 8%;
    width: 155%;
    height: auto;
  }

  .childminder-lp .cm-pfa-audience-pills {
    gap: 12px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .childminder-lp .cm-pfa-audience-pill {
    font-size: 15px;
    min-height: 52px;
    height: auto;
    padding: 12px 16px 12px 48px;
    width: 100%;
    white-space: normal;
  }

  .childminder-lp .cm-pfa-audience-pill.cm-pfa-audience-pill-wide {
    grid-column: span 2;
  }

  .childminder-lp .cm-pfa-audience-pill::before {
    left: 16px;
    width: 22px;
    height: 16px;
  }

  .childminder-lp .cm-pfa-meta {
    padding: 72px 48px 64px;
    gap: 28px;
    min-height: 0;
  }

  .childminder-lp .cm-pfa-meta-badge {
    width: 110px;
    height: 110px;
  }

  .childminder-lp .cm-pfa-meta-badge img {
    width: 52px;
  }

  .childminder-lp .cm-pfa-meta-divider {
    height: 240px;
  }

  .childminder-lp .cm-pfa-flex {
    border-radius: 80px;
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .childminder-lp .cm-pfa-flex-header {
    margin-bottom: 56px;
  }

  .childminder-lp .cm-pfa-flex-grid {
    gap: 36px;
  }

  .childminder-lp .cm-pfa-flex-card {
    min-height: 0;
    padding: 40px 36px 44px;
    border-radius: 40px;
  }

  .childminder-lp .cm-pfa-flex-text,
  .childminder-lp .cm-pfa-flex-highlight {
    font-size: 18px;
    line-height: 1.45;
  }

  .childminder-lp .cm-pfa-flex-highlight {
    line-height: 1.6;
  }

  .childminder-lp .cm-pfa-flex-btn {
    font-size: 18px;
    padding: 12px 28px;
  }
}
