/* ==========================================================================
   1. FOUNDATIONS & COMMONS
   ========================================================================== */

#portafolio,
#para-quien,
#incluye,
#proceso,
#diferencial,
#modulos,
#faq,
#cotizar {
  scroll-margin-top: 9rem;
}

#main-content>section {
  overflow-x: hidden;
  overflow-x: clip;
}

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

.webdev-proof-strip,
.webdev-audience,
.webdev-modules,
.webdev-faq {
  padding: 5.5rem 0;
}

.webdev-includes,
.webdev-process {
  padding: 5.75rem 0;
}

.webdev-compare,
.webdev-terms {
  padding: 5rem 0;
}

@media (max-width: 767.98px) {
  .webdev-proof-strip,
  .webdev-audience,
  .webdev-includes,
  .webdev-compare,
  .webdev-modules,
  .webdev-process,
  .webdev-terms,
  .webdev-faq {
    padding: 4.5rem 0;
  }

  #portafolio,
  #para-quien,
  #incluye,
  #proceso,
  #diferencial,
  #modulos,
  #faq,
  #cotizar {
    scroll-margin-top: 7.5rem;
  }
}

.webdev-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 18px 35px rgba(5, 4, 32, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.webdev-card:hover,
.webdev-step:hover,
.webdev-compare__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 45px rgba(5, 4, 32, 0.08);
}

.webdev-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: rgba(5, 4, 32, 0.72);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.webdev-card__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.85rem;
  padding: 0.38rem 0.65rem;
  background: linear-gradient(135deg, rgba(255, 214, 92, 0.18) 0%, rgba(7, 134, 173, 0.12) 100%);
  color: #0a4c62;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 214, 92, 0.28);
  border-radius: 999px;
}

.webdev-card__accent {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primario) 0%, var(--secundario) 60%, rgba(69, 164, 194, 0.18) 100%);
}

.webdev-card__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(7, 134, 173, 0.14) 0%, rgba(69, 164, 194, 0.22) 100%);
  color: var(--secundario);
  font-size: 1.3rem;
  border: 1px solid rgba(7, 134, 173, 0.14);
  border-radius: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.webdev-card__icon--light {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
}

.webdev-card h3,
.webdev-step h3 {
  margin-bottom: 0.75rem;
  color: var(--dark);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.webdev-card p,
.webdev-step p,
.webdev-inline-cta p,
.webdev-terms__list,
.webdev-proof-strip__intro p {
  color: rgba(5, 4, 32, 0.82);
  line-height: 1.7;
}

.webdev-card ul,
.webdev-compare__card ul {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.15rem;
  margin: 0;
  color: rgba(5, 4, 32, 0.84);
}

.webdev-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--dark);
  font-size: 1.2rem;
  font-weight: 800;
}

@media (max-width: 991.98px) {

  .dt-button,
  .webdev-card__actions .dt-button,
  .webdev-inline-cta .dt-button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {

  .webdev-card,
  .webdev-step,
  .webdev-inline-cta,
  .webdev-terms__box {
    padding: 1.35rem;
    border-radius: 1.2rem;
  }
}

/* ==========================================================================
   2. SHARED SECTION HELPERS
   ========================================================================== */

.webdev-audience .container,
.webdev-modules .container {
  position: relative;
  z-index: 1;
}

.webdev-audience::before,
.webdev-modules::before {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 134, 173, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 134, 173, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

.webdev-card--feature h3,
.webdev-card--module h3,
.webdev-compare__card ul,
.webdev-step h3 {
  max-width: 22ch;
}

/* ==========================================================================
   3. HERO
   ========================================================================== */

.webdev-hero .dt-eyebrow {
  max-inline-size: 100%;
  white-space: normal;
  line-height: 1.35;
}

.webdev-hero-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin: 0 0 1.35rem;
  padding: 0.8rem 1rem;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--dark);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(5, 4, 32, 0.06);
  backdrop-filter: blur(16px);
}

.webdev-hero-price__label,
.webdev-hero-price__detail {
  color: rgba(5, 4, 32, 0.66);
  font-size: 0.88rem;
  font-weight: 700;
}

