:root {
  --primary-50: #eefafa;
  --primary-100: #d3f0ef;
  --primary-500: #2a8f8f;
  --primary-600: #237b7b;
  --primary-700: #1b6666;
  --primary-800: #164f52;
  --accent-500: #2f9d71;
  --neutral-50: #fafafa;
  --neutral-100: #f4f4f5;
  --neutral-200: #e4e4e7;
  --neutral-300: #d4d4d8;
  --neutral-500: #71717a;
  --neutral-600: #52525b;
  --neutral-700: #3f3f46;
  --neutral-800: #27272a;
  --white: #fff;
  --radius-card: 8px;
  --radius-button: 8px;
  --shadow-card: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
  --shadow-card-hover: 0 10px 24px rgba(0,0,0,.1), 0 4px 10px rgba(0,0,0,.04);
  --shadow-header: 0 1px 8px rgba(0,0,0,.12);
  --font-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", system-ui, sans-serif;
}

/* Cataract surgery landing page */
.lp-cat {
  --lp-ink: #2d2d2d;
  --lp-muted: #666;
  --lp-olive: #4a5535;
  --lp-deep: #145c5d;
  --lp-gold: #b08d57;
  --lp-warm: #fbf8f3;
  --lp-line: rgba(176, 141, 87, .22);
  color: var(--lp-ink);
  background: #fff;
}

.lp-cat-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.lp-cat-container--narrow {
  width: min(880px, calc(100% - 32px));
}

.lp-cat-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #e7f0f1;
}

.lp-cat-hero__image,
.lp-cat-hero__veil {
  position: absolute;
  inset: 0;
}

.lp-cat-hero__image {
  background-position: center 40%;
  background-size: cover;
}

.lp-cat-hero__veil {
  background:
    linear-gradient(90deg, rgba(255,255,255,.36), rgba(255,255,255,.04) 48%, rgba(255,255,255,.18)),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.26));
}

.lp-cat-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(500px, 540px) minmax(300px, 330px);
  align-items: end;
  justify-content: space-between;
  gap: clamp(120px, 20vw, 330px);
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  padding: 102px 0 54px;
}

.lp-cat-hero__copy {
  position: relative;
  width: min(540px, 100%);
  max-width: 540px;
  margin-left: 0;
  padding: 54px 32px 36px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 22px 54px rgba(39,69,77,.14);
  backdrop-filter: blur(11px);
}

.lp-cat-hero__label,
.lp-cat-kicker {
  margin: 0 0 10px;
  color: var(--lp-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lp-cat-hero h1 {
  margin: 0;
  color: var(--lp-gold);
  font-size: clamp(64px, 7vw, 88px);
  line-height: .98;
  letter-spacing: .02em;
  white-space: nowrap;
}

.lp-cat-hero__lead {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -46px;
  margin: 0;
  min-width: 430px;
  padding: 12px 26px;
  color: #fff;
  background: #111;
  font-size: clamp(17px, 1.75vw, 20px);
  font-weight: 800;
  line-height: 1.45;
}

.lp-cat-hero__text {
  margin: 24px 0 0;
  max-width: 540px;
  color: var(--lp-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.lp-cat-hero__points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: end;
  justify-self: end;
  width: min(330px, 100%);
  padding-bottom: 46px;
}

.lp-cat-hero__points li {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  color: #3f523f;
  background: rgba(255,255,255,.62);
  border-left: 4px solid var(--lp-gold);
  box-shadow: 0 12px 26px rgba(61,82,80,.1);
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(10px);
}

.lp-cat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lp-cat-actions--center {
  justify-content: center;
}

.lp-cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid currentColor;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.lp-cat-btn__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.lp-cat-btn--gold {
  color: #fff;
  background: var(--lp-gold);
  border-color: var(--lp-gold);
}

.lp-cat-btn--ghost {
  color: var(--lp-deep);
  background: rgba(255,255,255,.78);
  border-color: rgba(20,92,93,.25);
}

.lp-cat-contact {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--lp-ink);
  background-color: #465238;
  background-position: center;
  background-size: cover;
}

.lp-cat-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(55,68,43,.78);
}

.lp-cat-contact__inner {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 68px 0;
}

.lp-cat-contact__panel {
  width: min(700px, 100%);
  padding: 42px 34px;
  background: rgba(255,255,255,.94);
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(25,35,28,.2);
}

.lp-cat-contact__box {
  padding: 36px 32px;
  border: 1px solid rgba(180,139,73,.24);
  text-align: center;
}

.lp-cat-contact h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.55;
}

.lp-cat-contact__box p {
  max-width: 580px;
  margin: 18px auto 0;
  color: #5b5b5b;
  line-height: 1.9;
}

.lp-cat-contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  margin-top: 28px;
}

.lp-cat-btn--outline-gold {
  color: #8d713f;
  background: rgba(255,255,255,.86);
  border-color: var(--lp-gold);
}

.lp-cat-btn--outline-olive {
  color: var(--lp-olive);
  background: rgba(255,255,255,.86);
  border-color: var(--lp-olive);
}

.lp-cat-anchor {
  background: #fff;
  border-bottom: 1px solid var(--lp-line);
}

.lp-cat-anchor__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(48px, 8vw, 96px);
  row-gap: 0;
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 62px;
}

.lp-cat-anchor a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  color: #5a5a5a;
  border-bottom: 1px solid #eadfce;
  border-radius: 0;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.lp-cat-anchor a::after {
  content: "\203A";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #b8b1a7;
  background: #f2f1ef;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform .18s ease, color .18s ease, background-color .18s ease;
}

.lp-cat-anchor a:hover {
  color: var(--lp-deep);
}

.lp-cat-anchor a:hover::after {
  color: #fff;
  background: var(--lp-deep);
  transform: translateX(3px);
}

.lp-cat-section {
  padding: 86px 0;
}

.lp-cat-section--about {
  padding: 74px 0 96px;
  background: var(--lp-warm);
  border-top: 1px solid var(--lp-line);
}

.lp-cat-section--warm {
  background: var(--lp-warm);
}

.lp-cat-section--symptoms {
  padding: 82px 0 0;
  background: #fff;
}

.lp-cat-section--olive,
.lp-cat-section--contact {
  color: #fff;
  background: var(--lp-olive);
}

.lp-cat-section--olive h2,
.lp-cat-section--olive h3,
.lp-cat-section--contact h2 {
  color: #fff;
}

.lp-cat-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.lp-cat-heading h2,
.lp-cat-split h2,
.lp-cat-final h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
  letter-spacing: .02em;
}

.lp-cat-heading::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 18px auto 0;
  background: var(--lp-gold);
}

.lp-cat-breadcrumb {
  max-width: 760px;
  margin: 0 auto 44px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 700;
}

.lp-cat-breadcrumb a {
  color: #b5b5b5;
  text-decoration: none;
}

.lp-cat-breadcrumb a::after {
  content: ">";
  display: inline-block;
  margin: 0 9px;
  color: #c8c0b7;
}

.lp-cat-about__heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}

.lp-cat-about__heading h2 {
  order: 1;
}

.lp-cat-about__heading::after {
  order: 2;
  width: 34px;
  height: 3px;
  margin: 12px auto 0;
}

.lp-cat-about__heading .lp-cat-kicker {
  order: 3;
  margin: 10px 0 0;
  letter-spacing: .12em;
  text-transform: none;
}

.lp-cat-about__body {
  max-width: 700px;
  margin: 0 auto;
}

.lp-cat-about__body p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.95;
}

.lp-cat-about__symptoms {
  margin-top: 28px;
}

.lp-cat-about__symptoms h3 {
  margin: 0 0 14px;
  color: var(--lp-ink);
  font-size: 16px;
}

.lp-cat-about__symptoms ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-cat-about__symptoms li {
  position: relative;
  padding-left: 22px;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lp-cat-about__symptoms li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lp-gold);
  font-weight: 900;
}

.lp-cat-about__note {
  margin-top: 26px !important;
  padding: 20px 22px;
  background: rgba(255,255,255,.88);
}

.lp-cat-about__figure {
  position: relative;
  max-width: 820px;
  margin: 58px auto 0;
  padding: 42px 36px 30px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(42,36,28,.08);
}

.lp-cat-about__figure figcaption {
  position: absolute;
  top: -20px;
  left: 50%;
  min-width: min(340px, calc(100% - 48px));
  transform: translateX(-50%);
  padding: 12px 26px;
  color: #fff;
  background: var(--lp-gold);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(146,107,51,.18);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.lp-cat-about__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-cat-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  align-items: center;
  gap: 52px;
}

