* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

body {
  background: #02070f;
  color: white;
  overflow-x: hidden;
}

/* HEADER - MAIS FINO */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 60px;        
  background: rgba(3, 10, 19, 0.95);
  border-bottom: 1px solid rgba(0, 136, 255, 0.3);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

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

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.logo-img {
  height: 38px;            
  width: auto;
  max-width: 180px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.logo-img:hover {
  opacity: 0.85;
}

nav a {
  color: white;
  margin: 0 18px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}

nav a:hover,
nav a.active {
  color: #009dff;
}

.contact-btn {
  text-decoration: none;
  padding: 8px 22px;       
  background: #009dff;
  border: 1.5px solid #009dff;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
  font-size: 13px;
}

.contact-btn:hover {
  background: #009dff;
  color: #02070f;
  box-shadow: 0 0 20px rgba(0, 157, 255, 0.4);
}

/* PRIMEIRO HERO - HOME */
.hero {
  min-height: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 60px 80px;
  background: url('../img/logofrontal.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  max-width: 700px;
  z-index: 10;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero h1 span {
  color: #009dff;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* Botão Solicitar Orçamento - Azul */
.hero-buttons .btn-blue {
  background: #009dff;
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}

.hero-buttons .btn-blue:hover {
  background: #0077cc;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 157, 255, 0.4);
}

/* Botão Falar no WhatsApp - Verde WhatsApp */
.hero-buttons .btn-whatsapp {
  background: #25D366;
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}

.hero-buttons .btn-whatsapp:hover {
  background: #1da15b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.badges {
  display: flex;
  gap: 25px;
  color: #ddd;
  font-size: 12px;
  flex-wrap: wrap;
}

.badges div i {
  color: #009dff;
  margin-right: 8px;
}

/* CARDS DO PRIMEIRO HERO */
.hero-cards {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  width: 100%;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.card {
  background: rgba(7, 19, 33, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 136, 255, 0.3);
  border-radius: 16px;
  padding: 20px 12px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-5px);
  border-color: #009dff;
  background: rgba(7, 19, 33, 0.95);
  box-shadow: 0 15px 35px -15px rgba(0, 157, 255, 0.5);
}

.card i {
  font-size: 36px;
  color: #009dff;
  margin-bottom: 12px;
  display: inline-block;
}

.card h3 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.card p {
  font-size: 10px;
  color: #8a9bb5;
  line-height: 1.3;
}

/* SEGUNDO HERO - EMPRESA */
.empresa-section {
  background: #02070f;
  padding: 80px 60px;

}

.empresa-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* LINHA 1: QUEM SOMOS (ESQUERDA) + IMAGEM (DIREITA) */
.quem-somos-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.quem-somos-texto {
  text-align: left;
  min-width: 0;
  overflow: hidden;
}

.empresa-badge {
  display: inline-block;
  background: rgba(0, 157, 255, 0.15);
  color: #009dff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.empresa-title {
  font-size: 42px;
  font-weight: 800;
  color: white;
  margin-bottom: 25px;
}

.empresa-title-highlight {
  color: #009dff;
}

.empresa-description {
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* CARDS DE VALORES - 4 CARDS EM UMA LINHA */
.valores-wrapper {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

.valores-card {
  background: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  transition: none;
  cursor: default;
  border: none;
}

.valores-card:hover {
  transform: none;
  background: none;
  border: none;
}

.valores-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 157, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px 0;
}

.valores-icon i {
  font-size: 20px;
  color: #009dff;
}

.valores-card h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
}

.valores-card p {
  font-size: 11px;
  color: #8a9bb5;
  line-height: 1.4;
}

/* CONTAINER DA IMAGEM */
.quem-somos-imagem-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

/* IMAGEM NOC */
.quem-somos-imagem {
  width: 90%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* ===== WHATSAPP FLOAT ===== */
@media (max-width: 1100px) {
  .hero {
    padding: 60px 40px 20px;
  }
  .empresa-section {
    padding: 60px 40px;
  }
}

@media (max-width: 1000px) {
  .header {
    padding: 5px 30px;
  }
  .logo-img {
    height: 32px;
    max-width: 160px;
  }
  .hero {
    padding: 60px 30px 20px;
    background-attachment: scroll;
  }
  .hero h1 {
    font-size: 42px;
  }
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .quem-somos-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .quem-somos-texto {
    text-align: center;
  }
  .valores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .logo-img {
    height: 30px;
    max-width: 140px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .empresa-title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 50px 20px 15px;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons button {
    width: 100%;
  }
  .badges {
    flex-direction: column;
    gap: 10px;
  }
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .empresa-section {
    padding: 40px 20px;
  }
  .valores-grid {
    grid-template-columns: 1fr;
  }
  .logo-img {
    height: 28px;
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

html {
  scroll-behavior: smooth;
}

/* Animações */
.card, .valores-card {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.15s; }
.card:nth-child(3) { animation-delay: 0.2s; }
.card:nth-child(4) { animation-delay: 0.25s; }
.card:nth-child(5) { animation-delay: 0.3s; }
.card:nth-child(6) { animation-delay: 0.35s; }

.valores-card:nth-child(1) { animation-delay: 0.4s; }
.valores-card:nth-child(2) { animation-delay: 0.45s; }
.valores-card:nth-child(3) { animation-delay: 0.5s; }
.valores-card:nth-child(4) { animation-delay: 0.55s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== NAV CHEVRON ===== */
.nav-chevron {
  font-size: 10px;
  margin-left: 3px;
  transition: transform 0.25s ease;
}

.contact-btn i {
  margin-right: 6px;
}

/* ===== DROPDOWN SOLUÇÕES ===== */
.nav-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.nav-dropdown-wrapper > a {
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-wrapper:hover .nav-chevron,
.nav-dropdown-wrapper.open .nav-chevron {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(3, 10, 22, 0.98);
  border: 1px solid rgba(0, 136, 255, 0.25);
  border-radius: 14px;
  padding: 10px 0;
  min-width: 230px;
  z-index: 200;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6), 0 0 0 1px rgba(0,157,255,0.08);
  animation: dropdownFade 0.2s ease;
}

@keyframes dropdownFade {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.nav-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #c0d0e8;
  text-decoration: none;
  margin: 0;
  transition: 0.15s;
  white-space: nowrap;
  border-left: 2px solid transparent;
}

.nav-dropdown-menu a:hover {
  color: #009dff;
  background: rgba(0, 157, 255, 0.07);
  border-left-color: #009dff;
  padding-left: 24px;
}

.nav-dropdown-menu a i {
  width: 16px;
  color: #009dff;
  font-size: 13px;
}

.nav-dropdown-wrapper:hover .nav-dropdown-menu,
.nav-dropdown-wrapper.open .nav-dropdown-menu {
  display: block;
}

/* HERO SUBTITLE */
.hero-subtitle {
  font-size: 14px;
  color: #c0cfe0;
  line-height: 1.7;
  margin-bottom: 28px;
  margin-top: -10px;
}

/* SOCIAL LINKS (footer) */
.social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== POR QUE FYNEX ===== */
.porque-section {
  background: #030d1a;
  padding: 80px 60px;
  border-top: 1px solid rgba(0,136,255,0.1);
}

.porque-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1300px;
  margin: 0 auto;
}

.porque-title {
  font-size: 32px;
  font-weight: 800;
  color: white;
  margin-bottom: 35px;
}

.porque-title .highlight {
  color: #009dff;
}

.porque-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 30px;
}

.porque-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.porque-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: rgba(0, 157, 255, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.porque-icon i {
  font-size: 18px;
  color: #009dff;
}

.porque-list strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}

.porque-list p {
  font-size: 12px;
  color: #8a9bb5;
  line-height: 1.4;
}

/* STATS GRID */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stat-card {
  background: rgba(7, 19, 33, 0.7);
  border: 1px solid rgba(0, 136, 255, 0.2);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.3s;
}

.stat-card:hover {
  border-color: #009dff;
  background: rgba(0, 157, 255, 0.05);
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #009dff;
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  font-weight: 600;
  color: #8a9bb5;
  letter-spacing: 0.5px;
}

/* ===== NOSSAS SOLUÇÕES ===== */
.solucoes-section {
  background: #02070f;
  padding: 80px 60px;
}

.solucoes-container {
  max-width: 1300px;
  margin: 0 auto;
}

.solucoes-title {
  font-size: 28px;
  font-weight: 800;
  color: white;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.solucoes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.solucao-card {
  background: rgba(7, 19, 33, 0.8);
  border: 1px solid rgba(0, 136, 255, 0.15);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.solucao-card:hover {
  transform: translateY(-5px);
  border-color: #009dff;
  box-shadow: 0 15px 35px -10px rgba(0, 157, 255, 0.3);
}

.solucao-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #04101e 0%, #0a2540 100%);
}

.solucao-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.solucao-card:hover .solucao-img img {
  transform: scale(1.06);
}

.solucao-img-fallback {
  background: linear-gradient(135deg, #04101e 0%, #0a2540 100%) !important;
}

.solucao-bg-icon {
  font-size: 48px;
  color: rgba(0, 157, 255, 0.35);
}

.solucao-info {
  padding: 16px 16px 18px;
}

.solucao-info h3 {
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.solucao-info p {
  font-size: 12px;
  color: #8a9bb5;
  line-height: 1.5;
  margin-bottom: 12px;
}

.saiba-mais {
  font-size: 10px;
  font-weight: 700;
  color: #009dff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
}

.saiba-mais:hover {
  gap: 8px;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, #04111f 0%, #071e38 100%);
  border-top: 1px solid rgba(0,136,255,0.2);
  border-bottom: 1px solid rgba(0,136,255,0.2);
  padding: 40px 60px;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.cta-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-icon {
  font-size: 36px;
  color: #009dff;
  min-width: 40px;
}

.cta-left h3 {
  font-size: 20px;
  font-weight: 800;
  color: white;
  line-height: 1.3;
}

.cta-middle p {
  font-size: 13px;
  color: #8a9bb5;
  max-width: 280px;
  line-height: 1.5;
}

.cta-btn {
  background: #009dff;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-btn:hover {
  background: #0077cc;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0,157,255,0.4);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  text-decoration: none;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37,211,102,0.7);
}

/* ===== FOOTER NOVO ===== */
.footer {
  background: #030a13;
  border-top: 1px solid rgba(0, 136, 255, 0.15);
  padding: 0;
  position: relative;
  z-index: 20;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1.2fr;
  gap: 50px;
  padding: 50px 60px 40px;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-logo {
  height: 45px;
  width: auto;
  object-fit: contain;
  margin-bottom: 14px;
  display: block;
}

.footer-brand-desc {
  font-size: 12px;
  color: #6c7a91;
  line-height: 1.6;
  margin-bottom: 18px;
}

.footer-col .social-icons {
  display: flex;
  gap: 10px;
}

.footer-col .social-icons i {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0,136,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #5c6f91;
  cursor: pointer;
  transition: 0.2s;
  margin: 0;
}

.footer-col .social-icons i:hover {
  color: #009dff;
  border-color: #009dff;
  transform: translateY(-2px);
}

.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links-list a {
  font-size: 12px;
  color: #6c7a91;
  text-decoration: none;
  transition: 0.2s;
}

.footer-links-list a:hover {
  color: #009dff;
}

.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-contact-list li {
  font-size: 12px;
  color: #6c7a91;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-list i {
  color: #009dff;
  width: 14px;
}

.footer-map {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0,136,255,0.15);
}

.footer-bottom {
  border-top: 1px solid rgba(0,136,255,0.1);
  padding: 18px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p {
  font-size: 11px;
  color: #6c7a91;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  font-size: 11px;
  color: #6c7a91;
  text-decoration: none;
  transition: 0.2s;
}

.footer-bottom-links a:hover {
  color: #009dff;
}

/* ===== RESPONSIVO NOVAS SEÇÕES ===== */
@media (max-width: 1100px) {
  .solucoes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .porque-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cta-container {
    flex-direction: column;
    text-align: center;
  }
  .cta-left {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .solucoes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .porque-section, .solucoes-section, .cta-section {
    padding: 50px 30px;
  }
}

@media (max-width: 600px) {
  .solucoes-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
    padding: 40px 20px 30px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 18px 20px;
  }
  .porque-section, .solucoes-section {
    padding: 40px 20px;
  }
}