.webdev-hero-price strong {
  color: var(--dark);
  font-family: var(--fonth2_lg);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.webdev-hero-price__link {
  color: #056482;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.webdev-hero-price__link:hover,
.webdev-hero-price__link:focus-visible {
  color: var(--dark);
}

.webdev-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: clamp(26rem, 44vw, 38rem);
  isolation: isolate;
}

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

.webdev-hero-visual__art img {
  display: block;
  width: min(100%, 31rem);
  height: auto;
  filter: drop-shadow(0 24px 28px rgba(5, 4, 32, 0.13));
}

[data-theme="dark"] .webdev-hero-visual__art img {
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
}

[data-theme="dark"] .webdev-hero-price {
  background: rgba(11, 20, 52, 0.86);
  color: rgba(248, 250, 252, 0.92);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

[data-theme="dark"] .webdev-hero-price__label,
[data-theme="dark"] .webdev-hero-price__detail {
  color: rgba(226, 232, 240, 0.78);
}

[data-theme="dark"] .webdev-hero-price strong {
  color: var(--white);
}

[data-theme="dark"] .webdev-hero-price__link {
  color: var(--cuarto);
}

@media (max-width: 1199.98px) {
  .webdev-hero-visual__art img {
    width: min(100%, 28rem);
  }
}

@media (max-width: 991.98px) {
  .webdev-hero-visual {
    min-height: 24rem;
    margin-top: 0.5rem;
  }

  .webdev-hero-visual__art {
    margin: -0.5rem;
  }

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

@media (max-width: 767.98px) {
  .webdev-hero .dt-eyebrow {
    display: inline-block;
    inline-size: 100%;
    max-inline-size: 100%;
    box-sizing: border-box;
  }

  .webdev-hero .dt-page-hero__title,
  .webdev-hero .dt-page-hero__subtitle,
  .webdev-hero .dt-page-hero__trust,
  .webdev-hero .webdev-hero-price,
  .webdev-hero .dt-page-hero__actions,
  .webdev-hero .webdev-hero-visual,
  .webdev-hero .dt-summary {
    inline-size: 100%;
    max-inline-size: 100%;
    box-sizing: border-box;
  }
}

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

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

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

  .webdev-hero-price {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.25rem 0.55rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1.1rem;
  }

  .webdev-hero-price__detail,
  .webdev-hero-price__link {
    grid-column: 1 / -1;
  }

  .webdev-hero-visual {
    padding: 0.85rem;
    min-height: 18.5rem;
  }

  .webdev-hero-visual::before {
    inset: 0.75rem;
    background-size: 1.8rem 1.8rem;
    border-radius: 1rem;
  }

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

/* ==========================================================================
   4. QUICK NAV
   ========================================================================== */

.webdev-quick-nav {
  position: relative;
  z-index: 4;
  margin-top: -1.5rem;
  padding-bottom: 1.25rem;
}

.webdev-quick-nav__inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 1.35rem;
  box-shadow: 0 22px 45px rgba(5, 4, 32, 0.08);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

.webdev-quick-nav__inner::-webkit-scrollbar {
  display: none;
}

.webdev-quick-nav__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  color: rgba(5, 4, 32, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 251, 254, 0.94) 100%);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.webdev-quick-nav__link:hover {
  transform: translateY(-2px);
  color: #062332;
  border-color: rgba(7, 134, 173, 0.24);
  box-shadow: 0 14px 24px rgba(7, 134, 173, 0.12);
}

.webdev-quick-nav__link.is-active {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--primario) 0%, var(--secundario) 100%);
  box-shadow: 0 18px 30px rgba(7, 134, 173, 0.18);
}

.webdev-quick-nav__link--cta {
  color: #062332;
  border-color: rgba(255, 214, 92, 0.32);
  background: linear-gradient(135deg, rgba(255, 214, 92, 0.34) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 16px 28px rgba(255, 214, 92, 0.14);
}

@media (max-width: 991.98px) {
  .webdev-quick-nav {
    margin-top: -1rem;
  }
}

@media (max-width: 767.98px) {
  .webdev-quick-nav {
    margin-top: -0.75rem;
    padding-bottom: 0.75rem;
  }

  .webdev-quick-nav__inner {
    padding: 0.85rem;
    border-radius: 1.1rem;
  }
}

/* ==========================================================================
   5. EMPRESAS
   ========================================================================== */

.home-clients {
  overflow: hidden;
}

.home-clients__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem);
  gap: 1.5rem;
  align-items: end;
}

.home-clients__copy {
  max-width: 48rem;
}

.home-clients__copy h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
  line-height: 0.96;
}

.home-clients__copy p {
  max-width: 43rem;
  margin: 0;
}

.home-clients__industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-clients__industries li {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.78rem;
  color: #056482;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  background: rgba(7, 134, 173, 0.08);
  border: 1px solid rgba(7, 134, 173, 0.13);
  border-radius: 999px;
}

.home-clients__marquees {
  position: relative;
  display: grid;
  gap: 1.15rem;
  margin-top: 3rem;
  padding-block: 0.7rem;
  border-block: 1px solid rgba(5, 4, 32, 0.08);
}

.home-clients__marquee {
  visibility: visible;
}

.home-clients__marquee .splide__track {
  overflow: visible;
}

.home-clients__marquee .splide__list {
  align-items: center;
}

.home-clients__marquee .splide__slide {
  display: grid;
  place-items: center;
  width: clamp(8.5rem, 13vw, 13rem);
  min-height: 5rem;
  padding-inline: 1.2rem;
}