.lp-cat-split--reverse {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr);
}

.lp-cat-split p,
.lp-cat-card p,
.lp-cat-lens div,
.lp-cat-note p,
.lp-cat-faq p,
.lp-cat-final p {
  color: var(--lp-muted);
  line-height: 1.95;
}

.lp-cat-section--olive .lp-cat-split p,
.lp-cat-section--olive .lp-cat-card p,
.lp-cat-section--olive .lp-cat-system p,
.lp-cat-section--olive .lp-cat-system li,
.lp-cat-section--contact .lp-cat-final p {
  color: rgba(255,255,255,.82);
}

.lp-cat-card {
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.lp-cat-card--flat {
  padding: 24px;
  box-shadow: none;
}

.lp-cat-card h3,
.lp-cat-feature h3,
.lp-cat-flow h3 {
  margin: 0 0 12px;
  color: var(--lp-ink);
  font-size: 20px;
  line-height: 1.55;
}

.lp-cat-figure {
  overflow: hidden;
  margin: 0;
}

.lp-cat-figure img,
.lp-cat-photo-card img,
.lp-cat-feature img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-cat-grid {
  display: grid;
  gap: 22px;
}

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

.lp-cat-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-cat-mt {
  margin-top: 32px;
}

.lp-cat-symptoms-section {
  max-width: 960px;
}

.lp-cat-symptoms__heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}

.lp-cat-symptoms__heading h2 {
  order: 1;
}

.lp-cat-symptoms__heading::after {
  order: 2;
  width: 52px;
  height: 3px;
  margin: 12px auto 0;
}

.lp-cat-symptoms__heading .lp-cat-kicker {
  order: 3;
  margin: 10px 0 0;
  letter-spacing: .12em;
  text-transform: none;
}

.lp-cat-symptoms__lead {
  max-width: 640px;
  margin: 0 auto 30px;
  color: var(--lp-muted);
  line-height: 1.85;
  text-align: center;
}

.lp-cat-symptoms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 16px;
  max-width: 820px;
  margin: 0 auto;
}

.lp-cat-pill {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: var(--lp-ink);
  background: #f8f5f0;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
}

.lp-cat-pill::before {
  content: "";
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  border: 2px solid var(--lp-gold);
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #f8f5f0, inset 0 0 0 6px var(--lp-gold);
}

.lp-cat-symptoms__note {
  max-width: 760px;
  margin: 28px auto 0;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.lp-cat-vision {
  max-width: 900px;
  margin: 62px auto 0;
}

.lp-cat-vision__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.lp-cat-vision__heading span {
  height: 1px;
  background: #e5d7c1;
}

.lp-cat-vision__heading h3 {
  margin: 0;
  color: #4d5f3d;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 900;
  letter-spacing: .08em;
}

.lp-cat-vision__figure {
  margin: 0;
  background: #fff;
  box-shadow: 0 20px 54px rgba(46,38,28,.07);
}

.lp-cat-vision__figure figcaption {
  padding: 16px 20px;
  color: #4d5f3d;
  border-bottom: 1px solid var(--lp-line);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.lp-cat-vision__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-cat-vision__note {
  max-width: 760px;
  margin: 22px auto 0;
  color: #a0a0a0;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.lp-cat-concerns {
  max-width: 820px;
  margin: 54px auto 0;
  text-align: center;
}

.lp-cat-concerns h3 {
  margin: 0 0 24px;
  color: var(--lp-ink);
  font-size: 20px;
  line-height: 1.55;
}

.lp-cat-concerns__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  text-align: left;
}

.lp-cat-concern {
  position: relative;
  min-height: 132px;
  padding: 24px 26px 22px 30px;
  background: #f8f5f0;
  border-left: 4px solid var(--lp-gold);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(46,38,28,.04);
}

.lp-cat-concern__icon {
  position: absolute;
  top: 29px;
  left: 26px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--lp-gold);
  border-radius: 999px;
}

.lp-cat-concern__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: var(--lp-gold);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.lp-cat-concern h4 {
  margin: 0 0 12px;
  padding-left: 30px;
  color: var(--lp-ink);
  font-size: 16px;
  line-height: 1.55;
}

.lp-cat-concern p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.85;
}

.lp-cat-concerns__btn {
  min-width: 180px;
  margin-top: 28px;
}

.lp-cat-section--causes {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  color: #fff;
  background: var(--lp-olive);
}

.lp-cat-section--causes::before {
  content: "";
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: 30%;
  width: 170px;
  background: rgba(255,255,255,.045);
  transform: skewX(-10deg);
  pointer-events: none;
}

.lp-cat-section--causes .lp-cat-container {
  position: relative;
  z-index: 1;
}

.lp-cat-causes__heading {
  margin-bottom: 56px;
}

.lp-cat-causes__heading h2 {
  color: #fff;
}

.lp-cat-causes__heading::after {
  display: none;
}

.lp-cat-causes {
  display: grid;
  gap: 54px;
}

.lp-cat-cause-row {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(38px, 6vw, 76px);
}

.lp-cat-cause-row--reverse .lp-cat-cause-row__media {
  order: 2;
}

.lp-cat-cause-row--reverse .lp-cat-cause-row__body {
  order: 1;
}

.lp-cat-cause-row--text {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin: 6px auto 0;
}

.lp-cat-cause-row__media {
  margin: 0;
}

.lp-cat-cause-row__media img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 22px 52px rgba(19,24,14,.18);
}

.lp-cat-cause-row__body {
  color: rgba(255,255,255,.84);
}

.lp-cat-cause-row__dots {
  display: block;
  width: 54px;
  height: 8px;
  margin-bottom: 22px;
  background: radial-gradient(circle, #dcc27c 0 3px, transparent 3.5px) 0 50% / 18px 8px repeat-x;
}

.lp-cat-cause-row h3 {
  margin: 0 0 18px;
  padding-bottom: 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.24);
  font-size: clamp(22px, 2.7vw, 30px);
  line-height: 1.45;
}

.lp-cat-cause-row p {
  margin: 0;
  line-height: 2;
}

.lp-cat-cause-row__sub {
  margin-top: 34px !important;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.lp-cat-causes__arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 34px auto 0;
  color: #dcc27c;
  border: 1px solid rgba(220,194,124,.72);
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
}

.lp-cat-section--treatment {
  position: relative;
  overflow: hidden;
  padding: 112px 0 80px;
  background:
    radial-gradient(circle at 50% 0, rgba(176,141,87,.1), transparent 34%),
    #fff;
}

.lp-cat-section--treatment::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 96px;
  background: var(--lp-olive);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.lp-cat-treatment {
  position: relative;
  z-index: 1;
}

.lp-cat-treatment__title {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.lp-cat-treatment__title h2 {
  position: relative;
  width: min(576px, 100%);
  min-height: 64px;
  margin: 0;
  padding: 14px 32px;
  color: #fff;
  background: var(--lp-gold);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(176,141,87,.2);
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.25;
  letter-spacing: .12em;
  text-align: center;
}

.lp-cat-treatment__title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 34px;
  height: 34px;
  background: var(--lp-gold);
  transform: translateX(-50%) rotate(45deg);
}

.lp-cat-treatment__lead {
  max-width: 760px;
  margin: 0 auto 32px;
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.lp-cat-treatment__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto;
}

.lp-cat-treatment-card {
  position: relative;
  padding: 28px 28px 26px;
  background: #fcfaf6;
  border: 1px solid #e7d7bd;
  border-radius: 4px;
  box-shadow: 0 16px 34px rgba(46,38,28,.05);
}

.lp-cat-treatment-card:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -36px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--lp-gold);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(46,38,28,.12);
  font-weight: 900;
  transform: translateY(-50%);
}

.lp-cat-treatment-card__number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  color: #fff;
  background: var(--lp-gold);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
}

.lp-cat-treatment-card__label {
  margin: 0 0 8px;
  color: var(--lp-gold);
  font-size: 13px;
  font-weight: 900;
}

.lp-cat-treatment-card h3 {
  margin: 0 0 16px;
  color: var(--lp-ink);
  font-size: 17px;
  line-height: 1.7;
}

.lp-cat-treatment-card p:not(.lp-cat-treatment-card__label) {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 2;
}

