* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0b0b0b;
    color: #f0f0f0;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* FONTES SERIFADAS LUXUOSAS */
h1, h2, h3, .logo-main {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

h2 i, h3 i {
    font-style: italic;
    color: #c86d51;
}

/* NAVBAR & LOGO */
/* NAVBAR COM LEVE GLASSMORPHISM */
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 25px 0;
    background: linear-gradient(to bottom, rgba(11, 11, 11, 0.8), transparent);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1;
}

.logo-sub {
    font-size: 0.55rem;
    letter-spacing: 3px;
    color: #aaa;
    margin-top: 4px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.nav-links a:hover {
    color: #e28266;
}

/* HERO SECTION - REFINADO */
/* HERO SECTION - DESIGN CLEAN E PROFISSIONAL (SEM SOMBRAS/CONTORNOS) */
.hero {
    height: 100vh;
    /* Gradiente escuro e elegante sobre a foto para dar contraste perfeito sem sombras */
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.75) 0%, rgba(10, 10, 10, 0.85) 100%), 
                url('img/hero-bg.jpg') center 40%/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.tagline {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 6px;
    color: #c86d51;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none; /* Remove contornos */
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif; /* Fonte moderna e limpa */
    font-size: 4.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #ffffff;
    text-shadow: none; /* REMOVIDO: Limpo e sem sombras amadoras */
    line-height: 1.1;
}

.hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none; /* REMOVIDO */
    line-height: 1.6;
}

/* BOTÃO MINIMALISTA */
.btn-terracota {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #c86d51;
    color: #fff;
    padding: 16px 38px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.btn-terracota:hover {
    background-color: #d87d61;
    transform: translateY(-2px);
}

/* BOTÃO FLUTUANTE DO WHATSAPP (OPCIONAL) */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    z-index: 100;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* HERO SECTION (COM A NOVA IMAGEM DE ILUMINAÇÃO) */
/* HERO SECTION - ESTILO ESCURO ORIGINAL (INSPIRADO NO BOLT) */
.hero {
    height: 100vh;
    /* Camada bem mais escura e uniforme para dar o contraste dramático original */
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.75) 0%, rgba(11, 11, 11, 0.85) 60%, rgba(11, 11, 11, 0.95) 100%), 
                url('img/hero-bg.jpg') center 40%/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.tagline {
    font-size: 0.85rem;
    letter-spacing: 5px;
    color: #c86d51;
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
}

.hero-content h1 {
    font-size: 4.8rem;
    font-weight: 500;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.hero-content p {
    font-size: 1.15rem;
    font-weight: 300;
    margin-bottom: 35px;
    color: #d0d0d0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.btn-terracota {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #c86d51;
    color: #fff;
    padding: 15px 36px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.btn-terracota:hover {
    background-color: #d87d61;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(200, 109, 81, 0.4);
}

/* ESTATÍSTICAS MINIMALISTAS E DESTACADAS */
.stats-container {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 80px;
    background: transparent;
    padding: 0;
    border: none;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    font-weight: 600;
    color: #c86d51;
    line-height: 1;
}

.stat-text {
    font-size: 0.85rem;
    font-weight: 300;
    color: #aaa;
    margin-top: 6px;
    letter-spacing: 0.5px;
}

/* SEÇÕES (SOBRE NÓS & PORQUE CONTRATAR) */
.section-tag {
    font-size: 0.7rem;
    letter-spacing: 3px;
    color: #c86d51;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.about {
    padding: 120px 0;
}

.about-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.about-image-box {
    border: 1px solid rgba(200, 109, 81, 0.3);
    padding: 20px;
    border-radius: 4px;
}

.about-image-box img {
    width: 340px;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

.about-image-box img:hover {
    filter: grayscale(0%);
}

.about-text h2 {
    font-size: 3.5rem;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #999;
    margin-bottom: 20px;
    max-width: 480px;
    font-weight: 300;
}

/* RAZÕES */
.reasons {
    padding: 100px 0;
    border-top: 1px solid #1a1a1a;
}

.reasons h2 {
    font-size: 3rem;
    margin-bottom: 70px;
    max-width: 700px;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.reason-card {
    border-top: 1px solid #222;
    padding-top: 25px;
}

.reason-num {
    font-family: 'Cormorant Garamond', serif;
    color: #c86d51;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 15px;
}

.reason-card h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.reason-card p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.6;
    font-weight: 300;
}

/* PROJETOS */
/* PROJETOS (P&B COM EFEITO HOVER COLORIDO) */
.projects {
    padding: 120px 0;
    background-color: #080808;
    border-top: 1px solid #151515;
}

.section-tag-center {
    font-size: 0.7rem;
    letter-spacing: 3px;
    color: #c86d51;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.section-title-center {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 15px;
}

.section-desc-center {
    text-align: center;
    color: #888;
    max-width: 550px;
    margin: 0 auto 60px auto;
    font-size: 0.9rem;
    font-weight: 300;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.project-card {
    position: relative;
    overflow: hidden;
    height: 280px;
    border-radius: 2px;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Fica P&B por padrão */
    transition: transform 0.6s ease, filter 0.5s ease; /* Transição suave */
}

.project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-overlay span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: #fff;
}

/* QUANDO PASSA O MOUSE: REVELA A COR E DÁ O ZOOM SUAVE */
.project-card:hover img {
    filter: grayscale(0%); /* Revela a cor original */
    transform: scale(1.05);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

/* CONTACT & MAP */
.contact-section {
    padding: 120px 0;
    border-top: 1px solid #1a1a1a;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.contact-info h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.1;
}

.contact-info p {
    color: #888;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 1.6;
}

.office-box {
    background-color: #111111;
    padding: 40px;
    border: 1px solid #1e1e1e;
    border-radius: 4px;
}

.office-box h3 {
    font-size: 2.2rem;
    margin-top: 5px;
}

.address-text {
    color: #c86d51;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.map-container {
    border-radius: 2px;
    overflow: hidden;
    filter: grayscale(80%) invert(90%);
}

/* FOOTER */
footer {
    background-color: #050505;
    border-top: 1px solid #141414;
    padding: 60px 0 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid #222;
    border-radius: 50%;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    border-color: #c86d51;
    color: #c86d51;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #111;
    padding-top: 25px;
}

.footer-bottom p {
    color: #555;
    font-size: 0.75rem;
}
.portfolio-btn-container {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}