.home-clients__marquee img {
  max-width: 100%;
  max-height: 3.25rem;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.74;
  transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.home-clients__marquee .splide__slide:hover img {
  filter: grayscale(0);
  opacity: 0.98;
  transform: translateY(-2px);
}

.home-clients__marquee.is-static .splide__list {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.4rem;
  transform: none !important;
}

@media (max-width: 991.98px) {
  .home-clients__layout {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .home-clients__industries {
    justify-content: flex-start;
  }

  .home-clients__marquees {
    margin-top: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .home-clients__copy h2 {
    max-width: 11ch;
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .home-clients__marquee .splide__slide {
    width: 9rem;
    min-height: 4.6rem;
    padding-inline: 0.9rem;
  }

  .home-clients__marquee img {
    max-height: 2.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-clients__marquee img {
    transition: none;
  }
}

/* ==========================================================================
   6. AUDIENCE
   ========================================================================== */

.webdev-audience {
  position: relative;
  background:
    linear-gradient(180deg, rgba(250, 253, 255, 0.98) 0%, rgba(237, 247, 252, 0.96) 100%);
}





.webdev-audience__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1.08fr);
  grid-template-areas:
    "header criteria"
    "visual criteria";
  align-items: start;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.webdev-audience__header {
  grid-area: header;
  max-width: 38rem;
  margin: 0;
}

.webdev-audience__visual {
  grid-area: visual;
  display: grid;
  place-items: center;
  margin: 0;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.webdev-audience__visual img {
  display: block;
  width: min(100%, 22rem);
  height: auto;
  filter: drop-shadow(0 20px 34px rgba(5, 4, 32, 0.08));
}

.webdev-audience__criteria {
  grid-area: criteria;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 134, 173, 0.14);
  border-radius: 1.8rem;
  box-shadow: 0 24px 48px rgba(5, 4, 32, 0.06);
  backdrop-filter: blur(14px);
}

.webdev-audience__criterion {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid rgba(5, 4, 32, 0.08);
}

.webdev-audience__criterion:first-child {
  padding-top: 0;
}

.webdev-audience__criterion:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.webdev-audience__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.1rem;
  height: 3.1rem;
  background: linear-gradient(135deg, rgba(7, 134, 173, 0.15) 0%, rgba(255, 214, 92, 0.2) 100%);
  color: var(--primario);
  font-size: 1.25rem;
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 1rem;
}

.webdev-audience__number {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--secundario);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.webdev-audience__criterion h3 {
  max-width: 24ch;
  margin: 0 0 0.45rem;
  color: var(--dark);
  font-size: 1.22rem;
  font-weight: 750;
  line-height: 1.25;
}

.webdev-audience__criterion p {
  margin: 0;
  color: rgba(5, 4, 32, 0.78);
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .webdev-audience__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "criteria"
      "visual";
  }

  .webdev-audience__header {
    max-width: 44rem;
  }

  .webdev-audience__visual img {
    width: min(100%, 20rem);
  }
}

@media (max-width: 575.98px) {
  .webdev-audience__criteria {
    padding: 1.2rem;
    border-radius: 1.3rem;
  }

  .webdev-audience__criterion {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1.15rem 0;
  }

  .webdev-audience__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.9rem;
  }

  .webdev-audience__visual {
    padding: 0.85rem;
    border-radius: 1.25rem;
  }
}

/* ==========================================================================
   7. INCLUDES
   ========================================================================== */

.webdev-includes {
  position: relative;
  background:
    radial-gradient(circle at 90% 10%, rgba(69, 164, 194, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 253, 255, 0.98) 100%);
}

.webdev-card--feature h3 {
  margin-bottom: 0.9rem;
}

.webdev-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.5rem 1.7rem;
  background: linear-gradient(135deg, rgba(5, 39, 54, 0.96) 0%, rgba(7, 134, 173, 0.92) 100%);
  border: 1px solid rgba(7, 134, 173, 0.22);
  border-radius: 1.5rem;
  box-shadow: 0 22px 42px rgba(5, 39, 54, 0.18);
  position: relative;
  overflow: hidden;
}

.webdev-inline-cta::after {
  position: absolute;
  content: "";
  inset: auto -3rem -3rem auto;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(255, 214, 92, 0.16) 0%, rgba(255, 214, 92, 0) 70%);
  pointer-events: none;
}

.webdev-inline-cta h3 {
  margin-bottom: 0.35rem;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 700;
}

.webdev-inline-cta p {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
  .webdev-inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   8. PROCESS
   ========================================================================== */

.webdev-process {
  position: relative;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
}

.webdev-process__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
}

.webdev-process__copy h2 {
  max-width: 19ch;
  margin: 0 0 1rem;
}

.webdev-process__copy p {
  max-width: 46rem;
  margin: 0;
}

.webdev-process__visual {
  display: grid;
  place-items: center;
  justify-items: end;
}

.webdev-process__visual img {
  display: block;
  width: min(100%, 12.75rem);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(5, 4, 32, 0.1));
}

@media (max-width: 991.98px) {
  .webdev-process__layout {
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 12rem);
    align-items: end;
  }

  .webdev-process__visual img {
    width: min(100%, 10.5rem);
  }
}

@media (max-width: 767.98px) {
  .webdev-process__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .webdev-process__visual {
    display: grid;
    place-items: center;
    width: 100%;
    margin-top: 1.25rem;
  }

  .webdev-process__visual img {
    width: min(100%, 20rem);
  }
}

.webdev-process__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  margin-top: 2.4rem;
}

