:root {
  --cm-navy: #062b45;
  --cm-navy-2: #0b3b5d;
  --cm-blue: #17689a;
  --cm-sky: #eaf5fb;
  --cm-sky-2: #f4f9fc;
  --cm-green: #178c54;
  --cm-green-dark: #0f6d40;
  --cm-amber: #a65b00;
  --cm-amber-bg: #fff6df;
  --cm-ink: #172c39;
  --cm-muted: #5c6e79;
  --cm-border: #d8e5ec;
  --cm-white: #fff;
  --cm-shadow: 0 18px 50px rgba(6, 43, 69, .12);
}

.page-comprei-meia {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--cm-ink);
}

.page-comprei-meia *,
.page-comprei-meia *::before,
.page-comprei-meia *::after {
  box-sizing: border-box;
}

.page-comprei-meia .container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.cm-guide {
  overflow: clip;
}

.page-comprei-meia .skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  max-width: calc(100vw - 24px);
  transform: translateY(calc(-100% - 24px));
  border-radius: 8px;
  background: #fff;
  padding: 12px 16px;
  color: var(--cm-navy);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.page-comprei-meia .skip-link:focus,
.page-comprei-meia .skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}

.cm-guide h1,
.cm-guide h2,
.cm-guide h3,
.cm-guide p {
  margin-top: 0;
}

.cm-guide p {
  color: var(--cm-muted);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.cm-guide h2 {
  color: var(--cm-navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin-bottom: 20px;
}

.cm-guide h3 {
  color: var(--cm-navy);
  line-height: 1.2;
}

.cm-guide a:focus-visible,
.cm-guide summary:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 4px;
  border-radius: 6px;
}

.page-comprei-meia .button {
  border-color: #168438;
  background: #168438;
}

.page-comprei-meia .button:hover {
  border-color: #0f6d40;
  background: #0f6d40;
}

.cm-breadcrumb {
  border-bottom: 1px solid var(--cm-border);
  background: #fff;
}

.cm-breadcrumb .container {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 9px;
  overflow: hidden;
  white-space: nowrap;
  color: #71838d;
  font-size: .78rem;
}

.cm-breadcrumb a {
  color: #476371;
  text-decoration: none;
}

.cm-breadcrumb a:hover {
  text-decoration: underline;
}

.cm-breadcrumb strong {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--cm-navy);
}

.cm-hero {
  position: relative;
  min-height: 660px;
  background: var(--cm-navy);
  isolation: isolate;
}

.cm-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.cm-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 27, 49, .96) 0%, rgba(5, 35, 61, .86) 38%, rgba(5, 35, 61, .18) 68%, rgba(5, 35, 61, .03) 100%);
}

.cm-hero-inner {
  min-height: 660px;
  display: flex;
  align-items: center;
  padding-block: 72px;
}

.cm-hero-copy {
  max-width: 650px;
  color: #fff;
}

.cm-kicker,
.cm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2c7ca9;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1.3;
}

.cm-kicker {
  color: #9ddcff;
  margin-bottom: 22px;
}

.cm-kicker i {
  color: #6fd49d;
  font-style: normal;
}

.cm-hero h1 {
  color: #fff;
  font-size: clamp(2.5rem, 5.2vw, 4.65rem);
  line-height: .99;
  letter-spacing: -.06em;
  margin-bottom: 26px;
  text-wrap: balance;
}

.cm-hero-answer {
  max-width: 630px;
  color: #e9f4fa !important;
  font-size: clamp(1.08rem, 1.6vw, 1.24rem) !important;
  line-height: 1.62 !important;
  margin-bottom: 30px;
}

.cm-hero-answer strong {
  color: #fff;
}

.cm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cm-actions .button,
.cm-process-action .button,
.cm-final-actions .button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cm-button-secondary,
.cm-final-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 10px;
  padding: 12px 20px;
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.cm-button-secondary:hover,
.cm-final-secondary:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.cm-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 28px;
  color: #c9dce6;
  font-size: .82rem;
}

