:root {
  --ink: #23362f;
  --muted: #5c6d67;
  --green: #244c43;
  --tint: #eef4f1;
  --line: #ccd9d3;
  --accent: #b44f42;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, sans-serif; font-size: 17px; line-height: 1.6; letter-spacing: 0; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
p { margin: 0 0 20px; }
h1, h2, h3 { margin: 0 0 20px; line-height: 1.12; letter-spacing: 0; }
h1 { max-width: 760px; font-size: 58px; }
h2 { font-size: 40px; }
h3 { font-size: 25px; }
ul { padding-left: 22px; }
li + li { margin-top: 10px; }
:target { scroll-margin-top: 100px; }
:focus-visible { outline: 3px solid #da9955; outline-offset: 4px; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px; border: 0; border-radius: 6px; background: var(--accent); color: #fff; font-weight: 700; font-size: 16px; line-height: 1.35; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover { background: #913c32; }
.button-small { min-height: 44px; padding: 10px 20px; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px; background: #fff; z-index: 100; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-size: 20px; line-height: 1.3; font-weight: 700; text-decoration: none; }
.brand span { display: block; font-size: 12px; font-weight: 400; color: var(--muted); }
.header-inner nav { display: flex; gap: 28px; }
.header-inner nav a { font-size: 15px; text-decoration: none; }
.header-inner nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: min(690px, calc(100svh - 150px)); padding: 70px 0; color: #fff; background: var(--green); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; z-index: -2; }
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(12, 29, 23, .64); z-index: -1; }
.hero-content { position: relative; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 13px; line-height: 1.5; font-weight: 700; text-transform: uppercase; }
.hero .eyebrow { color: #fff; }
.hero-lead { max-width: 660px; margin-bottom: 28px; font-size: 22px; line-height: 1.5; }
.hero-note { margin: 18px 0 0; max-width: 580px; font-size: 14px; color: #edf4ef; }
.section { padding: 80px 0; }
.section-tint { background: var(--tint); }
.section-columns { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 80px; }
.section-heading { max-width: 800px; margin-bottom: 40px; }
.lead { font-size: 20px; line-height: 1.6; color: var(--muted); }
.muted { color: var(--muted); }
.condition-list { margin: 24px 0; padding: 0; list-style: none; }
.condition-list li { margin: 0; border-top: 1px solid var(--line); padding: 11px 0; }
.medical-note { color: var(--muted); border-left: 3px solid var(--accent); padding-left: 18px; font-size: 14px; }
.stages { list-style: none; padding: 0; margin: 0; }
.stage { display: grid; grid-template-columns: 64px minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px; padding: 34px 0; border-top: 1px solid var(--line); margin: 0; }
.stage:last-child { border-bottom: 1px solid var(--line); }
.stage p:last-child { margin-bottom: 0; }
.stage-number { color: var(--accent); font-size: 36px; font-weight: 700; line-height: 1.1; }
.stage-label { font-size: 13px; color: var(--muted); margin: 0 0 12px; }
.stage h3 { font-size: 25px; margin-bottom: 0; }
.author-band { background: var(--green); color: #fff; }
.author-band .eyebrow { color: #e8cbb5; }
blockquote { margin: 0 0 30px; font-family: Georgia, serif; font-size: 29px; line-height: 1.45; }
.signature { font-size: 18px; font-weight: 700; margin: 0; }
.signature span { display: block; color: #c7ded4; font-size: 14px; font-weight: 400; }
.reviews-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.review { display: block; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; text-decoration: none; background: #f5f7f6; }
.review img { width: 100%; height: 340px; object-fit: contain; object-position: top; background: #fff; }
.review span { display: block; padding: 16px 12px; font-size: 14px; font-weight: 700; }
.review:hover { border-color: var(--green); }
.tariff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
.tariff { display: flex; flex-direction: column; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.tariff-vip { border: 2px solid var(--green); padding: 33px; }
.tariff-label { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.tariff h3 { font-size: 28px; margin-bottom: 22px; }
.price { font-size: 44px; line-height: 1.1; font-weight: 700; margin-bottom: 24px; }
.price span { font-size: 16px; font-weight: 400; color: var(--muted); white-space: nowrap; }
.tariff ul { margin: 0 0 30px; }
.tariff li::marker { color: var(--accent); }
.tariff .button { margin-top: auto; width: 100%; }
.installment { margin-top: -10px; color: var(--accent); font-size: 15px; font-weight: 700; }
footer { padding-block: 34px 100px; font-size: 13px; color: var(--muted); }
footer p:last-child { margin: 0; }
.mobile-cta { position: fixed; bottom: 12px; left: 14px; right: 14px; z-index: 15; display: none; }
.mobile-cta .button { width: 100%; box-shadow: 0 4px 20px rgba(0, 0, 0, .15); }
.mobile-cta.is-hidden { display: none; }
dialog { width: min(540px, calc(100% - 28px)); max-height: calc(100dvh - 32px); padding: 28px; border: 0; border-radius: 8px; color: var(--ink); background: #fff; overflow: auto; }
dialog::backdrop { background: rgba(8, 22, 17, .7); }
dialog h2 { font-size: 26px; padding-right: 34px; }
.dialog-close { position: absolute; right: 12px; top: 12px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 4px; color: var(--ink); background: #edf3ef; font-size: 28px; cursor: pointer; }
.selected-tariff { font-weight: 700; }
.payment-options { display: grid; gap: 12px; }
.payment-status { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.review-dialog { width: min(880px, calc(100% - 28px)); padding: 0 20px 20px; }
.review-dialog-header { position: sticky; top: 0; background: #fff; z-index: 1; min-height: 70px; padding: 20px 48px 16px 0; }
.review-dialog-header h2 { margin: 0; font-size: 21px; }
.review-dialog-header .dialog-close { top: 10px; right: -8px; }
.review-full { width: 100%; height: auto; }
@media (max-width: 1000px) {
  .header-inner nav { gap: 18px; }
  h1 { font-size: 48px; max-width: 670px; }
  .section-columns { gap: 40px; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stage { gap: 24px; grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1.2fr); }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 32px); }
  .header-inner { min-height: 70px; gap: 12px; }
  .header-inner nav { display: none; }
  .brand { font-size: 17px; }
  .button-small { padding-inline: 12px; font-size: 14px; }
  .hero { min-height: min(650px, calc(100svh - 130px)); padding: 42px 0; }
  .hero-image { object-position: 60% 25%; }
  .hero::before { background: rgba(12, 29, 23, .66); }
  h1 { font-size: 34px; }
  h2 { font-size: 31px; }
  .hero-lead { font-size: 19px; }
  .hero-note { font-size: 13px; }
  .hero .eyebrow { font-size: 12px; }
  .section { padding: 54px 0; }
  .section-columns, .tariff-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 28px; }
  .lead { font-size: 18px; }
  .stage { grid-template-columns: 40px minmax(0, 1fr); gap: 16px; padding: 26px 0; }
  .stage > div:last-child { grid-column: 2; }
  .stage h3 { font-size: 23px; }
  .stage-number { font-size: 28px; }
  blockquote { font-size: 24px; }
  .review img { height: 300px; }
  .tariff { padding: 25px; }
  .tariff-vip { padding: 24px; }
  .mobile-cta { display: block; }
  dialog { padding: 24px; }
  .review-dialog { padding: 0 12px 12px; }
}
@media (max-width: 430px) {
  h1 { font-size: 30px; }
  h2 { font-size: 28px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review img { height: 380px; }
  .review span { padding: 14px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
