aihugg

/* — 1. RESET TOTAL (Cobre o site antigo) — */
html, body {
margin: 0 !important;
padding: 0 !important;
height: 100vh !important;
overflow: hidden !important;
font-family: ‘Outfit’, sans-serif !important;
}

/* Esconde elementos do tema WordPress */
#wpadminbar, header, footer, .site-header, .site-footer, .widget-area {
display: none !important;
}

/* — 2. FUNDO E ALINHAMENTO (Flexbox) — */
#sales-wrapper {
position: fixed;
top: 0; left: 0; width: 100vw; height: 100vh;
z-index: 999999;
/* Fundo Gradiente Elegante (Preto Profundo -> Roxo) */
background: radial-gradient(circle at center, #1e1b4b 0%, #020617 100%);
display: flex;
justify-content: center; /* Centraliza Horizontalmente */
align-items: center; /* Centraliza Verticalmente */
padding: 20px;
box-sizing: border-box;
overflow-y: auto; /* Permite rolagem se a tela for pequena */
}

/* Padrão de fundo sutil */
#sales-wrapper::before {
content: ”;
position: absolute;
width: 100%; height: 100%;
background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 30px 30px;
z-index: -1;
}

/* — 3. O CARTÃO PRINCIPAL (Organização) — */
.glass-card {
width: 100%;
max-width: 500px; /* Largura ideal para leitura */
background: rgba(15, 23, 42, 0.6); /* Fundo escuro translúcido */
border: 1px solid rgba(124, 58, 237, 0.3); /* Borda roxa sutil */
border-radius: 24px;
backdrop-filter: blur(20px); /* Efeito de vidro embaçado */
-webkit-backdrop-filter: blur(20px);
padding: 40px;
text-align: center;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
position: relative;
animation: slideUp 0.8s ease-out;
}

@keyframes slideUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}

/* — 4. TIPOGRAFIA E ELEMENTOS — */

/* Badge de Status */
.status-badge {
display: inline-block;
background: rgba(139, 92, 246, 0.15);
color: #c4b5fd;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 6px 16px;
border-radius: 50px;
margin-bottom: 20px;
border: 1px solid rgba(139, 92, 246, 0.3);
}

/* Título do Domínio */
h1.main-title {
font-size: 3rem;
margin: 0 0 10px 0;
color: white;
font-weight: 800;
letter-spacing: -1px;
line-height: 1;
}

.highlight {
background: linear-gradient(to right, #a78bfa, #2dd4bf);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

p.description {
color: #94a3b8;
font-size: 1rem;
line-height: 1.6;
margin-bottom: 30px;
}

/* Lista de Benefícios (Compacta) */
.benefits-list {
display: flex;
justify-content: space-around;
margin-bottom: 35px;
padding: 15px 0;
border-top: 1px solid rgba(255,255,255,0.05);
border-bottom: 1px solid rgba(255,255,255,0.05);
}

.b-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
color: #cbd5e1;
font-size: 0.85rem;
}

.b-item i {
font-size: 1.2rem;
color: #a78bfa;
}

/* Formulário Estiloso */
.form-group {
margin-bottom: 15px;
position: relative;
}

input, textarea {
width: 100%;
padding: 14px 16px;
background: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 12px;
color: white;
font-family: ‘Outfit’, sans-serif;
font-size: 0.95rem;
box-sizing: border-box;
transition: 0.3s;
}

input:focus, textarea:focus {
outline: none;
border-color: #8b5cf6;
background: rgba(0,0,0,0.5);
}

.btn-offer {
width: 100%;
padding: 16px;
background: linear-gradient(90deg, #7c3aed, #6d28d9);
color: white;
border: none;
border-radius: 12px;
font-weight: 700;
font-size: 1rem;
text-transform: uppercase;
cursor: pointer;
transition: 0.3s;
box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4);
}

.btn-offer:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(124, 58, 237, 0.6);
}

/* Rodapé do Card */
.card-footer {
margin-top: 25px;
display: flex;
justify-content: center;
gap: 20px;
}. Minnie @pretty.minnie 18+ update

.footer-link {
color: #64748b;
text-decoration: none;
font-size: 0.85rem;
transition: 0.3s;
display: flex;
align-items: center;
gap: 5px;
}

.footer-link:hover { color: #fff; }

/* Botão Flutuante WhatsApp */
.floating-wa {
position: fixed;
bottom: 20px;
right: 20px;
width: 55px;
height: 55px;
background: #25D366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 28px;
text-decoration: none;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
z-index: 1000000;
transition: 0.3s;
}
.floating-wa:hover { transform: scale(1.1); }


✨ Disponível

aihugg.com

Onde a tecnologia encontra o cuidado. O nome perfeito para IA Humanizada, Saúde Mental e Assistentes Pessoais.


Tech (AI)

Humano (Hugg)

Global (.com)




Rolar para cima