.cm-route {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid var(--cm-border);
  box-shadow: 0 12px 35px rgba(6, 43, 69, .08);
}

.cm-route ol {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}

.cm-route li {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  align-items: center;
  gap: 12px;
  padding: 22px 20px;
  border-right: 1px solid var(--cm-border);
}

.cm-route li:first-child {
  border-left: 1px solid var(--cm-border);
}

.cm-route li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cm-sky);
  color: var(--cm-blue);
  font-size: .72rem;
  font-weight: 900;
}

.cm-route small,
.cm-route strong {
  display: block;
}

.cm-route small {
  color: #5c6e79;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: 4px;
}

.cm-route strong {
  color: var(--cm-navy);
  font-size: .96rem;
  line-height: 1.25;
}

.cm-route i {
  color: var(--cm-blue);
  font-style: normal;
  font-weight: 900;
}

.cm-route .is-done > span {
  background: #e5f7ed;
  color: var(--cm-green-dark);
}

.cm-route .is-done i {
  color: var(--cm-green);
}

.cm-route .is-focus {
  background: var(--cm-amber-bg);
}

.cm-route .is-focus > span {
  background: #fff;
  color: var(--cm-amber);
}

.cm-route .is-focus i {
  color: var(--cm-amber);
}

.cm-section {
  padding-block: clamp(72px, 8vw, 112px);
}

.cm-heading {
  max-width: 800px;
  margin-bottom: 42px;
}

.cm-heading-center {
  text-align: center;
  margin-inline: auto;
}

.cm-eyebrow {
  margin-bottom: 14px;
}

.cm-lead {
  color: #314d5d !important;
  font-size: clamp(1.12rem, 1.6vw, 1.3rem) !important;
  line-height: 1.62 !important;
}

.cm-fast {
  background: var(--cm-sky-2);
}

.cm-fast-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
}

.cm-proof {
  background: #fff;
  border: 1px solid var(--cm-border);
  border-radius: 22px;
  box-shadow: var(--cm-shadow);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.cm-proof > div {
  min-width: 0;
  text-align: center;
}

.cm-proof div > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #e4f6ec;
  color: var(--cm-green-dark);
  font-weight: 900;
}

.cm-proof strong,
.cm-proof small {
  display: block;
}

.cm-proof strong {
  color: var(--cm-navy);
  font-size: .9rem;
}

.cm-proof small {
  margin-top: 4px;
  color: #5c6e79;
  font-size: .72rem;
  line-height: 1.3;
}

.cm-proof > i {
  color: #9ab1bd;
  font-style: normal;
  font-weight: 900;
}

.cm-proof > b {
  grid-column: 1 / -1;
  display: block;
  margin-top: 12px;
  border-radius: 9px;
  background: var(--cm-navy);
  padding: 12px;
  color: #fff;
  text-align: center;
  font-size: .76rem;
  letter-spacing: .14em;
}

.cm-tomorrow {
  position: relative;
  background: #fff;
}

.cm-tomorrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  background: #d78314;
}

.cm-tomorrow-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(44px, 7vw, 88px);
  align-items: start;
}

.cm-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.cm-badges span {
  border-radius: 999px;
  background: var(--cm-amber-bg);
  border: 1px solid #f1d69a;
  padding: 7px 11px;
  color: #824700;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .07em;
}

.cm-badges span:last-child {
  background: #e6f7ee;
  border-color: #b8e1ca;
  color: var(--cm-green-dark);
}

.cm-timing {
  border-left: 4px solid #d78314;
  background: var(--cm-amber-bg);
  padding: 20px 22px;
  margin-top: 30px;
}

.cm-timing strong {
  display: block;
  color: #704000;
  margin-bottom: 5px;
}

.cm-timing p {
  margin: 0;
  color: #684b25;
  font-size: .95rem;
  line-height: 1.55;
}

.cm-urgent-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cm-border);
}

.cm-urgent-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--cm-border);
  padding: 15px 8px;
}

.cm-urgent-steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--cm-navy);
  color: #fff;
  font-weight: 850;
}

