*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, Helvetica, sans-serif;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#f4f4f4;
  color:#333;
  line-height:1.5;
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
}

.container{
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
}

.section{
  padding:90px 0;
}

.section-head{
  text-align:center;
  margin-bottom:44px;
}

.section-kicker{
  display:inline-block;
  margin-bottom:12px;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(37,211,102,0.12);
  color:#1f9a4c;
  font-size:13px;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.section-head h2,
.about-text h2{
  font-size:40px;
  line-height:1.15;
  color:#111;
}

/* ================= HEADER ================= */

.header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  min-height:96px;
  padding:0 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(255,255,255,0.88);
  backdrop-filter:blur(8px);
  box-shadow:0 4px 20px rgba(0,0,0,0.05);
}

.brand{
  display:flex;
  align-items:center;
  margin:0;
}

.logo{
  height:110px;
  width:auto;
  object-fit:contain;
  user-select:none;
  pointer-events:none;
}

.nav{
  display:flex;
  align-items:center;
  gap:34px;
}

.nav a{
  color:#111;
  font-size:17px;
  font-weight:700;
  transition:.25s ease;
}

.nav a:hover{
  color:#25D366;
}

.menu-toggle{
  display:none;
  border:none;
  background:#25D366;
  color:#fff;
  font-size:24px;
  width:46px;
  height:46px;
  border-radius:12px;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(37,211,102,0.25);
}

/* ================= HERO ================= */

.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:150px 0 80px;
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.88) 0%,
      rgba(255,255,255,0.80) 34%,
      rgba(255,255,255,0.55) 58%,
      rgba(255,255,255,0.12) 78%,
      rgba(255,255,255,0.02) 100%
    ),
    url("hero-claro.jpg");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.hero-content{
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
  max-width:700px;
  margin-left:max(20px, calc((100% - 1280px) / 2 + 20px));
}

.hero-kicker{
  display:inline-block;
  margin-bottom:16px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(37,211,102,0.14);
  border:1px solid rgba(37,211,102,0.22);
  color:#188a42;
  font-size:14px;
  font-weight:700;
  letter-spacing:.3px;
}

.hero-title{
  margin:0;
}

.hero-title-main{
  display:block;
  font-size:74px;
  font-weight:900;
  letter-spacing:1px;
  line-height:0.98;
  color:#111;
  text-shadow:0 6px 18px rgba(0,0,0,0.10);
}

.hero-title-sub{
  display:block;
  margin-top:14px;
  font-size:34px;
  font-weight:800;
  letter-spacing:8px;
  color:#25D366;
  text-shadow:0 4px 12px rgba(37,211,102,0.12);
}

.hero-sub{
  max-width:680px;
  margin:24px 0 14px;
  font-size:22px;
  line-height:1.5;
  color:#2a2a2a;
}

.hero-proof{
  max-width:650px;
  margin:0 0 26px;
  font-size:16px;
  line-height:1.8;
  color:#555;
}

.hero-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 30px;
}

.hero-benefits span{
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.65);
  border:1px solid rgba(0,0,0,0.08);
  color:#333;
  font-size:14px;
  font-weight:700;
  backdrop-filter:blur(6px);
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

/* ================= BOTÃO WHATS ================= */

.whats-container{
  position:relative;
  display:inline-block;
  z-index:50;
}

.whatsapp-icon{
  width:20px;
  height:20px;
  flex-shrink:0;
}

.btn{
  min-width:420px;
  padding:18px 34px;
  border:none;
  border-radius:50px;
  background:linear-gradient(135deg,#25D366,#1ebe5d);
  color:#fff;
  font-size:17px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
  box-shadow:0 16px 35px rgba(37,211,102,0.28);
  transition:.3s ease;
}

.btn:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(37,211,102,0.32);
}

.btn-arrow{
  font-size:13px;
  margin-left:2px;
}

/* ================= DROPDOWN WHATS ================= */