.webdev-process__timeline::before {
  position: absolute;
  content: "";
  top: 1.4rem;
  left: 2.2rem;
  right: 2.2rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(7, 134, 173, 0.18) 0%, rgba(7, 134, 173, 0.32) 50%, rgba(7, 134, 173, 0.18) 100%);
}

.webdev-step {
  position: relative;
  height: 100%;
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 18px 35px rgba(5, 4, 32, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.webdev-step::after {
  position: absolute;
  content: "";
  inset: auto auto 0 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primario) 0%, rgba(69, 164, 194, 0.28) 100%);
}

.webdev-step__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--primario) 0%, var(--secundario) 100%);
  color: var(--white);
  font-weight: 800;
  border-radius: 50%;
  box-shadow: 0 14px 26px rgba(7, 134, 173, 0.18);
  position: relative;
  z-index: 1;
}

.webdev-process__step {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.webdev-process__step::after {
  display: none;
}

.webdev-process__step:hover {
  transform: none;
  box-shadow: none;
}

.webdev-process__step h3 {
  max-width: 18ch;
}

.webdev-process__step p {
  max-width: 18rem;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .webdev-process__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .webdev-process__timeline::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .webdev-process__timeline {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 2rem;
  }

  .webdev-process__timeline::before {
    display: block;
    top: 0.4rem;
    bottom: 0.4rem;
    left: 1.35rem;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(7, 134, 173, 0.12) 0%, rgba(7, 134, 173, 0.32) 50%, rgba(7, 134, 173, 0.12) 100%);
  }

  .webdev-process__step {
    display: grid;
    grid-template-columns: 2.8rem minmax(0, 1fr);
    column-gap: 1rem;
  }

  .webdev-process__step .webdev-step__number {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .webdev-process__step h3,
  .webdev-process__step p {
    grid-column: 2;
    max-width: none;
  }
}

/* ==========================================================================
   9. COMPARE
   ========================================================================== */

.webdev-compare .dt-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.webdev-compare {
  position: relative;
}

.webdev-compare .container {
  position: relative;
  z-index: 1;
}

.webdev-compare .dt-title,
.webdev-compare .dt-text {
  color: var(--white);
}

.webdev-compare .dt-text {
  color: rgba(255, 255, 255, 0.85);
}

.webdev-compare__card {
  position: relative;
  height: 100%;
  padding: 2rem 1.8rem;
  border-radius: 1.6rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(12px);
}

.webdev-compare__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.03em;
}

.webdev-compare__card--muted .webdev-compare__badge {
  background: rgba(5, 4, 32, 0.06);
  color: rgba(5, 4, 32, 0.75);
  border: 1px solid rgba(5, 4, 32, 0.08);
}

.webdev-compare__card--accent .webdev-compare__badge {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.webdev-compare__card--muted {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 251, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.webdev-compare__card--accent {
  background: linear-gradient(145deg, rgba(7, 134, 173, 0.92) 0%, rgba(5, 87, 115, 0.95) 100%);
  border: 1px solid rgba(69, 164, 194, 0.35);
  box-shadow: 0 24px 48px rgba(3, 19, 28, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.webdev-compare__card--accent::after {
  position: absolute;
  content: "";
  inset: auto -2rem -2rem auto;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(255, 214, 92, 0.15) 0%, rgba(255, 214, 92, 0) 70%);
  pointer-events: none;
}

.webdev-compare__card--muted .webdev-card__eyebrow,
.webdev-compare__card--muted li {
  color: rgba(5, 4, 32, 0.82);
}

.webdev-compare__card--accent .webdev-card__eyebrow,
.webdev-compare__card--accent li {
  color: rgba(255, 255, 255, 0.96);
}

/* ==========================================================================
   10. MODULES
   ========================================================================== */

.webdev-modules {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 251, 254, 0.98) 100%);
}

.webdev-card--module strong {
  color: #0c5670;
  font-size: 1.35rem;
}

.webdev-card--module::after {
  position: absolute;
  content: "";
  inset: auto -1.2rem -1.2rem auto;
  width: 6rem;
  height: 6rem;
  background: radial-gradient(circle, rgba(69, 164, 194, 0.14) 0%, rgba(69, 164, 194, 0) 70%);
}

.webdev-card--helper {
  background: linear-gradient(135deg, rgba(5, 4, 32, 0.96) 0%, rgba(28, 27, 69, 0.96) 100%);
  border-color: transparent;
  box-shadow: 0 24px 45px rgba(5, 4, 32, 0.16);
}

.webdev-card--helper,
.webdev-card--helper h3,
.webdev-card--helper p,
.webdev-card--helper .webdev-card__eyebrow {
  color: var(--white);
}

.webdev-card--helper p {
  color: rgba(255, 255, 255, 0.92);
}

.webdev-card--helper .dt-button--secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 244, 251, 0.96) 100%);
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--dark);
}

.webdev-card--helper .dt-button--whatsapp {
  box-shadow: 0 20px 34px rgba(37, 211, 102, 0.24);
}

.webdev-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.webdev-modules .row>div:nth-child(5) .webdev-card,
.webdev-modules .row>div:nth-child(6) .webdev-card {
  min-height: calc(100% - 0.25rem);
}

