/* ==========================================================================
   1. GLOBAL & COMMONS
   ========================================================================== */

:root {
  color-scheme: light dark;
}

[data-theme="light"] {
  color-scheme: light;
}

[data-theme="dark"] {
  color-scheme: dark;
}

.seo-floating-whatsapp:focus-visible,
.accordion-button:focus-visible {
  outline: 3px solid rgba(255, 223, 73, 0.9);
  outline-offset: 4px;
}

#main-content {
  overflow-x: clip;
}

#main-content section[id] {
  scroll-margin-top: 6rem;
}

.seo-intro,
.seo-process,
.seo-faq {
  padding: 5.5rem 0;
}

.seo-includes,
.seo-diagnosis,
.seo-final-cta {
  padding: 5.75rem 0;
}

.seo-aeo,
.seo-reasons {
  padding: 6rem 0;
}

.seo-aeo h2,
.seo-diagnosis h2,
.seo-reasons h2 {
  margin: 0 0 1rem;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--dark);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: auto;
  transition: none;
}

@media (max-width: 991.98px) {
  .dt-button {
    width: 100%;
  }
}

@media (max-width: 767.98px) {

  .seo-intro,
  .seo-process,
  .seo-faq,
  .seo-includes,
  .seo-diagnosis,
  .seo-final-cta,
  .seo-aeo,
  .seo-reasons {
    padding: 4.5rem 0;
  }

  .dt-section-header {
    margin-bottom: 2.25rem;
  }

  #main-content .row {
    --bs-gutter-x: 0;
  }

  #main-content section[id] {
    scroll-margin-top: 5rem;
  }

  [data-aos="fade-right"],
  [data-aos="fade-left"] {
    transform: translate3d(0, 1.5rem, 0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .dt-button,
  .dt-logo-card,
  .seo-aeo__panel,
  .seo-diagnosis__box,
  .seo-diagnosis__offer,
  .seo-process-plan__item,
  .seo-reason,
  .seo-final-cta__path,
  .seo-floating-whatsapp {
    transition: none;
  }
}

/* ==========================================================================
   2. HERO
   ========================================================================== */

.seo-hero.dt-page-hero {
  padding: 4.25rem 0 2.5rem;
  background:
    linear-gradient(rgba(7, 134, 173, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 134, 173, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 11% 18%, rgba(255, 223, 73, 0.18), transparent 28%),
    radial-gradient(circle at 89% 10%, rgba(69, 164, 194, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 252, 255, 0.92));
  background-size: 84px 84px, 84px 84px, auto, auto, auto;
}

.seo-hero.dt-page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7rem;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.78));
  content: "";
  pointer-events: none;
}

.seo-hero .container {
  position: relative;
  z-index: 1;
}

.seo-hero .row {
  row-gap: 3rem;
}

.seo-hero__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.seo-hero__eyebrow .dt-eyebrow {
  margin-bottom: 0;
}

.seo-hero__eyebrow span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.42rem 0.8rem;
  color: rgba(5, 4, 32, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(5, 4, 32, 0.07);
  border-radius: 999px;
}

.seo-hero .dt-page-hero__title {
  margin-bottom: 0.9rem;
  max-width: 18ch;
  color: var(--dark);
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-hero .dt-page-hero__subtitle {
  max-width: 38rem;
  color: var(--primario);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.42;
}

.seo-hero .dt-page-hero__lead {
  max-width: 39rem;
  color: rgba(5, 4, 32, 0.68);
  font-size: 1.02rem;
  line-height: 1.66;
}

.seo-hero .dt-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.15rem 0 1rem;
}

.seo-hero .dt-page-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 42rem;
}

.seo-hero .dt-page-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.82rem;
  color: rgba(5, 4, 32, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(5, 4, 32, 0.06);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(5, 4, 32, 0.035);
}

.seo-hero .dt-page-hero__trust-item i {
  color: var(--primario);
}

.seo-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 24rem;
  isolation: isolate;
}

.seo-hero-visual__art {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -0.5rem;
  width: 100%;
  pointer-events: none;
}

.seo-hero-visual__art img {
  display: block;
  width: min(100%, 25.5rem);
  height: auto;
}

@media (max-width: 1199.98px) {
  .seo-hero .dt-page-hero__title {
    font-size: 3.6rem;
  }

  .seo-hero-visual__art img {
    width: min(100%, 28rem);
  }
}

@media (max-width: 991.98px) {
  .seo-hero.dt-page-hero {
    padding: 4rem 0 3rem;
  }

  .seo-hero .dt-page-hero__title {
    max-width: 16ch;
    font-size: 3.1rem;
  }

  .seo-hero-visual {
    margin-top: 0.5rem;
    min-height: 21rem;
  }

  .seo-hero-visual__art img {
    width: min(100%, 25rem);
  }
}

