/* =====================================================================
   LANDING PAGE AMGEN 
   ===================================================================== */

.amgen-hero {
    width: 100%;
    min-height: 640px;
    padding-top: 140px;         /* empurra o texto para BAIXO da logo */
    padding-bottom: 80px;
    background: url('../img/background_01.png') no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
    display: flex;
    align-items: center;
}

/* ================================
   LOGO DO TOPO ESQUERDA
   ================================ */

.hero-logo-left {
    position: absolute;
    top: 40px;
    left: 0;
    width: 360px;      
    height: auto;
    z-index: 5;
}

/* ================================
   WRAPPER PRINCIPAL
   ================================ */

.hero-inner {
    width: 100%;
    max-width: 1500px;          
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;         
    padding-right: 40%;         
}

/* ================================
   TEXTO DA ESQUERDA
   ================================ */

.hero-text {
    width: 90% !important;                 
    color: #ffffff !important;
    font-family: "Inter", sans-serif;
}

.hero-text h1 {
    font-size: 38px !important;
    line-height: 1.25;
    font-weight: 700;
    max-width: 1200px !important;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.hero-text .hero-desc {
    font-size: 20px !important;
    line-height: 1.45;
    color: #ffffff !important;
}

/* ================================
   FOTO DO CASAL — DIREITA
   ================================ */

.hero-photo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;               
    max-width: 700px;
    display: block;
    z-index: 2;
}

.hero-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-right: 0;
}

/* =====================================================================
   RESPONSIVIDADE
   ===================================================================== */

@media (max-width: 1200px) {
    .hero-text h1 { font-size: 45px; }
    .hero-photo img { max-width: 670px;}
}

