:root {
  --adopt-ink: #0d2744;
  --adopt-blue: #075cff;
  --adopt-cyan: #42cbd5;
  --adopt-soft: #eef7fb;
  --adopt-line: #d6e5ed;
}

.audience-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(66, 203, 213, .24), transparent 28%),
    linear-gradient(135deg, #fbfdff, #edf7fb);
}

.doctor-workspace {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  background:
    radial-gradient(circle at 96% 0%, rgba(255, 255, 255, .18), transparent 34%),
    linear-gradient(145deg, #075cff 0%, #086ee0 62%, #268af1 100%);
  box-shadow: 0 28px 80px rgba(7, 92, 255, .22);
  color: #fff;
}

.doctor-workspace > span,
.doctor-workspace small {
  color: #dceaff;
}

.doctor-workspace > strong {
  margin: 8px 0 24px;
  display: block;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.18;
}

.doctor-priority-list {
  display: grid;
  gap: 12px;
}

.doctor-priority-list article {
  min-height: 76px;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;
  background: rgba(255, 255, 255, .15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.doctor-priority-list i,
.safety-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.doctor-priority-list b,
.doctor-priority-list small { display: block; }
.doctor-priority-list small { font-size: 13px; }
.doctor-priority-list em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.outcome-grid,
.trust-status-grid,
.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.outcome-grid article,
.trust-status-grid article,
.news-card {
  min-height: 100%;
  padding: 27px;
  border: 1px solid var(--adopt-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(9, 48, 78, .06);
}

.outcome-grid span,
.trust-status-grid span,
.news-card > span {
  color: var(--adopt-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.outcome-grid h3,
.trust-status-grid h3,
.news-card h3 { margin: 14px 0 10px; font-size: 23px; line-height: 1.2; }
.outcome-grid p,
.trust-status-grid p,
.news-card p { margin: 0; color: #536b7e; }

.workflow-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--adopt-line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.workflow-strip article {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border-right: 1px solid var(--adopt-line);
}
.workflow-strip article:last-child { border-right: 0; }
.workflow-strip i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf3ff;
  color: var(--adopt-blue);
  font-style: normal;
  font-weight: 800;
}
.workflow-strip b { margin: 42px 0 10px; display: block; font-size: 22px; line-height: 1.2; }
.workflow-strip p { margin: 0; color: #536b7e; }

.safety-callout {
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 96% 0%, rgba(255, 255, 255, .17), transparent 34%),
    linear-gradient(135deg, #075cff 0%, #086ee0 62%, #268af1 100%);
  box-shadow: 0 24px 70px rgba(7, 92, 255, .18);
  color: #fff;
}
.safety-callout h2 { margin: 12px 0 14px; font-size: clamp(36px, 4vw, 58px); line-height: 1.05; }
.safety-callout p { color: #e4efff; }
.safety-callout .product-kicker { color: #fff; }
.safety-callout .product-kicker::before { background: #dceaff; }
.safety-principles { display: grid; gap: 12px; }
.safety-principles article {
  padding: 17px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 16px;
  background: rgba(255,255,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.safety-principles b,
.safety-principles small { display: block; }
.safety-principles small { color: #e1edff; font-size: 14px; }

.status-label {
  margin-bottom: 13px;
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f7f4;
  color: #087f75;
  font-size: 12px;
  font-weight: 800;
}
.status-label.alignment { background: #edf3ff; color: #075cff; }
.status-label.progress { background: #fff4dd; color: #956000; }

.evidence-note {
  padding: 24px 28px;
  border-left: 4px solid var(--adopt-blue);
  border-radius: 0 18px 18px 0;
  background: #f2f7ff;
}
.evidence-note strong { display: block; margin-bottom: 6px; }
.evidence-note p { margin: 0; color: #4f697c; }

.access-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.access-steps article {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--adopt-line);
}
.access-steps span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--adopt-blue);
  color: #fff;
  font-weight: 800;
}
.access-steps h3 { margin: 20px 0 8px; }
.access-steps p { margin: 0; color: #536b7e; }

.news-card {
  display: flex;
  flex-direction: column;
}
.news-card .article-meta { margin: 12px 0; color: #6b8192; font-size: 14px; }
.news-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--adopt-blue);
  font-weight: 800;
}

.article-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) 24px;
}
.article-shell .article-kicker { color: var(--adopt-blue); font-weight: 800; }
.article-shell h1 {
  max-width: 830px;
  margin: 14px 0 20px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.article-shell .article-deck { color: #4c687e; font-size: 21px; line-height: 1.55; }
.article-shell .article-byline {
  margin: 28px 0 42px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--adopt-line);
  color: #647b8d;
  font-size: 14px;
}
.article-body { max-width: 760px; }
.article-body h2 { margin: 42px 0 12px; font-size: 32px; line-height: 1.15; }
.article-body h3 { margin: 30px 0 10px; font-size: 23px; }
.article-body p,
.article-body li { color: #39566d; font-size: 18px; line-height: 1.75; }
.article-body li + li { margin-top: 8px; }
.article-body .article-callout {
  margin: 34px 0;
  padding: 24px 26px;
  border-radius: 18px;
  background: #edf6ff;
  color: var(--adopt-ink);
  font-weight: 700;
}
.source-list { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--adopt-line); }
.source-list a { color: var(--adopt-blue); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .outcome-grid,
  .trust-status-grid,
  .news-card-grid,
  .access-steps { grid-template-columns: 1fr; }
  .workflow-strip { grid-template-columns: 1fr 1fr; }
  .workflow-strip article:nth-child(2) { border-right: 0; }
  .workflow-strip article { border-bottom: 1px solid var(--adopt-line); }
  .safety-callout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .workflow-strip { grid-template-columns: 1fr; }
  .workflow-strip article { min-height: 0; border-right: 0; }
  .doctor-priority-list article { grid-template-columns: 42px 1fr; }
  .doctor-priority-list em { grid-column: 2; }

  .doctor-workspace,
  .safety-callout {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .doctor-priority-list article {
    padding: 13px;
  }

  .doctor-priority-list b,
  .safety-principles b {
    font-size: 16px;
    line-height: 1.35;
  }

  .doctor-priority-list small,
  .safety-principles small {
    font-size: 14px;
    line-height: 1.45;
  }

  .article-shell {
    padding: 46px 18px 64px;
  }

  .article-shell h1 {
    font-size: clamp(38px, 11vw, 52px);
    overflow-wrap: anywhere;
  }

  .article-shell .article-deck {
    font-size: 18px;
  }

  .article-body h2 {
    font-size: 29px;
  }

  .article-body p,
  .article-body li {
    font-size: 17px;
    line-height: 1.7;
  }
}

/* News signal desk */
.news-signal-intro {
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.news-featured-story {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  overflow: hidden;
  border: 1px solid #cfe0ec;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 62, 98, .09);
}

.news-featured-copy { padding: clamp(30px, 5vw, 66px); }

.news-eyebrow {
  color: var(--adopt-blue);
  font-size: 13px;
  font-weight: 800;
}

.news-featured-copy h2 {
  max-width: 720px;
  margin: 18px 0;
  color: var(--adopt-ink);
  font: 700 clamp(38px, 4.6vw, 66px)/1.04 "Plus Jakarta Sans", sans-serif;
  letter-spacing: -.045em;
}

.news-featured-copy p {
  max-width: 680px;
  margin: 0;
  color: #4e687c;
  font-size: 17px;
  line-height: 1.72;
}

.news-featured-copy a,
.news-brief-card > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--adopt-blue);
  font-weight: 800;
}

.news-featured-copy a { margin-top: 26px; }

.news-featured-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(66, 203, 213, .3) 0 8%, transparent 8.5%),
    linear-gradient(140deg, #075cff 0%, #0c6cdf 56%, #1b9dcc 100%);
}

.news-featured-visual::before,
.news-featured-visual::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 68%;
  height: 2px;
  background: rgba(255, 255, 255, .42);
  transform: translate(-50%, -50%) rotate(31deg);
}

.news-featured-visual::after { transform: translate(-50%, -50%) rotate(-31deg); }

.signal-core,
.signal-node {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
}

.signal-core {
  inset: 50% auto auto 50%;
  width: 190px;
  height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  background: rgba(7, 41, 91, .64);
  box-shadow: 0 20px 50px rgba(4, 36, 85, .28), inset 0 0 0 10px rgba(255, 255, 255, .08);
  transform: translate(-50%, -50%);
}

.signal-core small,
.signal-core strong { display: block; }
.signal-core small { color: #bceff3; font-weight: 700; }
.signal-core strong { margin-top: 5px; font: 700 20px/1.2 "Plus Jakarta Sans", sans-serif; }

.signal-node {
  min-width: 96px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  box-shadow: 0 10px 28px rgba(3, 40, 88, .2);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 800;
}

.signal-node.patient { left: 9%; top: 14%; }
.signal-node.doctor { right: 9%; top: 14%; }
.signal-node.records { left: 9%; bottom: 14%; }
.signal-node.followup { right: 9%; bottom: 14%; }
.news-briefings-intro { margin-bottom: 30px; }

.news-filter-bar {
  position: sticky;
  top: 88px;
  z-index: 6;
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
  padding: 11px;
  overflow-x: auto;
  border: 1px solid #d7e5ee;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 32px rgba(20, 61, 91, .08);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.news-filter-bar::-webkit-scrollbar { display: none; }

.news-filter-bar button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid #d7e5ee;
  border-radius: 999px;
  background: #f7fbfd;
  color: #38566d;
  font: 700 13px/1 Inter, sans-serif;
  cursor: pointer;
}

.news-filter-bar button:hover,
.news-filter-bar button:focus-visible {
  border-color: #8eb7ff;
  outline: none;
  color: var(--adopt-blue);
}

.news-filter-bar button[aria-pressed="true"] {
  border-color: var(--adopt-blue);
  background: var(--adopt-blue);
  color: #fff;
}

.news-result-count {
  margin-left: auto;
  padding: 0 10px;
  flex: 0 0 auto;
  color: #698094;
  font-size: 12px;
  font-weight: 700;
}

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

.news-brief-card {
  min-height: 420px;
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  border: 1px solid #d7e5ee;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 203, 213, .1), transparent 28%),
    #fff;
  box-shadow: 0 16px 45px rgba(17, 62, 97, .06);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.news-brief-card:hover {
  border-color: #a9c8dd;
  box-shadow: 0 22px 55px rgba(17, 62, 97, .1);
  transform: translateY(-3px);
}

.news-brief-card[hidden] { display: none; }

.news-brief-card.lead {
  background:
    radial-gradient(circle at 96% 0%, rgba(66, 203, 213, .23), transparent 32%),
    linear-gradient(145deg, #eef5ff, #f8fdff);
}

.news-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.news-number {
  color: #b4c8d8;
  font: 700 24px/1 "Plus Jakarta Sans", sans-serif;
}

.news-category {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e9f3ff;
  color: var(--adopt-blue);
  font-size: 11px;
  font-weight: 800;
}

.news-source-meta {
  margin: 30px 0 12px;
  color: #71889a;
  font-size: 12px;
  font-weight: 600;
}

.news-brief-card h3 {
  margin: 0 0 15px;
  color: var(--adopt-ink);
  font: 700 clamp(24px, 2.4vw, 32px)/1.18 "Plus Jakarta Sans", sans-serif;
  letter-spacing: -.035em;
}

.news-brief-card > p:not(.news-source-meta) {
  margin: 0;
  color: #506b80;
  font-size: 15px;
  line-height: 1.68;
}

.news-brief-card > a {
  margin-top: auto;
  padding-top: 24px;
  font-size: 14px;
}

.news-editorial-note {
  max-width: 980px;
  margin: 24px 0 0;
  color: #698094;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .news-featured-story { grid-template-columns: 1fr; }
  .news-featured-visual { min-height: 390px; }
  .news-feed-grid { grid-template-columns: 1fr; }
  .news-brief-card { min-height: 0; }
}

@media (max-width: 620px) {
  .news-featured-story { border-radius: 22px; }
  .news-featured-copy { padding: 28px 20px; }
  .news-featured-copy h2 { font-size: 36px; }
  .news-featured-copy p { font-size: 16px; }
  .news-featured-visual { min-height: 330px; }
  .signal-core { width: 150px; height: 150px; padding: 18px; }
  .signal-core strong { font-size: 17px; }
  .signal-node { min-width: 80px; min-height: 40px; padding: 8px 10px; font-size: 11px; }
  .news-filter-bar { top: 74px; margin-inline: -4px; border-radius: 15px; }
  .news-result-count { display: none; }
  .news-brief-card { padding: 23px 20px; border-radius: 20px; }
  .news-source-meta { margin-top: 24px; line-height: 1.5; }
  .news-brief-card h3 { font-size: 25px; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  .news-brief-card { transition: none; }
  .news-brief-card:hover { transform: none; }
}
