/* --- ESTILOS GERAIS DO SITE --- */
:root {
    --primary: palevioletred;
    --dark: #0a0a0a;
    --accent: #00ffca;
}


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: black;
    font-family: 'Inter', sans-serif; 
    background-color: var(--dark); 
    color: white; 
    margin: 0; 
    overflow-x: hidden;
}



h1 {
    color: white;
    font-size: 3rem;
    margin-top: 20px;
}

h2 {
    color: black;
    font-size: 2rem;
    margin-top: 15px;
}

p {
    color: rgb(11, 226, 190);
    font-size: 1.5rem;
    margin-top: 10px;
}



/* --- TOPO PROMOÇÃO (FAIXA ROXA) --- */
.container-topo {
    background-color: rgb(95, 71, 84);
    height: auto;
    min-height: 30px;
    line-height: 1.2;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}

#container-texto1, #container-texto2 {
    color: white;
    text-align: center;
    line-height: 1.2;
}

#container-texto2 { color: yellow; }

#cronometro-regressivo {
    font-size: 1.8em;
    font-weight: bold;
}

/* --- BOTÕES E ELEMENTOS GERAIS --- */
.cta-button {
    background-color: rgb(18, 233, 10);
    color: white;
    border: none;   
    padding: 12px 20px;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 15px;
    font-weight: bold;
}

#btn-topo{
    font-size: 1.2rem;
}

.breadcrumb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    color: #666;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: var(--primary); /* palevioletred */
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: white;
}

.breadcrumb-item::after {
    content: "\f105"; /* Ícone de seta do FontAwesome */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin: 0 12px;
    font-size: 0.7rem;
    color: #444;
}

.breadcrumb-item:last-child::after {
    display: none; /* Remove a seta do último item */
}

.breadcrumb-item.active {
    color: #999;
    pointer-events: none;
}

.hero-section {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    flex-direction: column;
}

.hero-text {
    margin: 60px auto 0 auto;
    text-align: center;   
}

#titulo {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

.hero-images {
    width: 500px;
    height: 500px;
    margin: 40px 0;
}

.hero-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- NOVO SELETOR DE QUANTIDADE (BOTÕES + E -) --- */
.preco-quantidade-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

#preco-total {
    color: yellow;
    font-weight: bold;
    font-size: 2rem;
}

.seletor-quantidade {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seletor-quantidade label {
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
}

.controle-qtd {
    display: flex;
    align-items: center;
    background: #2c2c2c;
    border-radius: 8px;
    border: 1px solid palevioletred;
    overflow: hidden;
}

.btn-qtd {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-weight: bold;
}

.btn-qtd:hover { background: rgba(219, 112, 147, 0.2); }

.controle-qtd input {
    width: 40px;
    text-align: center;
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    pointer-events: none; /* Evita abrir teclado no celular */
}

/* Remove setas padrão */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

 .titulo-loja {
            font-family: 'Great Vibes', cursive;
            font-size: 3.5rem;
            margin: 0;
            background: linear-gradient(to right, #fff, #ffb6c1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

/* --- WHATSAPP E FOOTER --- */
.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1000;
}

.whatsapp a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* --- PREÇO RISCADO --- */
#preco-riscado-container { text-align: center; }
#preco-riscado { color: #999; text-decoration: line-through; font-size: 1.2rem; }
#texto-por { color: rgb(11, 226, 190); font-size: 1.1rem; }

/* --- FORMULÁRIO --- */
.formspree-form {
    background-color: #242424;
    border: 1px solid rgb(95, 71, 84);
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 60px auto;
    padding: 30px; 
    text-align: center;
}

/* --- RESPONSIVIDADE FINAL (CELULARES) --- */
@media (max-width: 768px) {
    .header-autoridade { padding: 15px; }
    .marca-principal { flex-direction: column; text-align: center; }
    .titulo-marca { font-size: 1.4rem !important; letter-spacing: 2px; }
    .assinatura-dani { font-size: 1.4rem !important; }
    
    .container-topo { flex-direction: column; gap: 10px; }
    h1 { font-size: 3rem; font-weight: 800;}
    h2 { font-size: 1.5rem; }
    p { font-size: 1.2rem; }

    .hero-text { margin: 0 20px; }
    .hero-images { width: 300px; height: 300px; }
    
    .hero-section { min-height: auto; }
    .preco-quantidade-container { flex-direction: column; gap: 10px; }
    
    .whatsapp { right: 20px; bottom: 20px; }
    .formspree-form { width: 90%; padding: 20px; }
}

/* ================= FOOTER ================= */

.footer {
    background: linear-gradient(
        180deg,
        #f9f9f9 0%,
        #f1f1f1 100%
    );
    padding: 20px 20px;
    text-align: center;
    font-size: 1rem;
    color: #444;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Texto secundário */
.footer div {
    color: #777;
}

/* CTA DO FOOTER – apenas texto, elegante */
.btn-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-footer-cta:hover {
    color: #e57399;
    transform: translateX(3px);
    text-decoration: underline;
}

/* Ícone do CTA */
.btn-footer-cta i {
    font-size: 0.85rem;
}
