/* =========================
   CONFIGURAÇÕES GERAIS
========================= */

:root {
    --primary-color: #f78fb3;
    --secondary-color: #f8c8dc;
    --accent-color: #ffb6c1;
    --dark-color: #3d2c35;
    --text-color: #5f4b56;
    --light-color: #fff7fa;
    --white-color: #ffffff;
    --whatsapp-color: #25d366;
    --shadow: 0 15px 35px rgba(247, 143, 179, 0.18);
    --radius: 24px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text-color);
    background-color: var(--white-color);
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

/* =========================
   NAVBAR
========================= */

.navbar-custom {
    background-color: rgba(255, 247, 250, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(247, 143, 179, 0.15);
    padding: 16px 0;
}

.navbar-brand {
    font-weight: 800;
    color: var(--primary-color);
    font-size: 1.4rem;
}

.navbar-brand:hover {
    color: var(--dark-color);
}

.navbar-brand i {
    color: var(--primary-color);
}

.navbar-nav .nav-link {
    color: var(--dark-color);
    font-weight: 600;
    margin: 0 6px;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

/* =========================
   BOTÕES
========================= */

.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: var(--white-color);
    padding: 13px 28px;
    border-radius: 999px;
    font-weight: 700;
    border: none;
    box-shadow: var(--shadow);
    transition: 0.3s;
}

.btn-primary-custom:hover {
    color: var(--white-color);
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(247, 143, 179, 0.35);
}

.btn-outline-custom {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    transform: translateY(-3px);
}

.btn-whatsapp {
    background-color: var(--whatsapp-color);
    color: var(--white-color);
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-whatsapp:hover {
    color: var(--white-color);
    transform: translateY(-2px);
    background-color: #1ebe5d;
}

.btn-whatsapp-large {
    background-color: var(--whatsapp-color);
    color: var(--white-color);
    border-radius: 999px;
    padding: 15px 32px;
    font-weight: 800;
    font-size: 1.1rem;
    transition: 0.3s;
}

.btn-whatsapp-large:hover {
    color: var(--white-color);
    background-color: #1ebe5d;
    transform: translateY(-3px);
}

/* =========================
   HERO
========================= */

.hero-section {
    background:
        linear-gradient(135deg, rgba(255, 247, 250, 0.98), rgba(255, 226, 237, 0.92)),
        radial-gradient(circle at top right, rgba(247, 143, 179, 0.25), transparent 40%);
    padding-top: 80px;
}

.hero-badge {
    background-color: var(--white-color);
    color: var(--primary-color);
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow: var(--shadow);
    font-size: 0.9rem;
}

.hero-section h1 {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    color: var(--dark-color);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 22px;
}

.hero-section p {
    font-size: 1.12rem;
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-image-card {
    background-color: var(--white-color);
    padding: 18px;
    border-radius: 40px;
    box-shadow: var(--shadow);
    transform: rotate(2deg);
}

.hero-image-card img {
    border-radius: 32px;
    height: 520px;
    width: 100%;
    object-fit: cover;
}

/* =========================
   SEÇÕES
========================= */

.section-padding {
    padding: 90px 0;
}

.bg-soft {
    background-color: var(--light-color);
}

.section-title {
    margin-bottom: 50px;
}

.section-title span,
.section-mini-title {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.section-title h2,
.section-heading {
    color: var(--dark-color);
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 14px;
}

.section-title h2 {
    font-size: 2.4rem;
}

.section-heading {
    font-size: 2.3rem;
}

.section-title p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* =========================
   COLEÇÕES
========================= */

.collection-card {
    background-color: var(--white-color);
    padding: 35px 25px;
    border-radius: var(--radius);
    text-align: center;
    height: 100%;
    box-shadow: var(--shadow);
    transition: 0.3s;
}

.collection-card:hover {
    transform: translateY(-8px);
}

.collection-card i {
    width: 70px;
    height: 70px;
    background-color: var(--light-color);
    color: var(--primary-color);
    font-size: 2rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.collection-card h3 {
    color: var(--dark-color);
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.collection-card p {
    line-height: 1.7;
}

/* =========================
   PRODUTOS
========================= */

.product-card {
    background-color: var(--white-color);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 100%;
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-image span {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.product-content {
    padding: 24px;
}

.product-content h3 {
    color: var(--dark-color);
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.product-content p {
    line-height: 1.7;
    min-height: 80px;
}

.product-price {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 18px;
}

.btn-product {
    width: 100%;
    background-color: var(--whatsapp-color);
    color: var(--white-color);
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 800;
    transition: 0.3s;
}

.btn-product:hover {
    background-color: #1ebe5d;
    color: var(--white-color);
    transform: translateY(-2px);
}

/* =========================
   NOVIDADES
========================= */

.novidade-image img {
    border-radius: 36px;
    box-shadow: var(--shadow);
    height: 520px;
    width: 100%;
    object-fit: cover;
}

.check-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.check-list li {
    margin-bottom: 14px;
    font-weight: 600;
}

.check-list i {
    color: var(--primary-color);
    margin-right: 8px;
}

/* =========================
   SOBRE
========================= */

.about-numbers {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.about-numbers div {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--shadow);
    flex: 1;
    min-width: 140px;
}

.about-numbers strong {
    display: block;
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 900;
}

.about-numbers span {
    font-size: 0.9rem;
    font-weight: 600;
}

.about-card {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: var(--white-color);
    border-radius: 36px;
    padding: 50px;
    box-shadow: var(--shadow);
}

.about-card i {
    font-size: 3rem;
    margin-bottom: 20px;
}

.about-card h3 {
    font-weight: 900;
    margin-bottom: 16px;
}

.about-card p {
    line-height: 1.8;
}

/* =========================
   GALERIA
========================= */

.gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: var(--shadow);
    transition: 0.3s;
}

.gallery-grid img:hover {
    transform: scale(1.03);
}

/* =========================
   DEPOIMENTOS
========================= */

.testimonial-card {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    height: 100%;
}

.stars {
    color: #ffc107;
    margin-bottom: 18px;
}

.testimonial-card p {
    line-height: 1.8;
    font-style: italic;
}

.testimonial-card h4 {
    color: var(--dark-color);
    font-size: 1rem;
    font-weight: 800;
    margin-top: 18px;
}

/* =========================
   CONTATO
========================= */

.contact-section {
    background:
        linear-gradient(135deg, rgba(255, 247, 250, 0.98), rgba(255, 226, 237, 0.92));
}

.contact-card {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.contact-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.contact-card h2 {
    color: var(--dark-color);
    font-weight: 900;
    margin-bottom: 14px;
}

.contact-card p {
    line-height: 1.8;
}

.final-cta {
    background-color: var(--white-color);
    padding: 45px 25px;
    border-radius: 36px;
    box-shadow: var(--shadow);
}

.final-cta h2 {
    color: var(--dark-color);
    font-weight: 900;
}

/* =========================
   FOOTER
========================= */

.footer {
    background-color: var(--dark-color);
    color: rgba(255, 255, 255, 0.78);
    padding: 60px 0 25px;
}

.footer h3,
.footer h4 {
    color: var(--white-color);
    font-weight: 800;
    margin-bottom: 18px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer a {
    color: rgba(255, 255, 255, 0.78);
    transition: 0.3s;
}

.footer a:hover {
    color: var(--secondary-color);
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 35px 0 20px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

/* =========================
   WHATSAPP FLUTUANTE
========================= */

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    background-color: var(--whatsapp-color);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.8rem;
    z-index: 999;
    box-shadow: 0 12px 25px rgba(37, 211, 102, 0.35);
    transition: 0.3s;
}

.floating-whatsapp:hover {
    color: var(--white-color);
    transform: scale(1.08);
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: var(--light-color);
        margin-top: 15px;
        padding: 20px;
        border-radius: 20px;
    }

    .hero-section {
        padding-top: 110px;
        text-align: center;
    }

    .hero-section p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image-card img {
        height: 420px;
    }

    .section-padding {
        padding: 70px 0;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2.3rem;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .hero-image-card {
        transform: none;
        border-radius: 28px;
    }

    .hero-image-card img {
        height: 340px;
        border-radius: 22px;
    }

    .section-title h2,
    .section-heading {
        font-size: 1.9rem;
    }

    .product-image {
        height: 240px;
    }

    .novidade-image img {
        height: 340px;
    }

    .about-card {
        padding: 32px;
    }

    .gallery-grid img {
        height: 190px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* =========================
   ANIMAÇÕES JS
========================= */

.sumir {
    opacity: 0;
    transform: translateY(25px);
    transition: 0.7s ease;
}

.aparecer {
    opacity: 1;
    transform: translateY(0);
}

.navbar-scrolled {
    padding: 10px 0;
    background-color: rgba(255, 247, 250, 0.98);
}