/* El Alzheimer — propuesta tipo maqueta (migas, columnas, CTA verde final) */

/* ——— Migas ——— */
.azm-breadcrumb {
  margin: 0 0 18px;
}

.azm-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #888;
}

.azm-breadcrumb__list a {
  color: #888;
  text-decoration: none;
}

.azm-breadcrumb__list a:hover,
.azm-breadcrumb__list a:focus-visible {
  color: var(--green);
  text-decoration: underline;
}

.azm-breadcrumb__list li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #c0c0c0;
}

.azm-breadcrumb__list li[aria-current="page"] {
  color: #555;
  font-weight: 600;
}

/* ——— Hero ——— */
.azm-hero {
  padding: clamp(32px, 5vw, 56px) 0 clamp(40px, 6vw, 72px);
  border-bottom: 1px solid var(--border);
}

.azm-hero__grid {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.azm-hero__label {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--page-accent);
}

.azm-hero__title {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: #111;
  letter-spacing: -0.02em;
}

.azm-hero__lead {
  margin: 0 0 26px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text);
  max-width: 50ch;
}

.azm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.azm-figure-circle {
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  max-width: min(100%, 420px);
  margin-left: auto;
  background: #fff;
  border: 3px solid var(--page-accent);
  box-shadow: 0 20px 50px rgba(15, 17, 19, 0.12);
}

.azm-figure-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

/* Botones con flecha (maqueta) */
.btn.btn--arrow::after {
  content: " ›";
  font-weight: 800;
}

.btn.btn--outline {
  background: #fff;
  color: var(--green);
  border: 2px solid var(--green);
}

.btn.btn--outline:hover,
.btn.btn--outline:focus-visible {
  background: rgba(118, 176, 65, 0.08);
}

.btn.btn--inverse {
  background: #fff;
  color: var(--green);
  border: 2px solid #fff;
}

.btn.btn--inverse:hover,
.btn.btn--inverse:focus-visible {
  background: rgba(255, 255, 255, 0.92);
}

.btn.btn--ghost-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.95);
}

.btn.btn--ghost-white:hover,
.btn.btn--ghost-white:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

/* ——— Bloque Qué es + Cómo afecta (50/50) ——— */
.azm-dual {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #fff;
}

.azm-dual__grid {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.azm-dual__title {
  margin: 0 0 16px;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
}

.azm-dual__text {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text);
}

.azm-dual__text:last-child {
  margin-bottom: 0;
}

.azm-cards-row {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.azm-mini-card {
  background: #f2f4f0;
  border-radius: 12px;
  padding: 18px 14px 20px;
  text-align: center;
  border: 1px solid #e5e8e0;
}

.azm-mini-card__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  color: var(--page-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.azm-mini-card__icon svg {
  display: block;
}

.azm-mini-card__title {
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #111;
  line-height: 1.25;
}

.azm-mini-card__text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
}

/* ——— Señales 2×5 ——— */
.azm-signs {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #fafbf8;
}

.azm-signs__head {
  max-width: var(--wrap);
  margin: 0 auto 28px;
  padding: 0 var(--wrap-gutter);
}

.azm-signs__kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--page-accent);
}

.azm-signs__title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #111;
}

.azm-signs__intro {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 56ch;
}

.azm-signs__foot {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
}

.azm-signs__grid {
  list-style: none;
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
  max-width: var(--wrap);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.azm-sign-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 18px 22px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(15, 17, 19, 0.04);
  min-width: 0;
}

.azm-sign-card__n {
  position: absolute;
  top: 14px;
  left: 14px;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--page-accent);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.azm-sign-card__icon {
  width: 48px;
  height: 48px;
  margin: 8px auto 14px;
  color: var(--page-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.azm-sign-card__icon svg {
  display: block;
}

.azm-sign-card__h {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.azm-sign-card__p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.azm-signs__note {
  max-width: var(--wrap);
  margin: clamp(24px, 4vw, 36px) auto 0;
  padding: 16px 20px;
  padding-left: 52px;
  background: var(--page-accent-soft);
  border: 1px solid var(--page-border-subtle);
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text);
  position: relative;
}

.azm-signs__note::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6fb9' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4M12 8h.01'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/* ——— Tríada consultar | foto | importancia ——— */
.azm-trio {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #fff;
}

.azm-trio__grid {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(200px, 0.75fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}

.azm-trio__col {
  min-width: 0;
}

.azm-trio__title {
  margin: 0 0 14px;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
}

.azm-trio__text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
}

.azm-trio__label {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--page-accent);
}

.azm-trio__list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.azm-trio__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
}

