@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --azul-marinho: #2c3454;
    --azul-escuro: #1e243a;
    --laranja: #f37021;
    --laranja-hover: #d65d18;
    --branco: #ffffff;
    --cinza: #f8fafc;
    --texto: #334155;
    --titulo: #1e293b;
}

/* Reset e Base */
* { margin:0; padding:0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; }
body { 
    color: var(--texto); 
    line-height: 1.7; 
    background: var(--branco); 
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.container { max-width: 1200px; margin: auto; padding: 0 25px; }
.section { padding: 100px 0; }
.text-center { text-align: center; }

/* Logo */
.logo img { max-height: 75px; width: auto; display: block; }

/* Header */
header { 
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 10px 0; 
    position: fixed; 
    width: 100%; 
    top: 0; 
    z-index: 1000;
    border-bottom: 2px solid var(--azul-marinho);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
nav { display: flex; justify-content: space-between; align-items: center; }
nav ul { display: flex; list-style: none; gap: 25px; }
nav ul li a { color: var(--azul-marinho); text-decoration: none; font-weight: 700; font-size: 14px; transition: 0.3s; }
nav ul li a:hover { color: var(--laranja); }

/* Hero */
.hero { 
    background: linear-gradient(rgba(30, 36, 58, 0.88), rgba(44, 52, 84, 0.78)),
                url('https://images.unsplash.com/photo-1621905251189-08b45d6a269e?q=80&w=2069');
    height: 90vh; background-size: cover; background-position: center;
    background-attachment: fixed; display: flex; align-items: center; color: white; margin-top: 80px; 
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: white; margin-bottom: 25px; line-height: 1.1; }
.hero p { font-size: 1.3rem; margin-bottom: 40px; color: #ffffff; }

.btn { 
    background: var(--laranja); color: white; padding: 18px 38px; text-decoration: none; border-radius: 8px;
    font-weight: 700; transition: 0.3s; display: inline-block; box-shadow: 0 10px 25px rgba(243, 112, 33, 0.3);
}
.btn:hover { background: var(--laranja-hover); transform: translateY(-4px); }

/* SEÇÃO SOBRE */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch; }

#sobre .sobre-texto { display: flex; flex-direction: column; height: 100%; justify-content: flex-start; } 
#sobre p { margin-bottom: 20px; text-align: left; color: var(--texto); font-size: 1.1rem; }

.subtitle { 
    color: var(--laranja); 
    font-weight: 800; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    font-size: 1.1rem; 
    display: block; 
    margin-bottom: 15px; 
}

/* MISSÃO, VISÃO E VALORES - PADRONIZADOS */
.missao-visao { margin-top: auto; display: flex; flex-direction: column; gap: 20px; }
.mv-item, .valores-card {
    background: var(--azul-marinho); 
    border: 2px solid var(--laranja); 
    border-radius: 20px;
    color: var(--branco);
    transition: 0.3s;
}

.mv-item { padding: 25px; display: flex; align-items: center; gap: 20px; }
.mv-item:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.mv-icon-container {
    background: rgba(255, 255, 255, 0.1); width: 65px; height: 65px; 
    display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0;
}
.mv-item i { color: var(--laranja); font-size: 1.8rem; }
.mv-title { color: var(--branco); font-size: 1.3rem; font-weight: 800; display: block; margin-bottom: 5px; }
.mv-text { color: var(--branco) !important; font-size: 1rem !important; margin: 0 !important; }

.valores-card { padding: 50px; border-radius: 24px; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.valores-card h3 { color: var(--branco); margin-bottom: 25px; font-size: 2rem; }
.valores-card li { 
    color: var(--branco);
    font-size: 1.1rem; margin-bottom: 15px; padding: 15px; background: rgba(255,255,255,0.08);
    border-radius: 12px; display: flex; align-items: center; gap: 12px; transition: 0.3s;
}
.valores-card li:hover { transform: translateX(10px); background: rgba(255,255,255,0.15); }
.valores-card i { color: var(--laranja) !important; }

/* SERVIÇOS - FORMATO VERTICAL PADRONIZADO */
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.card { 
    background: var(--azul-marinho); 
    padding: 30px; 
    border-radius: 20px; 
    transition: 0.4s;
    border: 2px solid var(--laranja); 
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); 
    text-align: left; 
    display: flex;
    align-items: center; 
    gap: 30px;
}
.card:hover { transform: translateX(10px); background: #353e63; }
.card i { font-size: 30px; color: var(--laranja); flex-shrink: 0; }
.card h3 { color: var(--branco); font-size: 1.4rem; margin-bottom: 5px; min-width: 280px; flex-shrink: 0; }
.card p { color: var(--branco); font-size: 1rem; line-height: 1.5; margin: 0; }

/* DIFERENCIAIS - PADRONIZADOS COM OS OUTROS CARDS */
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
.dif-item {
    background: var(--azul-marinho); 
    padding: 40px 25px; 
    border-radius: 20px; 
    border: 2px solid var(--laranja); 
    text-align: center;
    transition: 0.4s;
    color: var(--branco);
}
.dif-item:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.2); }
.dif-icon { 
    width: 70px; height: 70px; background: rgba(255, 255, 255, 0.1); color: var(--laranja); 
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-size: 28px; transition: 0.3s;
}
.dif-item h4 { color: var(--branco); font-weight: 800; margin-bottom: 12px; font-size: 1.2rem; }
.dif-item p { color: var(--branco); font-size: 0.95rem; line-height: 1.5; }

/* CLIENTES */
.img-clientes { max-width: 100%; filter: grayscale(100%); opacity: 0.6; transition: 0.5s ease; margin-top: 30px; }
.img-clientes:hover { filter: grayscale(0%); opacity: 1; }

/* WHATSAPP */
.whatsapp-float {
    position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px;
    background-color: #25d366; color: #FFF !important; border-radius: 50px;
    text-align: center; font-size: 30px; box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 10000; display: flex; align-items: center; justify-content: center;
    text-decoration: none !important; 
}

/* RODAPÉ */
footer { background: var(--azul-escuro); color: #cbd5e1; padding: 80px 0 40px; border-top: 5px solid var(--laranja); }
.grid-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
footer h3 { color: white; margin-bottom: 25px; font-size: 1.4rem; }
footer i { color: var(--laranja); width: 25px; text-align: center; font-size: 1.1rem; }
.footer-links a, .footer-contact a { color: inherit; text-decoration: none; transition: 0.3s; display: inline-block; }
.footer-links a:hover, .footer-contact a:hover { color: var(--laranja); transform: translateX(5px); }

/* Responsividade */
@media (max-width: 992px) {
    .grid-2, .grid-footer { grid-template-columns: 1fr; gap: 40px; }
    .card { flex-direction: column; text-align: center; padding: 40px 20px; }
    .card h3 { min-width: auto; }
}