.lp-cat-treatment__note {
  max-width: 896px;
  margin: 28px auto 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.lp-cat-section--surgery-overview {
  position: relative;
  overflow: hidden;
  padding: 88px 0 94px;
  background: #fff;
}

.lp-cat-section--surgery-overview::before {
  content: "OPERATION";
  position: absolute;
  top: 8px;
  left: 50%;
  color: rgba(45,45,45,.035);
  font-size: clamp(72px, 13vw, 168px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.lp-cat-surgery-overview {
  position: relative;
  z-index: 1;
}

.lp-cat-surgery-overview__heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.lp-cat-surgery-overview__heading .lp-cat-kicker {
  margin-bottom: 8px;
  letter-spacing: .28em;
}

.lp-cat-surgery-overview__heading h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.35;
}

.lp-cat-surgery-overview__heading::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin: 18px auto 0;
  background: var(--lp-gold);
  border-radius: 999px;
}

.lp-cat-surgery-overview__grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(360px,1fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.lp-cat-surgery-overview__copy > p:not(.lp-cat-surgery-overview__note) {
  margin: 0;
  color: var(--lp-muted);
  line-height: 2;
}

.lp-cat-surgery-overview__box {
  margin-top: 28px;
  padding: 30px 34px;
  background: #fcfaf6;
  border: 1px solid #e7d7bd;
  border-radius: 4px;
}

.lp-cat-surgery-overview__box h3 {
  margin: 0 0 18px;
  color: var(--lp-gold);
  font-size: 16px;
  line-height: 1.7;
}

.lp-cat-surgery-overview__box ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-cat-surgery-overview__box li {
  position: relative;
  padding-left: 28px;
  color: var(--lp-muted);
  line-height: 1.8;
}

.lp-cat-surgery-overview__box li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--lp-gold);
  border-left: 2px solid var(--lp-gold);
  transform: rotate(-45deg);
}

.lp-cat-surgery-overview__note {
  margin: 18px 0 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1.8;
}

.lp-cat-surgery-overview__media {
  margin: 0;
}

.lp-cat-surgery-overview__media img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 24px 48px rgba(46,38,28,.08);
}

.lp-cat-section--support {
  padding: 86px 0 88px;
  background: #fff;
}

.lp-cat-support__heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.lp-cat-support__heading h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.35;
  letter-spacing: .04em;
}

.lp-cat-support__heading::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 16px auto 0;
  background: var(--lp-gold);
}

.lp-cat-support__heading .lp-cat-kicker {
  margin: 10px 0 0;
  letter-spacing: .08em;
  text-transform: none;
}

.lp-cat-support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.lp-cat-support-card {
  position: relative;
  min-height: 210px;
  padding: 28px 28px 30px;
  background: #fcfaf6;
  border: 1px solid #e7d7bd;
  border-radius: 4px;
  box-shadow: 0 14px 32px rgba(46,38,28,.05);
}

.lp-cat-support-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
  background: var(--lp-gold);
  border-radius: 4px 4px 0 0;
}

.lp-cat-support-card--stay::before {
  background: var(--lp-olive);
}

.lp-cat-support-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--lp-ink);
  font-size: 20px;
  line-height: 1.45;
}

.lp-cat-support-card__icon {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--lp-gold);
}

.lp-cat-support-card--stay .lp-cat-support-card__icon {
  color: var(--lp-olive);
}

.lp-cat-support-card--day .lp-cat-support-card__icon {
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: scale(.55);
  box-shadow:
    0 -17px 0 -6px currentColor,
    0 17px 0 -6px currentColor,
    17px 0 0 -6px currentColor,
    -17px 0 0 -6px currentColor,
    12px 12px 0 -6px currentColor,
    -12px 12px 0 -6px currentColor,
    12px -12px 0 -6px currentColor,
    -12px -12px 0 -6px currentColor;
}

.lp-cat-support-card--stay .lp-cat-support-card__icon {
  border: 2px solid currentColor;
  border-radius: 4px;
}

.lp-cat-support-card--stay .lp-cat-support-card__icon::before,
.lp-cat-support-card--stay .lp-cat-support-card__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.lp-cat-support-card--stay .lp-cat-support-card__icon::before {
  top: 3px;
  left: 7px;
  width: 2px;
  height: 8px;
}

.lp-cat-support-card--stay .lp-cat-support-card__icon::after {
  top: 6px;
  left: 4px;
  width: 8px;
  height: 2px;
}

.lp-cat-support-card--ride .lp-cat-support-card__icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 14px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 3px 3px;
}

.lp-cat-support-card--ride .lp-cat-support-card__icon::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 1px;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 8px 0 0 currentColor;
}

.lp-cat-support-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-cat-support-card li {
  position: relative;
  padding-left: 24px;
  color: var(--lp-muted);
  line-height: 1.75;
}

.lp-cat-support-card li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 1px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--lp-gold);
  border-left: 2px solid var(--lp-gold);
  transform: rotate(-45deg);
}

.lp-cat-support__note {
  margin: 20px auto 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.lp-cat-photo-card {
  overflow: hidden;
}

.lp-cat-photo-card h3,
.lp-cat-photo-card p {
  padding-inline: 24px;
}

.lp-cat-photo-card h3 {
  margin-top: 22px;
}

.lp-cat-photo-card p {
  padding-bottom: 24px;
}

.lp-cat-photo-card--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 24px 0;
  background: linear-gradient(135deg, rgba(20,92,93,.08), rgba(176,141,87,.12));
}

.lp-cat-timeline {
  display: grid;
  gap: 16px;
}

.lp-cat-timeline article {
  padding: 22px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
  border-left: 4px solid var(--lp-gold);
}

.lp-cat-timeline span,
.lp-cat-feature span {
  color: var(--lp-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lp-cat-timeline h3 {
  margin: 8px 0;
  color: #fff;
}

.lp-cat-card ul,
.lp-cat-system ul {
  margin: 16px 0 0;
  padding-left: 1.2em;
  line-height: 1.9;
}

.lp-cat-card li + li,
.lp-cat-system li + li {
  margin-top: 8px;
}

.lp-cat-section--features {
  padding: 88px 0 98px;
  background:
    radial-gradient(circle at 0 20%, rgba(214,232,224,.72), transparent 34%),
    linear-gradient(90deg, #f3faf7 0%, #fff 58%, #fff 100%);
}

.lp-cat-features__heading {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.lp-cat-features__heading h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.35;
  letter-spacing: .02em;
}

.lp-cat-features__heading::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 16px auto 0;
  background: var(--lp-gold);
}

.lp-cat-features__heading .lp-cat-kicker {
  margin: 10px 0 0;
  letter-spacing: .08em;
  text-transform: none;
}

.lp-cat-feature-list {
  display: grid;
  gap: 72px;
}

.lp-cat-feature {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(430px, 1fr);
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.lp-cat-feature:nth-child(even) {
  grid-template-columns: minmax(430px, 1fr) minmax(0, 560px);
}

.lp-cat-feature:nth-child(even) .lp-cat-feature__media {
  order: 2;
}

.lp-cat-feature:nth-child(even) .lp-cat-feature__body {
  order: 1;
  margin-right: -64px;
  margin-left: 0;
}

.lp-cat-feature__media {
  position: relative;
  z-index: 1;
  margin: 0;
}

.lp-cat-feature img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 22px 44px rgba(46,38,28,.08);
}

.lp-cat-feature__body {
  position: relative;
  z-index: 2;
  min-height: 230px;
  margin-left: -64px;
  padding: 48px 54px 42px;
  background: rgba(255,255,255,.96);
  border: 1px solid #e0ccb0;
  box-shadow: 0 22px 46px rgba(46,38,28,.06);
  text-align: center;
}

.lp-cat-feature__body span {
  display: block;
  margin: -82px 0 22px;
  color: var(--lp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 8vw, 104px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .9;
  text-transform: none;
}

.lp-cat-feature__body h3 {
  margin: 0 0 20px;
  color: var(--lp-gold);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.55;
  letter-spacing: .02em;
}

.lp-cat-feature__body p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--lp-muted);
  line-height: 2;
  text-align: left;
}

.lp-cat-feature--time img {
  object-fit: cover;
}

.lp-cat-features__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.lp-cat-features__actions .lp-cat-btn {
  min-width: 190px;
  gap: 10px;
}

.lp-cat-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: flow;
}

.lp-cat-flow article {
  position: relative;
  min-height: 210px;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 6px;
}