@media (max-width: 767.98px) {
  .seo-hero.dt-page-hero {
    padding: 2.25rem 0 2.25rem;
    background-size: 56px 56px, 56px 56px, auto, auto, auto;
  }

  .seo-hero .dt-page-hero__title,
  .seo-hero .dt-page-hero__subtitle,
  .seo-hero .dt-page-hero__lead,
  .seo-hero .dt-page-hero__trust,
  .seo-hero .dt-page-hero__actions,
  .seo-hero-visual {
    inline-size: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .seo-hero__eyebrow {
    justify-content: center;
  }

  .seo-hero__eyebrow .dt-eyebrow,
  .seo-hero__eyebrow span {
    justify-content: center;
    text-align: center;
  }

  .seo-hero .row>[class*="col-"] {
    min-inline-size: 0;
  }

  .seo-hero .dt-page-hero__title {
    overflow-wrap: break-word;
    font-size: 2.2rem;
    text-wrap: balance;
  }

  .seo-hero .dt-page-hero__subtitle {
    font-size: 1rem;
    line-height: 1.35;
  }

  .seo-hero .dt-page-hero__lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .seo-hero .dt-page-hero__actions {
    margin: 1rem 0 0.9rem;
  }

  .seo-hero .dt-page-hero__actions,
  .seo-hero .dt-page-hero__trust {
    justify-content: center;
  }

  .seo-hero .dt-page-hero__actions .dt-button {
    max-inline-size: 100%;
    white-space: normal;
  }

  .seo-hero-visual {
    min-height: 18.5rem;
  }

  .seo-hero-visual::before {
    inset: 8% 4% 8%;
    border-radius: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .seo-hero .container {
    padding-inline: 1.25rem;
  }

  .seo-hero .row {
    margin-inline: 0;
  }

  .seo-hero .row>[class*="col-"] {
    padding-inline: 0;
  }

  .seo-hero .dt-page-hero__title {
    max-width: 100%;
    font-size: clamp(1.92rem, 8.5vw, 2.18rem);
  }

  .seo-hero-visual {
    padding: 0.85rem;
    min-height: 17rem;
  }

  .seo-hero-visual__art {
    margin: -0.45rem;
  }
}

/* ==========================================================================
   3. DIAGNOSIS
   ========================================================================== */

.seo-diagnosis {
  overflow: clip;
  margin: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 252, 255, 0.94) 100%);
}

.seo-diagnosis__intro {
  display: grid;
  gap: 1rem;
}

.seo-diagnosis [data-aos] {
  transform: none !important;
}

.seo-diagnosis__intro .dt-eyebrow {
  margin-bottom: 0;
}

.seo-diagnosis__box {
  margin: 0;
  padding: 1.35rem;
  width: auto;
  height: auto;
  color: inherit;
  border: 1px solid rgba(7, 134, 173, 0.13);
  border-radius: 2rem;
  box-shadow: 0 24px 54px rgba(5, 4, 32, 0.07);
  z-index: auto;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-diagnosis__box:hover {
  border-color: rgba(7, 134, 173, 0.18);
  box-shadow: 0 28px 62px rgba(5, 4, 32, 0.08);
}

.seo-diagnosis__box p {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(5, 4, 32, 0.72);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: auto;
  transition: none;
}

.seo-diagnosis__box-header {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 1.35rem;
}

.seo-diagnosis__box-kicker {
  color: var(--primario);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-diagnosis__box-header p {
  max-width: 42rem;
  color: rgba(5, 4, 32, 0.66);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.65;
}

@media (max-width: 767.98px) {
  .seo-diagnosis__box {
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .seo-diagnosis__box-header {
    border-radius: 1.1rem;
  }
}

.seo-diagnosis__intro-text {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(5, 4, 32, 0.68);
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.72;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-diagnosis__illustration {
  display: block;
  margin: 0.5rem 0 0;
  width: min(100%, 24rem);
  height: auto;
  filter: drop-shadow(0 20px 26px rgba(5, 4, 32, 0.09));
}

.seo-diagnosis__checklist {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 1.25rem;
  padding: 0;
  gap: 0.75rem;
  width: auto;
  height: auto;
  background: transparent;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-diagnosis__check-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 1rem;
  gap: 0.7rem;
  width: auto;
  height: auto;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1.1rem;
  box-shadow: none;
  z-index: auto;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.seo-diagnosis__check-item:hover {
  background: rgba(7, 134, 173, 0.04);
  border-color: rgba(7, 134, 173, 0.16);
}

.seo-diagnosis__check-item i {
  margin: 0.12rem 0 0;
  padding: 0;
  width: 1.9rem;
  flex-shrink: 0;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 134, 173, 0.08);
  color: var(--primario);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
}

.seo-diagnosis__check-item p {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(5, 4, 32, 0.78);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}


.seo-diagnosis__offer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 1.25rem;
  gap: 1rem;
  width: auto;
  height: auto;
  background: linear-gradient(145deg, rgba(5, 4, 32, 0.98) 0%, rgba(8, 8, 35, 0.96) 100%);
  color: var(--white);
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  box-shadow: 0 18px 34px rgba(5, 4, 32, 0.1);
  transition: box-shadow 0.25s ease;
}

.seo-diagnosis__offer:hover {
  box-shadow: 0 24px 44px rgba(5, 4, 32, 0.14);
}

.seo-diagnosis__offer-label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.35rem 0.75rem;
  width: auto;
  height: auto;
  background: rgba(255, 223, 73, 0.14);
  color: var(--cuarto);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 223, 73, 0.22);
  border-radius: 999px;
  box-shadow: none;
}

.seo-diagnosis__offer ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 0.55rem;
  width: auto;
  height: auto;
  background: transparent;
  flex-direction: column;
  list-style: none;
}

.seo-diagnosis__offer li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.35rem;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-diagnosis__offer li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--cuarto);
  border-radius: 999px;
  content: "";
}

