/* ==========================================================================
   LANDING COMPONENTS
   ========================================================================== */

:root {
  --landing-eyebrow-bg: rgba(7, 134, 173, 0.1);
  --landing-eyebrow-border: rgba(5, 100, 130, 0.14);
  --landing-eyebrow-color: var(--secundario);
  --landing-text-color: rgba(5, 4, 32, 0.72);
  --landing-surface-bg: rgba(255, 255, 255, 0.98);
  --landing-surface-border: rgba(5, 4, 32, 0.05);
  --landing-surface-shadow: 0 16px 32px rgba(5, 4, 32, 0.05);
}

html,
body {
  overflow-x: clip;
}

/* ==========================================================================
   BACKGROUND COMPONENTS
   ========================================================================== */

.dt-section-dark {
  background: linear-gradient(135deg, #050420 0%, #0b1434 100%);
  color: var(--white);
}

/* ==========================================================================
   SECTION HEADING
   ========================================================================== */

.dt-eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0.45rem 0.85rem;
  max-width: 100%;
  height: auto;
  background: var(--landing-eyebrow-bg);
  color: var(--landing-eyebrow-color);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  text-wrap: pretty;
  text-transform: uppercase;
  border: 1px solid var(--landing-eyebrow-border);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}

.dt-eyebrow i {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}

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

.dt-eyebrow--accent {
  background: rgba(255, 255, 255, 0.1);
  color: #efd81d;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.dt-section-header {
  margin: 0 auto 3rem;
  padding: 0;
  width: 100%;
  max-width: 980px;
  text-align: center;
}

