:root {
  --navy: #072a52;
  --ink: #152338;
  --gold: #b88736;
  --warm: #fff7ef;
  --cream: #fffdf8;
  --blue: #dbe8f6;
  --line: rgba(7, 42, 82, 0.14);
  --shadow: 0 20px 60px rgba(7, 42, 82, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy);
  font-weight: 700;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(184, 135, 54, 0.28);
}

.brand span {
  white-space: nowrap;
}

nav {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(21, 35, 56, 0.72);
  font-size: 0.94rem;
  font-weight: 600;
}

nav a:hover,
.footer a:hover {
  color: var(--gold);
}

.header-action {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(7, 42, 82, 0.16);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 510px);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 6vw, 78px) clamp(18px, 5vw, 72px) clamp(36px, 6vw, 76px);
  background:
    radial-gradient(circle at 92% 16%, rgba(219, 232, 246, 0.9), transparent 24%),
    linear-gradient(135deg, #fffaf4 0%, #fffdf8 50%, #eef5fb 100%);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6.2vw, 6.4rem);
}

h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
}

h3 {
  font-size: 1.18rem;
}

.hero-text {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(21, 35, 56, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.75;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: var(--navy);
}

.button.secondary {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.button:hover,
.header-action:hover {
  transform: translateY(-1px);
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 690px;
  margin: 34px 0 0;
}

.contact-strip div {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

dt {
  color: rgba(21, 35, 56, 0.55);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

dd {
  margin: 7px 0 0;
  color: var(--navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-strip dd {
  font-size: clamp(0.88rem, 1.3vw, 0.98rem);
  line-height: 1.35;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border-radius: 8px;
  background: var(--blue);
}

.leaflet {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 30px clamp(22px, 3.2vw, 34px) 22px;
  border: 1px solid rgba(184, 135, 54, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.5), rgba(255, 247, 239, 0.96)),
    radial-gradient(circle at 12% 88%, rgba(122, 158, 199, 0.32), transparent 22%),
    radial-gradient(circle at 88% 86%, rgba(122, 158, 199, 0.3), transparent 24%),
    #fff7ef;
  box-shadow: var(--shadow);
  text-align: center;
}

.leaflet::before,
.leaflet::after {
  content: "";
  position: absolute;
  bottom: -62px;
  width: 70%;
  height: 180px;
  border-top: 2px solid rgba(184, 135, 54, 0.58);
  border-radius: 50% 50% 0 0;
  opacity: 0.65;
}

.leaflet::before {
  left: -28%;
  transform: rotate(8deg);
}

.leaflet::after {
  right: -28%;
  transform: rotate(-8deg);
}

.leaflet-brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 106px;
  padding: 18px 28px 14px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 14px 34px rgba(7, 42, 82, 0.08);
}

.leaflet-brand::after {
  content: "♥";
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 1rem;
  line-height: 1;
}

.leaflet-brand span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.85rem;
  font-weight: 700;
  line-height: 0.8;
}

.leaflet-brand strong {
  margin-top: 12px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.42em;
  line-height: 1;
  text-transform: uppercase;
}

.leaflet-title {
  position: relative;
  z-index: 1;
  margin: 22px auto 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 3.2vw, 2.95rem);
  font-weight: 700;
  line-height: 0.98;
}

.leaflet-title strong {
  color: var(--gold);
  font-weight: 700;
}

.leaflet-divider {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px auto 12px;
  color: var(--gold);
}

.leaflet-divider::before,
.leaflet-divider::after {
  content: "";
  width: 76px;
  height: 1px;
  background: rgba(184, 135, 54, 0.6);
}

.leaflet-divider span {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  border-radius: 5px 5px 8px 5px;
  background: var(--gold);
}

.leaflet h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  line-height: 1.05;
}

.leaflet-subtitle {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 8px auto 0;
  color: rgba(7, 42, 82, 0.76);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}

.leaflet-note {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  max-width: 420px;
  margin: 14px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(184, 135, 54, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.leaflet-note span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--gold);
  border: 2px solid rgba(184, 135, 54, 0.72);
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
}

.leaflet-note p,
.leaflet-location,
.leaflet-whatsapp,
.leaflet-values,
.leaflet-chat p {
  margin: 0;
}

.leaflet-note p {
  color: var(--navy);
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.leaflet-location {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--navy);
  font-weight: 700;
}

.leaflet-whatsapp {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.15vw, 1.72rem);
  font-weight: 700;
  line-height: 1;
}

