:root {
  --pink: #f3cce7;
  --pink-soft: #fde7f4;
  --blue: #8dcced;
  --blue-soft: #d8f2fb;
  --teal: #1b5c72;
  --teal-dark: #123f52;
  --yellow: #ffd762;
  --coral: #ff7665;
  --orange: #ffb44d;
  --green: #48b96f;
  --white: #ffffff;
  --muted: #557180;
  --line: rgba(27, 92, 114, 0.16);
  --shadow: 0 18px 38px rgba(18, 63, 82, 0.14);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--teal-dark);
  background: #fffafd;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

/* HEADER */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 14px 18px;
  background: rgba(255, 250, 253, 0.28);
  border-bottom: 0;
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
}

.brand {
  display: block;
  width: 100%;
  min-width: 0;
}

.brand-header-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}

.menu-toggle {
  display: inline-grid;
  gap: 7px;
  width: 64px;
  height: 64px;
  place-content: center;
  padding: 0;
  background: var(--pink-soft);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 8px 16px rgba(18, 63, 82, 0.08);
}

.menu-toggle span {
  display: block;
  width: 31px;
  height: 3px;
  background: var(--teal);
  border-radius: 999px;
}

.site-nav {
  position: absolute;
  top: 92px;
  left: 14px;
  right: 14px;
  display: none;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: grid;
}

.site-nav a {
  padding: 13px 12px;
  border-radius: 12px;
  color: var(--teal);
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal-dark);
  background: var(--blue-soft);
  outline: none;
}

/* HERO */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 58vh 20px 38px;
  background: var(--pink);
}

.hero::before {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: -8%;
  z-index: 0;
  height: 44%;
  background: var(--blue);
  border-radius: 55% 45% 0 0 / 28% 38% 0 0;
}

.hero::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: 106px;
  width: 124px;
  height: 124px;
  z-index: 0;
  border: 12px solid rgba(255, 255, 255, 0.92);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(22deg);
}

.hero-media {
  position: absolute;
  inset: 92px 0 auto;
  z-index: 0;
  height: 51vh;
  min-height: 330px;
  overflow: hidden;
  background: var(--white);
  clip-path: ellipse(94% 78% at 50% 22%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.04) contrast(1.02);
}

.hero-doodle {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.hero-doodle-one {
  left: 22px;
  top: 50vh;
  width: 120px;
  height: 70px;
  border: 5px solid #25265f;
  background: repeating-linear-gradient(
    135deg,
    #10c8dd 0,
    #10c8dd 6px,
    transparent 6px,
    transparent 14px
  );
  transform: rotate(-8deg);
}

.hero-doodle-one::after {
  content: "abc";
  position: absolute;
  left: 22px;
  top: 4px;
  color: #25265f;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.hero-doodle-two {
  right: 28px;
  top: 49vh;
  width: 66px;
  height: 66px;
  background: var(--yellow);
  border: 7px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: inset -14px -14px 0 rgba(245, 188, 61, 0.35);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 710px);
  color: var(--teal-dark);
}

/* TEXT */

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--teal);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--teal);
  font-family: "Fredoka", "Nunito", sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 11em;
  color: var(--teal);
  font-size: clamp(2.55rem, 11vw, 4.2rem);
  font-weight: 700;
  text-shadow:
    3px 0 0 var(--white),
    -3px 0 0 var(--white),
    0 3px 0 var(--white),
    0 -3px 0 var(--white),
    2px 2px 0 var(--white),
    -2px -2px 0 var(--white),
    0 9px 24px rgba(18, 63, 82, 0.12);
}

.hero h1 {
  text-align: center;
}

.headline-desktop {
  display: none;
}

h2 {
  font-size: clamp(2.2rem, 8vw, 3.4rem);
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--teal-dark);
  font-size: 1.04rem;
  font-weight: 800;
}

.hero p:not(.eyebrow) + p:not(.eyebrow) {
  margin-top: 8px;
}

/* BUTTONS */

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: var(--teal-dark);
  background: var(--yellow);
  border: 3px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 22px rgba(18, 63, 82, 0.14);
}

.button.secondary {
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.48);
  border: 2px solid rgba(27, 92, 114, 0.2);
}

/* SECTIONS */

.section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: #fffafd;
}

.section:nth-of-type(2),
.learning-band,
.contact-section {
  background: var(--pink-soft);
}

.section:nth-of-type(3),
.section:nth-of-type(5) {
  background: var(--blue-soft);
}

