@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Fredoka:wght@500;600&display=swap');

:root {
  --color-cream: #fff9f3;
  --color-peach: #ffe8d6;
  --color-coral: #e8846a;
  --color-coral-dark: #d06b52;
  --color-sage: #6b9e7a;
  --color-sage-light: #e8f3eb;
  --color-sky: #a8d4e6;
  --color-lavender: #d4c5e8;
  --color-text: #3d3832;
  --color-text-muted: #6b6560;
  --color-white: #ffffff;
  --shadow-soft: 0 4px 24px rgba(61, 56, 50, 0.08);
  --shadow-card: 0 8px 32px rgba(61, 56, 50, 0.1);
  --radius: 16px;
  --radius-lg: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-text);
  background-color: var(--color-cream);
  background-image:
    radial-gradient(circle at 15% 10%, rgba(232, 132, 106, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 85% 20%, rgba(168, 212, 230, 0.25) 0%, transparent 40%),
    radial-gradient(circle at 70% 85%, rgba(107, 158, 122, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(212, 197, 232, 0.2) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e8846a' fill-opacity='0.06'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}

.page-wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.25rem 5.5rem;
}

/* Header / Hero */
.site-header {
  text-align: center;
  padding: 2.5rem 1.5rem 2rem;
  margin-bottom: 2rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232, 132, 106, 0.15);
  position: relative;
  overflow: hidden;
}

.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--color-coral), var(--color-sky), var(--color-sage), var(--color-lavender));
}

.logo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-sage-light);
  color: var(--color-sage);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.logo-badge span {
  font-size: 1.1rem;
}

h1 {
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: clamp(2rem, 6vw, 2.75rem);
  font-weight: 600;
  color: var(--color-coral-dark);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.tagline {
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: clamp(1.15rem, 3.5vw, 1.4rem);
  font-weight: 500;
  color: var(--color-text);
  margin: 0;
  line-height: 1.4;
}

/* Content sections */
.content-section {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(61, 56, 50, 0.06);
}

.content-section h3 {
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-sage);
  margin: 0 0 1rem;
  text-align: center;
}

.content-section p {
  margin: 0;
  color: var(--color-text-muted);
}

.content-section p + p {
  margin-top: 1rem;
}

.intro-section {
  border-left: 4px solid var(--color-coral);
}

.intro-section p {
  font-size: 1.1rem;
  color: var(--color-text);
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (max-width: 540px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  background: linear-gradient(160deg, var(--color-white) 0%, var(--color-peach) 100%);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  text-align: center;
  border: 1px solid rgba(232, 132, 106, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.pricing-card.daycare {
  background: linear-gradient(160deg, var(--color-white) 0%, var(--color-sage-light) 100%);
  border-color: rgba(107, 158, 122, 0.25);
}

.pricing-card h4 {
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.pricing-card .price {
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-coral-dark);
  margin: 0 0 0.25rem;
}

.pricing-card .price .period {
  font-size: 1rem;
}

.pricing-card.daycare .price {
  color: var(--color-sage);
}

.pricing-card .price-detail {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-text-muted);
  margin: 0 0 1rem;
}

.pricing-card p {
  font-size: 0.95rem;
  text-align: left;
  margin: 0;
}

/* Contact */
.contact-section {
  background: linear-gradient(135deg, var(--color-coral) 0%, var(--color-coral-dark) 100%);
  color: var(--color-white);
  text-align: center;
  border: none;
  scroll-margin-bottom: 5rem;
}

.contact-section h3 {
  color: var(--color-white);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.92);
}

.contact-section a {
  color: var(--color-white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-section a:hover {
  text-decoration: none;
}

/* Footer */
.site-footer {
  text-align: center;
  padding: 1.5rem 0 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

/* Fixed CTA bar */
.cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.85rem 1.25rem;
  background: rgba(255, 249, 243, 0.92);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(232, 132, 106, 0.2);
  box-shadow: 0 -4px 20px rgba(61, 56, 50, 0.08);
  text-align: center;
  z-index: 100;
}

.cta-button {
  display: inline-block;
  width: 100%;
  max-width: 720px;
  padding: 0.9rem 1.5rem;
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-white);
  text-decoration: none;
  background: linear-gradient(135deg, var(--color-coral) 0%, var(--color-coral-dark) 100%);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(208, 107, 82, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(208, 107, 82, 0.45);
}

.cta-button:active {
  transform: translateY(0);
}
