/* =========================================
   METODOLOGIA — MOBILE FIRST
   ========================================= */

.approach-section {
    background: radial-gradient(circle at top, #1a1a1a, #000000);
    padding: 32px 16px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* -------- Texto principal -------- */

.approach-part1 {
    text-align: center;
    margin-bottom: 24px;
}

.approach-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    color: #3B6EF5; /* azul do título */
    margin-bottom: 12px;
}

.aproach-description {
    font-size: 14px;
    line-height: 1.6;
    color: #E0E0E0;
    margin-bottom: 20px;
}

/* -------- Card Google Partner -------- */

.card-google-partner {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 85%;
    padding: 8px 14px;
    border: 1px solid #3B6EF5;
    border-radius: 12px;
    background-color: #0C1019;
    text-align: left;
    margin-left: auto;
}

.google-partner {
    margin-left: -45px;
    height: 60px;
    flex-shrink: 0;
}

.pertner-text {
    font-size: 12.5px;
    line-height: 100%;
    color: #EAEAEA;
}

.pertner-text strong {
    font-weight: 600;
}

.destaque-text {
    color: #3B6EF5;
    font-weight: 600;
}

/* -------- Vídeo -------- */

.approach-part2 {
    margin-top: 24px;
}

.methodology-video {
    width: 100%;
    height: auto;
    border-radius: 7px;
    overflow: hidden;
    background-color: #000;
}
