/* ============================================================
   AGENCIA DOCTOR 360 · ESTILO PREMIUM (SEO + GEO + AEO)
   Hoja compartida por las páginas de contenido/.
   Usa SOLO la paleta y tipografía del proyecto:
   teal #0bbbc8 · navy #101d23 · gris texto #4f5b62 · fondos #f5f7f8
   Tipografía: Archivo (títulos) · Manrope/Poppins (texto).
   ============================================================ */

:root {
  --p360-ink: #101d23;
  --p360-ink-2: #1b252a;
  --p360-teal: #0bbbc8;
  --p360-teal-deep: #087482;
  --p360-teal-soft: #e6fbfc;
  --p360-teal-glow: #22d5dc;
  --p360-surface: #ffffff;
  --p360-line: #d9e5e8;
  --p360-muted: #4f5b62;
  --p360-cream: #f5f7f8;
  --p360-headings: "Archivo", Arial, sans-serif;
  --p360-sans: "Manrope", "Poppins", Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: #ffffff;
  color: var(--p360-ink);
  font-family: var(--p360-sans);
}

::selection { background: rgba(11, 187, 200, .22); color: var(--p360-ink); }

/* ---------- Barra de progreso de lectura ---------- */
.doc360-progress {
  background: transparent;
  height: 4px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.doc360-progress > span {
  background: linear-gradient(90deg, var(--p360-teal), var(--p360-teal-glow));
  border-radius: 0 999px 999px 0;
  box-shadow: 0 0 12px rgba(11, 187, 200, .55);
  display: block;
  height: 100%;
  transition: width .12s linear;
  width: 0;
}

/* ---------- Hero refinado ---------- */
.elementor-element-696f3728 { isolation: isolate; }
body .elementor-element-696f3728 .elementor-container { z-index: 3; }

body .elementor-element-696f3728 .elementor-headline-plain-text,
body .elementor-element-696f3728 .elementor-headline {
  color: var(--p360-ink) !important;
  font-family: var(--p360-headings) !important;
  font-weight: 800 !important;
  letter-spacing: -.02em;
}

/* Kicker premium encima del H1 (inyectado por premium.js) */
.doc360-hero-kicker {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(11, 187, 200, .3);
  border-radius: 999px;
  box-shadow: 0 10px 24px -14px rgba(16, 29, 35, .35);
  color: var(--p360-teal-deep);
  display: inline-flex;
  font-family: var(--p360-sans);
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .22em;
  margin-bottom: 18px;
  padding: 5px 14px;
  position: relative;
  text-transform: uppercase;
  top: -60px;
}
@media (max-width: 760px) {
  .doc360-hero-kicker {
    font-size: 9px;
    letter-spacing: .16em;
    padding: 4px 10px;
    top: -330px;
  }
}
.doc360-hero-kicker::before {
  background: var(--p360-teal);
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}

body .elementor-element-696f3728 .elementor-element-2d337912 .elementor-heading-title {
  color: var(--p360-teal-deep) !important;
  font-family: var(--p360-sans);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em;
}

/* ---------- Migas de pan ---------- */
.doc360-crumb {
  font-size: 12px;
  margin: 34px auto 0;
  max-width: 1020px;
  padding: 0 20px;
}
.doc360-crumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc360-crumb li { color: var(--p360-muted); display: inline-flex; gap: 6px; }
.doc360-crumb a {
  color: var(--p360-teal-deep);
  font-weight: 700;
  text-decoration: none;
}
.doc360-crumb a:hover { color: var(--p360-teal); text-decoration: underline; }
.doc360-crumb li:not(:last-child)::after {
  color: #9da9ae;
  content: "\203A";
  font-weight: 700;
}
.doc360-crumb li[aria-current="page"] { color: var(--p360-ink); font-weight: 600; }

/* ---------- Caja de respuesta directa (AEO) ---------- */
html body .elementor.elementor-101 .elementor-element-doc360-seo1c > .elementor-widget-wrap {
  display: block !important;
  justify-content: initial !important;
  align-content: initial !important;
  align-items: initial !important;
}
.doc360-answer {
  background: linear-gradient(135deg, #ffffff 0%, #f7fafb 100%);
  border: 1px solid var(--p360-line);
  border-left: 4px solid var(--p360-teal);
  border-radius: 18px;
  box-shadow: 0 24px 50px -34px rgba(16, 29, 35, .3);
  box-sizing: border-box;
  display: block;
  margin: 40px auto 0;
  max-width: 1020px;
  padding: 30px 36px 32px;
  position: relative;
  text-align: left;
  width: 100%;
}
.doc360-answer::after {
  background: var(--p360-teal);
  border-radius: 999px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 36px;
  position: absolute;
  width: 96px;
}
.doc360-answer-kicker {
  color: var(--p360-teal-deep);
  display: block;
  font-family: var(--p360-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.doc360-answer p {
  color: var(--p360-ink-2);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}
.doc360-answer p strong { color: var(--p360-ink); font-weight: 800; }

.doc360-stats-title {
  color: var(--p360-teal) !important;
  font-family: var(--p360-headings) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -.02em;
  margin: 56px auto 28px !important;
  max-width: 1020px;
  text-align: center;
}

/* ---------- Datos clave (GEO) ---------- */
.doc360-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px auto 0;
  max-width: 1020px;
  padding: 0 20px;
}
.doc360-stat {
  background: linear-gradient(160deg, #ffffff 0%, #f2f7f8 100%);
  border: 1px solid var(--p360-line);
  border-radius: 18px;
  box-shadow: 0 18px 40px -30px rgba(16, 29, 35, .28);
  overflow: hidden;
  padding: 26px 24px 24px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.doc360-stat:hover {
  border-color: rgba(11, 187, 200, .55);
  box-shadow: 0 26px 50px -24px rgba(11, 187, 200, .45);
  transform: translateY(-4px);
}
.doc360-stat::before {
  background: linear-gradient(135deg, rgba(11, 187, 200, .16), transparent 70%);
  border-radius: 50%;
  content: "";
  height: 140px;
  position: absolute;
  right: -38px;
  top: -46px;
  width: 140px;
}
.doc360-stat::after {
  background: linear-gradient(90deg, var(--p360-teal), var(--p360-teal-glow));
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}
.doc360-stat-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--p360-teal), var(--p360-teal-deep));
  border-radius: 12px;
  box-shadow: 0 10px 20px -10px rgba(11, 187, 200, .75);
  color: #ffffff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  width: 38px;
}
.doc360-stat b {
  color: var(--p360-teal-deep);
  display: block;
  font-family: var(--p360-headings);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 8px;
  position: relative;
  text-shadow: 0 8px 24px rgba(11, 187, 200, .35);
}
.doc360-stat span {
  color: var(--p360-muted);
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 760px) { .doc360-stats { grid-template-columns: 1fr; } }

/* ---------- Tarjetas de contenido ---------- */
body .doc360-seo-cards {
  counter-reset: doc360;
  gap: 30px;
  margin: 40px auto 0 !important;
  max-width: 1020px !important;
  padding: 34px 20px 8px;
}
body .doc360-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
  border: 1px solid var(--p360-line);
  border-radius: 24px;
  box-shadow:
    0 40px 80px -52px rgba(16, 29, 35, .5),
    0 10px 26px -18px rgba(16, 29, 35, .22),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  padding: 38px 44px 40px;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
}
body .doc360-card:hover {
  box-shadow:
    0 48px 90px -54px rgba(11, 187, 200, .45),
    0 14px 30px -18px rgba(16, 29, 35, .24),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  transform: translateY(-3px);
}
body .doc360-card::before {
  background: linear-gradient(90deg, var(--p360-teal) 0%, var(--p360-teal-glow) 60%, #5ff7f1 130%);
  border-radius: 0 0 4px 4px;
  height: 5px;
  left: 44px;
  width: 60px;
}
body .doc360-card h2 {
  color: var(--p360-ink) !important;
  font-family: var(--p360-headings) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
  line-height: 1.3 !important;
  margin: 14px 0 18px !important;
  padding-top: 6px;
}
body .doc360-card h2::before {
  color: var(--p360-teal);
  content: "0" counter(doc360);
  counter-increment: doc360;
  display: block;
  font-family: var(--p360-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .3em;
  line-height: 1;
  margin-bottom: 10px;
}
body .doc360-card p {
  color: var(--p360-muted);
  font-size: 16px;
  line-height: 1.85;
}
body .doc360-card p strong { color: var(--p360-ink); font-weight: 800; }
body .doc360-card p a,
body .doc360-card li a {
  color: var(--p360-teal);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(11, 187, 200, .35);
  text-underline-offset: 3px;
  transition: color .15s ease;
}
body .doc360-card p a:hover,
body .doc360-card li a:hover { color: #0aa9b5; }
body .doc360-card ul { margin-top: 4px; }
body .doc360-card li {
  color: #56636a;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  padding-left: 34px;
}
body .doc360-card li::before {
  background: rgba(11, 187, 200, .14);
  border: 1px solid rgba(11, 187, 200, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
  height: 21px;
  width: 21px;
}
body .doc360-card li::after { line-height: 21px; width: 21px; font-size: 11px; }

/* ---------- Índice (TOC) generado por JS ---------- */
.doc360-toc {
  background: rgba(255, 255, 255, .75);
  border: 1px solid var(--p360-line);
  border-radius: 18px;
  box-shadow: 0 18px 44px -34px rgba(16, 29, 35, .26);
  margin: 30px auto 0;
  max-width: 1020px;
  padding: 22px 30px;
}
.doc360-toc-title {
  color: var(--p360-teal-deep);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .26em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.doc360-toc ol { display: grid; gap: 6px; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; }
.doc360-toc a {
  border-radius: 10px;
  color: var(--p360-ink-2);
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.4;
  padding: 7px 10px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.doc360-toc a:hover { background: rgba(11, 187, 200, .1); color: var(--p360-teal-deep); }
@media (max-width: 760px) { .doc360-toc ol { grid-template-columns: 1fr; } }

/* ---------- FAQ (AEO + FAQPage schema) ---------- */
.doc360-faq {
  margin: 44px auto 0;
  max-width: 1020px;
  padding: 0 20px;
}
.doc360-faq > h2 {
  color: var(--p360-ink);
  font-family: var(--p360-headings);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}
.doc360-faq > p {
  color: var(--p360-muted);
  font-size: 15px;
  margin: 0 0 22px;
}
.doc360-faq-item {
  background: var(--p360-surface);
  border: 1px solid var(--p360-line);
  border-radius: 16px;
  box-shadow: 0 16px 38px -34px rgba(16, 29, 35, .28);
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.doc360-faq-item[open] { border-color: rgba(11, 187, 200, .5); box-shadow: 0 22px 48px -34px rgba(11, 187, 200, .4); }
.doc360-faq-item summary {
  align-items: center;
  color: var(--p360-ink);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  list-style: none;
  padding: 19px 24px;
}
.doc360-faq-item summary::-webkit-details-marker { display: none; }
.doc360-faq-item summary::after {
  align-items: center;
  background: var(--p360-teal-soft);
  border-radius: 50%;
  color: var(--p360-teal-deep);
  content: "\002B";
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 20px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.doc360-faq-item[open] summary::after {
  background: var(--p360-teal);
  color: #ffffff;
  content: "\2212";
  transform: rotate(180deg);
}
.doc360-faq-item summary:hover { color: var(--p360-teal-deep); }
.doc360-faq-item p {
  border-top: 1px dashed var(--p360-line);
  color: var(--p360-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  padding: 17px 24px 20px;
}

/* ---------- Autor (E-E-A-T) ---------- */
.doc360-author {
  align-items: center;
  background: var(--p360-surface);
  border: 1px solid var(--p360-line);
  border-radius: 18px;
  box-shadow: 0 18px 44px -36px rgba(16, 29, 35, .3);
  display: flex;
  gap: 18px;
  margin: 40px auto 0;
  max-width: 1020px;
  padding: 24px 28px;
}
.doc360-author img {
  background: #ffffff;
  border: 1px solid var(--p360-line);
  border-radius: 14px;
  flex: 0 0 auto;
  height: 64px;
  object-fit: contain;
  padding: 8px;
  width: 64px;
}
.doc360-author strong {
  color: var(--p360-ink);
  display: block;
  font-size: 16px;
  font-weight: 800;
}
.doc360-author span { color: var(--p360-teal-deep); display: block; font-size: 12.5px; font-weight: 700; margin-top: 2px; }
.doc360-author p { color: var(--p360-muted); font-size: 14px; line-height: 1.7; margin: 7px 0 0; }
@media (max-width: 640px) { .doc360-author { align-items: flex-start; flex-direction: column; } }

/* ---------- Artículos relacionados (interlinking) ---------- */
.doc360-related {
  margin: 44px auto 64px;
  max-width: 1020px;
  padding: 0 20px;
}
.doc360-related > h2 {
  color: var(--p360-ink);
  font-family: var(--p360-headings);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 18px;
}
.doc360-related-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.doc360-related-card {
  background: linear-gradient(180deg, #ffffff, #f7fafb);
  border: 1px solid var(--p360-line);
  border-radius: 18px;
  box-shadow: 0 20px 46px -40px rgba(16, 29, 35, .34);
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.doc360-related-card:hover {
  border-color: rgba(11, 187, 200, .5);
  box-shadow: 0 30px 60px -42px rgba(11, 187, 200, .5);
  transform: translateY(-4px);
}
.doc360-related-card small {
  color: var(--p360-teal-deep);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .2em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.doc360-related-card b {
  color: var(--p360-ink);
  font-family: var(--p360-headings);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  margin: 0 0 12px;
}
.doc360-related-card span {
  align-items: center;
  color: var(--p360-teal-deep);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  margin-top: auto;
}
.doc360-related-card span::after { content: "\2192"; transition: transform .2s ease; }
.doc360-related-card:hover span::after { transform: translateX(4px); }
@media (max-width: 760px) { .doc360-related-grid { grid-template-columns: 1fr; } }

/* ---------- Meta de publicación y aviso ---------- */
.doc360-meta {
  color: #7a878d;
  font-size: 12.5px;
  margin: 30px auto 0;
  max-width: 1020px;
  padding: 0 20px;
  text-align: center;
}
.doc360-disclaimer {
  background: #eef7f8;
  border: 1px dashed #b9dfe2;
  border-radius: 14px;
  color: var(--p360-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 26px auto 0;
  max-width: 1020px;
  padding: 16px 22px;
  text-align: center;
}
.doc360-sources {
  background: linear-gradient(180deg, #ffffff, #f5f7f8);
  border: 1px solid #e7f1f2;
  border-radius: 16px;
  box-shadow: 0 10px 30px -18px rgba(16, 29, 35, .25);
  margin: 30px auto 0;
  max-width: 1020px;
  padding: 22px 26px;
}
.doc360-sources-title {
  color: var(--p360-teal-deep) !important;
  font-family: var(--p360-headings) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.doc360-sources-note {
  color: var(--p360-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 12px;
}
.doc360-sources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc360-sources-list li {
  color: var(--p360-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 8px;
  padding-left: 20px;
  position: relative;
}
.doc360-sources-list li::before {
  color: var(--p360-teal);
  content: "\2192";
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 0;
}
.doc360-sources-list a {
  color: var(--p360-teal-deep);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 187, 200, .4);
  transition: color .2s ease, border-color .2s ease;
}
.doc360-sources-list a:hover {
  color: var(--p360-teal);
  border-bottom-color: var(--p360-teal);
}

/* ---------- Proveedores recomendados ---------- */
.doc360-providers {
  margin: 30px auto 0;
  max-width: 1020px;
}
.doc360-providers-title {
  color: var(--p360-teal-deep) !important;
  font-family: var(--p360-headings) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.doc360-providers-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.doc360-provider-card {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7f8 100%);
  border: 1px solid var(--p360-line);
  border-radius: 18px;
  box-shadow: 0 18px 40px -24px rgba(16, 29, 35, .35);
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
  padding: 24px 22px 20px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.doc360-provider-card::before {
  background: linear-gradient(90deg, var(--p360-teal), var(--p360-teal-glow));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.doc360-provider-card::after {
  background: radial-gradient(120px 60px at 85% 0%, rgba(11, 187, 200, .14), transparent 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.doc360-provider-card:hover {
  border-color: rgba(11, 187, 200, .55);
  box-shadow: 0 26px 50px -22px rgba(11, 187, 200, .45);
  transform: translateY(-4px);
}
.doc360-provider-avatar {
  align-items: center;
  background: linear-gradient(135deg, var(--p360-teal), var(--p360-teal-deep));
  border-radius: 14px;
  box-shadow: 0 8px 18px -8px rgba(11, 187, 200, .7);
  color: #ffffff;
  display: flex;
  font-family: var(--p360-headings);
  font-size: 15px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  letter-spacing: .04em;
  margin-bottom: 6px;
  width: 44px;
}
.doc360-provider-role {
  color: var(--p360-teal-deep);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.doc360-provider-name {
  color: var(--p360-ink);
  font-family: var(--p360-headings);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}
.doc360-provider-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doc360-provider-action {
  align-items: center;
  border-radius: 12px;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.25;
  padding: 10px 14px;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.doc360-provider-action svg {
  flex: none;
}
.doc360-provider-action:hover,
.doc360-provider-action:focus,
.doc360-provider-action:visited {
  color: #ffffff !important;
  transform: translateX(2px);
}
.doc360-action-web {
  background: linear-gradient(135deg, #0bbbc8, #087482);
  color: #ffffff;
  box-shadow: 0 10px 20px -12px rgba(11, 187, 200, .7);
}
.doc360-action-web:hover {
  background: linear-gradient(135deg, #087482, #065f6b);
  box-shadow: 0 14px 26px -12px rgba(11, 187, 200, .8);
  color: #ffffff;
}
.doc360-action-wa {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  box-shadow: 0 10px 20px -12px rgba(22, 163, 74, .7);
}
.doc360-action-wa:hover {
  background: linear-gradient(135deg, #16a34a, #15803d);
  box-shadow: 0 14px 26px -12px rgba(22, 163, 74, .8);
  color: #ffffff;
}
@media (max-width: 767px) {
  html body .elementor.elementor-101 .elementor-element-doc360-seo1 .elementor-widget-wrap,
  html body .elementor.elementor-101 .elementor-element-doc360-seo1c .elementor-widget-wrap {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body .doc360-seo-cards {
    max-width: none !important;
    width: 100% !important;
    margin: 20px 0 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }
  body .doc360-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 22px 18px 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .doc360-sources,
  .doc360-stat,
  .doc360-meta {
    padding-left: 16px;
    padding-right: 16px;
  }
  .doc360-providers {
    padding: 0 16px;
  }
  .doc360-providers-grid {
    grid-template-columns: 1fr;
  }
  .doc360-provider-card {
    padding: 22px 18px 18px;
  }
  .doc360-provider-actions {
    gap: 10px;
  }
  .doc360-provider-action {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 11px 13px;
    white-space: normal;
    word-break: break-word;
    width: 100%;
    box-sizing: border-box;
  }
}

/* ---------- Todo lo que sigue al hero queda claro ----------
   site-static.css pinta html body.page-id-101 (y varias secciones)
   con #0d1b22. Como estas páginas heredan page-id-101, lo revertimos
   a fondo claro aquí (premium.css se carga después y gana en empate). */
html body.page-id-101 {
  background-color: #ffffff !important;
}
html body.page-id-101 :is(
  .elementor-element-696f3728,
  .elementor-element-doc360-seo1,
  .elementor-element-68f2af00,
  .elementor-element-0a399b7,
  .elementor-element-209bfe4e,
  .elementor-element-3b783298
) {
  background-color: #ffffff !important;
}
/* Línea cyan separadora al final del hero (igual que el index). */
html body .elementor.elementor-101 .elementor-element-696f3728::after {
  background: linear-gradient(90deg, transparent 5%, rgba(11,187,200,.22) 25%, #0bbbc8 50%, rgba(11,187,200,.22) 75%, transparent 95%) !important;
  bottom: 0 !important;
  box-shadow: 0 0 22px rgba(11, 187, 200, .28) !important;
  content: "" !important;
  display: block !important;
  height: 5px !important;
  left: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 5 !important;
}
html body .elementor.elementor-101 .elementor-element-doc360-seo1 {
  background: linear-gradient(180deg, #f5f7f8 0%, #eef7f8 55%, #ffffff 100%) !important;
  box-shadow: inset 0 1px 0 rgba(16, 29, 35, .04);
  padding: 10px 0 60px !important;
}

/* ---------- CTA con video de fondo ---------- */
html body .elementor-element-c6d2276 .elementor-background-video-container,
html body .elementor-element-c6d2276 .elementor-background-video-hosted {
  display: block !important;
  z-index: 0;
}
html body .elementor-element-c6d2276 {
  background: none !important;
  position: relative !important;
}
html body .elementor-element-c6d2276::after {
  background: linear-gradient(90deg, transparent 5%, rgba(11,187,200,.22) 25%, #0bbbc8 50%, rgba(11,187,200,.22) 75%, transparent 95%) !important;
  bottom: 0 !important;
  box-shadow: 0 0 22px rgba(11, 187, 200, .28) !important;
  content: "" !important;
  display: block !important;
  height: 5px !important;
  left: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 5 !important;
}
html body .elementor-element-c6d2276 .elementor-background-overlay {
  display: block !important;
  background: rgba(13, 18, 24, .42) !important;
  inset: 0 !important;
  position: absolute !important;
  z-index: 1 !important;
}
html body .elementor-element-c6d2276 > .elementor-container {
  position: relative;
  z-index: 2;
}
html body .elementor-element-c6d2276 .elementor-heading-title {
  color: #ffffff !important;
  font-family: var(--p360-headings) !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-align: center !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
body .elementor-element-c6d2276 a.elementor-button {
  background: linear-gradient(90deg, var(--p360-teal), var(--p360-teal-glow)) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 40px -16px rgba(11, 187, 200, .65);
  font-weight: 800 !important;
  letter-spacing: .06em;
  transition: transform .2s ease, box-shadow .2s ease;
}
body .elementor-element-c6d2276 a.elementor-button:hover {
  box-shadow: 0 24px 52px -18px rgba(11, 187, 200, .8);
  transform: translateY(-2px);
}

/* Botón hero */
body .doctor360-hero-plan-cta {
  background: linear-gradient(90deg, var(--p360-teal) 0%, var(--p360-teal-glow) 100%) !important;
  border-radius: 999px !important;
  box-shadow: 0 20px 46px -18px rgba(11, 187, 200, .7);
  font-family: var(--p360-sans) !important;
  font-weight: 800 !important;
  letter-spacing: .03em;
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
body .doctor360-hero-plan-cta .elementor-button-text {
  white-space: nowrap;
}
body .doctor360-hero-plan-cta:hover {
  box-shadow: 0 26px 58px -20px rgba(11, 187, 200, .85);
  transform: translateY(-2px);
}

/* ---------- Animaciones de aparición ---------- */
.doc360-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.22, .61, .36, 1), transform .7s cubic-bezier(.22, .61, .36, 1);
}
.doc360-reveal.doc360-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .doc360-reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Botón volver arriba ---------- */
.doc360-top {
  align-items: center;
  background: linear-gradient(135deg, var(--p360-teal), var(--p360-teal-deep));
  border: none;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 18px 44px -16px rgba(11, 187, 200, .75);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 52px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease;
  width: 52px;
  z-index: 9998;
}
.doc360-top.doc360-show { opacity: 1; pointer-events: auto; transform: none; }
.doc360-top:hover { transform: translateY(-3px); }
.doc360-top::before { content: "\2191"; }

