* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #050505;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  width: 100%;
  height: 36px;
  background: #bba260;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12%;
}

.social {
  display: flex;
  gap: 18px;
  color: #fff;
  font-size: 16px;
}

.header {
  background: #030303;
  min-height: 82px;
  padding: 16px 12%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  text-align: center;
  color: #fff;
  line-height: 1.1;
}

.logo-symbol {
  font-size: 34px;
  color: #d7c27d;
  border: 1px solid #333;
  width: 58px;
  height: 44px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo span {
  display: block;
  font-size: 13px;
}

.logo small {
  font-size: 10px;
  color: #c9c9c9;
}

nav {
  display: flex;
  gap: 28px;
}

nav a {
  font-size: 15px;
  color: #a9a9a9;
  transition: 0.3s;
  font-family: Arial, Helvetica, sans-serif;
}

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

.hero {
  margin: 0 auto;
  width: calc(100% - 64px);
  min-height: 500px;
  position: relative;
  background:
    linear-gradient(rgba(70, 45, 10, 0.18), rgba(0, 0, 0, 0.3)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(80, 55, 15, 0.28);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.hero h1 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.25;
  letter-spacing: 8px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #25d366;
  color: #fff;
  padding: 15px 24px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 999;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.intro {
  background: #fff;
  color: #111;
  width: 72%;
  margin: -30px auto 0;
  position: relative;
  z-index: 4;
  padding: 44px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.intro h2 {
  font-size: clamp(28px, 4vw, 38px);
  color: #2b2b2b;
  margin-bottom: 14px;
}

.intro p {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.section {
  background: #fff;
  color: #111;
  padding: 95px 12%;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 55px;
  align-items: center;
}

.text span,
.areas span {
  color: #bba260;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
}

.text h2,
.areas h2,
.cta h2 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.2;
  margin: 18px 0 24px;
  color: #181818;
}

.text p {
  font-family: Arial, Helvetica, sans-serif;
  color: #5f5f5f;
  line-height: 1.8;
  margin-bottom: 18px;
}

.image-card {
  min-height: 420px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
  border: 12px solid #f5f1e7;
}

.areas {
  padding: 95px 12%;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}

.areas h2 {
  color: #fff;
}

.cards {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.card {
  background: #111;
  border: 1px solid rgba(187, 162, 96, 0.35);
  padding: 34px 24px;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-8px);
  border-color: #bba260;
}

.card h3 {
  color: #d7c27d;
  font-size: 23px;
  margin-bottom: 16px;
}

.card p {
  color: #bfbfbf;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

.cta {
  background: #f7f3e8;
  color: #111;
  padding: 85px 12%;
  text-align: center;
}

.cta p {
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 18px;
  margin-bottom: 32px;
}

.cta a {
  display: inline-block;
  background: #111;
  color: #d7c27d;
  padding: 16px 34px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

footer {
  background: #030303;
  color: #888;
  text-align: center;
  padding: 28px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* TABLET */
@media (max-width: 1100px) {
  .header {
    padding: 16px 6%;
  }

  .topbar {
    padding: 0 6%;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 80px 6%;
  }

  .areas,
  .cta {
    padding: 80px 6%;
  }

  .intro {
    width: 82%;
  }
}

/* CELULAR */
@media (max-width: 768px) {
  .topbar {
    height: 30px;
    padding: 0 20px;
  }

  .header {
    padding: 22px 20px;
    flex-direction: column;
    gap: 20px;
  }

  nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  nav a {
    font-size: 14px;
  }

  .hero {
    width: 100%;
    min-height: 430px;
  }

  .hero-content {
    min-height: 430px;
    padding: 30px 20px;
  }

  .hero h1 {
    font-size: 34px;
    letter-spacing: 4px;
    line-height: 1.35;
  }

  .intro {
    width: 90%;
    padding: 34px 22px;
  }

  .section {
    grid-template-columns: 1fr;
    padding: 70px 20px;
    gap: 35px;
  }

  .image-card {
    min-height: 300px;
    border-width: 8px;
  }

  .areas,
  .cta {
    padding: 70px 20px;
  }

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

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .cta a {
    width: 100%;
    text-align: center;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 420px) {
  .hero h1 {
    font-size: 29px;
    letter-spacing: 3px;
  }

  .text h2,
  .areas h2,
  .cta h2 {
    font-size: 30px;
  }

  .intro h2 {
    font-size: 27px;
  }

  .card {
    padding: 28px 22px;
  }

  .whatsapp-float {
    width: calc(100% - 32px);
    text-align: center;
  }
}