/* GuiaFarma — CIMA-style chrome (from mockups/guiafarma-home.html) */
:root {
  --blue: #0056a4;
  --blue-dark: #003d75;
  --navy: #002b5c;
  --red: #c8102e;
  --red-hover: #a00d25;
  --green-col: #2e7d32;
  --blue-col: #1565c0;
  --red-col: #c62828;
  --grey-col: #455a64;
  --ink: #222;
  --muted: #5a6570;
  --line: #d9e0e8;
  --soft: #f3f6f9;
  --font: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--red); text-decoration: underline; }
.wrap,
.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0 0.65rem;
}
.brand-block {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}
.brand-block:hover { text-decoration: none; }
.brand-seal {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
.brand-name {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: lowercase;
}
.brand-sub {
  margin-top: 0.2rem;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
}
.header-right { text-align: right; }
.langs {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
  color: var(--muted);
}
.langs a {
  color: var(--muted);
  text-decoration: none;
  margin: 0 0.12rem;
}
.langs a.active { color: var(--blue); }
.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.15rem 1rem;
  padding-bottom: 0.7rem;
}
.site-header .main-nav a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--blue);
  text-decoration: none;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
}
.site-header .main-nav a:hover,
.site-header .main-nav a.active {
  border-bottom-color: var(--blue);
  text-decoration: none;
  color: var(--blue-dark);
}