.seo-diagnosis__offer .dt-button {
  margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
  .seo-diagnosis__offer {
    padding: 1.2rem;
    border-radius: 1.1rem;
  }
}

@media (max-width: 991.98px) {
  .seo-diagnosis__checklist {
    grid-template-columns: 1fr;
  }

  .seo-diagnosis__illustration {
    margin-inline: auto;
  }
}

/* ==========================================================================
   4. INTRO
   ========================================================================== */

.seo-intro {
  padding: 5rem 0;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.98) 0%, rgba(237, 248, 252, 0.78) 100%);
}

.seo-intro__editorial {
  display: grid;
  align-items: end;
  gap: 2rem;
  margin-bottom: 4rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
}

.seo-intro__lead {
  max-width: 50rem;
}

.seo-intro__lead h2 {
  margin: 0 0 1.1rem;
  color: var(--dark);
  font-size: clamp(2.15rem, 3.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-intro__lead p {
  margin: 0;
  max-width: 45rem;
  color: rgba(5, 4, 32, 0.72);
  font-size: 1.08rem;
  line-height: 1.74;
}

.seo-intro__system {
  padding-left: 1.35rem;
  border-left: 2px solid rgba(7, 134, 173, 0.22);
}

.seo-intro__system>span {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--primario);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-intro__system ol {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-intro__system li {
  display: grid;
  gap: 0.15rem;
}

.seo-intro__system strong {
  color: var(--dark);
  font-size: 1rem;
  line-height: 1.3;
}

.seo-intro__system small {
  color: rgba(5, 4, 32, 0.62);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.seo-intro__row {
  row-gap: 3rem;
}

.seo-intro__content {
  max-width: 40rem;
}

.seo-intro__headline {
  margin: 0 0 1.15rem;
  color: var(--dark);
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-intro__opening {
  margin: 0 0 1.65rem;
  max-width: 38rem;
  color: rgba(5, 4, 32, 0.7);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.76;
}

.seo-intro__pillars {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.65rem;
  flex-wrap: wrap;
  list-style: none;
}

.seo-intro__pillars li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  color: var(--dark);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  border: 1px solid rgba(7, 134, 173, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(5, 4, 32, 0.035);
}

.seo-intro__pillars li:hover {
  background: rgba(7, 134, 173, 0.07);
  border-color: rgba(7, 134, 173, 0.26);
}

.seo-intro__pillars li i {
  color: var(--secundario);
  font-size: 1rem;
  line-height: 1;
}

.seo-intro__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(18rem, 32vw, 29rem);
}

.seo-intro__illustration {
  position: relative;
  display: block;
  width: min(100%, 29rem);
  height: auto;
  filter: drop-shadow(0 26px 32px rgba(5, 4, 32, 0.11));
  z-index: 1;
  object-fit: contain;
}

.seo-intro__media-badge {
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 1rem;
  background: rgba(5, 4, 32, 0.72);
  backdrop-filter: blur(12px);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(5, 4, 32, 0.2);
  z-index: 2;
  pointer-events: none;
}

.seo-intro__media-badge i {
  color: var(--cuarto);
  font-size: 0.95rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .seo-intro__editorial {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .seo-intro {
    padding: 4.5rem 0;
  }

  .seo-intro__editorial {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .seo-intro__lead h2 {
    font-size: clamp(1.95rem, 10vw, 2.55rem);
  }

  .seo-intro__system {
    padding-left: 1rem;
  }

  .seo-intro__pillars {
    gap: 0.5rem;
  }

  .seo-intro__pillars li {
    width: 100%;
  }

  .seo-intro__media-badge {
    right: auto;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}

/* ==========================================================================
   5. REASONS
   ========================================================================== */

.seo-reasons {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 252, 255, 0.9));
}

.seo-reasons__lead {
  display: grid;
  gap: 1rem;
  max-width: 34rem;
}

.seo-reasons__lead p,
.seo-reasons__lead blockquote {
  margin: 0;
  color: rgba(5, 4, 32, 0.68);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.75;
}

.seo-reasons__lead blockquote {
  padding-left: 1rem;
  color: var(--dark);
  font-weight: 700;
  border-left: 3px solid var(--cuarto);
}

.seo-reasons__points {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(5, 4, 32, 0.09);
}

.seo-reason {
  display: grid;
  gap: 1.1rem;
  padding: 1.35rem 0;
  grid-template-columns: 3rem minmax(0, 1fr);
  border-bottom: 1px solid rgba(5, 4, 32, 0.09);
  transition: padding-inline 0.2s ease, background-color 0.2s ease;
}

.seo-reason:hover {
  padding-inline: 0.85rem;
  background: rgba(7, 134, 173, 0.035);
  border-radius: 1rem;
}

.seo-reason__num {
  color: rgba(5, 100, 130, 0.38);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.seo-reason h3 {
  margin: 0;
  color: var(--dark);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.seo-reason p {
  margin: 0;
  color: rgba(5, 4, 32, 0.72);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
}

.seo-reason__body {
  display: grid;
  gap: 0.35rem;
}

@media (max-width: 767.98px) {
  .seo-reason {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }
}

/* ==========================================================================
   6. CLIENT LOGOS
   ========================================================================== */

.ads-client-logos.dt-proof-strip {
  padding: 2.5rem 0 4.5rem;
  background: rgba(255, 255, 255, 0.95);
  scroll-margin-top: 6rem;
}

.dt-proof-strip__intro {
  display: grid;
  align-items: end;
  gap: 1rem 2rem;
  margin-bottom: 1.4rem;
  grid-template-columns: minmax(12rem, 0.45fr) minmax(0, 1fr);
}

.dt-proof-strip__intro p {
  margin: 0;
  max-width: 48rem;
  color: rgba(5, 4, 32, 0.6);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.68;
}

.dt-proof-strip__divider {
  height: 1px;
  margin-bottom: 1.1rem;
  background: linear-gradient(90deg, transparent, rgba(7, 134, 173, 0.16), transparent);
}

.dt-logo-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dt-logo-card {
  display: grid;
  place-items: center;
  min-height: 5.75rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(5, 4, 32, 0.055);
  border-radius: 0.9rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.dt-logo-card:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(7, 134, 173, 0.14);
}

.dt-logo-card img {
  display: block;
  max-width: 82%;
  max-height: 2.65rem;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.74;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.dt-logo-card:hover img {
  filter: grayscale(0);
  opacity: 0.95;
}

@media (max-width: 991.98px) {
  .dt-proof-strip__intro {
    grid-template-columns: 1fr;
  }

  .dt-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ads-client-logos.dt-proof-strip {
    padding: 2rem 0 4rem;
  }
}

@media (max-width: 575.98px) {
  .dt-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dt-logo-card {
    min-height: 5.25rem;
  }
}

/* ==========================================================================
   7. PROCESS
   ========================================================================== */

.seo-process {
  background: rgba(255, 255, 255, 0.94);
}

.seo-process__lead {
  position: sticky;
  top: 5.5rem;
  display: grid;
  gap: 1.25rem;
}

.seo-process__title {
  margin: 0;
  color: var(--dark);
  font-family: var(--fonth3_lg);
  font-size: clamp(1.75rem, 2.8vw, 2.3rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.seo-process__desc {
  margin: 0;
  color: rgba(5, 4, 32, 0.6);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
}

.seo-process__lead-note {
  display: flex;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  gap: 0.65rem;
  background: rgba(7, 134, 173, 0.05);
  color: rgba(5, 4, 32, 0.65);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
  border: 1px solid rgba(7, 134, 173, 0.14);
  border-radius: 0.85rem;
}

.seo-process__lead-note i {
  margin: 0.1rem 0 0;
  flex-shrink: 0;
  color: var(--secundario);
  font-size: 1.05rem;
  line-height: 1;
}

.seo-process-plan {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.35rem;
  list-style: none;
}

.seo-process-plan__item {
  display: grid;
  align-items: start;
  gap: 1rem;
  padding: 1.2rem 0;
  grid-template-columns: 3.25rem minmax(0, 1fr) 7rem;
  border-bottom: 1px solid rgba(5, 4, 32, 0.085);
  transition: background-color 0.2s ease, padding-inline 0.2s ease;
}

.seo-process-plan__item:first-child {
  border-top: 1px solid rgba(5, 4, 32, 0.085);
}

.seo-process-plan__item:hover {
  padding-inline: 0.85rem;
  background: rgba(7, 134, 173, 0.035);
  border-radius: 1rem;
}

.seo-process-plan__num {
  color: rgba(5, 100, 130, 0.34);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-transform: uppercase;
}

.seo-process-plan__content {
  display: grid;
  gap: 0.5rem;
}

.seo-process-plan__content h3 {
  margin: 0;
  color: var(--primario);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
}

.seo-process-plan__content p {
  margin: 0;
  color: rgba(5, 4, 32, 0.6);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.7;
}

.seo-process-plan__output {
  justify-self: end;
  padding: 0.38rem 0.62rem;
  width: fit-content;
  max-width: 100%;
  background: rgba(7, 134, 173, 0.075);
  color: var(--secundario);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border: 1px solid rgba(7, 134, 173, 0.14);
  border-radius: 999px;
}

@media (max-width: 991.98px) {
  .seo-process__lead {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .seo-process-plan__item {
    gap: 0.5rem 0.8rem;
    grid-template-columns: 2.75rem minmax(0, 1fr);
  }

  .seo-process-plan__output {
    justify-self: start;
    grid-column: 2;
  }
}

/* ==========================================================================
   8. AEO
   ========================================================================== */

.seo-aeo {
  position: relative;
  overflow: clip;
  margin: 0;
  padding: 4.75rem 0;
  width: auto;
  height: auto;
  background:
    radial-gradient(circle at 12% 14%, rgba(7, 134, 173, 0.28), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(255, 223, 73, 0.12), transparent 30%),
    linear-gradient(135deg, #050420 0%, #080823 48%, #0b1434 100%);
  isolation: isolate;
}

.seo-aeo::before {
  position: absolute;
  inset: 1.5rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 2rem;
  content: "";
  opacity: 0.62;
  pointer-events: none;
  z-index: -1;
}

.seo-aeo__intro {
  display: grid;
  gap: 1.1rem;
  max-width: 42rem;
}

.seo-aeo__intro h2 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--white);
  font-size: clamp(2rem, 3.5vw, 3.05rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-wrap: balance;
}

.seo-aeo__intro-text {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.72;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-aeo__principles {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-aeo__principles li {
  display: grid;
  align-items: start;
  gap: 0.35rem 1rem;
  padding: 0.8rem 0;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-aeo__principles span {
  color: rgba(255, 223, 73, 0.84);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.seo-aeo__principles strong {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.seo-aeo__principles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.62;
  grid-column: 2;
}

.seo-aeo__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  background: transparent;
}

.seo-aeo__platforms {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 0.45rem;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  background: transparent;
}

.seo-aeo__platform-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.42rem 0.78rem;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  box-shadow: none;
  z-index: auto;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.seo-aeo__platform-badge:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.26);
}

.seo-aeo__platform-badge i {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--cuarto);
  font-size: 1rem;
  font-weight: inherit;
  line-height: 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-aeo__panel {
  display: grid;
  align-items: start;
  justify-content: stretch;
  margin: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  width: auto;
  height: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  color: inherit;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2rem;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.28);
  z-index: auto;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-aeo__illustration {
  display: block;
  align-self: center;
  justify-self: center;
  margin: -1.25rem 0 -1rem;
  width: min(100%, 19.5rem);
  height: auto;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.22));
}

/* AI Chat Mockup Container */
.seo-aeo__chat-mock {
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgba(8, 11, 28, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

/* Header */
.seo-aeo__chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-aeo__chat-controls {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.seo-aeo__chat-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.seo-aeo__chat-dot:nth-child(1) { background: rgba(255, 95, 88, 0.7); }
.seo-aeo__chat-dot:nth-child(2) { background: rgba(255, 189, 46, 0.7); }
.seo-aeo__chat-dot:nth-child(3) { background: rgba(39, 201, 63, 0.7); }

.seo-aeo__chat-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.seo-aeo__chat-status {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.seo-aeo__pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27c93f;
  box-shadow: 0 0 8px #27c93f;
  animation: seo-aeo-pulse 2s infinite;
}

@keyframes seo-aeo-pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(39, 201, 63, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(39, 201, 63, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(39, 201, 63, 0); }
}

/* Chat Body & Messages */
.seo-aeo__chat-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.seo-aeo__chat-msg {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.seo-aeo__chat-avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.seo-aeo__chat-avatar--user {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.seo-aeo__chat-avatar--ai {
  background: linear-gradient(135deg, var(--primario, #ff5e36), #9b51e0);
  color: #fff;
  box-shadow: 0 0 12px rgba(155, 81, 224, 0.4);
}

.seo-aeo__chat-bubble {
  flex: 1;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.85rem;
  padding: 0.75rem 0.9rem;
}

.seo-aeo__chat-msg--user .seo-aeo__chat-bubble {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.seo-aeo__chat-msg--ai .seo-aeo__chat-bubble {
  background: rgba(15, 20, 50, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.seo-aeo__chat-author {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.seo-aeo__chat-prompt {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.seo-aeo__chat-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.seo-aeo__chat-badge {
  font-size: 0.7rem;
  font-weight: 600;
  color: #38ef7d;
  background: rgba(56, 239, 125, 0.12);
  border: 1px solid rgba(56, 239, 125, 0.25);
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.seo-aeo__chat-text {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.seo-aeo__chat-text strong {
  color: var(--cuarto, #ffc107);
  font-weight: 700;
}

/* Citation Card */
.seo-aeo__citation-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: rgba(7, 134, 173, 0.12);
  border: 1px solid rgba(7, 134, 173, 0.25);
  padding: 0.5rem 0.75rem;
  border-radius: 0.6rem;
  margin-bottom: 0.6rem;
}

.seo-aeo__citation-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #00d2ff;
  font-size: 0.9rem;
}

.seo-aeo__citation-info div {
  display: flex;
  flex-direction: column;
}

.seo-aeo__citation-title {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
}

.seo-aeo__citation-url {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
}

.seo-aeo__citation-status {
  font-size: 0.7rem;
  font-weight: 700;
  color: #00d2ff;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* Chat Actions Footer */
.seo-aeo__chat-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.seo-aeo__action-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.4rem;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.seo-aeo__action-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Mock Chat Input Bar */
.seo-aeo__chat-input-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.6rem 0.85rem;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
}

.seo-aeo__chat-send-btn {
  color: var(--primario, #ff5e36);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  opacity: 0.7;
}

.seo-aeo__panel-note {
  margin: 0;
  padding: 0.95rem 1rem;
  background: rgba(255, 223, 73, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.55;
  border: 1px solid rgba(255, 223, 73, 0.18);
  border-radius: 1rem;
}

@media (max-width: 991.98px) {
  .seo-aeo__intro {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .seo-aeo::before {
    inset: 0.8rem;
    border-radius: 1.5rem;
  }

  .seo-aeo__actions .dt-button {
    width: 100%;
  }

  .seo-aeo__principles li {
    grid-template-columns: 2.25rem minmax(0, 1fr);
  }

  .seo-aeo__panel {
    border-radius: 1.5rem;
  }

  .seo-aeo__illustration {
    width: min(100%, 17.5rem);
  }
}

/* ==========================================================================
   9. INCLUDES
   ========================================================================== */

.seo-includes {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 223, 73, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(246, 251, 254, 0.98), rgba(255, 255, 255, 0.98));
}

.seo-includes__lead {
  position: sticky;
  top: 5.5rem;
  display: grid;
  gap: 1.25rem;
}

.seo-includes__title {
  margin: 0;
  color: var(--dark);
  font-family: var(--fonth3_lg);
  font-size: clamp(1.75rem, 2.8vw, 2.3rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.seo-includes__desc,
.seo-includes__note {
  margin: 0;
  color: rgba(5, 4, 32, 0.6);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
}

.seo-includes__note {
  padding: 1rem 1.1rem;
  background: rgba(7, 134, 173, 0.055);
  color: rgba(5, 4, 32, 0.68);
  font-size: 0.92rem;
  font-weight: 700;
  border-left: 3px solid rgba(7, 134, 173, 0.28);
  border-radius: 0 0.9rem 0.9rem 0;
}

.seo-includes__matrix {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.seo-includes__item {
  display: grid;
  align-content: start;
  min-height: 12rem;
  padding: 1.25rem;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(5, 4, 32, 0.06);
  border-radius: 1.1rem;
  box-shadow: 0 16px 34px rgba(5, 4, 32, 0.045);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.seo-includes__item:hover {
  border-color: rgba(7, 134, 173, 0.26);
  transform: translateY(-2px);
}

.seo-includes__item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  background: rgba(7, 134, 173, 0.08);
  color: var(--secundario);
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid rgba(7, 134, 173, 0.14);
  border-radius: 0.75rem;
}

.seo-includes__item h3 {
  margin: 0;
  color: var(--dark);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
}

.seo-includes__item p {
  margin: 0;
  color: rgba(5, 4, 32, 0.6);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .seo-includes__lead {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .seo-includes__matrix {
    grid-template-columns: 1fr;
  }

  .seo-includes__item {
    min-height: auto;
  }
}

/* ==========================================================================
   10. REACH
   ========================================================================== */

#alcance-seo.seo-reach {
  padding-top: 4.5rem;
  padding-bottom: 4.75rem;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 223, 73, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 254, 0.95));
}

#alcance-seo.seo-reach .home-coverage__layout {
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.65rem;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
  border-bottom-color: rgba(5, 4, 32, 0.07);
}

#alcance-seo.seo-reach .home-coverage__copy h2 {
  max-width: 22ch;
}

#alcance-seo.seo-reach .home-coverage__signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

#alcance-seo.seo-reach .home-coverage__signals li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.52rem 0.78rem;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(5, 4, 32, 0.76);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 999px;
}

#alcance-seo.seo-reach .home-coverage__signals i {
  color: var(--primario);
}

#alcance-seo.seo-reach .home-coverage__visual img {
  width: min(100%, 15rem);
}

#alcance-seo.seo-reach .home-coverage__cities {
  gap: 0.38rem;
}

#alcance-seo.seo-reach .home-coverage__cities li {
  min-height: 2.35rem;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: none;
}

@media (max-width: 991.98px) {
  #alcance-seo.seo-reach .home-coverage__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  #alcance-seo.seo-reach {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
  }

  #alcance-seo.seo-reach .home-coverage__cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

/* ==========================================================================
   11. TESTIMONIALS
   ========================================================================== */

[data-theme="dark"] .seo-testimonials {
  color: var(--dark);
  background:
    linear-gradient(135deg, rgba(255, 223, 73, 0.98) 0%, rgba(255, 231, 118, 0.98) 54%, rgba(255, 223, 73, 0.98) 100%);
  color-scheme: light;
}

[data-theme="dark"] .seo-testimonials .dt-eyebrow {
  color: var(--dark);
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(5, 4, 32, 0.12);
}

[data-theme="dark"] .seo-testimonials .dt-title,
[data-theme="dark"] .seo-testimonials .dt-text {
  color: var(--dark);
}

/* ==========================================================================
   12. FAQ
   ========================================================================== */

.seo-faq {
  margin: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(180deg, rgba(240, 248, 252, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.seo-faq .dt-section-header {
  max-width: 48rem;
}

.seo-faq .dt-section-header .dt-text {
  margin: 0 auto;
  max-width: 42rem;
  color: rgba(5, 4, 32, 0.68);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
}

.seo-faq__accordion {
  margin: 0 auto;
  max-width: 920px;
}

.seo-faq .accordion-item {
  margin: 0 0 1rem;
  padding: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(5, 4, 32, 0.06);
  border-radius: 1.2rem;
  box-shadow: 0 12px 30px rgba(5, 4, 32, 0.03);
}

.seo-faq .accordion-button {
  margin: 0;
  padding: 1.35rem 1.5rem;
  width: 100%;
  height: auto;
  background: transparent;
  color: var(--dark);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border: 0;
  border-radius: 1.2rem;
  box-shadow: none;
  z-index: auto;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.seo-faq .accordion-button:not(.collapsed) {
  background: rgba(7, 134, 173, 0.06);
  color: var(--secundario);
}

.seo-faq .accordion-button::after {
  margin-left: auto;
}

.seo-faq .accordion-body {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(5, 4, 32, 0.72);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.72;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* ==========================================================================
   13. FINAL CTA
   ========================================================================== */

.seo-final-cta {
  position: relative;
  overflow: clip;
  margin: 0;
  width: auto;
  height: auto;
  background:
    radial-gradient(circle at 15% 10%, rgba(7, 134, 173, 0.22), transparent 34%),
    radial-gradient(circle at 88% 92%, rgba(255, 223, 73, 0.1), transparent 28%),
    linear-gradient(135deg, #050420 0%, #0c1a40 100%);
  color: var(--white);
}

.seo-final-cta__heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 2.5rem;
  padding: 0;
  max-width: 46rem;
  width: auto;
  height: auto;
  background: transparent;
  text-align: left;
  flex-direction: column;
  gap: 1rem;
}

.seo-final-cta__title {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--white);
  font-family: var(--fonth2_lg);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-final-cta__desc {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  max-width: 43rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.72;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* --- Two-path grid --- */

.seo-final-cta__paths {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
  align-items: stretch;
  gap: 1rem;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  background: transparent;
}

.seo-final-cta__path {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 1.6rem;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.05);
  color: inherit;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  z-index: auto;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-final-cta__path--primary {
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.052));
  border-color: rgba(255, 223, 73, 0.22);
}

.seo-final-cta__path:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.seo-final-cta__path--wa {
  justify-content: center;
  box-shadow: none;
  border-color: rgba(37, 211, 102, 0.12);
}

.seo-final-cta__path--wa:hover {
  border-color: rgba(37, 211, 102, 0.22);
}

.seo-final-cta__path-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  background: rgba(7, 134, 173, 0.14);
  color: var(--cuarto);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid rgba(7, 134, 173, 0.24);
  border-radius: 1rem;
  box-shadow: none;
}

.seo-final-cta__path-icon--wa {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.2);
}

.seo-final-cta__path h3 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--white);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-final-cta__path p {
  margin: 0;
  padding: 0;
  flex: 1;
  height: auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.97rem;
  font-weight: 500;
  line-height: 1.7;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-final-cta__path .dt-button {
  width: auto;
  justify-content: center;
  text-align: center;
}

.seo-final-cta__path--wa .dt-button {
  width: 100%;
}

.seo-final-cta__path-meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 0.4rem;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-final-cta__path-meta i {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .seo-final-cta__paths {
    grid-template-columns: 1fr;
  }

  .seo-final-cta__path {
    padding: 1.75rem;
  }

  .seo-final-cta__heading {
    margin-bottom: 2rem;
    text-align: left;
  }

  .seo-final-cta__path .dt-button {
    width: 100%;
  }
}

/* ==========================================================================
   14. FLOATING WHATSAPP
   ========================================================================== */

.seo-floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: linear-gradient(135deg, #25d366 0%, #178c42 100%);
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.28);
  z-index: 1040;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.seo-floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 42px rgba(37, 211, 102, 0.36);
}

@media (max-width: 767.98px) {
  .seo-floating-whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

/* ==========================================================================
   15. DARK MODE
   ========================================================================== */

[data-theme="dark"] body.bg-mesh-gradient {
  background:
    radial-gradient(at 18% 99%, rgba(7, 134, 173, 0.16) 0, transparent 50%),
    radial-gradient(at 98% 8%, rgba(69, 164, 194, 0.14) 0, transparent 44%),
    radial-gradient(at 79% 82%, rgba(255, 223, 73, 0.08) 0, transparent 46%),
    linear-gradient(180deg, #050420 0%, #080823 54%, #050420 100%);
  background-color: #050420;
}

[data-theme="dark"] .seo-hero.dt-page-hero {
  background:
    linear-gradient(rgba(116, 215, 241, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 215, 241, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 11% 18%, rgba(255, 223, 73, 0.12), transparent 28%),
    radial-gradient(circle at 89% 10%, rgba(7, 134, 173, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(8, 8, 35, 0.98), rgba(5, 4, 32, 0.96));
}

[data-theme="dark"] .seo-hero.dt-page-hero::after {
  background: linear-gradient(180deg, transparent, rgba(5, 4, 32, 0.86));
}

[data-theme="dark"] .seo-intro,
[data-theme="dark"] .seo-process,
[data-theme="dark"] .seo-includes,
[data-theme="dark"] .seo-reasons,
[data-theme="dark"] .ads-client-logos.dt-proof-strip,
[data-theme="dark"] .seo-diagnosis {
  background:
    radial-gradient(circle at 12% 16%, rgba(7, 134, 173, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 8, 35, 0.96), rgba(5, 4, 32, 0.98));
}

[data-theme="dark"] #main-content .dt-gradient-text {
  color: #9ee7fb;
  background: linear-gradient(135deg, #9ee7fb 0%, #74ffbf 52%, var(--cuarto) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="dark"] #main-content .dt-eyebrow {
  color: #9ee7fb;
  background: rgba(7, 134, 173, 0.2);
  border-color: rgba(116, 215, 241, 0.24);
}

[data-theme="dark"] .seo-hero .dt-page-hero__title,
[data-theme="dark"] .seo-diagnosis h2,
[data-theme="dark"] .seo-intro__lead h2,
[data-theme="dark"] .seo-intro__headline,
[data-theme="dark"] .seo-intro__system strong,
[data-theme="dark"] .seo-process__title,
[data-theme="dark"] .seo-process-plan__content h3,
[data-theme="dark"] .seo-includes__title,
[data-theme="dark"] .seo-includes__item h3,
[data-theme="dark"] .seo-reasons h2,
[data-theme="dark"] .seo-reasons__lead blockquote,
[data-theme="dark"] .seo-reason h3 {
  color: #f8fafc;
}

[data-theme="dark"] .seo-intro__lead p,
[data-theme="dark"] .seo-intro__opening,
[data-theme="dark"] .seo-intro__system small,
[data-theme="dark"] .seo-process__desc,
[data-theme="dark"] .seo-process__lead-note,
[data-theme="dark"] .seo-process-plan__content p,
[data-theme="dark"] .seo-includes__desc,
[data-theme="dark"] .seo-includes__note,
[data-theme="dark"] .seo-includes__item p,
[data-theme="dark"] .seo-reasons__lead p,
[data-theme="dark"] .seo-reason p,
[data-theme="dark"] .dt-proof-strip__intro p {
  color: #cbd5e1;
}

[data-theme="dark"] .seo-intro__system,
[data-theme="dark"] .seo-reasons__lead blockquote {
  border-color: rgba(255, 223, 73, 0.26);
}

[data-theme="dark"] .seo-intro__system>span,
[data-theme="dark"] .seo-process-plan__num,
[data-theme="dark"] .seo-process-plan__output,
[data-theme="dark"] .seo-reason__num {
  color: #9ee7fb;
}

[data-theme="dark"] .seo-hero .dt-page-hero__subtitle {
  color: #9ee7fb;
}

[data-theme="dark"] .seo-hero .dt-page-hero__lead,
[data-theme="dark"] .seo-hero .dt-page-hero__trust-item,
[data-theme="dark"] .seo-diagnosis__intro-text,
[data-theme="dark"] .seo-diagnosis__box p,
[data-theme="dark"] .seo-diagnosis__box-header p,
[data-theme="dark"] .seo-diagnosis__check-item p {
  color: #cbd5e1;
}

[data-theme="dark"] .seo-hero__eyebrow span,
[data-theme="dark"] .seo-hero .dt-page-hero__trust-item,
[data-theme="dark"] .seo-diagnosis__box,
[data-theme="dark"] .seo-diagnosis__box-header,
[data-theme="dark"] .seo-diagnosis__check-item {
  background: rgba(14, 16, 45, 0.82);
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .seo-hero__eyebrow span {
  color: #e2e8f0;
}

[data-theme="dark"] .seo-diagnosis__box {
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

[data-theme="dark"] .seo-diagnosis__box:hover {
  border-color: rgba(116, 215, 241, 0.22);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.34);
}

[data-theme="dark"] .seo-diagnosis__box-kicker,
[data-theme="dark"] .seo-diagnosis__check-item i,
[data-theme="dark"] .seo-hero .dt-page-hero__trust-item i {
  color: #9ee7fb;
}

[data-theme="dark"] .seo-diagnosis__check-item i {
  background: rgba(7, 134, 173, 0.22);
}

[data-theme="dark"] .seo-diagnosis__check-item:hover {
  background: rgba(116, 215, 241, 0.08);
  border-color: rgba(116, 215, 241, 0.22);
}

[data-theme="dark"] .seo-diagnosis__offer {
  background: linear-gradient(145deg, rgba(10, 11, 38, 0.98) 0%, rgba(5, 4, 32, 0.96) 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26);
}

[data-theme="dark"] .seo-intro__pillars li,
[data-theme="dark"] .dt-logo-card,
[data-theme="dark"] .seo-process__lead-note,
[data-theme="dark"] .seo-process-plan__output,
[data-theme="dark"] .seo-includes__note,
[data-theme="dark"] .seo-includes__item {
  background: rgba(14, 16, 45, 0.82);
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .seo-intro__pillars li,
[data-theme="dark"] .seo-intro__pillars li i,
[data-theme="dark"] .seo-includes__item i {
  color: #9ee7fb;
}

[data-theme="dark"] .seo-includes__item i {
  background: rgba(7, 134, 173, 0.2);
  border-color: rgba(116, 215, 241, 0.2);
}

[data-theme="dark"] .dt-proof-strip__divider {
  background: linear-gradient(90deg, transparent, rgba(116, 215, 241, 0.18), transparent);
}

[data-theme="dark"] .dt-logo-card img,
[data-theme="dark"] .dt-logo-card:hover img {
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

[data-theme="dark"] .seo-process-plan__item,
[data-theme="dark"] .seo-reasons__points,
[data-theme="dark"] .seo-reason {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .seo-process-plan__item:hover,
[data-theme="dark"] .seo-reason:hover {
  background: rgba(116, 215, 241, 0.08);
}

[data-theme="dark"] #alcance-seo.seo-reach,
[data-theme="dark"] .seo-faq {
  background:
    radial-gradient(circle at 12% 16%, rgba(7, 134, 173, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 8, 35, 0.96), rgba(5, 4, 32, 0.98));
}

[data-theme="dark"] #alcance-seo.seo-reach .home-coverage__signals li,
[data-theme="dark"] #alcance-seo.seo-reach .home-coverage__cities li,
[data-theme="dark"] .seo-faq .accordion-item {
  background: rgba(14, 16, 45, 0.82);
  color: #f8fafc;
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] #alcance-seo.seo-reach .home-coverage__copy h2,
[data-theme="dark"] .seo-faq .dt-title,
[data-theme="dark"] .seo-faq .accordion-button {
  color: #f8fafc;
}

[data-theme="dark"] #alcance-seo.seo-reach .home-coverage__copy p,
[data-theme="dark"] .seo-faq .dt-section-header .dt-text,
[data-theme="dark"] .seo-faq .accordion-body {
  color: #cbd5e1;
}

[data-theme="dark"] .seo-faq .accordion-button:not(.collapsed) {
  background: rgba(116, 215, 241, 0.09);
  color: #9ee7fb;
}

[data-theme="dark"] .seo-faq .accordion-button::after {
  filter: invert(1) grayscale(1) brightness(1.6);
}