.dt-title {
  margin: 0 0 1rem;
  color: var(--dark);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.dt-text {
  max-width: 760px;
  margin: 0 auto;
  color: var(--landing-text-color);
  font-size: 1.06rem;
  line-height: 1.75;
}

.dt-text--full {
  max-width: 100%;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.dt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 1rem 1.5rem;
  min-width: min(220px, 100%);
  max-width: 100%;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--dark);
  font-family: var(--fontcta_lg);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dt-button i {
  margin: 0;
  color: inherit;
  font-size: 1.08rem;
}

.dt-button:hover {
  transform: translateY(-2px);
}

.dt-button--primary {
  background: linear-gradient(135deg, var(--cuarto) 0%, var(--sexto) 100%);
  color: var(--dark);
  box-shadow: 0 18px 32px rgba(255, 223, 73, 0.24);
}

.dt-button--primary:hover {
  color: var(--dark);
  box-shadow: 0 22px 36px rgba(255, 223, 73, 0.3);
}

.dt-button--secondary {
  background: linear-gradient(135deg, #f5fafd 0%, #e8f4fb 100%);
  color: var(--dark);
  border-color: rgba(5, 4, 32, 0.08);
  box-shadow: 0 10px 20px rgba(7, 134, 173, 0.08);
}

.dt-button--secondary:hover {
  background: linear-gradient(135deg, #e8f4fb 0%, #d9eef7 100%);
  color: var(--dark);
  border-color: var(--secundario);
  box-shadow: 0 12px 25px rgba(7, 134, 173, 0.12);
}

.dt-button--footer {
  background: linear-gradient(135deg, #25d366 0%, #178c42 100%);
  color: var(--white);
  box-shadow: 0 18px 32px rgba(37, 211, 102, 0.22);
}

.dt-button--footer:hover {
  color: var(--white);
  box-shadow: 0 22px 36px rgba(37, 211, 102, 0.3);
}

.dt-button--footer {
  min-width: auto;
}

.dt-button--lg {
  padding: 1rem 1.8rem;
  font-size: 1.05rem;
}

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

/* ==========================================================================
   PROOF STRIP
   ========================================================================== */

.dt-proof-strip {
  padding: 1.5rem 0 4.5rem;
  background: transparent;
}

.dt-proof-strip__intro {
  margin-bottom: 2rem;
}

.dt-proof-strip__intro .dt-text,
.dt-proof-strip__intro p {
  margin: 0;
}

.dt-proof-strip__divider {
  width: 100%;
  height: 1px;
  margin: 0 0 2rem;
  background: linear-gradient(90deg, transparent 0%, rgba(7, 134, 173, 0.18) 18%, rgba(7, 134, 173, 0.18) 82%, transparent 100%);
}

/* ==========================================================================
   HERO
   ========================================================================== */

.dt-page-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3.5rem;
  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%);
}

.dt-page-hero__title {
  margin: 0 0 1rem;
  color: var(--dark);
  font-family: var(--fonth1_lg);
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.dt-page-hero__seo-heading {
  display: inline-block;
  max-width: min(100%, 620px);
  white-space: normal;
}

.dt-page-hero__subtitle {
  max-width: 640px;
  margin: 0 0 0.75rem;
  color: var(--secundario);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.45;
}

.dt-page-hero__lead {
  max-width: 620px;
  margin: 0 0 1.35rem;
  color: rgba(5, 4, 32, 0.78);
  font-size: 1.06rem;
  line-height: 1.7;
}

.dt-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.dt-page-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.dt-page-hero__trust-item {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(5, 4, 32, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.dt-page-hero__trust-item:hover {
  transform: translateY(-2px);
  border-color: rgba(7, 134, 173, 0.18);
}

.dt-page-hero__trust-item i {
  color: var(--secundario);
}

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

  .dt-page-hero .col-lg-6 {
    min-width: 0;
  }

  .dt-page-hero__seo-heading {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }

  .dt-page-hero__title {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .dt-title {
    font-size: 2rem;
    line-height: 1.14;
  }

  .dt-page-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dt-page-hero__actions .dt-button {
    width: 100%;
  }
}

/* ==========================================================================
   SUMMARY CARD
   ========================================================================== */

.dt-summary {
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(5, 4, 32, 0.08);
  border-radius: 1.6rem;
  box-shadow: 0 24px 45px rgba(5, 4, 32, 0.07);
}

.dt-summary__header {
  margin-bottom: 1rem;
}

.dt-summary__eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: rgba(5, 4, 32, 0.58);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.dt-summary__title {
  margin: 0;
  color: var(--dark);
  font-family: var(--fonth3_lg);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
}

.dt-summary__text {
  margin: 0;
  color: rgba(5, 4, 32, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

.dt-summary__price {
  margin-bottom: 0.5rem;
}

.dt-summary__price strong {
  color: var(--dark);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
}

.dt-summary__price span {
  margin-left: 0.3rem;
  color: rgba(5, 4, 32, 0.6);
  font-size: 0.9rem;
  font-weight: 600;
}

.dt-summary__list {
  display: grid;
  gap: 0.8rem;
}

.dt-summary__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: rgba(248, 252, 255, 0.94);
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(5, 4, 32, 0.06);
  border-radius: 1.1rem;
}

.dt-summary__item p {
  margin: 0;
  color: rgba(5, 4, 32, 0.8);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.dt-summary__item i {
  margin-right: 0.45rem;
  color: var(--secundario);
}

.dt-summary__item strong {
  color: var(--dark);
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}

.dt-summary__item--featured {
  background: linear-gradient(160deg, rgba(255, 223, 73, 0.16) 0%, rgba(248, 252, 255, 0.98) 100%);
  border-color: rgba(255, 223, 73, 0.45);
}

.dt-summary__label {
  display: inline-block;
  margin-bottom: 0.2rem;
  color: var(--secundario);
  font-size: 0.95rem;
  font-weight: 700;
}

.dt-summary__badge {
  position: absolute;
  top: -0.55rem;
  right: 0.9rem;
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  background: var(--cuarto);
  color: var(--dark);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 999px;
}

@media (max-width: 768px) {
  .dt-summary {
    padding: 1.4rem;
    border-radius: 1.4rem;
  }

  .dt-summary__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .dt-summary__item strong {
    text-align: left;
  }
}

/* ==========================================================================
   LOGO STRIPS
   ========================================================================== */

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

.dt-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 1.35rem;
  background: var(--landing-surface-bg);
  border: 1px solid var(--landing-surface-border);
  border-radius: 1.2rem;
  box-shadow: var(--landing-surface-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dt-logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 134, 173, 0.18);
  box-shadow: 0 20px 36px rgba(5, 4, 32, 0.08);
}

.dt-logo-card img {
  width: auto;
  max-width: 100%;
  max-height: 48px;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.82);
  transition: filter 0.25s ease, opacity 0.25s ease;
}

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

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

@media (min-width: 992px) {
  .dt-logo-grid--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

/* ==========================================================================
   FEATURE CTA
   ========================================================================== */

.dt-prefooter-cta {
  padding: 6rem 0 2rem;
  background-color: var(--white);
}

.dt-prefooter-cta--mid {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.dt-prefooter-cta--soft {
  background:
    radial-gradient(circle at bottom left, rgba(255, 223, 73, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(233, 245, 250, 0.92) 100%);
}

.dt-prefooter-cta__card {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  background: linear-gradient(145deg, rgba(5, 4, 32, 0.98) 0%, rgba(5, 100, 130, 0.96) 100%);
  color: var(--white);
  text-align: center;
  border-radius: 2rem;
  box-shadow: 0 35px 65px rgba(5, 4, 32, 0.15);
}

.dt-prefooter-cta__card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(7, 134, 173, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.dt-prefooter-cta__title {
  margin-bottom: 1.5rem;
  color: var(--white);
  font-family: var(--fonth2_lg);
  font-size: 2.65rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.dt-prefooter-cta__text {
  max-width: 800px;
  margin: 0 auto 2.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.7;
}

.dt-prefooter-cta__text--tight {
  margin-bottom: 1rem;
}

.dt-prefooter-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.dt-prefooter-cta__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .dt-prefooter-cta__card {
    padding: 3rem 1.5rem;
  }

  .dt-prefooter-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dt-prefooter-cta__actions .dt-button {
    width: 100%;
  }
}