/* Hero CIMA-like (home): centered + photo background */
.hero.hero-home {
  position: relative;
  padding: 3.25rem 0 0;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.55) 55%, rgba(255,255,255,.88) 100%),
    url("https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?auto=format&fit=crop&w=1800&q=80") center 35% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.hero-center {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1.75rem;
}
.hero.hero-home h1,
.hero.hero-home .hero-title {
  margin: 0 0 0.65rem;
  color: var(--blue);
  font-size: clamp(1.7rem, 4.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
}
.hero.hero-home .hero-sub {
  margin: 0 auto 1.35rem;
  max-width: 46ch;
  color: var(--blue-dark);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}
.hero-ai-points {
  margin: 0 auto 1.35rem;
  max-width: 52ch;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  color: #334;
  text-align: left;
}
.hero-ai-points li {
  position: relative;
  padding-left: 1.1rem;
  margin: 0.35rem 0;
}
.hero-ai-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.search-shell {
  background: #fff;
  border: 1px solid #c8d3df;
  box-shadow: 0 10px 32px rgba(0,43,92,.12);
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
}
.search-row { display: flex; align-items: stretch; }
.search-input-wrap {
  flex: 1;
  position: relative;
  min-width: 0;
}
.search-input-wrap input {
  width: 100%;
  border: 0;
  outline: none;
  font: inherit;
  font-size: 1.02rem;
  padding: 1.05rem 1.15rem;
  color: var(--ink);
  background: transparent;
}
.search-input-wrap input::placeholder { color: transparent; }
.typewriter {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: #8a97a5;
  font-size: 1.02rem;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 1.5rem);
  text-align: left;
}
.typewriter .cursor {
  display: inline-block;
  width: 1px;
  height: 1.05em;
  background: var(--blue);
  margin-left: 1px;
  vertical-align: -0.12em;
  animation: blink 0.9s step-end infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.search-btn {
  border: 0;
  background: var(--red);
  color: #fff;
  padding: 0 1.25rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  min-width: 58px;
}
.search-btn:hover { background: var(--red-hover); }
.search-btn svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
}
.search-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.5rem 0.95rem;
  background: #f8fafc;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  color: var(--muted);
}
.provider-pills { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.provider-pill {
  border: 1px solid #c5d0dc;
  background: #fff;
  color: var(--blue-dark);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  cursor: pointer;
}
.provider-pill.active {
  border-color: var(--blue);
  background: rgba(0,86,164,.08);
  color: var(--blue);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.btn-pro {
  display: inline-flex;
  align-items: center;
  background: #5b7fa6;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
}
.btn-pro:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }
.hero-examples {
  font-size: 0.82rem;
  color: var(--muted);
}
.hero-examples button {
  border: 0;
  background: none;
  color: var(--blue);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hero-examples button:hover { color: var(--red); }

.ai-panel {
  display: none;
  margin: 1.15rem auto 0;
  background: #fff;
  border: 1px solid #c5d8ef;
  border-left: 3px solid var(--blue);
  box-shadow: 0 8px 24px rgba(0,43,92,.08);
  max-width: 780px;
  text-align: left;
}
.ai-panel.visible { display: block; }
.ai-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 1rem;
  background: rgba(0,86,164,.05);
  border-bottom: 1px solid #dce7f3;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ai-panel-head .model {
  font-weight: 600;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
}
.ai-panel-body { padding: 1rem 1.1rem 1.15rem; font-size: 0.95rem; color: #333; }
.ai-panel-body .q { margin: 0 0 0.65rem; color: var(--muted); font-size: 0.85rem; }
.ai-panel-body .q strong { color: var(--ink); }
.ai-panel-body p { margin: 0 0 0.7rem; }
.ai-panel-body ul { margin: 0 0 0.7rem; padding-left: 1.15rem; }
.ai-disclaimer {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}
.ai-sources { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.75rem 0; }
.ai-sources span {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.18rem 0.45rem;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--blue-dark);
}

/* Stats overlaid on hero bottom like CIMA */
.stats {
  background: rgba(255,255,255,.92);
  border-top: 1px solid rgba(255,255,255,.6);
  backdrop-filter: blur(4px);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
.stat {
  padding: 1.05rem 0.6rem 0.9rem;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: 0; }
.stat strong {
  display: block;
  font-size: 1.45rem;
  color: var(--blue);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.stat span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}
.stat .linkish {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--blue);
  border: 1px solid #b7c9dc;
  padding: 0.1rem 0.4rem;
  text-decoration: none;
}
.stats-note {
  padding: 0 0 0.75rem;
  font-size: 0.72rem;
  color: #7a8a9a;
}

/* Two big feature options */
.features {
  padding: 2rem 0 0.5rem;
  background: #fff;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.feature {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1.15rem;
  align-items: start;
  padding: 1.35rem 1.35rem 1.25rem;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.feature:hover {
  border-color: #a8bdd4;
  box-shadow: 0 6px 20px rgba(0,43,92,.06);
  text-decoration: none;
  color: inherit;
}
.feature-icon {
  width: 88px;
  height: 88px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #f7fafc;
  flex-shrink: 0;
}
.feature-icon svg {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}
.feature.pillbox .feature-icon {
  border-color: var(--green-col);
  color: var(--green-col);
}
.feature h2 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.feature.pillbox h2 { color: var(--green-col); }
.feature p {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  color: #333;
  line-height: 1.45;
}
.feature-warn {
  margin: 0;
  padding: 0.55rem 0.7rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #6b3a00;
  background: #fff7e8;
  border-left: 3px solid #e0a100;
}
.feature-warn strong { color: #5a3000; }
.pill-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.55rem 0 0.75rem;
}
.pill-schedule span {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.5rem;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--blue-dark);
}
.pill-schedule .night { background: #eef0f8; color: #3d4a7a; }
.pill-schedule .day { background: #fff8e6; color: #8a6500; }
.pill-schedule .meal { background: #eef8f1; color: #1e6b3a; }
.feature-cta {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--blue);
}
.feature.pillbox .feature-cta { color: var(--green-col); }

/* Small circular utils */
.utils {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  padding: 1.75rem 0 1.35rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.util {
  width: 100px;
  text-align: center;
  text-decoration: none;
  color: var(--blue);
}
.util:hover { color: var(--red); text-decoration: none; }
.util-circle {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.45rem;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.util:hover .util-circle { border-color: var(--red); }
.util-circle svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.util span {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.25;
}

.panels {
  padding: 1.75rem 0 2.5rem;
  background: #fff;
}
.panels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.panel {
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
  min-height: 260px;
  background: #fff;
}
.panel.green { border-top-color: var(--green-col); }
.panel.blue { border-top-color: var(--blue-col); }
.panel.red { border-top-color: var(--red-col); }
.panel.grey { border-top-color: var(--grey-col); }
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.85rem 0.9rem 0.55rem;
  border-bottom: 1px solid #eef2f6;
}
.panel-head h2 {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1.3;
}
.panel-head a {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  text-decoration: none;
}
.panel-list { list-style: none; margin: 0; padding: 0.25rem 0; }
.panel-list li {
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #eef2f6;
}
.panel-list li:last-child { border-bottom: 0; }
.panel-list a {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
}
.panel-list a:hover { color: var(--red); }
.panel-meta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 400;
  text-transform: none;
}

.results-section {
  padding: 0 0 2.5rem;
  background: #fff;
}

.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.8);
  padding: 1.75rem 0 1.1rem;
  margin-top: 0;
  border-top: 0;
  font-size: 0.86rem;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.site-footer a { color: #9ec5ef; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  justify-content: flex-end;
}
.footer-links a {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.84rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 0.85rem;
  font-size: 0.76rem;
  color: rgba(255,255,255,.55);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .features-grid { grid-template-columns: 1fr; }
  .panels-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(3) { border-right: 0; }
  .stat:nth-child(n+4) { border-top: 1px solid var(--line); }
}
@media (max-width: 700px) {
  .header-top { flex-direction: column; }
  .header-right, .main-nav { text-align: left; justify-content: flex-start; }
  .feature { grid-template-columns: 64px 1fr; }
  .feature-icon { width: 64px; height: 64px; }
  .feature-icon svg { width: 28px; height: 28px; }
  .panels-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

/* ── Pastillero SPD page ── */
.page-hero { padding: 2.25rem 0 1rem; }
.page-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-hero h1 {
  margin: 0 0 0.65rem;
  color: var(--blue);
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
}
.page-lead {
  margin: 0;
  max-width: 62ch;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.5;
}
.spd-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 1rem 0 2rem;
}
.spd-photo {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  padding: 0.75rem;
}
.spd-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.spd-photo figcaption {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
}
.spd-how { padding: 0 0 2rem; }
.spd-how h2,
.spd-schedule h2,
.spd-cta-box h2 {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: 1.2rem;
}
.spd-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.spd-steps li {
  border: 1px solid var(--line);
  border-top: 3px solid var(--green-col);
  padding: 1rem;
  background: #fff;
}
.spd-steps strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--green-col);
}
.spd-steps p { margin: 0; font-size: 0.9rem; color: #333; }
.spd-schedule { padding: 0 0 1.5rem; }
.spd-chips { margin-bottom: 0.85rem; }
.spd-note { margin: 0; max-width: 70ch; color: var(--muted); font-size: 0.92rem; }
.spd-cta { padding: 0 0 2.5rem; }
.spd-cta-box {
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1rem;
}
.spd-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.55rem 1.1rem;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--blue);
  color: #fff;
}
.btn-primary:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }
.btn-secondary {
  background: #fff;
  color: var(--blue);
  border-color: #b7c9dc;
}
.btn-secondary:hover { border-color: var(--blue); color: var(--blue-dark); text-decoration: none; }
.spd-warn { max-width: 70ch; }

