body {
    font-family: 'Inter', sans-serif;
}
.hero-bg {
    background-image: url('../img/hogar_conectado.webp');
    background-size: cover;
    background-position: center;
}
.cta-button {
    transition: all 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.benefit-icon {
    font-size: 2rem; /* Ajusta según necesidad */
}
.somfy-expert-logo { /* Placeholder for Somfy Expert Logo */
    max-width: 250px; /* Adjust as needed */
    margin: 0 auto; /* Center if in its own column */
}
.km-logo {
    max-width: 175px;
    width: 100%;
    height: auto;
    display: block;
}
.container {
    align-items: end;
}