/* ===== Reset & base ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  background: #fff;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3 { font-weight: 300; line-height: 1.25; }
h2 strong, h1 strong { font-weight: 700; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== Buttons (formato pill) ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: normal;
  width: fit-content;
  max-width: 100%;
  flex-shrink: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.btn:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-primary { background: #4cb85c; color: #fff; }
.btn-whatsapp { background: #4cb85c; color: #fff; }

/* ===== HERO ===== */
.hero {
  position: relative;
  background-color: #1a1a1a;
  background-image: url("images/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 40px 0 0;
  overflow: hidden;
}
.hero-logo {
  position: absolute;
  top: 36px;
  left: 40px;
  z-index: 2;
  width: 130px;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 720px;
  gap: 20px;
  padding-top: 90px;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 480px;
}
.hero h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-size: 15px;
  margin-bottom: 26px;
  color: #f0f0f0;
}
.hero-photos {
  position: relative;
  height: 560px;
}
.hero-photo {
  position: absolute;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.hero-photo-1 {
  top: 0;
  left: 5%;
  width: 55%;
  height: 78%;
  z-index: 1;
}
.hero-photo-2 {
  top: 32%;
  left: 52%;
  width: 46%;
  height: 68%;
  z-index: 2;
}

/* ===== SEÇÃO 2: POR QUE ESCOLHER ===== */
.why-choose { padding: 70px 0; background: #fff; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.why-photo { border-radius: 4px; overflow: hidden; height: 440px; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-card {
  background: #1a1a1a;
  color: #fff;
  padding: 44px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-card h2 { font-size: 26px; color: #fff; margin-bottom: 16px; }
.why-card p { color: #ddd; font-size: 15px; }
.why-card-dark { justify-content: center; }
.why-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

/* ===== Feature lists ===== */
.feature-list li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 14px;
  font-size: 15px;
  color: #444;
}
.feature-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #4cb85c;
  font-weight: 700;
}
.feature-list--light li { color: #eee; }

/* ===== SEÇÃO 3: SOFREU ===== */
.dark-section { background: #1a1a1a; color: #fff; }
.split-solid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 600px;
}
.split-solid-text {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.split-solid-text h2 { font-size: 30px; color: #fff; max-width: 480px; margin-bottom: 26px; }
.split-solid-photo { height: 100%; overflow: hidden; }
.split-solid-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== SEÇÃO 4: TESTEMUNHOS ===== */
.testimonials { padding: 80px 0; }
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.testimonials-text h2 { font-size: 34px; color: #111; margin-bottom: 20px; }
.testimonials-text p { max-width: 420px; margin-bottom: 30px; color: #555; }

.testimonials-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.ba-accent {
  position: absolute;
  right: 6%;
  bottom: -30px;
  width: 60%;
  height: 105px;
  background: #1a1a1a;
  z-index: 0;
}
.ba-carousel {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}
.ba-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ba-slide.active { opacity: 1; }

/* ===== Split (foto + texto) reutilizável — "Conheça" e "Compromisso" ===== */
.about, .commitment { padding: 60px 0; background: #fff; }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split-reverse { direction: rtl; }
.split-reverse > * { direction: ltr; }
.split-image {
  border-radius: 6px;
  overflow: hidden;
  height: 520px;
}
.split-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.split-text h2 { font-size: 30px; color: #1b1b1b; margin-bottom: 20px; }
.split-text p { margin-bottom: 18px; color: #444; font-size: 15px; }
.split-text .feature-list { margin-bottom: 26px; margin-top: 6px; }

/* ===== SEÇÃO 7: CTA FINAL ===== */
.cta-final {
  position: relative;
  background: #1a1a1a;
  color: #fff;
  padding: 64px 0;
  overflow: hidden;
}
.cta-final::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -80px;
  width: 260px;
  height: 260px;
  background-image: url("images/pattern-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.cta-final::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -60px;
  width: 260px;
  height: 260px;
  background-image: url("images/pattern-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.cta-final-content { position: relative; z-index: 1; text-align: center; max-width: 640px; margin: 0 auto; }
.cta-final-content h2 { font-size: 34px; color: #fff; margin-bottom: 20px; }
.cta-final-content p { margin-bottom: 30px; color: #eee; font-size: 15px; }

/* ===== FAQ / Accordion (cards escuros arredondados) ===== */
.faq { padding: 64px 0; background: #fff; }
.faq h2 { font-size: 34px; color: #111; margin-bottom: 36px; text-align: center; }
.accordion { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.accordion-item {
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
}
.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: none;
  border: none;
  padding: 20px 26px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
.accordion-trigger:focus { outline: none; }
.accordion-trigger:focus-visible {
  outline: 2px solid #4cb85c;
  outline-offset: -2px;
}
.accordion-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #666;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.accordion-trigger[aria-expanded="true"] .accordion-icon { transform: rotate(180deg); }
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.accordion-panel p {
  padding: 0 26px 22px;
  color: #ccc;
  font-size: 14px;
}

/* ===== Split credit (link Instagram do Gê) ===== */
.split-credit {
  font-size: 13.5px;
  color: #777 !important;
  margin-bottom: 18px !important;
}
.split-credit a {
  color: #4cb85c;
  font-weight: 600;
  text-decoration: underline;
}

/* ===== Footer ===== */
.site-footer {
  background: #111;
  color: #999;
  padding: 48px 0 0;
  font-size: 13.5px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 36px;
}
.footer-logo { width: 90px; margin-bottom: 14px; }
.footer-tagline { color: #aaa; margin-bottom: 14px; max-width: 280px; }
.footer-social { display: flex; flex-direction: column; gap: 6px; }
.footer-col h3 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.footer-col a { display: block; margin-bottom: 8px; }
.footer-col a:hover { color: #4cb85c; }
.footer-col address {
  font-style: normal;
  color: #aaa;
  margin-bottom: 10px;
  line-height: 1.6;
}
.footer-col p { color: #aaa; }
.footer-bottom {
  border-top: 1px solid #292929;
  padding: 18px 0;
  text-align: center;
  color: #777;
  font-size: 12.5px;
}

/* ===== Responsive: tablet (≤900px) ===== */
@media (max-width: 900px) {
  .container { padding: 0 24px; }

  .btn { font-size: 14px; padding: 14px 24px; }

  .hero-logo { top: 20px; left: 20px; width: 100px; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding-top: 130px; gap: 40px; }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: 30px; }
  .hero-photos { height: 380px; margin-bottom: 20px; }

  .cta-final::before, .cta-final::after { width: 160px; height: 160px; opacity: 0.35; }
  .cta-final::before { top: -40px; left: -50px; }
  .cta-final::after { bottom: -40px; right: -40px; }

  .why-choose { padding: 40px 0; }
  .why-grid { grid-template-columns: 1fr; }
  .why-photo { height: 280px; }
  .why-card { padding: 32px 24px; }
  .why-card h2 { font-size: 24px; }

  .split-solid { grid-template-columns: 1fr; height: auto; }
  .split-solid-text { padding: 48px 24px; overflow: visible; }
  .split-solid-text h2 { font-size: 24px; max-width: 100%; }
  .split-solid-photo { height: 320px; order: -1; }

  .testimonials { padding: 44px 0; }
  .testimonials-grid { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .testimonials-text p { margin-left: auto; margin-right: auto; }
  .ba-carousel { max-width: 280px; }
  .ba-accent { display: none; }

  .split { grid-template-columns: 1fr; gap: 28px; }
  .split-reverse { direction: ltr; }
  .split-image { height: 320px; }
  .about, .commitment { padding: 40px 0; }

  .cta-final { padding: 44px 0; }

  .faq { padding: 44px 0; }
  .faq h2 { font-size: 26px; margin-bottom: 24px; }
  .accordion-trigger { padding: 16px 18px; font-size: 14px; }
  .accordion-panel p { padding: 0 18px 18px; font-size: 13.5px; }

  .commitment h2, .testimonials-text h2, .cta-final-content h2, .split-text h2 { font-size: 24px; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-logo { margin: 0 auto 14px; }
  .footer-tagline { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-col address { margin-left: auto; margin-right: auto; }
}

/* ===== Responsive: telefones pequenos (≤480px) ===== */
@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .hero-content { padding: 0 4px; }
  .hero-logo { top: 16px; left: 16px; width: 90px; }
  .hero-inner { padding-top: 115px; }
  .hero h1 { font-size: 26px; }
  .hero-photos { height: 300px; }

  .cta-final::before, .cta-final::after { display: none; }

  .why-card, .split-solid-text { padding-left: 16px; padding-right: 16px; }
  .split-text h2, .why-card h2 { font-size: 22px; }

  .btn { width: 100%; font-size: 13.5px; padding: 14px 20px; }
  .why-cta .btn, .cta-final-content .btn { width: auto; max-width: 100%; }

  .testimonials-text h2, .cta-final-content h2, .commitment h2 { font-size: 22px; }

  .ba-carousel { max-width: 220px; }
  .ba-arrow { width: 34px; height: 34px; }
}
