:root {
  --ink: #1f2d4d;
  --ink-2: #46536f;
  --muted: #7b8798;
  --line: #d8dee8;
  --surface: #ffffff;
  --surface-soft: #f3f5f7;
  --surface-tint: #edf2fb;
  --green: #253b75;
  --green-dark: #1b2e61;
  --green-light: #eaf0fb;
  --lime: #8ea6db;
  --warm: #f7f8fa;
  --danger: #b34a3c;
  --shadow-sm: 0 10px 32px rgba(27, 46, 97, 0.08);
  --shadow-lg: 0 28px 80px rgba(37, 59, 117, 0.16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface-soft);
  color: var(--ink);
  font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(219, 228, 238, .88);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--green);
  flex: 0 0 auto;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { color: var(--ink); font-size: 19px; font-weight: 800; letter-spacing: .14em; }
.brand-copy span { color: var(--muted); font-size: 9px; letter-spacing: .14em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { color: var(--ink-2); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--green); }
.header-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 750;
  transition: .2s ease;
}
.header-cta:hover { background: var(--ink); color: #fff; transform: translateY(-1px); }

.hero {
  position: relative;
  overflow: clip;
  padding: 86px 0 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f4f7 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(37,59,117,.10) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 74%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .7; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -140px; top: 20px; background: rgba(37,59,117,.18); }
.hero-glow-two { width: 250px; height: 250px; left: -120px; top: 300px; background: rgba(99,115,140,.14); }
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
  gap: 76px;
  align-items: center;
}
.hero-copy { padding-bottom: 70px; }
.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .method-intro h2 {
  margin: 0;
  font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .98;
}
.hero h1 { max-width: 760px; font-size: clamp(50px, 5.9vw, 82px); }
.hero h1 em, .section-heading h2 em, .method-intro h2 em { color: var(--green); font-weight: 700; font-style: normal; }
.hero-description { max-width: 640px; margin: 28px 0 0; color: var(--ink-2); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 21px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(37,59,117,.22); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 16px 34px rgba(37,59,117,.30); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.72); color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: #fff; }
.hero-trust { margin-top: 24px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.trust-icon { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green-light); color: var(--green); font-weight: 900; }

.hero-dashboard {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}
.hero-dashboard::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(37,59,117,.12), transparent 60%);
}
.dashboard-topline { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.dashboard-kicker { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.dashboard-topline h2 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.025em; }
.live-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: var(--green-light); color: var(--green); font-size: 11px; font-weight: 750; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(37,59,117,.12); }
.dashboard-feature { margin-top: 28px; padding: 24px; border-radius: 20px; background: var(--ink); color: #fff; }
.feature-label { color: rgba(255,255,255,.63); font-size: 12px; font-weight: 650; }
.feature-value { margin-top: 4px; font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; font-size: 58px; font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.feature-bar { height: 7px; margin-top: 22px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.13); }
.feature-bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--lime); transition: width .8s cubic-bezier(.2,.7,.2,1); }
.dashboard-feature p { margin: 12px 0 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.55; }
.dashboard-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.dashboard-mini-grid article { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.75); }
.dashboard-mini-grid span { display: block; color: var(--muted); font-size: 11px; }
.dashboard-mini-grid strong { display: block; margin-top: 5px; font-size: 18px; letter-spacing: -.02em; }
.dashboard-footnote { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; color: var(--muted); font-size: 11px; }
.dashboard-footnote svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; }

