/* ============================================================
   TEMPLATE: ROSE QUARTZ (MINIMALIST LUXURY)
   ============================================================ */

.card.rose-quartz {
    background-color: #ffffff;
    border: none;
    border-radius: 0; /* Estética editorial reta */
    box-shadow: 0 20px 45px rgba(224, 172, 172, 0.15);
}

.banner-upgrade a,
.banner-upgrade a:visited {
    color: inherit !important;
    text-decoration: none;
}

/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */

.card.rose-quartz .card-header-block {
    background-color: #fffafc;
    color: #8c6a6a;
    padding: 3.5rem 1.5rem 2.5rem;
    text-align: center;
    border-bottom: 1px solid #f2dada;
}

/* LOGO: Quadrado Clássico com Moldura Fina */
.card.rose-quartz .card-header-block img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 0 !important; /* Estilo Square Luxo */
    border: 1px solid #d4a3a3;
    padding: 5px; /* Cria um respiro entre a borda e a imagem */
    background: #fff;
    margin-bottom: 1.5rem;
}

.card.rose-quartz .card-header-block h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #594040;
    letter-spacing: 1px;
}

.card.rose-quartz .card-header-block small {
    font-size: 0.75rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #b58d8d;
    display: block;
    margin-top: 8px;
}

/* ------------------------------------------------------------
   DESCRIPTION
   ------------------------------------------------------------ */

.card.rose-quartz .card-description-block {
    background-color: #ffffff;
    color: #8c7474;
    padding: 2.5rem 2rem;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.8;
    border-bottom: 1px solid #f2dada;
}

/* ------------------------------------------------------------
   SERVICES
   ------------------------------------------------------------ */

.card.rose-quartz .card-services-block {
    padding: 1.5rem 2rem;
    background-color: #fffafc;
}

.card.rose-quartz .card-services-block li {
    color: #8c7474;
    padding: 8px 0;
    border-bottom: 1px solid rgba(242, 218, 218, 0.5);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
}

.card.rose-quartz .card-services-block li::before {
    content: "—"; /* Traço elegante em vez de bullet */
    margin-right: 12px;
    color: #d4a3a3;
}

/* ------------------------------------------------------------
   WHATSAPP (EDITORIAL BUTTON)
   ------------------------------------------------------------ */

.card.rose-quartz .btn-whatsapp {
    background: linear-gradient(135deg, #e5b2b2 0%, #d4a3a3 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 0 !important; 
    padding: 1rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 15px 25px 25px;
    box-shadow: 0 10px 20px rgba(212, 163, 163, 0.2);
    transition: all 0.4s ease;
}

.card.rose-quartz .btn-whatsapp:hover {
    letter-spacing: 5px; /* Efeito sofisticado no hover */
    background: #d4a3a3;
}

/* ------------------------------------------------------------
   LINKS SOCIAIS
   ------------------------------------------------------------ */

.card.rose-quartz .card-social-icon {
    background-color: transparent;
    border: 1px solid #f2dada;
    border-radius: 0 !important;
    transition: all 0.3s ease;
}

.card.rose-quartz .card-social-icon i { color: #8c6a6a !important; }

.card.rose-quartz .card-social-icon:hover {
    background-color: #f2dada;
    transform: translateY(-2px);
}

/* ------------------------------------------------------------
   MODAL ROSE-QUARTZ
   ------------------------------------------------------------ */

.modal.rose-quartz .modal-content { 
    background: #ffffff; 
    border: none; 
    border-radius: 0; 
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1); 
}

.modal.rose-quartz .p-4.bg-white { 
    background: #fffafc !important; 
    color: #8c7474 !important; 
    border-top: 1px solid #f2dada; 
}

.modal.rose-quartz h5.text-dark { 
    font-family: 'Playfair Display', serif; 
    color: #594040 !important; 
    font-weight: 600; 
}

.modal.rose-quartz h4.text-success { 
    color: #d4a3a3 !important; 
    font-weight: 400;
    letter-spacing: 1px;
}

.modal.rose-quartz .btn-success { 
    background: #d4a3a3 !important; 
    border: none !important; 
    border-radius: 0 !important; 
    text-transform: uppercase; 
    letter-spacing: 2px;
    padding: 0.8rem;
}

.modal.rose-quartz .btn-close { 
    filter: sepia(0.5); 
    opacity: 0.8; 
}