/**
 * Landing web desktop — profesional sin romper móvil.
 * Mobile-first histórico → aquí se “abre” a pantalla grande.
 */

.hero-coins-hint {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.coin-circle--link {
  text-decoration: none;
  border-color: rgba(83, 68, 215, 0.55);
  background: rgba(83, 68, 215, 0.25);
}

.coin-circle--link:hover {
  border-color: #5344d7;
  transform: translateY(-2px);
}

.hero-rates-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn-hero-rates-all--ghost {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.btn-hero-rates-all--ghost:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.hero-rates-empty {
  padding: 28px 18px;
  text-align: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.hero-rates-empty__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.hero-rates-empty__text {
  margin: 0 0 14px;
  color: #b8b8d4;
  font-size: 13px;
  line-height: 1.45;
}

.hero-rates-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* —— Mobile: panel debajo, compacto —— */
@media (max-width: 991px) {
  .hero-right-col {
    order: 2;
    margin-top: 0.5rem;
    padding: 0 12px 20px;
  }

  .intro-ten-LeftSection {
    order: 1;
  }

  .hero-cotizador-row {
    order: 3;
  }

  .hero-rates-box {
    margin-top: 0.25rem;
  }

  .hero-rates-title {
    font-size: 1rem;
  }

  .hero-rate-card {
    padding: 12px 14px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn-hero {
    width: 100%;
  }
}

/* —— Tablet / laptop: ya no se siente “app” —— */
@media (min-width: 992px) {
  .intro-ten-Wrap .bg-wrap {
    max-width: 1180px;
  }

  .intro-ten-Wrap .bg-content {
    padding-top: 132px;
    padding-bottom: 72px;
    align-items: stretch;
    min-height: 0;
  }

  .intro-ten-LeftSection {
    padding-right: 28px;
  }

  .intro-ten-LeftSection .text-45 {
    font-size: 44px !important;
    letter-spacing: -0.02em;
    max-width: 18ch;
  }

  .intro-ten-LeftSection .hero-subtitle {
    font-size: 18px;
    max-width: 36ch;
    margin-bottom: 1.25rem;
  }

  .hero-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .hero-buttons .btn-hero {
    width: auto;
    min-width: 148px;
    flex: 0 0 auto;
  }

  .coins-row {
    gap: 12px;
  }

  .coin-circle {
    width: 48px;
    height: 48px;
  }

  .coin-icon {
    width: 28px;
    height: 28px;
  }

  .hero-right-col {
    padding-left: 12px;
    align-items: stretch;
  }

  .hero-rates-box {
    width: 100%;
    min-height: 420px;
    padding: 28px !important;
    border-radius: 22px !important;
    background: linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(83, 68, 215, 0.12) 55%,
      rgba(15, 22, 38, 0.55) 100%
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
  }

  .hero-rates-header {
    margin-bottom: 18px;
  }

  .hero-rates-title {
    font-size: 15px !important;
    color: #e2e8f0 !important;
  }

  .hero-rates-grid {
    flex: 1;
    gap: 10px;
  }

  .hero-rate-card {
    padding: 14px 16px !important;
    border-radius: 14px !important;
    background: rgba(15, 23, 42, 0.45) !important;
  }

  .hero-rates-footer {
    margin-top: auto;
    padding-top: 16px;
    justify-content: flex-start;
  }

  .hero-cotizador-row {
    padding-top: 8px;
  }

  .hero-cotizador-box {
    max-width: 100%;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  }

  /* Servicios: cards más “web” */
  #services-wrap .grid.grid-3 {
    gap: 20px;
  }

  #services-wrap .card {
    min-height: 200px;
    padding: 28px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.2s, transform 0.2s, background 0.2s;
  }

  #services-wrap .card:hover {
    border-color: rgba(83, 68, 215, 0.55);
    background: rgba(83, 68, 215, 0.1);
    transform: translateY(-3px);
  }

  #features-wrap .col-md-2 {
    margin-bottom: 1.5rem;
  }
}

/* —— Desktop grande —— */
@media (min-width: 1280px) {
  .intro-ten-Wrap .bg-wrap {
    max-width: 1240px;
  }

  .intro-ten-LeftSection .text-45 {
    font-size: 52px !important;
  }

  .intro-ten-LeftSection .hero-subtitle {
    font-size: 20px;
  }

  .hero-rates-box {
    min-height: 460px;
  }
}