.lp-cat-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--lp-deep);
  border-radius: 50%;
  font-weight: 900;
}

.lp-cat-section--team {
  padding: 88px 0 94px;
  color: var(--lp-ink);
  background: #fbf8f3;
}

.lp-cat-team__heading {
  margin: 0 auto 40px;
  text-align: center;
}

.lp-cat-team__heading h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.35;
  letter-spacing: .02em;
}

.lp-cat-team__heading > span {
  display: block;
  width: 54px;
  height: 3px;
  margin: 12px auto 10px;
  background: var(--lp-gold);
}

.lp-cat-team__heading .lp-cat-kicker {
  margin: 0;
  color: var(--lp-gold);
  letter-spacing: .12em;
  text-transform: none;
}

.lp-cat-system {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  width: min(100%, 660px);
  margin: 0 auto;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #eadfce;
  box-shadow: 0 12px 30px rgba(77, 63, 44, .04);
  text-align: left;
}

.lp-cat-system__icon {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: #f1f3ee;
  border-radius: 50%;
}

.lp-cat-system__icon::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 14px;
  height: 14px;
  border: 2px solid #59664a;
  transform: rotate(30deg) skewX(-30deg) scaleY(.72);
}

.lp-cat-system__icon::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 16px;
  width: 12px;
  height: 5px;
  border-right: 2px solid #59664a;
  border-bottom: 2px solid #59664a;
  border-left: 2px solid #59664a;
  border-radius: 0 0 6px 6px;
}

.lp-cat-system__content > p {
  margin: 1px 0 0;
  color: #666;
  line-height: 1.9;
}

.lp-cat-system ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.lp-cat-system li {
  position: relative;
  padding-left: 22px;
  color: #666;
  line-height: 1.7;
}

.lp-cat-system li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 2px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--lp-gold);
  border-left: 2px solid var(--lp-gold);
  transform: rotate(-45deg);
}

.lp-cat-system li + li {
  margin-top: 0;
}

.lp-cat-lens {
  padding: 26px;
}

.lp-cat-lens img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  margin-bottom: 18px;
}

.lp-cat-lens > p {
  margin: 0 0 8px;
  color: var(--lp-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.lp-cat-section--lenses {
  padding: 82px 0 94px;
  background: #f7faf8;
}

.lp-cat-lenses__heading {
  margin: 0 auto 48px;
  text-align: center;
}

.lp-cat-lenses__heading h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.35;
  letter-spacing: .02em;
}

.lp-cat-lenses__heading > span {
  display: block;
  width: 54px;
  height: 3px;
  margin: 12px auto 10px;
  background: var(--lp-gold);
}

.lp-cat-lenses__heading .lp-cat-kicker {
  margin: 0;
  color: var(--lp-gold);
  letter-spacing: .1em;
  text-transform: none;
}

.lp-cat-lens-list {
  display: grid;
  gap: 34px;
}

.lp-cat-lens-detail {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(62, 69, 58, .06);
}

.lp-cat-lens-detail__header {
  position: relative;
  overflow: hidden;
  min-height: 126px;
  display: grid;
  place-content: center;
  padding: 22px 24px;
  color: #fff;
  background: #c9ad72;
  text-align: center;
}

.lp-cat-lens-detail__header::before {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: rgba(232, 215, 168, .58);
  clip-path: polygon(0 0, 52% 72%, 100% 0, 100% 100%, 0 100%);
}

.lp-cat-lens-detail__header > * {
  position: relative;
  z-index: 1;
}

.lp-cat-lens-detail__header span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.lp-cat-lens-detail__header h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.3;
  letter-spacing: .06em;
}

.lp-cat-lens-detail__header p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.lp-cat-lens-detail__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  align-items: center;
  gap: 44px;
  padding: 36px 38px 34px;
}

.lp-cat-lens-detail__copy > p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 2;
}

.lp-cat-lens-detail__copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.lp-cat-lens-detail__copy li {
  position: relative;
  padding-left: 25px;
  color: var(--lp-muted);
  line-height: 1.7;
}

.lp-cat-lens-detail__copy li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 2px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--lp-gold);
  border-left: 2px solid var(--lp-gold);
  transform: rotate(-45deg);
}

.lp-cat-lens-detail__figure {
  margin: 0;
  padding: 26px;
  background: #f5f0e5;
}

.lp-cat-lens-detail__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-cat-note {
  margin-top: 26px;
  padding: 28px;
  background: var(--lp-warm);
  border: 1px solid var(--lp-line);
  border-radius: 6px;
}

.lp-cat-note h3 {
  margin-top: 0;
}

.lp-cat-section--cost {
  padding: 80px 0;
  background: var(--lp-warm);
}

.lp-cat-section--high-cost {
  padding: 80px 0;
  background: #fff;
}

.lp-cat-section--postoperative {
  padding: 80px 0;
  background: var(--lp-warm);
}

.lp-cat-container--finance {
  max-width: 800px;
}

.lp-cat-finance-heading {
  margin: 0 auto 48px;
  text-align: center;
}

.lp-cat-finance-heading h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.35;
  letter-spacing: .02em;
}

.lp-cat-finance-heading > span {
  display: block;
  width: 64px;
  height: 4px;
  margin: 12px auto 10px;
  background: var(--lp-gold);
  border-radius: 999px;
}

.lp-cat-finance-heading p {
  margin: 0;
  color: var(--lp-gold);
  font-size: 14px;
  letter-spacing: .12em;
}

.lp-cat-cost-list {
  display: grid;
  gap: 16px;
}

.lp-cat-cost-card,
.lp-cat-high-cost-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(176,141,87,.22);
  border-radius: 3px;
}

.lp-cat-cost-card__icon {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  color: var(--lp-gold);
  background: rgba(176,141,87,.1);
  border-radius: 999px;
}

.lp-cat-cost-card:nth-child(2) .lp-cat-cost-card__icon {
  color: var(--lp-olive);
  background: rgba(74,85,53,.1);
}

.lp-cat-cost-card__icon--card::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 14px;
  width: 20px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.lp-cat-cost-card__icon--card::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 16px;
  width: 16px;
  border-top: 2px solid currentColor;
}

.lp-cat-cost-card__icon--check::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 15px;
  width: 18px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.lp-cat-cost-card__icon--check::after {
  content: "✓";
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 15px;
  font-weight: 900;
}

.lp-cat-cost-card__icon--phone::before {
  content: "☎";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 23px;
  line-height: 1;
}

.lp-cat-cost-card h3 {
  margin: 0 0 8px;
  color: var(--lp-ink);
  font-size: 14px;
  line-height: 1.6;
}

.lp-cat-cost-card p,
.lp-cat-high-cost-card p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.75;
}

.lp-cat-high-cost-card {
  padding: 32px;
  background: var(--lp-warm);
}

.lp-cat-high-cost-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.lp-cat-high-cost-card__body > p {
  font-size: 16px;
}

.lp-cat-high-cost-card__note {
  margin-top: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 3px;
}

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

.lp-cat-postoperative-card {
  padding: 20px;
  background: #fff;
  border-left: 4px solid var(--lp-gold);
  border-radius: 3px;
}

.lp-cat-postoperative-card h3 {
  margin: 0 0 6px;
  color: var(--lp-ink);
  font-size: 14px;
  line-height: 1.6;
}

.lp-cat-postoperative-card p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.75;
}

.lp-cat-postoperative-note {
  margin: 16px 0 0;
  color: #888;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.lp-cat-faq {
  display: grid;
  gap: 10px;
}

.lp-cat-faq details {
  background: #fff;
  border: 1px solid rgba(45,45,45,.09);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(45,45,45,.035);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.lp-cat-faq details[open] {
  border-color: rgba(176,141,87,.32);
  box-shadow: 0 8px 20px rgba(74,85,53,.07);
}

.lp-cat-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  cursor: pointer;
  padding: 18px 56px 18px 24px;
  color: var(--lp-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  list-style: none;
}

.lp-cat-faq summary::-webkit-details-marker {
  display: none;
}

.lp-cat-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: #999;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.lp-cat-faq details[open] summary::after {
  content: "−";
  color: var(--lp-gold);
}

.lp-cat-faq p {
  margin: 0;
  padding: 0 56px 22px 24px;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.8;
}

.lp-cat-section--faq {
  padding: 80px 0;
  background: #fff;
}

.lp-cat-section--access-links {
  padding: 80px 0;
  background: var(--lp-warm);
}

.lp-cat-container--access-links {
  max-width: 1056px;
}

