* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.footer {
  background: #071a33;
  color: #ffffff;
  padding-top: 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-col p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

.footer-logo {
  height: 50px;
  margin-bottom: 15px;
}

/* ITENS COM ÍCONE */
.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.footer-icon {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon svg {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
  stroke-width: 1.8;
  fill: none;
}

/* LINHA FINAL */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.footer-brand img {
    height: 72px!important;
    background: #fff;
    padding: 7px;
    margin-bottom: 14px;
    border-radius: 6px;
}
.service-card {
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.service-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1f2430;
  margin-bottom: 4px;
}

.service-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #727886;
}
.icon-box {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fdf3e3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.icon-box svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:root {
  --bg-light: #ffffff;
  --bg-gray: #f2f3f5;
  --text: #1e1f24;
  --muted: #6d727c;
  --primary: #071a33;
  --accent: #f2a81b;
  --border: #e7e9ed;
  --card-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  --radius: 12px;
  --container: 1120px;
}

html {
  scroll-behavior: smooth;
}
.service-icon,
.icon-box {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fdf3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon svg,
.icon-box svg {
  width: 18px;
  height: 18px;
  stroke: #f2a81b;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body {
  font-family: 'Poppins', sans-serif;
  background: var(--bg-light);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.narrow {
  max-width: 850px;
}

.section {
  padding: 80px 0;
}

.section-light {
  background: #fff;
}

.section-gray {
  background: #f3f4f6;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  color: #191d23;
}

.section-subtitle {
  text-align: center;
  font-size: 0.96rem;
  color: var(--muted);
  max-width: 740px;
  margin: 0 auto 34px;
}
.icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(242, 168, 27, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.icon-box svg {
  width: 22px;
  height: 22px;
  stroke: #f2a81b;
  stroke-width: 2;
  fill: none;
}
.top-space {
  margin-top: 28px;
}

/* HEADER */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-container {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo img {
  height: 70px;
  width: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.menu a {
  font-size: 0.9rem;
  color: #5f6570;
  font-weight: 500;
  transition: 0.2s;
}

.menu a:hover {
  color: var(--primary);
}

/* HERO */
.hero {
  position: relative;
  min-height: 600px;
  background: url('../images/f4.jpeg') center center / cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 19, 38, 0.74) 0%, rgba(8, 19, 38, 0.54) 34%, rgba(8, 19, 38, 0.14) 72%, rgba(8, 19, 38, 0.04) 100%);
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 460px;
  color: #fff;
  padding: 80px 0;
}

.hero-content h1 {
  font-size: 3.25rem;
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-content p {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.85);
  max-width: 360px;
  margin-bottom: 24px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #1b1c20;
  font-weight: 700;
  font-size: 0.92rem;
  transition: 0.2s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
  margin-top: 30px;
}

.about-text p {
  color: #666c77;
  font-size: 0.96rem;
  margin-bottom: 16px;
  text-align: justify;
}

.about-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

/* CARDS */
.cards-grid {
  display: grid;
  gap: 18px;
}

.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}

.cards-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cards-6 {
  grid-template-columns: repeat(3, 1fr);
}

.card-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 24px 18px;
  box-shadow: var(--card-shadow);
}

.card-box.center {
  text-align: center;
}

.card-box h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #222832;
  margin-bottom: 8px;
}

.card-box p {
  font-size: 0.9rem;
  color: #6d7380;
}

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(242, 168, 27, 0.12);
  color: #d28f12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

/* SERVICES */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 18px;
  box-shadow: var(--card-shadow);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.service-card-center {
  grid-column: 1 / -1;
  max-width: 420px;
  justify-self: center;
}

.service-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(242, 168, 27, 0.12);
  color: #d28f12;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.service-card h3 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222832;
}

.service-card p {
  font-size: 0.9rem;
  color: #6d7380;
}

/* GALLERY */
.gallery-container {
  max-width: 920px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 10px;
}

.gallery-item {
  border-radius: 10px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-1,
.item-2 {
  height: 220px;
}

.item-3 {
  grid-column: 1 / -1;
  height: 230px;
}

.item-4,
.item-5 {
  height: 170px;
}

/* WHY */
.small-card {
  padding: 18px 16px;
}

.small-card h3 {
  font-size: 0.95rem;
}

.small-card p {
  font-size: 0.86rem;
}

/* FORM */
.form-container {
  max-width: 620px;
}

.contact-form {
  max-width: 420px;
  margin: 30px auto 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dde1e7;
  background: #fff;
  border-radius: 8px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 0.92rem;
  color: #232932;
  outline: none;
  margin-bottom: 12px;
}

.contact-form input {
  height: 42px;
}

.contact-form textarea {
  min-height: 100px;
  padding-top: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #aab6c8;
}

.btn-dark {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 7px;
  background: #071a33;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.btn-dark:hover {
  background: #0a2344;
}

/* MAP */
.map-section {
  padding-top: 30px;
}

.map-container {
  max-width: 920px;
}

.map-frame {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 320px;
  border: 1px solid var(--border);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* FOOTER */
.site-footer {
  background: #06162c;
  color: #fff;
  margin-top: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 36px 0;
}

.footer-brand img {
  height: 46px;
  margin-bottom: 14px;
}

.footer-col h4 {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #fff;
}

.footer-col p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 6px;
}

.footer-copy {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
  text-align: center;
}

.footer-copy p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.62);
}

/* WHATSAPP */
.whatsapp-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #25d366;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(37, 211, 102, 0.28);
  z-index: 100;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
  }

  .hero {
    min-height: 480px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 19, 38, 0.78) 0%, rgba(8, 19, 38, 0.52) 50%, rgba(8, 19, 38, 0.30) 100%);
  }

  .hero-content {
    max-width: 100%;
    padding: 60px 0;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .about-grid,
  .cards-4,
  .cards-2,
  .cards-6,
  .services-grid,
  .footer-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-card-center,
  .item-3 {
    grid-column: auto;
    max-width: 100%;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5 {
    height: 200px;
  }

  .section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.6rem;
  }
}