/* ============================================
   VANESSAH STUDIO - ESTILOS CUSTOMIZADOS
   ============================================ */

/* === RESET & BASE === */
body { 
    background-color: #0a0a0a; 
    color: #ffffff; 
    font-family: 'Inter', sans-serif; 
}

.font-display { 
    font-family: 'Archivo Black', sans-serif; 
    text-transform: uppercase; 
}

/* === HERO BACKGROUND COR DA FOTOOOOOOO GRADIENTEEEE=== */
.hero-bg {
    background: linear-gradient(rgba(41, 39, 39, 0.6), rgba(10, 10, 10, 0.95)), 
                url('assents/foto_vanessa.jpeg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0;
}

/* === CARDS === */
.smart-card {
    background: #171717;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #262626;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.smart-card:hover { 
    transform: translateY(-8px); 
    border-color: #130c19; 
}

/* === NAVEGAÇÃO === */
.nav-blur { 
    background: rgba(10, 10, 10, 0.8); 
    backdrop-filter: blur(12px); 
}

.nav-link {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    transition: color 0.3s ease;
    text-decoration: none;
}

.nav-link:hover {
    color: #9333ea;
}

.mobile-nav-link {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #d1d5db;
    padding: 0.75rem 0;
    border-bottom: 1px solid #262626;
    transition: color 0.3s ease;
    text-decoration: none;
    display: block;
}

.mobile-nav-link:hover {
    color: #9333ea;
}

/* === INPUTS & FORMULÁRIOS === */
.input-field {
    width: 100%;
    padding: 1rem;
    background: #0a0a0a;
    border: 1px solid #262626;
    border-radius: 0.75rem;
    color: white;
    outline: none;
    transition: all 0.3s ease;
}

.input-field:focus {
    border-color: #9333ea;
}

/* Impedir digitação no campo de data (apenas calendário) */
input[type="date"].input-field {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select.input-field {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

select.input-field option {
    background: #171717;
    color: white;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

/* === CARROSSEL DE MARCAS === */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 5)); }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 10);
}

.slider .slide {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.slider .slide img {
    max-width: 150px;
    filter: grayscale(0.3); /* Leve tom acinzentado */
    opacity: 0.8;
    transition: 0.3s;
}

.slider .slide img:hover { 
    filter: grayscale(0);
    opacity: 1; 
    transform: scale(1.05);
}

/* === ANIMAÇÕES DE REVEAL === */
.reveal { 
    opacity: 0; 
    transform: translateY(30px); 
    transition: all 0.8s ease-out; 
}

.reveal.active { 
    opacity: 1; 
    transform: translateY(0); 
}

/* === TOAST NOTIFICATIONS === */
.toast-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.toast {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: white;
    animation: slideIn 0.3s ease-out, fadeOut 0.3s ease-in 2.7s forwards;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    max-width: 350px;
    backdrop-filter: blur(10px);
}

.toast.success { 
    background: rgba(34,197,94,0.9); 
    border: 1px solid rgba(34,197,94,1); 
}

.toast.error { 
    background: rgba(239,68,68,0.9); 
    border: 1px solid rgba(239,68,68,1); 
}

@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

/* === ÍCONES SOCIAIS === */
.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.3);
    color: #9333ea;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background: #9333ea;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(147, 51, 234, 0.4);
}

/* === BOTÃO WHATSAPP GERADO === */
.whatsapp-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25D366;
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-link-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
}

/* === ESTILO DO CAMPO DE TELEFONE COM MÁSCARA === */
input[type="tel"].input-field {
    letter-spacing: 0.5px;
    font-family: 'Courier New', monospace;
}

/* === SMOOTH SCROLL === */
html {
    scroll-behavior: smooth;
}
/* === CAMPO DE DATA - BLOQUEAR DIGITAÇÃO MANUAL === */
.datepicker-field {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    caret-color: transparent; /* Esconde o cursor de texto */
}

/* Impede a seleção do texto dentro do campo */
.datepicker-field::selection {
    background: transparent;
}

.datepicker-field::-moz-selection {
    background: transparent;
}

/* Estiliza o ícone do calendário */
.datepicker-field::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
    opacity: 1;
    width: 20px;
    height: 20px;
}

/* Garante que o campo seja clicável */
.datepicker-field:focus {
    outline: none;
    border-color: #9333ea;
}