@media (max-width: 960px) {
    .amgen-hero {
        padding-top: 200px;
        padding-bottom: 60px;
    }

    .hero-inner {
        flex-direction: column;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-text {
        width: 100%;
        order: 1;
        padding-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-text h1 {
        font-size: 32px !important;
        line-height: 1.2;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding: 0 6px;
    }

    .hero-photo {
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 760px;
        margin: 24px auto 0 !important;
        justify-content: center;
        order: 2;
    }

    .hero-photo img {
        max-width: 680px;
    }
}

@media (max-width: 480px) {
    .hero-logo-left {
        width: 220px;
        top: 30px;
    }

    .amgen-hero {
        padding-top: 180px;
    }

    .hero-text h1 { font-size: 45px; }
    .hero-text .hero-desc { font-size: 16px; }
}


/* ============================================================
   SEÇÃO 2 — BENEFÍCIOS (COM CORAÇÃO EM PNG)
   ============================================================ */

.amgen-beneficios-v2 {
    background: url('../img/background_02.png') center/cover no-repeat;
    padding: 60px 0 80px;
}

.beneficios-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.amgen-beneficios-v2 h2 {
    font-size: 32px;
    font-weight: 800;
    color: #005EB8;
    margin-bottom: 40px;
    line-height: 1.25;
}

.beneficios-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 60px;
    row-gap: 42px; 
    grid-template-areas:
        "b1 b2"
        "b3 b4"
        ".  b5";
}

/* Mapeamento dos itens */
.beneficio-v2:nth-child(1) { 
    grid-area: b1;
}
.beneficio-v2:nth-child(2) { 
    grid-area: b2; 
}
.beneficio-v2:nth-child(3) { 
    grid-area: b3; 
    margin-top: -0px 
}
.beneficio-v2:nth-child(4) { 
    grid-area: b4;
    margin-top: -60px; 
}
.beneficio-v2:nth-child(5) { 
    grid-area: b5; 
    margin-top: -147px;
}

/* ITEM */
/* .beneficio-v2 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
} */

.beneficio-v2 {
    position: relative;
    padding-left: 48px;  
}

/* .beneficio-icon {
    width: 32px;
    margin-top: 4px;
} */

.beneficio-v2 .beneficio-icon {
    position: absolute;
    left: 20px;         
    top: -11px;            
    width: 40px;         
}

.beneficio-v2 p {
    font-size: 21px !important;
    line-height: 1.45;
    color: #005EB8 !important;
    margin: 0;
}

.beneficio-v2 strong {
    color: #005EB8;
    font-weight: 700;
}

/* ====== RESPONSIVO ====== */
@media (max-width: 820px) {
    .beneficios-grid-v2 {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* Itens da COLUNA DIREITA (b3, b4, b5) */
.beneficio-v2:nth-child(2),
.beneficio-v2:nth-child(4),
.beneficio-v2:nth-child(5) {
    margin-bottom: -10px;    
}

/* reduzir ainda mais o espaçamento entre 4 e 5 */
.beneficio-v2:nth-child(4) {
    margin-bottom: -18px;
}

/* ============================================================
   FIX — RESPONSIVO REAL PARA A SEÇÃO 2
   ============================================================ */
@media (max-width: 820px) {

    .beneficios-grid-v2 {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        grid-template-areas: unset !important;
    }
       
    /* reordena visualmente os itens (sem alterar o DOM) */
    .beneficio-v2:nth-child(1) { order: 1; } /* já vem primeiro */
    .beneficio-v2:nth-child(2) { order: 3; } /* empurra para depois do 3 */
    .beneficio-v2:nth-child(3) { order: 2; } /* sobe para ficar depois do 1 */
    .beneficio-v2:nth-child(4) { order: 4; }
    .beneficio-v2:nth-child(5) { order: 5; }
    
    .beneficio-v2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .beneficio-v2 .beneficio-icon {
        top: -11px !important;
        width: 34px !important;
    }

    .beneficio-v2 p {
        font-size: 18px !important;
        line-height: 1.42 !important;
    }
}

/* ============================================================
   SEÇÃO 3 — MANDALA
   ============================================================ */

.amgen-mandala-v3 {
    background: url('../img/background_03.png') center/cover no-repeat;
    width: 100%;
    padding: 40px 0;             
    text-align: center;
}

.mandala-inner {
    max-width: 1400px;            
    margin: 0 auto;
    padding: 0 20px;
}

.amgen-mandala-v3 h2 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 60px;           /* espaço entre o título e a mandala */
    text-align: left;              
}

.mandala-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;       /* centraliza a mandala */
    align-items: center;
}

.mandala-wrapper img {
    width: 600px;                   /* escala da mandala */
    max-width: 90%;
    height: auto;
}

/* ====== RESPONSIVO ====== */
@media (max-width: 980px) {
    .amgen-mandala-v3 h2 {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .mandala-wrapper img {
        width: 380px;
    }
}

@media (max-width: 420px) {
    .mandala-wrapper img {
        width: 300px;
    }
}

/* ================================
   SEÇÃO 4 – SERVIÇOS (ÍCONES)
================================ */

.amgen-servicos {
    background: url('../img/background_04.png') center/cover no-repeat;
    padding: 80px 0;
}

.servicos-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.amgen-servicos h2 {
    font-size: 32px;
    font-weight: 800;
    color: #005EB8;
    margin-bottom: 20px;
}

.servicos-intro {
    font-size: 20px;
    color: #005EB8;
    line-height: 1.45;
    max-width: 900px;
    margin: 0 auto 25px;
}

/* Garantir centralização consistente da seção de serviços */
.amgen-servicos .servicos-intro,
.amgen-servicos .servicos-intro-2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.servicos-frase {
    font-size: 20px;
    color: #005EB8;
    margin-bottom: 45px;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin: 40px auto 0;
    max-width: 1000px;
}

.servico-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    aspect-ratio: 1/1; /* garante quadrado perfeito */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* PNG ocupa 100% da largura disponível sem distorcer */
.servico-card img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* garante proporção correta */
}

.servicos-footer {
    margin-top: 35px !important;
    font-size: 20px;
    color: #005EB8;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 900px) {
    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .servicos-grid {
        grid-template-columns: repeat(1, 1fr);
        max-width: 340px;
    }
}

/* ============================================
   SEÇÃO 5 — FORMULÁRIO
   ============================================ */

.amgen-form-v2 {
    background: url('../img/background_05.png') center/cover no-repeat;
    padding: 70px 0 90px;
    text-align: center;
}

.amgen-form-v2 .form-top-text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.35;
    margin-bottom: 40px;
}

/* ------- CARD AZUL -------- */
.form-card {
    background: #004F9F;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    padding: 35px 30px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.22);
}

#tslf-cadastro-container h2 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

#tslf-cadastro-container p {
    color: #C7E3FF;
    font-size: 14px;
    margin-bottom: 26px;
    text-align: center;
}

.tslf-row label {
    display: none !important;
}

/* ------- CAMPOS -------- */
.tslf-row input[type="text"],
.tslf-row input[type="email"],
.tslf-row input[type="tel"],
.tslf-row input[type="password"] {
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    color: #020202;
    font-weight: 500;
}

