body.legal-modern {
  --legal-ink: #061727;
  --legal-ink-soft: #102b40;
  --legal-coral: #ff542e;
  --legal-coral-dark: #df3717;
  --legal-paper: #f7f5f0;
  --legal-surface: #fff;
  --legal-muted: #647381;
  --legal-line: rgba(6, 23, 39, 0.12);
  background: var(--legal-paper);
  color: var(--legal-ink);
}

body.legal-modern > main {
  padding-top: 0;
}

.legal-page {
  overflow-x: clip;
}

.legal-shell {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.legal-hero {
  background: radial-gradient(circle at 88% 12%, rgba(255, 84, 46, 0.18), transparent 28%), linear-gradient(135deg, #03111f, #0a263b 62%, #071522);
  color: #fff;
  padding-top: 70px;
  position: relative;
}

.legal-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  height: 250px;
  position: absolute;
  right: 10%;
  top: -190px;
  transform: rotate(45deg);
  width: 250px;
}

.legal-hero__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 180px;
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative;
  z-index: 2;
}

.legal-eyebrow {
  color: var(--legal-coral);
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.legal-hero h1 {
  color: #fff;
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 12px;
}

.legal-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  max-width: 650px;
}

.legal-hero__icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  display: flex;
  flex: 0 0 64px;
  height: 64px;
  justify-content: center;
  margin-left: 32px;
  transform: rotate(4deg);
}

.legal-hero__icon i {
  color: var(--legal-coral);
  font-size: 1.45rem;
  transform: rotate(-4deg);
}

@media (min-width: 768px) {
  .legal-hero__icon {
    border: 0;
    border-radius: 0;
    flex-basis: auto;
    height: auto;
    transform: none;
  }
  .legal-hero__icon i {
    color: rgba(255, 255, 255, 0.12);
    font-size: clamp(4rem, 8vw, 7rem);
    transform: none;
  }
}
.legal-content {
  padding: clamp(54px, 7vw, 92px) 0 100px;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: 230px minmax(0, 1fr);
}

.legal-navigation {
  min-width: 0;
  position: sticky;
  top: 98px;
}

.legal-navigation > span {
  color: var(--legal-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.legal-navigation nav {
  border-left: 1px solid var(--legal-line);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legal-navigation a {
  border-left: 2px solid transparent;
  color: var(--legal-muted);
  font-size: 0.86rem;
  margin-left: -1px;
  padding: 8px 0 8px 18px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.legal-navigation a:hover {
  border-left-color: var(--legal-coral);
  color: var(--legal-ink);
  padding-left: 22px;
}

.legal-article {
  background: var(--legal-surface);
  border: 1px solid var(--legal-line);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(6, 23, 39, 0.08);
  min-width: 0;
  overflow: hidden;
}

.legal-article__intro {
  align-items: flex-start;
  background: rgba(255, 84, 46, 0.055);
  border-bottom: 1px solid rgba(255, 84, 46, 0.14);
  display: flex;
  gap: 16px;
  padding: 28px clamp(24px, 4vw, 48px);
}

.legal-article__intro i {
  color: var(--legal-coral);
  flex: 0 0 auto;
  font-size: 1.2rem;
  margin-top: 3px;
}

.legal-article__intro p {
  color: var(--legal-ink-soft);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 0;
}

.legal-section {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  grid-template-columns: 42px minmax(0, 1fr);
  padding: clamp(34px, 5vw, 58px) clamp(24px, 4vw, 48px);
  scroll-margin-top: 92px;
}

.legal-section + .legal-section {
  border-top: 1px solid var(--legal-line);
}

.legal-section__number {
  color: var(--legal-coral);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-top: 7px;
}

.legal-section h2 {
  color: var(--legal-ink);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 20px;
}

.legal-section p {
  color: #425565;
  font-size: 0.96rem;
  line-height: 1.85;
  margin: 0 0 18px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section strong {
  color: var(--legal-ink);
  font-weight: 700;
}

body.legal-modern footer {
  border: 0;
}

body.legal-modern footer .rodape {
  background: #fff;
  border-top: 1px solid var(--legal-line);
  min-height: 76px;
  padding-top: 14px !important;
}

body.legal-modern footer .copyright {
  background: var(--legal-ink);
}

@media (max-width: 991px) {
  .legal-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .legal-navigation {
    position: static;
  }
  .legal-navigation nav {
    border-left: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .legal-navigation nav::-webkit-scrollbar {
    display: none;
  }
  .legal-navigation a {
    background: #fff;
    border: 1px solid var(--legal-line);
    border-radius: 10px;
    flex: 0 0 auto;
    margin: 0;
    padding: 9px 13px;
  }
  .legal-navigation a:hover {
    border-color: rgba(255, 84, 46, 0.35);
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .legal-hero {
    padding-top: 54px;
  }
  .legal-hero__content {
    min-height: 160px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .legal-hero h1 {
    font-size: clamp(2rem, 9vw, 2.4rem);
  }
  .legal-hero__icon {
    display: none;
  }
  .legal-content {
    padding-bottom: 74px;
    padding-top: 44px;
  }
  .legal-layout {
    gap: 28px;
  }
  .legal-article {
    border-radius: 18px;
  }
  .legal-section {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  .legal-section__number {
    padding-top: 0;
  }
  .legal-section p {
    font-size: 0.92rem;
    line-height: 1.75;
  }
}

/*# sourceMappingURL=legal.css.map */
