@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700&family=Nunito:wght@400;600;700&display=swap");

:root {
  --bg: #fff8ec;
  --bg-accent: #ffe3b0;
  --primary: #ff7a59;
  --primary-dark: #e65e3b;
  --secondary: #2fb9c5;
  --secondary-dark: #1a8b95;
  --ink: #2b2b2b;
  --soft-ink: #4f4f4f;
  --card: #ffffff;
  --shadow: 0 14px 28px rgba(34, 34, 34, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito", "Trebuchet MS", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, #fff0ce 0%, #fff8ec 55%, #f6fbff 100%);
  line-height: 1.6;
  animation: fadeIn 0.6s ease both;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: relative;
  padding: 24px 6vw 80px;
  overflow: hidden;
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.35;
}

.site-header::before {
  width: 420px;
  height: 420px;
  background: #ffe0d5;
  top: -140px;
  right: -120px;
}

.site-header::after {
  width: 240px;
  height: 240px;
  background: #d2f1f4;
  bottom: 20px;
  left: -80px;
}

.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
}

.logo-mark {
  background: var(--primary);
  color: #fff;
  font-size: 22px;
  padding: 10px 12px;
  border-radius: 16px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.logo-name {
  font-size: 22px;
  font-weight: 700;
}

.logo-sub {
  font-size: 13px;
  color: var(--soft-ink);
}

.nav-links {
  display: flex;
  gap: 18px;
  font-weight: 600;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.nav-links a:hover {
  background: #fff2dc;
}

.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--secondary);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  align-items: center;
  margin-top: 50px;
}

.hero-content h1 {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  margin-bottom: 16px;
}

.hero-content,
.hero-card,
.card,
.booking-form,
.calendar-card,
.about-card,
.note,
.faq details {
  animation: rise 0.7s ease both;
}

.hero-card {
  animation-delay: 0.1s;
}

.card:nth-child(2),
.faq details:nth-child(2) {
  animation-delay: 0.08s;
}

.card:nth-child(3),
.faq details:nth-child(3) {
  animation-delay: 0.14s;
}

.card:nth-child(4),
.faq details:nth-child(4) {
  animation-delay: 0.2s;
}

.eyebrow {
  font-weight: 700;
  color: var(--secondary-dark);
  margin-bottom: 10px;
}

.hero-text {
  font-size: 1.05rem;
  color: var(--soft-ink);
  margin-bottom: 22px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.primary {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(34, 34, 34, 0.18);
}

.ghost {
  background: #fff;
  border: 2px solid #ffd3ba;
  padding: 10px 18px;
  border-radius: 16px;
  font-weight: 700;
  cursor: pointer;
}

.trust-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.trust-row div {
  background: #fff;
  padding: 14px 16px;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.trust-row strong {
  display: block;
  font-size: 0.95rem;
}

.trust-row span {
  font-size: 0.85rem;
  color: var(--soft-ink);
}

.hero-card {
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.hero-card h2 {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 1.5rem;
}

.small {
  font-size: 0.85rem;
  color: var(--soft-ink);
}

.section {
  padding: 70px 6vw;
}

.section h2 {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  margin-bottom: 18px;
}

.about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  align-items: start;
}

.checklist {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.checklist li {
  background: #fff;
  padding: 12px 14px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  position: relative;
  padding-left: 42px;
}

.checklist li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--secondary);
  border-radius: 50%;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.about-card {
  background: #fff7e1;
  padding: 22px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.about-stats {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.about-stats div {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  padding: 10px 14px;
}

.services .card-grid,
.policies .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.card {
  background: #fff;
  padding: 22px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.card h3 {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  margin-bottom: 10px;
}

.card ul {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.calendar {
  background: linear-gradient(135deg, #fff3de 0%, #f3fbff 100%);
}

.calendar-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  margin-top: 28px;
}

.calendar-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow);
}

.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.calendar-month {
  font-weight: 700;
  font-size: 1.2rem;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.calendar-grid button {
  border: none;
  background: #f4f6f9;
  border-radius: 12px;
  padding: 10px 0;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.calendar-grid button:hover {
  background: #ffe4d6;
  transform: translateY(-1px);
}

.calendar-grid .weekday {
  background: transparent;
  font-weight: 700;
  color: var(--soft-ink);
  cursor: default;
}

.calendar-grid .past {
  background: #f0f0f0;
  color: #b1b1b1;
  cursor: not-allowed;
}

.calendar-grid .selected {
  background: var(--secondary);
  color: #fff;
}

.calendar-legend {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  font-size: 0.85rem;
}

.legend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #f4f6f9;
}

.legend.selected::before {
  background: var(--secondary);
}

.legend.past::before {
  background: #e0e0e0;
}

.booking-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.booking-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.booking-form input,
.booking-form textarea {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-family: inherit;
}

.times {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.time-slot {
  border: 2px solid #cfeef0;
  background: #f5fdff;
  padding: 8px 10px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}

.time-slot.active {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

.policies {
  position: relative;
}

.adults-care {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  align-items: center;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pill-row span {
  background: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 700;
}

.note {
  background: #fff7e1;
  padding: 22px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq details {
  background: #fff;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.faq summary {
  font-weight: 700;
  cursor: pointer;
}

.footer {
  padding: 60px 6vw;
  background: #2b2b2b;
  color: #fff;
}

.footer h2,
.footer h3 {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
}

.footer-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