.lp-cat-access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 896px;
  margin: 0 auto;
}

.lp-cat-access-card {
  display: block;
  min-width: 0;
  padding: 24px;
  color: var(--lp-muted);
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(45,45,45,.07);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.lp-cat-access-card:hover {
  color: var(--lp-muted);
  box-shadow: 0 10px 24px rgba(74,85,53,.11);
  transform: translateY(-2px);
}

.lp-cat-access-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: var(--lp-gold);
  background: rgba(176,141,87,.1);
  border-radius: 999px;
  font-size: 23px;
  line-height: 1;
}

.lp-cat-access-card__icon-svg {
  width: 22px;
  height: 22px;
}

.lp-cat-access-card h3 {
  margin: 0 0 5px;
  color: var(--lp-ink);
  font-size: 16px;
  line-height: 1.6;
}

.lp-cat-access-card p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.7;
}

.lp-cat-access-card .lp-cat-access-card__phone {
  color: var(--lp-gold);
}

.lp-cat-access-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  color: var(--lp-olive);
  font-size: 12px;
  font-weight: 800;
}

.lp-cat-access-card__link b {
  font-size: 17px;
  line-height: 1;
}

.lp-cat-section--contact {
  padding: 80px 0;
  color: #fff;
  background: var(--lp-olive);
}

.lp-cat-final {
  text-align: center;
}

.lp-cat-final h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.4;
}

.lp-cat-final > p {
  margin: 12px auto 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
}

.lp-cat-final__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.lp-cat-final__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 30px;
  border: 2px solid;
  border-radius: 3px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.lp-cat-final__button--phone {
  color: #fff;
  background: var(--lp-gold);
  border-color: var(--lp-gold);
}

.lp-cat-final__button--schedule {
  color: var(--lp-gold);
  border-color: var(--lp-gold);
}

.lp-cat-final__button--access {
  color: #fff;
  border-color: rgba(255,255,255,.4);
}

.lp-cat-final__button:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.lp-cat-final__button--phone:hover {
  background: #9e7f4e;
  border-color: #9e7f4e;
}

.lp-cat-final .lp-cat-final__closed {
  margin-top: 24px;
  color: rgba(255,255,255,.5);
  font-size: 12px;
}

.lp-cat-disclaimer {
  padding: 32px 0;
  background: var(--lp-warm);
}

.lp-cat-disclaimer p {
  margin: 0;
  color: #aaa;
  font-size: 12px;
  line-height: 1.7;
}

.lp-cat-disclaimer p + p {
  margin-top: 8px;
}

@media (max-width: 920px) {
  .lp-cat-hero,
  .lp-cat-hero__inner {
    min-height: 620px;
  }

  .lp-cat-hero__image {
    background-position: 62% top;
  }

  .lp-cat-hero__veil {
    background:
      linear-gradient(90deg, rgba(255,255,255,.68), rgba(255,255,255,.16)),
      linear-gradient(0deg, rgba(255,255,255,.55), rgba(255,255,255,0) 42%);
  }

  .lp-cat-hero__inner {
    display: flex;
    align-items: end;
    width: min(100% - 28px, 720px);
    padding: 96px 0 38px;
  }

  .lp-cat-hero__copy {
    padding: 28px 22px;
    background: rgba(255,255,255,.76);
  }

  .lp-cat-hero h1 {
    white-space: normal;
  }

  .lp-cat-hero__lead {
    position: static;
    min-width: 0;
    margin: 24px 0 0;
    padding: 13px 18px;
  }

  .lp-cat-hero__points {
    display: none;
  }

  .lp-cat-split,
  .lp-cat-split--reverse,
  .lp-cat-feature {
    grid-template-columns: 1fr;
  }

  .lp-cat-contact__inner {
    min-height: 0;
    padding: 56px 0;
  }

  .lp-cat-contact__panel {
    padding: 28px 20px;
  }

  .lp-cat-contact__box {
    padding: 28px 18px;
  }

  .lp-cat-anchor__inner {
    grid-template-columns: 1fr;
    width: min(560px, calc(100% - 40px));
    padding: 48px 0 42px;
  }

  .lp-cat-breadcrumb,
  .lp-cat-about__body {
    max-width: 100%;
  }

  .lp-cat-about__figure {
    margin-top: 50px;
    padding: 36px 18px 22px;
  }

  .lp-cat-grid--3,
  .lp-cat-grid--4,
  .lp-cat-flow,
  .lp-cat-symptoms {
    grid-template-columns: 1fr;
  }

  .lp-cat-symptoms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-cat-concerns__grid {
    grid-template-columns: 1fr;
  }

  .lp-cat-cause-row,
  .lp-cat-cause-row--text {
    grid-template-columns: 1fr;
  }

  .lp-cat-cause-row--reverse .lp-cat-cause-row__media,
  .lp-cat-cause-row--reverse .lp-cat-cause-row__body {
    order: initial;
  }

  .lp-cat-treatment__cards {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 620px;
    margin: 0 auto;
  }

  .lp-cat-treatment-card:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .lp-cat-surgery-overview__grid {
    grid-template-columns: 1fr;
  }

  .lp-cat-surgery-overview__media {
    max-width: 720px;
    margin: 0 auto;
  }

  .lp-cat-support__grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .lp-cat-feature,
  .lp-cat-feature:nth-child(even) {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .lp-cat-feature:nth-child(even) .lp-cat-feature__media,
  .lp-cat-feature:nth-child(even) .lp-cat-feature__body {
    order: initial;
  }

  .lp-cat-feature__body,
  .lp-cat-feature:nth-child(even) .lp-cat-feature__body {
    margin: -38px 24px 0;
  }

  .lp-cat-feature img {
    height: min(52vw, 320px);
    max-height: none;
  }

  .lp-cat-features__actions {
    margin-top: 42px;
  }

  .lp-cat-system {
    width: min(100%, 660px);
  }

  .lp-cat-lens-detail__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-cat-lens-detail__figure {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .lp-cat-hero h1 {
    font-size: 64px;
  }

  .lp-cat-hero__lead {
    font-size: 17px;
  }

  .lp-cat-hero__text {
    font-size: 15px;
  }

  .lp-cat-section {
    padding: 62px 0;
  }

  .lp-cat-heading {
    margin-bottom: 30px;
  }

  .lp-cat-section--symptoms {
    padding-top: 62px;
  }

  .lp-cat-symptoms {
    grid-template-columns: 1fr;
  }

  .lp-cat-pill {
    min-height: 64px;
  }

  .lp-cat-vision {
    margin-top: 48px;
  }

  .lp-cat-vision__heading {
    gap: 12px;
  }

  .lp-cat-vision__heading h3 {
    letter-spacing: .04em;
  }

  .lp-cat-concerns {
    margin-top: 42px;
  }

  .lp-cat-concern {
    min-height: 0;
    padding: 22px 20px 20px 24px;
  }

  .lp-cat-concern__icon {
    top: 27px;
    left: 22px;
  }

  .lp-cat-concern h4 {
    padding-left: 28px;
  }

  .lp-cat-section--causes {
    padding: 68px 0 78px;
  }

  .lp-cat-causes__heading {
    margin-bottom: 38px;
  }

  .lp-cat-causes {
    gap: 38px;
  }

  .lp-cat-cause-row {
    gap: 24px;
  }

  .lp-cat-cause-row h3 {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .lp-cat-section--treatment {
    padding: 96px 0 48px;
  }

  .lp-cat-section--treatment::before {
    height: 96px;
  }

  .lp-cat-treatment__title h2 {
    min-width: 0;
    width: min(100%, 576px);
    padding: 14px 24px;
    letter-spacing: .08em;
  }

  .lp-cat-treatment__lead {
    margin-bottom: 28px;
    text-align: left;
  }

  .lp-cat-treatment-card {
    min-height: 0;
    padding: 24px 22px 22px;
  }

  .lp-cat-section--surgery-overview {
    padding: 66px 0 70px;
  }

  .lp-cat-section--surgery-overview::before {
    top: 20px;
    font-size: 64px;
    letter-spacing: .05em;
  }

  .lp-cat-surgery-overview__heading {
    margin-bottom: 34px;
  }

  .lp-cat-surgery-overview__grid {
    gap: 28px;
  }

  .lp-cat-surgery-overview__box {
    padding: 24px 20px;
  }

  .lp-cat-section--cost,
  .lp-cat-section--high-cost,
  .lp-cat-section--postoperative,
  .lp-cat-section--faq,
  .lp-cat-section--access-links,
  .lp-cat-section--contact {
    padding: 48px 0;
  }

  .lp-cat-finance-heading {
    margin-bottom: 32px;
  }

  .lp-cat-cost-card,
  .lp-cat-high-cost-card {
    padding: 20px;
  }

  .lp-cat-high-cost-card__body > p {
    font-size: 14px;
  }

  .lp-cat-postoperative-grid {
    grid-template-columns: 1fr;
  }

  .lp-cat-faq summary {
    min-height: 58px;
    padding: 16px 48px 16px 18px;
  }

  .lp-cat-faq summary::after {
    right: 18px;
  }

  .lp-cat-faq p {
    padding: 0 48px 18px 18px;
  }

  .lp-cat-access-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 520px;
  }

  .lp-cat-final__actions {
    flex-direction: column;
  }

  .lp-cat-final__button {
    width: 100%;
  }

  .lp-cat-section--support {
    padding: 64px 0 68px;
  }

  .lp-cat-support__heading {
    margin-bottom: 32px;
  }

  .lp-cat-support-card {
    min-height: 0;
    padding: 24px 22px 24px;
  }

  .lp-cat-section--features {
    padding: 66px 0 72px;
  }

  .lp-cat-features__heading {
    margin-bottom: 42px;
  }

  .lp-cat-feature-list {
    gap: 54px;
  }

  .lp-cat-feature__body,
  .lp-cat-feature:nth-child(even) .lp-cat-feature__body {
    margin: -26px 12px 0;
    padding: 38px 22px 28px;
  }

  .lp-cat-feature img {
    height: 220px;
  }

  .lp-cat-feature__body span {
    margin: -66px 0 16px;
    font-size: 70px;
  }

  .lp-cat-feature__body p {
    text-align: left;
  }

  .lp-cat-features__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 360px);
    margin: 36px auto 0;
  }

  .lp-cat-features__actions .lp-cat-btn {
    width: 100%;
    min-width: 0;
  }

  .lp-cat-section--about {
    padding: 54px 0 72px;
  }

  .lp-cat-breadcrumb {
    margin-bottom: 34px;
  }

  .lp-cat-about__note {
    padding: 18px;
  }

  .lp-cat-about__figure {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }

  .lp-cat-about__figure figcaption {
    min-width: min(280px, calc(100% - 32px));
    padding: 11px 18px;
    font-size: 13px;
  }

  .lp-cat-btn {
    width: 100%;
  }

  .lp-cat-card--flat,
  .lp-cat-lens,
  .lp-cat-note {
    padding: 20px;
  }

  .lp-cat-section--team {
    padding: 64px 0 70px;
  }

  .lp-cat-section--lenses {
    padding: 64px 0 70px;
  }

  .lp-cat-lenses__heading {
    margin-bottom: 34px;
  }

  .lp-cat-lens-list {
    gap: 24px;
  }

  .lp-cat-lens-detail__header {
    min-height: 112px;
    padding: 20px 16px;
  }

  .lp-cat-lens-detail__header h3 {
    font-size: 25px;
  }

  .lp-cat-lens-detail__body {
    gap: 24px;
    padding: 26px 18px 24px;
  }

  .lp-cat-lens-detail__figure {
    padding: 14px;
  }

  .lp-cat-team__heading {
    margin-bottom: 30px;
  }

  .lp-cat-system {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 18px;
  }

  .lp-cat-system__icon {
    width: 36px;
    height: 36px;
  }

  .lp-cat-system__icon::before {
    top: 10px;
    left: 10px;
  }

  .lp-cat-system__icon::after {
    top: 21px;
    left: 13px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--neutral-700);
  background: var(--neutral-50);
  font-family: var(--font-sans);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

iframe {
  display: block;
}

.draft-map-embed {
  overflow: hidden;
  width: 100%;
  margin: 24px 0 36px;
  border-radius: var(--radius-card);
  box-shadow: 0 12px 30px rgba(45, 45, 45, .1);
}

.draft-map-embed iframe {
  display: block;
  width: 100%;
  height: clamp(300px, 46vw, 460px);
  border: 0;
}

.draft-video-embed {
  overflow: hidden;
  width: min(100%, 860px);
  margin: 26px auto 42px;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  background: #000;
  box-shadow: 0 18px 42px rgba(45, 45, 45, .14);
}

.draft-video-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 3px;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--white);
  background: var(--primary-800);
}

