:root {
  --preto: #0B0B0C;
  --preto-alt: #17171A;
  --creme: #F3F0E7;
  --creme-alt: #EAE5D6;
  --ouro: #F2A900;
  --ouro-claro: #FFD966;
  --whats-verde: #25D366;
  --whats-verde-escuro: #1EBE57;
  --texto-claro: #F5F3EE;
  --texto-cinza: #9C9C95;
  --texto-escuro: #17171A;
  --texto-escuro-sec: #5C5A50;
  --linha-dark: rgba(245,243,238,0.1);
  --linha-light: rgba(23,23,26,0.1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
body {
  background: var(--preto);
  color: var(--texto-claro);
  font-family: 'Montserrat', -apple-system, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--ouro); outline-offset: 2px; }
.wrap { max-width: 480px; margin: 0 auto; padding: 0 1.35rem; }
@media (min-width: 860px) { .wrap { max-width: 900px; } }

h1, h2, h3, .hero-headline {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

/* ---------- header ---------- */
header.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1.35rem;
  background: rgba(11,11,12,0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--linha-dark);
  transition: background 0.3s ease;
}
header.nav img { height: 36px; width: auto; }
.nav-call {
  display: flex; align-items: center; gap: 0.4rem;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.72rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--texto-claro); background: var(--whats-verde);
  padding: 0.55rem 0.9rem; border-radius: 3px; text-decoration: none;
}
.nav-call svg { width: 14px; height: 14px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: 6.5rem 0 4rem;
  overflow: hidden;
  background: var(--preto);
}
.hero-photo {
  position: absolute; inset: 0;
  background-image: url(../fotos/hero-modelo.webp);
  background-size: cover; background-position: center 40%;
  opacity: 0.4;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,11,12,0.55) 0%, rgba(11,11,12,0.88) 55%, var(--preto) 100%),
    radial-gradient(120% 90% at 50% -10%, rgba(242,169,0,0.14) 0%, transparent 55%);
}
.hero-beam {
  position: absolute; top: -20%; left: 50%; width: 140%; height: 60%;
  transform: translateX(-50%);
  background: conic-gradient(from 200deg at 50% 50%, transparent 0deg, rgba(242,169,0,0.18) 40deg, transparent 120deg);
  filter: blur(40px);
  animation: sweep 9s ease-in-out infinite;
  pointer-events: none;
}
@keyframes sweep {
  0%, 100% { transform: translateX(-55%) rotate(0deg); }
  50% { transform: translateX(-45%) rotate(8deg); }
}
.hero-logo { height: 54px; width: auto; margin-bottom: 2rem; }
@media (max-width: 859px) { .hero-logo { display: none; } }
.hero .eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ouro-claro);
  margin-bottom: 0.9rem; display: flex; align-items: center; gap: 0.5rem;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ouro); flex-shrink: 0; }