/* ── Doctor IA chat page ── */
.doctor-page { padding: 2rem 0 2.5rem; }
.doctor-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.5rem;
  align-items: start;
}
.doctor-profile {
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.25rem;
}
.doctor-avatar {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--blue);
  margin: 0 auto 1rem;
}
.doctor-profile h1 {
  margin: 0 0 0.35rem;
  text-align: center;
  color: var(--blue);
  font-size: 1.25rem;
}
.doctor-role {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
}
.doctor-rules {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  font-size: 0.86rem;
  color: #333;
}
.doctor-rules li { margin: 0.35rem 0; }
.doctor-chat {
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.chat-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue-dark);
}
.chat-status { display: inline-flex; align-items: center; gap: 0.4rem; }
.chat-status .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
}
.chat-model { color: var(--muted); font-weight: 600; }
.chat-log {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 420px;
}
.chat-bubble {
  max-width: 92%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  background: var(--soft);
}
.chat-bubble.user {
  align-self: flex-end;
  background: #eef5fb;
  border-color: #c5d8ef;
}
.chat-bubble.assistant { align-self: flex-start; }
.chat-bubble strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.25rem;
}
.chat-bubble p { margin: 0; font-size: 0.95rem; color: #222; white-space: pre-wrap; }
.chat-form {
  border-top: 1px solid var(--line);
  padding: 0.85rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.chat-form textarea {
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #c8d3df;
  border-radius: 2px;
  resize: vertical;
  min-height: 64px;
}
.chat-form textarea:focus {
  outline: 2px solid rgba(0, 86, 164, 0.25);
  border-color: var(--blue);
}
.chat-actions { display: flex; gap: 0.5rem; }
.chat-hint {
  margin: 0;
  padding: 0 1rem 0.85rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 900px) {
  .spd-showcase,
  .spd-steps,
  .doctor-layout { grid-template-columns: 1fr; }
  .doctor-avatar { width: 120px; height: 120px; }
}

