* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* WhatsApp Header */
.whatsapp-header {
  background: #25d366;
  padding: 12px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 24px;
  transition: background 0.3s;
}

.whatsapp-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Hero Section */
.hero {
  padding: 60px 0;
  background: #fafafa;
}

.hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
/* Responsividade */
@media (max-width: 900px) {
  .container {
    padding: 0 10px;
  }
  .hero-content {
    gap: 30px;
  }
  .features-grid,
  .services-grid,
  .areas-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .action-images {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .testimonials-carousel {
    padding: 0 20px;
  }
  .testimonial-card {
    min-width: 220px;
    padding: 20px;
  }
  .img-guincho {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .nome-img-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .nome-wrap {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .img-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .img-guincho {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero-left {
    width: 100%;
    text-align: center;
  }
  .hero-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  h1 {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .description {
    font-size: 1rem;
  }
  .whatsapp-header {
    font-size: 1rem;
    padding: 8px 0;
  }
  .features,
  .services,
  .areas,
  .action-section,
  .testimonials {
    padding: 40px 0;
  }
  .feature-card,
  .service-card,
  .area-card {
    padding: 20px 10px;
  }
  .feature-icon,
  .area-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
  }
  .cta-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  .footer {
    padding: 30px 0 15px;
  }
  .footer-column h3 {
    font-size: 16px;
  }
  .footer-column ul li {
    font-size: 13px;
  }
  .img-guincho {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

.hero-left {
  flex: 1;
  min-width: 300px;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}

.subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.description {
  font-size: 14px;
  color: #999;
}

.hero-right {
  flex: 1;
  min-width: 300px;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.features {
  padding: 80px 0;
  background: white;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.feature-card {
  background: #fafafa;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.feature-icon.green {
  background: #25d366;
}

.feature-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.feature-list {
  list-style: none;
  margin-bottom: 30px;
  text-align: left;
}

.feature-list li {
  padding: 8px 0;
  color: #666;
  position: relative;
  padding-left: 24px;
}

.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #25d366;
  font-weight: bold;
}

.hours {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s, transform 0.2s;
}

.cta-btn:hover {
  background: #20bd5a;
  transform: translateY(-2px);
}

.cta-btn.centered {
  margin: 40px auto 0;
  display: inline-flex;
}

/* Services Section */
.services {
  padding: 80px 0;
  background: #fafafa;
}

.services h2,
.areas h2,
.action-section h2,
.testimonials h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.section-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.service-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-card h3 {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
}

/* Areas Section */
.areas {
  padding: 80px 0;
  background: white;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.area-card {
  text-align: center;
  padding: 30px 20px;
}

.area-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.area-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.area-card p {
  color: #666;
  font-size: 14px;
}

/* Action Section */
.action-section {
  padding: 80px 0;
  background: #fafafa;
}

.action-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.action-images img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Testimonials Section */
.testimonials {
  padding: 80px 0;
  background: white;
}

.google-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  padding: 30px;
  background: #fafafa;
  border-radius: 12px;
}

.google-logo {
  height: 30px;
}

.rating-info {
  text-align: left;
}

.rating-score {
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
}

.stars {
  color: #ffa500;
  font-size: 20px;
  margin: 5px 0;
}

.rating-text {
  font-size: 14px;
  color: #666;
}

.testimonials-carousel {
  position: relative;
  margin: 50px 0;
  padding: 0 60px;
}

.testimonials-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  min-width: 350px;
  background: #fafafa;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.testimonial-card .stars {
  font-size: 14px;
}

.testimonial-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 2px solid #e0e0e0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10;
}

.carousel-btn:hover {
  background: #25d366;
  color: white;
  border-color: #25d366;
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

/* Footer */
.footer {
  background: #25d366;
  color: white;
  padding: 60px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-column h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-column a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-column a:hover {
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero-content {
    gap: 30px;
  }

  .features-grid,
  .services-grid,
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .action-images {
    grid-template-columns: 1fr;
  }

  .testimonials-carousel {
    padding: 0 50px;
  }

  .testimonial-card {
    min-width: 280px;
  }

  .google-rating {
    flex-direction: column;
    text-align: center;
  }

  .rating-info {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 28px;
  }

  .whatsapp-btn {
    font-size: 12px;
    padding: 6px 16px;
  }

  .testimonials-carousel {
    padding: 0 40px;
  }

  .carousel-btn {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .footer-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }
  .footer-column ul {
    padding-left: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-column ul li {
    justify-content: center;
  }
  .footer-column h3 {
    text-align: center;
  }
}

.nome-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
}

.img-guincho {
  width: 70%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media (min-width: 901px) {
  .nome-img-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .nome-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-guincho {
    width: 100%;
    height: auto;
    max-width: 540px;
  }
  .logo img {
    width: 200px !important;
    height: 200px !important;
  }
}

@media (max-width: 600px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .nome-img-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .nome-wrap {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .img-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .img-guincho {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero-left {
    width: 100%;
    text-align: center;
  }
  .hero-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  h1 {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .description {
    font-size: 1rem;
  }
  .whatsapp-header {
    font-size: 1rem;
    padding: 8px 0;
  }
  .features,
  .services,
  .areas,
  .action-section,
  .testimonials {
    padding: 40px 0;
  }
  .feature-card,
  .service-card,
  .area-card {
    padding: 20px 10px;
  }
  .feature-icon,
  .area-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
  }
  .cta-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  .footer {
    padding: 30px 0 15px;
  }
  .footer-column h3 {
    font-size: 16px;
  }
  .footer-column ul li {
    font-size: 13px;
  }
  .img-guincho {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .logo img {
    width: 240px !important;
    height: 240px !important;
  }
}

/* Top Buttons */
.top-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 18px 0 8px 0;
  background: #f7f7f7;
}

.btn-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #20bd5a;
}

.btn-call {
  background: #1a1a1a;
  color: #fff;
}

.btn-call:hover {
  background: #333;
}

@media (max-width: 600px) {
  .top-buttons {
    flex-direction: column;
    gap: 12px;
    padding: 12px 0 4px 0;
  }
  .btn-top {
    width: 90%;
    justify-content: center;
    font-size: 15px;
    padding: 10px 0;
  }
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
}

.whatsapp-float:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  background: #1ebe57;
}

@media (max-width: 600px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}