/* ==========================================================================
   11. FAQ
   ========================================================================== */

.webdev-faq {
  background: linear-gradient(180deg, rgba(250, 253, 255, 1) 0%, rgba(243, 250, 253, 0.98) 100%);
}

.webdev-faq__accordion .accordion-item {
  margin-bottom: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.2rem;
  box-shadow: 0 14px 28px rgba(5, 4, 32, 0.04);
}

.webdev-faq .accordion-button {
  padding: 1.2rem 1.35rem;
  color: var(--dark);
  font-size: 1rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.webdev-faq .accordion-button:not(.collapsed) {
  background: rgba(7, 134, 173, 0.08);
  color: var(--dark);
}

.webdev-faq .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.webdev-faq .accordion-body {
  color: rgba(5, 4, 32, 0.84);
  line-height: 1.75;
}

/* ==========================================================================
   12. FINAL CTA
   ========================================================================== */

.webdev-final-cta {
  padding: 5.75rem 0;
}

@media (max-width: 767.98px) {
  .webdev-final-cta {
    padding: 4.5rem 0;
  }
}

.home-cta {
  --home-radius: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}

.home-cta__shell {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 223, 73, 0.26), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(7, 134, 173, 0.24), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 247, 252, 0.88));
  text-align: center;
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: calc(var(--home-radius) + 0.3rem);
  box-shadow: 0 34px 90px rgba(5, 4, 32, 0.13);
  overflow: hidden;
}

.home-cta__shell::before,
.home-cta__shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-cta__shell::before {
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: calc(var(--home-radius) - 0.1rem);
}

.home-cta__shell::after {
  right: -4rem;
  bottom: -5rem;
  width: 18rem;
  height: 18rem;
  background:
    linear-gradient(rgba(7, 134, 173, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 134, 173, 0.12) 1px, transparent 1px);
  background-size: 1.15rem 1.15rem;
  border-radius: 999px;
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.75), transparent 68%);
}

.home-cta__shell>* {
  position: relative;
  z-index: 1;
}

.home-cta__shell h2 {
  max-width: 20ch;
  margin: 0 auto 1rem;
  color: var(--dark);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.home-cta__shell p {
  max-width: 42rem;
  margin: 0 auto;
  color: rgba(5, 4, 32, 0.74);
  line-height: 1.75;
}

.home-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.home-cta__actions .dt-button {
  box-shadow: 0 16px 34px rgba(5, 4, 32, 0.1);
}

.home-btn--ghost-dark {
  color: var(--dark);
  background: rgba(5, 4, 32, 0.04);
  border-color: rgba(5, 4, 32, 0.1);
}

@media (max-width: 767.98px) {
  .home-cta__actions {
    flex-direction: column;
  }

  .home-btn {
    width: 100%;
  }

  .home-cta__shell {
    padding: 1.35rem;
    border-radius: 1.35rem;
  }

  .home-cta__shell::before {
    inset: 0.6rem;
    border-radius: 1rem;
  }
}

/* ==========================================================================
   13. FLOATING WHATSAPP
   ========================================================================== */

.webdev-floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #25d366 0%, #178c42 100%);
  color: var(--white);
  font-size: 1.55rem;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.34);
  z-index: 1040;
}

.webdev-floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.02);
  color: var(--white);
  box-shadow: 0 22px 38px rgba(37, 211, 102, 0.42);
}

@media (max-width: 767.98px) {
  .webdev-floating-whatsapp {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.45rem;
  }
}

/* ==========================================================================
   14. LEGACY / RESERVED
   ========================================================================== */

.webdev-proof-strip {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 252, 255, 0.96) 100%);
}

.webdev-proof-strip__title {
  margin: 0 0 0.85rem;
  color: var(--dark);
  font-family: var(--fonth2_lg);
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.webdev-proof-strip__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.webdev-proof-strip__stats article {
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 254, 0.98) 100%);
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 1.2rem;
  box-shadow: 0 14px 28px rgba(5, 4, 32, 0.05);
}

.webdev-proof-strip__stats strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #062332;
  font-size: 1.15rem;
  font-weight: 800;
}

.webdev-proof-strip__stats span {
  color: rgba(5, 4, 32, 0.78);
  line-height: 1.6;
}

.webdev-proof-strip__quote {
  position: relative;
  max-width: 860px;
  margin: 1.4rem auto 0;
  padding: 1.3rem 1.5rem 1.3rem 4rem;
  background: linear-gradient(135deg, rgba(5, 39, 54, 0.96) 0%, rgba(7, 134, 173, 0.92) 100%);
  color: var(--white);
  border-radius: 1.4rem;
  box-shadow: 0 20px 38px rgba(5, 39, 54, 0.16);
}

.webdev-proof-strip__quote i {
  position: absolute;
  top: 1.2rem;
  left: 1.35rem;
  color: rgba(255, 214, 92, 0.92);
  font-size: 1.55rem;
}

