
/* Cuba Health Assist — Lung Cancer Information Page v5.4
   Page-body only. Does not override global public header/top banner. */
:root{--lc-teal:#0E7C7B;--lc-teal-400:#2AA8A6;--lc-teal-50:#E8F4F4;--lc-teal-100:#CCEAEA;--lc-foreground:#1E293B;--lc-muted:#64748B;--lc-border:#E2E8F0;--lc-surface:#FFFFFF;--lc-soft:#F8FAFB;--lc-success:#16A34A;--lc-warning:#F59E0B;--lc-danger:#DC2626;--lc-shadow-sm:0 1px 2px rgba(14,124,123,.05);--lc-shadow-md:0 4px 6px -1px rgba(14,124,123,.07);--lc-shadow-lg:0 10px 30px -10px rgba(14,124,123,.18);}
.lc-page{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--lc-foreground);background:#fff;overflow:hidden}.lc-container{max-width:1280px;margin:0 auto;padding:0 24px}.lc-section{padding-block:96px}.lc-section-soft{background:linear-gradient(180deg,#fff 0%,var(--lc-soft) 100%)}.lc-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--lc-teal);font-size:12px;line-height:1.5;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lc-eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--lc-teal-400);box-shadow:0 0 0 6px rgba(42,168,166,.12)}.lc-section-head{text-align:center;max-width:760px;margin:0 auto 48px}.lc-section-head h2,.lc-title{margin:0;color:var(--lc-foreground);font-weight:700;letter-spacing:-.02em}.lc-section-head h2{font-size:30px;line-height:1.2}.lc-section-head p{margin:12px 0 0;color:var(--lc-muted);font-size:16px;line-height:1.7}.lc-hero{position:relative;padding-block:112px 96px;background:radial-gradient(circle at 78% 18%,rgba(42,168,166,.16),transparent 34%),linear-gradient(135deg,#fff 0%,#fff 46%,var(--lc-teal-50) 100%)}.lc-hero:after{content:"";position:absolute;inset:auto -20% -120px -20%;height:220px;background:linear-gradient(180deg,rgba(232,244,244,0),#fff);pointer-events:none}.lc-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:56px;align-items:center}.lc-hero h1{margin:0;color:var(--lc-foreground);font-size:48px;line-height:1.1;font-weight:700;letter-spacing:-.025em;max-width:820px}.lc-hero-lead{margin:24px 0 0;max-width:680px;color:var(--lc-muted);font-size:18px;line-height:1.65}.lc-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px}.lc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 24px;border-radius:9999px;border:1px solid transparent;font-size:14px;line-height:20px;font-weight:700;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),background-color .25s,color .25s,border-color .25s}.lc-btn:focus{outline:2px solid var(--lc-teal);outline-offset:2px}.lc-btn:hover{transform:translateY(-2px);box-shadow:var(--lc-shadow-md)}.lc-btn-primary{background:linear-gradient(135deg,var(--lc-teal),var(--lc-teal-400));color:#fff}.lc-btn-secondary{background:#fff;color:var(--lc-teal);border-color:var(--lc-border)}.lc-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.lc-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--lc-border);background:#fff;border-radius:999px;padding:9px 14px;color:var(--lc-foreground);font-size:13px;font-weight:600;box-shadow:var(--lc-shadow-sm)}.lc-chip svg,.lc-icon{width:18px;height:18px;color:var(--lc-teal);stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.lc-hero-media{position:relative}.lc-hero-media img{display:block;width:100%;height:auto;border-radius:28px;box-shadow:var(--lc-shadow-lg)}.lc-floating-card{position:absolute;left:-24px;bottom:28px;width:min(320px,calc(100% - 32px));padding:20px;border-radius:16px;background:#fff;border:1px solid var(--lc-border);box-shadow:var(--lc-shadow-lg)}.lc-floating-card strong{display:block;font-size:15px;color:var(--lc-foreground);margin-bottom:6px}.lc-floating-card span{display:block;color:var(--lc-muted);font-size:13px;line-height:1.55}.lc-alert{margin-top:32px;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:18px 20px;border:1px solid #9FD7D6;background:var(--lc-teal-50);border-radius:16px;color:var(--lc-foreground);box-shadow:var(--lc-shadow-sm)}.lc-alert p{margin:0;color:var(--lc-muted);font-size:14px;line-height:1.65}.lc-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);gap:56px;align-items:center}.lc-prose h2{font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.02em;margin:0 0 16px}.lc-prose p{font-size:16px;line-height:1.75;color:var(--lc-muted);margin:0 0 18px}.lc-prose .lc-note{font-size:14px;padding:16px 18px;background:var(--lc-soft);border:1px solid var(--lc-border);border-radius:16px;color:var(--lc-muted)}.lc-media-card{padding:18px;border:1px solid var(--lc-border);border-radius:16px;background:#fff;box-shadow:var(--lc-shadow-sm)}.lc-media-card img{display:block;width:100%;height:auto;border-radius:14px}.lc-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.lc-card{background:#fff;border:1px solid var(--lc-border);border-radius:16px;padding:24px;box-shadow:var(--lc-shadow-sm);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s}.lc-card:hover{transform:translateY(-2px);border-color:#9FD7D6;box-shadow:var(--lc-shadow-md)}.lc-card-icon{width:44px;height:44px;border-radius:14px;background:var(--lc-teal-50);color:var(--lc-teal);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.lc-card h3{margin:0 0 8px;font-size:20px;line-height:1.35;font-weight:700;color:var(--lc-foreground)}.lc-card p{margin:0;color:var(--lc-muted);font-size:14px;line-height:1.65}.lc-vaccine-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.lc-vaccine{position:relative;overflow:hidden;border:1px solid var(--lc-border);border-radius:16px;background:#fff;box-shadow:var(--lc-shadow-sm)}.lc-vaccine-main{padding:32px}.lc-vaccine h3{margin:0 0 12px;font-size:24px;line-height:1.3;font-weight:700}.lc-vaccine p{margin:0 0 16px;color:var(--lc-muted);font-size:15px;line-height:1.75}.lc-vaccine img{display:block;width:100%;height:auto;border-top:1px solid var(--lc-border);background:var(--lc-soft)}.lc-mini-warning{border-left:3px solid var(--lc-warning);background:#FFFBEB;border-radius:12px;padding:12px 14px;color:#8a5a02!important;font-size:13px!important;line-height:1.6!important}.lc-check-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:48px;align-items:start}.lc-check-list{display:grid;gap:14px}.lc-check{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:15px 16px;background:#fff;border:1px solid var(--lc-border);border-radius:16px;box-shadow:var(--lc-shadow-sm)}.lc-check span:first-child{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#F0FDF4;color:var(--lc-success);font-weight:800;font-size:14px}.lc-check strong{display:block;font-size:15px;margin-bottom:2px}.lc-check small{display:block;color:var(--lc-muted);font-size:13px;line-height:1.55}.lc-chip-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.lc-chip-cloud span{border:1px solid #9FD7D6;background:var(--lc-teal-50);color:var(--lc-teal);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.lc-doc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lc-doc{background:#fff;border:1px solid var(--lc-border);border-radius:16px;padding:20px;box-shadow:var(--lc-shadow-sm)}.lc-doc strong{display:block;margin:10px 0 6px;font-size:15px}.lc-doc p{margin:0;color:var(--lc-muted);font-size:13px;line-height:1.55}.lc-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;counter-reset:step}.lc-step{position:relative;background:#fff;border:1px solid var(--lc-border);border-radius:16px;padding:20px;box-shadow:var(--lc-shadow-sm);min-height:170px}.lc-step:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--lc-teal-50);color:var(--lc-teal);font-size:12px;font-weight:800;letter-spacing:.08em;margin-bottom:16px}.lc-step h3{font-size:15px;line-height:1.35;margin:0 0 8px;font-weight:700}.lc-step p{font-size:13px;line-height:1.55;color:var(--lc-muted);margin:0}.lc-portal-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:48px;align-items:center;padding:32px;border:1px solid var(--lc-border);border-radius:16px;background:#fff;box-shadow:var(--lc-shadow-sm)}.lc-portal-list{display:grid;gap:12px;margin-top:20px}.lc-portal-item{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;color:var(--lc-muted);font-size:14px;line-height:1.6}.lc-faq{max-width:900px;margin:0 auto;display:grid;gap:12px}.lc-faq details{background:#fff;border:1px solid var(--lc-border);border-radius:16px;box-shadow:var(--lc-shadow-sm);overflow:hidden}.lc-faq summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:18px 20px;color:var(--lc-foreground);font-weight:700;list-style:none}.lc-faq summary::-webkit-details-marker{display:none}.lc-faq summary:after{content:"+";width:28px;height:28px;border-radius:999px;background:var(--lc-teal-50);color:var(--lc-teal);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.lc-faq details[open] summary:after{content:"–"}.lc-faq p{padding:0 20px 20px;margin:0;color:var(--lc-muted);font-size:14px;line-height:1.7}.lc-reference-list{display:grid;gap:10px;max-width:900px;margin:0 auto}.lc-reference-list a{color:var(--lc-teal);font-weight:700;text-decoration:none}.lc-reference-list a:hover{text-decoration:underline}.lc-final{padding-block:128px;background:radial-gradient(circle at 18% 30%,rgba(42,168,166,.16),transparent 34%),linear-gradient(135deg,var(--lc-teal) 0%,#084D4D 100%);color:#fff}.lc-final-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center}.lc-final .lc-eyebrow{color:#CCEEEE}.lc-final .lc-eyebrow:before{background:#CCEEEE}.lc-final h2{font-size:36px;line-height:1.15;margin:0;font-weight:700;letter-spacing:-.02em;color:#fff}.lc-final p{margin:14px 0 0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.7;max-width:760px}.lc-final .lc-btn-secondary{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff}.lc-final-note{margin-top:18px!important;font-size:13px!important;color:rgba(255,255,255,.72)!important}.lc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width:1100px){.lc-hero-grid,.lc-split,.lc-check-grid,.lc-portal-panel{grid-template-columns:1fr}.lc-hero-media{max-width:720px}.lc-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-final-box{grid-template-columns:1fr}.lc-vaccine-wrap{grid-template-columns:1fr}}
@media (max-width:768px){.lc-container{padding:0 20px}.lc-section{padding-block:64px}.lc-hero{padding-block:80px 64px}.lc-hero h1{font-size:38px}.lc-hero-lead{font-size:16px}.lc-section-head h2,.lc-prose h2{font-size:26px}.lc-card-grid,.lc-doc-grid,.lc-timeline{grid-template-columns:1fr}.lc-cta-row{align-items:stretch}.lc-btn{width:100%;min-height:46px}.lc-floating-card{position:static;width:auto;margin-top:16px}.lc-portal-panel{padding:20px}.lc-vaccine-main{padding:24px}.lc-final{padding-block:88px}.lc-final h2{font-size:30px}}
@media (prefers-reduced-motion:reduce){.lc-btn,.lc-card{transition:none}.lc-btn:hover,.lc-card:hover{transform:none}}

/* Phase 5.4.1 — photo and source section enhancements */
.lc-real-photo,
.lc-photo-card img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:24px;
  filter:saturate(.96) contrast(1.02);
}
.lc-hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:28px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(14,124,123,.02),rgba(14,124,123,.14));
}
.lc-photo-section{padding-block:80px;background:linear-gradient(180deg,#fff,var(--lc-soft));}
.lc-photo-band{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:48px;align-items:center;}
.lc-photo-copy h2{font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.02em;margin:0 0 14px;color:var(--lc-foreground);}
.lc-photo-copy p{margin:0;color:var(--lc-muted);font-size:16px;line-height:1.75;max-width:62ch;}
.lc-photo-card{position:relative;margin:0;border:1px solid var(--lc-border);border-radius:16px;background:#fff;padding:12px;box-shadow:var(--lc-shadow-lg);overflow:hidden;}
.lc-photo-card img{min-height:340px;border-radius:12px;}
.lc-photo-card figcaption{margin:10px 4px 0;color:var(--lc-muted);font-size:12px;line-height:1.5;}
.lc-sources-section{background:#fff;}
.lc-source-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.lc-source-card{display:flex;flex-direction:column;min-height:260px;background:#fff;border:1px solid var(--lc-border);border-radius:16px;padding:22px;box-shadow:var(--lc-shadow-sm);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;}
.lc-source-card:hover{transform:translateY(-2px);border-color:#9FD7D6;box-shadow:var(--lc-shadow-md);}
.lc-source-card span{align-self:flex-start;display:inline-flex;align-items:center;border:1px solid #9FD7D6;background:var(--lc-teal-50);color:var(--lc-teal);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;letter-spacing:.02em;margin-bottom:14px;}
.lc-source-card h3{margin:0 0 10px;color:var(--lc-foreground);font-size:18px;line-height:1.3;font-weight:700;}
.lc-source-card p{margin:0 0 18px;color:var(--lc-muted);font-size:13.5px;line-height:1.65;}
.lc-source-card a{margin-top:auto;color:var(--lc-teal);font-size:13.5px;font-weight:800;text-decoration:none;}
.lc-source-card a:hover{text-decoration:underline;}
.lc-source-note{margin:24px auto 0;max-width:980px;border:1px solid #9FD7D6;background:var(--lc-teal-50);border-radius:16px;padding:18px 20px;color:var(--lc-muted);font-size:14px;line-height:1.7;}
.lc-source-note strong{color:var(--lc-foreground);}
.lc-photo-credit{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:18px;color:var(--lc-muted);font-size:12px;line-height:1.5;}
.lc-photo-credit span{font-weight:800;color:var(--lc-foreground);}
.lc-photo-credit a{color:var(--lc-teal);font-weight:700;text-decoration:none;}
.lc-photo-credit a:hover{text-decoration:underline;}
@media (max-width:1100px){.lc-photo-band{grid-template-columns:1fr}.lc-source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-real-photo{min-height:360px}.lc-hero-media:after{border-radius:24px}}
@media (max-width:768px){.lc-real-photo{min-height:300px;border-radius:18px}.lc-photo-card img{min-height:260px}.lc-photo-section{padding-block:64px}.lc-source-grid{grid-template-columns:1fr}.lc-source-card{min-height:auto}.lc-photo-credit{justify-content:flex-start}.lc-hero-media:after{border-radius:18px}}

/* Phase 5.4.3 refinements */
.lc-vaccine-wrap{align-items:stretch}
.lc-vaccine{display:flex;flex-direction:column;height:100%}
.lc-vaccine-main{display:flex;flex-direction:column;gap:0;min-height:100%}
.lc-vaccine-subtitle{display:inline-flex;align-items:center;align-self:flex-start;border:1px solid #9FD7D6;background:var(--lc-teal-50);color:var(--lc-teal);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;letter-spacing:.02em;margin-bottom:14px}
.lc-vaccine-meta{display:flex;flex-wrap:wrap;gap:8px 10px;margin:0 0 18px}
.lc-vaccine-meta span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#F8FAFC;border:1px solid var(--lc-border);color:var(--lc-foreground);font-size:12px;font-weight:700;line-height:1.2}
.lc-vaccine-media{margin-top:auto;padding:18px;border-top:1px solid var(--lc-border);background:linear-gradient(180deg,#FBFEFE 0%,#F2F8F8 100%);display:flex;align-items:center;justify-content:center;min-height:280px}
.lc-vaccine img{width:100%;max-width:520px;height:auto;object-fit:contain;border-top:0;background:transparent;border-radius:14px;box-shadow:0 10px 24px rgba(14,124,123,.08)}
.lc-card,.lc-doc,.lc-step,.lc-source-card{height:100%}
.lc-media-card img{aspect-ratio:4/3;object-fit:cover}
.lc-portal-panel img{display:block;width:100%;height:auto;border-radius:16px}
.lc-source-card p{margin-bottom:16px}
@media (max-width:768px){
  .lc-vaccine-main{padding:22px}
  .lc-vaccine h3{font-size:22px}
  .lc-vaccine-media{min-height:220px;padding:14px}
  .lc-vaccine img{max-width:100%}
}


/* Phase 5.4.4 — therapy product section rebuild */
.lc-therapy-section{
  background:
    radial-gradient(circle at 12% 10%, rgba(42,168,166,.10), transparent 30%),
    linear-gradient(180deg,#FFFFFF 0%,#F8FAFB 100%);
}
.lc-therapy-grid{
  display:grid;
  gap:24px;
}
.lc-therapy-card{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:0;
  overflow:hidden;
  border:1px solid var(--lc-border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--lc-shadow-sm);
  min-height:420px;
}
.lc-therapy-card:nth-child(even){
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
}
.lc-therapy-card:nth-child(even) .lc-therapy-media{
  order:2;
  border-left:1px solid var(--lc-border);
  border-right:0;
}
.lc-therapy-card:nth-child(even) .lc-therapy-content{order:1}
.lc-therapy-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:420px;
  padding:34px;
  background:
    linear-gradient(180deg,rgba(232,244,244,.65),rgba(255,255,255,.96)),
    radial-gradient(circle at 50% 45%, rgba(14,124,123,.10), transparent 48%);
  border-right:1px solid var(--lc-border);
}
.lc-therapy-media img{
  display:block;
  width:100%;
  max-width:560px;
  max-height:340px;
  height:auto;
  object-fit:contain;
  border-radius:14px;
  filter:drop-shadow(0 18px 28px rgba(14,124,123,.14));
}
.lc-therapy-content{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.lc-therapy-label{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  border:1px solid #9FD7D6;
  background:var(--lc-teal-50);
  color:var(--lc-teal);
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.02em;
  margin-bottom:16px;
}
.lc-therapy-content h3{
  margin:0 0 14px;
  color:var(--lc-foreground);
  font-size:28px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.02em;
}
.lc-therapy-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 20px;
}
.lc-therapy-chips span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  background:#F8FAFC;
  border:1px solid var(--lc-border);
  color:var(--lc-foreground);
  font-size:12px;
  font-weight:700;
}
.lc-therapy-content p{
  margin:0 0 14px;
  color:var(--lc-muted);
  font-size:15px;
  line-height:1.75;
}
.lc-therapy-content .lc-mini-warning{
  margin-top:4px;
  margin-bottom:18px;
}
.lc-therapy-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:4px;
}
.lc-therapy-summary div{
  min-height:88px;
  padding:14px;
  border:1px solid var(--lc-border);
  border-radius:14px;
  background:#F8FAFB;
}
.lc-therapy-summary strong{
  display:block;
  color:var(--lc-foreground);
  font-size:12px;
  line-height:1.4;
  margin-bottom:6px;
}
.lc-therapy-summary span{
  display:block;
  color:var(--lc-muted);
  font-size:12px;
  line-height:1.45;
}
.lc-therapy-disclaimer{
  margin:24px auto 0;
  max-width:980px;
  border:1px solid #9FD7D6;
  background:var(--lc-teal-50);
  color:var(--lc-muted);
  border-radius:16px;
  padding:18px 20px;
  font-size:14px;
  line-height:1.7;
  text-align:center;
}
@media (max-width:1100px){
  .lc-therapy-card,
  .lc-therapy-card:nth-child(even){
    grid-template-columns:1fr;
  }
  .lc-therapy-card:nth-child(even) .lc-therapy-media,
  .lc-therapy-card:nth-child(even) .lc-therapy-content{
    order:initial;
  }
  .lc-therapy-card:nth-child(even) .lc-therapy-media,
  .lc-therapy-media{
    border-right:0;
    border-left:0;
    border-bottom:1px solid var(--lc-border);
    min-height:320px;
  }
  .lc-therapy-media img{max-height:300px}
  .lc-therapy-summary{grid-template-columns:1fr}
}
@media (max-width:768px){
  .lc-therapy-card{min-height:0}
  .lc-therapy-media{padding:22px;min-height:260px}
  .lc-therapy-media img{max-height:230px}
  .lc-therapy-content{padding:24px}
  .lc-therapy-content h3{font-size:23px}
  .lc-therapy-chips{gap:7px}
}

/* Phase 5.4.5 — product visual background fix */
.lc-therapy-card{
  background: linear-gradient(180deg,#FFFFFF 0%,#FBFDFD 100%);
}
.lc-therapy-media{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(14,124,123,.11), transparent 46%),
    linear-gradient(180deg,#F6FBFB 0%,#EDF7F7 100%);
}
.lc-therapy-media::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.38));
  border:1px solid rgba(255,255,255,.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}
.lc-therapy-media::after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:26px;
  height:26px;
  border-radius:999px;
  background:radial-gradient(ellipse at center, rgba(14,124,123,.16) 0%, rgba(14,124,123,.10) 40%, rgba(14,124,123,0) 72%);
  filter:blur(8px);
  z-index:0;
}
.lc-therapy-media img{
  position:relative;
  z-index:1;
  max-width:88%;
  max-height:300px;
  background:transparent !important;
  border-radius:0;
  box-shadow:none;
  filter:drop-shadow(0 18px 22px rgba(15,23,42,.12)) drop-shadow(0 8px 12px rgba(14,124,123,.10));
}
.lc-therapy-card:nth-child(even) .lc-therapy-media,
.lc-therapy-media{
  border-right:1px solid #DDE8E8;
}
.lc-therapy-card:nth-child(even) .lc-therapy-media{
  border-left:1px solid #DDE8E8;
  border-right:0;
}
.lc-therapy-content{
  padding:36px 34px;
}
.lc-therapy-summary div{
  background:linear-gradient(180deg,#FCFEFE 0%,#F6FBFB 100%);
}
@media (max-width:1100px){
  .lc-therapy-media::before{inset:14px}
  .lc-therapy-media img{max-width:90%;max-height:260px}
}
@media (max-width:768px){
  .lc-therapy-media{min-height:250px;padding:18px}
  .lc-therapy-media::before{inset:10px;border-radius:16px}
  .lc-therapy-media img{max-width:92%;max-height:205px}
  .lc-therapy-content{padding:22px}
}


/* Phase 5.4.6 — mobile responsiveness hardening
   Scope: lung cancer information pages only. Header/top banner untouched. */
.lc-page,
.lc-page *{
  box-sizing:border-box;
}
.lc-page{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
.lc-page h1,
.lc-page h2,
.lc-page h3,
.lc-page p,
.lc-page a,
.lc-page span,
.lc-page strong,
.lc-page small,
.lc-page summary{
  overflow-wrap:anywhere;
  word-break:normal;
}
.lc-container{
  width:100%;
  max-width:1280px;
}
.lc-page img{
  max-width:100%;
}
.lc-btn{
  white-space:normal;
  text-align:center;
}
.lc-chip,
.lc-chip-cloud span,
.lc-therapy-chips span,
.lc-source-card span{
  max-width:100%;
  white-space:normal;
}
.lc-card,
.lc-doc,
.lc-step,
.lc-source-card,
.lc-therapy-card,
.lc-check,
.lc-alert,
.lc-media-card,
.lc-portal-panel{
  min-width:0;
}
.lc-card-grid,
.lc-doc-grid,
.lc-timeline,
.lc-source-grid,
.lc-therapy-grid,
.lc-vaccine-wrap{
  min-width:0;
}
.lc-hero-grid > *,
.lc-split > *,
.lc-check-grid > *,
.lc-portal-panel > *,
.lc-final-box > *,
.lc-therapy-card > *{
  min-width:0;
}

@media (max-width:1100px){
  .lc-hero-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .lc-hero-media{
    width:100%;
    max-width:760px;
    margin-inline:auto;
  }
  .lc-hero h1{
    max-width:760px;
  }
  .lc-hero-lead{
    max-width:720px;
  }
  .lc-therapy-grid{
    grid-template-columns:1fr;
  }
  .lc-therapy-card,
  .lc-therapy-card:nth-child(even){
    grid-template-columns:1fr;
  }
  .lc-therapy-card:nth-child(even) .lc-therapy-media,
  .lc-therapy-card:nth-child(even) .lc-therapy-content{
    order:initial;
  }
  .lc-therapy-media,
  .lc-therapy-card:nth-child(even) .lc-therapy-media{
    border-left:0;
    border-right:0;
    border-bottom:1px solid var(--lc-border);
  }
  .lc-therapy-summary{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .lc-container{
    padding-inline:20px;
  }
  .lc-section{
    padding-block:64px;
  }
  .lc-section-head{
    margin-bottom:32px;
    text-align:left;
  }
  .lc-section-head h2,
  .lc-prose h2{
    font-size:clamp(24px,7vw,30px);
    line-height:1.18;
  }
  .lc-section-head p{
    font-size:15px;
    line-height:1.65;
  }

  .lc-hero{
    padding-block:64px 48px;
  }
  .lc-hero-grid{
    gap:32px;
  }
  .lc-hero h1{
    font-size:clamp(32px,9vw,40px);
    line-height:1.08;
    letter-spacing:-.025em;
  }
  .lc-hero-lead{
    font-size:16px;
    line-height:1.6;
    margin-top:18px;
  }
  .lc-trust-row{
    gap:8px;
  }
  .lc-chip{
    width:100%;
    justify-content:flex-start;
    padding:10px 12px;
    font-size:13px;
  }
  .lc-cta-row{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .lc-btn{
    width:100%;
    min-height:48px;
    padding:12px 18px;
    font-size:14px;
    line-height:1.3;
  }
  .lc-hero-media img{
    border-radius:18px;
    aspect-ratio:4/3;
    object-fit:cover;
  }
  .lc-floating-card{
    position:static;
    width:100%;
    margin-top:14px;
    padding:16px;
  }
  .lc-alert{
    grid-template-columns:1fr;
    padding:16px;
    gap:10px;
  }

  .lc-split,
  .lc-check-grid,
  .lc-portal-panel{
    grid-template-columns:1fr;
    gap:28px;
  }
  .lc-media-card{
    padding:12px;
  }
  .lc-media-card img{
    aspect-ratio:4/3;
    object-fit:contain;
    border-radius:12px;
  }

  .lc-card-grid,
  .lc-doc-grid,
  .lc-timeline,
  .lc-source-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .lc-card,
  .lc-doc,
  .lc-step,
  .lc-source-card{
    padding:18px;
  }
  .lc-card h3{
    font-size:18px;
    line-height:1.3;
  }
  .lc-card p,
  .lc-doc p,
  .lc-step p{
    font-size:13.5px;
    line-height:1.6;
  }
  .lc-step{
    min-height:auto;
  }

  .lc-therapy-card{
    min-height:0;
    border-radius:16px;
  }
  .lc-therapy-media{
    min-height:220px;
    padding:18px;
  }
  .lc-therapy-media::before{
    inset:10px;
    border-radius:16px;
  }
  .lc-therapy-media::after{
    left:16%;
    right:16%;
    bottom:18px;
    height:20px;
  }
  .lc-therapy-media img{
    max-width:94%;
    max-height:190px;
  }
  .lc-therapy-content{
    padding:22px;
  }
  .lc-therapy-label{
    max-width:100%;
    font-size:11.5px;
    padding:7px 10px;
    margin-bottom:12px;
  }
  .lc-therapy-content h3{
    font-size:clamp(22px,7.5vw,26px);
    line-height:1.15;
    margin-bottom:12px;
  }
  .lc-therapy-chips{
    gap:7px;
    margin-bottom:16px;
  }
  .lc-therapy-chips span{
    font-size:11.5px;
    padding:6px 9px;
    min-height:26px;
  }
  .lc-therapy-content p{
    font-size:14px;
    line-height:1.65;
    margin-bottom:12px;
  }
  .lc-mini-warning{
    padding:12px 13px;
    font-size:12.5px!important;
    line-height:1.55!important;
  }
  .lc-therapy-summary{
    grid-template-columns:1fr;
    gap:8px;
  }
  .lc-therapy-summary div{
    min-height:0;
    padding:12px;
  }
  .lc-therapy-disclaimer{
    margin-top:16px;
    padding:14px 16px;
    font-size:13px;
    line-height:1.6;
    text-align:left;
  }

  .lc-check{
    padding:14px;
  }
  .lc-chip-cloud{
    gap:7px;
  }
  .lc-chip-cloud span{
    font-size:11.5px;
    padding:7px 10px;
  }

  .lc-portal-panel{
    padding:18px;
  }
  .lc-portal-panel img{
    border-radius:14px;
  }
  .lc-portal-list{
    gap:10px;
  }
  .lc-portal-item{
    font-size:13.5px;
  }

  .lc-faq{
    gap:10px;
  }
  .lc-faq summary{
    align-items:flex-start;
    min-height:52px;
    padding:16px;
    font-size:14px;
    line-height:1.4;
  }
  .lc-faq summary:after{
    width:26px;
    height:26px;
    flex:0 0 26px;
  }
  .lc-faq p{
    padding:0 16px 16px;
    font-size:13.5px;
  }
  .lc-source-note{
    padding:14px 16px;
    font-size:13px;
    line-height:1.6;
  }
}

@media (max-width:430px){
  .lc-container{
    padding-inline:16px;
  }
  .lc-hero h1{
    font-size:clamp(29px,10vw,36px);
  }
  .lc-eyebrow{
    font-size:11px;
    letter-spacing:.06em;
    gap:7px;
  }
  .lc-eyebrow:before{
    width:7px;
    height:7px;
    box-shadow:0 0 0 5px rgba(42,168,166,.12);
  }
  .lc-hero{
    padding-block:52px 44px;
  }
  .lc-section{
    padding-block:56px;
  }
  .lc-section-head{
    margin-bottom:28px;
  }
  .lc-therapy-media{
    min-height:198px;
    padding:14px;
  }
  .lc-therapy-media img{
    max-height:168px;
  }
  .lc-therapy-content{
    padding:18px;
  }
  .lc-card,
  .lc-doc,
  .lc-step,
  .lc-source-card{
    padding:16px;
  }
}

@media (max-width:360px){
  .lc-container{
    padding-inline:14px;
  }
  .lc-hero h1{
    font-size:28px;
  }
  .lc-therapy-content h3{
    font-size:21px;
  }
  .lc-btn{
    padding-inline:14px;
  }
  .lc-therapy-media img{
    max-height:150px;
  }
}
