/* ============================================================
   TEMPLATE: OCEAN (FRESH & FLUID)
   ============================================================ */

.card.ocean { 
    background: linear-gradient(180deg, #ffffff 0%, #e0f7fa 100%); 
    border: none; 
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 97, 255, 0.1);
}

.banner-upgrade a,
.banner-upgrade a:visited {
    color: inherit !important;
    text-decoration: none;
}

/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */

.card.ocean .card-header-block { 
    background: linear-gradient(135deg, #0061ff 0%, #60efff 100%); 
    color: #ffffff; 
    padding: 3.5rem 1rem 2.5rem;
    text-align: center;
    border-radius: 25px 25px 0 0;
}

/* LOGO: Formato "Gota" Suave */
.card.ocean .card-header-block img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 40% 60% 40% 60% / 60% 40% 60% 40% !important; /* Formato orgânico de bolha */
    border: 4px solid #ffffff;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.card.ocean .card-header-block h5 {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card.ocean .card-header-block small {
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}

/* ------------------------------------------------------------
   DESCRIPTION
   ------------------------------------------------------------ */

.card.ocean .card-description-block { 
    background-color: rgba(255, 255, 255, 0.8); 
    color: #01579b; 
    margin: 20px;
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(0, 188, 212, 0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

/* ------------------------------------------------------------
   SERVICES
   ------------------------------------------------------------ */

.card.ocean .card-services-block { 
    background-color: rgba(0, 97, 255, 0.05); 
    border: 1px dashed #00bcd4; 
    margin: 0 20px 20px;
    border-radius: 15px;
    padding: 1rem;
}

.card.ocean .card-services-block li { 
    color: #0277bd; 
    font-weight: 600;
    padding: 8px 0;
}

.card.ocean .card-services-block li::before {
    content: "✔";
    margin-right: 10px;
}

/* ------------------------------------------------------------
   WHATSAPP (GRADIENTE NATURE)
   ------------------------------------------------------------ */

.card.ocean .btn-whatsapp { 
    background: linear-gradient(to right, #00b09b, #96c93d); 
    color: #fff !important;
    border: none;
    font-weight: 700;
    border-radius: 50px !important; 
    margin: 10px 20px 25px;
    padding: 0.8rem;
    box-shadow: 0 5px 15px rgba(0, 176, 155, 0.3);
}

/* ------------------------------------------------------------
   LINKS SOCIAIS
   ------------------------------------------------------------ */

.card.ocean .card-social-icon { 
    background: #0061ff; 
    border-radius: 50%;
    transition: all 0.3s ease;
}

.card.ocean .card-social-icon i { color: #FFFFFF !important; }

.card.ocean .card-social-icon:hover {
    background: #60efff;
    transform: translateY(-3px);
}

/* ------------------------------------------------------------
   MODAL OCEAN
   ------------------------------------------------------------ */

.modal.ocean .modal-content { 
    background: #ffffff; 
    border: none; 
    border-radius: 25px; 
    overflow: hidden; 
}

.modal.ocean .p-4.bg-white { 
    background: linear-gradient(180deg, #ffffff 0%, #e0f2f1 100%) !important; 
    color: #01579b !important; 
    border-top: 5px solid #00bcd4;
}

.modal.ocean h5.text-dark { 
    color: #0061ff !important; 
    font-weight: 700; 
}

.modal.ocean h4.text-success { 
    background: linear-gradient(to right, #00b09b, #96c93d); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-weight: 800; 
    font-size: 1.8rem;
}

.modal.ocean .btn-success { 
    background: linear-gradient(to right, #00b09b, #96c93d) !important; 
    border: none !important; 
    border-radius: 50px !important; 
    color: #fff !important; 
    font-weight: bold; 
}

.modal.ocean .btn-close { 
    background-color: #60efff; 
    border-radius: 50%; 
    opacity: 1; 
    padding: 0.5rem;
    margin: 10px;
}