.hero .hero-headline {
  font-size: clamp(2.4rem, 8vw, 3.4rem);
  line-height: 1.02;
  color: var(--texto-claro);
  margin-bottom: 1.1rem;
}
.hero p.sub {
  font-size: 1.05rem; color: var(--texto-cinza); max-width: 40ch; margin-bottom: 2rem;
}
.hero-ctas { display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 560px) { .hero-ctas { flex-direction: row; } }
.btn-primary {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  background: var(--ouro); color: var(--preto);
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.95rem;
  text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap; flex-shrink: 0;
  padding: 1rem 1.5rem; border-radius: 4px; text-decoration: none;
  box-shadow: 0 10px 30px -10px rgba(242,169,0,0.5);
  transition: filter 0.15s ease;
}
.btn-primary:hover { filter: brightness(1.08); }
.btn-primary svg { width: 19px; height: 19px; flex-shrink: 0; }
.btn-whats {
  background: var(--whats-verde); color: var(--texto-claro);
  box-shadow: 0 10px 30px -10px rgba(37,211,102,0.45);
}
.btn-ghost {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  border: 1.5px solid var(--linha-dark); color: var(--texto-claro);
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap; flex-shrink: 0;
  padding: 1rem 1.5rem; border-radius: 4px; text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.btn-ghost:hover { border-color: var(--ouro); color: var(--ouro-claro); }
.btn-ghost svg { width: 19px; height: 19px; flex-shrink: 0; }

.trust-strip {
  margin-top: 3rem; display: flex; flex-direction: column; gap: 1.1rem;
  border-top: 1px solid var(--linha-dark); padding-top: 1.6rem;
}
@media (min-width: 700px) { .trust-strip { flex-direction: row; flex-wrap: wrap; gap: 1.6rem 2rem; } }
.trust-strip .item { display: flex; align-items: flex-start; gap: 0.7rem; }
@media (min-width: 700px) { .trust-strip .item { flex: 1 1 220px; } }
.trust-strip .item svg { width: 22px; height: 22px; color: var(--ouro); flex-shrink: 0; margin-top: 0.1rem; }
.trust-strip .item-sub { font-size: 0.85rem; color: var(--texto-cinza); line-height: 1.5; }

/* ---------- reveal ---------- */
/* Escopado em .js: sem JavaScript o <html> nunca ganha essa classe e o conteúdo
   nasce visível (opacity 1 do navegador), em vez de sumir por causa da animação. */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js .reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- section shells ---------- */
section { padding: 4rem 0; }
.section-dark { background: var(--preto); }
.section-light { background: var(--creme); color: var(--texto-escuro); }
.section-light h2, .section-light h3 { color: var(--texto-escuro); }
.eyebrow-light {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: #B5790A;
  margin-bottom: 0.7rem;
}
.eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ouro-claro);
  margin-bottom: 0.7rem; display: block;
}
h2.section-title { font-size: clamp(1.7rem, 6vw, 2.3rem); margin-bottom: 0.6rem; }
p.section-lede { max-width: 42ch; color: var(--texto-cinza); margin-bottom: 2.2rem; }
.section-light p.section-lede { color: var(--texto-escuro-sec); }