.tslf-row input::placeholder {
    color: #4c5a69;
    opacity: 1 !important;
    font-weight: 600;
}

.tslf-row {
    margin-bottom: 14px;
}

.tslf-checkbox {
    display: grid;
    grid-template-columns: 22px 1fr;
    column-gap: 10px;
    align-items: start;
    margin-top: 8px;
}

.tslf-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    justify-self: start;
    align-self: start;
}

.tslf-checkbox label {
    display: block !important;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
    margin: 0;
}

.tslf-checkbox a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: underline;
}

/* ------- BOTÃO -------- */
#tslf-cadastroForm button {
    width: 100%;
    background: #6EC1FF;
    color: #003A70;
    padding: 12px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    cursor: pointer;
}

/* hover só quando habilitado */
#tslf-cadastroForm button:not(:disabled):hover {
    background: #87D3FF;
}

/* estilo quando desabilitado */
#tslf-cadastroForm button:disabled,
#tslf-cadastroForm button[disabled] {
    background: #cfd8e3;      
    color: #6b7784;           
    cursor: not-allowed;
    opacity: 0.95;
    box-shadow: none;
    pointer-events: none;    
}

#tslf-cadastroForm button:hover {
    background: #bedaf5;
}

/* ------- MENSAGENS -------- */
.form-card #tslf_mensagem,
#tslf_mensagem {
    margin-top: 12px;
    font-size: 20px !important; 
    line-height: 1.4;
    color: #ff4d4f !important;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 6px 0; 
}

.form-card .tslf-message--error,
.tslf-message--error {
    color: #ff4d4f !important;
}
.form-card .tslf-message--success,
.tslf-message--success {
    color: #ffffff !important;
}

.form-card #tslf_mensagem.tslf-message--success,
#tslf_mensagem.tslf-message--success {
    color: #ffffff !important;
}
.form-card #tslf_mensagem.tslf-message--error,
#tslf_mensagem.tslf-message--error {
    color: #ff4d4f !important;
}

/* ------- MOBILE -------- */
@media (max-width: 480px) {
    .form-card {
        width: 94%;
        padding: 28px 22px;
    }
    .amgen-form-v2 .form-top-text h2 {
        font-size: 22px;
    }

    /* Slightly smaller message text on very small screens */
    .form-card #tslf_mensagem,
    #tslf_mensagem {
        font-size: 15px;
    }
}

/* ============================================
   SEÇÃO 6 — VÍDEO
   ============================================ */
.amgen-video-section {
    background: #EDF2F7;
    padding: 40px 0 100px;
    text-align: center;
}

/* Logo "Como funciona" */
.video-logo {
    width: 95px;
    margin: 0 auto 18px;
    display: block;
}

/* Título abaixo do ícone */
.video-title {
    color: #005EB8;
    font-size: 24px !important;
    font-weight: 600;
    text-align: center;
    margin: 6px 0 18px;
}

/* Container do frame */
.video-frame {
    position: relative;
    width: 900px;             
    max-width: 95%;
    margin: 0 auto 40px;
}

/* PNG do frame */
.video-frame-bg {
    width: 100%;
    display: block;
}

.video-content {
    position: absolute;
    top: 14%;                  
    left: 8%;                  
    width: 84%;                
        aspect-ratio: 16 / 9;
        max-width: 86%;
}

.video-content iframe {
    width: 100%;
        height: 100%; 
    border: none;
    border-radius: 4px;
}

/* Rodapé (logos) */
.video-footer img {
    width: 350px;             
    margin: 50px auto 0;
    display: block;
}

/* Texto "Realização" acima do rodapé */
.video-realizacao {
    color: #005EB8;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    margin: 18px 0 8px;
}

/* ========================================
   RESPONSIVO — vídeo ainda centralizado
======================================== */
@media (max-width: 768px) {

    .video-content {
        top: 15%;
        left: 7%;
        width: 86%;
            width: 86%;
    }

    .video-footer img {
        width: 200px;
        margin: 60px auto 0;
    }

    .amgen-video-section {
        padding-top: 30px;
    }

    .video-logo {
        margin-bottom: 12px;
    }

    .video-title {
        font-size: 20px !important;
        margin: 4px 0 12px;
    }
}

@media (max-width: 480px) {
    .amgen-video-section {
        padding-top: 20px;
    }

    .video-logo {
        margin-bottom: 10px;
    }

    .video-title {
        font-size: 18px !important;
        margin: 4px 0 10px;
    }
}