body {
    padding-top: 70px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #ffffff;
}

.hero-section h1 {
  font-weight: 600;
}

.hero-section .lead {
  max-width: 900px;
  margin: 0 auto;
}

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

.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    font-size: 0.9rem;
}

/* Card destacada - Software */
.card-software {
    border: 2px solid #0d6efd;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}

.badge-software {
    background-color: #0d6efd;
    color: #fff;
    font-weight: 500;
}

.target-audience {
    background-color: #f8f9fa;
}

.target-audience h2 {
    font-weight: 600;
}

.target-audience .card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.target-audience .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}

.how-we-work h2 {
    font-weight: 600;
}

.how-we-work .card {
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.how-we-work .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}

#contacto h2 {
  font-weight: 600;
}