.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.stat-card { min-height: 150px; position: relative; padding: 28px; border-right: 1px solid var(--line); }
.stat-card:last-child { border-right: 0; }
.stat-index { position: absolute; top: 20px; right: 20px; color: #a6b5c5; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.stat-card strong { display: block; margin-top: 18px; font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; font-size: 32px; font-weight: 700; letter-spacing: -.035em; }
.stat-card p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.stat-card-accent { background: var(--green); color: #fff; }
.stat-card-accent .stat-index, .stat-card-accent p { color: rgba(255,255,255,.64); }

.protocol-section { padding: 118px 0 110px; background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section-heading h2 { font-size: clamp(43px, 5vw, 68px); }
.section-heading > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.catalog-shell { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 28px; margin-top: 56px; }
.filter-panel {
  position: sticky;
  top: 100px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #f8f9fb 0%, #f2f4f7 100%);
}
.filter-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.filter-panel-head span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.filter-panel-head strong { display: block; margin-top: 2px; font-size: 15px; }
.text-button { border: 0; padding: 2px 0; background: transparent; color: var(--green); cursor: pointer; font-size: 12px; font-weight: 750; }
.search-field { position: relative; display: block; margin-top: 22px; }
.search-field > svg { position: absolute; left: 13px; top: 50%; width: 19px; height: 19px; color: var(--muted); transform: translateY(-50%); pointer-events: none; }
.search-field input {
  width: 100%;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  background: #fff;
  padding: 0 42px 0 40px;
  color: var(--ink);
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.search-field input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(37,59,117,.1); }
.search-field kbd { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); padding: 2px 5px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface-soft); color: var(--muted); font-size: 9px; }
.filter-group { margin-top: 24px; }
.filter-label { display: block; margin-bottom: 10px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-list { display: grid; gap: 5px; }
.category-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 9px 10px;
  background: transparent;
  color: var(--ink-2);
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.35;
  transition: .18s ease;
}
.category-button span:last-child { min-width: 26px; padding: 2px 7px; border-radius: 999px; background: #e6eeeb; color: var(--muted); text-align: center; font-size: 10px; font-weight: 750; }
.category-button:hover { background: #fff; }
.category-button.active { border-color: rgba(37,59,117,.16); background: var(--green-light); color: var(--green-dark); font-weight: 750; }
.category-button.active span:last-child { background: var(--green); color: #fff; }
.filter-note { display: flex; gap: 10px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }
.filter-note svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; }
.filter-note p { margin: 0; font-size: 10px; line-height: 1.6; }
.filter-note strong { display: block; color: var(--ink-2); }
.catalog-toolbar { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.catalog-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.catalog-toolbar p strong { color: var(--ink); }
.sort-control { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.sort-control select { min-width: 170px; height: 38px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #fff; padding: 0 34px 0 12px; color: var(--ink-2); font-size: 12px; cursor: pointer; }
.sort-control select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(37,59,117,.08); }
.treatment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.treatment-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.treatment-card:hover { transform: translateY(-4px); border-color: rgba(37,59,117,.30); box-shadow: var(--shadow-sm); }
.card-body { flex: 1; padding: 22px 22px 18px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.category-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.category-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.card-id { color: #a9b8b3; font-size: 10px; font-weight: 750; }
.treatment-card h3 { margin: 17px 0 0; min-height: 72px; font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; font-size: 22px; font-weight: 700; line-height: 1.32; letter-spacing: -.025em; }
.card-meta { margin-top: 17px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; }
.card-meta span { display: inline-flex; align-items: center; gap: 5px; }
.card-meta span + span::before { content: "•"; margin-right: 5px; color: #b7c4bf; }
.card-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.price-block { padding: 12px 13px; border-radius: 12px; background: var(--surface-soft); }
.price-block span { display: block; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.price-block strong { display: block; margin-top: 3px; font-size: 15px; letter-spacing: -.015em; }
.cost-meter { margin-top: 17px; }
.cost-meter-head { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; }
.cost-meter-head strong { color: var(--green); }
.cost-meter-track { height: 6px; margin-top: 7px; overflow: hidden; border-radius: 999px; background: #e7eeeb; }
.cost-meter-track span { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 20px; border-top: 1px solid var(--line); background: #f8fafc; }
.card-margin { display: grid; }
.card-margin span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.card-margin strong { color: var(--green); font-size: 15px; }
.card-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 7px 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.card-open svg { width: 17px; height: 17px; transition: transform .2s ease; }
.card-open:hover svg { transform: translateX(3px); }
.empty-state { padding: 70px 20px; border: 1px dashed var(--line); border-radius: var(--radius-md); text-align: center; background: var(--surface-soft); }
.empty-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; background: #fff; color: var(--green); font-size: 26px; }
.empty-state h3 { margin: 16px 0 4px; }
.empty-state p { margin: 0 0 20px; color: var(--muted); }

.method-section { padding: 120px 0; background: var(--ink); color: #fff; }
.method-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.eyebrow-light { color: var(--lime); }
.method-intro h2 { max-width: 560px; font-size: clamp(44px, 5vw, 67px); }
.method-intro h2 em { color: var(--lime); font-style: normal; }
.method-intro > p { max-width: 560px; margin: 26px 0 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; }
.method-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 32px; color: var(--lime); font-size: 13px; font-weight: 800; }
.method-link span { font-size: 20px; transition: transform .2s ease; }
.method-link:hover span { transform: translateX(4px); }
.method-steps { border-top: 1px solid rgba(255,255,255,.17); }
.method-steps article { display: grid; grid-template-columns: 66px 1fr; gap: 16px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.step-number { color: var(--lime); font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; font-size: 27px; font-weight: 700; }
.method-steps h3 { margin: 0; font-size: 20px; }
.method-steps p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }

.contact-band { padding: 74px 0; background: var(--lime); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.contact-grid > div > span { font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.contact-grid h2 { margin: 10px 0 0; font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; font-size: clamp(34px, 3.8vw, 52px); font-weight: 700; line-height: 1.15; letter-spacing: -.04em; }
.contact-meta { display: grid; grid-template-columns: 1.3fr .8fr; gap: 30px; }
.contact-meta p { margin: 0; font-size: 13px; font-weight: 650; }
.contact-meta small { display: block; margin-bottom: 7px; color: rgba(18,53,45,.6); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.site-footer { padding: 24px 0; background: #0b1f36; color: rgba(255,255,255,.52); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; font-size: 11px; }
.footer-inner p { margin: 0; }

.treatment-dialog {
  width: min(1000px, calc(100% - 36px));
  max-height: calc(100vh - 36px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 26px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-lg);
}
.treatment-dialog::backdrop { background: rgba(8,27,48,.72); backdrop-filter: blur(6px); }
.dialog-shell { max-height: calc(100vh - 36px); display: flex; flex-direction: column; }
.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 28px 30px 24px; border-bottom: 1px solid var(--line); }
.dialog-category { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dialog-header h2 { max-width: 800px; margin: 7px 0 0; font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; font-size: clamp(27px, 3vw, 38px); font-weight: 700; line-height: 1.22; letter-spacing: -.025em; }
.dialog-close { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; transition: .2s ease; }
.dialog-close:hover { border-color: var(--ink); transform: rotate(4deg); }
.dialog-close svg { width: 20px; height: 20px; }
.dialog-body { overflow-y: auto; padding: 26px 30px 34px; }
.dialog-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.dialog-metric { min-height: 110px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-soft); }
.dialog-metric.highlight { border-color: var(--green); background: var(--green); color: #fff; }
.dialog-metric span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-metric.highlight span { color: rgba(255,255,255,.62); }
.dialog-metric strong { display: block; margin-top: 9px; font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif; font-size: 23px; font-weight: 700; letter-spacing: -.025em; }
.dialog-metric small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.dialog-metric.highlight small { color: rgba(255,255,255,.56); }
.dialog-section { margin-top: 30px; }
.dialog-section-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 13px; }
.dialog-section-title span { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.dialog-section-title h3 { margin: 3px 0 0; font-size: 19px; }
.dialog-section-title > strong { color: var(--muted); font-size: 11px; }
.product-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.product-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.product-table th { padding: 12px 14px; background: var(--surface-soft); color: var(--muted); text-align: left; font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-table th:last-child, .product-table td:last-child { text-align: right; }
.product-table td { padding: 14px; border-top: 1px solid var(--line); font-size: 11px; vertical-align: top; }
.product-table td strong { display: block; color: var(--ink); font-size: 12px; }
.product-table td small { display: block; max-width: 360px; margin-top: 3px; color: var(--muted); line-height: 1.45; }
.product-code { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.breakdown-list { display: grid; gap: 9px; }
.breakdown-row { display: grid; grid-template-columns: minmax(180px, 1fr) 2fr auto; gap: 15px; align-items: center; }
.breakdown-label { font-size: 11px; }
.breakdown-track { height: 8px; overflow: hidden; border-radius: 999px; background: #e8eeec; }
.breakdown-track span { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.breakdown-row.discount .breakdown-track span { background: #91b6a9; }
.breakdown-row.extra .breakdown-track span { background: #cf8c52; }
.breakdown-row.price .breakdown-track span { background: var(--ink); }
.breakdown-value { min-width: 112px; text-align: right; font-size: 11px; font-weight: 800; }
.dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 30px; border-top: 1px solid var(--line); background: #f8fafc; }
.dialog-footer p { margin: 0; color: var(--muted); font-size: 10px; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; gap: 14px; }
  .hero-copy { padding-bottom: 30px; }
  .hero-dashboard { max-width: 700px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card:nth-child(2) { border-right: 0; }
  .stat-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .catalog-shell { grid-template-columns: 240px minmax(0,1fr); }
  .treatment-grid { grid-template-columns: 1fr; }
  .method-grid { gap: 60px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 1180px); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .desktop-nav, .header-cta { display: none; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-description { font-size: 16px; }
  .hero-dashboard { padding: 20px; border-radius: 22px; }
  .dashboard-feature { padding: 20px; }
  .feature-value { font-size: 50px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-card { min-height: 130px; padding: 22px; }
  .stat-card strong { font-size: 27px; }
  .protocol-section { padding: 84px 0 90px; }
  .catalog-shell { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .category-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .catalog-toolbar { align-items: flex-end; }
  .sort-control { display: grid; gap: 4px; }
  .method-section { padding: 84px 0; }
  .method-grid { grid-template-columns: 1fr; gap: 55px; }
  .contact-band { padding: 60px 0; }
  .contact-meta { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 6px; }
  .treatment-dialog { width: 100%; max-height: 100vh; height: 100vh; border-radius: 0; }
  .dialog-shell { max-height: 100vh; height: 100vh; }
  .dialog-header, .dialog-body, .dialog-footer { padding-left: 18px; padding-right: 18px; }
  .dialog-metrics { grid-template-columns: repeat(2, 1fr); }
  .breakdown-row { grid-template-columns: 1fr auto; }
  .breakdown-track { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 520px) {
  .brand-copy span { display: none; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .dashboard-mini-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; border-radius: 20px 20px 0 0; }
  .stat-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-card:last-child { border-bottom: 0; }
  .section-heading h2 { font-size: 43px; }
  .category-list { grid-template-columns: 1fr; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .sort-control { width: 100%; }
  .sort-control select { width: 100%; }
  .treatment-card h3 { min-height: auto; }
  .card-pricing { grid-template-columns: 1fr; }
  .dialog-metrics { grid-template-columns: 1fr; }
  .dialog-footer { align-items: stretch; flex-direction: column; }
}

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


/* Simplified layout after content cleanup */
.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 13px; }
@media (max-width: 860px) { .footer-inner { flex-direction: column; align-items: flex-start; padding-block: 22px; } }


/* Data-only layout v2 */
.header-inner { min-height: 82px; justify-content: flex-start; }
.protocol-section { min-height: calc(100vh - 82px); padding: 64px 0 96px; background: #fff; }
.data-page-head { margin-bottom: 38px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.data-page-head span { display: block; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.data-page-head h1 { max-width: 820px; margin: 10px 0 0; color: var(--ink); font-size: clamp(34px, 4.5vw, 58px); font-weight: 750; line-height: 1.12; letter-spacing: -.04em; }
.catalog-shell { margin-top: 0; }
.filter-panel-head { align-items: center; }
.filter-panel-head strong { margin-top: 0; font-size: 16px; }
.filter-group { margin-top: 22px; }
.treatment-card { min-height: 288px; }
.treatment-card h3 { min-height: 86px; }
.card-pricing { margin-top: 24px; }
.price-block { padding: 14px; }
.price-block span { min-height: 30px; font-size: 10px; line-height: 1.45; }
.price-block strong { margin-top: 6px; font-size: 16px; }
.card-footer { justify-content: flex-end; }
.site-footer, .hero, .stats-grid, .section-heading, .filter-note, .cost-meter, .card-margin { display: none !important; }

.treatment-dialog { width: min(1120px, calc(100% - 32px)); }
.dialog-header { padding: 32px 36px 28px; }
.dialog-category { font-size: 13px; line-height: 1.5; }
.dialog-header h2 { max-width: 920px; margin-top: 8px; font-size: clamp(32px, 3.3vw, 46px); line-height: 1.2; }
.dialog-close { width: 48px; height: 48px; }
.dialog-close svg { width: 23px; height: 23px; }
.dialog-body { padding: 30px 36px 42px; }
.dialog-metrics { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.dialog-metric { min-height: 124px; padding: 20px; }
.dialog-metric span { font-size: 12px; line-height: 1.5; letter-spacing: .04em; }
.dialog-metric strong { margin-top: 12px; font-size: clamp(24px, 2.4vw, 31px); }
.dialog-section { margin-top: 38px; }
.dialog-section-title { margin-bottom: 16px; }
.dialog-section-title h3 { margin: 0; font-size: 25px; }
.dialog-section-title > strong { font-size: 14px; }
.product-table { min-width: 880px; }
.product-table th { padding: 15px 16px; font-size: 12px; line-height: 1.4; }
.product-table td { padding: 17px 16px; font-size: 14px; line-height: 1.55; }
.product-table td strong { font-size: 15px; line-height: 1.5; }
.product-table td small { max-width: 430px; margin-top: 5px; font-size: 13px; line-height: 1.55; }
.product-code { font-size: 13px !important; }
.breakdown-list { gap: 13px; }
.breakdown-row { grid-template-columns: minmax(230px, 1fr) 2fr auto; gap: 18px; }
.breakdown-label { font-size: 14px; line-height: 1.5; }
.breakdown-track { height: 10px; }
.breakdown-value { min-width: 142px; font-size: 14px; }
.dialog-footer { justify-content: flex-end; padding: 18px 36px; }
.dialog-footer .button { min-width: 112px; font-size: 15px; }

@media (max-width: 760px) {
  .protocol-section { padding: 38px 0 70px; }
  .data-page-head { margin-bottom: 26px; }
  .data-page-head h1 { font-size: 36px; }
  .dialog-header, .dialog-body, .dialog-footer { padding-left: 20px; padding-right: 20px; }
  .dialog-header h2 { font-size: 30px; }
  .dialog-category { font-size: 12px; }
  .dialog-metric span { font-size: 12px; }
  .dialog-metric strong { font-size: 26px; }
  .dialog-section-title h3 { font-size: 23px; }
  .product-table th { font-size: 12px; }
  .product-table td { font-size: 14px; }
  .product-table td strong { font-size: 15px; }
  .product-table td small { font-size: 13px; }
  .breakdown-row { grid-template-columns: 1fr auto; }
  .breakdown-track { grid-column: 1 / -1; grid-row: 2; }
  .breakdown-label, .breakdown-value { font-size: 14px; }
}


/* Copy cost action */
.dialog-footer { justify-content: flex-end; }
.copy-cost-button { min-width: 190px; border-color: #b8c4d8; background: #fff; color: var(--green); }
.copy-cost-button svg { width: 20px; height: 20px; }
.copy-cost-button:hover { border-color: var(--green); background: var(--green-light); }
.copy-cost-button.copied { border-color: var(--green); background: var(--green); color: #fff; }
@media (max-width: 780px) {
  .dialog-footer { display: grid; grid-template-columns: 1fr 1fr; }
  .dialog-footer .button { width: 100%; min-width: 0; }
}
@media (max-width: 480px) {
  .dialog-footer { grid-template-columns: 1fr; }
}