.leaflet-chat {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  margin: 13px auto 0;
  padding: 16px 18px;
  border: 2px solid var(--navy);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 14px 34px rgba(7, 42, 82, 0.09);
  text-align: center;
}

.chat-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 7px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
}

.leaflet-chat p {
  color: rgba(7, 42, 82, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.leaflet-chat strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  line-height: 1;
  white-space: nowrap;
}

.leaflet-chat img {
  display: none;
}

.leaflet-values {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 12px auto 0;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}


.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-band span {
  display: grid;
  place-items: center;
  min-height: 84px;
  color: var(--navy);
  background: #fff;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 850px;
}

.section-note {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin: 24px 0 0;
  padding: 0 18px;
  border: 1px solid rgba(184, 135, 54, 0.24);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 247, 239, 0.82);
  font-weight: 800;
}

.services {
  background: var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.service-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 42, 82, 0.07);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.service-card p,
.areas p,
.about p,
.inquiry p,
.kind-words p,
.contact-panel p {
  color: rgba(21, 35, 56, 0.72);
  line-height: 1.72;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 247, 239, 0.95), transparent 30%),
    #fff;
}

.about-copy p {
  max-width: 640px;
  margin: 24px 0 0;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.profile-card {
  min-height: 310px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 12px 34px rgba(7, 42, 82, 0.06);
}

.profile-initial {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border: 2px solid rgba(184, 135, 54, 0.54);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.profile-card p {
  margin-bottom: 0;
}

.trust-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.trust-list li {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(184, 135, 54, 0.2);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 247, 239, 0.72);
  font-weight: 800;
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1.26fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background: #f4f8fc;
}

.inquiry-copy p {
  max-width: 540px;
  margin: 24px 0 0;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 42, 82, 0.16);
  border-radius: 8px;
  padding: 14px 14px;
  color: var(--ink);
  background: var(--cream);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: 3px solid rgba(184, 135, 54, 0.22);
  border-color: rgba(184, 135, 54, 0.56);
}

.full-field {
  grid-column: 1 / -1;
}

.kind-words {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background:
    radial-gradient(circle at 88% 12%, rgba(219, 232, 246, 0.76), transparent 28%),
    var(--cream);
}

.kind-words-copy p {
  max-width: 560px;
  margin: 24px 0 0;
}

.feedback-panel {
  display: grid;
  gap: 16px;
}

.testimonial-placeholder {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(184, 135, 54, 0.22);
  border-radius: 8px;
  background: rgba(255, 247, 239, 0.76);
}

.testimonial-placeholder[hidden] {
  display: none;
}

.testimonial-placeholder p {
  margin: 14px 0 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.1;
}

.testimonial-placeholder h3 {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-placeholder span {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-list {
  display: grid;
  gap: 14px;
}

.review-card {
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(7, 42, 82, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 42, 82, 0.06);
}

.review-card p {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 700;
  line-height: 1.18;
}

.review-card span {
  display: inline-block;
  margin-top: 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feedback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.feedback-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-form input,
.feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 42, 82, 0.16);
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  background: var(--cream);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.feedback-form textarea {
  resize: vertical;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
  outline: 3px solid rgba(184, 135, 54, 0.22);
  border-color: rgba(184, 135, 54, 0.56);
}

.feedback-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
}

.areas {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background: #f4f8fc;
}

.areas p {
  max-width: 620px;
  margin: 24px 0 0;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.area-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(7, 42, 82, 0.12);
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
  font-weight: 800;
}

.contact {
  background:
    linear-gradient(rgba(255, 247, 239, 0.9), rgba(255, 247, 239, 0.9)),
    url("assets/signature-childcare-poster.png") center 30% / cover;
}

.contact-panel {
  max-width: 780px;
  padding: clamp(26px, 5vw, 56px);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(21, 35, 56, 0.68);
  border-top: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
}

footer span {
  color: var(--navy);
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto 1fr;
  }

  nav {
    display: none;
  }

  .hero,
  .about,
  .inquiry,
  .kind-words,
  .areas {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    max-width: 560px;
  }

  .service-grid,
  .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: 1fr auto 1fr;
    padding: 10px 14px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .header-action {
    min-height: 40px;
    padding-inline: 14px;
  }

  h1 {
    font-size: 3.2rem;
  }

  .contact-strip,
  .service-grid,
  .profile-grid,
  .trust-list,
  .inquiry-form,
  .feedback-form,
  .area-list,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .hero-visual::before {
    inset: 10px -10px -10px 10px;
  }

  footer {
    flex-direction: column;
  }
}
