/* ============================================
   CAMILA NUNES ADVOCACIA — STYLESHEET
   Direito Previdenciário · OAB/GO 67.408
   ============================================ */

/* ===== VARIÁVEIS DE TEMA ===== */
:root {
  --black: #0a0a0a;
  --black-soft: #141414;
  --ink: #1a1a1a;
  --ink-2: #2a2a2a;
  --paper: #faf7f0;
  --cream: #f3ede0;
  --cream-warm: #ebe2cd;
  --gold: #c9a35c;
  --gold-bright: #e0bd72;
  --gold-deep: #9c7a3d;
  --gold-dark: #6b5226;
  --rule: rgba(201, 163, 92, 0.25);
  --rule-soft: rgba(255, 255, 255, 0.1);
  --rule-dark: rgba(10, 10, 10, 0.15);
  --shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.6);
  --shadow-gold: 0 20px 60px -20px rgba(201, 163, 92, 0.3);
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Jost', system-ui, sans-serif;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--black);
  color: var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

/* Grain noise overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.9 0 0 0 0 0.7 0 0 0 0 0.4 0 0 0 0.1 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap { max-width: 1320px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }

::selection { background: var(--gold); color: var(--black); }

/* ============================================
   NAVEGAÇÃO
   ============================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--rule);
  z-index: 50;
  transition: all 0.3s;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  max-width: 1320px;
  margin: 0 auto;
}
.brand-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--paper);
}
.brand-nav img {
  height: 46px;
  width: auto;
  display: block;
}
.brand-nav .b-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-nav .b-name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.18em;
  color: var(--gold);
}
.brand-nav .b-sub {
  font-size: 9px;
  letter-spacing: 0.4em;
  color: var(--paper);
  margin-top: 4px;
  text-transform: uppercase;
  opacity: 0.7;
}
.nav-links { display: flex; gap: 38px; align-items: center; }
.nav-links a {
  color: var(--paper);
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding: 6px 0;
  transition: color 0.3s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.4s ease;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

.cta-btn {
  background: transparent;
  color: var(--gold);
  padding: 12px 26px;
  border: 1px solid var(--gold);
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  cursor: pointer;
}
.cta-btn:hover { background: var(--gold); color: var(--black); }
.cta-btn.solid { background: var(--gold); color: var(--black); }
.cta-btn.solid:hover { background: var(--gold-bright); border-color: var(--gold-bright); }

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gold);
  font-size: 24px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  padding: 140px 0 80px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(201, 163, 92, 0.18), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(201, 163, 92, 0.08), transparent 60%);
  z-index: 0;
}
.hero-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(180px, 30vw, 420px);
  color: rgba(201, 163, 92, 0.04);
  letter-spacing: -0.05em;
  line-height: 0.8;
  white-space: nowrap;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  height: 1px;
  background: var(--gold);
  flex: 0 0 32px;
}
.eyebrow::after { flex: 0 0 12px; }
h1.hero-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(52px, 7.5vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--paper);
  margin-bottom: 36px;
}
h1.hero-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
h1.hero-title .line {
  display: block;
  overflow: hidden;
}
h1.hero-title .line > span {
  display: inline-block;
  animation: slideUp 1s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
h1.hero-title .line:nth-child(2) > span { animation-delay: 0.15s; }
h1.hero-title .line:nth-child(3) > span { animation-delay: 0.3s; }

@keyframes slideUp {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}

.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(250, 247, 240, 0.75);
  max-width: 520px;
  margin-bottom: 48px;
  animation: fadeIn 1.2s ease 0.6s backwards;
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  animation: fadeIn 1.2s ease 0.8s backwards;
}

.hero-meta {
  margin-top: 60px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: flex;
  gap: 48px;
  animation: fadeIn 1.2s ease 1s backwards;
}
.hero-meta-item .hm-val {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--gold);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
.hero-meta-item .hm-val sup { font-size: 16px; }
.hero-meta-item .hm-lbl {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 247, 240, 0.55);
  margin-top: 10px;
}

/* Hero portrait */
.hero-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  animation: fadeIn 1.4s ease 0.5s backwards;
}
.hero-portrait .frame {
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  transform: translate(20px, 20px);
  z-index: 0;
}
.hero-portrait .frame::before {
  content: '';
  position: absolute;
  top: 12px; left: 12px;
  width: 24px; height: 1px;
  background: var(--gold);
}
.hero-portrait .frame::after {
  content: '';
  position: absolute;
  top: 12px; left: 12px;
  width: 1px; height: 24px;
  background: var(--gold);
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: relative;
  z-index: 1;
  filter: grayscale(0%) contrast(1.02);
  box-shadow: var(--shadow);
}
.portrait-tag {
  position: absolute;
  top: 24px; left: -16px;
  background: var(--gold);
  color: var(--black);
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 3;
}
.portrait-quote {
  position: absolute;
  bottom: -40px; right: -20px;
  background: var(--black-soft);
  border: 1px solid var(--rule);
  padding: 28px 32px;
  max-width: 280px;
  z-index: 3;
  box-shadow: var(--shadow);
}
.portrait-quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.45;
  color: var(--paper);
  margin-bottom: 14px;
}
.portrait-quote span {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

/* ============================================
   MARQUEE (faixa rolante)
   ============================================ */
.marquee {
  padding: 28px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  white-space: nowrap;
  background: var(--black-soft);
  position: relative;
  z-index: 2;
}
.marquee-track {
  display: inline-flex;
  gap: 56px;
  animation: scroll 40s linear infinite;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--paper);
}
.marquee-track span { display: inline-flex; align-items: center; gap: 56px; }
.marquee-track span::after {
  content: '✦';
  color: var(--gold);
  font-style: normal;
  font-size: 14px;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================
   SEÇÕES — BASE
   ============================================ */
section { padding: 130px 0; position: relative; z-index: 2; }
.section-head { margin-bottom: 80px; max-width: 740px; }
.section-num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 20px;
  margin-bottom: 18px;
  display: block;
  font-weight: 400;
}
h2.section-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--paper);
}
h2.section-title em { font-style: italic; color: var(--gold); font-weight: 400; }
.section-lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(250, 247, 240, 0.7);
  margin-top: 28px;
  max-width: 580px;
}

