/*
Theme Name: Meta Soluções
Author: Gemini
Description: Um tema personalizado para a Meta Soluções e Engenharia, focado em profissionalismo e modernidade.
Version: 1.3
*/

/* GERAL */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.section-sub {
    font-size: 1.1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}

/* HEADER */
.site-header {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header .brand img {
    width: 201px;
    height: auto;
    transition: all 0.3s ease;
}

.site-header .nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-header .nav a {
    text-decoration: none;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.site-header .nav a:hover {
    color: #0056b3;
    border-bottom-color: #0056b3;
}

/* BOTÕES */
.btn {
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #0056b3;
    color: #fff;
}

.btn-primary:hover {
    background-color: #004494;
}

.btn-secondary {
    background-color: transparent;
    color: #0056b3;
    border: 1px solid #0056b3;
}

.btn-secondary:hover {
    background-color: #0056b3;
    color: #fff;
}

/* SERVIÇOS */
#servicos {
    padding: 80px 0;
}

.swiper-container-services {
    padding-bottom: 50px;
}

/* COMO FUNCIONA */
#como-funciona {
    background-color: #f9f9f9;
    padding: 80px 0;
}

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

.card-funciona {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
}

.card-funciona .tag {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 15px;
}

.cta-container {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* OBRAS */
#obras {
    padding: 80px 0;
}

.swiper-container-cases {
    padding-bottom: 50px;
}

/* SOBRE NÓS */
#sobre-nos {
    padding: 80px 0;
}

.card-sobre {
    margin-bottom: 30px;
}

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

/* CLIENTES */
#clientes {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.clientes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    align-items: center;
}

.cliente-card {
    text-align: center;
}

.cliente-card img {
    max-width: 200px;
    margin-bottom: 15px;
}


/* ORÇAMENTO */
#orcamento {
    padding: 80px 0;
}

.formwrap {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.formwrap input, 
.formwrap textarea, 
.formwrap select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.formwrap button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #0056b3;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.formwrap button:hover {
    background-color: #004494;
}

.formwrap .tiny {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 15px;
    color: #777;
}
