
:root {
    --primary-color: #28292E;

    --primary-bg-color: #FBEAD6;
    --secondary-bg-color: #7AA4AD;
    --border-color: #9ED4DF;
    
    --tittle-color:#28292E;
    --primary-text-color: #28292E;
    --link-color: #28292E;
    --button-text-color: #FBEAD6;
    --icon-color: #1454CC;

}

[data-theme="dark"] {
    --primary-color: #FBEAD6;

    --primary-bg-color: #2B2D42;
    --secondary-bg-color: #2E62A3;
    --border-color: #3677c6;

    --tittle-color:#FBEAD6;
    --primary-text-color: #FBEAD6;
    --link-color: #FBEAD6;
    --button-text-color: #2B2D42;
    --icon-color: #FBEAD6;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: var(--primary-bg-color);
    overflow-x: hidden; /* Impede rolagem horizontal na página inteira */
}

body::after {
    content: "";
    pointer-events: none; 
    position: fixed;
    inset: 0;
    z-index: 9999; 
    opacity: 0.3; 
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23noise)' opacity='1'/></svg>");
    background-repeat: repeat;
    background-size: 300px 300px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    width: 100%;
    overflow-x: hidden;

}

.header-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 42px;
    width: 100%;
    position: relative; /* Necessário para o menu fixo */
}

a {
    text-decoration: none;
    color: var(--button-text-color);
}

 .menu--desktop {
  display: none;
} 

.header-nav--mobile {
    width: 100vw;
    z-index: 1000; /* Garante que o menu fique acima de outros elementos */
}

.menu {
    display: flex;
    align-items: center;
    background-color: var(--border-color);
    width: 100%;
}

.menu--mobile {
    justify-content: space-between;
    position: fixed;
    bottom: 0;
}

.menu__item:hover,
.menu__item:focus    {
    border-bottom: 2px solid var(--icon-color);
    transform: translateY(-6px);
    transition: transform 0.15s, box-shadow 0.15s;
}

.menu--mobile .menu__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.menu__link {
    gap: 0.5rem;
    padding: .4rem .2rem;
}

.menu__item {
    width: 100%;
}

.menu__icon,
.menu__text {
    background: var(--icon-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.menu__icon {
    font-size: 1.6rem;
    flex-shrink: 0;
}

.menu__text {
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.day-night {
    display: flex;
    width: 100vw;
    padding: 40px 32px 0px 32px;
    justify-content: flex-end;
    align-items: center;
    gap: 267px;
}

.day-night-button {
    cursor: pointer;
    font-size: 24px;
    color: var(--link-color);
  }

.day-night-button:hover,
.day-night-button:focus {
    transform: scale(1.4);
    transition: transform 0.15s ease-in-out;
    }

  /* === CTAs Unificados === */


.cta-buttons, .cta-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-buttons {
  gap: 2rem;
  width: 100%;
}

.cta-button {
  background: var(--link-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  padding: .5rem .8rem;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  text-decoration: none;
  position: relative;
}

.cta-button i {
  font-size: 1em;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  color: var(--button-text-color) !important;
  background: none;
}


.cta-button:hover,
.cta-button:focus {
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: rotate(-5deg);
    transition: transform 0.15s ease-in-out;
}


.bi-star-fill {
    color: var(--link-color);
    font-size: 20px;
} 

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 40px;
    align-self: stretch;
    height: fit-content;
}

.header-imgs {
    width: 265px;
    height: 375px;
}

.header-imgs__onca {
    width: 265px;
    height: 375px;
    flex-shrink: 0;
    aspect-ratio: 53/75;
    z-index: 1;
    animation: 1.31s linear 0s 1 normal forwards running oncadancarina_4;
    transform-box: fill-box;
    transform-origin: 50% 50%;
} 


.header-imgs__starburst {
    width: 86.192px;
    height: 82px;
    flex-shrink: 0;
    aspect-ratio: 86.19/82.00;
    z-index: 2;
    position: relative;
    left: 200px;
    top: -70px;
    animation: starburst-in 1.2s cubic-bezier(0.77,0,0.175,1) forwards;
}

/* Estilo para o H1 que agora envolve a imagem do logo Azulario */
.header-imgs__azulario {
    width: fit-content;
    height: fit-content;
    display: flex; /* Para centralizar a imagem dentro do H1 */
    justify-content: center;
    align-items: center;
}

/* Estilo para a imagem dentro do H1 */
.header-imgs__azulario img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Garante que a imagem se ajuste dentro do H1 */
    animation: fadeIn 1s ease-out forwards;
    opacity: 0; /* Garante que a imagem comece invisível */
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    overflow-x: hidden; /* Impede rolagem horizontal na página principal */
}

.presentation {
    display: flex;
    width: 100vw;
    padding: 2.5rem;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}

/* Estilo para o H2 da seção de apresentação */
h2.presentation-title {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.906%; /* 12.86px */
    text-transform: uppercase;
}

.presentation-img {
    width: 165px;
    height: 165px;
    aspect-ratio: 1/1;
    border-radius: 50%; /* círculo */
    object-fit: cover;  /* preenche sem distorcer */
    object-position: center 18%; /* desce a imagem */
}

.about-me {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 2rem 0;
    align-self: stretch;

}

.about-me-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.about-me h2 {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 1.625rem; /* 26px */
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%; /* 30.396px */
}

.about-me-text p {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 22px;
    font-style: normal;
}

.social-midia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;

}

.midia-icon {
    font-size: 32px;
    cursor: pointer;
    background: none;
    padding: 0;
    border: none;
    color: var(--primary-text-color);
    text-decoration: none;
}


.social-midia .midia-icon:hover,
.social-midia .midia-icon:focus {
    transform: translateY(-6px);
    transition: transform 0.15s, box-shadow 0.15s;
}

.projects {
    display: flex;
    width: 100vw;
    padding: 40px 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    overflow-x: hidden; /* Impede rolagem horizontal na seção de projetos */
}

.projects .bi-star-fill {
    font-size: 20px;
}

/* Estilo para o H2 da seção de projetos */
h2.projects-title {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.906%; /* 12.86px */
    text-transform: uppercase;
}

.tattoo-photos {
    display: flex;
    width: 100vw;
    padding: 0 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.tattoo-photo {
    display: flex;
    padding: 0px 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.tattoo-photo img {
    height: 400px;
    aspect-ratio: 291/400;
}

.tattoo-photo p {
    color: var(--primary-text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.906%; /* 21.043px */
}

.cta-projects {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    gap: 32px;
    align-self: stretch;
}

h2.cta-projects-text {
    align-self: stretch;
    color: var(--primary-text-color);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%; /* 30.396px */

}

.tattoo-care {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 2.5rem;
    width: 100vw;
    overflow-x: hidden;
}

.tattoo-care .section-title {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tattoo-care-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 2rem;
    gap: 32px;
    width: 100vw; 
}

.care-card {
    background-color: var(--secondary-bg-color);
    border-radius: .4rem;
    padding: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: var(--primary-text-color);
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 32rem; /* Limita a largura máxima do cartão */
}

.care-card-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.care-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-text-color);
}

.care-card p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--primary-text-color);

}

