:root {
  --navy: #0B2545;
  --navy-dark: #0A1420;
  --gold: #C9A227;
  --teal: #3FB8C4;
  --cream: #F8F5EF;
  --tint: #EEF2F5;
  --text-muted: #45536B;
  --text-light: #C9D3DE;
  --border: rgba(11, 37, 69, 0.1);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--navy-dark);
  font-family: 'Inter', system-ui, sans-serif;
}

a { color: var(--navy); }
a:hover { color: var(--gold); }

img { max-width: 100%; display: block; }

.wl-anchor { scroll-margin-top: 24px; }

/* Header */
.wl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 40px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}

.wl-logo { display: flex; align-items: center; }
.wl-logo-img { height: 40px; width: auto; }

.wl-nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 500; }
.wl-nav-links a { color: var(--cream); text-decoration: none; }
.wl-nav-links a:hover { color: var(--gold); }

.wl-btn {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
}
.wl-btn-gold { background: var(--gold); color: var(--navy-dark); }
.wl-btn-gold:hover { color: var(--navy-dark); opacity: 0.9; }
.wl-header .wl-btn { font-size: 14px; padding: 10px 18px; }
.wl-btn-lg { font-size: 17px; padding: 18px 36px; }

/* Hero (Navy) */
.wl-hero-navy {
  position: relative;
  background: var(--navy);
  padding: 110px 40px;
  text-align: center;
  overflow: hidden;
}
.wl-hero-navy-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.wl-hero-navy h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0 0 22px;
}
.wl-hero-navy p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto 34px;
}
.wl-hero-navy .wl-btn { font-size: 16px; letter-spacing: 0.02em; padding: 16px 32px; }

/* Badge */
.wl-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border-radius: 20px;
}
.wl-badge-gold { background: var(--gold); color: var(--navy-dark); }

/* Sections & layout */
.wl-section { padding: 84px 40px; }
.wl-section-tint { background: var(--tint); }
.wl-section-navy { background: var(--navy); }
.wl-container { max-width: 1180px; margin: 0 auto; }
.wl-container-narrow { max-width: 1000px; margin: 0 auto; }
.wl-center-text { text-align: center; }

.wl-h2-center {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 34px;
  color: var(--navy-dark);
  margin: 0 0 12px;
  text-align: center;
}
.wl-h2-sm { font-size: 30px; }
.wl-h2-white { color: #FFFFFF; }
.wl-h2-center.wl-h2-white { color: #FFFFFF; }

.wl-lead-center {
  text-align: center;
  color: var(--text-muted);
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto 48px;
}

.wl-center-link { text-align: center; margin: 36px 0 0; }
.wl-center-link a { font-size: 14px; color: var(--navy); text-decoration: underline; }

/* Grids */
.wl-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.wl-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }

/* Diferencial */
.wl-diferencial-item { text-align: center; }
.wl-circle-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.wl-circle-badge svg { width: 22px; height: 22px; }
.wl-diferencial-item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: var(--navy-dark);
  margin: 0;
}

/* Serviços */
.wl-services-grid { gap: 22px; }
.wl-service-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 26px 22px;
}
.wl-square-badge {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--tint);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.wl-square-badge svg { width: 22px; height: 22px; }
.wl-card-title { font-weight: 600; font-size: 16px; color: var(--navy-dark); margin-bottom: 6px; }
.wl-service-card p, .wl-etapa p { font-size: 14px; line-height: 1.5; color: var(--text-muted); margin: 0; }

/* Perfis */
.wl-perfil-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,162,39,0.35);
  border-radius: 8px;
  padding: 26px 18px;
}
.wl-perfil-title { font-weight: 700; font-size: 17px; color: #FFFFFF; margin-bottom: 8px; }
.wl-perfil-card p { font-size: 13.5px; line-height: 1.5; color: var(--text-light); margin: 0; }
.wl-note-gold { margin: 36px 0 0; font-size: 14px; color: var(--gold); }

/* Etapas */
.wl-etapa { text-align: center; }
.wl-etapa-num {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 10px;
}

/* FAQ */
.wl-faq-item { border-bottom: 1px solid var(--border); }
.wl-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
  font-family: inherit;
}
.wl-faq-question span:first-child { font-weight: 600; font-size: 16px; color: var(--navy-dark); }
.wl-faq-icon { flex-shrink: 0; color: var(--gold); font-size: 18px; }
.wl-faq-body {
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0;
  transition: max-height .25s ease, padding .25s ease;
}
.wl-faq-body p { font-size: 15px; line-height: 1.6; color: var(--text-muted); margin: 0; }
.wl-faq-item.is-open .wl-faq-body { max-height: 300px; padding: 0 0 20px; }

/* Sobre */
.wl-sobre-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.wl-sobre-photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(11,37,69,0.12);
}
.wl-sobre-photo img { width: 100%; height: 100%; object-fit: cover; }
.wl-sobre-nome { font-weight: 600; font-size: 16px; color: var(--navy-dark); margin-bottom: 14px; }
.wl-sobre-grid p { font-size: 16px; line-height: 1.65; color: var(--text-muted); margin: 0; }

/* CTA final */
.wl-contact-links {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
}
.wl-icon-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-light);
  text-decoration: none;
}
.wl-icon-link svg { width: 18px; height: 18px; flex-shrink: 0; }
.wl-section-navy .wl-btn { margin-top: 4px; }
#contato h2 { margin-bottom: 30px; }

/* Footer */
.wl-footer { background: var(--navy-dark); padding: 40px; text-align: center; }
.wl-footer-logo { height: 34px; width: auto; margin: 0 auto 14px; }
.wl-footer p { font-size: 12.5px; color: var(--text-muted); margin: 0 0 6px; }
.wl-footer p:last-child { margin: 0; }

/* Responsive */
@media (max-width: 860px) {
  .wl-nav-links { display: none !important; }
  .wl-header { padding: 14px 20px; }
  .wl-section { padding: 60px 20px; }
  .wl-hero-navy { padding: 72px 20px; }
  .wl-hero-navy h1 { font-size: 36px; }
  .wl-grid-4, .wl-services-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .wl-grid-5, .wl-perfis-grid, .wl-etapas { grid-template-columns: 1fr !important; }
  .wl-sobre-grid { grid-template-columns: 1fr !important; }
}