/* ============================================
   SOBRE
   ============================================ */
.about {
  background: linear-gradient(180deg, var(--black) 0%, var(--black-soft) 100%);
  border-top: 1px solid var(--rule);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  align-items: center;
}
.about-image-wrap {
  position: relative;
  aspect-ratio: 3/4;
}
.about-image-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow);
}
.about-image-wrap::before {
  content: '';
  position: absolute;
  inset: -20px;
  border: 1px solid var(--gold);
  z-index: 0;
}
.about-image-wrap .img-mark {
  position: absolute;
  bottom: -32px; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--black);
  padding: 14px 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  z-index: 3;
  white-space: nowrap;
}
.about-image-wrap .img-mark small {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.75;
}

.about-text p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(250, 247, 240, 0.75);
  margin-bottom: 22px;
}
.about-text p.lead {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.4;
  color: var(--paper);
  font-weight: 300;
  margin-bottom: 36px;
  letter-spacing: -0.01em;
}
.about-text p.lead em { font-style: italic; color: var(--gold); font-weight: 400; }
.signature {
  margin-top: 40px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--gold);
  font-weight: 400;
}
.signature small {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(250, 247, 240, 0.5);
  margin-top: 6px;
}
.credentials {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.cred-item .cred-num {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
.cred-item .cred-num sup { font-size: 20px; }
.cred-item .cred-lbl {
  font-size: 12px;
  color: rgba(250, 247, 240, 0.6);
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* ============================================
   SERVIÇOS
   ============================================ */
.services { background: var(--black); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.service-card {
  padding: 48px 36px;
  background: var(--black);
  transition: background 0.5s;
  position: relative;
  cursor: pointer;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.service-card:hover { background: var(--black-soft); }
.service-card:hover .service-arrow { transform: translate(6px, -6px); color: var(--gold-bright); }
.service-card:hover h3 { color: var(--gold); }
.service-num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
}
.service-num::after { content: ''; height: 1px; flex: 1; background: var(--rule); }
.service-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--paper);
  margin-bottom: 18px;
  transition: color 0.3s;
}
.service-card p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(250, 247, 240, 0.65);
  margin-bottom: 24px;
  flex: 1;
}
.service-arrow {
  position: absolute;
  top: 40px; right: 36px;
  color: var(--paper);
  font-size: 22px;
  transition: all 0.4s;
}
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.service-tag {
  font-size: 10px;
  padding: 6px 11px;
  background: rgba(201, 163, 92, 0.1);
  color: var(--gold);
  border: 1px solid var(--rule);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ============================================
   PROCESSO
   ============================================ */
.process {
  background: var(--cream);
  color: var(--ink);
}
.process h2.section-title { color: var(--ink); }
.process h2.section-title em { color: var(--gold-deep); }
.process .section-lead { color: rgba(26, 26, 26, 0.65); }
.process .section-num { color: var(--gold-deep); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 40px;
}
.process-step {
  padding-top: 36px;
  border-top: 1px solid var(--rule-dark);
  position: relative;
}
.process-step::before {
  content: '';
  position: absolute;
  top: -1px; left: 0;
  width: 48px; height: 2px;
  background: var(--gold-deep);
}
.process-step .step-n {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold-deep);
  font-size: 14px;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
.process-step h4 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 14px;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.process-step p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.65);
}