.container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 32px, 780px);
}

.site-main {
  min-height: 60vh;
  padding-top: 64px;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  background: rgba(255,255,255,.98);
  transition: box-shadow .2s ease;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-header);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, 1180px);
  min-height: 64px;
  margin-inline: auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-brand__text {
  display: grid;
  line-height: 1.3;
}

.site-brand__text span {
  color: var(--neutral-500);
  font-size: 11px;
}

.site-brand__text strong {
  color: var(--neutral-800);
  font-size: 17px;
}

.global-nav {
  display: none;
  align-items: center;
  color: var(--neutral-700);
  font-size: 14px;
  font-weight: 700;
}

.global-nav__menu {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav .menu-item {
  position: relative;
}

.global-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s ease;
}

.global-nav a:hover {
  color: var(--primary-600);
}

.global-nav .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.global-nav .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 40;
  display: grid;
  min-width: 220px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-card-hover);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity .16s ease, transform .16s ease;
}

.global-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}

.global-nav .menu-item:hover > .sub-menu,
.global-nav .menu-item:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.global-nav .sub-menu a {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--neutral-700);
  white-space: nowrap;
}

.global-nav .sub-menu a:hover,
.global-nav .sub-menu a:focus-visible {
  color: var(--primary-700);
  background: var(--primary-50);
}

.header-actions {
  display: none;
  align-items: center;
  gap: 10px;
}

.header-actions__tel,
.header-actions__access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius-button);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.header-actions__tel {
  color: var(--white);
  background: var(--primary-500);
}

.header-actions__tel:hover {
  background: var(--primary-600);
}

.header-actions__access {
  color: var(--primary-600);
  border: 1px solid var(--primary-500);
  background: var(--white);
}

.header-actions__access:hover {
  background: var(--primary-50);
}

.header-actions svg {
  width: 16px;
  height: 16px;
}

.menu-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 28px;
  height: 2px;
  margin: -5px 0;
  background: var(--primary-800);
}

.mobile-nav {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background: var(--primary-800);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease;
}

.admin-bar .mobile-nav {
  top: 46px;
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 12px 18px;
  color: var(--neutral-800);
  background: var(--white);
}

.mobile-nav__brand .site-brand__text span {
  font-size: 11px;
}

.mobile-nav__brand .site-brand__text strong {
  font-size: 18px;
}

.mobile-nav__close {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  color: var(--primary-800);
  background: transparent;
  cursor: pointer;
}

.mobile-nav__close span {
  position: absolute;
  top: 21px;
  left: 10px;
  width: 26px;
  height: 2px;
  background: currentColor;
}

.mobile-nav__close span:first-child {
  transform: rotate(45deg);
}

.mobile-nav__close span:last-child {
  transform: rotate(-45deg);
}

.mobile-nav__panel {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 26px 22px 28px;
  background: #005044;
}

.mobile-nav__links {
  display: grid;
  gap: 14px;
}

