@charset "utf-8";
/* CSS Document */


/* ========================================
   EFEITO NEON
======================================== */
.neon-glow {
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 15px 4px rgba(0, 183, 255, 0.8);
    transition: 0.3s ease-in-out;
}

.neon-glow:hover {
    box-shadow: 0 0 25px 6px rgba(0, 183, 255, 1);
    filter: brightness(1.1);
}


/* ========================================
   ÍCONE WHATSAPP
======================================== */
.btt i.fa-whatsapp {
    display: inline-block !important;
    visibility: visible !important;
    font-size: 30px !important;
    line-height: 1 !important;
}

@media (max-width: 768px) {
    .btt i.fa-whatsapp {
        font-size: 28px !important;
    }
}


/* ========================================
   TEAM CREATIVE
======================================== */
.team-creative figure {
    transition: color 0.3s;
}

.team-creative figcaption {
    position: relative;
    bottom: 0;
    transition: bottom 0.3s;
}

.team-creative figure:hover figcaption {
    bottom: 50%;
}

@media only screen and (min-width: 571px) and (max-width: 992px) {
    .team-creative figure:hover figcaption {
        bottom: 55%;
    }
}


/* Progress bars */
.team-creative figure .progress-bars {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.team-creative figure:hover .progress-bars {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
    transition-delay: 0.2s;
}


/* Imagem do colaborador */
.team-creative figure > .employee-photo img {
    opacity: 1;
    transition: opacity 0.3s;
}

.team-creative figure:hover > .employee-photo img {
    opacity: 0.3;
}


/* Ícones sociais */
.team-creative figure .socials a {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0s;
}

.team-creative figure:hover .socials a {
    opacity: 1;
    transform: translateY(-20px);
    transition-delay: 0.3s;
}

.team-creative figure:hover .socials li:nth-of-type(2) a {
    transition-delay: 0.35s;
}

.team-creative figure:hover .socials li:nth-of-type(3) a {
    transition-delay: 0.4s;
}

.team-creative figure:hover .socials li:nth-of-type(4) a {
    transition-delay: 0.45s;
}

.team-creative figure:hover .socials li:nth-of-type(5) a {
    transition-delay: 0.5s;
}

.team-creative figure:hover .socials li:nth-of-type(6) a {
    transition-delay: 0.55s;
}

.team-creative figure:hover .socials li:nth-of-type(7) a {
    transition-delay: 0.6s;
}


/* ========================================
   FUNDO ANIMADO
======================================== */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.animated-bg {
    background: linear-gradient(270deg, #000428, #0222cf, #000428);
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
}


/* ========================================
   DESTAQUE CATÁLOGO
======================================== */
.destaque-catalogo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.texto-catalogo {
    color: #00e6f8;
}

.arrow-blink {
    color: #2dff57;
    font-size: 20px;
    animation: blinkArrow 1.2s infinite;
}

@keyframes blinkArrow {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    50% {
        opacity: 0.2;
        transform: translateX(6px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* ========================================
   SECTION PROFESSOR PREMIUM
======================================== */
.professor-section {
    position: relative;
}

.professor-card {
    background: linear-gradient(135deg, rgba(8, 18, 40, 0.96), rgba(15, 15, 15, 0.96));
    border: 1px solid rgba(0, 230, 248, 0.12);
    border-radius: 28px;
    padding: 55px 45px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.professor-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(0, 230, 248, 0.18) 0%, rgba(0, 230, 248, 0) 70%);
    pointer-events: none;
}

.professor-image-wrap {
    position: relative;
    display: inline-block;
}

.professor-image-wrap::after {
    content: "";
    position: absolute;
    inset: 12px -12px -12px 12px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(0, 230, 248, 0.22), rgba(2, 34, 207, 0.18));
    z-index: 0;
    filter: blur(6px);
}

.professor-photo-premium {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.professor-content {
    position: relative;
    z-index: 2;
}

.professor-tag {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(0, 230, 248, 0.12);
    border: 1px solid rgba(0, 230, 248, 0.22);
    color: #00e6f8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.professor-name {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 22px;
}

.professor-description {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 0;
}

/* ========================================
   RESPONSIVO
======================================== */
@media (max-width: 991px) {
    .professor-card {
        padding: 35px 24px;
        border-radius: 22px;
    }

    .professor-photo-premium {
        max-width: 320px;
    }

    .professor-name {
        font-size: 28px;
        margin-top: 10px;
        text-align: center;
    }

    .professor-content {
        text-align: center;
    }

    .professor-description {
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
    }
}

@media (max-width: 575px) {
    .professor-card {
        padding: 28px 18px;
    }

    .professor-photo-premium {
        max-width: 100%;
        border-radius: 20px;
    }

    .professor-name {
        font-size: 24px;
    }

    .professor-description {
        font-size: 14px;
        line-height: 1.75;
    }

    .professor-tag {
        font-size: 11px;
        padding: 7px 14px;
    }
}


/* ========================================
   PADRÃO DE LARGURA (USAR EM TUDO)
======================================== */
.section-card {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}


/* ========================================
   PODCAST PREMIUM
======================================== */
.podcast-section {
    position: relative;
}

.podcast-card {
    padding: 60px 40px;

    border-radius: 28px;
    background: linear-gradient(135deg, rgba(8,18,40,0.95), rgba(15,15,15,0.95));
    border: 1px solid rgba(0, 230, 248, 0.12);

    box-shadow: 0 25px 70px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.podcast-card::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0,230,248,0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* TITULO */
.podcast-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.podcast-title span {
    color: #00E6F8;
}

/* SUBTITULO */
.podcast-subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.podcast-subtitle span {
    color: #00E6F8;
}

/* VIDEO */
.podcast-video-wrap {
    position: relative;
    max-width: 850px;
    margin: 0 auto 40px auto;
}

.podcast-video {
    width: 100%;
    border-radius: 18px;
    display: block;

    box-shadow: 
        0 15px 40px rgba(0,0,0,0.5),
        0 0 40px rgba(0,230,248,0.15);
}

/* BOTÃO */
.podcast-btn {
    display: inline-block;
    padding: 14px 32px;

    border-radius: 999px;
    background: linear-gradient(135deg, #00E6F8, #0222cf);
    color: #fff;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

    transition: all 0.3s ease;
}

.podcast-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,230,248,0.4);
}


/* ========================================
   RESPONSIVO
======================================== */
@media (max-width: 991px) {
    .podcast-card {
        padding: 40px 25px;
        border-radius: 22px;
    }

    .podcast-title {
        font-size: 26px;
    }

    .podcast-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .podcast-card {
        padding: 30px 18px;
    }

    .podcast-title {
        font-size: 22px;
    }

    .podcast-subtitle {
        font-size: 14px;
        line-height: 1.7;
    }

    .podcast-video {
        border-radius: 14px;
    }

    .podcast-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
}


/* ========================================
   HEADER PLANOS PREMIUM
======================================== */
.planos-header {
    max-width: 800px;
    margin: 0 auto 60px auto;
}

/* TITULO */
.planos-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.planos-title span {
    display: inline-block;
    background: linear-gradient(90deg, #00E6F8, #0222cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SUBTITULO */
.planos-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
}

.planos-subtitle span {
    color: #00E6F8;
    font-weight: 500;
}


/* ========================================
   RESPONSIVO
======================================== */
@media (max-width: 991px) {
    .planos-title {
        font-size: 32px;
    }

    .planos-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .planos-title {
        font-size: 26px;
    }

    .planos-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: radial-gradient(circle at top, rgba(11, 31, 58, 0.85), rgba(5, 7, 13, 0.95));
    
    z-index: 1;
}

.b-bluesst-glow {
    border: 1px solid #00e6f8;
    box-shadow: 0 0 15px rgba(0, 230, 248, 0.3);
}