.cm-urgent-steps p {
  margin: 0;
  color: #395463;
  font-size: 1rem;
  line-height: 1.45;
}

.cm-dont-wait {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 14px;
  background: var(--cm-navy);
  padding: 20px 24px;
}

.cm-dont-wait > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5b94c;
  color: #4e3000;
  font-weight: 950;
}

.cm-dont-wait p {
  margin: 0;
  color: #eaf5fa;
  font-size: 1rem;
}

.cm-documents {
  background: var(--cm-sky-2);
}

.cm-doc-table {
  overflow: hidden;
  border: 1px solid var(--cm-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(6, 43, 69, .08);
}

.cm-doc-table article {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) 1.15fr 210px;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid var(--cm-border);
}

.cm-doc-table article:last-child {
  border-bottom: 0;
}

.cm-doc-table article > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: center;
}

.cm-doc-table article > div > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--cm-sky);
  color: var(--cm-blue);
  font-size: .72rem;
  font-weight: 900;
}

.cm-doc-table h3,
.cm-doc-table p {
  margin: 0;
}

.cm-doc-table h3 {
  font-size: 1rem;
}

.cm-doc-table p {
  font-size: .9rem;
  line-height: 1.5;
}

.cm-doc-table article > strong {
  justify-self: end;
  border-radius: 999px;
  background: #edf3f6;
  padding: 7px 10px;
  color: #586d78;
  font-size: .65rem;
  letter-spacing: .05em;
  text-align: center;
}

.cm-doc-table .is-primary {
  background: var(--cm-navy);
}

.cm-doc-table .is-primary h3,
.cm-doc-table .is-primary p {
  color: #fff;
}

.cm-doc-table .is-primary > div > span {
  background: #fff;
  color: var(--cm-navy);
}

.cm-doc-table .is-primary > strong {
  background: #dff5e9;
  color: var(--cm-green-dark);
}

.cm-inline-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.cm-inline-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  border: 1px solid var(--cm-border);
  border-radius: 14px;
  background: #fff;
  padding: 18px 20px;
  color: var(--cm-navy);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cm-inline-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(6, 43, 69, .09);
}

.cm-inline-links span {
  color: var(--cm-blue);
  font-size: .8rem;
  font-weight: 750;
  text-align: right;
}

.cm-digital {
  background: var(--cm-navy);
}

.cm-digital-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.cm-digital h2,
.cm-digital p {
  color: #fff;
}

.cm-digital .cm-eyebrow {
  color: #91d5f9;
}

.cm-big-answer {
  margin-bottom: 8px !important;
  color: #75dda6 !important;
  font-size: 2.4rem !important;
  font-weight: 900;
  line-height: 1 !important;
}

.cm-text-link {
  display: inline-block;
  margin-top: 10px;
  color: #a9def9;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cm-digital-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  background: linear-gradient(145deg, #1373a8, #0c4f79);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
  padding: 30px;
  color: #fff;
}

.cm-digital-card::after {
  content: "CIE";
  position: absolute;
  right: -12px;
  top: 48px;
  color: rgba(255, 255, 255, .07);
  font-size: 8rem;
  font-weight: 950;
  letter-spacing: -.08em;
}

.cm-digital-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  padding-bottom: 18px;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .13em;
}

.cm-digital-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.cm-digital-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: #effaff;
}

.cm-digital-card li span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #79dfa7;
  color: #064329;
  font-size: .7rem;
  font-weight: 900;
}

.cm-validity {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background: rgba(4, 32, 53, .36);
  padding: 15px 17px;
}

.cm-validity small,
.cm-validity strong {
  display: block;
}

.cm-validity small {
  margin-bottom: 3px;
  color: #9ed4ef;
  font-size: .67rem;
  letter-spacing: .1em;
}

.cm-digital-card > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 18px;
  color: #fff;
  font-size: .84rem;
  font-weight: 750;
  text-underline-offset: 4px;
}

.cm-process {
  background: #fff;
}

.cm-process-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  counter-reset: steps;
}

.cm-process-list li {
  position: relative;
  padding: 0 22px;
  border-left: 1px solid var(--cm-border);
}