.azm-trio__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--page-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
}

.azm-trio__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 100%;
  min-height: 280px;
}

.azm-trio__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.azm-highlight {
  margin-top: 18px;
  padding: 18px 18px 18px 52px;
  background: var(--page-accent-soft);
  border: 1px solid var(--page-border-subtle);
  border-radius: 12px;
  position: relative;
}

.azm-highlight::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6fb9' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E")
    center / 22px 22px no-repeat;
}

.azm-highlight strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--page-accent);
  line-height: 1.35;
}

/* ——— Movimiento asociativo 60/40 ——— */
.azm-asoc {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #fff;
}

.azm-asoc__grid {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.azm-asoc__kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--page-accent);
}

.azm-asoc__title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #111;
}

.azm-asoc__sub {
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 48ch;
}

.azm-asoc__rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.azm-asoc__row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
}

.azm-asoc__row-icon {
  color: var(--page-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.azm-asoc__row p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
}

.azm-asoc__brand {
  color: var(--page-accent);
  font-weight: 800;
}

.azm-asoc__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--page-border-subtle);
  box-shadow: 0 16px 40px rgba(15, 17, 19, 0.08);
}

.azm-asoc__figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ——— CTA barra verde ——— */
.azm-cta {
  background: var(--green);
  color: #fff;
  padding: clamp(32px, 5vw, 48px) 0;
}

.azm-cta__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
  justify-content: space-between;
}

.azm-cta__brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex: 1;
  min-width: min(100%, 280px);
}

.azm-cta__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  color: #fff;
  opacity: 0.95;
}

.azm-cta__text {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.4;
  max-width: 36ch;
}

.azm-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .azm-dual__grid {
    grid-template-columns: 1fr;
  }

  .azm-trio__grid {
    grid-template-columns: 1fr;
  }

  .azm-trio__figure {
    min-height: 220px;
    max-height: 320px;
    order: -1;
  }

  .azm-asoc__grid {
    grid-template-columns: 1fr;
  }

  .azm-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .azm-cta__actions {
    width: 100%;
  }

  .azm-cta__actions .btn {
    flex: 1;
    min-width: 140px;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .azm-hero__grid {
    grid-template-columns: 1fr;
  }

  .azm-figure-circle {
    margin: 0 auto;
    max-width: 360px;
  }

  .azm-cards-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .azm-signs__grid {
    grid-template-columns: 1fr;
  }

  .azm-hero__actions .btn,
  .azm-cta__actions .btn {
    width: 100%;
  }
}

/* ——— Bloques temáticos (enfermedad, tratamiento, cuidados…) ——— */
.azm-topic {
  padding: clamp(44px, 5.5vw, 76px) 0;
  background: #fff;
}

.azm-topic--tint {
  background: #fafbf8;
}

.azm-topic__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--wrap-gutter);
}

.azm-topic__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.azm-topic__kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--page-accent);
}

.azm-topic__title {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  max-width: 40ch;
}

.azm-topic__text {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text);
  max-width: 68ch;
}

.azm-topic__text--lead {
  font-size: 1.02rem;
  color: var(--muted);
  max-width: 62ch;
}

.azm-topic__text--wide {
  max-width: 76ch;
}

.azm-topic__foot {
  margin: 20px 0 0;
}

.azm-link-ext {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--page-accent);
  text-decoration: none;
}

.azm-link-ext::after {
  content: " →";
  font-weight: 600;
}

.azm-link-ext:hover,
.azm-link-ext:focus-visible {
  text-decoration: underline;
}

.azm-topic__cards {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.azm-card {
  min-width: 0;
  padding: clamp(20px, 2.5vw, 26px) clamp(18px, 2vw, 22px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 17, 19, 0.04);
}

.azm-card__title {
  margin: 0 0 10px;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--page-accent);
  line-height: 1.3;
}

.azm-card__text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--text);
}

/* Dato destacado */
.azm-stat {
  padding: clamp(24px, 3vw, 32px) clamp(20px, 2.5vw, 28px);
  background: var(--page-accent-soft);
  border: 1px solid var(--page-border-subtle);
  border-radius: 12px;
  text-align: center;
}

.azm-stat__figure {
  margin: 0 0 8px;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: var(--page-accent);
}

.azm-stat__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text);
}

/* Lista con marca de verificación */
.azm-checklist {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  max-width: 82ch;
}

.azm-checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
}

.azm-checklist li:last-child {
  margin-bottom: 0;
}

.azm-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--page-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .azm-topic__grid {
    grid-template-columns: 1fr;
  }
}