.care-card li {
    line-height: 1.5;
}

.bandage-video {
    font-size: 1.1rem;
    text-decoration: underline;
    cursor: pointer;
}

.bandage-video:hover,
.bandage-video:focus {
    transform: translateY(-6px);
    transition: transform 0.15s, box-shadow 0.15s;
}

.faq {
    display: flex;
    padding: 16px 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.cta-tattoocare {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 2rem;
    gap: 32px;
    align-self: stretch;
}

.faq .bi-star-fill {
    font-size: 20px;
}

/* Estilo para o H2 principal da seção FAQ */
.faq h2 {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 1.6rem; /* 24px */
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%;
    text-transform: uppercase;
}

.question-answer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.question {
    display: flex;
    gap: 16px;
    align-self: stretch;
}

/* Estilo para os H3 das perguntas do FAQ */
.question h3 {
    flex: 1 0 0;
    color: var(--primary-text-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%; /* 28.057px */   
}

.answer {
    padding-left: 40px;
    gap: 16px;

}

.answer p {
    flex: 1 0 0;
    color: var(--primary-text-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.906%; /* 28.057px */
    
}

.answer ul {
    flex: 1 0 0;
    color: var(--primary-text-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.906%; /* 28.057px */   
    padding-left: 24px; 
}

.cta-faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 2rem;
    gap: 32px;
    align-self: stretch;
}

.cta-faq-text {
    align-self: stretch;
    color: var(--primary-text-color);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%; /* 30.396px */
}

.location {
    display: flex;
    width: 100vw;
    padding: 2.5rem 2rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    background: var(--primary-bg-color);
}

.location h2 {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.location-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 600px;
}

.location-info {
    text-align: flex-start;
    gap: 1rem;
}

.location-info h3 {
    color: var(--primary-text-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.location-content p {
    color: var(--primary-text-color);
    font-size: 18px;
    line-height: 1.4;
}

.location-appointment {
    color: var(--primary-text-color);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700; /* Negrito */
    text-transform: uppercase; /* Maiúsculas */
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.ending {
    display: flex;
    padding: 2rem 2.5rem;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;

}

.ending img {
    width: 100px;
    height: 100px;
}

.ending p,
.ending i {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 116.906%; /* 18.705px */

}

footer {
    display: flex;
    padding: 60px 40px 140px 40px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    background: var(--secondary-bg-color);
}

footer p {
    color: var(--primary-text-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%; /* 14.029px */
    text-transform: uppercase;
}

/* Estilo para links no footer */
footer a {
    color: var(--primary-text-color);
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%;
    text-transform: uppercase;
}

footer a:hover {
    color: var(--icon-color);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.text-and-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
}

.adress-and-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

/* Estilo para o elemento address */
.adress {
    font-style: normal; /* Remove o itálico padrão do address */
}

.adress h3 {
    color: var(--primary-text-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.contact {
    display: flex;
    flex-direction: column;
}

.contact h3 {
    color: var(--primary-text-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.906%;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.footer-social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    align-self: stretch;
}

.footer-social-media .bi {
    font-size: 12px;
    cursor: pointer;
}

.footer-social-media a {
    color: var(--primary-text-color);
    text-decoration: none;
}

.footer-social-media a:hover,
.footer-social-media a:focus {
    transform: translateY(-6px);
    transition: transform 0.15s, box-shadow 0.15s;
}

/* Estilo para o H2 que agora envolve a imagem do footer */
.brand-text {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-text img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Garante que a imagem se ajuste dentro do H1 */
    animation: fadeIn 1s ease-out forwards;
    opacity: 0; /* Garante que a imagem comece invisível */
}

 .fixed-whatsapp-button {
    position: fixed;
    bottom: 90px; /* Ajustado para ficar acima do menu mobile */
    right: 20px;
    background-color: var(--link-color); 
    color: var(--button-text-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001; /* Acima do menu mobile (z-index 1000) */
    transition: transform 0.2s ease-in-out;
}

.fixed-whatsapp-button:hover {
    transform: scale(1.3);
}