.whats-opcoes{
  position:absolute;
  top:78px;
  left:0;
  transform:none;
  display:none;
  flex-direction:column;
  min-width:420px;
  max-width:420px;
  background:#fff;
  border:1px solid #ececec;
  border-radius:18px;
  box-shadow:0 20px 45px rgba(0,0,0,.16);
  overflow:hidden;
  z-index:9999;
  padding:8px 0;
}

.whats-opcoes.show{
  display:flex;
  animation:fadeIn .22s ease;
}

@keyframes fadeIn{
  from{
    opacity:0;
    transform:translateY(-8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.whats-group{
  padding:6px 0;
  border-bottom:1px solid #f0f0f0;
}

.whats-group:last-child{
  border-bottom:none;
}

.whats-title{
  display:block;
  padding:8px 18px 6px;
  text-align:left;
  font-size:12px;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#25D366;
}

.whats-opcoes a{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:12px 18px;
  color:#222;
  text-align:left;
  line-height:1.35;
  transition:.2s ease;
}

.whats-opcoes a:hover{
  background:#f7f7f7;
}

.whats-opcoes a strong{
  font-size:17px;
  font-weight:700;
  color:#1f1f1f;
}

.whats-opcoes a small{
  margin-top:2px;
  font-size:14px;
  color:#666;
}

.whats-group a + a{
  margin-top:8px;
}

/* ================= SERVICES ================= */

.services{
  background:#f6f6f6;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:24px;
  align-items:start;
}

.card{
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  transition:.3s ease;
  cursor:pointer;
}

.card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,.12);
}

.card img{
  width:100%;
  height:230px;
  object-fit:cover;
}

.card h3{
  padding:22px 22px 14px;
  font-size:23px;
  color:#111;
}

.card-content{
  max-height:0;
  overflow:hidden;
  padding:0 22px;
  transition:max-height .45s ease, padding .35s ease;
}

.card.active .card-content{
  max-height:1500px;
  padding:0 22px 24px;
}

.card-content h4{
  margin-top:16px;
  margin-bottom:8px;
  font-size:17px;
  color:#25D366;
}

.card-content p,
.card-content li{
  font-size:15px;
  line-height:1.7;
  color:#444;
}

.card-content ul{
  padding-left:18px;
  margin-top:6px;
}

/* ================= ABOUT ================= */

.about{
  background:#fff;
}

.about-container{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:52px;
  align-items:center;
}

.about-text p{
  margin-bottom:18px;
  font-size:17px;
  line-height:1.8;
  color:#444;
}

.about-img{
  display:flex;
  justify-content:center;
}

.about-img img{
  width:100%;
  max-width:500px;
  border-radius:24px;
  box-shadow:0 20px 35px rgba(0,0,0,.12);
}

/* ================= TEAM ================= */

.team{
  background:linear-gradient(180deg,#f8f8f8 0%, #efefef 100%);
}

.team-sub{
  max-width:760px;
  margin:0 auto;
  font-size:17px;
  color:#555;
}

.team-container{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:24px;
}

.team-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:24px;
  padding:28px 22px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  transition:.3s ease;
}

.team-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.team-card img{
  width:130px;
  height:130px;
  margin:0 auto 18px;
  border-radius:50%;
  object-fit:cover;
  border:4px solid #f2f2f2;
}

.team-card h3{
  margin-bottom:8px;
  font-size:22px;
  color:#111;
}

.team-card span{
  display:block;
  margin-bottom:14px;
  font-size:14px;
  font-weight:700;
  color:#25D366;
}

.team-card p{
  font-size:15px;
  line-height:1.7;
  color:#555;
}

.crf{
  display:inline-block;
  margin-top:14px;
  font-size:14px;
  color:#111;
}

/* ================= FOOTER ================= */

.footer{
  background:#111;
  color:#fff;
  padding-top:65px;
}

.footer-container{
  display:grid;
  grid-template-columns:1.15fr 1fr .8fr;
  gap:40px;
  padding-bottom:40px;
}

.footer-col h3,
.footer-col h4{
  margin-bottom:18px;
  color:#fff;
}

.footer-col p{
  margin-bottom:8px;
  font-size:15px;
  line-height:1.8;
  color:#d4d4d4;
}

.footer-link{
  color:#25D366;
}

.footer-link:hover{
  text-decoration:underline;
}

.contact-item{
  margin-bottom:18px;
}

.contact-label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:700;
  color:#fff;
}