.mobile-nav__menu,
.mobile-nav__menu .sub-menu {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__menu .menu-item {
  position: relative;
}

.mobile-nav__links a {
  display: flex;
  min-height: 24px;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.mobile-nav__menu .sub-menu {
  display: none;
  gap: 10px;
  margin: 12px 0 4px;
  padding: 12px 0 0 16px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.mobile-nav__menu .is-submenu-open > .sub-menu {
  display: grid;
}

.mobile-nav__menu .sub-menu a {
  min-height: 22px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 700;
}

.mobile-submenu-toggle {
  position: absolute;
  top: -4px;
  right: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.mobile-submenu-toggle::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(255,255,255,.82);
  border-bottom: 2px solid rgba(255,255,255,.82);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .16s ease;
}

.mobile-submenu-toggle[aria-expanded="true"]::before {
  transform: rotate(225deg) translate(-2px, -2px);
}

.mobile-nav__info {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255,255,255,.24);
}

.mobile-nav__info div {
  display: grid;
  gap: 4px;
}

.mobile-nav__info dt {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
}

.mobile-nav__info dd {
  margin: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.mobile-nav__actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: calc(56px + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  border-top: 1px solid rgba(255,255,255,.1);
  background: var(--primary-700);
}

.mobile-nav__actions a {
  display: grid;
  min-height: 56px;
  place-items: center;
  color: var(--white);
  border-left: 1px solid rgba(255,255,255,.08);
}

.mobile-nav__actions a:first-child {
  border-left: 0;
}

.mobile-nav__actions svg {
  width: 22px;
  height: 22px;
}

body.is-menu-open .sticky-cta {
  display: none;
}

.hero {
  position: relative;
  background: var(--primary-700);
}

.hero__media {
  position: relative;
  min-height: 274px;
  overflow: hidden;
  background: var(--neutral-100);
}

.hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero__slide.is-active {
  opacity: 1;
}

.hero__shade {
  display: none;
}

.hero__copy {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
  padding: 28px 0 34px;
  color: var(--white);
}

.hero__copy span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 16px;
  color: var(--primary-700);
  background: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 700;
}

.hero__copy h1 {
  max-width: 780px;
  margin: 18px 0 0;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 0;
}

.hero__copy p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.96);
  font-size: 13px;
  font-weight: 700;
}

.hero__actions {
  display: none;
  gap: 12px;
  padding: 18px 16px;
  background: rgba(0,0,0,.68);
}

.hero__actions a {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-button);
  color: var(--white);
  background: var(--primary-500);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,.24);
}

.hero__actions svg {
  display: none;
}

.section {
  padding: 64px 0;
}

.section--white {
  background: var(--white);
}

.section--news {
  color: var(--white);
  background: var(--primary-800);
}

.section-heading {
  margin-bottom: 34px;
  text-align: center;
}

.section-heading--left {
  text-align: left;
}

.section-heading h2 {
  margin: 0;
  color: var(--neutral-800);
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.4;
  letter-spacing: 0;
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--primary-600);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading--light h2,
.section-heading--light p {
  color: var(--white);
}

.news-card {
  overflow: hidden;
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.08);
  box-shadow: var(--shadow-card);
}

.news-card__item {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.news-card__item:last-child {
  border-bottom: 0;
}

.news-card__item time {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
}

.news-card__item span {
  font-weight: 700;
}

.news-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.news-more a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: var(--radius-button);
  padding: 0 28px;
  color: var(--white);
  background: transparent;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.news-more a:hover {
  color: var(--primary-800);
  border-color: var(--white);
  background: var(--white);
}

.concept-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.concept-image {
  overflow: hidden;
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  box-shadow: var(--shadow-card-hover);
}

.concept-image img {
  width: 100%;
  min-height: 310px;
  object-fit: cover;
}

.lead-text {
  display: grid;
  gap: 16px;
  color: var(--neutral-600);
}

.lead-text p {
  margin: 0;
}

.clinic-panel {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.clinic-panel__info {
  padding: 34px 24px;
  color: var(--white);
  background: var(--primary-700);
}

.clinic-panel dl {
  display: grid;
  gap: 24px;
  margin: 0;
}

.clinic-panel dl div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.clinic-panel dt {
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--neutral-800);
  background: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.clinic-panel dt svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--primary-500);
}

.clinic-panel dd {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.85;
  white-space: pre-line;
}

.clinic-panel__map {
  background: var(--white);
}

.clinic-panel__map iframe {
  width: 100%;
  height: 330px;
  border: 0;
}

.clinic-panel__map a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 18px;
  color: var(--neutral-800);
  border-top: 1px solid var(--neutral-100);
  font-weight: 700;
}

.schedule-table {
  overflow: hidden;
  border-radius: var(--radius-card);
  border: 1px solid var(--neutral-200);
  background: var(--white);
}

.schedule-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.schedule-table th,
.schedule-table td {
  border-right: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
  padding: 16px 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.35;
}

.schedule-table th:first-child {
  width: 20%;
  text-align: left;
}

.schedule-table thead th {
  color: var(--primary-700);
  background: #e4f7f6;
}

.schedule-table tr > *:last-child {
  border-right: 0;
}

.schedule-table tbody tr:last-child > * {
  border-bottom: 0;
}

.schedule-table td {
  color: var(--primary-500);
}

.schedule-table td span {
  display: block;
  margin-top: 3px;
  color: var(--neutral-500);
  font-size: 12px;
  font-weight: 700;
}

.schedule-table .is-closed {
  background: var(--neutral-50);
}

.schedule-table .is-closed th,
.schedule-table .is-closed-time {
  color: var(--neutral-300);
}

.schedule-note {
  margin: 0;
  color: var(--neutral-500);
  font-size: 14px;
}

.schedule-footer {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.schedule-footer a {
  color: var(--primary-600);
  font-size: 14px;
  font-weight: 700;
}

.schedule-footer a::after {
  content: " →";
}

.feature-list {
  display: grid;
  gap: 48px;
}

.feature-card {
  display: grid;
  gap: 22px;
  align-items: center;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-card);
  object-fit: cover;
  box-shadow: var(--shadow-card-hover);
}

.feature-card div {
  padding: 4px;
}

.feature-card span {
  color: var(--primary-500);
  font-size: 14px;
  font-weight: 700;
}

.feature-card h3 {
  margin: 8px 0 0;
  color: var(--neutral-800);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.4;
}

.feature-card p {
  margin: 14px 0 0;
  color: var(--neutral-600);
}

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

.service-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  color: var(--primary-700);
  text-align: center;
  transition: transform .2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card__circle {
  display: grid;
  width: min(100%, 166px);
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 22px;
  border: 3px solid var(--primary-700);
  border-radius: 50%;
  background: var(--white);
  transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.service-card:hover .service-card__circle {
  border-color: var(--primary-500);
  color: var(--primary-500);
  box-shadow: 0 18px 40px rgba(0, 121, 116, .12);
}

.service-card__icon {
  display: block;
  width: 62px;
  height: 62px;
}

.service-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.service-card__circle strong {
  max-width: 112px;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.service-card h3 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.service-card__button {
  display: inline-flex;
  width: min(100%, 166px);
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--white);
  background: var(--primary-500);
  font-size: 14px;
  font-weight: 800;
  transition: background .2s ease;
}

.service-card__button::after {
  content: "→";
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, .42);
}

.service-card:hover .service-card__button {
  background: var(--primary-700);
}

.policy-list {
  display: grid;
  gap: 18px;
}

.policy-list article {
  padding: 24px;
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.policy-list h3 {
  margin: 0;
  color: var(--neutral-800);
  font-size: 18px;
}

.policy-list p {
  margin: 10px 0 0;
  color: var(--neutral-600);
  font-size: 14px;
}

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

.gallery-placeholders div {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  align-content: center;
  border-radius: var(--radius-card);
  color: var(--neutral-400);
  background: var(--neutral-100);
}

.gallery-placeholders span {
  font-size: 12px;
}

.gallery-placeholders strong {
  margin-top: 4px;
  color: var(--neutral-500);
  font-size: 14px;
}

.final-cta {
  color: var(--white);
  background: var(--primary-500);
  text-align: center;
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 34px);
}

.final-cta p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.9);
}

.final-cta div div {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.final-cta a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-button);
  font-weight: 700;
}

.final-cta a:first-child {
  color: var(--primary-600);
  background: var(--white);
}

.final-cta a:last-child {
  color: var(--white);
  border: 2px solid var(--white);
}

.site-footer {
  padding-bottom: 72px;
  color: var(--primary-100);
  background: var(--primary-800);
}

.site-footer__inner {
  display: grid;
  gap: 28px;
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
  padding: 48px 0 36px;
}

