.content-page .internal-hero {
  --hero-start: #07343c;
  --hero-end: #105b61;
  --hero-accent: #61d8c8;
  --hero-title: var(--color-white);
  --hero-text: var(--color-white);
  --hero-glow: rgba(6, 223, 199, 0.14);
  --hero-overlay-start: rgba(3, 31, 39, 0.42);
  --hero-overlay-end: rgba(3, 31, 39, 0.08);
  --hero-pattern-opacity: 0.22;
  padding: 58px 0 62px;
}
.content-page {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
}
.content-page .internal-hero:before {
  background-position: right -150px top -230px;
  background-size: 1380px auto;
}
.content-page .internal-hero h1 {
  max-width: 1040px;
  color: var(--color-white);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.content-page .internal-hero .section-kicker {
  color: var(--color-spearmint);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.content-page .internal-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-height: 0;
}
.content-page .internal-hero-card {
  display: none;
}
.content-page .internal-content {
  padding: 56px 0 42px;
  background:
    linear-gradient(
      180deg,
      hsla(53, 27%, 94%, 0.58),
      hsla(0, 0%, 100%, 0) 260px
    ),
    var(--color-white);
}
.content-breadcrumb {
  background: var(--color-white);
  border-bottom: 1px solid rgba(1, 82, 88, 0.1);
}
.content-breadcrumb-inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  color: rgba(51, 49, 50, 0.68);
  font-size: 0.92rem;
  white-space: nowrap;
}
.content-breadcrumb a,
.content-breadcrumb span {
  display: inline-flex;
  align-items: center;
}
.content-breadcrumb a {
  color: var(--color-forest);
  font-weight: 800;
}
.content-breadcrumb a:first-child:before {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: var(--color-spearmint);
  clip-path: polygon(
    50% 6%,
    94% 42%,
    82% 42%,
    82% 94%,
    58% 94%,
    58% 62%,
    42% 62%,
    42% 94%,
    18% 94%,
    18% 42%,
    6% 42%
  );
  content: "";
}
.content-breadcrumb a:after {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid rgba(1, 82, 88, 0.28);
  border-right: 2px solid rgba(1, 82, 88, 0.28);
  content: "";
  transform: rotate(45deg);
}
.content-page .internal-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
}
.content-page .internal-hero-grid.row,
.content-page .internal-layout.row {
  display: flex;
}
.content-page .content-prose {
  position: relative;
  min-width: 0;
  max-width: none;
  overflow: visible;
  overflow-wrap: anywhere;
  padding: 48px 54px;
  border: 1px solid rgba(1, 82, 88, 0.12);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  box-shadow: 0 22px 58px rgba(1, 82, 88, 0.08);
}
.content-page .content-prose:before {
  display: block;
}
.content-article {
  min-width: 0;
  max-width: none;
  color: var(--color-off-black);
  overflow-wrap: anywhere;
  word-break: normal;
}
.content-article h2,
.content-article h3,
.content-article h4,
.content-article h5 {
  margin-top: 34px;
  color: var(--color-forest);
}
.content-article h2 {
  color: var(--color-spearmint);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.content-article h2:first-child {
  margin-top: 0;
}
.content-article h2 + p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin: 28px 0 34px;
  color: #061f25;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.3vw, 2.7rem);
  line-height: 1.08;
}
.content-article h3,
.content-article h4,
.content-article h5 {
  font-size: 1.72rem;
  line-height: 1.18;
}
.content-article li,
.content-article p {
  color: #26363b;
  font-size: 1.08rem;
  line-height: 1.72;
}
.content-article p {
  margin-bottom: 18px;
}
.content-article ol,
.content-article ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 24px;
  padding-left: 1.5rem;
}
.content-article ul {
  list-style: disc outside;
}
.content-article ol {
  list-style: decimal outside;
}
.content-article ul ul {
  list-style-type: circle;
}
.content-article ol ol {
  list-style-type: lower-alpha;
}
.content-article a {
  color: var(--color-forest);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(6, 223, 199, 0.48);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.content-article hr {
  width: 96px;
  height: 5px;
  margin: 0 0 36px;
  border: 0;
  background: var(--color-spearmint);
}
.content-article img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 20px 0 26px;
  border: 1px solid rgba(1, 82, 88, 0.12);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  box-shadow: 0 14px 38px rgba(1, 82, 88, 0.08);
}
.content-article p > img:first-child {
  width: auto;
  max-width: 100%;
  margin: 0;
  border-color: rgba(1, 82, 88, 0.14);
  box-shadow: 0 18px 44px rgba(1, 82, 88, 0.1);
}
.content-article img[src*="SSL-Video-Thumbnail"],
.content-article img[src*="barra-ev-sectigo"],
.content-article img[src*="sectigo-platinum"] {
  max-width: min(420px, 100%);
}
.content-article img[src*="ssl-funcionamento"] {
  max-width: min(620px, 100%);
}
.content-article iframe {
  width: min(680px, 100%);
  aspect-ratio: 16/9;
  height: auto;
  margin: 22px 0 28px;
  border: 0;
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 44px rgba(1, 82, 88, 0.12);
}
.content-video-card {
  width: min(680px, 100%);
  margin: 22px 0 32px;
}
.content-article .content-video-card .video-embed,
.content-article .content-video-card iframe {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.content-feature-figure {
  float: right;
  width: min(420px, 42%);
  margin: 0 0 28px 42px;
}
.content-feature-figure img {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.content-article .box-details,
.content-article .card-caracteristicas,
.content-article .card-caracteristicas-bundle,
.content-article .quadro-beneficios {
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(1, 82, 88, 0.12);
  border-radius: var(--radius-sm);
  background: #f7fbfa;
  box-shadow: 0 18px 42px rgba(1, 82, 88, 0.08);
}
.content-client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 38px;
}
.content-client-grid figure {
  display: grid;
  min-height: 118px;
  place-items: center;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(1, 82, 88, 0.12);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(1, 82, 88, 0.06);
}
.content-client-grid img {
  width: 100%;
  max-width: 150px;
  max-height: 82px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.content-article .list_style7,
.content-article .lista-beneficios {
  padding-left: 0;
  list-style: none;
}
.content-article .list_style7 li,
.content-article .lista-beneficios li {
  position: relative;
  padding-left: 30px;
}
.content-article .list_style7 li:before,
.content-article .lista-beneficios li:before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--color-spearmint);
  content: "";
  box-shadow: inset 0 0 0 4px hsla(0, 0%, 100%, 0.72);
}
.content-page--info .content-article h2 {
  margin: 22px 0 0;
  color: #061f25;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.3vw, 2.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}
.content-page--info .content-article .section-kicker {
  margin: 0;
  color: var(--color-spearmint);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.content-page--info .content-article h2 + hr {
  margin-top: 34px;
}
.info-directory-lead {
  max-width: 820px;
  margin-bottom: 28px;
}
.info-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.content-article .info-link-card {
  position: relative;
  display: grid;
  min-height: 154px;
  align-content: start;
  gap: 10px;
  padding: 20px 48px 20px 20px;
  border: 1px solid rgba(1, 82, 88, 0.13);
  border-radius: var(--radius-sm);
  color: var(--color-off-black);
  background:
    radial-gradient(
      circle at right top,
      rgba(6, 223, 199, 0.08),
      transparent 42%
    ),
    var(--color-white);
  box-shadow: 0 12px 30px rgba(1, 82, 88, 0.06);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.content-article .info-link-card:after {
  position: absolute;
  top: 24px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-spearmint);
  border-right: 2px solid var(--color-spearmint);
  content: "";
  transform: rotate(45deg);
}
.content-article .info-link-card:focus-visible,
.content-article .info-link-card:hover {
  border-color: rgba(1, 82, 88, 0.28);
  box-shadow: 0 18px 42px rgba(1, 82, 88, 0.12);
  transform: translateY(-2px);
}
.info-link-tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--color-forest);
  background: #e9fbf8;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}
.content-article .info-link-card strong {
  color: var(--color-forest);
  font-size: 1.08rem;
  line-height: 1.25;
}
.content-article .info-link-card span:last-child {
  color: rgba(51, 49, 50, 0.72);
  font-size: 0.96rem;
  line-height: 1.5;
}
.form-stack {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.form-section {
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid rgba(1, 82, 88, 0.12);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(
      circle at right top,
      rgba(6, 223, 199, 0.08),
      transparent 34%
    ),
    #f8fbfa;
  box-shadow: 0 16px 42px rgba(1, 82, 88, 0.07);
}
.form-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.form-heading h2 {
  margin: 8px 0 10px;
  color: var(--color-forest);
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
}
.form-heading p:not(.section-kicker) {
  color: rgba(51, 49, 50, 0.74);
}
.site-form {
  display: grid;
  gap: 22px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.form-choice-group,
.form-field,
.form-note {
  min-width: 0;
}
.form-field--wide,
.form-note {
  grid-column: 1/-1;
}
.form-choice-group legend,
.form-field > span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-forest);
  font-size: 0.92rem;
  font-weight: 900;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(1, 82, 88, 0.18);
  border-radius: var(--radius-sm);
  color: var(--color-off-black);
  background: var(--color-white);
  font: inherit;
  outline: 0;
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease;
}
.form-field textarea {
  min-height: 150px;
  resize: vertical;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--color-spearmint);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(6, 223, 199, 0.16);
}
.form-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  border: 0;
}
.form-choice-group legend {
  flex: 1 0 100%;
}
.form-choice-group label {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(1, 82, 88, 0.16);
  border-radius: 999px;
  color: var(--color-forest);
  background: var(--color-white);
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
}
.form-choice-group input {
  width: 16px;
  height: 16px;
  accent-color: var(--color-forest);
}
.form-choice-group label:has(input:checked) {
  border-color: var(--color-spearmint);
  background: #e9fbf8;
}
.form-alert,
.form-status {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  font-weight: 800;
}
.form-alert,
.form-status.is-error {
  color: #7a2f21;
  background: rgba(255, 148, 121, 0.16);
}
.form-status.is-success {
  color: var(--color-forest);
  background: #e9fbf8;
}
.form-status.is-loading {
  color: rgba(51, 49, 50, 0.72);
  background: rgba(127, 169, 180, 0.14);
}
.content-page .internal-aside {
  position: sticky;
  top: 120px;
  display: block;
  padding: 24px 22px;
  color: var(--color-off-black);
  border: 1px solid rgba(1, 82, 88, 0.14);
  border-radius: var(--radius-sm);
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.96),
    hsla(53, 27%, 94%, 0.72)
  );
  box-shadow: 0 20px 52px rgba(1, 82, 88, 0.08);
}
.content-page .internal-aside h2 {
  margin-bottom: 16px;
  color: var(--color-off-black);
  font-size: 1.55rem;
}
.content-page .internal-aside p {
  max-width: none;
  margin-bottom: 18px;
  color: rgba(51, 49, 50, 0.76);
}
.content-page .internal-aside .button {
  width: 100%;
  min-width: 0;
  justify-content: center;
}
.content-page .internal-aside .button + .button {
  margin-top: 10px;
}
.content-page .internal-aside .button-dark {
  color: var(--color-white);
  background: var(--color-forest);
}
.content-page .internal-aside .button-ghost {
  background: var(--color-white);
}
.secao-estatisticas-conteudo {
  padding: 74px 0 86px;
  color: var(--color-white);
  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(6, 223, 199, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #052932, #063f49 58%, #021d24);
}
.estrutura-estatisticas-conteudo {
  align-items: start;
}
.texto-estatisticas-conteudo h2 {
  margin-bottom: 14px;
  color: var(--color-white);
  font-size: clamp(2rem, 3vw, 2.65rem);
}
.texto-estatisticas-conteudo p:not(.section-kicker) {
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 1.04rem;
}
.grade-estatisticas-conteudo {
}
.grade-estatisticas-conteudo article {
  min-height: 172px;
  padding: 24px;
  border: 1px solid hsla(0, 0%, 100%, 0.14);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(
      circle at right top,
      rgba(6, 223, 199, 0.13),
      transparent 38%
    ),
    hsla(0, 0%, 100%, 0.06);
  box-shadow: none;
}
.content-stat-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
.grade-estatisticas-conteudo strong {
  display: block;
  color: var(--color-spearmint);
  font-family: var(--font-heading);
  font-size: 2.25rem;
  line-height: 1;
}
.grade-estatisticas-conteudo strong span {
  display: block;
  margin-top: 3px;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
.grade-estatisticas-conteudo img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
  flex: 0 0 auto;
  filter: none;
  opacity: 0.9;
}
.grade-estatisticas-conteudo span {
  display: block;
  color: hsla(0, 0%, 100%, 0.84);
  font-weight: 800;
  line-height: 1.28;
}
@media (max-width: 900px) {
  .content-page,
  .content-page * {
    min-width: 0;
  }
  .content-page .internal-hero {
    padding: 38px 0 42px;
  }
  .content-page .internal-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
  }
  .content-page .internal-hero-card {
    display: none;
  }
  .content-page .internal-content {
    padding-top: 42px;
  }
  .content-page .internal-layout,
  .grade-estatisticas-conteudo,
  .estrutura-estatisticas-conteudo,
  .form-grid,
  .info-link-grid {
    grid-template-columns: 1fr;
  }
  .content-client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .content-client-grid figure {
    min-height: 96px;
    padding: 14px;
  }
  .content-client-grid img {
    max-width: 126px;
    max-height: 64px;
  }
  .content-page .content-prose,
  .content-page .internal-aside {
    padding: 24px 22px;
  }
  .content-page .internal-aside {
    grid-template-columns: 1fr;
  }
  .content-page .internal-aside .button {
    width: 100%;
  }
  .content-article p > img:first-child,
  .content-feature-figure {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 26px;
  }
  .content-article table {
    display: block;
    overflow-x: auto;
  }
  .content-page .button,
  .content-page a[class*="button"] {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .content-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .content-client-grid figure {
    min-height: 86px;
    padding: 12px;
  }
  .content-client-grid img {
    max-width: 112px;
    max-height: 56px;
  }
}
.contact-department-section {
  margin-top: 36px;
}
.contact-department-section h2 {
  color: var(--color-forest);
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  margin-bottom: 24px;
}
.contact-department-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.contact-department-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 22px;
  background: var(--color-white);
  border: 1px solid rgba(1, 82, 88, 0.12);
  border-radius: var(--radius-sm);
  box-shadow: 0 6px 24px rgba(1, 82, 88, 0.06);
}
.contact-department-card > span {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--color-spearmint);
  text-transform: uppercase;
}
.contact-department-card h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--color-forest);
  margin: 0;
}
.contact-department-card p {
  font-size: 0.9rem;
  color: rgba(51, 49, 50, 0.72);
  flex: 1;
  margin: 0;
}
.contact-department-card .button {
  margin-top: 12px;
  align-self: flex-start;
}
.quick-link-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(1, 82, 88, 0.1);
}
.quick-link-panel a {
  color: var(--color-forest);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid rgba(1, 82, 88, 0.18);
  border-radius: 999px;
  transition: background 0.15s;
}
.quick-link-panel a:hover {
  background: rgba(1, 82, 88, 0.06);
}
.form-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  border: 0;
  background: rgba(6, 45, 56, 0.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.form-modal[open] {
  display: flex;
}
.form-modal::backdrop {
  background: rgba(6, 45, 56, 0.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.form-modal-shell {
  position: relative;
  width: min(96vw, 640px);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--color-white);
  border-radius: var(--radius-sm);
  box-shadow: 0 32px 80px rgba(1, 82, 88, 0.18);
  padding: 36px 32px 32px;
}
.form-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(51, 49, 50, 0.5);
  cursor: pointer;
  padding: 4px 8px;
}
.form-modal-close:hover {
  color: var(--color-forest);
}
.form-section .form-heading {
  margin-bottom: 24px;
}
.form-section .form-heading h2 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--color-forest);
  margin: 6px 0 4px;
}
.form-section .form-heading .section-kicker {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-spearmint);
}
@media (max-width: 640px) {
  .contact-department-grid {
    grid-template-columns: 1fr;
  }
  .form-modal-shell {
    padding: 28px 18px 22px;
  }
}
