:root {
  --blue: #1f7ae0;
  --blue-dark: #1664c0;
  --ink: #1c2430;
  --muted: #5c6b7c;
  --line: #e4eef6;
  --soft: #f5f9fc;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: Manrope, "Segoe UI", sans-serif;
  --wrap: 1120px;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); font-family: var(--sans); font-size: 1.02rem; line-height: 1.6; background: #fff; overflow-x: hidden; }
img { max-width: 100%; }
a { color: var(--blue-dark); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .4rem .7rem; z-index: 10; }
.wrap { width: min(var(--wrap), calc(100% - 2rem)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 2rem)); }
h1, h2, h3 { font-family: var(--serif); font-weight: 550; letter-spacing: -0.03em; line-height: 1.15; overflow-wrap: break-word; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.topbar { padding: .85rem 0 .2rem; }
.topbar-row, .nav-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .55rem; color: var(--ink); text-decoration: none; font-weight: 700; }
.brand img { width: 36px; height: 36px; }
.chips { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.chip { text-decoration: none; color: var(--ink); background: var(--soft); border-radius: 999px; padding: .28rem .7rem; font-size: .86rem; }
.navwrap { padding: .35rem 0 .75rem; }
.site-nav { display: flex; gap: .2rem; align-items: center; flex-wrap: wrap; }
.site-nav > a, .dropdown > a { color: var(--ink); text-decoration: none; padding: .45rem .7rem; border-radius: 8px; font-size: .95rem; }
.site-nav > a.is-active, .dropdown > a.is-active { background: #e8f3ff; color: var(--blue-dark); }
.dropdown { position: relative; }
.dropdown-panel { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 260px; border: 1px solid var(--line); border-radius: 12px; padding: .4rem; box-shadow: 0 16px 40px rgba(20, 60, 100, .12); }
.dropdown-panel a { display: block; padding: .45rem .6rem; text-decoration: none; color: var(--ink); border-radius: 8px; }
.dropdown-panel a:hover { background: var(--soft); }
.dropdown:hover .dropdown-panel, .dropdown:focus-within .dropdown-panel { display: block; }
.nav-toggle { display: inline-flex; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px; padding: .4rem .8rem; }
.mobile-book { display: none; }
.btn { display: inline-flex; align-items: center; gap: .4rem; text-decoration: none; border-radius: 999px; padding: .7rem 1.1rem; font-weight: 700; border: 0; cursor: pointer; font-family: inherit; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-dark); }
.btn-white { background: #fff; color: var(--blue-dark); }
.hero { text-align: center; color: #fff; padding: 4.2rem 0 0; background: linear-gradient(180deg, #2b90ef 0%, #63b4f8 42%, #eaf5fd 74%, #fff 100%); }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.5rem); margin: .2rem auto .6rem; max-width: 16ch; }
.hero .lede { max-width: min(38rem, 100%); margin: 0 auto 1.3rem; color: rgba(255,255,255,.94); }
.eyebrow { letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; margin: 0; }
.stage { position: relative; height: 430px; max-width: 1080px; margin: 2.2rem auto 0; overflow: hidden; }
.slide { position: absolute; width: min(620px, 68%); left: 50%; top: 10px; transform: translateX(-50%); border-radius: 18px; overflow: hidden; box-shadow: 0 24px 50px rgba(18, 70, 120, .18); background: #d7e9f8; transition: transform .45s ease, opacity .45s ease; }
.slide img { width: 100%; height: 360px; object-fit: cover; display: block; }
.slide.is-center { z-index: 2; opacity: 1; }
.slide.is-left { z-index: 1; opacity: .55; transform: translateX(-92%) scale(.86); }
.slide.is-right { z-index: 1; opacity: .55; transform: translateX(-8%) scale(.86); }
.dots { display: flex; justify-content: center; gap: .4rem; padding: 1rem 0 0; }
.dots button { width: 8px; height: 8px; border-radius: 99px; border: 0; background: #c5d7e8; padding: 0; }
.dots button.is-active { width: 22px; background: var(--blue); }
.trust { padding: 3rem 0 1rem; text-align: center; }
.trust h2 { font-size: 1.35rem; }
.trust-row { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 0; margin: 1.5rem 0 0; }
.trust-row li { border: 1px solid var(--line); border-radius: 16px; padding: 1rem .6rem; }
.trust-row strong { display: block; color: var(--blue); font-size: .8rem; letter-spacing: .08em; }
.about-band { padding: 2rem 0 3rem; }
.about-grid, .insights-grid, .contact-grid, .page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start; }
.about-grid h2, .section h2, .insights-band h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin: .4rem 0 .8rem; }
.pill { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: .2rem .7rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pill-light { border-color: rgba(255,255,255,.4); color: #fff; }
.schedule-card, .nutshell { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.3rem 1.3rem 1.5rem; box-shadow: 0 18px 40px rgba(20, 70, 120, .06); }
.window-dots { display: flex; gap: .35rem; margin-bottom: .6rem; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; background: #ff5f57; display: block; }
.window-dots i:nth-child(2) { background: #febc2e; }
.window-dots i:nth-child(3) { background: #28c840; }
.note, .fine { color: var(--muted); font-size: .92rem; }
.stack-form, .split { display: grid; gap: .75rem; }
.split { grid-template-columns: 1fr 1fr; }
label { display: grid; gap: .3rem; font-size: .92rem; font-weight: 600; }
input, select, textarea { width: 100%; font: inherit; padding: .65rem .7rem; border: 1px solid #d5e2ee; border-radius: 10px; background: #fff; color: var(--ink); }
.check { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; }
.check input { width: auto; margin-top: .3rem; }
.hp { position: absolute; left: -9999px; }
.section { padding: 3.2rem 0; }
.section-soft { background: var(--soft); }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.section-head h2 { margin: 0; }
.text-link { font-weight: 700; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cards-health { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: .8rem .9rem 1rem; }
.card img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px; }
.card h3 { margin: .7rem 0 .3rem; font-size: 1.25rem; }
.card a { text-decoration: none; color: inherit; }
.card p { color: var(--muted); margin: 0 0 .6rem; }
.kicker { color: var(--blue); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin: 0; }
.insights-band { background: linear-gradient(160deg, #1f7ae0, #3d97ea); color: #fff; padding: 3.5rem 0; }
.insights-band p { color: rgba(255,255,255,.92); }
.stats { display: grid; gap: .8rem; margin: 0; }
.stats div { background: rgba(255,255,255,.14); border-radius: 16px; padding: 1rem 1.1rem; }
.stats dt { font-family: var(--serif); font-size: 2.4rem; }
.stats dd { margin: 0; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 0; margin: 0; }
.steps li { border-top: 2px solid var(--blue); padding-top: .8rem; }
.steps strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 550; }
.steps span, .faq p { color: var(--muted); }
.faq-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; }
.faq details { border-bottom: 1px solid var(--line); padding: .8rem 0; }
.faq summary { cursor: pointer; font-weight: 700; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
blockquote { margin: 0; background: #fff; border-radius: 18px; padding: 1.1rem; border: 1px solid var(--line); }
blockquote p { font-family: var(--serif); font-size: 1.25rem; margin-top: 0; }
blockquote footer { display: grid; color: var(--muted); }
.closing { text-align: center; padding: 4rem 0; background: #1c2430; color: #fff; }
.closing p { color: #d5deea; }
.page-hero { padding: 3.5rem 0 1rem; background: linear-gradient(180deg, #e7f3ff, #fff 80%); }
.page-hero h1 { font-size: clamp(2.3rem, 4vw, 3.6rem); }
.page { padding-bottom: 3rem; }
.prose h2 { font-size: 1.7rem; }
.page-photo img, .nutshell img { width: 100%; border-radius: 18px; height: 320px; object-fit: cover; }
.address-cards { display: grid; gap: .8rem; }
.address-cards article { border: 1px solid var(--line); border-radius: 14px; padding: .8rem 1rem; }
.group-title { margin-top: 2rem; }
.banner { padding: .8rem 1rem; border-radius: 12px; background: #e8f8ef; }
.banner-error { background: #ffecec; }
.site-footer { background: #f4f8fb; padding: 2.5rem 0 1rem; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr .8fr; gap: 1.5rem; }
.site-footer h2 { font-size: 1.05rem; font-family: var(--sans); letter-spacing: 0; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer a { text-decoration: none; }
.footer-base { border-top: 1px solid var(--line); margin-top: 1.5rem; padding: 1rem 0; color: var(--muted); font-size: .9rem; }
@media (min-width: 900px) {
  .nav-toggle { display: none; }
}
@media (max-width: 980px) {
  .cards, .trust-row, .steps, .quotes, .footer-grid { grid-template-columns: 1fr 1fr; }
  .cards-health, .about-grid, .insights-grid, .contact-grid, .page-grid, .faq-wrap { grid-template-columns: 1fr; }
  .stage { height: 300px; }
  .slide img { height: 230px; }
  .slide.is-left, .slide.is-right { display: none; }
}
@media (max-width: 720px) {
  .chips { display: none; }
  .topbar-row { justify-content: flex-start; gap: .75rem; align-items: center; }
  .nav-row { flex-wrap: wrap; justify-content: flex-start; }
  .nav-row > .btn { display: none; }
  .hero h1, .hero .lede, .trust h2, .about-grid h2 { max-width: 19rem; margin-left: auto; margin-right: auto; }
  .hero h1 { font-size: 1.7rem; line-height: 1.15; }
  .trust h2 { font-size: 1.15rem; }
  .site-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav.is-open .mobile-book { display: block; font-weight: 700; }
  .dropdown-panel { position: static; box-shadow: none; display: block; border: 0; padding-left: .8rem; }
  .cards, .trust-row, .steps, .quotes, .footer-grid, .split { grid-template-columns: 1fr; }
  .hero { padding-top: 2.2rem; }
  .stage { height: 220px; }
  .slide img { height: 180px; }
}