.site-footer p {
  margin: 4px 0;
  font-size: 14px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 16px;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.site-footer a:hover {
  color: var(--white);
  text-decoration: underline;
}

.site-footer__eyebrow {
  color: rgba(211,240,239,.75);
}

.site-footer__name {
  color: var(--white);
  font-size: 18px !important;
  font-weight: 700;
}

.site-footer__copyright {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: rgba(211,240,239,.7);
  text-align: center;
  font-size: 12px;
}

.sticky-cta {
  position: fixed;
  z-index: 90;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: calc(66px + env(safe-area-inset-bottom, 0px));
  padding: 0 0 env(safe-area-inset-bottom, 0px);
  border-top: 1px solid var(--primary-800);
  background: var(--primary-700);
  box-shadow: 0 -8px 24px rgba(15,23,42,.16);
}

.sticky-cta a {
  display: grid;
  min-height: 66px;
  place-items: center;
  align-content: center;
  gap: 3px;
  padding: 6px 2px;
  border-left: 1px solid rgba(255,255,255,.08);
  color: var(--white);
  background: transparent;
}

.sticky-cta a:first-child {
  border-left: 0;
}

.sticky-cta svg {
  width: 21px;
  height: 21px;
}

.sticky-cta span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.archive-page,
.content-page {
  padding: 64px 0;
  background: var(--white);
}

.page-heading {
  margin-bottom: 30px;
  text-align: center;
}

.page-heading--left {
  text-align: left;
}

.page-heading p {
  margin: 0 0 8px;
  color: var(--primary-600);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-heading h1 {
  margin: 0;
  color: var(--neutral-800);
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.4;
}

.entry-content {
  color: var(--neutral-700);
}

.entry-content > * + * {
  margin-top: 1.2em;
}

.entry-content h2 {
  margin-top: 2.2em;
  margin-bottom: .65em;
  color: var(--neutral-800);
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.45;
}

.entry-content h2:first-child {
  margin-top: 0;
}

.entry-content h3 {
  margin-top: 1.8em;
  margin-bottom: .5em;
  color: var(--primary-700);
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.45;
}

.entry-content p {
  margin-bottom: 0;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4em;
}

.entry-content li + li {
  margin-top: .45em;
}

.entry-content a {
  color: var(--primary-600);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content code {
  padding: .08em .35em;
  border-radius: 4px;
  background: var(--neutral-100);
  color: var(--neutral-800);
  font-size: .9em;
}

.draft-status,
.draft-note {
  border-radius: var(--radius-card);
  background: var(--primary-50);
  color: var(--neutral-700);
}

.draft-status {
  padding: 14px 16px;
  border-left: 4px solid var(--primary-500);
  font-weight: 700;
}

.draft-note {
  padding: 16px 18px;
  border: 1px solid var(--primary-100);
}

.draft-note p {
  margin: 0;
}

.draft-note p + p {
  margin-top: .55em;
}

.draft-media-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 40px;
}

.draft-media-gallery--single {
  grid-template-columns: minmax(0, 720px);
}

.draft-media-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.draft-media-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--neutral-50);
}

.draft-media-card figcaption {
  padding: 12px 14px;
  color: var(--neutral-700);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.draft-media-missing {
  margin: 0;
  padding: 16px;
  border: 1px dashed var(--neutral-300);
  border-radius: var(--radius-card);
  color: var(--neutral-600);
  background: var(--neutral-50);
}

.draft-table {
  overflow-x: auto;
  border-radius: var(--radius-card);
  border: 1px solid var(--neutral-200);
  background: var(--white);
  -webkit-overflow-scrolling: touch;
}

.draft-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.draft-table th,
.draft-table td {
  padding: 14px 16px;
  border-right: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.draft-table th:first-child,
.draft-table td:first-child {
  white-space: nowrap;
}

.draft-table--weekly-doctors table {
  min-width: 720px;
  table-layout: fixed;
}

.draft-table--weekly-doctors th,
.draft-table--weekly-doctors td {
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  word-break: keep-all;
}

.draft-table--weekly-doctors th:first-child,
.draft-table--weekly-doctors td:first-child {
  width: 22%;
  text-align: left;
  white-space: normal;
}

.draft-table--weekly-doctors-mobile,
.mobile-only-break {
  display: none;
}

.draft-table th {
  color: var(--primary-700);
  background: #e4f7f6;
  font-weight: 800;
}

.draft-table tr > *:last-child {
  border-right: 0;
}

.draft-table tbody tr:last-child > * {
  border-bottom: 0;
}

.post-list {
  display: grid;
  gap: 18px;
}

.post-list__item {
  padding: 22px;
  border-radius: var(--radius-card);
  background: var(--neutral-50);
  box-shadow: var(--shadow-card);
}

.post-list__item time {
  color: var(--primary-600);
  font-weight: 700;
}

.post-list__item h2 {
  margin: 6px 0 0;
  color: var(--neutral-800);
  font-size: 20px;
}

.post-list__item p {
  margin: 8px 0 0;
  color: var(--neutral-600);
}

@media (min-width: 640px) {
  .hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    justify-content: center;
    padding-inline: max(16px, calc((100vw - 680px) / 2));
    border-radius: 0;
    backdrop-filter: blur(2px);
  }

  .final-cta div div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .site-main {
    padding-top: 74px;
    padding-bottom: 0;
  }

  .site-header__inner {
    min-height: 74px;
  }

  .site-brand__text span {
    font-size: 12px;
  }

  .site-brand__text strong {
    font-size: 18px;
  }

  .global-nav,
  .header-actions {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  .hero__media {
    min-height: 680px;
  }

  .hero__media::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .15) 46%, rgba(0, 0, 0, .6) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .12) 52%, transparent 82%);
  }

  .hero__copy {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    pointer-events: none;
  }

  .hero__copy h1 {
    font-size: clamp(36px, 4vw, 54px);
    text-shadow: 0 3px 20px rgba(0, 0, 0, .38);
  }

  .hero__copy p {
    font-size: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .48);
  }

  .hero__actions {
    position: absolute;
    z-index: 3;
    inset: auto 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, .5);
  }

  .hero__actions a {
    gap: 14px;
  }

  .hero__actions svg {
    display: block;
    width: 28px;
    height: 28px;
  }

  .section {
    padding: 90px 0;
  }

  .concept-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: 60px;
  }

  .clinic-panel {
    grid-template-columns: minmax(0, .58fr) minmax(420px, .42fr);
  }

  .clinic-panel__info {
    padding: 42px;
  }

  .clinic-panel dl div {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
  }

  .clinic-panel__map iframe {
    height: 420px;
  }

  .feature-card {
    grid-template-columns: minmax(0, .52fr) minmax(0, .48fr);
    gap: 46px;
  }

  .feature-card--reverse {
    grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  }

  .feature-card--reverse img {
    order: 2;
  }

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

  .gallery-placeholders {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-footer {
    padding-bottom: 0;
  }

  .site-footer__inner {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }

  .sticky-cta {
    display: none;
  }
}

@media (min-width: 1180px) {
  .service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .mobile-nav {
    top: 46px;
  }
}

@media (max-width: 380px) {
  .site-brand__text strong {
    font-size: 16px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .draft-media-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 22px 0 32px;
  }

  .draft-media-card__image {
    aspect-ratio: auto;
    max-height: 70vh;
  }

  .draft-table--weekly-doctors {
    display: none;
  }

  .draft-table--weekly-doctors-mobile {
    display: block;
    overflow-x: visible;
  }

  .draft-table--weekly-doctors-mobile table {
    min-width: 0;
    table-layout: fixed;
  }

  .draft-table--weekly-doctors-mobile th,
  .draft-table--weekly-doctors-mobile td {
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    word-break: keep-all;
  }

  .draft-table--weekly-doctors-mobile th:first-child,
  .draft-table--weekly-doctors-mobile td:first-child {
    width: 18%;
    text-align: center;
    white-space: nowrap;
  }

  .draft-table--weekly-doctors-mobile thead th {
    font-size: 12px;
    line-height: 1.45;
  }

  .draft-table--weekly-doctors-mobile tbody th,
  .draft-table--weekly-doctors-mobile td {
    font-size: 13px;
    line-height: 1.45;
  }

  .draft-table--weekly-doctors-mobile td {
    white-space: nowrap;
  }

  .mobile-only-break {
    display: block;
  }

  .draft-table:not(.draft-table--weekly-doctors):not(.draft-table--weekly-doctors-mobile) table {
    min-width: 0;
  }

  .draft-table:not(.draft-table--weekly-doctors):not(.draft-table--weekly-doctors-mobile) th,
  .draft-table:not(.draft-table--weekly-doctors):not(.draft-table--weekly-doctors-mobile) td {
    padding: 12px 10px;
  }

  .clinic-panel dl div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .clinic-panel dt {
    width: 100%;
    min-height: 38px;
    justify-content: center;
    padding: 7px 12px;
  }

  .schedule-table {
    overflow: hidden;
  }

  .schedule-table th,
  .schedule-table td {
    min-height: 54px;
    padding: 14px 10px;
    font-size: 13px;
  }

  .schedule-table th:first-child {
    width: 18%;
  }

  .schedule-table td {
    font-size: 12px;
  }

  .schedule-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
