.cf-childcare-day { background: #fff; }
.cf-day-card { position: relative; height: 100%; padding: 1.7rem; overflow: hidden; border: 1px solid var(--cf-line); border-radius: 20px; background: #fff; }
.cf-day-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; }
.cf-day-card.morning::before { background: linear-gradient(90deg, #f1b84b, #ffd988); }
.cf-day-card.noon::before { background: linear-gradient(90deg, #24d3c5, #79e9df); }
.cf-day-card.evening::before { background: linear-gradient(90deg, #596fd1, #9faff7); }
.cf-day-card > span { position: absolute; top: 1.6rem; right: 1.6rem; color: var(--cf-muted); font-size: .68rem; font-weight: 900; }
.cf-day-card__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 1.2rem; border-radius: 14px; background: #f3f7f9; color: var(--cf-navy); font-size: 1.15rem; }
.cf-day-card h3 { font-size: 1.25rem; }
.cf-day-card p { color: var(--cf-muted); font-size: .9rem; }
.cf-day-card ul { margin: 1.1rem 0 0; padding: 0; list-style: none; }
.cf-day-card li { position: relative; padding: .35rem 0 .35rem 1.4rem; color: var(--cf-muted); font-size: .82rem; }
.cf-day-card li::before { content: "✓"; position: absolute; left: 0; color: var(--cf-cyan-dark); font-weight: 900; }
.cf-childcare-exception { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; padding: 1rem 1.2rem; border: 1px solid #f0d28d; border-radius: 15px; background: #fffaf0; }
.cf-childcare-exception > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff2d7; color: #9d6b11; font-weight: 900; }
.cf-childcare-exception > div { flex: 1; }
.cf-childcare-exception strong,
.cf-childcare-exception small { display: block; }
.cf-childcare-exception small { color: var(--cf-muted); }
.cf-childcare-exception a { color: #876016; font-size: .78rem; font-weight: 900; }

.cf-childcare-registration { background: var(--cf-bg); }
.cf-childcare-browser { transform: rotate(-1deg); }
.cf-childcare-features { margin-top: 1.6rem; }
.cf-childcare-features > div { display: flex; gap: .8rem; padding: .8rem 0; border-top: 1px solid var(--cf-line); }
.cf-childcare-features > div > span { flex: 0 0 30px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #def7f5; color: var(--cf-cyan-dark); font-size: .62rem; font-weight: 900; }
.cf-childcare-features p { margin: 0; }
.cf-childcare-features strong,
.cf-childcare-features small { display: block; }
.cf-childcare-features small { color: var(--cf-muted); font-size: .75rem; }

.cf-childcare-flow { background: #fff; }
.cf-childcare-flow .cf-section-heading { max-width: 800px; }
.cf-childcare-flowline { display: flex; align-items: center; justify-content: space-between; margin-top: 3.2rem; }
.cf-childcare-flowline article { position: relative; width: 17%; text-align: center; }
.cf-childcare-flowline article > span { position: absolute; top: -8px; right: 15%; color: #a4b3be; font-size: .6rem; font-weight: 900; }
.cf-childcare-flowline article > i { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 1rem; border: 1px solid var(--cf-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(20, 50, 75, .09); color: var(--cf-cyan-dark); font-size: 1.2rem; font-style: normal; }
.cf-childcare-flowline article strong,
.cf-childcare-flowline article small { display: block; }
.cf-childcare-flowline article small { color: var(--cf-muted); font-size: .7rem; }
.cf-childcare-flowline > b { color: #b2c0c9; font-weight: 500; }

.cf-childcare-results { background: linear-gradient(135deg, #071b2f, #113b5d); color: #fff; }
.cf-childcare-results h2 { color: #fff; }
.cf-childcare-results p { color: #b4c7d4; }
.cf-childcare-results .cf-kicker { color: var(--cf-cyan); }
.cf-childcare-result-list { margin-top: 1.5rem; }
.cf-childcare-result-list > div { display: flex; gap: .8rem; padding: .75rem 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.cf-childcare-result-list > div > span { flex: 0 0 32px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: rgba(36, 211, 197, .13); color: var(--cf-cyan); font-weight: 900; }
.cf-childcare-result-list p { margin: 0; }
.cf-childcare-result-list strong,
.cf-childcare-result-list small { display: block; }
.cf-childcare-result-list small { color: #91a9b9; font-size: .72rem; }
.cf-childcare-stats { transform: rotate(1deg); box-shadow: 0 35px 90px rgba(0, 0, 0, .3); }

.cf-childcare-scale { background: #f7fafb; }
.cf-childcare-map { padding: 1.4rem; border: 1px solid var(--cf-line); border-radius: 22px; background: #fff; box-shadow: var(--cf-shadow); }
.cf-childcare-map__root { display: flex; align-items: center; gap: .8rem; max-width: 330px; margin: 0 auto 2.8rem; padding: 1rem; border-radius: 14px; background: var(--cf-navy); color: #fff; }
.cf-childcare-map__root > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--cf-cyan); color: var(--cf-navy); font-weight: 900; }
.cf-childcare-map p { flex: 1; margin: 0; }
.cf-childcare-map strong,
.cf-childcare-map small { display: block; }
.cf-childcare-map small { color: #94a9b8; font-size: .69rem; }
.cf-childcare-map__branches { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.cf-childcare-map__branches::before { content: ""; position: absolute; left: 16%; right: 16%; top: -1.4rem; height: 1px; background: #b9d8d5; }
.cf-childcare-map__branches > div { position: relative; padding: .9rem; border: 1px solid var(--cf-line); border-radius: 12px; background: #f8fbfc; }
.cf-childcare-map__branches > div::before { content: ""; position: absolute; left: 50%; top: -1.4rem; width: 1px; height: 1.4rem; background: #b9d8d5; }
.cf-childcare-map__branches > div > span { display: block; margin-bottom: .45rem; }
.cf-childcare-map__branches small { color: var(--cf-muted); }

@media (max-width: 991.98px) {
  .cf-childcare-exception { align-items: flex-start; flex-wrap: wrap; }
  .cf-childcare-exception a { width: 100%; padding-left: 3.1rem; }
  .cf-childcare-flowline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .cf-childcare-flowline article { width: auto; }
  .cf-childcare-flowline > b { display: none; }
}

@media (max-width: 767.98px) {
  .cf-childcare-flowline { grid-template-columns: 1fr 1fr; }
  .cf-childcare-map__branches { grid-template-columns: 1fr; }
  .cf-childcare-map__branches::before,
  .cf-childcare-map__branches > div::before { display: none; }
}
