body {
  font-family: 'Inter', sans-serif;
  color: #606062;
}

.navbar-pulso {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-link {
  color: #606062;
}

.hero {
  padding: 120px 0;
  background: #2C5391;
  color: #fff;
}

.section {
  padding: 80px 0;
}

.section-soft {
  background: #93B7D2;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.section-text {
  max-width: 700px;
}

.btn-pulso {
  background: #2C5391;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
}

.btn-pulso:hover {
  background: #1f3f70;
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: #fff;
  font-size: 24px;
  padding: 15px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.hero-bg {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url('medico-tablet.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg .overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 83, 145, 0.75);
  z-index: 1;
}

.hero-bg .container {
  z-index: 2;
  color: #fff;
}

.hero-bg h1 {
  font-size: 3.5rem;
}

.hero-bg p {
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hero-bg h1 {
    font-size: 2.5rem;
  }
}