/* ============================================
   DEPOIMENTO
   ============================================ */
.testimonial {
  background: var(--black);
  text-align: center;
  padding: 140px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: 40px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-size: 240px;
  color: var(--gold);
  opacity: 0.12;
  line-height: 1;
  font-style: italic;
}
.testimonial-quote {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.35;
  max-width: 980px;
  margin: 0 auto 40px;
  letter-spacing: -0.01em;
  color: var(--paper);
  position: relative;
  z-index: 2;
}
.testimonial-author {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.testimonial-author small {
  display: block;
  margin-top: 10px;
  color: rgba(250, 247, 240, 0.5);
  letter-spacing: 0.1em;
  text-transform: none;
  font-style: italic;
  font-family: var(--serif);
  font-size: 16px;
}

/* ============================================
   FAQ
   ============================================ */
.faq { background: var(--black-soft); }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 100px;
  align-items: start;
}
.faq-list { border-top: 1px solid var(--rule); }
details {
  border-bottom: 1px solid var(--rule);
  padding: 30px 0;
  cursor: pointer;
  transition: padding 0.3s;
}
details summary {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--paper);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  line-height: 1.3;
  transition: color 0.3s;
}
details summary:hover { color: var(--gold); }
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: '+';
  font-family: var(--serif);
  font-weight: 300;
  font-size: 32px;
  color: var(--gold);
  transition: transform 0.4s;
  flex-shrink: 0;
}
details[open] summary::after { transform: rotate(45deg); }
details[open] summary { color: var(--gold); }
details p {
  margin-top: 18px;
  color: rgba(250, 247, 240, 0.65);
  font-size: 15px;
  line-height: 1.7;
  max-width: 92%;
}

/* ============================================
   CONTATO
   ============================================ */
.contact {
  background: linear-gradient(180deg, var(--black-soft) 0%, var(--black) 100%);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-info h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  color: var(--paper);
}
.contact-info h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.contact-info > p {
  font-size: 17px;
  color: rgba(250, 247, 240, 0.7);
  line-height: 1.65;
  margin-bottom: 48px;
  max-width: 480px;
}
.contact-details { border-top: 1px solid var(--rule); padding-top: 36px; }
.contact-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.contact-row dt {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.contact-row dd {
  font-family: var(--serif);
  font-size: 21px;
  color: var(--paper);
  font-weight: 400;
}
.contact-row dd a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, color 0.3s;
}
.contact-row dd a:hover { border-color: var(--gold); color: var(--gold); }

