:root {
  --terracotta: #b5643f;
  --terracotta-dark: #8a4a2e;
  --sage: #6b7d5e;
  --sage-dark: #4f5e44;
  --cream: #f7f1e8;
  --ink: #2a2622;
  --ink-soft: #5f584f;
  --whatsapp: #25d366;
  --whatsapp-dark: #1fb955;
}

* { scroll-behavior: smooth; }

body {
  font-family: 'Nunito Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background-color: #ffffff;
}

h1, h2, h3, h4, .brand-name {
  font-family: 'Fraunces', serif;
}

.text-accent { color: var(--terracotta); }

.section { padding: 5.5rem 0; }
.section-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--sage-dark);
  margin-bottom: .5rem;
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 600;
  margin-bottom: .75rem;
}
.section-sub {
  color: var(--ink-soft);
  max-width: 600px;
  margin-inline: auto;
}
.section-sub-left { color: var(--ink-soft); max-width: 420px; }

/* ===== Buttons ===== */
.btn-whatsapp {
  background: var(--whatsapp);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.btn-whatsapp:hover { background: var(--whatsapp-dark); color: #fff; }

.btn-outline-accent {
  border: 1.5px solid var(--terracotta);
  color: var(--terracotta-dark);
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: transparent;
}
.btn-outline-accent:hover { background: var(--terracotta); color: #fff; }

.btn-outline-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--terracotta);
  color: var(--terracotta-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-outline-icon:hover { background: var(--terracotta); color: #fff; }

/* ===== Header ===== */
#header {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  padding: .9rem 0;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  transition: padding .3s ease;
}
.brand-name { font-size: 1.25rem; font-weight: 600; color: var(--ink); line-height: 1; }
.brand-tag { font-size: .68rem; color: var(--sage-dark); letter-spacing: .04em; }
.nav-link { color: var(--ink); font-weight: 600; }
.nav-link:hover { color: var(--terracotta-dark); }

/* ===== Hero ===== */
.hero {
  min-height: 90vh;
  padding-top: 6rem;
  background: var(--cream);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .82rem; font-weight: 700; letter-spacing: .06em;
  color: var(--sage-dark); text-transform: uppercase;
  margin-bottom: 1rem;
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--terracotta); display: inline-block;
}
.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 1.25rem;
}
.hero-lead {
  font-size: 1.02rem;
  color: var(--ink-soft);
  margin-bottom: 2rem;
  max-width: 520px;
}
.hero-photo-wrap { position: relative; max-width: 420px; margin-inline: auto; }
.hero-photo {
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 50px -25px rgba(42,38,34,.35);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-chip {
  position: absolute;
  bottom: -18px; left: -18px;
  background: var(--terracotta);
  color: #fff;
  border-radius: 1rem;
  padding: .7rem 1.1rem;
  display: flex; flex-direction: column; line-height: 1.1;
  box-shadow: 0 12px 24px -10px rgba(138,74,46,.6);
}
.hero-chip strong { font-family: 'Fraunces', serif; font-size: 1.1rem; }
.hero-chip span { font-size: .72rem; opacity: .9; }

/* ===== Sobre ===== */
.about-photo img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin-inline: auto;
  box-shadow: 0 20px 40px -20px rgba(107,125,94,.4);
  border: 8px solid var(--cream);
}
.chip-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.chip {
  background: var(--cream);
  color: var(--ink-soft);
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: .4rem;
}
.chip i { color: var(--sage-dark); }

/* ===== O que é TRG ===== */
.trg-section { background: #fff; }
.feature-card {
  background: var(--cream);
  border-radius: 1rem;
  padding: 2.25rem 1.5rem 1.75rem;
  height: 100%;
  text-align: center;
  position: relative;
}
.feature-index {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  font-family: 'Fraunces', serif;
  font-size: .9rem;
  display: flex; align-items: center; justify-content: center;
}
.feature-card i { font-size: 1.9rem; color: var(--sage-dark); margin-bottom: 1rem; display: inline-block; }
.feature-card h3 { font-weight: 600; font-size: 1.15rem; margin-bottom: .5rem; }
.feature-card p { color: var(--ink-soft); font-size: .92rem; margin: 0; }

/* ===== Timeline (como funciona) ===== */
.how-it-works { background: var(--cream); }
.timeline { max-width: 640px; margin-inline: auto; position: relative; }
.timeline::before {
  content: '';
  position: absolute;
  left: 21px; top: 6px; bottom: 6px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--sage) 0 6px, transparent 6px 12px);
}
.timeline-item { display: flex; gap: 1.25rem; padding-bottom: 2.25rem; position: relative; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-marker {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--sage-dark);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  z-index: 1;
}
.timeline-content h4 { font-weight: 600; margin-bottom: .3rem; font-size: 1.1rem; }
.timeline-content p { color: var(--ink-soft); font-size: .92rem; margin: 0; }

