/* ============================================================
   TEMPLATE: OBSIDIAN (DEEP DARK PREMIUM)
   ============================================================ */

.card.obsidian {
    background: #0B0E14;
    border-radius: 28px;
    border: 1px solid #1E2632;
    box-shadow: 0 30px 50px -15px #000000;
    position: relative;
    overflow: hidden;
}

/* Efeito de Profundidade no Topo */
.card.obsidian::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(0, 153, 255, 0.12), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.banner-upgrade a,
.banner-upgrade a:visited {
    color: inherit !important;
    text-decoration: none;
}

/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */

.card.obsidian .card-header-block {
    background: linear-gradient(180deg, #0B0E14 0%, #151E28 100%);
    color: #FFFFFF;
    padding: 3.5rem 1.5rem 2.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 153, 255, 0.15);
    position: relative;
    z-index: 2;
}

/* LOGO: Arredondada Suave (Squircle High Definition) */
.card.obsidian .card-header-block img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 35px !important; /* Arredondado suave, não círculo perfeito */
    border: 2px solid #0099FF;
    box-shadow: 0 0 30px rgba(0, 153, 255, 0.3);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    background: #0B0E14;
}

.card.obsidian .card-header-block img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 45px rgba(0, 153, 255, 0.5);
}

.card.obsidian .card-header-block h5 {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #FFFFFF, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.card.obsidian .card-header-block small {
    font-size: 0.8rem;
    letter-spacing: 4px;
    color: #0099FF;
    text-transform: uppercase;
    font-weight: 500;
}

/* ------------------------------------------------------------
   DESCRIPTION
   ------------------------------------------------------------ */

.card.obsidian .card-description-block {
    background: transparent;
    color: #A0AABA;
    padding: 2rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.7;
    border-bottom: 1px solid #1E2632;
    position: relative;
    z-index: 2;
}

/* ------------------------------------------------------------
   SERVICES
   ------------------------------------------------------------ */

.card.obsidian .card-services-block {
    background: rgba(21, 30, 40, 0.3);
    padding: 1.5rem 2rem;
}

.card.obsidian .card-services-block li {
    color: #E0E4EC;
    padding: 10px 0;
    border-bottom: 1px solid rgba(30, 38, 50, 0.5);
    font-weight: 500;
}

.card.obsidian .card-services-block li::before {
    content: '▹';
    color: #0099FF;
    margin-right: 12px;
    font-size: 1.2rem;
}

/* ------------------------------------------------------------
   WHATSAPP (GHOST BUTTON BLUE)
   ------------------------------------------------------------ */

.card.obsidian .btn-whatsapp {
    background: transparent;
    color: #0099FF !important;
    border: 2px solid #0099FF;
    border-radius: 12px !important;
    padding: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 25px 25px;
    transition: all 0.3s ease;
    text-align: center;
}

.card.obsidian .btn-whatsapp:hover {
    background: #0099FF;
    color: #0B0E14 !important;
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.4);
}

/* ------------------------------------------------------------
   LINKS SOCIAIS
   ------------------------------------------------------------ */

.card.obsidian .card-social-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #151E28;
    border: 1px solid rgba(0, 153, 255, 0.1);
}

.card.obsidian .card-social-icon i { color: #A0AABA !important; }

.card.obsidian .card-social-icon:hover {
    background: #0099FF;
    transform: scale(1.1);
}

.card.obsidian .card-social-icon:hover i { color: #0B0E14 !important; }

/* ------------------------------------------------------------
   MODAL OBSIDIAN
   ------------------------------------------------------------ */

.modal.obsidian .modal-content { 
    background: #0B0E14; 
    border: 1px solid rgba(0, 153, 255, 0.3); 
    border-radius: 28px; 
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8); 
}

.modal.obsidian .p-4.bg-white { 
    background: linear-gradient(180deg, #151E28 0%, #0B0E14 100%) !important; 
    color: #A0AABA !important; 
    border-top: 1px solid rgba(0, 153, 255, 0.2);
}

.modal.obsidian h5.text-dark { 
    color: #FFFFFF !important; 
    font-weight: 700; 
}

.modal.obsidian h4.text-success { 
    color: #0099FF !important; 
    font-weight: 800;
}

.modal.obsidian .btn-success { 
    background: transparent !important; 
    color: #0099FF !important; 
    border: 2px solid #0099FF !important; 
    border-radius: 12px !important; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-weight: 700;
}

.modal.obsidian .btn-success:hover { 
    background: #0099FF !important; 
    color: #0B0E14 !important; 
}

.modal.obsidian .btn-close { 
    filter: invert(1); 
    opacity: 0.8; 
}

.modal.obsidian .carousel-control-prev-icon, 
.modal.obsidian .carousel-control-next-icon { 
    background-color: #0099FF; 
    border-radius: 50%; 
}