.contact-form {
  background: var(--black);
  padding: 56px 48px;
  border: 1px solid var(--rule);
  position: relative;
}
.contact-form::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.contact-form h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--paper);
}
.contact-form h3 em { font-style: italic; color: var(--gold); }
.contact-form > p {
  font-size: 14px;
  color: rgba(250, 247, 240, 0.6);
  margin-bottom: 36px;
}
.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: 500;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 15px;
  color: var(--paper);
  transition: border-color 0.3s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(250, 247, 240, 0.3); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-bottom-color: var(--gold);
}
.field select { cursor: pointer; }
.field select option { background: var(--black); color: var(--paper); }
.field textarea { resize: vertical; min-height: 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.submit-btn {
  width: 100%;
  padding: 18px;
  background: var(--gold);
  color: var(--black);
  border: none;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 16px;
}
.submit-btn:hover:not(:disabled) { background: var(--gold-bright); letter-spacing: 0.35em; }
.submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* Mensagens de feedback do formulário */
.form-message {
  margin-top: 20px;
  padding: 14px 18px;
  font-size: 13px;
  letter-spacing: 0.05em;
  display: none;
  border: 1px solid;
}
.form-message.success {
  display: block;
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.4);
  color: #6fd99a;
}
.form-message.error {
  display: block;
  background: rgba(220, 80, 80, 0.1);
  border-color: rgba(220, 80, 80, 0.4);
  color: #e88a8a;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--black);
  color: var(--paper);
  padding: 90px 0 32px;
  border-top: 1px solid var(--rule);
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 64px;
}
.footer-brand img {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
  filter: brightness(1.05);
}
.footer-brand p {
  font-size: 14px;
  color: rgba(250, 247, 240, 0.6);
  line-height: 1.7;
  max-width: 340px;
}
.footer-col h5 {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  font-weight: 500;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a {
  color: rgba(250, 247, 240, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--rule);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: rgba(250, 247, 240, 0.45);
}
.footer-bottom .disclaimer {
  font-style: italic;
  max-width: 720px;
  line-height: 1.6;
  font-family: var(--serif);
  font-size: 13px;
}

/* ============================================
   BOTÃO FLUTUANTE WHATSAPP
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 28px; right: 28px;
  background: #25D366;
  color: white;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(37,211,102,0.4);
  z-index: 100;
  text-decoration: none;
  transition: transform 0.3s;
}
.whatsapp-float::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  z-index: -1;
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ============================================
   ANIMAÇÕES DE REVEAL (controladas via JS)
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVIDADE
   ============================================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .wrap { padding: 0 24px; }
  .nav-inner { padding: 14px 24px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--black);
    padding: 24px;
    border-bottom: 1px solid var(--rule);
    gap: 22px;
    align-items: flex-start;
  }
  .mobile-toggle { display: block; }
  .brand-nav img { height: 38px; }
  .brand-nav .b-name { font-size: 15px; letter-spacing: 0.15em; }
  .brand-nav .b-sub { font-size: 8px; }
  .hero { padding: 110px 0 60px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 80px; }
  .hero-portrait { max-width: 380px; margin: 0 auto; }
  .portrait-quote { right: auto; left: 50%; transform: translateX(-50%); }
  .hero-meta { flex-wrap: wrap; gap: 28px; }
  section { padding: 80px 0; }
  .section-head { margin-bottom: 50px; }
  .about-grid { grid-template-columns: 1fr; gap: 80px; }
  .about-image-wrap { max-width: 360px; margin: 0 auto; }
  .credentials { grid-template-columns: 1fr; gap: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 36px 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .contact-form { padding: 36px 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .testimonial { padding: 90px 0; }
  .marquee-track { font-size: 22px; gap: 40px; }
  .marquee-track span { gap: 40px; }
  .hero-bg-text { font-size: 32vw; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .contact-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
  .contact-row dd { font-size: 18px; }
  .hero-meta-item .hm-val { font-size: 26px; }
}
