		/* ==========================================================================
   Noves Classes per a la Pàgina de Serveis
   ========================================================================== */

/* Estils per ressaltar el producte estrella */
.servei-estrella {
    border: 1px solid #ffd700;
    position: relative;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.1);
}

.estrella-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background-color: #ffd700;
    color: #111; /* Color fons fosc corporatiu */
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 2px;
    letter-spacing: 1px;
}

/* Subseccions de les pròtesis */
.protesis-subseccions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.subseccio-bloc {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 1.5rem;
    border-left: 3px solid #ffd700;
}

.subseccio-bloc h3 {
    color: #ffd700;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

/* Disseny de la graella per a la resta de serveis */
.llista-serveis-general {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.titol-seccio-secundari {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.grid-serveis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.targeta-servei {
    background-color: #1a1a1a; /* To fosc per harmonitzar amb el lloc */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.targeta-servei:hover {
    transform: translateY(-5px);
    border-color: #ffd700;
}

.targeta-servei h3 {
    color: #ffd700;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.targeta-servei p {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Adaptabilitat per a dispositius mòbils */
@media (max-width: 768px) {
    .grid-serveis {
        grid-template-columns: 1fr;
    }
}/* Disseny específic per a l'Especial Nuvis */
/* Nou disseny d'alt impacte per a Especial Nuvis */
.destacat-nuvis-premium {
    background-color: #111111; /* Negre pur per fer contrast absolut */
    border: 2px solid #ffd700; /* Línia daurada sòlida premium */
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
    position: relative;
    border-radius: 4px;
}

.nuvis-badge-elegant {
    position: absolute;
    top: -12px;
    left: 30px;
    background-color: #ffd700;
    color: #111111;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nuvis-flex-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nuvis-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 215, 0, 0.05);
    padding: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 0, 0.2);
    flex-shrink: 0;
}.nuvis-icon2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 215, 0, 0.05);
    padding: 15px;
  
    border: 1px solid rgba(255, 215, 0, 0.2);
    flex-shrink: 0;
}
.protesisfotos {
  
background: rgba(255, 215, 0, 0.05);
  padding: 10px;            /* Un marco interno elegante antes del borde */
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 4px;       /* Opcional: suaviza un poco las esquinas */
  
  /* Control de tamaño responsivo */
  width: 100%;              /* Por defecto ocupan el espacio disponible... */
  max-width: 400px;         /* ...pero nunca medirán más de 400px */
  height: 280px;            /* Altura fija para que ambas fotos midan exactamente lo mismo */
  object-fit: cover; 
object-position: top center;  /* ¡Movido aquí! Recorta la foto perfectamente sin deformarla */
}
.contenidorprotesis
{
display: flex ;
  justify-content: center ;  /* Centra las fotos horizontalmente entre sí */
  align-items: center ;      /* Centra las fotos verticalmente */
  gap: 80px;                /* Separación óptima entre las dos imágenes */
  padding: 20px;
  flex-wrap: wrap;          /* Mantiene el diseño responsivo para móviles */
  
  /* NUEVO: Esto centra todo el contenedor respecto a la página web */
  margin: 0 auto ;           
  clear:both;       
  width: 100% ;       /* Ajusta el ancho del div al tamaño de las fotos juntas */
}
.nuvis-text h3 {
    color: #ffd700;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.nuvis-text p {
    color: #e0e0e0;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}


       .article-premium {
            background: rgba(26, 26, 26, 0.95);
            border: 1px solid #d4af37;
            border-radius: 12px;
            padding: 50px;
            margin-bottom: 60px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(10px);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .article-premium:hover {
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15);
        }

        .article-header {
            display: flex;
            align-items: center;
            gap: 20px;
            border-bottom: 1px solid rgba(212, 175, 55, 0.3);
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

        .article-icon-wrapper {
            background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
            border: 1px solid #d4af37;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .article-title {
            color: #ffd700;
            font-family: 'Segoe UI', sans-serif;
            font-size: 1.8rem;
            letter-spacing: 1.5px;
            margin: 0;
            text-transform: uppercase;
        }

        .article-subtitle {
            color: #ae9142;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 5px;
            font-weight: 600;
        }

        .article-content {
            color: #e0e0e0;
            font-size: 1.05rem;
            line-height: 1.8;
            text-align: justify;
        }

        .article-content p {
            margin-bottom: 25px;
        }

        .bloc-destacat {
            background: rgba(212, 175, 55, 0.05);
            border-left: 4px solid #d4af37;
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 8px 8px 0;
        }

        .llista-premium {
            list-style: none;
            padding-left: 0;
            margin: 25px 0;
        }

        .llista-premium li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 18px;
        }

        .llista-premium li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #ffd700;
            font-weight: bold;
            font-size: 1.1rem;
        }

        .llista-premium strong {
            color: #ffd700;
            display: inline-block;
            margin-right: 5px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .article-premium {
                padding: 30px 20px;
            }
            .article-header {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
            .article-title {
                font-size: 1.4rem;
            }
			.nuvis-flex-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .destacat-nuvis-premium {
        padding: 2rem 1.5rem;
    }
    
    .nuvis-badge-elegant {
        left: 50%;
        transform: translateX(-50%);
    }
        }
