*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
    background: #0d0d0d;
    color: #f5f5f5;
    overflow-x: hidden;
}

/* ================= HEADER ================= */

/* =========================
   HEADER PREMIUM
========================= */

.header{

    position: relative;

    width: 100%;

    padding: 20px 8%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: rgba(255,255,255,0.08);

    backdrop-filter: blur(14px);

    border-bottom: 1px solid rgba(255,255,255,0.08);

    box-shadow:
    0 10px 40px rgba(0,0,0,0.3);

}

/* =========================
   LOGO
========================= */

.logo-area{
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-area img{
    width: 65px;
    height: 65px;

    object-fit: contain;
}

.logo-area span{
    font-size: 12px;
    letter-spacing: 3px;
    color: #d4a373;
}

.logo-area h2{
    font-size: 1.3rem;
    font-weight: 700;

    color: #fff;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbar a{
    text-decoration: none;
    color: white;

    font-weight: 500;

    transition: 0.3s;
}

.navbar a:hover{
    color: #d4a373;
}

.btn-menu{
    background: #d4a373;

    color: white !important;

    padding: 12px 20px;

    border-radius: 12px;

    transition: 0.3s;
}

.btn-menu:hover{
    background: #c48b58;

    transform: translateY(-3px);
}

/* ================= HERO ================= */

.hero-cardapio{
    min-height: 100vh;
    padding-top: 140px;
    background:
    linear-gradient(
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.75)
    ),
    url('../img/bolo1.png') center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.72);
}

.hero-content{
    position: relative;
    z-index: 2;
    text-align: center;
    width: 90%;
    max-width: 900px;
}

.tag{
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 50px;
    color: #d4af37;
    background: rgba(212,175,55,0.08);
    margin-bottom: 25px;
}

.hero-content h1{
    font-size: 68px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
}

.hero-content p{
    font-size: 20px;
    line-height: 1.8;
    color: #d8d8d8;
}

.hero-buttons{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* =========================
   VALORES DOS BOLOS
========================= */

.valor-bolo{

    margin-top: 20px;

    padding-top: 15px;

    border-top: 1px solid rgba(255,255,255,0.08);

}

.valor-bolo span{

    display: block;

    color: #cfcfcf;

    font-size: 14px;

    margin-bottom: 8px;

}

.valor-bolo strong{

    font-size: 1.4rem;

    color: #d4a373;

}

/* =========================
   RECHEIOS
========================= */

.recheios-container{

    margin-top: 60px;

    display: grid;

    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));

    gap: 30px;

}

.recheio-box{

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(212,175,55,0.12);

    border-radius: 30px;

    overflow: hidden;

    transition: 0.4s;

}

.recheio-box:hover{

    transform: translateY(-8px);

    border-color: #d4a373;

}

.recheio-topo{

    width: 100%;

    padding: 18px;

    background: rgba(212,175,55,0.12);

    color: #d4a373;

    font-weight: 700;

    letter-spacing: 2px;

    text-align: center;

}

.recheio-box ul{

    list-style: none;

    padding: 30px;

}

.recheio-box ul li{

    padding: 14px 0;

    border-bottom: 1px solid rgba(255,255,255,0.06);

    color: #ddd;

}

.recheio-box ul li:last-child{

    border-bottom: none;

}

.destaque-recheio{

    border: 1px solid rgba(212,175,55,0.3);

    box-shadow:
    0 0 30px rgba(212,175,55,0.08);

}

/* =========================
   SABORES LISTA
========================= */

.sabores-lista{

    margin-top: 20px;

    list-style: none;

}

.sabores-lista li{

    padding: 12px 0;

    border-bottom: 1px solid rgba(255,255,255,0.06);

    color: #ddd;

}

