/* TattooVista Degustação — style.css v1.5.0 */

/* ── Overlay do modal (cobre tudo) ─────────────────────────────────────────── */
#tvt-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    backdrop-filter: blur(5px);
}

/* ── Caixa do modal ─────────────────────────────────────────────────────────── */
#tvt-modal {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 24px 64px rgba(0,0,0,.4);
}

#tvt-modal h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

#tvt-modal > p {
    font-size: 14px;
    color: #666;
    margin: 0 0 28px;
}

/* ── Reassurance line ───────────────────────────────────────────────────────── */
.tvt-reassurance {
    font-size: 12px !important;
    color: #999 !important;
    margin: 10px 0 0 !important;
    letter-spacing: 0.3px;
}

#tvt-google-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
    min-height: 44px;
}

.tvt-ou {
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 16px 0;
    position: relative;
}
.tvt-ou::before, .tvt-ou::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: #e5e5e5;
}
.tvt-ou::before { left: 0; }
.tvt-ou::after  { right: 0; }

#tvt-email {
    width: 100%;
    height: 46px;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: border-color .2s;
}
#tvt-email:focus { border-color: #1a73e8; }

#tvt-btn {
    width: 100%;
    height: 46px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 6px;
    transition: background .2s;
}
#tvt-btn:hover    { background: #333; }
#tvt-btn:disabled { background: #999; cursor: default; }

#tvt-erro {
    display: block;
    font-size: 13px;
    color: #d32f2f;
    min-height: 18px;
    margin-bottom: 6px;
}

#tvt-modal small {
    font-size: 11px;
    color: #aaa;
    line-height: 1.5;
}
#tvt-modal small a { color: #1a73e8; text-decoration: none; }

/* ── Tela do cupom ──────────────────────────────────────────────────────────── */
#tvt-cupom {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Container relativo — botão e timer sobrepõem a imagem */
#tvt-cupom-inner {
    position: relative;
    width: 90%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tvt-cupom-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Botão: ocupa o espaço vazio entre "exclusively by TattooVISTA"
        e "Lock in this price while supporting a student startup"
   Imagem: 1888×1771px → espaço começa em ~74% e vai até ~86% ── */
#tvt-cupom-btn {
    position: absolute;
    left: 6%;
    right: 6%;
    top: 74.5%;
    display: block;
    padding: 3.2% 0;
    background: linear-gradient(135deg, #e60023, #c0001d);
    color: #fff;
    font-size: clamp(12px, 3.2vw, 16px);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 24px rgba(230,0,35,0.5);
    transition: transform .15s, box-shadow .15s;
    line-height: 1.3;
}

#tvt-cupom-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(230,0,35,0.65);
    color: #fff;
    text-decoration: none;
}

#tvt-cupom-btn.tvt-pulsar {
    animation: tvt-pulsar 0.8s ease-in-out infinite alternate;
}

@keyframes tvt-pulsar {
    from { box-shadow: 0 6px 24px rgba(230,0,35,0.45); }
    to   { box-shadow: 0 10px 40px rgba(230,0,35,0.9); transform: scale(1.02); }
}

/* ── Timer: posicionado abaixo do texto "student startup"
   Texto fica em ~87% → timer em ~92% ── */
#tvt-cupom-timer {
    position: absolute;
    left: 0;
    right: 0;
    top: 92%;
    text-align: center;
    font-size: clamp(10px, 2.4vw, 13px);
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
    pointer-events: none;
}

#tvt-cupom-countdown {
    color: #e60023;
    font-weight: 700;
    font-size: clamp(14px, 3.8vw, 20px);
    letter-spacing: 3px;
}

/* ── "more..." fora da imagem, abaixo do bloco ── */
#tvt-cupom-more {
    display: block;
    margin-top: 10px;
    font-size: clamp(10px, 2vw, 13px);
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color .2s;
}

#tvt-cupom-more:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}
