/* ==========================================================================
   1. FOUNDATIONS & SHARED PAGE SPACING
   ========================================================================== */

.bg-gradient {
  background:
    radial-gradient(circle at top left, rgba(69, 164, 194, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 252, 0.98) 100%);
}

.hosting-intro,
.hosting-guidance {
  padding: 5rem 0;
}

.hosting-comparison,
.hosting-faq,
.hosting-final-cta {
  padding: 5.5rem 0;
}

@media (max-width: 991px) {
  .hosting-hero,
  .hosting-intro,
  .hosting-comparison,
  .hosting-guidance,
  .hosting-faq,
  .hosting-final-cta {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  .dt-title {
    font-size: 2rem;
  }
}

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

@media (max-width: 767px) {
  .hosting-hero .dt-page-hero__title {
    max-width: calc(100vw - 1.5rem);
    font-size: 2rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .hosting-hero .dt-page-hero__seo-heading {
    display: inline-block;
    max-width: calc(100vw - 1.5rem);
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .hosting-hero .dt-page-hero__lead,
  .hosting-hero .dt-page-hero__trust,
  .hosting-hero .dt-page-hero__actions {
    max-width: calc(100vw - 1.5rem);
  }

  .hosting-hero .dt-page-hero__actions .dt-button {
    width: min(100%, calc(100vw - 1.5rem));
  }
}

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

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

.hosting-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"] .hosting-hero-visual__art img {
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
}

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

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

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

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

@media (max-width: 767.98px) {
  .hosting-hero .hosting-hero-visual {
    inline-size: 100%;
    max-inline-size: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 575.98px) {
  .hosting-hero-visual {
    padding: 0.85rem;
    min-height: 18.5rem;
  }

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

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

/* ==========================================================================
   3. INTRO SECTION
   ========================================================================== */

.hosting-intro {
  background-color: var(--white);
}

.hosting-benefits {
  display: flex;
  flex-direction: column;
  margin: 2.5rem 0;
  gap: 1.25rem;
}

.hosting-benefit {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  gap: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(5, 4, 32, 0.06);
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(5, 4, 32, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hosting-benefit:hover {
  border-color: rgba(7, 134, 173, 0.3);
  box-shadow: 0 15px 40px rgba(5, 4, 32, 0.06);
  transform: translateY(-3px);
}

.hosting-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, rgba(7, 134, 173, 0.1) 0%, rgba(7, 134, 173, 0.02) 100%);
  color: var(--secundario);
  font-size: 1.6rem;
  border: 1px solid rgba(7, 134, 173, 0.15);
  border-radius: 1rem;
  flex-shrink: 0;
}

.hosting-benefit__content {
  display: flex;
  flex-direction: column;
}

.hosting-benefit__content h3 {
  margin-bottom: 0.4rem;
  color: var(--dark);
  font-size: 1.15rem;
  font-weight: 700;
}

.hosting-benefit__content p {
  margin: 0;
  color: rgba(5, 4, 32, 0.72);
  font-size: 0.98rem;
  line-height: 1.6;
}

/* Intro Visual Panel */
.hosting-intro__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hosting-intro__visual-image {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(5, 4, 32, 0.08));
  z-index: 2;
}

@media (max-width: 991px) {
  .hosting-intro__visual {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .hosting-benefits {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   4. COMPARISON SECTION
   ========================================================================== */

.hosting-comparison {
  background: linear-gradient(180deg, rgba(233, 245, 250, 0.5) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.hosting-table-wrap {
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.75rem;
  box-shadow: 0 25px 45px rgba(5, 4, 32, 0.05);
}

.hosting-table {
  width: 100%;
  border-collapse: collapse;
}

.hosting-table th,
.hosting-table td {
  padding: 1rem 1.1rem;
  min-width: 180px;
  border-bottom: 1px solid rgba(5, 4, 32, 0.07);
}

.hosting-table thead th {
  background: var(--dark);
  color: var(--white);
  font-weight: 700;
}

.hosting-table tbody th {
  background: rgba(7, 134, 173, 0.06);
  color: var(--dark);
  font-weight: 700;
}

.hosting-table tbody td {
  color: rgba(5, 4, 32, 0.78);
}

.hosting-consultive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.75rem;
  background: linear-gradient(135deg, rgba(5, 4, 32, 0.98) 0%, rgba(5, 100, 130, 0.97) 100%);
  color: var(--white);
  border-radius: 1.75rem;
}

.hosting-consultive h2,
.hosting-consultive p {
  color: var(--white);
}

.hosting-consultive h2 {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.hosting-consultive__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .hosting-consultive {
    flex-direction: column;
    align-items: flex-start;
  }

  .hosting-consultive__actions {
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hosting-consultive {
    padding: 1.4rem;
    border-radius: 1.4rem;
  }

  .hosting-consultive__actions .dt-button {
    width: 100%;
  }

  .hosting-table th,
  .hosting-table td {
    padding: 0.85rem;
    min-width: 150px;
  }
}

/* ==========================================================================
   5. GUIDANCE SECTION
   ========================================================================== */

.hosting-guidance {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 252, 254, 1) 100%);
}

.hosting-guidance__pathways {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.hosting-pathway {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding: 1.4rem 1.5rem;
  background: rgba(255, 255, 255, 0.98);
  color: var(--dark);
  text-decoration: none;
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 10px 25px rgba(5, 4, 32, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hosting-pathway:hover {
  transform: translateX(5px);
  color: var(--dark);
  border-color: rgba(7, 134, 173, 0.3);
  box-shadow: 0 15px 35px rgba(7, 134, 173, 0.08);
}

.hosting-pathway--featured {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 252, 255, 1) 100%);
  border-color: rgba(7, 134, 173, 0.25);
  box-shadow: 0 15px 35px rgba(7, 134, 173, 0.06);
}

.hosting-pathway__badge {
  position: absolute;
  top: -0.65rem;
  left: 1.5rem;
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  background: var(--cuarto);
  color: var(--dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 999px;
}

.hosting-pathway__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, rgba(7, 134, 173, 0.1) 0%, rgba(7, 134, 173, 0.02) 100%);
  color: var(--primario);
  font-size: 1.5rem;
  border: 1px solid rgba(7, 134, 173, 0.15);
  border-radius: 1rem;
}

.hosting-pathway__content h3 {
  margin-bottom: 0.3rem;
  color: var(--dark);
  font-size: 1.15rem;
  font-weight: 700;
}

.hosting-pathway__content p {
  margin-bottom: 0;
  color: rgba(5, 4, 32, 0.68);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hosting-pathway__action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(7, 134, 173, 0.08);
  color: var(--secundario);
  font-size: 1.25rem;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hosting-pathway:hover .hosting-pathway__action {
  background: var(--secundario);
  color: var(--white);
}

.hosting-guidance__tech-board {
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(5, 4, 32, 0.98) 0%, rgba(5, 100, 130, 0.95) 100%);
  border-radius: 1.75rem;
  box-shadow: 0 30px 60px rgba(5, 4, 32, 0.12);
}

.hosting-tech-board__header {
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hosting-tech-board__header h3 {
  margin-bottom: 0.75rem;
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 700;
}

.hosting-tech-board__header p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hosting-tech-card {
  display: flex;
  flex-direction: column;
}

.hosting-tech-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--cuarto);
  font-size: 1.35rem;
  border-radius: 0.85rem;
}

.hosting-tech-card h4 {
  margin-bottom: 0.5rem;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 600;
}

.hosting-tech-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ==========================================================================
   6. FAQ SECTION
   ========================================================================== */

.hosting-faq {
  background-color: var(--white);
}

.hosting-accordion {
  max-width: 920px;
  margin: 0 auto;
}

.hosting-accordion .accordion-item {
  margin-bottom: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.25rem;
}

.hosting-accordion .accordion-button {
  background: rgba(255, 255, 255, 0.98);
  color: var(--dark);
  font-weight: 700;
  box-shadow: none;
}

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

.hosting-accordion .accordion-body {
  color: rgba(5, 4, 32, 0.76);
  line-height: 1.75;
}

/* ==========================================================================
   7. FINAL CTA
   ========================================================================== */

.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);
}

.home-cta__note {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: rgba(5, 4, 32, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

@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;
  }
}

/* ==========================================================================
   8. FLOATING WHATSAPP CTA
   ========================================================================== */

.hosting-whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(135deg, #25d366 0%, #178c42 100%);
  color: var(--dark);
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 25px 40px rgba(37, 211, 102, 0.28);
  z-index: 1025;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hosting-whatsapp-float i {
  font-size: 1.3rem;
}

.hosting-whatsapp-float:hover {
  transform: translateY(-2px);
  color: var(--dark);
}

@media (max-width: 991px) {
  .hosting-whatsapp-float {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.95rem 1rem;
  }

  .hosting-whatsapp-float span {
    display: none;
  }
}

@media (max-width: 767px) {
  .hosting-whatsapp-float {
    display: none;
  }
}

/* ==========================================================================
   9. LEGACY / RESERVED
   ========================================================================== */

.hosting-pricing,
.hosting-proof {
  padding: 5.5rem 0;
}

.hosting-includes {
  display: block;
  margin-top: 2rem;
}

.hosting-includes p {
  max-width: 760px;
  color: rgba(5, 4, 32, 0.75);
  font-size: 0.98rem;
  line-height: 1.7;
}

.hosting-intro__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hosting-intro__badge:nth-child(1) {
  transform: translateX(-1.5rem);
}

.hosting-intro__badge:nth-child(2) {
  transform: translateX(1.5rem);
}

.hosting-proof {
  position: relative;
  background: linear-gradient(135deg, rgba(233, 245, 250, 0.3) 0%, rgba(255, 255, 255, 0.95) 100%);
  overflow: hidden;
}

.hosting-proof__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.hosting-proof__header .dt-title {
  text-align: left;
}

.hosting-proof__header .dt-eyebrow {
  align-self: flex-start;
}

.hosting-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 15px 35px rgba(5, 4, 32, 0.04);
}

.hosting-testimonial p {
  margin-bottom: 1.25rem;
  color: rgba(5, 4, 32, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hosting-testimonial strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.hosting-testimonial span {
  display: block;
  color: rgba(5, 4, 32, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hosting-testimonial--featured {
  background: linear-gradient(145deg, rgba(5, 4, 32, 0.96) 0%, rgba(5, 100, 130, 0.98) 100%);
  border: none;
  box-shadow: 0 25px 45px rgba(5, 4, 32, 0.15);
}

.hosting-testimonial--featured p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.15rem;
}

.hosting-testimonial--featured span {
  color: rgba(255, 255, 255, 0.75);
}

.hosting-testimonial--featured strong {
  color: var(--white);
}

.hosting-testimonial__quote {
  margin-bottom: 0.75rem;
  color: var(--secundario);
  font-size: 2rem;
  line-height: 1;
}

.hosting-testimonial--featured .hosting-testimonial__quote {
  color: var(--cuarto);
}

.hosting-testimonial__author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(5, 4, 32, 0.08);
}

.hosting-testimonial--featured .hosting-testimonial__author {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hosting-testimonial__logo {
  width: auto;
  max-width: 80px;
  height: 35px;
  object-fit: contain;
  opacity: 0.9;
}

.hosting-proof__board {
  display: flex;
  flex-direction: column;
}

.hosting-proof__logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.hosting-proof__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  background: rgba(248, 252, 255, 0.6);
  border: 1px solid rgba(5, 4, 32, 0.05);
  border-radius: 1rem;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.hosting-proof__logo-box:hover {
  background: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(5, 4, 32, 0.04);
}

.hosting-proof__logo-box img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.65);
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.hosting-proof__logo-box:hover img {
  filter: grayscale(0) opacity(1);
}

@media (max-width: 991px) {
  .hosting-proof__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hosting-proof__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .hosting-pricing,
  .hosting-proof {
    padding: 4rem 0;
  }

  .hosting-intro__badge:nth-child(1) {
    transform: translateX(-0.5rem);
  }

  .hosting-intro__badge:nth-child(2) {
    transform: translateX(0.5rem);
  }
}

@media (max-width: 767px) {
  .hosting-plan {
    padding: 1.4rem;
    border-radius: 1.4rem;
  }

  .hosting-toggle {
    width: 100%;
    justify-content: center;
  }

  .hosting-toggle__button {
    justify-content: center;
    width: 100%;
  }
}

/* ==========================================================================
   10. WEB HOSTING DARK MODE
   ========================================================================== */

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

[data-theme="dark"] .dt-home {
  --landing-eyebrow-bg: rgba(7, 134, 173, 0.2);
  --landing-eyebrow-border: rgba(116, 215, 241, 0.24);
  --landing-eyebrow-color: #9ee7fb;
  --landing-text-color: var(--dt-text-muted);
  --landing-surface-bg: var(--dt-surface-strong);
  --landing-surface-border: var(--dt-border);
  --landing-surface-shadow: var(--dt-shadow-soft);
  color: var(--dt-text);
  color-scheme: dark;
}

[data-theme="dark"] .dt-home .dt-title,
[data-theme="dark"] .dt-home .dt-page-hero__title,
[data-theme="dark"] .dt-home .hosting-benefit__content h3,
[data-theme="dark"] .dt-home .hosting-pathway__content h3,
[data-theme="dark"] .dt-home .hosting-table tbody th,
[data-theme="dark"] .dt-home .hosting-accordion .accordion-button,
[data-theme="dark"] .dt-home .home-clients__copy h2,
[data-theme="dark"] .dt-home .home-cta__shell h2 {
  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 .hosting-benefit__content p,
[data-theme="dark"] .dt-home .hosting-includes p,
[data-theme="dark"] .dt-home .hosting-pathway__content p,
[data-theme="dark"] .dt-home .hosting-table tbody td,
[data-theme="dark"] .dt-home .hosting-accordion .accordion-body,
[data-theme="dark"] .dt-home .home-clients__copy p,
[data-theme="dark"] .dt-home .home-cta__shell p,
[data-theme="dark"] .dt-home .home-cta__note {
  color: var(--dt-text-muted);
}

[data-theme="dark"] .dt-home .dt-gradient-text {
  color: #74d7f1;
  background: linear-gradient(135deg, #45a4c2 0%, #74ffbf 50%, var(--cuarto) 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-button--primary,
[data-theme="dark"] .dt-home .home-btn--premium {
  color: #050420;
  background: linear-gradient(135deg, var(--cuarto), var(--sexto));
  box-shadow: 0 18px 30px rgba(255, 223, 73, 0.22);
}

[data-theme="dark"] .dt-home .dt-button--secondary,
[data-theme="dark"] .dt-home .dt-button--ghost,
[data-theme="dark"] .dt-home .home-btn--ghost-dark.home-btn--ghost {
  color: var(--dt-text);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--dt-border-strong);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

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

[data-theme="dark"] .dt-home .dt-page-hero,
[data-theme="dark"] .dt-home .hosting-guidance,
[data-theme="dark"] .dt-home .hosting-comparison.bg-white,
[data-theme="dark"] .dt-home .hosting-faq,
[data-theme="dark"] .dt-home .hosting-intro {
  background:
    radial-gradient(circle at top left, rgba(7, 134, 173, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 8, 35, 0.98) 0%, rgba(5, 4, 32, 0.98) 100%);
}

[data-theme="dark"] .dt-home .dt-pricing,
[data-theme="dark"] .dt-home .bg-gradient {
  background:
    radial-gradient(circle at top right, rgba(116, 255, 191, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(5, 4, 32, 0.98) 0%, rgba(8, 8, 35, 0.98) 100%);
}

[data-theme="dark"] .dt-home .dt-page-hero__trust-item,
[data-theme="dark"] .dt-home .hosting-benefit,
[data-theme="dark"] .dt-home .hosting-pathway,
[data-theme="dark"] .dt-home .hosting-table-wrap,
[data-theme="dark"] .dt-home .hosting-accordion .accordion-item,
[data-theme="dark"] .dt-home .home-clients__industries li {
  background: var(--dt-surface-soft);
  border-color: var(--dt-border);
  box-shadow: var(--dt-shadow-soft);
}

[data-theme="dark"] .dt-home .dt-page-hero__trust-item,
[data-theme="dark"] .dt-home .hosting-pathway:hover {
  color: var(--dt-text);
}

[data-theme="dark"] .dt-home .dt-page-hero__trust-item i,
[data-theme="dark"] .dt-home .hosting-benefit__icon,
[data-theme="dark"] .dt-home .hosting-pathway__icon,
[data-theme="dark"] .dt-home .hosting-pathway__action {
  color: #9ee7fb;
  background: rgba(7, 134, 173, 0.22);
  border-color: rgba(116, 215, 241, 0.2);
}

[data-theme="dark"] .dt-home .hosting-benefit:hover,
[data-theme="dark"] .dt-home .hosting-pathway:hover,
[data-theme="dark"] .dt-home .hosting-pathway--featured {
  border-color: rgba(116, 215, 241, 0.32);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.32);
}

[data-theme="dark"] .dt-home .hosting-pathway--featured {
  background:
    radial-gradient(circle at top right, rgba(255, 223, 73, 0.08), transparent 40%),
    var(--dt-surface-strong);
}

[data-theme="dark"] .dt-home .hosting-pathway__badge,
[data-theme="dark"] .dt-home .dt-plan__featured-label {
  color: #050420;
}

[data-theme="dark"] .dt-home .hosting-pathway:hover .hosting-pathway__action {
  color: #050420;
  background: #9ee7fb;
}

[data-theme="dark"] .dt-home .dt-pricing__label,
[data-theme="dark"] .dt-home .dt-plan__audience,
[data-theme="dark"] .dt-home .dt-plan__period,
[data-theme="dark"] .dt-home .dt-plan__list li {
  color: var(--dt-text-muted);
}

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

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

[data-theme="dark"] .dt-home .dt-toggle__button.is-active {
  color: var(--dt-text);
  background: var(--dt-surface-strong);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
}

[data-theme="dark"] .dt-home .dt-toggle__button span {
  color: #050420;
}

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

[data-theme="dark"] .dt-home .dt-plan:hover {
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .dt-home .dt-plan--featured,
[data-theme="dark"] .dt-home .hosting-consultive,
[data-theme="dark"] .dt-home .hosting-guidance__tech-board {
  background: linear-gradient(145deg, rgba(10, 11, 38, 0.98) 0%, rgba(5, 100, 130, 0.9) 100%);
  border: 1px solid var(--dt-border);
  box-shadow: var(--dt-shadow-strong);
}

[data-theme="dark"] .dt-home .dt-plan__name,
[data-theme="dark"] .dt-home .dt-plan__amount,
[data-theme="dark"] .dt-home .dt-plan__features-title {
  color: var(--dt-text);
}

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

[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,
[data-theme="dark"] .dt-home .hosting-tech-board__header p,
[data-theme="dark"] .dt-home .hosting-tech-card p,
[data-theme="dark"] .dt-home .hosting-consultive p {
  color: rgba(255, 255, 255, 0.78);
}

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

[data-theme="dark"] .dt-home .dt-plan__price {
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--dt-border);
}

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

[data-theme="dark"] .dt-home .hosting-table thead th {
  background: #050420;
  color: var(--white);
  border-bottom-color: var(--dt-border-strong);
}

[data-theme="dark"] .dt-home .hosting-table th,
[data-theme="dark"] .dt-home .hosting-table td {
  border-bottom-color: var(--dt-border);
}

[data-theme="dark"] .dt-home .hosting-table tbody th {
  background: rgba(7, 134, 173, 0.16);
}

[data-theme="dark"] .dt-home .hosting-accordion .accordion-button,
[data-theme="dark"] .dt-home .hosting-accordion .accordion-button:not(.collapsed) {
  background: var(--dt-surface-strong);
}

[data-theme="dark"] .dt-home .hosting-accordion .accordion-button:not(.collapsed) {
  color: #9ee7fb;
}

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

[data-theme="dark"] .dt-home .hosting-intro__visual-image,
[data-theme="dark"] .dt-home .home-coverage__visual img,
[data-theme="dark"] .dt-home .home-testimonials__illustration img {
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
}

[data-theme="dark"] .dt-home .home-testimonials {
  color: var(--dark);
  background: var(--cuarto);
  color-scheme: light;
}

[data-theme="dark"] .dt-home .home-testimonials .dt-title,
[data-theme="dark"] .dt-home .home-testimonials__copy h2,
[data-theme="dark"] .dt-home .home-testimonial-card,
[data-theme="dark"] .dt-home .home-testimonial-card__author-name {
  color: var(--dark);
}

[data-theme="dark"] .dt-home .home-testimonials .dt-text,
[data-theme="dark"] .dt-home .home-testimonials__copy p,
[data-theme="dark"] .dt-home .home-testimonial-card__quote p,
[data-theme="dark"] .dt-home .home-testimonials__metric span {
  color: rgba(5, 4, 32, 0.82);
}

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

[data-theme="dark"] .dt-home .home-testimonial-card {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(5, 4, 32, 0.12);
}

[data-theme="dark"] .dt-home .home-testimonial-card__author-position {
  color: rgba(5, 4, 32, 0.62);
}

[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.66;
}

[data-theme="dark"] .dt-home .home-clients__marquee .splide__slide:hover img {
  filter: grayscale(0) brightness(1.1) drop-shadow(0 0 1px rgba(255, 255, 255, 0.65));
  opacity: 0.96;
}

[data-theme="dark"] .dt-home .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"] .dt-home .home-cta__shell::before {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .dt-home .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);
}

@media (max-width: 767.98px) {
  [data-theme="dark"] .dt-home .border-md-end {
    border-right: none;
  }
}
