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

html{
    scroll-behavior: smooth;
}

body{
    background: linear-gradient(135deg, #080808 0%, #141414 50%, #080808 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    overflow-x: hidden;
}

/*SIDEBAR MOBILE*/
#toggle-menu {
    display: none;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -260px;
    width: 220px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    border-left: 2px solid #f39c12;
    z-index: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px;
    transition: right 0.35s ease;
}

#toggle-menu:checked ~ .sidebar {
    right: 0;
}

.btn-fechar {
    position: absolute;
    top: 16px;
    right: 16px;
    color: white;
    font-size: 1.4rem;
    cursor: pointer;
    transition: color 0.2s;
}

.btn-fechar:hover {
    color: #f39c12;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    width: 100%;
}

.sidebar-nav ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 1rem;
    padding: 11px 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li a.ativo {
    background-color: #f39c12;
    color: black;
}

.hamburguer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 4px 8px;
    transition: color 0.2s;
    user-select: none;
}

.hamburguer:hover {
    color: #f39c12;
}

.menu{
    display: none;
}

/*CABECALHO*/
.header{
    width: 100%;
    padding: 20px 15px;
    background-color: black;
    border-bottom: 2px solid #f39c12;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

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

.container-logo img{
    width: 70px;
}

.container-logo h1{
    font-family: 'Rye', serif;
    font-size: 1.5rem;
}

/*MENU*/
.menu ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu li{
    text-align: center;
}

.menu li a{
    text-decoration: none;
    color: white;
    padding: 12px 18px;
    border-radius: 10px;
    transition: 0.3s;
    display: block;
    font-size: 1rem;
}

.menu li a:hover{
    background-color: #f39c12;
    color: black;
}

.ativo{
    background-color: #f39c12;
    color: black !important;
}

.hero{
    width: 100%;
    min-height: 90vh;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* LUZ DE FUNDO */
.hero::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(243, 157, 18, 0.305);
    filter: blur(100px);
    border-radius: 50%;
}

/*CAIXA DO CENTRO*/
.box-principal{
    width: 100%;
    max-width: 1000px;
    min-height: 420px;
    background-image: url("../img/ChatGPT\ Image\ 15\ de\ mai.\ de\ 2026\,\ 16_33_43.png");
    background-position: 70% center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(243,156,18,0.3);
    border-radius: 24px;
    box-shadow: 0 0 30px rgba(255, 182, 64, 0.12), 0 0 80px rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 35px 20px;
    position: relative;
    z-index: 1;
}

.logo-centro img{
    width: 100px;
    filter: drop-shadow(0 0 15px rgba(243,156,18,0.5));
}

.hero h1{
    color: white;
    font-size: clamp(2rem, 8vw, 4rem);
    text-align: center;
    font-family: 'Rye', serif;
}

.hero p{
    color: #d0d0d0;
    font-size: clamp(1rem, 4vw, 1.3rem);
    text-align: center;
    line-height: 1.7;
}

/*BOTAO "Agendar Aqui"*/
.box-principal a{
    margin-top: 20px;
    padding: 14px 30px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg,#f39c12,#ffb347);
    color: black;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.box-principal a:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(243,156,18,0.5);
}

/*SERVICOS*/
.servicos{
    width: 100%;
    padding: 80px 15px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.75), transparent);
}

.servicos h2{
    width: fit-content;
    margin: 0 auto 50px auto;
    padding: 15px 25px;
    border-radius: 16px;
    background: rgba(0,0,0,0.8);
    border: 1px solid rgba(243,156,18,0.4);
    color: white;
    font-size: clamp(1.8rem, 6vw, 3rem);
    text-align: center;
    font-family: 'Rye', serif;
}

/*CARROSSEL SERVICOS*/
.carrossel-servicos{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px;
}

.carrossel-servicos::-webkit-scrollbar{
    height: 10px;
}


.carrossel-servicos::-webkit-scrollbar-thumb{
    background: #292929e5;
    border-radius: 20px;
}

/* CARDS*/
.card-servico{
    flex: 0 0 90%;
    scroll-snap-align: start;
    background: rgba(0,0,0,0.75) !important;
    border: 1px solid rgba(243,156,18,0.3);
    border-radius: 20px;
    padding: 30px 22px;
    transition: 0.3s;
}

.card-servico:hover{
    transform: translateY(-5px);
    border-color: #f39c12;
}

.card-servico h3{
    color: white;
    font-family: Rye, serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.card-servico p{
    color: #cfcfcf;
    line-height: 1.7;
    margin-bottom: 20px;
    min-height: 60px;
}

/*BOTAO "Ver" dentro dos cards*/
.card-servico a{
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #f39c12;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.card-servico a:hover{
    background-color: #ffb347;
}

/* AVALIAÇÕES */
.avaliacoes{
    width: 100%;
    padding: 80px 15px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75), transparent);
}

.avaliacoes h2{
    width: fit-content;
    margin: 0 auto 50px auto;
    padding: 15px 25px;
    border-radius: 16px;
    background: rgba(0,0,0,0.8);
    border: 1px solid rgba(243,156,18,0.4);
    color: white;
    font-size: clamp(1.8rem, 6vw, 3rem);
    text-align: center;
    font-family: 'Rye', serif;
}

/* CARROSSEL AVALIAÇÕES */
.container-avaliacoes{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
}

.container-avaliacoes::-webkit-scrollbar{
    height: 10px;
}

.container-avaliacoes::-webkit-scrollbar-thumb{
    background: #292929e5;
    border-radius: 20px;
}


/* CARDS AVALIACAO */
.card-avaliacao{
    flex: 0 0 90%;
    scroll-snap-align: start;
    background: rgba(0,0,0,0.75);
    border: 1px solid rgba(243,156,18,0.3);
    border-radius: 20px;
    padding: 30px 22px;
    transition: 0.3s;
}

.card-avaliacao:hover{
    transform: translateY(-5px);
    border-color: #f39c12;
}

.card-avaliacao h3{
    color: white;
    font-size: 1.4rem;
}

/* ESTRELAS*/
.card-avaliacao span{
    font-size: 1.2rem;
}

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

footer{
    width: 100%;
    margin-top: 60px;
    padding: 35px 20px;
    background-color: rgba(0, 0, 0, 0.127);
    display: flex;
    flex-direction: column;
    text-align: center;
}

/* TABLET */
@media (min-width: 768px){

    .header{
        flex-direction: row;
        justify-content: space-around;
    }

    .menu ul{
        flex-direction: row;
    }

    .menu li a{
        padding: 8px 12px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .container-logo h1{
        font-size: 2rem;
    }

    .box-principal{
        padding: 60px;
    }

    .card-servico,.card-avaliacao{
        flex: 0 0 320px;
    }

    .hamburguer{
        display: none;
    }

    .sidebar{
        display: none !important;
    }

    .menu{
        display: block;
    }
}

/* DESKTOP */
@media (min-width: 1024px){

    .hero h1{
        font-size: 4rem;
    }

    .hero p{
        font-size: 1.3rem;
    }

    .card-servico, .card-avaliacao{
        flex: 0 0 340px;
    }

    .box-principal{
        min-height: 500px;
    }
}