.webdev-proof-strip__quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  line-height: 1.7;
}

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

  .webdev-proof-strip__stats {
    grid-template-columns: 1fr;
  }
}

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

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

.webdev-terms {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 249, 253, 0.98) 100%);
}

.webdev-terms__box {
  position: relative;
  overflow: hidden;
  padding: 1.8rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(237, 248, 253, 0.98) 100%);
  border: 1px solid rgba(7, 134, 173, 0.16);
  border-radius: 1.6rem;
  box-shadow: 0 22px 42px rgba(5, 4, 32, 0.08);
}

.webdev-terms__box::after {
  position: absolute;
  content: "";
  top: -3rem;
  right: -3rem;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(69, 164, 194, 0.2) 0%, rgba(69, 164, 194, 0) 72%);
}

.webdev-terms__box h2 {
  margin-bottom: 0.75rem;
  color: var(--dark);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.15;
}

.webdev-terms__list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(5, 4, 32, 0.84);
}

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

html {
  color-scheme: light dark;
}

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

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

html[data-theme="dark"] body.bg-mesh-gradient {
  background:
    radial-gradient(at 18% 99%, rgba(7, 134, 173, 0.22) 0px, transparent 50%) repeat scroll 0% 0%,
    radial-gradient(at 97% 8%, rgba(116, 215, 241, 0.13) 0px, transparent 90%) repeat scroll 0% 0%,
    radial-gradient(at 79% 82%, rgba(255, 223, 73, 0.08) 0px, transparent 70%) repeat scroll 0% 0%,
    linear-gradient(180deg, #050420 0%, #080823 48%, #050420 100%);
}

[data-theme="dark"] .dt-home {
  background:
    radial-gradient(circle at 12% 8%, rgba(7, 134, 173, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(255, 223, 73, 0.08), transparent 24rem),
    var(--dt-page-bg);
  color: var(--dt-text);
}

[data-theme="dark"] .dt-home .dt-title,
[data-theme="dark"] .dt-home .dt-page-hero__title,
[data-theme="dark"] .dt-home .webdev-proof-strip__title,
[data-theme="dark"] .dt-home .webdev-card h3,
[data-theme="dark"] .dt-home .webdev-step h3,
[data-theme="dark"] .dt-home .webdev-audience__criterion h3,
[data-theme="dark"] .dt-home .webdev-terms__box h2,
[data-theme="dark"] .dt-home .dt-plan__amount,
[data-theme="dark"] .dt-home .dt-plan__include-title,
[data-theme="dark"] .dt-home .webdev-faq .accordion-button {
  color: var(--dt-text);
}

[data-theme="dark"] .dt-home .dt-text,
[data-theme="dark"] .dt-home .dt-page-hero__lead,
[data-theme="dark"] .dt-home .webdev-card p,
[data-theme="dark"] .dt-home .webdev-step p,
[data-theme="dark"] .dt-home .webdev-card ul,
[data-theme="dark"] .dt-home .webdev-card li,
[data-theme="dark"] .dt-home .webdev-proof-strip__stats span,
[data-theme="dark"] .dt-home .webdev-audience__criterion p,
[data-theme="dark"] .dt-home .webdev-terms__list,
[data-theme="dark"] .dt-home .dt-plan__audience,
[data-theme="dark"] .dt-home .dt-plan__period,
[data-theme="dark"] .dt-home .dt-plan__support-price,
[data-theme="dark"] .dt-home .dt-plan__list li,
[data-theme="dark"] .dt-home .dt-plan__include-text,
[data-theme="dark"] .dt-home .dt-plan__include-list,
[data-theme="dark"] .dt-home .webdev-faq .accordion-body,
[data-theme="dark"] .dt-home .home-clients__copy p {
  color: var(--dt-text-muted);
}

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

[data-theme="dark"] .dt-home .text-primario {
  color: #9ee7fb !important;
}

[data-theme="dark"] .dt-home .text-cuarto {
  color: var(--cuarto) !important;
}

[data-theme="dark"] .dt-home .dt-eyebrow {
  color: #9ee7fb;
  background: rgba(7, 134, 173, 0.22);
  border-color: rgba(116, 215, 241, 0.28);
  box-shadow: none;
}

[data-theme="dark"] .dt-home .dt-eyebrow--light,
[data-theme="dark"] .dt-home .webdev-compare .dt-eyebrow {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

[data-theme="dark"] .dt-home .dt-page-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(7, 134, 173, 0.28), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(255, 223, 73, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(8, 8, 35, 0.98) 0%, rgba(5, 4, 32, 0.98) 100%);
}

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

[data-theme="dark"] .dt-home .dt-page-hero__trust-item {
  color: var(--dt-text);
  background: var(--dt-surface);
  border-color: var(--dt-border);
  box-shadow: var(--dt-shadow-soft);
}

[data-theme="dark"] .dt-home .dt-page-hero__trust-item i {
  color: var(--cuarto);
}

[data-theme="dark"] .webdev-hero-visual__art img {
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
}

[data-theme="dark"] .webdev-hero-price,
[data-theme="dark"] .dt-home .webdev-card,
[data-theme="dark"] .dt-home .webdev-step,
[data-theme="dark"] .dt-home .webdev-audience__criteria,
[data-theme="dark"] .dt-home .webdev-terms__box,
[data-theme="dark"] .dt-home .dt-plan,
[data-theme="dark"] .dt-home .webdev-faq__accordion .accordion-item {
  background: var(--dt-surface);
  border-color: var(--dt-border);
  box-shadow: var(--dt-shadow-soft);
}

[data-theme="dark"] .webdev-hero-price__label,
[data-theme="dark"] .webdev-hero-price__detail {
  color: var(--dt-text-muted);
}

[data-theme="dark"] .webdev-hero-price strong {
  color: var(--dt-text);
}

[data-theme="dark"] .webdev-hero-price__link {
  color: var(--cuarto);
}

[data-theme="dark"] .dt-home .webdev-card:hover,
[data-theme="dark"] .dt-home .webdev-step:hover,
[data-theme="dark"] .dt-home .webdev-compare__card:hover,
[data-theme="dark"] .dt-home .dt-plan:hover {
  box-shadow: var(--dt-shadow-strong);
}

[data-theme="dark"] .dt-home .webdev-card__eyebrow,
[data-theme="dark"] .dt-home .webdev-audience__number {
  color: #9ee7fb;
}

[data-theme="dark"] .dt-home .webdev-card__badge,
[data-theme="dark"] .dt-home .webdev-compare__badge {
  color: var(--dt-text);
  background: rgba(255, 223, 73, 0.14);
  border-color: rgba(255, 223, 73, 0.24);
}

[data-theme="dark"] .dt-home .webdev-card__icon,
[data-theme="dark"] .dt-home .webdev-audience__icon,
[data-theme="dark"] .dt-home .dt-plan__include-icon {
  color: #9ee7fb;
  background: rgba(7, 134, 173, 0.2);
  border-color: rgba(116, 215, 241, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .dt-home .webdev-card__icon--light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

[data-theme="dark"] .dt-home .webdev-card--module strong {
  color: var(--cuarto);
}

[data-theme="dark"] .dt-home .webdev-card--helper,
[data-theme="dark"] .dt-home .dt-plan--featured {
  background: linear-gradient(145deg, rgba(5, 4, 32, 0.98) 0%, rgba(5, 87, 115, 0.96) 100%);
  border-color: rgba(116, 215, 241, 0.16);
}

[data-theme="dark"] .dt-home .webdev-card--helper,
[data-theme="dark"] .dt-home .webdev-card--helper h3,
[data-theme="dark"] .dt-home .webdev-card--helper p,
[data-theme="dark"] .dt-home .webdev-card--helper .webdev-card__eyebrow,
[data-theme="dark"] .dt-home .dt-plan--featured .dt-plan__name,
[data-theme="dark"] .dt-home .dt-plan__features-title {
  color: var(--white);
}

[data-theme="dark"] .dt-home .webdev-card--helper p,
[data-theme="dark"] .dt-home .dt-plan--featured .dt-plan__audience,
[data-theme="dark"] .dt-home .dt-plan--featured .dt-plan__period,
[data-theme="dark"] .dt-home .dt-plan--featured .dt-plan__list li {
  color: rgba(255, 255, 255, 0.86);
}

[data-theme="dark"] .dt-home .webdev-quick-nav__inner {
  background: rgba(10, 11, 38, 0.9);
  border-color: var(--dt-border);
  box-shadow: var(--dt-shadow-strong);
}

[data-theme="dark"] .dt-home .webdev-quick-nav__link {
  color: var(--dt-text);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--dt-border);
}

[data-theme="dark"] .dt-home .webdev-quick-nav__link:hover,
[data-theme="dark"] .dt-home .webdev-quick-nav__link:focus-visible {
  color: var(--white);
  border-color: rgba(116, 215, 241, 0.32);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

[data-theme="dark"] .dt-home .webdev-quick-nav__link.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--primario) 0%, var(--secundario) 100%);
}

[data-theme="dark"] .dt-home .webdev-quick-nav__link--cta {
  color: var(--dark);
  background: linear-gradient(135deg, var(--cuarto) 0%, var(--sexto) 100%);
  border-color: transparent;
}

[data-theme="dark"] .dt-home .webdev-proof-strip,
[data-theme="dark"] .dt-home .webdev-includes,
[data-theme="dark"] .dt-home .webdev-process,
[data-theme="dark"] .dt-home .webdev-terms,
[data-theme="dark"] .dt-home .webdev-modules,
[data-theme="dark"] .dt-home .webdev-faq,
[data-theme="dark"] .dt-home .dt-pricing,
[data-theme="dark"] .dt-home .home-clients,
[data-theme="dark"] .dt-home .home-coverage {
  background:
    radial-gradient(circle at 88% 8%, rgba(7, 134, 173, 0.1), transparent 24rem),
    linear-gradient(180deg, rgba(8, 8, 35, 0.98) 0%, rgba(5, 4, 32, 0.98) 100%);
}

[data-theme="dark"] .dt-home .webdev-audience {
  background:
    linear-gradient(180deg, rgba(5, 4, 32, 0.98) 0%, rgba(8, 8, 35, 0.98) 100%);
}

[data-theme="dark"] .dt-home .webdev-audience::before,
[data-theme="dark"] .dt-home .webdev-modules::before {
  background-image:
    linear-gradient(rgba(116, 215, 241, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 215, 241, 0.05) 1px, transparent 1px);
}

[data-theme="dark"] .dt-home .webdev-audience__criterion {
  border-bottom-color: var(--dt-border);
}

[data-theme="dark"] .dt-home .webdev-audience__visual img,
[data-theme="dark"] .dt-home .webdev-process__visual img {
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
}

[data-theme="dark"] .dt-home .webdev-proof-strip__stats article,
[data-theme="dark"] .dt-home .dt-plan__price,
[data-theme="dark"] .dt-home .dt-plan__include--panel {
  background: var(--dt-surface-soft);
  border-color: var(--dt-border);
}

[data-theme="dark"] .dt-home .webdev-proof-strip__stats strong,
[data-theme="dark"] .dt-home .dt-plan__name,
[data-theme="dark"] .dt-home .dt-plan__name--compact,
[data-theme="dark"] .dt-home .dt-plan__name--dark {
  color: #9ee7fb;
}

[data-theme="dark"] .dt-home .webdev-inline-cta,
[data-theme="dark"] .dt-home .webdev-proof-strip__quote {
  border-color: rgba(116, 215, 241, 0.18);
  box-shadow: var(--dt-shadow-strong);
}

[data-theme="dark"] .dt-home .webdev-process__timeline::before {
  background: linear-gradient(90deg, rgba(116, 215, 241, 0.18) 0%, rgba(255, 223, 73, 0.32) 50%, rgba(116, 215, 241, 0.18) 100%);
}

[data-theme="dark"] .dt-home .webdev-terms__box::after,
[data-theme="dark"] .dt-home .webdev-card--module::after {
  opacity: 0.8;
}

[data-theme="dark"] .dt-home .webdev-compare {
  background: linear-gradient(135deg, #030314 0%, #071a2c 100%);
}

[data-theme="dark"] .dt-home .webdev-compare__card--muted {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: var(--dt-shadow-soft);
}

[data-theme="dark"] .dt-home .webdev-compare__card--muted .webdev-card__eyebrow,
[data-theme="dark"] .dt-home .webdev-compare__card--muted li,
[data-theme="dark"] .dt-home .webdev-compare__card--accent .webdev-card__eyebrow,
[data-theme="dark"] .dt-home .webdev-compare__card--accent li {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .dt-home .dt-plan__header--divider,
[data-theme="dark"] .dt-home .border-md-end {
  border-color: var(--dt-border) !important;
}

[data-theme="dark"] .dt-home .dt-plan--custom {
  background: var(--dt-surface-strong);
}

[data-theme="dark"] .dt-home .dt-plan__featured-label,
[data-theme="dark"] .dt-home .dt-plan--featured .dt-plan__saving {
  color: var(--dark);
}

[data-theme="dark"] .dt-home .dt-plan--featured .dt-plan__amount {
  color: var(--cuarto);
}

[data-theme="dark"] .dt-home .webdev-faq .accordion-button {
  background: transparent;
}

[data-theme="dark"] .dt-home .webdev-faq .accordion-button:not(.collapsed) {
  background: rgba(7, 134, 173, 0.18);
  color: var(--dt-text);
}

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

[data-theme="dark"] .dt-home .home-clients__industries li {
  color: var(--dt-text);
  background: var(--dt-surface-soft);
  border-color: var(--dt-border);
}

[data-theme="dark"] .dt-home .home-clients__marquees {
  border-block-color: var(--dt-border);
}

[data-theme="dark"] .dt-home .home-clients__marquee img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.76;
}

[data-theme="dark"] .dt-home .home-clients__marquee .splide__slide:hover img {
  filter: grayscale(0) brightness(1.08);
  opacity: 1;
}

[data-theme="dark"] .home-cta__shell {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 223, 73, 0.18), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(7, 134, 173, 0.24), transparent 30%),
    linear-gradient(160deg, rgba(10, 11, 38, 0.98), rgba(5, 4, 32, 0.96));
  border-color: var(--dt-border);
  box-shadow: var(--dt-shadow-strong);
}

[data-theme="dark"] .home-cta__shell::before {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .home-cta__shell::after {
  background:
    linear-gradient(rgba(116, 215, 241, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 215, 241, 0.12) 1px, transparent 1px);
}

[data-theme="dark"] .home-cta__actions .dt-button {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

[data-theme="dark"] .home-cta__shell h2 {
  color: var(--dt-text);
}

[data-theme="dark"] .home-cta__shell p {
  color: var(--dt-text-muted);
}

[data-theme="dark"] .home-btn--ghost-dark.dt-button--ghost {
  color: var(--dt-text);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--dt-border-strong);
}

[data-theme="dark"] .home-btn--ghost-dark.dt-button--ghost:hover,
[data-theme="dark"] .home-btn--ghost-dark.dt-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

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