.cm-process-list li:last-child {
  border-right: 1px solid var(--cm-border);
}

.cm-process-list li > span {
  display: block;
  margin-bottom: 22px;
  color: #aac2cf;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.cm-process-list h3 {
  min-height: 46px;
  margin-bottom: 9px;
  font-size: 1rem;
}

.cm-process-list p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.52;
}

.cm-process-action {
  margin-top: 50px;
  text-align: center;
}

.cm-process-action p {
  margin: 12px 0 0;
  font-size: .82rem;
}

.cm-no-time {
  background: var(--cm-sky);
}

.cm-no-time-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.cm-no-time-mark {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid #bdd9e7;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--cm-shadow);
  color: var(--cm-navy);
  text-align: center;
}

.cm-no-time-mark span {
  font-size: 6.4rem;
  font-weight: 250;
  line-height: .9;
}

.cm-no-time-mark b {
  margin-top: 10px;
  font-size: .72rem;
  letter-spacing: .18em;
}

.cm-no-time ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.cm-no-time li {
  position: relative;
  padding: 7px 0 7px 24px;
  color: #385261;
}

.cm-no-time li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--cm-amber);
  font-weight: 900;
}

.cm-law {
  background: #fff;
}

.cm-law-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.cm-law-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cm-law-cards a {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border: 1px solid var(--cm-border);
  border-radius: 18px;
  padding: 28px;
  color: var(--cm-navy);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cm-law-cards a:hover {
  transform: translateY(-3px);
  box-shadow: var(--cm-shadow);
}

.cm-law-cards small {
  margin-bottom: 36px;
  color: var(--cm-blue);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.cm-law-cards strong {
  font-size: 1.18rem;
}

.cm-law-cards p {
  margin: 14px 0 24px;
  font-size: .92rem;
  line-height: 1.55;
}

.cm-law-cards span {
  margin-top: auto;
  color: var(--cm-blue);
  font-size: .84rem;
  font-weight: 750;
}

.cm-law-note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  border-left: 4px solid var(--cm-green);
  background: #eff9f3;
  padding: 17px 20px;
  color: #315844 !important;
  font-size: .96rem !important;
}

.cm-institutional {
  background: var(--cm-navy);
}

.cm-institutional-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: clamp(46px, 8vw, 110px);
}

.cm-brand-seal {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: radial-gradient(circle, #125f8c, #083753 68%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
  color: #fff;
}

.cm-brand-seal span,
.cm-brand-seal small {
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .2em;
}

.cm-brand-seal strong {
  margin: 4px 0;
  font-size: 4.7rem;
  letter-spacing: -.08em;
  line-height: 1;
}

.cm-institutional .cm-eyebrow {
  color: #94d8fa;
}

.cm-institutional h2,
.cm-institutional p {
  color: #fff;
}

.cm-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cm-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 8px 13px 8px 8px;
  color: #e6f4fa;
  font-size: .8rem;
}

.cm-trust-row b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #69d39a;
  color: #063d27;
  font-size: .64rem;
}

.cm-related {
  background: var(--cm-sky-2);
}

.cm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cm-related-grid a {
  min-height: 195px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cm-border);
  border-radius: 17px;
  background: #fff;
  padding: 24px;
  color: var(--cm-navy);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cm-related-grid a:hover {
  transform: translateY(-3px);
  border-color: #9fc9dd;
  box-shadow: 0 14px 35px rgba(6, 43, 69, .1);
}