.split,
.contact-section {
  display: grid;
  gap: 28px;
}

.section-copy,
.section-heading {
  max-width: 680px;
}

.section-copy p,
.section-heading p,
.contact-intro > p {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
}

/* ABOUT SECTION */

.about-section {
  background: var(--pink-soft);
}

.about-layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.about-visual {
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.about-visual img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  object-position: center top;
}

.about-content h2 {
  max-width: 680px;
  margin-bottom: 28px;
}

.about-points {
  display: grid;
  gap: 30px;
}

.about-point {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: center;
}

.about-point span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: var(--teal);
  border: 4px solid var(--teal);
  border-radius: 50%;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.about-point p {
  margin: 0;
  color: var(--teal-dark);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.55;
}

/* CARDS */

.card-grid,
.details-grid,
.learning-list {
  display: grid;
  gap: 15px;
  margin-top: 30px;
}

.info-card,
.details-grid article,
.contact-form {
  border: 3px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.info-card {
  position: relative;
  display: grid;
  align-content: start;
  padding: 12px 12px 24px;
}

.info-card > img {
  width: 100%;
  aspect-ratio: 1.18;
  margin-bottom: 18px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}

.info-card:nth-child(1) > img {
  object-position: center 58%;
}

.info-card:nth-child(2) > img {
  object-position: center 42%;
}

.info-card:nth-child(3) > img {
  object-position: center 48%;
}

.info-card:nth-child(3) .icon,
.communication-icon {
  color: var(--teal);
  background: var(--blue-soft);
  border-color: var(--teal);
}

.icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  color: inherit;
}

.info-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 12px;
  border-bottom: 5px solid rgba(27, 92, 114, 0.18);
  border-radius: 50%;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border: 4px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  background: var(--pink-soft);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.info-card:nth-child(2) .icon {
  background: #fff2b7;
}

.info-card:nth-child(3) .icon {
  background: var(--blue-soft);
}

.info-card p,
.details-grid p,
.learning-list p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

/* LEARNING */

.learning-list div {
  padding: 0 0 20px;
  border-bottom: 2px dashed rgba(27, 92, 114, 0.18);
}

.learning-list img {
  width: 100%;
  aspect-ratio: 1.24;
  margin-bottom: 16px;
  border: 3px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

/* REVIEWS */

.reviews-section {
  background:
    radial-gradient(circle at top right, rgba(255, 215, 98, 0.34), transparent 30%),
    var(--pink-soft);
}

.reviews-panel {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.rating-summary,
.review-card {
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.rating-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 14px;
  padding: 18px;
}

.rating-summary strong {
  grid-row: span 2;
  color: var(--teal);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.stars {
  color: #f4b52f;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
}

.rating-summary small {
  color: var(--muted);
  font-weight: 900;
}

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

.review-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.review-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-card strong {
  color: var(--teal);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 1.04rem;
}

.review-card span {
  flex: 0 0 auto;
  color: #f4b52f;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.review-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.review-card small {
  color: var(--coral);
  font-weight: 900;
}

.review-actions {
  display: grid;
  gap: 12px;
}

/* DETAILS AND CONTACT */

.details-grid article {
  padding: 22px;
}

.details-grid span,
.contact-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.details-grid strong,
.contact-list strong {
  display: block;
  color: var(--teal);
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--teal);
  font-size: 0.95rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid rgba(27, 92, 114, 0.18);
  border-radius: 14px;
  padding: 14px 13px;
  color: var(--teal-dark);
  background: #fffafd;
  font: inherit;
  font-weight: 700;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  outline: 4px solid rgba(141, 204, 237, 0.45);
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--teal) 50%),
    linear-gradient(135deg, var(--teal) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  margin-top: 4px;
}

/* FOOTER */

.site-footer {
  padding: 24px 20px 92px;
  color: rgba(255, 255, 255, 0.84);
  background: var(--teal-dark);
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  border: 4px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(18, 63, 82, 0.22);
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
}

/* GALLERY AND ALBUM PAGES */

.gallery-hero {
  padding-top: 118px;
  background: var(--pink-soft);
}

.gallery-hero h1 {
  max-width: 720px;
  font-size: clamp(2.6rem, 9vw, 4.8rem);
}

.gallery-hero p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
}

.gallery-section {
  background: #fffafd;
}

.album-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.album-card,
.gallery-card {
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.album-card {
  display: grid;
  color: var(--teal-dark);
}

.album-card img,
.gallery-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.1;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
}

