:root {
  --ink: #17394a;
  --teal: #087f83;
  --teal-dark: #075f66;
  --yellow: #ffd34f;
  --coral: #ff735c;
  --cream: #fffaf0;
  --muted: #5c6e75;
  --line: #d9e7e6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3 { margin-top: 0; font-family: "Trebuchet MS", Arial, sans-serif; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 84px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.15rem; font-weight: 800; }
.brand b { color: var(--coral); }
.brand-mark {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--teal); color: white;
  border-radius: 15px 15px 15px 5px;
}
nav { display: flex; gap: 30px; font-weight: 700; }
nav a:hover, .text-link:hover { color: var(--coral); }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px;
  border-radius: 16px 16px 16px 5px;
  background: var(--teal); color: white; font-weight: 800;
  box-shadow: 0 8px 0 var(--teal-dark);
  transition: .2s ease;
}
.button:hover { transform: translateY(3px); box-shadow: 0 5px 0 var(--teal-dark); }
.button-small { min-height: 44px; box-shadow: none; }

.hero {
  width: min(1260px, calc(100% - 40px));
  min-height: 670px; margin: 18px auto 42px;
  display: grid; grid-template-columns: .9fr 1.1fr;
  align-items: center; gap: 34px;
}
.hero-copy { padding-left: 40px; z-index: 2; }
.eyebrow, .kicker {
  margin: 0; color: var(--teal);
  font-size: .8rem; font-weight: 900;
  letter-spacing: .13em; text-transform: uppercase;
}
h1 { margin: 16px 0 22px; font-size: clamp(3.7rem, 6.5vw, 6.5rem); line-height: .88; letter-spacing: -.07em; }
h1 span { color: var(--coral); }
.hero-text { max-width: 570px; color: var(--muted); font-size: 1.1rem; }
.hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 25px; }
.text-link { color: var(--teal-dark); font-weight: 800; border-bottom: 2px solid var(--yellow); }
.trust-row { margin-top: 32px; display: flex; gap: 24px; color: #45616a; font-weight: 700; }
.hero-visual { min-height: 620px; position: relative; }
.sunburst { position: absolute; inset: 28px 0 10px 40px; background: var(--yellow); border-radius: 42% 58% 48% 52% / 55% 35% 65% 45%; transform: rotate(-3deg); }
.hero-image { position: absolute; inset: 60px 25px 42px 70px; overflow: hidden; border: 8px solid white; border-radius: 46% 54% 44% 56% / 58% 40% 60% 42%; box-shadow: 0 25px 70px rgba(19,70,75,.19); }
.hero-image img { height: 100%; object-fit: cover; object-position: 62% center; }
.happy-note { position: absolute; left: 18px; bottom: 82px; padding: 13px 18px; background: white; color: var(--coral); border-radius: 17px 17px 6px 17px; box-shadow: 0 15px 35px rgba(21,55,65,.16); font-weight: 900; transform: rotate(-4deg); }

.ticker { min-height: 76px; padding: 18px 30px; display: flex; justify-content: center; gap: 50px; align-items: center; background: var(--teal); color: white; overflow: hidden; font-weight: 900; text-transform: uppercase; }
.ticker span { white-space: nowrap; }
.section { width: min(1160px, calc(100% - 40px)); margin: auto; padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; margin-bottom: 42px; }
.section h2, .training-copy h2 { margin: 8px 0; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p, .center-heading > p { color: var(--muted); font-size: 1.05rem; }
.care-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.care-card { padding: 31px; border-radius: 28px 28px 28px 9px; }
.card-icon { margin-bottom: 35px; font-size: 2rem; }
.care-card h3 { margin-bottom: 8px; font-size: 1.4rem; }
.care-card strong { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.teal-card { background: var(--teal); color: white; }
.yellow-card { background: var(--yellow); }
.coral-card { background: #ff8b76; }

.center-heading { max-width: 690px; margin: 0 auto 46px; text-align: center; }
.price-card { position: relative; padding: 35px 30px; border: 2px solid var(--line); border-radius: 28px 28px 28px 9px; background: white; box-shadow: 0 12px 40px rgba(20,68,73,.07); }
.price-card.featured { border: 3px solid var(--teal); transform: translateY(-10px); }
.badge { position: absolute; top: -15px; right: 20px; padding: 5px 12px; border-radius: 99px; background: var(--coral); color: white; font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price strong { color: var(--teal); font-size: 2.8rem; line-height: 1; }
.price span { color: var(--muted); font-size: .88rem; }
.price-card ul { display: grid; gap: 12px; padding: 20px 0 0; list-style: none; color: #415b64; }
.pack-note { width: fit-content; margin: 35px auto 0; padding: 12px 19px; background: #fff0c1; border-radius: 99px; }

.training-section { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 680px; background: var(--teal-dark); color: white; }
.training-image { position: relative; min-height: 620px; overflow: hidden; }
.training-image img { height: 100%; object-fit: cover; }
.training-sticker { position: absolute; right: 28px; bottom: 32px; width: 160px; height: 160px; display: grid; place-content: center; border: 6px solid var(--teal-dark); border-radius: 50%; background: var(--yellow); color: var(--ink); text-align: center; font-weight: 900; transform: rotate(7deg); }
.training-copy { align-self: center; width: min(620px, calc(100% - 70px)); padding: 70px 0 70px 70px; }
.kicker-light { color: var(--yellow); }
.training-copy > p { color: #cfe8e6; }
.training-list { margin-top: 30px; display: grid; gap: 10px; }
.training-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 14px 17px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); border-radius: 18px 18px 18px 6px; }
.training-item > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--yellow); }
.training-item h3, .training-item p { margin: 0; }
.training-item p { color: #bcd8d6; font-size: .86rem; }
.training-item strong { color: var(--yellow); font-size: 1.15rem; }
.bundle-note { color: white !important; font-weight: 800; }

.hours-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 27px; padding: 36px 42px; border: 2px solid var(--line); background: white; border-radius: 30px 30px 30px 10px; }
.hours-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 23px; background: #daf4ef; color: var(--teal); font-size: 2rem; }
.hours-card p { margin: 5px 0; color: var(--muted); }
.hours-detail { display: grid; grid-template-columns: auto auto; gap: 6px 22px; padding-left: 30px; border-left: 1px solid var(--line); }
.hours-detail span { color: var(--muted); }
.visit-banner { margin-top: 28px; padding: 52px 55px; display: flex; align-items: center; justify-content: space-between; gap: 45px; border-radius: 34px 34px 34px 10px; background: var(--coral); color: white; }
.visit-banner h2 { margin: 6px 0 10px; }
.button-yellow { flex: 0 0 auto; background: var(--yellow); color: var(--ink); box-shadow: 0 8px 0 #d79422; }

.schedule-section {
  padding: 95px max(30px, calc((100% - 1160px) / 2));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
  background: var(--teal-dark);
  color: white;
}
.schedule-intro { position: sticky; top: 35px; }
.schedule-intro h2 {
  margin: 10px 0 18px;
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.schedule-intro > p:not(.kicker) { color: #cfe8e6; font-size: 1.05rem; }
.schedule-promise { margin-top: 32px; display: grid; gap: 12px; font-weight: 700; }
.schedule-promise span { display: flex; gap: 9px; }
.schedule-form {
  padding: 35px;
  border-radius: 30px 30px 30px 10px;
  background: white;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-wide { grid-column: 1 / -1; }
.form-field label { font-size: .9rem; font-weight: 800; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 2px solid var(--line);
  border-radius: 13px;
  background: #fbfdfc;
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.form-field textarea { min-height: 115px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(8,127,131,.13);
}
.checkbox-row {
  margin: 22px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #415b64;
  font-size: .92rem;
}
.checkbox-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--teal); }
.form-button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px 16px 16px 5px;
  background: var(--coral);
  color: white;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 7px 0 #ca4e3c;
}
.form-button:hover { transform: translateY(2px); box-shadow: 0 5px 0 #ca4e3c; }
.form-note { margin: 17px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }

footer { width: min(1160px, calc(100% - 40px)); margin: auto; padding: 35px 0 45px; display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
footer strong { color: var(--teal-dark); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-copy { padding: 0 20px; }
  .care-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .training-section { grid-template-columns: 1fr; }
  .training-copy { width: min(720px, calc(100% - 40px)); padding: 70px 0; margin: auto; }
  .hours-card { grid-template-columns: auto 1fr; }
  .hours-detail { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; }
  .schedule-section { grid-template-columns: 1fr; gap: 38px; }
  .schedule-intro { position: static; }
}

@media (max-width: 620px) {
  .site-header .button { display: none; }
  .hero { width: calc(100% - 24px); min-height: auto; }
  h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .hero-actions, .trust-row { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 440px; }
  .sunburst { inset: 20px 0 18px 15px; }
  .hero-image { inset: 45px 8px 35px 29px; }
  .happy-note { left: 0; bottom: 28px; }
  .ticker { justify-content: flex-start; }
  .section { width: calc(100% - 30px); padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .training-image { min-height: 390px; }
  .training-sticker { width: 130px; height: 130px; right: 14px; bottom: 18px; }
  .training-item { grid-template-columns: auto 1fr; }
  .training-item strong { grid-column: 2; }
  .hours-card { padding: 28px 24px; grid-template-columns: 1fr; }
  .hours-detail { grid-column: 1; grid-template-columns: 1fr; }
  .visit-banner { padding: 37px 27px; align-items: flex-start; flex-direction: column; }
  .schedule-section { padding: 70px 15px; }
  .schedule-form { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}