/* ===== Para quem (checklist) ===== */
.identify { background: #fff; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.check-list li {
  display: flex; align-items: flex-start; gap: .7rem;
  font-size: 1rem; color: var(--ink);
  background: var(--cream);
  border-radius: .8rem;
  padding: .9rem 1.1rem;
}
.check-list i {
  color: #fff; background: var(--sage-dark);
  border-radius: 50%; width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; flex-shrink: 0; margin-top: .1rem;
}

/* ===== Benefícios ===== */
.benefits { background: #fff; }
.benefit-card {
  background: var(--cream);
  border-radius: 1rem;
  padding: 1.75rem 1rem;
  text-align: center;
  height: 100%;
}
.benefit-card i { font-size: 1.7rem; color: var(--terracotta-dark); margin-bottom: .75rem; display: inline-block; }
.benefit-card p { font-weight: 600; margin: 0; font-size: .95rem; }

/* ===== Instagram ===== */
.instagram-section {
  background: var(--sage-dark);
  color: #fff;
}
.instagram-section .section-label,
.instagram-section .section-title { color: #fff; }
.instagram-section .section-sub { color: rgba(255,255,255,.85); }
.instagram-section .btn-outline-accent { border-color: #fff; color: #fff; }
.instagram-section .btn-outline-accent:hover { background: #fff; color: var(--sage-dark); }

/* ===== CTA final ===== */
.cta-final { background: var(--ink); color: #fff; text-align: center; }
.cta-final h2 { font-weight: 600; margin-bottom: .75rem; }
.cta-final p { color: rgba(255,255,255,.75); max-width: 520px; margin: 0 auto 1.75rem; }

/* ===== FAQ ===== */
.accordion-button { font-weight: 600; }
.accordion-button:not(.collapsed) {
  background: var(--cream);
  color: var(--terracotta-dark);
  box-shadow: none;
}
.accordion-button:focus { box-shadow: none; border-color: #ece2d2; }

/* ===== Notice ===== */
.notice-box {
  background: var(--cream);
  border-left: 4px solid var(--sage-dark);
  border-radius: .5rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: .9rem;
  color: var(--ink-soft);
}
.notice-box i { color: var(--sage-dark); font-size: 1.2rem; margin-top: .1rem; }
.notice-box a { color: var(--terracotta-dark); font-weight: 700; }

/* ===== Contato ===== */
.contact-info { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item i { font-size: 1.25rem; color: var(--terracotta-dark); margin-top: .15rem; }
.contact-item strong { display: block; font-size: .9rem; }
.contact-item span, .contact-item a { color: var(--ink-soft); font-size: .92rem; text-decoration: none; }
.contact-item a:hover { color: var(--terracotta-dark); }
.map-frame {
  width: 100%; height: 100%; min-height: 340px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px -24px rgba(0,0,0,.25);
}

/* ===== Footer ===== */
.footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 3rem 0 1.5rem; }
.footer .brand-name { color: #fff; }
.footer hr { border-color: rgba(255,255,255,.15); margin: 2rem 0 1rem; }

/* ===== WhatsApp flutuante ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 58px; height: 58px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.6rem;
  box-shadow: 0 8px 20px -4px rgba(37,211,102,.6);
  z-index: 999;
  animation: pulse 2.4s infinite;
}
.whatsapp-float:hover { color: #fff; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ===== Link discreto para administração ===== */
.admin-link {
  position: fixed;
  bottom: 24px; left: 24px;
  width: 38px; height: 38px;
  background: rgba(42,38,34,.55);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  z-index: 998;
  opacity: .45;
  transition: opacity .2s ease;
}
.admin-link:hover { opacity: 1; color: #fff; }

/* ===== Reveal ===== */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
  .hero { min-height: auto; padding-bottom: 3rem; }
  .hero-photo-wrap { max-width: 280px; margin-top: 1.5rem; }
}