.sabores-lista li:last-child{

    border-bottom: none;

}
.btn-primary,
.btn-secondary{
    padding: 16px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary{
    background: linear-gradient(135deg,#d4af37,#f7d774);
    color: #000;
}

.btn-primary:hover{
    transform: translateY(-4px);
}

.btn-secondary{
    border: 1px solid #d4af37;
    color: #d4af37;
}

.btn-secondary:hover{
    background: #d4af37;
    color: #000;
}

/* ================= SECTION ================= */

.section{
    padding: 120px 8%;
}

.section-title{
    text-align: center;
    margin-bottom: 70px;
}

.section-title span{
    color: #d4af37;
    letter-spacing: 2px;
    font-weight: 600;
}

.section-title h2{
    font-size: 48px;
    margin-top: 15px;
    color: #fff;
}

/* ================= BOLOS ================= */

.rendimentos-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 30px;
}

.rendimento-card{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.12);
    border-radius: 30px;
    padding: 35px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.rendimento-card:hover{
    transform: translateY(-8px);
    border-color: #d4af37;
}

.rendimento-card h3{
    font-size: 32px;
    color: #d4af37;
    margin-bottom: 10px;
}

.rendimento-card p{
    color: #d8d8d8;
}

.destaque{
    background: linear-gradient(135deg,#d4af37,#f7d774);
    color: #000;
}

.destaque h3,
.destaque p{
    color: #000;
}

.info-bolo{
    margin-top: 50px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.12);
    padding: 40px;
    border-radius: 30px;
    text-align: center;
}

.info-bolo h3{
    color: #d4af37;
    margin-bottom: 15px;
    font-size: 28px;
}

/* ================= SLIDER ================= */

.slider-container{
    margin-top: 70px;
    position: relative;
}

.slider{
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 35px;
    position: relative;
    border: 1px solid rgba(212,175,55,0.2);
}

.slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
}

.slide.active{
    opacity: 1;
}

.prev,
.next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 5;
    background: rgba(0,0,0,0.7);
    color: #d4af37;
    font-size: 22px;
    border: 1px solid rgba(212,175,55,0.3);
}

.prev{
    left: 20px;
}

.next{
    right: 20px;
}

/* ================= DOCINHOS ================= */

.docinhos-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 30px;
}

.docinho-card{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.12);
    padding: 40px;
    border-radius: 30px;
    transition: 0.3s;
}

.docinho-card:hover{
    transform: translateY(-10px);
    border-color: #d4af37;
}

.topo-card{
    background: rgba(212,175,55,0.12);
    color: #d4af37;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.docinho-card h3{
    margin-bottom: 15px;
    font-size: 28px;
}

.docinho-card p{
    color: #cfcfcf;
    line-height: 1.7;
}

.docinho-card span{
    display: block;
    margin-top: 20px;
    color: #d4af37;
    font-weight: 700;
}

/* ================= DOCES ================= */

.doces-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 30px;
}

.doce-card{
    background: rgba(255,255,255,0.03);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(212,175,55,0.12);
    transition: 0.3s;
}

.doce-card:hover{
    transform: translateY(-8px);
}

.doce-card img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.doce-card h3{
    padding: 25px;
    color: #fff;
}

/* ================= TOPO BOLO ================= */

.topo-content{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 30px;
}

.topo-card-item{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.12);
    border-radius: 30px;
    padding: 45px;
    text-align: center;
}

.topo-card-item i{
    font-size: 55px;
    color: #d4af37;
    margin-bottom: 20px;
}

.topo-card-item h3{
    margin-bottom: 15px;
}

/* ================= CTA ================= */

.cta{
    padding: 120px 8%;
    text-align: center;
    background: linear-gradient(135deg,#1b1b1b,#0d0d0d);
}

.cta h2{
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.cta p{
    color: #cfcfcf;
    margin-bottom: 35px;
}

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

.footer{
    padding: 60px 20px;
    text-align: center;
    border-top: 1px solid rgba(212,175,55,0.1);
    background: #050505;
}

.footer h3{
    color: #d4af37;
    margin-bottom: 15px;
}

.footer p{
    color: #bcbcbc;
    margin-top: 10px;
}

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

.footer-dev{

    width: 100%;

    padding: 20px;

    background: #080808;

    border-top: 1px solid rgba(255,255,255,0.06);

    text-align: center;

}

.footer-dev p{

    color: #888;

    margin-bottom: 12px;

    font-size: 14px;

}

.footer-dev strong{

    color: #d4a373;

}

.dev-links{

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 18px;

}

.dev-links a{

    text-decoration: none;

    color: #bbb;

    font-size: 14px;

    transition: 0.3s;

}

.dev-links a:hover{

    color: #d4a373;

}

/* ================= RESPONSIVO ================= */

@media(max-width: 768px){

    .navbar{
        display: none;
    }

    .hero-content h1{
        font-size: 42px;
    }

    .hero-content p{
        font-size: 16px;
    }

    .hero-buttons{
        flex-direction: column;
    }

    .slider{
        height: 320px;
    }

    .section-title h2{
        font-size: 34px;
    }

}