.album-card:hover img,
.gallery-card:hover img {
  transform: scale(1.04);
}

.album-card div {
  padding: 18px;
}

.album-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.album-card h2 {
  margin: 0;
  color: var(--teal);
  font-size: 1.6rem;
}

.album-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.gallery-contact {
  background: var(--blue-soft);
}

/* TABLET AND DESKTOP */

@media (min-width: 760px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding-inline: 38px;
  }

  .brand {
    flex: 0 1 330px;
    max-width: 330px;
  }

  .brand-header-image {
    max-height: 54px;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-nav a {
    padding: 10px 11px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 92vh;
    align-items: center;
    padding: 128px 7vw 76px;
  }

  .hero::before {
    left: 38%;
    right: -12%;
    bottom: -30%;
    height: 58%;
    border-radius: 50% 0 0 0 / 52% 0 0 0;
  }

  .hero-media {
    inset: 112px 6vw auto auto;
    z-index: 1;
    width: min(47vw, 620px);
    height: min(68vh, 640px);
    clip-path: polygon(8% 5%, 100% 0, 96% 87%, 66% 100%, 3% 92%, 0 18%);
    border: 8px solid rgba(255, 255, 255, 0.76);
    border-radius: 30px;
    box-shadow: var(--shadow);
  }

  .hero-media img {
    object-position: center 52%;
  }

  .hero-content {
    max-width: 700px;
  }

  h1 {
    font-size: clamp(4.2rem, 6.4vw, 6.1rem);
  }

  .hero h1 {
    text-align: left;
  }

  .headline-mobile {
    display: none;
  }

  .headline-desktop {
    display: inline;
  }

  .hero p:not(.eyebrow) {
    max-width: 560px;
    font-size: 1.12rem;
  }

  .hero-doodle-one {
    top: auto;
    left: 6vw;
    bottom: 32px;
  }

  .hero-doodle-two {
    top: 126px;
    right: 46vw;
  }

  .section {
    padding: 96px 7vw;
  }

  .split,
  .contact-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    align-items: start;
  }

  .about-layout {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
  }

  .about-point {
    grid-template-columns: 64px 1fr;
    gap: 24px;
  }

  .about-point span {
    width: 64px;
    height: 64px;
    font-size: 2.3rem;
  }

  .card-grid,
  .details-grid,
  .learning-list,
  .review-list,
  .album-grid,
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .reviews-panel {
    grid-template-columns: 280px 1fr;
    align-items: start;
  }

  .review-list,
  .review-actions {
    grid-column: 1 / -1;
  }

  .review-actions {
    grid-template-columns: repeat(2, minmax(0, 220px));
  }

  .learning-list div {
    padding: 0 22px 0 0;
    border-right: 2px dashed rgba(27, 92, 114, 0.18);
    border-bottom: 0;
  }

  .learning-list div:last-child {
    border-right: 0;
  }

  .contact-form {
    padding: 24px;
  }

  .gallery-hero {
    padding-top: 150px;
  }

  .album-card img,
  .gallery-card img {
    aspect-ratio: 1;
  }

  .site-footer {
    padding-bottom: 28px;
  }
}

@media (min-width: 1080px) {
  .site-header {
    padding-inline: 6vw;
  }

  .brand {
    flex-basis: 380px;
    max-width: 380px;
  }

  .site-nav a {
    padding-inline: 14px;
  }
}

/* MOBILE CLEANUP */

