/* Exact typography from the GTM home section used as visual reference. */
@font-face { font-family: "wfont_22d309_056402873c8848cf9a4ceb41a3eea560"; src: url("https://static.wixstatic.com/ufonts/22d309_056402873c8848cf9a4ceb41a3eea560/woff2/file.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 400; }
/* Exact Latin subset served by the GTM Wix site for Montserrat 400. */
@font-face { font-family: "montserrat"; src: url("https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 400; }

:root {
  --ink: #0e2630;
  --sea: #005679;
  --sea-deep: #00435e;
  --aqua: #75c7cd;
  --mist: #edf3f4;
  --sand: #f5f3ef;
  --white: #ffffff;
  --line: #c6d6d8;
  --muted: #597079;
  --danger: #ad3434;
  --success: #0d6c61;
  --shadow: 0 22px 50px rgba(2, 36, 51, .14);
  --display: "wfont_22d309_056402873c8848cf9a4ceb41a3eea560", sans-serif;
  --body: montserrat, sans-serif;
  --nav: montserrat, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f4f4f4; font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--white); padding: .75rem 1rem; z-index: 9; }
.skip:focus { left: 1rem; top: 1rem; }
.site-header { height: 112px; display: flex; align-items: center; background: #004e71; color: var(--white); }
/* Same 980px grid, logo and menu offsets used by the GTM Wix header. */
.header-inner { width: min(980px, calc(100% - 3rem)); height: 112px; margin: 0 auto; position: relative; }
.brand { display: inline-flex; width: 166px; color: var(--white); text-decoration: none; }
.site-header .brand { width: 200px; position: absolute; left: 71px; top: 0; height: 102px; align-items: center; }
.brand-logo { display: block; width: 100%; height: auto; }
.site-nav { display: grid; grid-template-columns: 156px 166px 148px 154px; width: 648px; position: absolute; left: 304px; top: 31px; height: 40px; font-family: var(--nav); font-size: 1rem; font-weight: 400; letter-spacing: .05em; }
.site-nav a { color: var(--white); text-decoration: none; opacity: .96; display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus { text-decoration: underline; text-underline-offset: .4rem; }
.hero { width: min(1124px, calc(100% - 3rem)); min-height: 501px; margin: 52px auto 0; color: var(--white); border-radius: 14px; overflow: hidden; background: linear-gradient(rgba(0, 44, 65, .28), rgba(0, 44, 65, .28)), url("https://static.wixstatic.com/media/3796ce_03218d0c1cc8458da9c186a1117d0614~mv2.png/v1/fill/w_1405,h_626,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/3796ce_03218d0c1cc8458da9c186a1117d0614~mv2.png") center / cover; display: grid; place-items: center; }
.hero-inner { width: min(840px, calc(100% - 3rem)); margin: 0 auto; padding: 3rem 0; text-align: center; }
.eyebrow { display: inline-block; margin: 0 0 .8rem; color: var(--white); font-family: var(--display); font-size: 1.25rem; font-weight: 400; letter-spacing: -.02em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: .9; margin: 0; text-transform: uppercase; letter-spacing: -.02em; }
h1 { max-width: 780px; margin: 0 auto; font-size: clamp(2.75rem, 4vw, 3.4rem); }
.hero p { max-width: 720px; margin: 1.2rem auto 0; font-size: 1.1rem; line-height: 1.45; }
main { width: min(980px, calc(100% - 3rem)); margin: 0 auto; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 4.25rem 0 0; border-top: 1px solid #b8d0d5; border-bottom: 1px solid #b8d0d5; }
.trust-item { min-height: 0; padding: 1.55rem 1.7rem; background: transparent; }
.trust-item + .trust-item { border-left: 1px solid #b8d0d5; }
.trust-item strong { display: block; color: var(--sea); font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: .78rem; letter-spacing: .1em; }
.trust-item p { margin: .45rem 0 0; font-size: 1rem; line-height: 1.4; }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6.25rem; padding: 6.5rem 0 5.5rem; }
.section-index { color: var(--sea); font-family: var(--display); font-size: 1.25rem; font-weight: 400; letter-spacing: -.02em; }
.intro h2, .panel h2, .faq h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); margin-top: .65rem; }
.intro p, .scope p { font-size: 1.25rem; line-height: 1.4; }
.scope { padding: 1.8rem 0 0; border-top: 2px solid var(--aqua); }
.scope h3 { font-size: 1.2rem; color: var(--sea); }
.scope ul { padding-left: 1.1rem; margin: .75rem 0 0; }
.scope li { margin-bottom: .38rem; }
.panel { background: transparent; box-shadow: none; padding: 5.75rem 0; margin: 0; border-top: 1px solid #b8d0d5; }
.panel-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 2rem; margin-bottom: 2.4rem; }
.panel-head p { max-width: 430px; margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0 0 3rem; list-style: none; border-bottom: 1px solid var(--line); }
.steps li { border: 0; border-bottom: 3px solid transparent; border-radius: 0; padding: .75rem 0; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.steps li.active { background: transparent; border-color: #e8540e; color: var(--sea); }
.form-step[hidden], .optional-identification[hidden], .result[hidden], .tab-panel[hidden] { display: none; }
.form-step { min-height: clamp(560px, calc(100vh - 220px), 740px); }
/* Once a person starts the report, keep the page focused on completing it. */
.report-in-progress #acompanhar, .report-in-progress .faq, .report-in-progress .site-footer { display: none; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.field-full { grid-column: 1 / -1; }
label, legend { display: block; font-family: var(--body); font-weight: 700; font-size: .86rem; margin: 0 0 .42rem; }
.hint { color: var(--muted); display: block; font-size: .8rem; margin: -.1rem 0 .45rem; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid #a9c5ca; border-radius: 0; background: transparent; color: var(--ink); padding: .75rem .8rem; font: inherit; }
textarea { min-height: 154px; resize: vertical; }
input:focus, select:focus, textarea:focus, button:focus, a:focus { outline: 3px solid rgba(117,199,205,.9); outline-offset: 2px; }
fieldset { border: 0; padding: 0; margin: 0 0 1.25rem; }
legend { margin-bottom: .55rem; }
.choice { display: inline-flex; align-items: center; gap: .5rem; margin: 0 1.1rem .55rem 0; font-size: .9rem; }
.choice input { width: 18px; min-height: 18px; accent-color: var(--sea); }
.consent { display: flex; gap: .65rem; align-items: flex-start; padding-top: 1rem; font-size: .85rem; }
.consent input { width: 18px; min-height: 18px; margin-top: .2rem; accent-color: var(--sea); }
.consent a { color: var(--sea); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.consent a:hover { color: var(--sea-deep); }
.form-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .7rem 1.45rem; border: 1px solid var(--sea); background: var(--sea); color: var(--white); cursor: pointer; font: 700 .77rem var(--body); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .2s, transform .2s; }
.button:hover { background: var(--sea-deep); transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--sea); }
.button.secondary:hover { background: var(--mist); }
.button[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.alert { border-left: 4px solid var(--sea); background: var(--mist); padding: 1rem 1.15rem; margin: 0 0 1.5rem; font-size: .92rem; }
.alert.error { border-color: var(--danger); background: #fff2f2; color: #711f1f; }
.alert.success { border-color: var(--success); background: #edf8f5; }
.protocol { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: clamp(1.4rem, 4vw, 2.2rem); letter-spacing: .06em; color: var(--sea); margin: 1rem 0; }
.secret-box { border: 1px solid var(--aqua); background: #f6ffff; padding: 1.1rem; margin: 1rem 0; }
.secret-box strong { display: block; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 1.25rem; margin-top: .35rem; word-break: break-all; }
.tabs { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 2rem; }
.tab { appearance: none; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--muted); cursor: pointer; padding: .85rem 1rem; font: 700 .75rem var(--body); letter-spacing: .08em; text-transform: uppercase; }
.tab[aria-selected="true"] { border-color: var(--sea); color: var(--sea); }
.case-status { display: inline-block; color: var(--success); background: #eaf7f3; padding: .25rem .55rem; font-size: .75rem; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; }
.timeline { list-style: none; padding: 0; border-left: 1px solid var(--line); margin: 1.25rem 0; }
.timeline li { position: relative; padding: 0 0 1.2rem 1.25rem; }
.timeline li::before { content: ""; position: absolute; left: -5px; top: .35rem; width: 9px; height: 9px; border-radius: 50%; background: var(--sea); }
.timeline time { display: block; color: var(--muted); font-size: .78rem; }
.faq { padding: 5.75rem 0; border-top: 1px solid #b8d0d5; }
.faq details { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { max-width: 720px; color: var(--muted); }
.site-footer { background: var(--ink); color: var(--white); padding: 2.5rem 0; }
.footer-inner { width: min(1040px, calc(100% - 3rem)); margin: 0 auto; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.footer-inner p { margin: .5rem 0 0; color: #b9c9cd; font-size: .8rem; }
.footer-link { color: var(--aqua); font-size: .82rem; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
@media (max-width: 720px) {
  body { overflow-x: hidden; }
  .site-header { height: 126px; }
  .header-inner, .hero-inner, main, .footer-inner { width: min(100% - 2.5rem, 1040px); }
  .header-inner { height: 126px; }
  .site-header .brand { width: 128px; height: 62px; left: 0; top: 0; }
  .site-nav { display: flex; width: 100%; height: 44px; left: 0; top: 72px; overflow-x: auto; gap: 1.3rem; padding: 0 .05rem .25rem; font-size: .72rem; letter-spacing: .035em; scrollbar-width: thin; }
  .site-nav a { flex: 0 0 auto; justify-content: flex-start; }
  .hero { width: min(100% - 2.5rem, 1124px); min-height: 320px; margin-top: 24px; border-radius: 9px; background-position: 58% center; }
  .hero-inner { width: min(100% - 2.25rem, 840px); padding: 2rem 0; }
  .eyebrow,.section-index { font-size: 1rem; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.1rem); line-height: .92; }
  .hero p { margin-top: 1rem; font-size: .97rem; }
  .trust-strip, .intro, .field-grid { grid-template-columns: 1fr; }
  .trust-strip { margin-top: 2.6rem; }
  .trust-item { padding: 1.25rem 0; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid #b8d0d5; }
  .intro { gap: 2rem; padding: 3.6rem 0; }
  .intro p, .scope p { font-size: 1.05rem; }
  .panel { padding: 3.6rem 0; margin: 0; }
  .panel-head, .footer-inner { display: block; }
  .panel-head { gap: 0; padding-bottom: 1.5rem; margin-bottom: 1.6rem; }
  .panel-head p { margin-top: 1rem; font-size: .95rem; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 1.7rem; }
  .steps li { min-height: 48px; display: flex; align-items: center; padding: .45rem .1rem; font-size: .68rem; line-height: 1.15; letter-spacing: .045em; }
  .form-step { min-height: clamp(500px, calc(100vh - 180px), 680px); }
  .report-in-progress .form-step { min-height: 0; }
  .field-grid { gap: 1rem; }
  input, select, textarea { min-height: 52px; font-size: 16px; }
  textarea { min-height: 142px; }
  .choice { width: 100%; margin: 0 0 .8rem; font-size: .92rem; }
  .alert { padding: .95rem 1rem; font-size: .9rem; }
  .consent { font-size: .82rem; }
  .form-actions { flex-direction: column; margin-top: 1.6rem; }
  .form-actions .button { width: 100%; min-height: 54px; }
  .form-actions .button:not(.secondary) { order: 2; }
  .tabs { flex-wrap: wrap; margin-bottom: 1.25rem; }
  .tab { flex: 1 1 50%; padding: .75rem .45rem; font-size: .66rem; }
  .faq { padding: 3.6rem 0; }
  .footer-inner { padding-bottom: .25rem; }
  .footer-link { display: inline-block; margin-top: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
