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

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1200px, 92%);
  margin: auto;
}

.header {
  background: #050505;
  border-bottom: 3px solid #f5c400;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav {
  min-height: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  height: 65px;
  width: auto;
  flex: 0 0 auto;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

nav a:hover {
  color: #f5c400;
}

.btn-whatsapp,
.main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5c400;
  color: #050505;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
}

.hero {
  min-height: 720px;
  background: url("../img/hero-fumigador.png") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.75) 45%, rgba(0,0,0,.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: clamp(56px, 9vw, 120px);
  text-transform: uppercase;
  line-height: .9;
}

.hero h1 span,
span {
  color: #f5c400;
}

.subtitle {
  font-size: clamp(18px, 3vw, 28px);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0;
}

.hero h2 {
  max-width: 620px;
  font-size: clamp(36px, 5vw, 70px);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hero-badges {
  display: flex;
  gap: 16px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.hero-badges div {
  border: 2px solid #f5c400;
  padding: 16px;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-bar {
  background: #f5c400;
  color: #050505;
  padding: 28px 0;
}

.contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-content span,
.contact-content p {
  color: #050505;
  text-transform: uppercase;
  font-weight: 800;
}

.contact-content strong {
  display: block;
  font-size: clamp(36px, 7vw, 54px);
  line-height: 1;
  word-break: keep-all;
}

.phone-image-link {
  display: block;
  width: min(620px, 100%);
  margin: 8px 0 4px;
  border-radius: 8px;
  overflow: hidden;
}

.phone-image {
  width: 100%;
  height: auto;
}

.contact-content a {
  background: #050505;
  color: #f5c400;
  padding: 16px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 900;
}

.contact-content .phone-image-link,
.cta-content .phone-image-link {
  background: transparent;
  color: inherit;
  padding: 0;
  text-decoration: none;
  font-weight: inherit;
}

.section {
  padding: clamp(56px, 8vw, 90px) 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.section h2 {
  font-size: clamp(38px, 5vw, 64px);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section p {
  font-size: 19px;
  line-height: 1.6;
  color: #e5e5e5;
}

.grid-2 img {
  width: 100%;
  border-radius: 18px;
  border: 3px solid #f5c400;
}

.services,
.process {
  background: #101010;
}

.section-subtitle {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 35px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 22px;
}

.card {
  background: #171717;
  border: 2px solid #f5c400;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
}

.card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
}

.card h3 {
  text-transform: uppercase;
  font-size: 22px;
}

.benefit {
  border-left: 5px solid #f5c400;
  padding-left: 20px;
  margin-bottom: 25px;
}

.benefit h3 {
  color: #f5c400;
  text-transform: uppercase;
  font-size: 26px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 26px;
}

.process-grid div {
  background: #171717;
  padding: 34px;
  border-radius: 18px;
  border: 1px solid #f5c400;
}

.process-grid span {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f5c400;
  color: #050505;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}

.process-grid h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.highlight {
  margin-top: 35px;
  border: 2px solid #f5c400;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.pricing {
  background: linear-gradient(180deg, #111, #050505);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.price-card {
  background: radial-gradient(circle at top, #611, #120000 60%);
  border: 2px solid #f5c400;
  padding: clamp(28px, 5vw, 45px);
  border-radius: 24px;
  text-align: center;
}

.price-card h3 {
  color: #f5c400;
  text-transform: uppercase;
  font-size: 30px;
}

.price-card strong {
  display: block;
  font-size: clamp(58px, 10vw, 90px);
  margin: 10px 0;
}

.price-card span {
  display: inline-block;
  background: #f5c400;
  color: #050505;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 900;
}

.price-card ul {
  list-style: none;
  margin-top: 30px;
}

.price-card li {
  margin: 12px 0;
  font-size: 18px;
}

.cta {
  background: #050505;
  color: #fff;
  padding: 60px 0;
  border-top: 3px solid #f5c400;
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.cta h2 {
  font-size: clamp(34px, 6vw, 48px);
  text-transform: uppercase;
}

.cta strong {
  display: block;
  font-size: clamp(38px, 8vw, 58px);
  line-height: 1.05;
}

.cta-phone {
  width: min(560px, 100%);
  margin-top: 10px;
}

.cta .main-btn {
  background: #f5c400;
  color: #050505;
}

footer {
  text-align: center;
  padding: 30px;
  background: #050505;
  color: #f5c400;
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav {
    height: auto;
    padding: 18px 0;
    flex-direction: column;
    gap: 18px;
  }

  .grid-2,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .contact-content,
  .cta-content {
    flex-direction: column;
    text-align: center;
  }

  .phone-image-link {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-content strong,
  .cta strong {
    font-size: 42px;
  }

  .hero {
    min-height: 620px;
    text-align: center;
    background-position: center;
  }

  .hero-badges {
    justify-content: center;
  }

  .hero h2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 32px, 1200px);
  }

  .header {
    position: static;
  }

  .logo {
    height: 54px;
  }

  nav {
    width: 100%;
    gap: 10px 14px;
  }

  nav a {
    font-size: 13px;
  }

  .btn-whatsapp,
  .main-btn,
  .contact-content a {
    width: 100%;
    padding: 14px 16px;
  }

  .contact-content .phone-image-link,
  .cta-content .phone-image-link {
    padding: 0;
    width: min(100%, 520px);
  }

  .hero {
    min-height: 560px;
    padding: 64px 0;
  }

  .hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .hero h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .subtitle {
    letter-spacing: 1px;
  }

  .hero-badges {
    gap: 10px;
  }

  .hero-badges div {
    width: 100%;
    padding: 13px;
    border-radius: 8px;
  }

  .contact-content strong,
  .cta strong {
    font-size: 36px;
  }

  .section h2 {
    font-size: clamp(32px, 12vw, 44px);
  }

  .section p {
    font-size: 17px;
  }

  .grid-2 {
    gap: 32px;
  }

  .card,
  .process-grid div {
    border-radius: 12px;
    padding: 16px;
  }

  .price-card {
    border-radius: 14px;
  }

  .price-card h3,
  .process-grid h3 {
    font-size: 24px;
  }

  .price-card span {
    width: 100%;
  }

  .cta {
    padding: 48px 0;
  }

}

@media (max-width: 380px) {
  .container {
    width: min(100% - 24px, 1200px);
  }

  .contact-content strong,
  .cta strong {
    font-size: 31px;
  }

  .price-card strong {
    font-size: 52px;
  }
}