.cm-related-grid small {
  margin-bottom: 24px;
  color: var(--cm-blue);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.cm-related-grid strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.cm-related-grid span {
  margin-top: auto;
  padding-top: 22px;
  color: var(--cm-blue);
  font-size: .82rem;
  font-weight: 750;
}

.cm-related-grid .cm-related-special {
  grid-column: span 3;
  min-height: 130px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  background: var(--cm-navy);
  color: #fff;
}

.cm-related-special small,
.cm-related-special span {
  margin: 0;
  padding: 0;
  color: #a4dcf7;
}

.cm-related-special strong {
  font-size: 1.25rem;
}

.cm-final {
  background: #fff;
  padding-bottom: 0;
}

.cm-final-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(125deg, #0a3b5b, #062b45 70%);
  box-shadow: var(--cm-shadow);
  padding: clamp(32px, 5vw, 58px);
  color: #fff;
}

.cm-final-card h2,
.cm-final-card p {
  color: #fff;
}

.cm-final-card h2 {
  margin: 10px 0 14px;
}

.cm-final-card > div > span,
.cm-final-card > div > small {
  color: #9cd9f6;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.cm-final-card > div > small {
  display: block;
  margin-top: 20px;
  color: #aee8c9;
}

.cm-final-card i {
  font-style: normal;
}

.cm-final-actions {
  min-width: 330px;
  display: grid;
  gap: 12px;
}

.cm-faq {
  background: #fff;
}

.cm-faq-grid {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(48px, 7vw, 90px);
  align-items: start;
}

.cm-faq-intro {
  position: sticky;
  top: 120px;
}

.cm-faq-list {
  border-top: 1px solid var(--cm-border);
}

.cm-faq-list details {
  border-bottom: 1px solid var(--cm-border);
}

.cm-faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 23px 50px 23px 0;
  color: var(--cm-navy);
  font-size: 1.02rem;
  font-weight: 780;
  line-height: 1.4;
}

.cm-faq-list summary::-webkit-details-marker {
  display: none;
}

.cm-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--cm-sky);
  color: var(--cm-blue);
  font-size: 1.25rem;
}

.cm-faq-list details[open] summary::after {
  content: "−";
}

.cm-faq-list details p {
  margin: -5px 50px 22px 0;
  color: #526874;
  font-size: .98rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .cm-hero,
  .cm-hero-inner {
    min-height: 610px;
  }

  .cm-hero::after {
    background: linear-gradient(90deg, rgba(5, 27, 49, .97) 0%, rgba(5, 35, 61, .88) 47%, rgba(5, 35, 61, .28) 78%, rgba(5, 35, 61, .12) 100%);
  }

  .cm-hero-copy {
    max-width: 590px;
  }

  .cm-route ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .cm-route li:nth-child(2) {
    border-right: 0;
  }

  .cm-route li:nth-child(-n+2) {
    border-bottom: 1px solid var(--cm-border);
  }

  .cm-proof {
    grid-template-columns: 1fr;
  }

  .cm-proof > i {
    text-align: center;
  }

  .cm-process-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }

  .cm-process-list li:nth-child(4) {
    border-left: 0;
  }

  .cm-process-list li:last-child {
    border-right: 0;
  }

  .cm-doc-table article {
    grid-template-columns: minmax(250px, .9fr) 1.1fr;
  }

  .cm-doc-table article > strong {
    grid-column: 2;
    justify-self: start;
  }

  .cm-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cm-related-grid .cm-related-special {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .page-comprei-meia .container {
    width: min(100% - 32px, 680px);
  }

  .cm-guide p {
    font-size: 1rem;
  }

  .cm-guide h2 {
    font-size: clamp(1.9rem, 8vw, 2.55rem);
  }

  .cm-breadcrumb .container {
    min-height: 44px;
  }

  .cm-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: var(--cm-navy);
  }

  .cm-hero::after {
    display: none;
  }

  .cm-hero-media {
    position: relative;
    inset: auto;
    z-index: auto;
    order: 2;
    aspect-ratio: 1200 / 630;
  }

  .cm-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 43, 69, .22), transparent 35%);
  }

  .cm-hero-media img {
    display: block;
    object-position: 58% center;
  }

  .cm-hero-inner {
    min-height: 0;
    padding-block: 52px 44px;
  }

  .cm-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.2rem);
  }

  .cm-hero-answer {
    font-size: 1.05rem !important;
  }

  .cm-meta {
    display: grid;
  }

  .cm-route ol {
    grid-template-columns: 1fr;
    padding-block: 8px;
  }

  .cm-route li,
  .cm-route li:first-child {
    min-height: 84px;
    border: 0;
    border-bottom: 1px solid var(--cm-border);
    padding: 15px 12px;
  }

  .cm-route li:last-child {
    border-bottom: 0;
  }

  .cm-section {
    padding-block: 72px;
  }

  .cm-fast-grid,
  .cm-tomorrow-grid,
  .cm-digital-grid,
  .cm-law-grid,
  .cm-faq-grid {
    grid-template-columns: 1fr;
  }

  .cm-proof {
    grid-template-columns: 1fr auto 1fr;
    padding: 24px 18px;
  }

  .cm-proof > div:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .cm-proof > i:nth-of-type(2) {
    display: none;
  }

  .cm-tomorrow::before {
    width: 5px;
  }

  .cm-dont-wait {
    grid-column: auto;
  }

  .cm-doc-table article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .cm-doc-table article > strong {
    grid-column: auto;
    justify-self: start;
  }

  .cm-inline-links {
    grid-template-columns: 1fr;
  }

  .cm-digital-grid {
    gap: 44px;
  }

  .cm-process-list {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--cm-border);
  }

  .cm-process-list li,
  .cm-process-list li:nth-child(4),
  .cm-process-list li:last-child {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 14px;
    border: 0;
    border-bottom: 1px solid var(--cm-border);
    padding: 22px 6px;
  }

  .cm-process-list li > span {
    margin: 0;
    font-size: 2rem;
  }

  .cm-process-list h3 {
    min-height: 0;
  }

  .cm-no-time-grid,
  .cm-institutional-grid {
    grid-template-columns: 1fr;
  }

  .cm-no-time-mark,
  .cm-brand-seal {
    width: 190px;
    justify-self: center;
  }

  .cm-law-cards {
    grid-template-columns: 1fr;
  }

  .cm-law-cards a {
    min-height: 240px;
  }

  .cm-related-grid {
    grid-template-columns: 1fr;
  }

  .cm-related-grid .cm-related-special {
    grid-column: auto;
    min-height: 210px;
    display: flex;
    align-items: flex-start;
  }

  .cm-related-special small {
    margin-bottom: 24px;
  }

  .cm-related-special span {
    margin-top: auto;
    padding-top: 22px;
  }

  .cm-final-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cm-final-actions {
    min-width: 0;
  }

  .cm-faq-intro {
    position: static;
  }
}

