
html, body {
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
}

body {
    overflow-y: auto;
}
.gpt-squeeze-bg {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow-y: auto;
}

.gpt-squeeze-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(43, 58, 75, 0.58);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.gpt-squeeze-container {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(972px, 100%);
    min-height: 646px;
    border-radius: 38px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 32px 90px rgba(15, 23, 42, 0.28);
}

.gpt-squeeze-close {
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 15;
    text-decoration: none;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

/* =========================
   LADO ESQUERDO
   ========================= */

.gpt-squeeze-left {
    width: 50%;
    padding: 24px 28px 24px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
    position: relative;
}

.gpt-speech-bubble {
    width: min(325px, 92%);
    top: 20px;
    background: #f5f7fb;
    border-radius: 18px;
    text-align: center;
    padding: 22px 26px 20px;
    position: relative;
    margin-bottom: 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.gpt-speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 16px solid #f5f7fb;
}

.gpt-speech-bubble .kicker {
    display: block;
    margin-bottom: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #334155;
}

.gpt-speech-bubble p {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    color: #7383a2;
}

    .gpt-squeeze-icon {
        width: 162px;
        height: auto;
        top: 25px;
        position: relative;
        z-index: 2;
        margin-bottom: -44px;
        filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.18));
    }
.gpt-submit-btn {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border: none;
    border-radius: 8px;
    background: #b9c8dd;
    color: #ffffff;
    cursor: not-allowed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    box-shadow: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.gpt-submit-btn.active {
    background: #0f7ade;
    cursor: pointer;
}

.gpt-submit-btn.active:hover {
    transform: translateY(-1px);
}
.gpt-btn-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.gpt-btn-icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    display: block;
    flex: 0 0 18px;
    opacity: 0.95;
}
.gpt-squeeze-glass {
    width: min(325px, 94%);
    padding: 78px 28px 34px;
    border-radius: 30px;
    top: -10px;
    text-align: center;
    color: #ffffff;
    position: relative;
    background: linear-gradient(180deg, rgba(77, 104, 210, 0.404) 0%, rgba(53, 67, 107, 0.301) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 24px 38px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(16px);
}

.gpt-squeeze-glass h4 {
    margin: 0 0 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.gpt-squeeze-glass p {
    margin: 0 auto 28px;
    max-width: 255px;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    color: #c0cfe2;
}

.gpt-power-logo {
    width: 160px;
    height: auto;
    opacity: 0.92;
}

/* =========================
   LADO DIREITO
   ========================= */

.gpt-squeeze-right {
    width: 50%;
    background: #fbfbfa;
    padding: 72px 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}

.gpt-badge-free {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-bottom: 24px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e8f3db;
    color: #21a34a;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.gpt-squeeze-title {
    margin: 0 0 14px;
    font-family: "Source Serif 4", serif;
    font-size: 31.5px;
    line-height: 1.32;
    font-weight: 700;
    letter-spacing:0.01em;
    color: #314255;
}

.gpt-squeeze-subtitle {
    margin: 0 0 34px;
    max-width: 340px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    color: #7585a3;
}

.gpt-form {
    width: 100%;
}

.gpt-form-row {
    display: flex;
    gap: 22px;
    margin-bottom: 22px;
    font-weight: 400;
}

.gpt-form-row-single {
    display: block;
    
}

.gpt-form input {
    
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #d9e2ed;
    padding: 0 0 12px;
    outline: none;
    box-shadow: none;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #314255;
    transition: border-color 0.2s ease;
}

.gpt-form input::placeholder {
    font-weight: 300;
    color: #95a7c3;
    opacity: 1;
}

.gpt-form input:focus {
    border-bottom-color: #6b8fc7;
    font-weight: 400;
}

.gpt-submit-btn {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border: none;
    border-radius: 8px;
    background: #b9c8dd;
    color: #ffffff;
    cursor: not-allowed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    box-shadow: none;
}

.gpt-submit-btn.active {
    background: #0f7ade;
    cursor: pointer;
}

.gpt-btn-icon {
    width: 5px;
    height: 5px;
    
}

.gpt-disclaimer {
    margin-top: 26px;
    max-width: 375px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    line-height: 1.25;
    color: #737f9b;
}


/* ============================================================
   TELA DE OBRIGADO - DESIGN OFICIAL
   ============================================================ */

.gpt-ty-card {
    position: relative;
    z-index: 10 !important;
    background: #ffffff !important; 
    opacity: 1 !important; 
    
    width: 920px;
    max-width: 95%;
    border-radius: 32px;
    padding: 70px 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.gpt-ty-wrapper {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px); /* Pega a tela toda descontando o menu */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    overflow: hidden;
}
.gpt-ty-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(30, 41, 59, 0.65); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
}
.gpt-ty-animation {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.gpt-ty-title {
    font-family: 'Source Serif 4', serif; 
    font-size: 42px;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: -5px;
    letter-spacing: -0.02em;
}

.gpt-ty-subtitle {
    font-family: 'DM Sans', sans-serif; 
    font-weight: 600;
    font-size: 24px;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 45px;
}

.gpt-ty-btn {
    display: inline-flex;
    font-family: 'DM Sans', sans-serif; 
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border: 1px solid #CBD5E1; 
    border-radius: 100px; 
    color: #64748B;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 60px; 
}

.gpt-ty-btn:hover {
    border-color: #0F7ADE;
    color: #0F7ADE;
    background: #F8FAFC;
    transform: translateY(-2px);
}

.gpt-ty-logo {
    width: 150px;
    height: auto;
}
/* =========================================================
   AJUSTES BASE PARA RESPONSIVIDADE REAL
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
}

body {
    overflow-y: auto;
}

.gpt-squeeze-bg {
    padding: 24px;
    overflow-x: hidden;
    overflow-y: auto;
}

.gpt-squeeze-container {
    width: min(972px, 100%);
    min-height: 646px;
    max-height: calc(100vh - 48px);
    overflow: hidden;

   animation: entradaCardPrincipal 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.gpt-squeeze-left,
.gpt-squeeze-right {
    min-width: 0;
}

.gpt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.gpt-form-row-single {
    display: block;
}

.gpt-squeeze-title {
    font-size: clamp(28px, 3vw, 31.5px);
    line-height: 1.2;
}

.gpt-squeeze-subtitle {
    font-size: clamp(15px, 2vw, 16px);
}

.gpt-speech-bubble p,
.gpt-squeeze-glass p,
.gpt-form input,
.gpt-disclaimer {
    word-break: break-word;
}
@keyframes entradaCardPrincipal {
    0% {
        opacity: 0;
        transform: scale(0.98) translateY(20px); 
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0); 
    }
}
/* ============================================================
   EXIT INTENT POPUP (VERSÃO PREMIUM E LEVE)
   ============================================================ */

/* EXIT INTENT POPUP - DESIGN OFICIAL SNDESK */
.gpt-exit-popup {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(15, 23, 42, 0.7); /* Escurecimento leve e rápido */
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out;
}

.gpt-exit-popup.show {
    opacity: 1;
    pointer-events: auto;
}

.gpt-exit-popup-content {
    background: #ffffff;
    width: 90%;
    max-width: 440px;
    border-radius: 32px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    transform: scale(0.95);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.gpt-exit-popup.show .gpt-exit-popup-content {
    transform: scale(1);
}

.gpt-exit-icon-container {
    margin-bottom: -10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px; 
}
.pop-up-iconseta{
    margin-left: 4px;
}
/* Textos */
.gpt-exit-title {
    color: #2c3e50;
    font-family: 'Source Serif 4', serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
}

.gpt-exit-text {
    color: #737f9b;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 35px;
}

/* Botão Principal */
.gpt-exit-btn {
    background: #1E7DE1;
    color: #ffffff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    transition: background 0.2s;
}

.gpt-exit-btn:hover {
    background: #0D69C2;
}

/* Link de Dispensar */
.gpt-exit-dismiss {
    background: none;
    border: none;
    color: #99acc6;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

.gpt-exit-dismiss:hover {
    color: #64748B;
    text-decoration: underline;
}

/* X de fechar discreto */
.gpt-exit-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #94A3B8;
    font-size: 24px;
    cursor: pointer;
}

/* =========================================================
   NOTEBOOK / TABLET GRANDE
   ========================================================= */

@media (max-width: 1100px) {
    .gpt-squeeze-bg {
        padding: 18px;
    }

    .gpt-squeeze-container {
        min-height: auto;
        max-height: none;
    }

    .gpt-squeeze-left {
        padding: 30px 24px 28px;
    }

    .gpt-squeeze-right {
        padding: 56px 36px 34px;
    }

    .gpt-speech-bubble,
    .gpt-squeeze-glass {
        width: min(100%, 320px);
    }

    .gpt-ty-card {
        width: min(920px, 100%);
        padding: 56px 32px 46px;
    }

    .gpt-ty-title {
        font-size: clamp(32px, 4vw, 42px);
    }

    .gpt-ty-subtitle {
        font-size: clamp(18px, 2.6vw, 24px);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 920px) {
    .gpt-squeeze-bg {
        align-items: flex-start;
        padding: 16px;
    }

    .gpt-squeeze-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 28px;
    }

    .gpt-squeeze-right,
    .gpt-squeeze-left {
        width: 100%;
    }

    /* Formulário primeiro no mobile/tablet */
    .gpt-squeeze-right {
        order: 1;
        padding: 34px 26px 28px;
    }

    .gpt-squeeze-left {
        order: 2;
        padding: 30px 22px 26px;
    }

    .gpt-squeeze-close {
        top: 16px;
        right: 18px;
        font-size: 22px;
    }

    .gpt-badge-free {
        margin-bottom: 18px;
    }

    .gpt-squeeze-title {
        margin-bottom: 12px;
        max-width: 100%;
    }

    .gpt-squeeze-subtitle {
        max-width: 100%;
        margin-bottom: 26px;
    }

    .gpt-form-row {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

    .gpt-submit-btn {
        margin-top: 24px;
    }

    .gpt-disclaimer {
        max-width: 100%;
        margin-top: 20px;
    }

    .gpt-speech-bubble {
        width: min(100%, 420px);
        margin-bottom: 18px;
        padding: 18px 20px 18px;
    }

    .gpt-speech-bubble .kicker {
        font-size: 12px;
    }

    .gpt-speech-bubble p {
        font-size: 15px;
    }

    .gpt-speech-bubble::after {
        bottom: -12px;
        border-left-width: 14px;
        border-right-width: 14px;
        border-top-width: 12px;
    }

    .gpt-squeeze-icon {
        width: 130px;
        top: 18px;
        margin-bottom: -34px;
    }

    .gpt-squeeze-glass {
        width: min(100%, 420px);
        top: 0;
        padding: 62px 22px 26px;
        border-radius: 24px;
    }

    .gpt-squeeze-glass h4 {
        font-size: 18px;
    }

    .gpt-squeeze-glass p {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 22px;
    }

    .gpt-power-logo {
        width: 138px;
    }

    .gpt-ty-wrapper {
        min-height: auto;
        padding: 20px 12px;
    }

    .gpt-ty-card {
        border-radius: 24px;
        padding: 42px 24px 36px;
    }

    .gpt-ty-btn {
        margin-bottom: 36px;
    }

    .gpt-ty-logo {
        width: 130px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
    .gpt-squeeze-bg {
        padding: 10px;
    }

    .gpt-squeeze-container {
        border-radius: 22px;
    }

    .gpt-squeeze-right {
        padding: 28px 18px 22px;
    }

    .gpt-squeeze-left {
        padding: 24px 16px 20px;
    }

    .gpt-squeeze-close {
        top: 14px;
        right: 14px;
        font-size: 20px;
    }

    .gpt-badge-free {
        font-size: 11px;
        padding: 7px 12px;
        margin-bottom: 16px;
    }

    .gpt-squeeze-title {
        font-size: 26px;
        line-height: 1.12;
        margin-bottom: 10px;
    }

    .gpt-squeeze-subtitle {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 22px;
    }

    .gpt-form input {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .gpt-submit-btn {
        height: 46px;
        font-size: 14px;
        margin-top: 20px;
    }

    .gpt-btn-content {
        font-size: 13px;
        gap: 6px;
    }

    .gpt-disclaimer {
        font-size: 12px;
        line-height: 1.35;
    }

    .gpt-speech-bubble {
        width: 100%;
        padding: 16px 16px 15px;
        border-radius: 16px;
    }

    .gpt-speech-bubble p {
        font-size: 14px;
        line-height: 1.4;
    }

    .gpt-squeeze-icon {
        width: 110px;
        top: 14px;
        margin-bottom: -26px;
    }

    .gpt-squeeze-glass {
        width: 100%;
        padding: 54px 18px 22px;
        border-radius: 20px;
    }

    .gpt-squeeze-glass h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .gpt-squeeze-glass p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .gpt-power-logo {
        width: 120px;
    }

    .gpt-ty-card {
        padding: 34px 18px 28px;
        border-radius: 20px;
    }

    .gpt-ty-title {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .gpt-ty-subtitle {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 28px;
    }

    .gpt-ty-btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 18px;
        margin-bottom: 28px;
    }

    .gpt-ty-logo {
        width: 112px;
    }
}


/* =========================================================
   MOBILE MUITO PEQUENO
   ========================================================= */

@media (max-width: 380px) {
    .gpt-squeeze-right {
        padding: 24px 14px 20px;
    }

    .gpt-squeeze-left {
        padding: 20px 14px 18px;
    }

    .gpt-squeeze-title {
        font-size: 23px;
    }

    .gpt-squeeze-subtitle {
        font-size: 13px;
    }

    .gpt-form input {
        font-size: 13px;
    }

    .gpt-speech-bubble p {
        font-size: 13px;
    }

    .gpt-squeeze-glass h4 {
        font-size: 15px;
    }

    .gpt-squeeze-glass p {
        font-size: 12.5px;
    }

    .gpt-ty-title {
        font-size: 24px;
    }

    .gpt-ty-subtitle {
        font-size: 14px;
    }
}


/* =========================================================
   ALTURA BAIXA
   ========================================================= */

@media (max-height: 760px) and (min-width: 921px) {
    .gpt-squeeze-bg {
        align-items: flex-start;
    }

    .gpt-squeeze-container {
        min-height: auto;
        max-height: none;
    }

    .gpt-squeeze-left {
        padding-top: 28px;
        padding-bottom: 26px;
    }

    .gpt-squeeze-right {
        padding-top: 56px;
        padding-bottom: 30px;
    }
}