:root {
  --bg-dark: #071120;
  --bg-dark-2: #0b1730;
  --primary: #5b8cff;
  --primary-hover: #4579f5;
  --light: #ffffff;
  --text: #d6def0;
  --muted: #94a3b8;
  --card: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7f9fc;
  color: #1e293b;
}

a {
  text-decoration: none;
}

.custom-navbar {
  background: rgba(7, 17, 32, 0.88);
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
  padding: 14px 0;
}

.custom-navbar .navbar-brand {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.custom-navbar .nav-link {
  color: rgba(255, 255, 255, 0.85);
  transition: 0.3s;
}

.custom-navbar .nav-link:hover {
  color: #ffffff;
}

.btn-nav {
  border-radius: 999px;
  padding: 10px 18px;
}

.hero-section {
  background:
    radial-gradient(circle at top left, rgba(91, 140, 255, 0.35), transparent 30%),
    linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2));
  color: var(--light);
  overflow: hidden;
}

.tag-badge,
.section-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #dbe7ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.hero-title {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  max-width: 620px;
}

.hero-text {
  font-size: 1.1rem;
  color: var(--text);
  max-width: 560px;
}

.hero-mini-info strong {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
}

.hero-mini-info span {
  color: var(--muted);
  font-size: 0.95rem;
}

.dashboard-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.dashboard-top {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 8px;
}

.dashboard-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.dashboard-body {
  padding: 24px;
}

.small-label {
  color: var(--muted);
  font-size: 0.9rem;
}

.dashboard-body h3 {
  color: #ffffff;
}

.metric-box,
.chart-box,
.status-box {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  color: #ffffff;
}

.metric-box p,
.chart-box p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.metric-box h4 {
  font-size: 2rem;
  margin: 0;
}

.bars {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 140px;
}

.bar {
  flex: 1;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #7ea7ff, #4d7eff);
}

.bar-1 { height: 40%; }
.bar-2 { height: 55%; }
.bar-3 { height: 70%; }
.bar-4 { height: 82%; }
.bar-5 { height: 95%; }

.status-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.status-box i {
  color: #85ffb7;
  font-size: 1.2rem;
}

.trust-section {
  background: #ffffff;
}

.trust-text {
  color: #64748b;
}

.trust-box {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  font-weight: 600;
  color: #334155;
}

.section-padding {
  padding: 100px 0;
}

.section-heading h2,
.benefits-section h2,
.cta-box h2,
#contacto h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
}

.section-heading p,
.benefit-text,
.contact-text {
  color: #64748b;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 14px;
  color: #0f172a;
}

.service-card p {
  color: #64748b;
  margin-bottom: 0;
}

.icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(91, 140, 255, 0.1);
  color: var(--primary);
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.benefits-section {
  background: #eef4ff;
}

.benefit-list {
  margin-top: 28px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #334155;
}

.benefit-item i {
  color: var(--primary);
  font-size: 1.1rem;
}

.benefit-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.benefit-stat {
  background: #f8fbff;
  border-radius: 18px;
  padding: 22px;
}

.benefit-stat h3 {
  margin-bottom: 8px;
  color: var(--primary);
}

.benefit-stat p {
  margin: 0;
  color: #64748b;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.testimonial-card p {
  color: #475569;
  font-size: 1rem;
  margin-bottom: 22px;
}

.testimonial-user {
  display: flex;
  flex-direction: column;
}

.testimonial-user strong {
  color: #0f172a;
}

.testimonial-user span {
  color: #64748b;
  font-size: 0.95rem;
}

.cta-section {
  padding: 30px 0 100px;
}

.cta-box {
  background: linear-gradient(135deg, #0b1730, #1b2d57);
  color: #ffffff;
  padding: 60px 30px;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.cta-box p {
  color: #d6def0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info {
  margin-top: 28px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: #334155;
}

.contact-item i {
  font-size: 1.1rem;
  color: var(--primary);
}

.contact-form {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.contact-form .form-control {
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #dbe4f0;
}

.contact-form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 140, 255, 0.15);
  border-color: var(--primary);
}

.form-response {
  font-size: 0.95rem;
  color: var(--primary);
}

.footer-section {
  background: #0f172a;
  color: #cbd5e1;
  padding: 28px 0;
}

.footer-links a {
  color: #cbd5e1;
  margin-left: 18px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  border-radius: 999px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn-outline-light {
  border-radius: 999px;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.3rem;
  }

  .benefit-panel {
    grid-template-columns: 1fr;
  }
}

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

  .section-heading h2,
  .benefits-section h2,
  .cta-box h2,
  #contacto h2 {
    font-size: 1.8rem;
  }

  .dashboard-body {
    padding: 18px;
  }

  .service-card,
  .testimonial-card,
  .contact-form {
    padding: 22px;
  }
}
