.compact-treatment-page {
  --product-accent: #a9bea2;
  --product-accent-soft: #dce4d5;
  background: var(--paper);
}

.compact-treatment-page .progress span { background: var(--product-accent); }
.compact-treatment-page .signal-band { background: var(--product-accent); }

.compact-hero {
  min-height: 700px;
  height: 92svh;
  max-height: 930px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  color: white;
  background: var(--deep);
  border-bottom: 1px solid var(--ink);
}

.compact-hero-image { position: relative; min-width: 0; overflow: hidden; border-right: 1px solid rgba(255,255,255,.18); }
.compact-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 68%, rgba(7,27,20,.32)), linear-gradient(180deg, rgba(7,27,20,.08), transparent 36%); pointer-events: none; }
.compact-hero-image > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 43%; animation: compact-image-in 1.1s cubic-bezier(.2,.72,.2,1) both; }
.compact-image-index { position: absolute; z-index: 2; inset: auto 26px 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.64); font-family: var(--mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

.compact-hero-content { position: relative; min-width: 0; padding: 112px clamp(34px, 5vw, 78px) 42px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.compact-hero-content::before { content: "RX"; position: absolute; right: -6%; bottom: -5%; color: rgba(255,255,255,.025); font-family: var(--mono); font-size: min(17vw,250px); font-weight: 600; letter-spacing: -.12em; pointer-events: none; }
.compact-hero-content > * { position: relative; z-index: 1; }
.compact-hero-content h1 { max-width: 760px; margin: 0; font-size: clamp(62px, 6.8vw, 108px); font-weight: 600; letter-spacing: -.09em; line-height: .82; }
.compact-hero-content h1 em { display: block; margin-top: 13px; color: var(--product-accent-soft); font-size: .58em; font-style: normal; font-weight: 400; letter-spacing: -.075em; line-height: .95; }
.compact-subheadline { max-width: 630px; margin: 32px 0 0; font-size: clamp(17px,1.45vw,22px); font-weight: 500; line-height: 1.26; }
.compact-intro { max-width: 610px; margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.compact-price { max-width: 640px; margin-top: 30px; display: grid; grid-template-columns: minmax(0,1fr) minmax(128px,.36fr); border: 1px solid rgba(255,255,255,.28); }
.compact-price > div { min-height: 94px; padding: 16px 18px; display: flex; flex-direction: column; justify-content: space-between; }
.compact-price > div + div { border-left: 1px solid rgba(255,255,255,.28); }
.compact-price span { color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.compact-price p { margin: 0; display: flex; align-items: baseline; gap: 9px; }
.compact-price s { color: rgba(255,255,255,.38); font-size: 18px; font-weight: 500; letter-spacing: -.04em; text-decoration-thickness: 1px; }
.compact-price strong { font-size: 38px; font-weight: 500; letter-spacing: -.065em; }
.compact-price small { margin-left: 4px; color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 7px; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.compact-price-renewal { background: rgba(255,255,255,.025); }
.compact-price-renewal strong { color: rgba(255,255,255,.62); font-size: 20px; letter-spacing: -.04em; }
.compact-price-renewal small { color: rgba(255,255,255,.36); }
.compact-price-contact { grid-template-columns: 1fr; }
.compact-price-contact > div { min-height: 98px; }
.compact-price-contact p { align-items: center; justify-content: space-between; gap: 24px; }
.compact-price-contact strong { font-size: clamp(28px,3vw,40px); }
.compact-price-contact small { max-width: 210px; margin-left: auto; text-align: right; line-height: 1.5; }
.compact-primary-action { max-width: 640px; min-height: 64px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: var(--deep); background: var(--product-accent-soft); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color 220ms ease, background 220ms ease; }
.compact-primary-action:hover { color: white; background: var(--mid); }
.compact-primary-action b { font-size: 15px; font-weight: 400; }
.compact-trust { max-width: 640px; margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px 22px; list-style: none; color: rgba(255,255,255,.58); font-family: var(--mono); font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.compact-trust li::before { content: "✓"; margin-right: 7px; color: var(--product-accent); }
.compact-fineprint { max-width: 640px; margin: 14px 0 0; color: rgba(255,255,255,.34); font-size: 8px; line-height: 1.5; }

.compact-overview { padding-block: clamp(64px,6vw,92px); background: var(--cream); border-bottom: 1px solid var(--ink); }
.compact-overview-lead { display: grid; grid-template-columns: .92fr 1fr; gap: 9vw; align-items: start; }
.compact-overview h2, .compact-section-head h2, .compact-care-intro h2, .compact-safety h2, .compact-final-cta h2 { margin: 0; font-size: clamp(50px,5.6vw,84px); font-weight: 500; letter-spacing: -.08em; line-height: .91; }
.compact-overview-copy { max-width: 670px; }
.compact-overview-copy p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.compact-overview-copy p:first-child { color: var(--ink); font-size: 18px; }
.compact-facts { margin-top: 46px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.compact-fact { min-height: 195px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.compact-fact span, .compact-mechanism-card > span, .compact-mechanism-card small { font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.compact-fact h3 { margin: auto 0 12px; font-size: clamp(28px,2.7vw,40px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.compact-fact p { margin: 0; color: var(--muted); font-size: 11px; }
.compact-fact:nth-child(2) { background: var(--product-accent-soft); }

.compact-benefits { padding-block: clamp(64px,6vw,92px); background: var(--paper); border-bottom: 1px solid var(--ink); }
.compact-benefits-layout { display: grid; grid-template-columns: .78fr 1fr; gap: 9vw; align-items: start; }
.compact-benefits h2, .compact-science h2 { margin: 0; font-size: clamp(50px,5.6vw,84px); font-weight: 500; letter-spacing: -.08em; line-height: .91; }
.compact-benefits ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.compact-benefits li { min-height: 74px; padding: 15px 0; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid var(--ink); }
.compact-benefits li span { font-family: var(--mono); font-size: 8px; }
.compact-benefits li p { margin: 0; font-size: clamp(18px,2vw,27px); letter-spacing: -.035em; line-height: 1.15; }

.compact-mechanism { padding-block: clamp(64px,6vw,92px); color: white; background: radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--product-accent) 18%, transparent), transparent 24%), var(--deep); border-bottom: 1px solid rgba(255,255,255,.18); }
.compact-section-head { display: grid; grid-template-columns: 1fr .62fr; gap: 8vw; align-items: end; }
.compact-section-head > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.56); font-size: 12px; }
.compact-mechanism-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.compact-mechanism-card { position: relative; min-height: 270px; padding: 22px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.compact-mechanism-card::after { content: ""; position: absolute; inset: auto -15% -55% auto; width: 85%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; transition: transform 500ms ease, background 500ms ease; }
.compact-mechanism-card:hover::after { background: color-mix(in srgb, var(--product-accent) 12%, transparent); transform: scale(1.08); }
.compact-mechanism-card small { margin-top: 42px; color: var(--product-accent); }
.compact-mechanism-card h3 { max-width: 380px; margin: auto 0 15px; font-size: clamp(28px,2.8vw,42px); font-weight: 500; letter-spacing: -.06em; line-height: .96; }
.compact-mechanism-card p { max-width: 430px; margin: 0; color: rgba(255,255,255,.54); font-size: 11px; }
.compact-supporting-copy { margin-top: 28px; padding: 28px; display: grid; grid-template-columns: .45fr 1fr; gap: 18px 7vw; color: var(--deep); background: var(--product-accent-soft); }
.compact-supporting-copy .eyebrow { grid-row: 1 / 3; }
.compact-supporting-copy h3 { margin: 0; font-size: clamp(30px,3.2vw,48px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.compact-supporting-copy > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }

.compact-science { padding-block: clamp(64px,6vw,92px); background: var(--product-accent-soft); border-bottom: 1px solid var(--ink); }
.compact-science-layout { display: grid; grid-template-columns: 1fr .72fr; gap: 9vw; align-items: end; }
.compact-science-layout > div:last-child > p { max-width: 570px; margin: 0 0 28px; color: var(--muted); font-size: 13px; }
.compact-science-links { border-top: 1px solid var(--ink); }
.compact-science-links a { min-height: 64px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.compact-science-links a:hover { padding-inline: 14px; color: white; background: var(--deep); }
.compact-science-links b { font-size: 14px; font-weight: 400; }

.compact-care { padding-block: clamp(64px,6vw,92px); background: var(--paper); border-bottom: 1px solid var(--ink); }
.compact-care-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 9vw; align-items: start; }
.compact-care-intro { position: sticky; top: 115px; }
.compact-care-price { max-width: 470px; margin: 38px 0 12px; padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 5px 18px; border: 1px solid var(--ink); }
.compact-care-price span { align-self: end; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.compact-care-price strong { font-size: 37px; font-weight: 500; letter-spacing: -.06em; }
.compact-care-price small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }
.compact-care-price-contact strong { font-size: 30px; }
.compact-care-intro .button { width: 100%; max-width: 470px; }
.compact-process { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.compact-process li { min-height: 155px; padding: 22px 0; display: grid; grid-template-columns: 62px 1fr; gap: 18px; border-bottom: 1px solid var(--ink); }
.compact-process li > span { font-family: var(--mono); font-size: 9px; }
.compact-process h3 { margin: 0 0 14px; font-size: clamp(28px,3vw,44px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.compact-process p { max-width: 560px; margin: 0; color: var(--muted); font-size: 11px; }

.compact-questions { padding-block: clamp(64px,6vw,92px); color: white; background: var(--ink); }
.compact-questions-layout { display: grid; grid-template-columns: .72fr 1.15fr; gap: 8vw; align-items: start; }
.compact-safety { position: sticky; top: 115px; }
.compact-safety > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.58); font-size: 12px; }
.compact-safety ul { margin: 26px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.compact-safety li { padding: 13px 0; color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.18); font-size: 10px; }
.compact-safety li::before { content: "+"; margin-right: 13px; color: var(--product-accent); font-family: var(--mono); }
.compact-safety small { display: block; max-width: 500px; color: rgba(255,255,255,.34); font-size: 8px; line-height: 1.55; }
.compact-faq .accordion { border-top: 1px solid rgba(255,255,255,.2); }

.compact-final-cta { padding-block: clamp(58px,5vw,80px); background: var(--product-accent-soft); border-bottom: 1px solid var(--ink); }
.compact-final-cta-inner { display: grid; grid-template-columns: 1.15fr .68fr; gap: 10vw; align-items: end; }
.compact-final-cta-inner > div:last-child p { margin: 0 0 25px; color: var(--muted); font-size: 12px; }
.compact-final-cta .button { width: 100%; }

@keyframes compact-image-in { from { opacity: .4; transform: scale(1.04); filter: saturate(.65); } to { opacity: 1; transform: none; filter: none; } }

@media (max-width: 1050px) and (min-width: 701px) {
  .compact-hero { min-height: 680px; }
  .compact-hero-content { padding: 94px 28px 30px; }
  .compact-hero-content .breadcrumb { margin-bottom: 30px; }
  .compact-hero-content h1 { font-size: clamp(49px, 6.9vw, 70px); }
  .compact-subheadline { margin-top: 25px; font-size: 16px; }
  .compact-intro { margin-top: 11px; font-size: 10px; }
  .compact-price { margin-top: 22px; }
  .compact-price > div { min-height: 82px; padding: 13px 15px; }
  .compact-price strong { font-size: 32px; }
  .compact-price s { font-size: 15px; }
  .compact-price-renewal strong { font-size: 17px; }
  .compact-primary-action { min-height: 56px; padding-inline: 16px; }
  .compact-trust { margin-top: 15px; gap: 7px 15px; }
  .compact-fineprint { margin-top: 10px; font-size: 7px; }
}

@media (max-width: 900px) {
  .compact-overview-lead, .compact-benefits-layout, .compact-section-head, .compact-science-layout, .compact-care-layout, .compact-questions-layout, .compact-final-cta-inner { grid-template-columns: 1fr; gap: 52px; }
  .compact-facts, .compact-mechanism-grid { grid-template-columns: 1fr; }
  .compact-fact, .compact-mechanism-card { min-height: 205px; }
  .compact-care-intro, .compact-safety { position: static; }
  .compact-care-price, .compact-care-intro .button { max-width: none; }
}

@media (max-width: 700px) {
  .compact-hero { height: auto; min-height: 0; max-height: none; padding-top: 66px; grid-template-columns: 1fr; }
  .compact-hero-image { height: min(62svh,610px); min-height: 450px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .compact-hero-content { padding: 52px 15px 38px; }
  .compact-hero-content .breadcrumb { margin-bottom: 30px; }
  .compact-hero-content h1 { font-size: clamp(54px,14vw,78px); }
}

@media (max-width: 540px) {
  .compact-hero-image { height: 55svh; min-height: 420px; }
  .compact-image-index { inset-inline: 14px; }
  .compact-price { grid-template-columns: 1fr auto; }
  .compact-price > div { min-height: 88px; padding: 14px; }
  .compact-price p { gap: 7px; }
  .compact-price strong { font-size: 34px; }
  .compact-price s { font-size: 15px; }
  .compact-price small { font-size: 6px; }
  .compact-price-renewal { min-width: 112px; }
  .compact-price-renewal strong { font-size: 17px; }
  .compact-price-contact p { align-items: flex-start; flex-direction: column; gap: 10px; }
  .compact-price-contact strong { font-size: 31px; }
  .compact-price-contact small { max-width: none; margin-left: 0; text-align: left; }
  .compact-subheadline, .compact-intro { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .compact-trust { display: grid; grid-template-columns: 1fr 1fr; }
  .compact-overview h2, .compact-benefits h2, .compact-section-head h2, .compact-science h2, .compact-care-intro h2, .compact-safety h2, .compact-final-cta h2 { font-size: 48px; }
  .compact-supporting-copy { grid-template-columns: 1fr; }
  .compact-supporting-copy .eyebrow { grid-row: auto; }
  .compact-process li { grid-template-columns: 42px 1fr; }
  .compact-process h3 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  .compact-hero-image > img { animation: none; }
}
