/* ======================================
   RESET
====================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, sans-serif;
}

body {
    background-color: #fff5f2;
    overflow-x: hidden;
}

/* Container padrão */
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

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

.navbar {
    width: 100%;
    height: 80px;
    background: #fff5f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

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

.logo img {
    width: 45px;
}

.logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #d55900;
}

.navbar ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.navbar a {
    text-decoration: none;
    color: #d55900;
    font-weight: 600;
    transition: 0.3s;
}

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

.menu-mobile {
    display: none;
    font-size: 32px;
    cursor: pointer;
}

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

.hero {
    margin-top: 80px;
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(180deg, #ff9276 0%, #ffb59b 40%, #fff5f2 100%);
}

.hero-title {
    font-size: 190px;
    font-weight: 900;
    text-transform: lowercase;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url("assets/imagens/Home.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}


.hero-subtitle {
    max-width: 900px;
    margin: 10px auto;
    font-size: 26px;
    color: #d10000;
    line-height: 1.5;
}

/* ======================================
   SOBRE
====================================== */

.sobre {
    background: linear-gradient(
        180deg,
        #fff5f2 0%,
        #ffb59b 40%,
        #ff9276 100%
    );    padding: 40px 0;
}

.sobre-titulo {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.sobre-texto {
    font-size: 22px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* ======================================
   MÉTRICAS (estilo Safetec)
====================================== */

.metricas {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(180deg, #ff9276 0%, #ffb59b 40%, #fff5f2 100%);
}

.metricas-titulo {
    font-size: 42px;
    color: #333;
    font-weight: 700;
    margin-bottom: 60px;
}

.metricas-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.metrica-item {
    text-align: center;
}

.metrica-numero {
    font-size: 48px;
    color: #e23600;
    font-weight: 700;
}

.metrica-label {
    font-size: 22px;
    color: #555;
}

.btn-metricas {
    display: inline-block;
    padding: 15px 40px;
    background: #d40000;
    color: #fff;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-metricas:hover {
    background: #b30000;
}

/* ======================================
   SERVIÇOS
====================================== */

.servicos {
    padding: 40px 20px 60px;
    background: linear-gradient(180deg, #fff5f2 0%, #ffb59b 40%, #ff9276 100%);
}

.titulo-servicos {
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.descricao-servicos {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    color: #555;
}

.servicos-grid {
    margin-top: 40px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.servico-item {
    background: #fff5f2;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.servico-item h3 {
    font-size: 26px;
    color: #e60000;
    margin-bottom: 15px;
}

.servico-item p {
    font-size: 18px;
    color: #444;
}

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

.footer {
    background: #1b1b1b;
    color: #ddd;
    padding: 60px 40px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h3 {
    color: #ff6b3f;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col a {
    text-decoration: none;
    color: #ddd;
    font-size: 16px;
}

.footer-col a:hover {
    color: #ff6b3f;
}

.footer-descricao {
    max-width: 260px;
    line-height: 1.6;
}

.footer-logo {
    width: 200px;
}

.footer-btn {
    margin-bottom: 20px;
    padding: 12px 20px;
    background: #ff6b3f;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.footer-btn:hover {
    background: #e9562b;
}

.footer-copy {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #aaa;
}

/* ======================================
   RESPONSIVIDADE
====================================== */

@media (max-width: 900px) {

    .menu-mobile {
        display: block;
    }

    .navbar ul {
        display: none;
        flex-direction: column;
        background: #fff5f2;
        position: absolute;
        top: 80px;
        right: 0;
        width: 220px;
        padding: 20px;
        border-left: 1px solid #ccc;
    }

    .navbar ul.show {
        display: flex;
    }

    .hero-title {
        font-size: 22vw;
        line-height: 1.1;
    }

    .hero {
        padding-top: 80px;
    }

    .metricas-grid {
        gap: 40px;
    }

    .servicos-grid {
        grid-template-columns: 1fr;
    }

  
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center; /* 🔥 centraliza tudo */
    }

    .footer-descricao {
        text-align: center;   /* 🔥 centraliza só o texto */
        margin: 0 auto;       /* centraliza o bloco */
        max-width: 300px;     /* opcional: deixa o texto mais bonito */
    }

    .footer-logo {
        margin: 20px auto;
    }
}
