/* HotPhone — Central de Confiança: aviso claro, acolhedor e orientado à ação. */
:root {
    --hp-red: #CE2025;
    --hp-red-dark: #AE151B;
    --hp-orange: #F58634;
    --hp-yellow: #F5BF34;
    --hp-ink: #343434;
    --hp-gray: #707070;
}

.hp-splash-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 56px);
    overflow-y: auto;
    background: rgba(41, 43, 47, .48);
    backdrop-filter: blur(7px);
    animation: hp-splash-fade-in 220ms cubic-bezier(.23, 1, .32, 1) both;
}

.hp-splash-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, .78fr) minmax(0, 1.45fr);
    width: min(980px, 100%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(29, 33, 40, .25), 0 4px 16px rgba(29, 33, 40, .08);
    animation: hp-splash-card-in 280ms cubic-bezier(.23, 1, .32, 1) both;
}

.hp-splash-accent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--hp-orange), var(--hp-yellow));
}

.hp-splash-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #777;
    background: #fff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: color 160ms ease-out, background 160ms ease-out, transform 160ms ease-out;
}

.hp-splash-close:hover {
    color: var(--hp-red);
    background: #fff5f5;
    transform: rotate(5deg);
}

.hp-splash-close:focus-visible,
.hp-splash-buy:focus-visible,
.hp-splash-ack:focus-visible {
    outline: 3px solid rgba(245, 191, 52, .55);
    outline-offset: 3px;
}

.hp-splash-visual {
    position: relative;
    display: flex;
    min-height: 560px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px 32px;
    overflow: hidden;
    background: linear-gradient(150deg, #fffdf9, #fff8e8);
}

.hp-splash-visual::before,
.hp-splash-visual::after {
    position: absolute;
    border: 1px solid rgba(245, 191, 52, .22);
    border-radius: 50%;
    content: "";
}

.hp-splash-visual::before { width: 340px; height: 340px; }
.hp-splash-visual::after { width: 470px; height: 470px; border-color: rgba(245, 134, 52, .13); }

.hp-splash-orbit {
    position: absolute;
    bottom: 23%;
    width: 220px;
    height: 64px;
    border-radius: 50%;
    background: rgba(245, 191, 52, .16);
    filter: blur(15px);
}

.hp-splash-mascot {
    position: relative;
    z-index: 1;
    width: min(75%, 255px);
    max-height: 350px;
    object-fit: contain;
    animation: hp-splash-float 3.8s ease-in-out infinite;
}

.hp-splash-brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #616161;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.hp-splash-brand-mark {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: linear-gradient(145deg, var(--hp-orange), var(--hp-yellow));
}

.hp-splash-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px clamp(24px, 4.5vw, 70px) 52px;
}

.hp-splash-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--hp-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.hp-splash-kicker span { width: 24px; height: 3px; border-radius: 4px; background: var(--hp-red); }
.hp-splash-content h2 { margin: 0; color: var(--hp-ink); font-size: clamp(36px, 4.7vw, 67px); font-weight: 800; line-height: .98; letter-spacing: -.065em; }
.hp-splash-intro { margin: 17px 0 28px; color: #777; font-size: 16px; line-height: 1.6; }
.hp-splash-notices { display: grid; gap: 12px; }
.hp-splash-notice { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 16px; border: 1px solid; border-radius: 16px; }
.hp-splash-notice-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; font-size: 22px; font-weight: 800; }
.hp-splash-notice h3 { margin: 2px 0 5px; font-size: 13px; font-weight: 800; line-height: 1.25; letter-spacing: .03em; }
.hp-splash-notice p { margin: 0; color: #4f4f4f; font-size: 13px; line-height: 1.45; }
.hp-splash-notice-pix { border-color: rgba(206, 32, 37, .42); background: #fff8f8; }
.hp-splash-notice-pix .hp-splash-notice-icon { color: var(--hp-red); background: #ffe9e9; }
.hp-splash-notice-pix h3 { color: var(--hp-red); }
.hp-splash-notice-credit { border-color: rgba(245, 169, 24, .52); background: #fffaf0; }
.hp-splash-notice-credit .hp-splash-notice-icon { color: #e79812; background: #fff0c5; }
.hp-splash-notice-credit h3 { color: #de8e09; }
.hp-splash-actions { display: flex; gap: 11px; margin-top: 25px; }
.hp-splash-buy, .hp-splash-ack { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 13px; font-size: 12px; font-weight: 800; letter-spacing: .06em; cursor: pointer; transition: transform 160ms ease-out, box-shadow 160ms ease-out, background 160ms ease-out; }
.hp-splash-buy { flex: 1; gap: 8px; color: #fff; background: var(--hp-red); box-shadow: 0 8px 16px rgba(206, 32, 37, .18); }
.hp-splash-buy:hover { color: #fff; background: var(--hp-red-dark); box-shadow: 0 11px 20px rgba(206, 32, 37, .25); transform: translateY(-2px); }
.hp-splash-ack { padding: 0 20px; color: var(--hp-red); border: 1px solid rgba(206, 32, 37, .32); background: #fff; }
.hp-splash-ack:hover { background: #fff5f5; transform: translateY(-2px); }
.hp-splash-buy:active, .hp-splash-ack:active, .hp-splash-close:active { transform: scale(.97); }
.hp-splash-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 15px 0 0; color: #969696; font-size: 11px; text-align: center; }
.hp-splash-note span { display: inline-grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: #fff; background: #21ba45; font-size: 10px; font-weight: 800; }

@keyframes hp-splash-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes hp-splash-card-in { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes hp-splash-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

@media (max-width: 760px) {
    .hp-splash-backdrop { align-items: start; padding: 10px; }
    .hp-splash-card { display: block; margin: auto 0; border-radius: 22px; }
    .hp-splash-visual { min-height: 205px; padding: 40px 24px 7px; }
    .hp-splash-visual::before { width: 220px; height: 220px; }
    .hp-splash-visual::after { width: 300px; height: 300px; }
    .hp-splash-mascot { width: 125px; max-height: 170px; }
    .hp-splash-brand { margin-top: 5px; font-size: 12px; }
    .hp-splash-brand-mark { width: 18px; height: 18px; border-radius: 6px; }
    .hp-splash-content { padding: 25px 19px 21px; }
    .hp-splash-content h2 { font-size: 38px; }
    .hp-splash-intro { margin: 12px 0 19px; font-size: 14px; }
    .hp-splash-notice { grid-template-columns: 38px 1fr; gap: 11px; padding: 13px; border-radius: 14px; }
    .hp-splash-notice-icon { width: 38px; height: 38px; }
    .hp-splash-notice h3 { font-size: 11px; }
    .hp-splash-notice p { font-size: 12px; }
    .hp-splash-actions { flex-direction: column; margin-top: 18px; }
    .hp-splash-buy, .hp-splash-ack { width: 100%; min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
