/* Styles pour la section Confort Unique - La Cristallerie */

.confort-unique {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url('../images/perspectives/appart-3.04_rendu_texturé_correction.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.confort-unique::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.confort-unique-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

.confort-unique .logo-cristallerie {
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.confort-unique h2 {
    font-family: 'Tan Pearl', serif;
    font-size: 70px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 50px;
}

.confort-unique .subtitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.diamond-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.diamond-overlay {
    width: 600px;
    height: 600px;
    opacity: 1;
    position: absolute;
    z-index: 1;
}

.btn-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d4a977, #B8860B);
    box-shadow: 0 4px 8px rgba(184, 134, 11, 0.3);
    margin-top: 30px;
    transition: all 0.3s ease;
}

.btn-round img {
    width: 20px;
    height: 20px;
}

.btn-round:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(184, 134, 11, 0.5);
}