@media (max-width: 480px) {
  .page-comprei-meia .container {
    width: min(100% - 28px, 430px);
  }

  .cm-actions {
    display: grid;
  }

  .cm-actions .button,
  .cm-actions .cm-button-secondary,
  .cm-process-action .button,
  .cm-final-actions .button,
  .cm-final-secondary {
    width: 100%;
  }

  .cm-actions .button,
  .cm-process-action .button,
  .cm-final-actions .button {
    padding-inline: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  .cm-hero-inner {
    padding-block: 44px 38px;
  }

  .cm-hero h1 {
    font-size: clamp(2.1rem, 11.5vw, 2.85rem);
  }

  .cm-kicker,
  .cm-eyebrow {
    font-size: .7rem;
  }

  .cm-proof {
    grid-template-columns: 1fr;
  }

  .cm-proof > div:nth-of-type(3) {
    grid-column: auto;
  }

  .cm-proof > i {
    display: block !important;
  }

  .cm-doc-table article > div {
    grid-template-columns: 36px 1fr;
  }

  .cm-inline-links a {
    display: block;
  }

  .cm-inline-links span {
    display: block;
    margin-top: 8px;
    text-align: left;
  }

  .cm-digital-card {
    padding: 24px 20px;
  }

  .cm-digital-card::after {
    font-size: 6rem;
  }

  .cm-dont-wait {
    align-items: flex-start;
    padding: 18px;
  }

  .cm-trust-row {
    display: grid;
  }

  .cm-faq-list summary {
    padding-right: 44px;
    font-size: .98rem;
  }

  .cm-faq-list details p {
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cm-guide *,
  .cm-guide *::before,
  .cm-guide *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
