:root {
  --black: #050505;
  --black-2: #0e0e0e;
  --black-3: #151515;
  --gold: #c9a24a;
  --gold-2: #e1bd65;
  --white: #ffffff;
  --muted: rgba(255,255,255,.72);
  --muted-2: rgba(255,255,255,.56);
  --paper: #f6f1ea;
  --ink: #171717;
  --green: #25d366;
  --green-dark: #108d43;
  --line: rgba(201,162,74,.26);
  --container: 1180px;
  --header-h: 88px;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--gold); color: #111; padding: 10px 14px; z-index: 99999; }
.skip-link:focus { left: 12px; top: 12px; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 9999;
  background: rgba(5,5,5,.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(5,5,5,.72); box-shadow: 0 8px 30px rgba(0,0,0,.36); }
.header-wrap { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img { width: 148px; height: auto; max-height: 54px; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.desktop-nav a { font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.84); }
.desktop-nav a:hover { color: var(--gold-2); }
.header-cta { margin-left: 6px; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.12); background: transparent; color: white; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 20px; height: 2px; background: currentColor; display: block; }
.mobile-nav { display: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 0; min-height: 52px; padding: 14px 28px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, filter .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-whatsapp { background: var(--green); color: #fff; box-shadow: 0 14px 32px rgba(37,211,102,.22); }
.btn-whatsapp:hover { background: var(--green-dark); }
.btn-outline { border: 1px solid var(--gold); color: var(--white); background: rgba(0,0,0,.16); }
.btn-outline:hover { background: var(--gold); color: #121212; }
.btn-large { min-height: 58px; padding-inline: 34px; }

/* Hero */
.hero { position: relative; min-height: 100svh; padding-top: var(--header-h); display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.80) 44%, rgba(5,5,5,.56) 100%), linear-gradient(180deg, rgba(5,5,5,.2), rgba(5,5,5,.72)); }
.hero-content { padding: 80px 0 74px; max-width: var(--container); }
.eyebrow { margin: 0 0 16px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; font-weight: 800; }
.eyebrow.light { color: var(--gold-2); }
.hero h1 { margin: 0; max-width: 790px; font-family: var(--sans); font-size: clamp(2.35rem, 5vw, 4.65rem); line-height: 1.06; font-weight: 400; letter-spacing: .005em; color: var(--white); }
.hero h1::after, .section-head h2::after { content: ""; display: block; width: 76px; height: 2px; background: var(--gold); margin: 24px 0 0; }
.hero-text { max-width: 700px; margin: 26px 0 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.hero-note { margin-top: 20px; color: var(--gold-2); font-size: .93rem; }

.notice { background: #080808; border-top: 1px solid var(--line); border-bottom: 1px solid rgba(255,255,255,.06); }
.notice-inner { padding: 22px 0; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; color: var(--muted); }
.notice-inner strong { color: var(--gold-2); }

/* Sections */
.section { padding: 96px 0; }
.section.dark { background: var(--black); }
.section-head { margin-bottom: 42px; }
.section-head.centered { text-align: center; max-width: 820px; margin-inline: auto; }
.section-head h2 { margin: 0; font-family: var(--sans); font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 400; line-height: 1.16; }
.section-head.centered h2::after { margin-inline: auto; }
.section-head p:not(.eyebrow) { margin: 18px auto 0; color: var(--muted); max-width: 720px; font-size: 1.05rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { display: block; min-height: 220px; padding: 32px 28px; background: #0c0c0c; border: 1px solid rgba(255,255,255,.10); box-shadow: inset 0 0 0 1px rgba(201,162,74,.04); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(201,162,74,.48); background: #111; }
.service-card h3 { margin: 0 0 14px; font-family: var(--sans); font-size: 1.23rem; font-weight: 500; line-height: 1.3; }
.service-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.62; }
.service-card span { color: var(--gold-2); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; font-size: .82rem; }

.process { background: #0a0a0a; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 178px; padding: 28px 24px; background: #080808; border: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.step-card span { position: absolute; right: 20px; top: 6px; color: rgba(255,255,255,.06); font-size: 4.5rem; font-weight: 800; line-height: 1; }
.step-card h3 { position: relative; margin: 0 0 14px; font-family: var(--sans); text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; }
.step-card p { position: relative; color: var(--muted); margin: 0; }

.about { background: var(--paper); color: var(--ink); }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.about-image { border: 1px solid rgba(0,0,0,.08); background: #ddd; }
.about-image img { width: 100%; height: min(720px, 80vh); object-fit: cover; object-position: center top; }
.about-text .eyebrow { color: #8a001b; }
.about-text h2 { font-family: var(--sans); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; line-height: 1.14; margin: 0 0 24px; }
.about-text p { color: rgba(23,23,23,.78); font-size: 1.06rem; line-height: 1.8; margin: 0 0 18px; }
.about-text .btn { margin-top: 14px; }

.faq { background: #080808; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.12); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.12); }
.faq-question { width: 100%; padding: 24px 0; background: transparent; border: 0; color: white; text-align: left; font-size: 1.08rem; font-weight: 700; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; }
.faq-question::after { content: "+"; color: var(--gold-2); font-size: 1.4rem; line-height: 1; }
.faq-question[aria-expanded="true"]::after { content: "–"; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-answer p { color: var(--muted); padding: 0 0 24px; margin: 0; line-height: 1.7; }

.final-cta { background: linear-gradient(135deg, #080808, #151515); padding: 92px 0; }
.final-cta-box { border: 1px solid var(--line); padding: 54px; text-align: center; }
.final-cta-box h2 { font-family: var(--sans); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; margin: 0; }
.final-cta-box p:not(.eyebrow) { color: var(--muted); max-width: 700px; margin: 18px auto 32px; }

.footer { background: #030303; border-top: 1px solid rgba(255,255,255,.08); padding: 58px 0 28px; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 34px; }
.footer-logo { width: 150px; height: auto; margin-bottom: 18px; }
.footer h3 { color: white; font-family: var(--sans); margin: 0 0 12px; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; }
.footer a { display: block; margin: 7px 0; color: var(--muted); }
.footer a:hover { color: var(--gold-2); }
.privacy { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }
.privacy p { max-width: 880px; }
.footer-bottom { margin-top: 22px; font-size: .85rem; color: var(--muted-2); }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 62px; height: 62px; border-radius: 50%; background: var(--green); color: white; display: grid; place-items: center; z-index: 9998; box-shadow: 0 16px 36px rgba(37,211,102,.35); border: 4px solid rgba(255,255,255,.15); }
.whatsapp-float:hover { background: var(--green-dark); transform: translateY(-1px); }

@media (max-width: 980px) {
  :root { --header-h: 76px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav { display: flex; flex-direction: column; gap: 0; max-height: 0; overflow: hidden; background: rgba(5,5,5,.97); border-top: 1px solid rgba(255,255,255,.1); transition: max-height .25s ease; }
  .mobile-nav.is-open { max-height: 420px; }
  .mobile-nav a { padding: 15px 22px; border-bottom: 1px solid rgba(255,255,255,.08); color: white; }
  .mobile-nav .btn { margin: 18px 20px; }
  .brand img { width: 126px; max-height: 46px; }
  .service-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-image img { height: auto; max-height: 760px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, var(--container)); }
  .hero { min-height: 92svh; align-items: flex-end; }
  .hero-content { padding: 62px 0 58px; }
  .hero h1 { font-size: clamp(2.05rem, 12vw, 3.3rem); max-width: 11.5ch; }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .btn, .btn-large { width: 100%; min-height: 54px; padding: 14px 18px; text-align: center; }
  .notice-inner { display: block; }
  .section { padding: 68px 0; }
  .service-grid, .steps-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { min-height: auto; padding: 26px 22px; }
  .final-cta-box { padding: 36px 22px; }
  .whatsapp-float { width: 58px; height: 58px; right: 16px; bottom: 16px; }
}


/* =========================================================
   RESPONSIVIDADE MOBILE — v5
   Ajustes para primeira dobra, navegação e CTA no celular
   ========================================================= */

.hero-content,
.hero-actions,
.notice-inner,
.section-head,
.about-text,
.final-cta-box,
.footer-grid > * {
  min-width: 0;
}

@media (max-width: 980px) {
  .site-header {
    overflow: visible;
  }

  .header-wrap {
    position: relative;
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 20px 36px rgba(0, 0, 0, .42);
  }

  .mobile-nav .btn {
    width: auto;
  }
}

.whatsapp-float.float-managed {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.whatsapp-float.float-managed.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 640px) {
  :root {
    --header-h: 70px;
  }

  html {
    scroll-padding-top: calc(var(--header-h) + 14px);
  }

  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .header-wrap {
    gap: 12px;
  }

  .brand img {
    width: 112px;
    max-height: 42px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }

  .menu-toggle span {
    width: 22px;
  }

  .mobile-nav a {
    padding: 14px 20px;
    font-size: .96rem;
  }

  .mobile-nav .btn {
    width: calc(100% - 32px);
    margin: 14px 16px 18px;
  }

  .hero {
    min-height: auto;
    padding-top: var(--header-h);
    align-items: flex-start;
  }

  .hero-bg img {
    object-position: 54% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.82) 62%, rgba(5,5,5,.68) 100%),
      linear-gradient(180deg, rgba(5,5,5,.14), rgba(5,5,5,.82));
  }

  .hero-content {
    width: 100%;
    padding: 42px 0 40px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: .70rem;
    line-height: 1.45;
    letter-spacing: .16em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.8vw, 2.72rem);
    line-height: 1.08;
    letter-spacing: -.015em;
    text-wrap: balance;
  }

  .hero h1::after,
  .section-head h2::after {
    width: 68px;
    margin-top: 18px;
  }

  .hero-text {
    max-width: 100%;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 26px;
    gap: 12px;
  }

  .btn,
  .btn-large {
    width: 100%;
    min-height: 56px;
    padding: 14px 16px;
    font-size: .96rem;
    line-height: 1.25;
    white-space: normal;
  }

  .hero-note {
    margin-top: 16px;
    font-size: .84rem;
    line-height: 1.5;
  }

  .notice-inner {
    padding: 20px 0;
    line-height: 1.55;
  }

  .section {
    padding: 60px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head h2,
  .about-text h2,
  .final-cta-box h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.45rem);
    line-height: 1.15;
    text-wrap: balance;
  }

  .section-head p:not(.eyebrow),
  .about-text p {
    font-size: 1rem;
  }

  .service-card,
  .step-card {
    padding: 24px 20px;
  }

  .about-grid {
    gap: 28px;
  }

  .about-image img {
    max-height: 520px;
  }

  .faq-question {
    padding: 20px 0;
    font-size: 1rem;
    line-height: 1.45;
  }

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

  .final-cta-box {
    padding: 32px 20px;
  }

  .footer {
    padding-top: 46px;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    border-width: 3px;
  }

  .whatsapp-float svg {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero-content {
    padding-top: 34px;
  }

  .hero h1 {
    font-size: clamp(1.88rem, 9.5vw, 2.2rem);
  }

  .btn,
  .btn-large {
    font-size: .91rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Texto dos cards na cor verde do WhatsApp */
.service-card span {
  color: var(--green);
}