:root {
  --green: #22A24A;
  --green-dark: #1B8B3E;
  --green-light: #5FB66C;
  --green-bright: #7DD68A;
  --dark: #16221C;
  --dark-2: #2A422E;
  --text-body: #4C5B52;
  --border: #E4E8E5;
  --seg-bg: #E8F1EA;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--dark);
  background: #ffffff;
}

body.menu-open { overflow: hidden; }

section[id] {
  scroll-margin-top: 78px;
}

img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; }

.eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green);
}
.eyebrow-light { color: var(--green-bright); }
.accent { color: var(--green); }

/* Header */
.topbar { height: 8px; background: var(--dark); position: sticky; top: 0; z-index: 21; }
.site-header {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 14px 28px;
  background: #ffffff;
  box-shadow: 0 1px 0 var(--border);
  position: sticky;
  top: 8px;
  z-index: 20;
}
.logo img { height: 30px; width: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.main-nav a { color: var(--dark); }
.main-nav a.active { color: var(--green); }
.main-nav a:hover { color: var(--green); }
.nav-cta {
  margin-left: auto;
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--dark);
  border: 1px solid var(--dark);
  padding: 11px 20px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.nav-cta:hover { background: var(--green); border-color: var(--green); color: #ffffff; }

/* Hero */
.hero { position: relative; height: 560px; overflow: hidden; background: #0F1A14; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 900ms ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,16,12,0.55) 0%, rgba(8,16,12,0.30) 45%, rgba(8,16,12,0.72) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px;
  text-align: center; padding: 0 90px; pointer-events: none;
}
.hero-text-group { position: relative; width: 100%; min-height: 210px; }
.hero-text-slide {
  position: absolute; left: 0; right: 0; top: 50%; transform: translateY(calc(-50% + 10px));
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  opacity: 0; transition: opacity 900ms ease, transform 900ms ease;
  pointer-events: none;
}
.hero-text-slide.is-active { opacity: 1; transform: translateY(-50%); pointer-events: auto; }
.hero-top { font-family: 'Outfit', sans-serif; font-size: 26px; font-weight: 300; color: #ffffff; }
.hero-main { font-family: 'Outfit', sans-serif; font-size: 62px; line-height: 1.06; font-weight: 700; letter-spacing: -0.025em; color: #ffffff; text-wrap: balance; text-transform: uppercase; }
.hero-sub { margin-top: 12px; max-width: 560px; font-size: 15px; line-height: 1.7; color: #D3DED7; }
.btn-hero {
  margin-top: 22px; pointer-events: auto;
  font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: #ffffff;
  border: 1px solid rgba(255,255,255,0.85); padding: 16px 34px;
  transition: background 0.2s, border-color 0.2s;
}
.btn-hero:hover { background: var(--green); border-color: var(--green); }
.hero-dots { position: absolute; bottom: 22px; left: 0; right: 0; display: flex; justify-content: center; gap: 10px; z-index: 3; }
.hero-dot { width: 30px; height: 3px; border: 0; padding: 0; cursor: pointer; background: rgba(255,255,255,0.40); }
.hero-dot.is-active { background: var(--green-light); }

/* Empresa */
.empresa {
  max-width: 1240px; margin: 0 auto; padding: 110px 44px;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 90px; align-items: center;
}
.empresa-text { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.empresa-text h2 { font-family: 'Outfit', sans-serif; font-size: 38px; line-height: 1.16; font-weight: 600; letter-spacing: -0.02em; text-wrap: balance; }
.body-text { font-size: 14.5px; line-height: 1.75; color: var(--text-body); }
.btn-dark {
  margin-top: 10px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500;
  color: #ffffff; background: var(--dark); padding: 15px 28px; border-radius: 4px;
  transition: background 0.2s;
}
.btn-dark:hover { background: var(--green); }
.empresa-media { position: relative; }
.empresa-corner { position: absolute; top: -14px; left: -14px; width: 56px; height: 56px; border-top: 3px solid var(--green); border-left: 3px solid var(--green); }
.empresa-photo { position: relative; height: 470px; overflow: hidden; }
.empresa-photo img { width: 100%; height: 100%; object-fit: cover; }

.fade-in-scroll { opacity: 0; transition: opacity 1800ms ease-out; }
.fade-in-scroll.is-visible { opacity: 1; }
.empresa-caption {
  position: absolute; right: 0; bottom: 22px; max-width: 260px;
  background: var(--dark); color: #E4EDE7; font-size: 12.5px; line-height: 1.55;
  padding: 16px 18px;
}

/* Client logos */
.clientes { padding: 0 0 90px; }
.clientes .eyebrow { display: block; margin-bottom: 22px; }
.clientes-grid {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--border);
}
.cliente-logo {
  height: 96px; display: flex; align-items: center; justify-content: center;
  padding: 20px 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.cliente-logo:nth-child(5n) { border-right: 0; }
.cliente-logo:nth-child(n+6) { border-bottom: 0; }
.cliente-logo img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  filter: grayscale(1); opacity: 0.65; transition: filter 0.25s ease, opacity 0.25s ease;
}
.cliente-logo:hover img { filter: grayscale(0); opacity: 1; }

/* Segmentos */
.segmentos { background: var(--seg-bg); padding: 96px 0; }
.section-inner { max-width: 1240px; margin: 0 auto; padding: 0 44px; }
.segmentos-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin: 14px 0 40px; }
.segmentos-head h2 { font-family: 'Outfit', sans-serif; font-size: 38px; font-weight: 600; letter-spacing: -0.02em; }
.segmentos-lead { max-width: 330px; font-size: 13.5px; line-height: 1.65; color: var(--text-body); text-align: right; }
.segmentos-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.segmento-card { background: #ffffff; display: flex; flex-direction: column; }
.segmento-photo { position: relative; height: 230px; overflow: hidden; }
.segmento-photo img { width: 100%; height: 100%; object-fit: cover; }
.segmento-overlay {
  position: absolute; inset: 0; display: flex; align-items: center; padding: 26px;
  background: rgba(42,66,46,0.94); opacity: 0; transition: opacity 320ms ease; pointer-events: none;
}
.segmento-photo:hover .segmento-overlay { opacity: 1; }
.segmento-overlay p { font-size: 13.5px; line-height: 1.7; color: #E7F0E9; text-align: center; }
.segmento-label { background: var(--dark); padding: 16px 18px; text-align: center; }
.segmento-label h3 { font-family: 'Outfit', sans-serif; font-size: 14.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--green-light); }

/* Servicos */
.servicos { max-width: 1240px; margin: 0 auto; padding: 96px 44px; }
.servicos-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; margin-bottom: 38px; }
.servicos-head h2 { font-family: 'Outfit', sans-serif; font-size: 38px; font-weight: 600; letter-spacing: -0.02em; }
.servicos-lead { margin-top: 10px; font-size: 14px; line-height: 1.6; color: #5A6A61; }
.servicos-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.servico-item { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.servico-photo { height: 190px; overflow: hidden; width: 100%; }
.servico-photo img { width: 100%; height: 100%; object-fit: cover; }
.servico-tag { font-family: 'Outfit', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); }
.servico-item h3 { font-family: 'Outfit', sans-serif; font-size: 16.5px; font-weight: 600; }
.servico-item p { font-size: 12.5px; line-height: 1.6; color: #6B7A71; }

/* Compliance / FAQ */
.compliance { background: var(--dark-2); padding: 96px 0; }
.compliance-title { margin-bottom: 40px; font-family: 'Outfit', sans-serif; font-size: 38px; font-weight: 600; letter-spacing: -0.02em; color: #ffffff; }
.faq-list { display: flex; flex-direction: column; }
.faq-item, .faq-item-end { border-top: 1px solid #4A6450; }
.faq-question {
  width: 100%; background: none; border: 0; padding: 22px 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  cursor: pointer; text-align: left; font-family: 'Manrope', sans-serif; font-size: 14.5px; color: #EAF2EC;
}
.faq-question:hover { color: var(--green-bright); }
.faq-sign {
  font-size: 18px; color: var(--green-bright); flex: 0 0 auto;
  display: inline-block; transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.is-open .faq-sign { transform: rotate(135deg); }
.faq-answer-wrap {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 380ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.is-open .faq-answer-wrap { grid-template-rows: 1fr; }
.faq-answer-wrap > .faq-answer {
  overflow: hidden; min-height: 0;
  margin: 0; padding: 0 60px 24px 4px; font-size: 13.5px; line-height: 1.75; color: #B9CCBE;
  opacity: 0; transition: opacity 280ms ease;
}
.faq-item.is-open .faq-answer-wrap > .faq-answer { opacity: 1; transition: opacity 320ms ease 80ms; }

/* Contato */
.contato { max-width: 1240px; margin: 0 auto; padding: 100px 44px 110px; display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 80px; }
.contato-info { display: flex; flex-direction: column; gap: 18px; }
.contato-info h2 { font-family: 'Outfit', sans-serif; font-size: 34px; line-height: 1.2; font-weight: 600; letter-spacing: -0.02em; }
.contato-lead { max-width: 320px; font-size: 13.5px; line-height: 1.7; color: #5A6A61; }
.contato-details { display: flex; flex-direction: column; gap: 22px; margin-top: 14px; }
.contato-details > div { display: flex; flex-direction: column; gap: 5px; }
.contato-label { font-family: 'Outfit', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); }
.contato-details span:last-child { font-size: 14px; }

.contato-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 22px; }
.contato-form label {
  display: flex; flex-direction: column; gap: 8px;
  font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #6B7A71;
}
.contato-form input, .contato-form textarea {
  border: 0; border-bottom: 1px solid #D5DCD8; background: none; padding: 10px 2px;
  font-size: 14px; color: var(--dark); outline: none; font-family: 'Manrope', sans-serif;
}
.contato-form select, .contato-form textarea {
  border: 1px solid #D5DCD8; background: #ffffff; padding: 12px 10px; font-size: 14px; color: var(--dark); outline: none;
}
.contato-form input:focus, .contato-form select:focus, .contato-form textarea:focus { border-color: var(--green); }
.span-2 { grid-column: span 2; }
.btn-submit {
  border: 0; background: var(--green); color: #ffffff; font-family: 'Outfit', sans-serif;
  font-size: 14px; font-weight: 600; padding: 16px; border-radius: 4px; cursor: pointer; transition: background 0.2s;
}
.btn-submit:hover { background: var(--green-dark); }

/* Confianca */
.confianca { position: relative; padding: 84px 44px; overflow: hidden; background: var(--dark-2); }
.confianca-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.confianca-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,48,32,0.94) 0%, rgba(42,66,46,0.90) 100%); }
.confianca-content { position: relative; max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; }
.confianca-content img { height: 64px; width: auto; }
.confianca-content h2 { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 600; letter-spacing: 0.01em; color: var(--green-bright); }
.confianca-content p { font-size: 14.5px; line-height: 1.85; color: #C9DACE; }

/* Footer */
.site-footer { background: var(--dark); }
.footer-grid {
  max-width: 1240px; margin: 0 auto; padding: 66px 44px 44px;
  display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.6fr) minmax(0, 1.3fr); gap: 56px;
}
.footer-col { display: flex; flex-direction: column; gap: 18px; }
.footer-col h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; color: var(--green-light); }
.footer-line { display: flex; align-items: flex-start; gap: 12px; font-size: 13.5px; line-height: 1.7; color: #B4C4BA; }
.footer-line span:first-child { color: var(--green-light); }
.footer-col a { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #B4C4BA; }
.footer-col a:hover { color: var(--green-light); }
.footer-about { font-size: 13.5px; line-height: 1.85; color: #B4C4BA; text-align: justify; }
.footer-bottom { border-top: 1px solid #2A382F; }
.footer-bottom > div, .footer-bottom {
  max-width: 1240px; margin: 0 auto; padding: 22px 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  font-size: 12.5px; color: #8FA396;
}
.footer-bottom a { color: var(--green-light); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom a:hover { color: #ffffff; }

/* Mobile tab bar */
.mobile-tabbar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  background: #ffffff; border-top: 1px solid var(--border);
  box-shadow: 0 -2px 12px rgba(22,34,28,0.08);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.tab-item {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; padding: 9px 4px 8px; border: 0; background: none; cursor: pointer;
  color: #7A8C81; font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase; position: relative;
}
.tab-item svg { width: 22px; height: 22px; }
.tab-item.is-active { color: var(--green); }
.tab-item.is-active::before {
  content: ""; position: absolute; top: 2px; width: 4px; height: 4px; border-radius: 50%; background: var(--green);
}

/* Mobile menu overlay panel (other links) */
.mobile-menu-overlay {
  display: none; position: fixed; inset: 0; z-index: 40;
  background: rgba(22,34,28,0.55); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none; transition: opacity 320ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu-overlay.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu-panel {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: #ffffff; padding: 22px 24px calc(90px + env(safe-area-inset-bottom, 0));
  border-radius: 18px 18px 0 0;
  transform: translateY(100%);
  transition: transform 380ms cubic-bezier(0.32, 0.72, 0, 1);
}
.mobile-menu-overlay.is-open .mobile-menu-panel { transform: translateY(0); }
.mobile-menu-links a { transition: color 150ms ease, padding-left 150ms ease; }
.mobile-menu-links a:hover { padding-left: 6px; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-menu-head img { height: 24px; width: auto; }
.mobile-menu-close {
  border: 0; background: var(--seg-bg); color: var(--dark); width: 32px; height: 32px;
  border-radius: 50%; font-size: 15px; cursor: pointer; display: grid; place-items: center;
}
.mobile-menu-links { display: flex; flex-direction: column; }
.mobile-menu-links a {
  padding: 16px 4px; border-top: 1px solid var(--border);
  font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; color: var(--dark);
}
.mobile-menu-links a:hover { color: var(--green); }

/* Compliance page */
.page-hero { max-width: 1240px; margin: 0 auto; padding: 90px 44px 50px; }
.page-hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; margin-bottom: 34px; }
.page-hero h1 { font-family: 'Outfit', sans-serif; font-size: 40px; line-height: 1.15; font-weight: 600; letter-spacing: -0.02em; }
.page-hero-lead { max-width: 380px; font-size: 14px; line-height: 1.7; color: var(--text-body); text-align: right; }
.doc-download { max-width: 1240px; margin: 0 auto; padding: 0 44px 40px; }
.doc-download .btn-report { display: inline-block; }

.doc-info-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--border);
}
.doc-info-grid > div { padding: 20px 22px; border-right: 1px solid var(--border); }
.doc-info-grid > div:last-child { border-right: 0; }
.doc-info-label {
  display: block; margin-bottom: 6px; font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--green);
}
.doc-info-value { font-size: 14px; color: var(--dark); }
.doc-info-extra { margin-top: 14px; font-size: 12px; color: var(--text-body); letter-spacing: 0.01em; }

.doc-tabs { max-width: 1240px; margin: 0 auto; padding: 0 44px; display: flex; gap: 10px; }
.doc-tab-btn {
  border: 1px solid var(--border); background: #ffffff; color: var(--text-body); cursor: pointer;
  padding: 12px 20px; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.doc-tab-btn.is-active { background: var(--dark); border-color: var(--dark); color: #ffffff; }

.doc-layout {
  max-width: 1240px; margin: 0 auto; padding: 50px 44px 100px;
  display: grid; grid-template-columns: minmax(0, 0.28fr) minmax(0, 1fr); gap: 60px; align-items: start;
}
.doc { display: none; }
.doc.is-active { display: contents; }

.doc-toc { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 10px; }
.doc-toc-title { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-body); margin-bottom: 6px; }
.doc-toc a {
  display: flex; gap: 10px; font-size: 13px; color: var(--text-body); padding: 4px 0;
}
.doc-toc a span:first-child { color: var(--green); font-family: 'Outfit', sans-serif; font-weight: 600; }
.doc-toc a:hover { color: var(--dark); }

.doc-article { display: flex; flex-direction: column; }
.doc-title { font-family: 'Outfit', sans-serif; font-size: 26px; font-weight: 600; letter-spacing: -0.015em; margin-bottom: 8px; }
.doc-scope { font-size: 13.5px; color: var(--text-body); margin-bottom: 34px; padding-bottom: 34px; border-bottom: 1px solid var(--border); }

.doc-section { padding: 30px 0; border-bottom: 1px solid var(--border); scroll-margin-top: 100px; }
.doc-section-num {
  display: inline-block; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; color: var(--green); margin-bottom: 8px;
}
.doc-section h3 { font-family: 'Outfit', sans-serif; font-size: 19px; font-weight: 600; margin-bottom: 12px; }
.doc-section p { font-size: 14px; line-height: 1.75; color: var(--text-body); }
.doc-section ul { margin-top: 12px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.doc-section li {
  font-size: 13.5px; line-height: 1.65; color: var(--text-body); padding-left: 20px; position: relative;
}
.doc-section li::before { content: "›"; position: absolute; left: 0; color: var(--green); font-weight: 600; }
.doc-section li strong { color: var(--dark); }

.norm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 14px; }
.norm-item { background: var(--seg-bg); padding: 14px 16px; }
.norm-code { display: block; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; }
.norm-desc { font-size: 12px; line-height: 1.5; color: var(--text-body); }

.doc-declaration {
  margin-top: 10px; padding: 28px 30px; background: var(--seg-bg);
}
.doc-declaration p { font-size: 13.5px; line-height: 1.75; color: var(--dark); margin-bottom: 14px; }
.doc-declaration-meta { font-size: 11.5px; color: var(--text-body); letter-spacing: 0.02em; }

.report-section { background: var(--dark-2); padding: 90px 0; }
.report-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.report-title { font-family: 'Outfit', sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -0.015em; color: #ffffff; max-width: 620px; }
.btn-report {
  flex: 0 0 auto; white-space: nowrap; font-family: 'Outfit', sans-serif; font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--dark-2); background: var(--green-bright);
  padding: 15px 26px; border-radius: 4px; transition: background 0.2s;
}
.btn-report:hover { background: #ffffff; }
.report-lead { max-width: 560px; font-size: 14px; line-height: 1.75; color: #C9DACE; margin-bottom: 40px; }
.report-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #4A6450; }
.report-info-grid > div { padding: 22px 0; border-right: 1px solid #4A6450; }
.report-info-grid > div:last-child { border-right: 0; }
.report-info-grid > div:first-child { padding-left: 0; }
.report-info-label { display: block; margin-bottom: 6px; font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-bright); }
.report-info-value { font-size: 13.5px; color: #E4EDE7; }

/* Portfolio page */
.pf-filters {
  max-width: 1240px; margin: 0 auto; padding: 0 44px 8px;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.pf-filter-btn {
  border: 1px solid var(--border); background: #ffffff; color: var(--text-body); cursor: pointer;
  padding: 10px 18px; border-radius: 30px; white-space: nowrap;
  font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pf-filter-btn:hover { border-color: var(--dark); color: var(--dark); }
.pf-filter-btn.is-active { background: var(--dark); border-color: var(--dark); color: #ffffff; }

.pf-count {
  max-width: 1240px; margin: 0 auto; padding: 26px 44px 0;
  font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-body);
}

.pf-grid {
  max-width: 1240px; margin: 0 auto; padding: 18px 44px 100px;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px;
}
.pf-card { display: flex; flex-direction: column; }
.pf-card.is-hidden { display: none; }
.pf-card-photo { position: relative; height: 230px; overflow: hidden; }
.pf-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.pf-badge {
  position: absolute; top: 14px; left: 14px; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(22,34,28,0.85); color: #ffffff; display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600;
}
.pf-tag {
  display: block; margin-top: 16px; font-family: 'Outfit', sans-serif; font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--green);
}
.pf-card h3 { margin-top: 8px; font-family: 'Outfit', sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.pf-desc { margin-top: 8px; font-size: 13.5px; line-height: 1.6; color: var(--text-body); }
.pf-meta {
  margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border);
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.pf-meta span:first-child {
  display: block; margin-bottom: 4px; font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-body);
}
.pf-meta span:last-child { font-size: 13px; color: var(--dark); }

.pf-contact { background: var(--seg-bg); padding: 80px 0; }
.pf-contact-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 44px;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.pf-contact-text h2 { margin-top: 8px; font-family: 'Outfit', sans-serif; font-size: 34px; font-weight: 600; letter-spacing: -0.02em; }
.pf-contact-lead { margin-top: 14px; max-width: 400px; font-size: 14px; line-height: 1.7; color: var(--text-body); }
.pf-contact-info {
  max-width: 1240px; margin: 40px auto 0; padding: 30px 44px 0;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;
  border-top: 1px solid rgba(22,34,28,0.12);
}
.pf-contact-label {
  display: block; margin-bottom: 6px; font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--green);
}
.pf-contact-value { font-size: 14px; color: var(--dark); }

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 25;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(22,34,28,0.28);
  transition: bottom 280ms ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover { transform: scale(1.06); box-shadow: 0 8px 22px rgba(22,34,28,0.34); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #ffffff; }
body.has-cookie-banner .whatsapp-float { bottom: 108px; }

/* LGPD cookie banner */
.cookie-banner {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 26;
  background: var(--dark); padding: 18px 44px;
  align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  transform: translateY(100%); transition: transform 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.cookie-banner.is-visible { display: flex; transform: translateY(0); }
.cookie-banner p { font-size: 12.5px; line-height: 1.6; color: #B4C4BA; max-width: 720px; }
.cookie-banner a { color: var(--green-light); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner a:hover { color: var(--green-bright); }
.btn-cookie-accept {
  flex: 0 0 auto; white-space: nowrap; border: 0; cursor: pointer;
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--dark); background: var(--green-bright); padding: 12px 22px; border-radius: 4px; transition: background 0.2s;
}
.btn-cookie-accept:hover { background: #ffffff; }

@media (max-width: 900px) {
  .main-nav, .nav-cta { display: none; }
  .site-header { justify-content: center; }
  .empresa, .segmentos-grid, .servicos-grid, .contato, .footer-grid { grid-template-columns: 1fr; }
  .hero-main { font-size: 40px; }
  .hero-content { padding: 0 24px; }
  .mobile-tabbar { display: flex; }
  .mobile-menu-overlay { display: block; }
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0)); }

  .empresa-text { align-items: center; text-align: center; }
  .empresa-text .btn-dark { align-self: center; }

  .segmentos .section-inner, .servicos, .compliance .section-inner, .contato-info {
    text-align: center;
  }
  .segmentos-head, .servicos-head { flex-direction: column; align-items: center; gap: 14px; }
  .segmentos-lead, .servicos-lead { text-align: center; max-width: none; }
  .contato-info { align-items: center; }
  .contato-details { align-items: center; }
  .contato-details > div { align-items: center; }

  .footer-col { align-items: center; text-align: center; }
  .footer-line { justify-content: center; }
  .footer-col a { justify-content: center; }
  .footer-about { text-align: center; }
  .footer-bottom, .footer-bottom > div { flex-direction: column; text-align: center; gap: 10px; }

  .page-hero-top { flex-direction: column; gap: 20px; }
  .page-hero-lead { text-align: left; max-width: none; }
  .doc-download { padding: 0 24px 40px; }
  .doc-info-grid, .norm-grid, .report-info-grid { grid-template-columns: 1fr; }
  .doc-info-grid > div, .report-info-grid > div { border-right: 0; border-bottom: 1px solid var(--border); }
  .doc-layout { grid-template-columns: 1fr; }
  .doc-toc { position: static; margin-bottom: 10px; }
  .page-hero { padding: 60px 24px 40px; }
  .doc-tabs { padding: 0 24px; flex-direction: column; }
  .doc-layout { padding: 40px 24px 70px; }
  .report-section .section-inner { padding: 0 24px; }
  .report-head { flex-direction: column; }

  .clientes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cliente-logo:nth-child(5n) { border-right: 1px solid var(--border); }
  .cliente-logo:nth-child(2n) { border-right: 0; }
  .cliente-logo:nth-child(n+6) { border-bottom: 1px solid var(--border); }
  .cliente-logo:nth-last-child(-n+2) { border-bottom: 0; }

  .pf-filters, .pf-count, .pf-grid { padding-left: 24px; padding-right: 24px; }
  .pf-grid { grid-template-columns: 1fr; }
  .pf-contact-inner, .pf-contact-info { padding-left: 24px; padding-right: 24px; }
  .pf-contact-info { grid-template-columns: 1fr 1fr; }

  .whatsapp-float { display: none; }
  .cookie-banner {
    padding: 16px 20px; bottom: calc(60px + env(safe-area-inset-bottom, 0));
    flex-direction: column; align-items: stretch; text-align: left;
  }
  .btn-cookie-accept { width: 100%; }
}