@media (max-width: 540px) {
  .site-header {
    padding-inline: 16px 18px;
  }

  .brand-header-image {
    max-height: 58px;
  }

  .menu-toggle {
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .menu-toggle span {
    width: 28px;
  }
}

@media (max-width: 760px) {
  .section {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .section-heading {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 12px !important;
  }

  .section-heading .eyebrow,
  .contact-intro .eyebrow {
    margin-bottom: 6px !important;
  }

  .section-heading h2,
  .contact-intro h2 {
    margin-bottom: 10px !important;
  }

  .section-heading h2,
  .section-heading p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section-heading p,
  .contact-intro > p {
    margin-top: 10px !important;
  }

  .card-grid,
  .details-grid,
  .learning-list,
  .reviews-panel,
  .contact-list {
    margin-top: 14px !important;
  }

  .details-grid article,
  .review-card,
  .rating-summary,
  .contact-form {
    padding: 16px !important;
  }

  .about-section {
    padding-top: 24px !important;
    padding-bottom: 38px !important;
  }

  .about-layout {
    gap: 18px !important;
  }

  .about-visual {
    margin-top: 0 !important;
  }

  .contact-section {
    padding-top: 34px !important;
  }

  .contact-intro {
    text-align: center !important;
  }

  .contact-intro .eyebrow,
  .contact-intro h2,
  .contact-intro p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .contact-list {
    gap: 14px !important;
  }

  .learning-list div {
    padding-bottom: 16px !important;
  }

  .learning-list img {
    margin-bottom: 12px !important;
  }

  .gallery-hero {
    padding-top: 150px !important;
    padding-bottom: 8px !important;
  }

  .gallery-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem) !important;
    line-height: 1.05 !important;
  }

  .gallery-hero p:not(.eyebrow) {
    margin-top: 18px !important;
  }

  .gallery-section {
    padding-top: 12px !important;
  }

  .album-grid {
    margin-top: 0 !important;
  }

  .site-footer {
    padding: 12px 16px 18px !important;
  }

  .site-footer p {
    font-size: 0.85rem;
    padding-right: 48px;
  }

  .floating-whatsapp {
    width: 44px !important;
    height: 44px !important;
    right: 12px !important;
    bottom: 28px !important;
    border-width: 3px !important;
  }

  .floating-whatsapp svg {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 760px) {
  .about-content {
    text-align: center !important;
  }

  .about-content .eyebrow,
  .about-content h2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 760px) {
  .about-point {
    display: block !important;
    text-align: center !important;
  }

  .about-point span {
    display: none !important;
  }

  .about-point p {
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* FIX DATE INPUT OVERFLOW ON MOBILE */
input,
select,
textarea {
  max-width: 100%;
  min-width: 0;
}

input[type="date"] {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  line-height: 1.2;
}

@media (max-width: 760px) {
  input[type="date"] {
    font-size: 1rem;
    padding: 14px 13px;
  }
}
/* PARENT HELP PAGE */

.help-hero {
  padding-top: 118px;
  background: var(--pink-soft);
}

.help-hero-content {
  max-width: 820px;
}

.help-hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 9vw, 5rem);
}

.help-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
}

.help-search-wrap {
  margin-top: 26px;
}

.help-search {
  width: 100%;
  min-height: 62px;
  padding: 16px 18px;
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.86);
  border: 3px solid rgba(27, 92, 114, 0.16);
  border-radius: 18px;
  box-shadow: var(--shadow);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
}

.help-search:focus {
  border-color: var(--teal);
  outline: 4px solid rgba(141, 204, 237, 0.45);
}

.help-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.help-tags button {
  padding: 10px 14px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.74);
  border: 2px solid rgba(27, 92, 114, 0.16);
  border-radius: 999px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

.help-tags button:hover,
.help-tags button:focus-visible {
  background: var(--blue-soft);
  outline: none;
}

.help-section {
  background: #fffafd;
}

.help-results-info {
  margin-bottom: 18px;
}

.help-results-info p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

.help-grid {
  display: grid;
  gap: 16px;
}

.help-card {
  padding: 20px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.help-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-card h2 {
  margin: 0;
  color: var(--teal);
  font-size: 1.45rem;
}

.help-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.help-empty {
  max-width: 560px;
  padding: 24px;
  text-align: center;
  border-radius: var(--radius);
  background: var(--pink-soft);
  box-shadow: var(--shadow);
}

.help-empty h2 {
  font-size: 2rem;
}

.help-empty p {
  color: var(--muted);
  font-weight: 700;
}

.help-contact {
  padding-top: 18px;
  background: #fffafd;
}

.help-contact-card {
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 239, 249, 0.92), rgba(225, 246, 240, 0.9));
  box-shadow: var(--shadow);
}

.help-contact-card h2 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(2rem, 8vw, 3.4rem);
}

.help-contact-card p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-weight: 700;
}

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

@media (min-width: 760px) {
  .help-hero {
    padding-top: 150px;
  }

  .help-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .help-contact-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .help-contact-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 760px) {
  .help-hero {
    padding-top: 145px !important;
    padding-bottom: 22px !important;
  }

  .help-hero-content {
    text-align: center;
  }

  .help-hero h1,
  .help-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .help-search {
    min-height: 56px;
    font-size: 1rem;
  }

  .help-tags {
    justify-content: center;
  }

  .help-section {
    padding-top: 18px !important;
  }

  .help-contact {
    padding-top: 8px !important;
  }

  .help-contact-card {
    text-align: center;
  }

  .help-contact-actions {
    justify-content: center;
  }
}