/* ---------- services ---------- */
.services-scroll { display: flex; flex-direction: column; gap: 0.9rem; }
.service-card {
  width: 100%;
  background: #FFFFFF; border: 1px solid var(--linha-light); border-radius: 8px;
  padding: 1.3rem 1.1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -12px rgba(0,0,0,0.12);
  display: block; text-decoration: none; transition: transform 0.15s ease, border-color 0.15s ease;
}
.service-card .icon { width: 34px; height: 34px; color: #B5790A; margin-bottom: 1.1rem; }
.service-card h3 { font-size: 0.95rem; margin-bottom: 0.4rem; letter-spacing: 0; color: var(--texto-escuro); }
.service-card p { font-size: 0.8rem; color: var(--texto-escuro-sec); line-height: 1.45; }
.service-card-link:hover { border-color: var(--ouro); transform: translateY(-2px); }
.service-card-cta {
  display: inline-block; margin-top: 0.9rem; font-family: 'Archivo', sans-serif;
  font-weight: 800; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.03em;
  color: #B5790A;
}
.service-card-note {
  display: block; margin-top: 0.7rem; font-size: 0.72rem; font-style: italic;
  color: var(--texto-escuro-sec); border-top: 1px dashed var(--linha-light); padding-top: 0.6rem;
}
@media (min-width: 860px) {
  .services-scroll { flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
  .service-card { width: calc(25% - 0.68rem); }
}
@media (min-width: 1080px) {
  /* 10 cartões em 5 colunas fecham 2 linhas certinhas, sem sobra */
  .service-card { width: calc(20% - 0.72rem); }
}

.services-head { display: flex; flex-direction: column; gap: 1.6rem; margin-bottom: 2.2rem; }
.services-head-photo img {
  width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover;
  background: #FFFFFF; border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -12px rgba(0,0,0,0.2);
}
.services-head-photo p {
  font-size: 0.72rem; color: var(--texto-escuro-sec); margin-top: 0.5rem;
}
@media (min-width: 860px) {
  .services-head { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 2.5rem; }
  .services-head-text { max-width: 480px; }
  .services-head-photo { width: 300px; flex-shrink: 0; }
}

/* ---------- split panel (quem põe a mão) ---------- */
.split-panel { display: flex; flex-direction: column; gap: 1.8rem; align-items: flex-start; }
.split-panel img {
  width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -12px rgba(0,0,0,0.4);
}
.split-panel .split-text p { color: var(--texto-cinza); margin-bottom: 1rem; }
.split-panel .split-text p:last-child { margin-bottom: 0; }
@media (min-width: 860px) {
  .split-panel { flex-direction: row; align-items: center; gap: 3rem; }
  .split-panel > * { flex: 1; min-width: 0; }
}

/* ---------- trust / steps cards ---------- */
.trust-grid { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 700px) { .trust-grid { flex-direction: row; } }
.trust-card { flex: 1; background: #FFFFFF; border-radius: 8px; padding: 1.6rem; box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -12px rgba(0,0,0,0.12); }
.trust-card .num { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 1.1rem; color: var(--texto-escuro); margin-bottom: 0.6rem; display: block; }
.trust-card p { font-size: 0.88rem; color: var(--texto-escuro-sec); }
.section-dark .trust-card { background: var(--preto-alt); border: 1px solid var(--linha-dark); box-shadow: none; }
.section-dark .trust-card .num { color: var(--texto-claro); }
.section-dark .trust-card p { color: var(--texto-cinza); }

/* ---------- proof photos (mão na massa) ---------- */
.proof-grid { display: flex; flex-direction: column; gap: 1.2rem; }
@media (min-width: 700px) { .proof-grid { flex-direction: row; } }
.proof-card {
  flex: 1; background: #FFFFFF; border-radius: 10px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -12px rgba(0,0,0,0.12);
}
.proof-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; }
.proof-card .cap { padding: 1.1rem 1.2rem; }
.proof-card .cap strong {
  display: block; font-family: 'Archivo', sans-serif; font-weight: 800;
  font-size: 0.92rem; color: var(--texto-escuro); margin-bottom: 0.3rem;
}
.proof-card .cap span { font-size: 0.82rem; color: var(--texto-escuro-sec); }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 0.9rem; }
.faq-item {
  background: #FFFFFF; border-radius: 8px; border: 1px solid var(--linha-light);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.3rem;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.92rem; color: var(--texto-escuro);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.5rem; line-height: 1; color: #B5790A; flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 1.3rem 1.2rem; font-size: 0.88rem; color: var(--texto-escuro-sec); line-height: 1.6; }

/* ---------- location ---------- */
.location-card {
  background: var(--preto-alt); border: 1px solid var(--linha-dark); border-radius: 10px;
  padding: 1.8rem; position: relative; overflow: hidden;
  color: var(--texto-claro);
}
.location-pin { width: 40px; height: 40px; color: var(--ouro); margin-bottom: 1.2rem; }
.location-card address { font-style: normal; font-size: 1.05rem; line-height: 1.5; margin-bottom: 1.4rem; }
.location-card address strong { display: block; font-family: 'Archivo', sans-serif; font-size: 1.15rem; margin-bottom: 0.3rem; }
.location-meta { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.6rem; font-size: 0.9rem; color: var(--texto-cinza); }
.location-meta .row { display: flex; align-items: center; gap: 0.6rem; }
.location-meta svg { width: 16px; height: 16px; color: var(--ouro); flex-shrink: 0; }
.location-meta .row .link-whats { color: var(--whats-verde); text-decoration: underline; }

/* ---------- final CTA ---------- */
.final-cta { text-align: left; }
.final-cta h2 { margin-bottom: 0.8rem; }

/* ---------- footer ---------- */
footer { background: var(--ouro); padding: 15px 0 2.2rem; text-align: center; }
@media (max-width: 859px) { footer { padding-bottom: 6.5rem; } }
footer .wrap { display: flex; flex-direction: column; align-items: center; gap: 15px; }
footer img { height: 30px; margin: 0 auto; }
footer .foot-nap { font-size: 0.85rem; color: var(--preto); line-height: 1.7; }
footer .foot-nap a { color: var(--preto); }
footer .foot-services { font-size: 0.78rem; color: rgba(10,10,10,0.65); line-height: 1.7; }
footer .foot-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.02em; color: var(--whats-verde-escuro);
  text-decoration: underline; margin-top: 0.2rem;
}
footer .foot-cta svg { width: 15px; height: 15px; }
footer .foot-credit { font-size: 0.72rem; color: rgba(10,10,10,0.55); }
footer .foot-credit a { color: rgba(10,10,10,0.75); font-weight: 700; text-decoration: underline; }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  background: var(--whats-verde); color: var(--texto-claro);
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 0.92rem;
  text-transform: uppercase; letter-spacing: 0.02em;
  padding: 1rem; text-decoration: none;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.35);
  transform: translateY(100%); transition: transform 0.35s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta svg { width: 18px; height: 18px; }
@media (min-width: 860px) { .sticky-cta { display: none; } }