.contact-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#d4d4d4;
}

.contact-link:hover{
  color:#25D366;
}

.contact-link img{
  width:16px;
  height:16px;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
  padding:20px;
}

.footer-bottom p{
  font-size:14px;
  color:#bdbdbd;
}

/* ================= RESPONSIVO ================= */

@media (max-width:1200px){
  .service-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .team-container{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .about-container{
    grid-template-columns:1fr;
    text-align:center;
  }

  .about-img{
    order:2;
  }

  .about-text{
    order:1;
  }

  .hero{
    background-position:68% center;
  }

  .hero-content{
    max-width:620px;
  }
}

@media (max-width:900px){
  .header{
    padding:0 20px;
  }

  .nav{
    gap:20px;
  }

  .logo{
    height:76px;
  }

  .hero-title-main{
    font-size:58px;
  }

  .hero-title-sub{
    font-size:28px;
    letter-spacing:6px;
  }
}

@media (max-width:768px){
  .section{
    padding:72px 0;
  }

  .container{
    width:min(100% - 32px, 1280px);
  }

  .header{
    min-height:84px;
    padding:0 16px;
  }

  .logo{
    height:76px;
  }

  .menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .nav{
    position:absolute;
    top:100%;
    right:16px;
    width:220px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 18px 35px rgba(0,0,0,0.14);
    padding:18px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .nav.show{
    display:flex;
  }

  .hero{
    min-height:auto;
    padding:130px 0 60px;
    background:
      linear-gradient(to bottom, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.75) 42%, rgba(255,255,255,0.50) 72%, rgba(255,255,255,0.18) 100%),
      url("hero-claro.jpg");
    background-size:cover;
    background-position:72% center;
    text-align:left;
    overflow:visible;
  }

  .hero-content{
    width:calc(100% - 32px);
    max-width:100%;
    margin:0 auto;
    overflow:visible;
  }

  .hero-title-main{
    font-size:44px;
  }

  .hero-title-sub{
    font-size:22px;
    letter-spacing:4px;
    margin-top:10px;
  }

  .hero-sub{
    font-size:18px;
    max-width:100%;
  }

  .hero-proof{
    font-size:15px;
    max-width:100%;
  }

  .hero-benefits{
    gap:8px;
  }

  .hero-benefits span{
    font-size:12px;
    padding:8px 12px;
  }

  .btn{
    width:100%;
    min-width:100%;
    padding:16px 20px;
    font-size:15px;
  }

  .whats-opcoes{
    top:74px;
    left:0;
    width:100%;
    min-width:100%;
    max-width:100%;
  }

  .section-head h2,
  .about-text h2{
    font-size:30px;
  }

  .service-grid,
  .team-container,
  .footer-container{
    grid-template-columns:1fr;
  }

  .card img{
    height:220px;
  }

  .team-card img{
    width:115px;
    height:115px;
  }

  .footer{
    text-align:center;
  }

  .contact-link{
    justify-content:center;
  }
}

@media (max-width:480px){
  .hero{
    background-position:75% center;
  }

  .hero-title-main{
    font-size:38px;
  }

  .hero-title-sub{
    font-size:20px;
    letter-spacing:3px;
  }

  .card h3{
    font-size:20px;
  }

  .about-text p,
  .team-card p,
  .card-content p,
  .card-content li{
    font-size:14px;
  }
}