@font-face {
  font-family: 'Silka';
  src: url('/fonts/silka-regular-webfont.woff2') format('woff2'), url('/fonts/silka-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('/fonts/silka-medium-webfont.woff2') format('woff2'), url('/fonts/silka-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('/fonts/silka-semibold-webfont.woff2') format('woff2'), url('/fonts/silka-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('/fonts/silka-bold-webfont.woff2') format('woff2'), url('/fonts/silka-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitanga';
  src: url('/fonts/pitanga-regular-webfont.woff2') format('woff2'), url('/fonts/pitanga-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitanga';
  src: url('/fonts/pitanga-medium-webfont.woff2') format('woff2'), url('/fonts/pitanga-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitanga';
  src: url('/fonts/pitanga-semibold-webfont.woff2') format('woff2'), url('/fonts/pitanga-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitanga';
  src: url('/fonts/pitanga-bold-webfont.woff2') format('woff2'), url('/fonts/pitanga-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitanga';
  src: url('/fonts/pitanga-extrabold-webfont.woff2') format('woff2'), url('/fonts/pitanga-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitanga';
  src: url('/fonts/pitanga-italic-webfont.woff2') format('woff2'), url('/fonts/pitanga-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pitanga';
  src: url('/fonts/pitanga-bolditalic-webfont.woff2') format('woff2'), url('/fonts/pitanga-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html.font-pitanga {
  --font-body: 'Pitanga', -apple-system, 'Segoe UI', sans-serif;
}
html.font-silka {
  --font-body: 'Silka', -apple-system, 'Segoe UI', sans-serif;
}
html {
  font-size: 20px;
}
body {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  color: #2F7483;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,
h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  line-height: 1.15;
  color: #f5630e;
  margin: 0 0 0.5em;
}
@media (max-width: 820px) {
  h1,
  h2 {
    text-align: center;
  }
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2.5rem;
}
.display,
.hero-title h1 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 800;
  font-synthesis: none;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0;
  color: #f5630e;
}
.display strong,
.hero-title h1 strong {
  font-weight: inherit;
  background: linear-gradient(to right, #FBC520, #FEF08A, #FF6E10);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: all 0.8s ease;
  font-size: 1.4em;
}
@media (max-width: 820px) {
  .display strong,
  .hero-title h1 strong {
    font-size: 1.2em;
  }
}
h3,
h4 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  line-height: 1.25;
  color: #f5630e;
  margin: 0 0 0.25em;
}
h3 {
  font-size: 1.15rem;
}
h4 {
  font-size: 1rem;
}
p {
  margin: 0.5rem 0;
}
a {
  color: #4d7488;
}
a:hover {
  color: #f5630e;
}
.subtitle {
  color: #8B93A8;
  font-size: 0.95rem;
}
.text-on-dark {
  color: #FFFFFF;
}
.mobile-only {
  display: none;
}
@media (max-width: 820px) {
  .mobile-only {
    display: inline;
  }
}
@media (max-width: 820px) {
  .desktop-only {
    display: none;
  }
}
strong,
b {
  font-weight: 700;
}
small {
  font-size: 0.85rem;
}
@media (max-width: 820px) {
  h1 {
    font-size: 2.1rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}
.term-link {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: #f5630e;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
}
.term-link:hover {
  text-decoration-style: solid;
}
.marker {
  background-color: #FFFF00BD;
  color: inherit;
  padding: 0 0.18em;
  border-radius: 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
mark {
  background-color: #FFFF00BD;
  color: inherit;
  padding: 0 0.18em;
  border-radius: 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
p.warning {
  position: relative;
  background: #fef4ee;
  border: 1px solid #fdddca;
  border-radius: 12px;
  padding: 0.7rem 0.9rem 0.7rem 2.6rem;
  margin: 0.9rem 0;
}
p.warning::before {
  content: '👉';
  position: absolute;
  left: 0.8rem;
  top: 0.65rem;
  font-size: 1.05em;
  line-height: 1.4;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #FFFFFF;
  overflow-x: clip;
}
.content {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1330px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 820px) {
  .content {
    max-width: 100%;
  }
}
.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 40;
  padding: 0.7rem 1.25rem 1.5rem calc(1.25rem + .5em);
}
.site-nav .logo {
  position: relative;
  display: block;
  transition: transform 0.18s ease;
}
.site-nav .logo img {
  display: block;
  height: 2em;
  width: auto;
  transition: filter 0.18s ease;
}
.site-nav .logo:hover {
  transform: scale(1.025);
}
.site-nav .logo:hover img {
  filter: drop-shadow(0 0 0.22rem rgba(255, 255, 255, 0.95)) drop-shadow(0 0 0.22rem rgba(255, 255, 255, 0.95)) drop-shadow(0 0 0.56rem rgba(255, 255, 255, 0.85)) drop-shadow(0 0 0.56rem rgba(255, 255, 255, 0.85)) drop-shadow(0 0 1.11rem rgba(255, 255, 255, 0.7)) drop-shadow(0 0 1.11rem rgba(255, 255, 255, 0.7));
}
@supports ((mask-image: url('/images/logo.svg')) or (-webkit-mask-image: url('/images/logo.svg'))) {
  .site-nav .logo::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    background-image: linear-gradient(180deg, #AA151B 0, #AA151B 25%, #F1BF00 25%, #F1BF00 75%, #AA151B 75%, #AA151B 100%);
    background-size: 100% 2em;
    background-repeat: repeat;
    -webkit-mask: url('/images/logo.svg') no-repeat center / contain;
    mask: url('/images/logo.svg') no-repeat center / contain;
  }
  .site-nav .logo:hover::after {
    opacity: 1;
    animation: logo-flag 2.4s linear infinite;
  }
  @media (prefers-reduced-motion: reduce) {
    .site-nav .logo:hover::after {
      animation: none;
    }
  }
}
.site-nav .nav-items {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  margin-left: auto;
}
.site-nav .nav-items a {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: lowercase;
  color: #7CA2B5;
  text-decoration: none;
}
.site-nav .nav-items a:hover {
  color: #4d7488;
}
.site-nav .nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.site-nav .nav-items + .nav-actions {
  margin-left: 1.5rem;
}
.site-nav .nav-signup {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: lowercase;
  line-height: 1;
  padding: 0.3em 0.8em;
}
@media (max-width: 900px) {
  .site-nav {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }
  .site-nav .logo img {
    height: clamp(1.1rem, 6vw, 1.6rem);
  }
}
@keyframes logo-flag {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 2em;
  }
}
.locale-flag {
  position: relative;
}
.locale-flag summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  display: grid;
  place-items: center;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(47, 116, 131, 0.25);
}
.locale-flag summary::-webkit-details-marker {
  display: none;
}
.locale-flag summary:hover {
  box-shadow: 0 0 0 2px #f5630e;
}
.locale-flag .flag {
  display: block;
  width: 100%;
  height: 100%;
}
.locale-flag .locale-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(47, 116, 131, 0.18);
  padding: 0.35rem;
  z-index: 50;
  min-width: 10rem;
}
.locale-flag .locale-menu a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.6rem;
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2F7483;
  white-space: nowrap;
}
.locale-flag .locale-menu a .flag {
  flex: none;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(47, 116, 131, 0.25);
}
.locale-flag .locale-menu a:hover {
  background: rgba(124, 162, 181, 0.15);
}
.locale-flag .locale-menu a.active {
  background: rgba(124, 162, 181, 0.25);
}
body.nav-stuck {
  padding-top: var(--nav-height, 0px);
}
body.nav-stuck .site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0.15rem 0.7rem rgba(47, 116, 131, 0.14);
}
@media (prefers-reduced-motion: no-preference) {
  body.nav-stuck .site-nav {
    animation: nav-fade 0.18s ease-out;
  }
}
@keyframes nav-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg-style-1 {
  background: radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(171deg, #d7f5ff 0%, #FFFFFF 44%, #FAF6D2 86%);
}
.bg-style-2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #FFFFFF 100%), radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(135deg, #d7f5ff 0%, #FFFFFF 48%, #F7EC9A 80%);
}
.page-backdrop {
  position: relative;
}
.page-backdrop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60vh;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
}
.page-backdrop.page-backdrop--bg-style-1::before {
  background: radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(171deg, #d7f5ff 0%, #FFFFFF 44%, #FAF6D2 86%);
}
.page-backdrop.page-backdrop--bg-style-2::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #FFFFFF 100%), radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(135deg, #d7f5ff 0%, #FFFFFF 48%, #F7EC9A 80%);
  -webkit-mask-image: none;
  mask-image: none;
}
.has-particles {
  position: relative;
}
.has-particles #particles-js canvas {
  display: block;
}
.has-particles > * {
  position: relative;
  z-index: 1;
}
.has-particles > #particles-js {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.has-particles > .site-nav {
  z-index: 40;
}
.page-header {
  margin: 1em 0 3em;
}
.page-header h1.page-title {
  text-align: center;
  font-size: 3.2em;
  font-weight: 800;
  line-height: 1.05;
}
.page-header h1.page-title.has-subtitle {
  margin-bottom: 0.3em;
}
@media (max-width: 820px) {
  .page-header h1.page-title {
    font-size: 2em;
  }
}
.page-header .page-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
  color: #7CA2B5;
  margin: 0;
  text-align: center;
}
.usp-list {
  list-style: none;
  margin: 2.25em 0 0 1rem;
  padding: 0;
}
.usp-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 600;
  font-size: 1.3rem;
  color: #2F7483;
  margin: 0.55rem 0;
  line-height: 1;
}
.usp-list .usp-check {
  flex-shrink: 0;
  width: 1.35em;
  height: 1.35em;
  color: #2FA84F;
}
@media (max-width: 820px) {
  .usp-list {
    margin-left: 0;
  }
  .usp-list li {
    font-size: 1.1rem;
  }
}
.legal {
  max-width: 46rem;
}
.legal h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  text-transform: none;
  font-size: 1.35rem;
  color: #f5630e;
  margin: 2.2rem 0 0.6rem;
}
.legal p,
.legal li {
  line-height: 1.6;
}
.legal ul {
  padding-left: 1.2rem;
}
.legal li {
  margin-bottom: 0.35rem;
}
.legal code {
  font-size: 0.9em;
  background: #F8F7DC;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
.legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
}
.legal table th,
.legal table td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(47, 116, 131, 0.15);
  vertical-align: top;
}
.legal table th {
  font-weight: 700;
}
@media (max-width: 820px) {
  .legal table,
  .legal thead,
  .legal tbody,
  .legal tr,
  .legal th,
  .legal td {
    display: block;
  }
  .legal thead {
    display: none;
  }
  .legal tr {
    margin-bottom: 1rem;
  }
  .legal td {
    border-bottom: 0;
    padding: 0.15rem 0;
  }
}
.topbar {
  background: #FFFA7E;
  color: #245965;
  font-size: 0.92rem;
  padding: 0.55rem 1.25rem;
  text-align: left;
}
.topbar strong {
  font-weight: 700;
}
@media (max-width: 820px) {
  .topbar {
    font-size: 0.82rem;
    text-align: center;
  }
}
.topbar:empty {
  height: 0.2em;
  padding: 0;
}
.mega {
  position: static;
}
.mega .mega-trigger {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: lowercase;
  color: #7CA2B5;
  line-height: inherit;
}
.mega .mega-trigger:hover {
  color: #4d7488;
}
.mega .mega-trigger .mega-caret {
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.25em;
  transition: transform 180ms ease;
}
.mega .mega-trigger[aria-expanded='true'] {
  color: #4d7488;
}
.mega .mega-trigger[aria-expanded='true'] .mega-caret {
  transform: rotate(180deg);
}
.mega .mega-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}
.mega .mega-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 180ms ease, visibility 0s;
}
.mega .mega-panel {
  position: absolute;
  top: 100%;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  background: #FF6E10;
  border: 3px solid #f5630e;
  border-radius: 12px;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: opacity 150ms ease, transform 150ms ease, visibility 0s linear 150ms;
}
.mega .mega-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 150ms ease, transform 150ms ease, visibility 0s;
}
.mega .mega-inner {
  padding: 1.4rem 1.8rem 1.8rem;
}
.mega .mega-tabs {
  margin: 0 0 1.2rem;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.mega .mega-tabs button {
  flex: 0 1 auto;
  padding: 0.5rem 1.1rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
}
.mega .mega-tabs button:hover {
  color: #FFFFFF;
}
.mega .mega-tabs button.is-active {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.site-nav .mega a.mega-group-title {
  display: inline-block;
  margin: 1rem 0 0 0.6rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: none;
}
.site-nav .mega a.mega-group-title:hover {
  text-decoration: underline;
}
.mega .mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
  gap: 0.6rem 1.4rem;
}
.site-nav .mega .mega-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 1.1rem 0.6rem 0.6rem;
  border-radius: 12px;
  appearance: none;
  background: #FFFFFF;
  border: 0;
  width: 100%;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  color: #2F7483;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.site-nav .mega .mega-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.18);
}
.mega .mega-item-thumb {
  flex: none;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid rgba(245, 99, 14, 0.35);
}
.mega .mega-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.mega .mega-item-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #f5630e;
}
.mega .mega-item-blurb {
  font-size: 0.82rem;
  line-height: 1.3;
  color: #8B93A8;
}
.mega .mega-soon-tag {
  margin-left: 0.4rem;
  border-radius: 4px;
  border: 1px solid #f5630e;
  background: #F7EC9A;
  color: #f5630e;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.1rem 0.3rem;
  vertical-align: 0.15em;
  white-space: nowrap;
}
.mega .mega-soon {
  opacity: 0.6;
}
@media (max-width: 820px) {
  .mega .mega-backdrop {
    display: none;
  }
  .mega .mega-panel {
    position: static;
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-top: 0.6rem;
    box-shadow: none;
    border-radius: 12px;
    display: none;
    visibility: visible;
    transform: none;
    transition: none;
  }
  .mega .mega-panel.is-open {
    display: block;
  }
  .mega .mega-inner {
    padding: 1rem;
  }
  .mega .mega-grid {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
.hamburger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28em;
  font-size: 1rem;
  width: 3.46rem;
  height: 3.46rem;
  padding: 0;
  margin-left: auto;
  appearance: none;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 0.8rem;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(180deg, #FF6E10 0%, #FBC520 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: filter 0.12s ease, transform 0.05s ease;
}
.hamburger-btn:hover {
  filter: brightness(1.06);
}
.hamburger-btn:active {
  transform: translateY(1px);
}
.hamburger-btn .hamburger-bar {
  display: block;
  width: 1.3em;
  height: 0.16em;
  border-radius: 0.1em;
  background: linear-gradient(180deg, #FF6E10 0%, #FBC520 100%);
}
@media (max-width: 900px) {
  .site-nav .nav-items {
    display: none;
  }
  .site-nav .nav-items + .nav-actions {
    display: none;
  }
  .hamburger-btn {
    display: inline-flex;
  }
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  overflow-y: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #FFFFFF 100%), radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(135deg, #d7f5ff 0%, #FFFFFF 48%, #F7EC9A 80%);
}
.mobile-menu.mobile-menu-anim {
  transition: opacity 0.18s ease;
}
.mobile-menu.mobile-menu-out {
  opacity: 0;
}
.mobile-menu.mobile-menu-in {
  opacity: 1;
}
.mobile-menu-bar {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.25rem 0.9rem calc(1.25rem + 0.5em);
}
.mobile-menu-bar .logo img {
  height: 1.6rem;
}
.mobile-menu-close {
  position: fixed;
  top: 0.9rem;
  right: 1.25rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.46rem;
  height: 3.46rem;
  font-size: 1.6rem;
  line-height: 1;
  appearance: none;
  cursor: pointer;
  border-radius: 0.8rem;
  background: #FFFFFF;
  border: 3px solid #f5630e;
  color: #f5630e;
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.2);
}
.mobile-menu-inner {
  padding: 1.5rem 1.25rem 3rem;
  max-width: 30rem;
  margin: 0 auto;
}
.mobile-menu-pages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(47, 116, 131, 0.18);
}
.mobile-menu-pages a {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: lowercase;
  color: #4d7488;
  text-decoration: none;
}
.mobile-menu-pages .mobile-menu-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.2rem;
}
.mobile-menu-pages .mobile-menu-signup {
  width: 100%;
  font-size: 1.3rem;
}
.mobile-menu-pages .mobile-menu-legal {
  display: flex;
  gap: 1.2rem;
  margin-top: 0.2rem;
}
.mobile-menu-pages .mobile-menu-legal a {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 600;
  font-size: 1.15rem;
  text-transform: none;
  color: #8B93A8;
  text-decoration: none;
}
.mobile-menu-group {
  margin-bottom: 1.8rem;
}
.mobile-menu-group:last-child {
  margin-bottom: 0;
}
.mobile-menu-group-title {
  margin: 0 0 0.6rem;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f5630e;
}
.mobile-menu-item {
  display: flex;
  align-items: center;
  gap: 0.6em;
  width: 100%;
  padding: 0.8rem 0.2rem;
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(47, 116, 131, 0.12);
  text-align: left;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 600;
  font-size: 1.15rem;
  color: #2F7483;
  text-decoration: none;
  cursor: pointer;
}
.mobile-menu-item:last-child {
  border-bottom: 0;
}
.mobile-menu-item-thumb {
  flex: none;
  width: 1.1em;
  height: 1.1em;
  object-fit: cover;
  border-radius: 0.25em;
}
.btn {
  display: inline-block;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 0.8rem 1.6rem;
  border-radius: 0.25em;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: filter 0.12s ease, transform 0.05s ease;
}
.btn:hover {
  filter: brightness(1.06);
}
.btn:active {
  transform: translateY(1px);
}
.btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  appearance: none;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.45rem 0.9rem;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  color: #f5630e;
  background: #FFFFFF;
  border: 2px solid #f5630e;
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(245, 99, 14, 0.35), 0 3px 6px rgba(47, 116, 131, 0.12);
  transition: transform 90ms ease, box-shadow 90ms ease, background 140ms ease;
}
.pill-button svg {
  width: 1.1em;
  height: 1.1em;
  flex: none;
}
.pill-button:hover {
  background: #fef6f1;
}
.pill-button:active {
  transform: translateY(2px);
  box-shadow: 0 0 0 rgba(245, 99, 14, 0.35), 0 1px 2px rgba(47, 116, 131, 0.1);
}
.pill-button:focus-visible {
  outline: none;
  box-shadow: 0 2px 0 rgba(245, 99, 14, 0.35), 0 0 0 3px rgba(245, 99, 14, 0.45);
}
.pill-button--large {
  font-size: 1.5rem;
  padding: 0.45rem 0.7rem;
}
.btn--primary {
  background: linear-gradient(180deg, #FF6E10 0%, #FBC520 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.7rem 1.4rem;
  border-radius: 0.75rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.btn--primary .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
  margin-right: 0.4em;
  fill: currentColor;
}
.btn--primary:hover,
.btn--primary:focus {
  filter: none;
  background: linear-gradient(180deg, #FF9951 0%, #FCD45E 100%);
}
.btn--primary:active {
  transform: translateY(1px);
}
.btn--large {
  font-size: 1.875rem;
}
.btn--secondary {
  background: #7CA2B5;
  color: #fff;
}
.btn--secondary:hover {
  background: #4d7488;
  filter: none;
}
.btn--tertiary {
  background: transparent;
  color: #4d7488;
  border: 2px solid rgba(124, 162, 181, 0.55);
  padding: calc(0.8rem - 2px) calc(1.6rem - 2px);
}
.btn--tertiary:hover {
  border-color: #4d7488;
  filter: none;
}
.btn--small {
  font-size: 0.85rem;
  padding: 0.55rem 1.1rem;
}
.on-orange .btn--primary {
  background: #FFFFFF;
  color: #f5630e;
}
.on-orange .btn--primary:hover,
.on-orange .btn--primary:focus {
  filter: none;
  background: #fef3ec;
}
.hero {
  display: grid;
  grid-template-columns: 65fr 35fr;
  gap: 2.5rem;
  align-items: stretch;
  padding: 2.5rem 0 2rem;
}
.hero .hero-title {
  min-width: 0;
}
.hero .hero-title h1 {
  font-size: 4.5rem;
  margin: 0;
  line-height: 0.9;
}
.hero .hero-title .hero-sub {
  margin-top: 1rem;
  font-size: 1.1rem;
}
.hero .hero-image {
  display: flex;
}
.hero .hero-image img,
.hero .hero-image .hero-placeholder {
  display: block;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  border: 3px solid #f5630e;
  border-radius: 12px;
}
.hero .hero-image img {
  object-fit: cover;
  object-position: center center;
}
.hero .hero-image .hero-placeholder {
  aspect-ratio: 4 / 3;
  background: radial-gradient(circle at 75% 20%, #FFE9A8 0%, rgba(255, 233, 168, 0) 45%), linear-gradient(200deg, #7EC4E8 0%, #A9D9F2 60%, #D8B98A 100%);
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0 1.25rem 1rem;
  }
  .hero .hero-title h1 {
    font-size: 2.7rem;
    overflow-wrap: break-word;
  }
  .hero .hero-image {
    order: -1;
  }
  .hero .hero-image img,
  .hero .hero-image .hero-placeholder {
    aspect-ratio: 23 / 9;
    min-height: 0;
  }
}
.preview-banner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #FFFF00BD;
  padding: 0.5rem 0;
  margin-top: 0.5em;
  overflow: hidden;
  transform: rotate(-0.3deg);
}
.preview-banner-marquee {
  overflow: hidden;
  white-space: nowrap;
}
.preview-banner-track {
  display: inline-flex;
  align-items: center;
  animation: preview-banner-scroll 80s linear infinite;
}
.preview-banner-unit {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex: none;
}
.preview-banner-phrase {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #f5630e;
}
.preview-banner-link {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.preview-banner-sep {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 800;
  font-size: 1.3rem;
  color: rgba(245, 99, 14, 0.5);
}
@keyframes preview-banner-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .preview-banner-track {
    animation: none;
  }
}
@media (max-width: 820px) {
  .preview-banner-phrase {
    font-size: 1.15rem;
  }
  .preview-banner-sep {
    font-size: 1rem;
  }
}
.tag-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  align-items: center;
  padding: 0.75rem 0;
}
.tag-selector .tag {
  display: inline-block;
  font-weight: 600;
  font-size: 1.05rem;
  color: #f5630e;
  background: #fff;
  text-decoration: none;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 2px solid transparent;
}
.tag-selector .tag:hover {
  border-color: rgba(255, 157, 0, 0.55);
}
.tag-selector .tag.active {
  border-color: #FF9D00;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.2rem;
  padding-bottom: 1rem;
}
.tag-row .tag-plain {
  font-weight: 600;
  font-size: 1rem;
  color: #f5630e;
  text-decoration: none;
}
.tag-row .tag-plain:hover {
  text-decoration: underline;
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: 2.66rem 1.4rem;
  background: linear-gradient(to bottom, #f5630e, #b84a0b);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1.9rem max(1.25rem, calc((100vw - 1280px) / 2)) 2.4rem;
}
@media (max-width: 820px) {
  .tool-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}
.tool-card {
  aspect-ratio: 5 / 7;
  display: flex;
  flex-direction: column;
  position: relative;
  appearance: none;
  font: inherit;
  text-align: inherit;
  background: #FFFFFF;
  border: 2px solid #f5630e;
  border-radius: 14px;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tool-card .tool-card-face {
  position: relative;
  flex: 0 0 auto;
  padding: 0.4em;
  background: #FFFFFF;
  border-radius: calc(14px - 2px) calc(14px - 2px) 0 0;
}
.tool-card .tool-card-thumb {
  display: block;
  width: 100%;
  height: 4em;
  object-fit: cover;
  object-position: center center;
  border-radius: calc(calc(14px - 2px) - 0.4em);
}
.tool-card .tool-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0.9rem 1rem 1rem;
  min-height: 0;
}
.tool-card .tool-card-title {
  margin: 0;
  min-height: 3.45em;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 1.41rem;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  color: #f5630e;
}
.tool-card .tool-card-blurb {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #2F7483;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.tool-card.is-coming-soon {
  cursor: pointer;
}
.tool-card.is-coming-soon .tool-card-face,
.tool-card.is-coming-soon .tool-card-body {
  opacity: 0.6;
}
.tool-card .tool-card-tag {
  position: absolute;
  top: -0.65rem;
  right: -0.3rem;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #f5630e;
  background: #F7EC9A;
  color: #f5630e;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.25);
}
.tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.9rem 2.2rem rgba(0, 0, 0, 0.22);
}
.tool-card .tool-card-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: auto 0 0;
  padding-top: 0.7rem;
  color: #2F7483;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}
.tool-card .tool-card-stat {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.tool-card .tool-card-stat svg {
  flex: none;
  width: 1.15em;
  height: 1.15em;
  fill: url(#tool-stat-gradient);
  stroke: #f5630e;
  stroke-width: 1.1;
  stroke-linejoin: round;
}
@media (max-width: 820px) {
  .tool-card {
    aspect-ratio: auto;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 1em;
  }
  .tool-card .tool-card-face {
    flex: 0 0 4em;
    padding: 0;
    border-radius: 14px 0 0 14px;
  }
  .tool-card .tool-card-thumb {
    width: 100%;
    height: 100%;
    border-radius: 14px 0 0 14px;
  }
  .tool-card .tool-card-body {
    flex: 1 1 auto;
    padding: 0.55rem 0.8rem;
    align-items: flex-start;
    min-height: 0;
  }
  .tool-card .tool-card-title {
    min-height: 0;
    text-align: left;
  }
  .tool-card .tool-card-blurb {
    text-align: left;
    -webkit-line-clamp: 2;
  }
  .tool-card .tool-card-meta {
    justify-content: flex-start;
    margin: 0.3rem 0 0;
    padding-top: 0;
  }
}
.section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: transparent;
  padding: 2rem 0;
}
.section--yellow {
  background: #F8F7DC;
}
.section--red {
  background: #f5630e;
  color: #FFFFFF;
}
.section--red a,
.section--red h2,
.section--red h3,
.section--red h4,
.section--red .tool-card .tool-title,
.section--red .tool-card .tool-subtitle {
  color: #FFFFFF;
}
.section--red .tag-selector .tag {
  background: rgba(255, 255, 255, 0.92);
}
.section--soft {
  background: radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(171deg, #d7f5ff 0%, #FFFFFF 44%, #FAF6D2 86%);
  color: #2F7483;
}
.section--soft h2,
.section--soft h3,
.section--soft h4 {
  color: #2F7483;
}
label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0.6rem 0 0.15rem;
}
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  border: 2px solid #f5630e;
  border-radius: 8px;
  box-shadow: inset 0 2px 4px rgba(47, 116, 131, 0.12), 0 1px 3px rgba(47, 116, 131, 0.1);
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
  width: 100%;
  padding: 0.55rem 0.65rem;
  font-size: 1rem;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  background: linear-gradient(to bottom, #FEFCE8, #FEF9C3);
}
input:not([type=checkbox]):not([type=radio]):focus,
select:focus,
textarea:focus {
  outline: none;
  background: linear-gradient(to bottom, #FFFCE3, #FCEA6D);
  box-shadow: inset 0 2px 4px rgba(47, 116, 131, 0.1), 0 0 0 3px rgba(245, 99, 14, 0.5);
}
form button[type=submit]:not([class]) {
  display: inline-block;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 1rem;
  line-height: 1;
  padding: 0.8rem 1.6rem;
  border-radius: 0.25em;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: filter 0.12s ease, transform 0.05s ease;
  background: linear-gradient(180deg, #FF6E10 0%, #FBC520 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.7rem 1.4rem;
  border-radius: 0.75rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
}
form button[type=submit]:not([class]):hover {
  filter: brightness(1.06);
}
form button[type=submit]:not([class]):active {
  transform: translateY(1px);
}
form button[type=submit]:not([class]):disabled {
  opacity: 0.5;
  cursor: default;
}
form button[type=submit]:not([class]) .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
  margin-right: 0.4em;
  fill: currentColor;
}
form button[type=submit]:not([class]):hover,
form button[type=submit]:not([class]):focus {
  filter: none;
  background: linear-gradient(180deg, #FF9951 0%, #FCD45E 100%);
}
form button[type=submit]:not([class]):active {
  transform: translateY(1px);
}
.card {
  background: #fff;
  border: 1px solid rgba(124, 162, 181, 0.3);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1rem 0;
  box-shadow: 0 1px 4px rgba(47, 116, 131, 0.08);
}
.card h3 {
  margin-bottom: 0.25rem;
}
.callout {
  border-left: 4px solid #FF9D00;
  background: #F8F7DC;
  padding: 0.6rem 1rem;
  border-radius: 0 8px 8px 0;
  margin: 0.9rem 0;
  font-size: 0.92rem;
}
.pill {
  display: inline-block;
  background: #F8F7DC;
  color: #286370;
  border-radius: 999px;
  padding: 0.08rem 0.6rem;
  font-size: 0.75rem;
  margin-right: 0.25rem;
}
.kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  margin: 0.75rem 0;
}
.kpi {
  background: #fbfae9;
  border: 1px solid rgba(124, 162, 181, 0.25);
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
}
.kpi .v {
  font-size: 1.3rem;
  font-weight: 700;
}
.kpi .l {
  font-size: 0.72rem;
  color: #8B93A8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.kpi.hero {
  background: #f5630e;
  border-color: #f5630e;
  color: #fff;
}
.kpi.hero .l {
  color: #FFE9A8;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.88rem;
  margin: 0.6rem 0;
  background: #fff;
}
table th {
  text-align: left;
  background: #7CA2B5;
  color: #fff;
  padding: 0.4rem 0.6rem;
}
table td {
  padding: 0.35rem 0.6rem;
  border-bottom: 1px solid rgba(124, 162, 181, 0.25);
}
table td.r,
table th.r {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 820px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}
.toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  user-select: none;
}
.toggle .toggle-track {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: #D6DAE2;
  transition: background 180ms ease;
}
.toggle .toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease;
}
.toggle input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.toggle input:checked ~ .toggle-track {
  background: #2FA84F;
}
.toggle input:checked ~ .toggle-track .toggle-knob {
  transform: translateX(18px);
}
.toggle input:focus-visible ~ .toggle-track {
  outline: 2px solid #7CA2B5;
  outline-offset: 2px;
}
.toggle .toggle-label {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 0.9rem;
  line-height: 1.25;
  color: #2F7483;
}
.toggle .toggle-hint {
  display: block;
  font-size: 0.78rem;
  color: #8B93A8;
}
.form-toggle {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}
@media (max-width: 820px) {
  .form-toggle {
    justify-content: flex-start;
  }
}
.remember-bar {
  display: flex;
  justify-content: flex-end;
  margin-right: calc(-1 * max(1.25rem, (100vw - 1280px) / 2));
  margin-bottom: 1rem;
  padding-right: 1.25rem;
}
.remember-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  appearance: none;
  font: inherit;
  font-size: 0.86rem;
  color: #2F7483;
  text-align: left;
  cursor: pointer;
  border-radius: 12px;
  padding: 0.4rem 0.7rem;
  border: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}
.remember-pill.is-on {
  background: #E8F6EC;
  border-color: #BCE3C6;
}
.remember-pill.is-off {
  background: #F4F5F7;
  border-color: #E3E5EA;
}
.remember-pill .remember-pill-label {
  white-space: nowrap;
}
.remember-pill .toggle-track {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: #D6DAE2;
  transition: background 180ms ease;
}
.remember-pill .toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease;
}
.remember-pill.is-on .toggle-track {
  background: #2FA84F;
}
.remember-pill.is-on .toggle-knob {
  transform: translateX(18px);
}
.remember-pill:focus-visible {
  outline: 2px solid #7CA2B5;
  outline-offset: 2px;
}
.storage-confirm {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
.remember-bar--footer {
  display: block;
  margin: 0;
  padding: 0;
}
.remember-link {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.remember-link:hover {
  text-decoration: underline;
}
.remember-link .remember-state {
  font-weight: 700;
}
.remember-link .remember-state.is-on {
  color: #2FA84F;
}
.remember-link .remember-state.is-off {
  color: #8B93A8;
}
.toggle-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.toggle-row .toggle {
  flex: 1;
  min-width: 0;
}
.toggle-row .hints {
  flex: none;
}
a.hints {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1em;
  height: 1em;
  margin-left: 0.35em;
  vertical-align: middle;
  border-radius: 50%;
  background: #A3E635;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
a.hints::before {
  content: 'i';
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.72em;
  line-height: 1;
}
a.hints:hover,
a.hints:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95), 0 3px 8px rgba(0, 0, 0, 0.2);
}
a.hints-field {
  display: none;
}
@media (max-width: 820px) {
  label a.hints:not(.hints-field) {
    display: none;
  }
  a.hints-field {
    display: inline-flex;
    flex: none;
    align-self: stretch;
    width: 1.5em;
    height: auto;
    margin-left: 0;
    border-radius: 8px;
  }
}
.tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0.6rem 0 1rem;
  border-bottom: 1px solid #c4d5de;
}
.tab-bar button {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  margin-bottom: -1px;
  padding: 0.5rem 0.4rem;
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #8B93A8;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
.tab-bar button:hover {
  color: #4d7488;
}
.tab-bar button.is-active {
  color: #4d7488;
  border-bottom-color: #f5630e;
}
.tab-bar--mini {
  margin: 0.5rem 0 0;
  flex-wrap: nowrap;
  gap: 0;
}
.tab-bar--mini button {
  flex: 1 1 0;
  padding: 0.3rem 0.2rem;
  font-size: 0.74rem;
  white-space: nowrap;
}
.tab-mark {
  min-width: 1.4em;
  padding: 0 0.4em;
  border-radius: 1em;
  background: #f5630e;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.tax-profile-summary {
  font-size: 1rem;
  color: #8B93A8;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .tax-profile .row .pill-button--large {
    flex: 1 1 100%;
    width: 100%;
  }
  .tax-profile-summary {
    flex: 1 1 100%;
    text-align: center;
  }
}
.tax-profile .row label small {
  font-size: 0.8rem;
  font-weight: 400;
  color: #8B93A8;
  margin-left: 0.25em;
}
.tax-profile-fields .row {
  margin-bottom: 0.55rem;
}
.tax-profile-fields .row--sub {
  margin-top: -0.5rem;
}
.tax-profile-fields .toggle .toggle-track {
  width: 68px;
  height: 42px;
}
.tax-profile-fields .toggle .toggle-knob {
  width: 36px;
  height: 36px;
}
.tax-profile-fields .toggle input:checked ~ .toggle-track .toggle-knob {
  transform: translateX(26px);
}
.tax-profile-foral {
  margin: 0.6rem 0;
}
.tax-profile-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
}
.tax-profile-actions .btn {
  flex: 1;
}
.tax-profile-clear {
  flex: none;
  background: none;
  border: 0;
  padding: 0.2rem;
  color: rgba(47, 116, 131, 0.62);
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 0.85rem;
  text-decoration: underline;
  cursor: pointer;
}
.tax-profile-clear:hover {
  color: #f5630e;
}
.tax-profile-privacy {
  margin: 0.8rem 0 0;
  font-size: 0.78rem;
  color: rgba(47, 116, 131, 0.6);
}
.tax-notes {
  margin: 0.6rem 0 0;
  font-size: 0.85rem;
}
.tax-notes summary {
  cursor: pointer;
  color: #4d7488;
  font-weight: 600;
  padding: 0.3rem 0;
}
.tax-notes summary:hover {
  color: #f5630e;
}
.tax-notes-applied {
  margin: 0.4rem 0 0.6rem;
  padding-left: 1.1rem;
}
.tax-notes-applied li {
  margin: 0.15rem 0;
}
.tax-notes-caveat {
  margin: 0.45rem 0;
  color: rgba(47, 116, 131, 0.72);
  padding-left: 0.6rem;
  border-left: 2px solid #c4d5de;
}
.main-form .row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0.5rem 1.5rem;
  align-items: center;
  font-size: 1.3rem;
  padding: 0.55rem 1rem;
}
@media (max-width: 820px) {
  .main-form .row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-form .row label {
  text-align: right;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}
.main-form .row label::after {
  content: ' \2192';
}
@media (max-width: 820px) {
  .main-form .row label {
    text-align: center;
    line-height: 1.1;
  }
  .main-form .row label::after {
    content: '';
  }
}
.main-form .row label strong {
  background-color: #FFFF00BD;
  color: inherit;
  padding: 0 0.18em;
  border-radius: 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 600;
}
@media (max-width: 820px) {
  .main-form .row label strong {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.main-form .row .input-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.main-form .row .input-wrap .field-shell {
  display: contents;
}
.main-form .row .input-wrap .field-note {
  flex: 1 1 100%;
  font-size: 0.85rem;
  color: #8B93A8;
}
.main-form .row .input-wrap input,
.main-form .row .input-wrap select {
  font-size: 1.5rem;
  max-width: 9em;
  padding: 0.45rem 0.7rem;
}
.main-form .row .input-wrap select {
  max-width: 100%;
}
.main-form .row .input-wrap .postfix {
  color: #8B93A8;
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .main-form .row .input-wrap .field-shell {
    display: block;
    position: relative;
    flex: 1 1 0;
    min-width: 0;
  }
  .main-form .row .input-wrap input,
  .main-form .row .input-wrap select {
    width: 100%;
    max-width: none;
  }
  .main-form .row .input-wrap .field-note {
    display: block;
    margin-top: 0.3rem;
  }
  .main-form .row .input-wrap .field-shell:has(.postfix) .postfix {
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    pointer-events: none;
  }
  .main-form .row .input-wrap .field-shell:has(.postfix) input,
  .main-form .row .input-wrap .field-shell:has(.postfix) select {
    padding-right: calc(1.5rem + 0.53rem * var(--postfix-ch, 4));
  }
}
.main-form .row .help-text {
  display: none;
  grid-column: 1 / -1;
  background: #fff;
  border-left: 4px solid #FF9D00;
  border-radius: 8px;
  padding: 0.8rem 1.1rem;
  font-size: 1rem;
}
.main-form .row .help-text.open {
  display: block;
}
.main-form .row .help-text ul {
  text-align: left;
  margin: 0.75rem 0 0 1.25rem;
}
.focus-rows input:focus,
.focus-rows select:focus {
  box-shadow: inset 0 2px 4px rgba(47, 116, 131, 0.1), 0 0 0 3px rgba(245, 99, 14, 0.5), 0 8px 18px rgba(0, 0, 0, 0.15);
}
.calculate-wrap {
  padding: 1.25rem 1rem 0;
  text-align: center;
}
.calculate-wrap .btn--calculate {
  width: 100%;
}
.calculate-wrap .form-disclaimer {
  margin-top: 0.6rem;
}
@media (max-width: 820px) {
  .calculate-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.result.is-invisible {
  visibility: hidden;
}
.results-area {
  text-align: center;
  margin-top: 2rem;
}
.results-heading {
  margin-bottom: 0.25rem;
}
.results-sub {
  color: #8B93A8;
  margin-bottom: 1.5rem;
}
.results-switch {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.main-form .row.row--sub {
  font-size: 1.05rem;
  padding-top: 0;
  margin-top: -0.3rem;
}
.main-form .row label.toggle::after {
  content: none;
}
section.results {
  background: #fff;
  border: 2px solid rgba(124, 162, 181, 0.35);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  text-align: left;
}
@media (max-width: 820px) {
  section.results {
    border: 0;
    padding: 0;
    box-shadow: none;
    text-align: center;
  }
}
section.result {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 820px) {
  section.result {
    flex-direction: column;
  }
}
section.result .description {
  flex: 3;
}
section.result .description h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: none;
  color: #2F7483;
  margin: 0 0 0.25rem;
}
section.result .description p {
  font-size: 0.98rem;
}
section.result .amount-box {
  flex: 2;
  align-self: start;
  text-align: center;
  background: linear-gradient(180deg, #ECFCCB 0%, #D9F99D 100%);
  border: 2px solid rgba(124, 162, 181, 0.3);
  border-radius: 10px;
  padding: 1rem;
}
section.result .amount-box h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  color: #2F7483;
  margin: 0 0 0.25rem;
}
section.result .amount-box .disclaimer {
  font-size: 0.75rem;
  color: #8B93A8;
  display: block;
}
section.result .amount-box .amount {
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.1;
}
section.result .amount-box .amount-postfix {
  font-size: 1.1rem;
  margin: 0.1rem 0 0;
}
@media (max-width: 820px) {
  section.result .amount-box {
    align-self: stretch;
    width: 100%;
  }
}
section.result.layout-solo {
  display: block;
}
section.result.layout-solo .amount-box {
  width: 100%;
}
section.result.layout-solo:not(.is-active) .amount-box {
  background: linear-gradient(0deg, #F3F4F6, #F9FAFB);
}
.btn--adjust {
  width: 100%;
  font-size: 1.15rem;
}
.adjust-social {
  margin-top: 2rem;
}
.adjust-social .explanation-toggle {
  margin-bottom: 0.75rem;
}
.adjust-social .explanation-toggle summary {
  cursor: pointer;
  color: #4d7488;
  text-decoration: underline;
}
.adjust-social .explanation-toggle p {
  background: #fff;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-top: 0.5rem;
  text-align: left;
}
.adjust-social .explanation {
  color: #8B93A8;
  text-align: left;
  margin: 0.5rem 0;
}
.adjust-social .selected-base,
.adjust-social .adjust-intro {
  font-size: 1.3rem;
  margin: 1rem 0 2rem;
}
.adjust-social .whatyouget-heading {
  margin-top: 1.5rem;
}
.adjust-social .result.layout-secondary .amount-box {
  background: linear-gradient(0deg, #F3F4F6, #F9FAFB);
}
.adjust-social .result.layout-secondary .amount-box .amount {
  font-size: 1.8rem;
}
.range-slider {
  width: 100%;
  height: 0.8rem;
  margin: 1.25rem 0;
  border-radius: 999px;
  background: #E5E7EB;
  appearance: none;
  cursor: pointer;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFC42D, #FF9D00);
  border: 1px solid #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.range-slider::-moz-range-thumb {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFC42D, #FF9D00);
  border: 1px solid #000;
}
.minimum-maximum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
@media (max-width: 820px) {
  .minimum-maximum {
    gap: 0.4rem;
  }
  .minimum-maximum .result .amount-box {
    padding: 0.5rem 0.3rem;
  }
  .minimum-maximum .result .amount-box h2 {
    font-size: 0.78rem;
  }
  .minimum-maximum .result .amount-box .amount {
    font-size: 1.4rem;
  }
  .minimum-maximum .result .amount-box .amount-postfix {
    font-size: 0.72rem;
  }
}
.result-actions {
  margin: 1.5rem 0;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.result-actions .action {
  color: #4d7488;
  text-decoration: underline;
  cursor: pointer;
}
section.calculation {
  background: #fff;
  border: 2px solid rgba(124, 162, 181, 0.35);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  text-align: left;
}
section.calculation h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  text-transform: none;
  color: #2F7483;
  font-size: 1.3rem;
}
section.calculation table {
  font-size: 1rem;
}
section.calculation table tr:nth-child(even) td {
  background: #F3F4F6;
}
section.calculation table th {
  display: none;
}
section.calculation table td {
  padding: 0.5rem 0.7rem;
  border: 0;
}
section.calculation table td.value {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.field-error {
  display: block;
  color: #f5630e;
  font-size: 0.92rem;
  line-height: 1.35;
}
.main-form .row .input-wrap {
  flex-wrap: wrap;
}
.main-form .row .input-wrap .field-error {
  flex: 0 0 100%;
}
.main-form .row.has-error .input-wrap input,
.main-form .row.has-error .input-wrap select {
  border-color: #f5630e;
  background: linear-gradient(180deg, #FEF2F2 0%, #FEE2E2 100%);
}
.field-errors {
  margin-top: 0.85rem;
  text-align: left;
}
.field-errors .field-error + .field-error {
  margin-top: 0.3rem;
}
.row-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: -0.35rem 0 0.9rem;
  padding-left: 52%;
}
@media (max-width: 820px) {
  .row-detail {
    padding-left: 0;
  }
}
.row-detail .detail-note {
  font-size: 0.88rem;
  color: #8B93A8;
}
.row-switch {
  margin: -0.35rem 0 1.1rem;
  padding-left: 52%;
}
@media (max-width: 820px) {
  .row-switch {
    padding-left: 0;
  }
}
.main-form input[readonly] {
  background: #F3F4F6;
  color: #8B93A8;
  cursor: not-allowed;
}
.detail-dialog {
  text-align: left;
}
.detail-dialog h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  text-transform: none;
  color: #2F7483;
  font-size: 1.3rem;
}
.detail-dialog p {
  font-size: 0.95rem;
  color: #8B93A8;
}
.detail-dialog .dialog-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.detail-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.detail-table th {
  text-align: left;
  font-size: 0.82rem;
  font-weight: 600;
  color: #8B93A8;
  padding: 0.3rem 0.5rem;
}
.detail-table td {
  padding: 0.25rem 0.5rem;
  border: 0;
  font-size: 0.95rem;
}
.detail-table tr:nth-child(even) td {
  background: #F9FAFB;
}
.detail-table input {
  width: 100%;
  max-width: 9rem;
  text-align: right;
}
section.result.result--debt .amount-box {
  background: linear-gradient(180deg, #FEE2E2 0%, #FCA5A5 100%);
  border-color: rgba(245, 99, 14, 0.45);
}
section.result.result--credit .amount-box {
  background: linear-gradient(180deg, #DCFCE7 0%, #86EFAC 100%);
  border-color: rgba(47, 168, 79, 0.45);
}
section.result.result--settled .amount-box {
  background: linear-gradient(0deg, #F3F4F6, #F9FAFB);
}
section.result.result--settled .amount-box .amount {
  font-size: 1.6rem;
}
.caveats {
  text-align: left;
  background: #FFFBEB;
  border-left: 4px solid #FFC42D;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem;
}
.caveats h3 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  text-transform: none;
  font-size: 1.05rem;
  color: #2F7483;
  margin: 0 0 0.5rem;
}
.caveats .caveat {
  font-size: 0.95rem;
  color: #2F7483;
  margin: 0 0 0.6rem;
}
.caveats .caveat:last-child {
  margin-bottom: 0;
}
.explanation-block {
  text-align: left;
  margin: 0 0 1.5rem;
}
.explanation-block h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  text-transform: none;
  font-size: 1.3rem;
  color: #2F7483;
}
.explanation-block .explanation {
  color: #2F7483;
  margin: 0.6rem 0;
}
.explanation-block .explanation--muted {
  color: #8B93A8;
  font-size: 0.92rem;
}
[x-cloak] {
  display: none !important;
}
.cuota-split {
  margin: 0.35rem 0 1rem;
  font-size: 1.05rem;
  color: #2F7483;
}
.cuota-split strong {
  font-variant-numeric: tabular-nums;
}
.mei-split {
  color: #8B93A8;
  font-size: 0.85rem;
  margin-left: 0.4rem;
  white-space: nowrap;
}
.brackets {
  text-align: left;
}
.bracket-controls {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  max-width: 1280px;
  margin: 0 auto 1.25rem;
}
.bracket-controls .control {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}
.bracket-controls .control > label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2F7483;
  margin: 0;
  white-space: nowrap;
}
.bracket-controls .control select {
  font-size: 1.05rem;
  padding: 0.4rem 0.6rem;
}
.bracket-controls .control--year {
  flex: 0 0 auto;
}
.bracket-controls .control--year select {
  width: auto;
}
.bracket-controls .control--discount {
  flex: 1 1 0;
}
.bracket-controls .control--discount select {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 820px) {
  .bracket-controls {
    flex-wrap: wrap;
  }
  .bracket-controls .control,
  .bracket-controls .btn-settings {
    flex: 0 0 100%;
  }
  .bracket-controls .control select {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.btn-settings {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 2em;
  white-space: nowrap;
  border: 2px solid #f5630e;
  border-radius: 8px;
  box-shadow: inset 0 2px 4px rgba(47, 116, 131, 0.12), 0 1px 3px rgba(47, 116, 131, 0.1);
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
  background: #FFFFFF;
  color: #2F7483;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}
.btn-settings:hover {
  color: #f5630e;
  background: #F8F7DC;
}
.btn-settings svg {
  flex: none;
  transition: transform 200ms ease;
}
.btn-settings:hover svg {
  transform: rotate(45deg);
}
.modal-panel .advanced-toggles {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.table-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
.bracket-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
}
.bracket-table th {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2F7483;
  background: transparent;
  padding: 0.8rem 1rem;
  white-space: nowrap;
}
.bracket-table .heading-hint {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(47, 116, 131, 0.4);
}
.bracket-table .heading-hint:hover {
  text-decoration-color: #f5630e;
}
.bracket-table td {
  padding: 0.7rem 1rem;
  white-space: nowrap;
  vertical-align: middle;
}
.bracket-table .group-start,
.bracket-table .group-mid,
.bracket-table .group-end {
  color: #2F7483;
  opacity: 1;
}
.bracket-table tbody tr:nth-child(odd) td {
  background: #fffff5;
}
.bracket-table tbody tr:nth-child(even) td {
  background: #fffee8;
}
.bracket-table tbody tr:nth-child(odd) .group-start,
.bracket-table tbody tr:nth-child(odd) .group-mid,
.bracket-table tbody tr:nth-child(odd) .group-end {
  background: #fffedf;
}
.bracket-table tbody tr:nth-child(even) .group-start,
.bracket-table tbody tr:nth-child(even) .group-mid,
.bracket-table tbody tr:nth-child(even) .group-end {
  background: #fffcb8;
}
.bracket-table tbody td:not(.group-start):not(.group-mid):not(.group-end) {
  opacity: 0.5;
}
.bracket-table thead th.group-start {
  border-top: 2px solid #f5630e;
  border-left: 2px solid #f5630e;
  border-top-left-radius: 8px;
}
.bracket-table thead th.group-mid {
  border-top: 2px solid #f5630e;
}
.bracket-table thead th.group-end {
  border-top: 2px solid #f5630e;
  border-right: 2px solid #f5630e;
  border-top-right-radius: 8px;
}
.bracket-table tbody td.group-start {
  border-left: 2px solid #f5630e;
}
.bracket-table tbody td.group-end {
  border-right: 2px solid #f5630e;
}
.bracket-table tbody tr:last-child td.group-start {
  border-bottom: 2px solid #f5630e;
  border-bottom-left-radius: 8px;
}
.bracket-table tbody tr:last-child td.group-mid {
  border-bottom: 2px solid #f5630e;
}
.bracket-table tbody tr:last-child td.group-end {
  border-bottom: 2px solid #f5630e;
  border-bottom-right-radius: 8px;
}
.bracket-table th:first-child,
.bracket-table td:first-child {
  padding-left: max(1.25rem, calc((100vw - 1280px) / 2));
}
.bracket-table th:last-child,
.bracket-table td:last-child {
  padding-right: max(1.25rem, calc((100vw - 1280px) / 2));
}
.bracket-table .col-tramo {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.bracket-table .col-point {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
}
.bracket-table th.col-num,
.bracket-table td.col-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.bracket-table .quota .amount {
  display: block;
  font-weight: 600;
}
.bracket-table .quota .mei-split {
  display: block;
  margin-left: 0;
}
.bracket-table .quota--discounted .amount {
  color: #2FA84F;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.flat-discount {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fffcb8;
  border: 2px solid #f5630e;
  border-radius: 12px;
}
.flat-discount .flat-discount-label {
  font-size: 1rem;
  font-weight: 700;
  color: #2F7483;
  margin: 0 0 0.4rem;
}
.flat-discount .flat-discount-amount {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.flat-discount .flat-discount-note {
  font-size: 0.95rem;
  color: #2F7483;
  margin: 0.6rem auto 0;
  max-width: 46rem;
}
.bracket-table th.is-discounted {
  color: #f5630e;
}
.bracket-table td.is-discounted .amount {
  color: #f5630e;
  font-weight: 700;
}
.next-tool {
  text-align: center;
  margin: 2.5rem 0 0;
  color: #2F7483;
}
.next-tool a {
  color: #f5630e;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.next-tool a:hover {
  text-decoration: underline;
}
.next-tool .next-tool-arrow {
  display: inline-block;
  margin-right: 0.15em;
  transition: transform 0.15s ease;
}
.next-tool a:hover .next-tool-arrow {
  transform: translateX(0.15em);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem;
  overflow-y: auto;
}
.modal-panel {
  position: relative;
  margin: auto;
  background: #fff;
  border: 2px solid #f5630e;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  max-width: 42rem;
  width: 100%;
  padding: 1.25rem 1.75rem 1.5rem;
  text-align: center;
}
.modal-panel .modal-content {
  font-size: 1.05rem;
  text-align: center;
}
.modal-panel .modal-content ul {
  text-align: left;
  margin: 0.75rem 0 0.75rem 1.5rem;
}
.modal-panel .modal-x {
  position: absolute;
  top: 0.4rem;
  right: 0.8rem;
  background: none;
  border: 0;
  font-size: 3.25rem;
  line-height: 1;
  color: #7CA2B5;
  cursor: pointer;
  padding: 0.2rem;
  margin: 0;
}
.modal-panel .modal-x:hover {
  color: #4d7488;
}
.modal-panel .modal-close-btn {
  margin-top: 1.25rem;
  width: 100%;
  display: block;
}
.modal-anim,
.modal-anim .modal-panel {
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.modal-out {
  opacity: 0;
}
.modal-out .modal-panel {
  transform: translateY(-3rem);
  opacity: 0;
}
.modal-in {
  opacity: 1;
}
.modal-in .modal-panel {
  transform: translateY(0);
  opacity: 1;
}
.newsletter-modal .modal-panel {
  max-width: 52rem;
  padding: 0;
  overflow: hidden;
}
.newsletter-modal .modal-panel .modal-content {
  text-align: left;
}
.newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 28rem;
}
.newsletter-why {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1.6rem;
  background: url('/images/newsletter-bg.webp') center / cover no-repeat;
}
.newsletter-why .newsletter-why-inner {
  position: relative;
}
.newsletter-highlight {
  display: inline;
  background-color: #FFFFFF;
  color: #f5630e;
  padding: 0 0.3em;
  border-radius: 0.2em;
  line-height: 1.15;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.newsletter-pitch {
  margin: 0 0 0.6rem;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.6;
}
.newsletter-badges {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.6;
}
.newsletter-form {
  padding: 1.6rem;
}
.newsletter-form h3 {
  margin: 0 0 1rem;
}
.newsletter-field {
  display: block;
  margin-bottom: 1rem;
}
.newsletter-field > span {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.newsletter-field input {
  width: 100%;
}
.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.45;
}
.newsletter-consent input[type='checkbox'] {
  flex: none;
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.15em;
}
.newsletter-note {
  margin: 0.9rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8B93A8;
}
.newsletter-note--pending {
  font-style: italic;
  color: #f5630e;
}
@media (max-width: 820px) {
  .newsletter {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .newsletter-why {
    padding: 1.2rem;
  }
  .newsletter-form {
    padding: 1.2rem;
  }
}
.auth-forms {
  max-width: 26rem;
  margin: 0 auto;
  text-align: left;
}
.auth-forms .auth-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.auth-forms .auth-tabs button {
  flex: 1;
  background: none;
  border: 0;
  border-bottom: 3px solid rgba(124, 162, 181, 0.3);
  font-weight: 700;
  font-size: 1.05rem;
  color: #8B93A8;
  padding: 0.5rem;
  cursor: pointer;
}
.auth-forms .auth-tabs button.active {
  color: #4d7488;
  border-bottom-color: #FF9D00;
}
.auth-forms .auth-google {
  display: block;
  text-align: center;
  width: 100%;
}
.auth-forms .auth-or {
  text-align: center;
  color: #8B93A8;
  margin: 0.75rem 0;
}
.auth-forms .auth-submit {
  width: 100%;
  margin-top: 1rem;
}
.auth-forms .auth-remember {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
.auth-forms .auth-remember input {
  width: auto;
}
.nav-auth {
  white-space: nowrap;
}
.save-calculation {
  margin-top: 1.5rem;
  text-align: center;
}
.save-calculation .save-row {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.save-calculation .save-row input {
  max-width: 18rem;
}
.save-calculation .save-message {
  margin-top: 0.5rem;
  color: #2FA84F;
  font-weight: 600;
}
.save-calculation .save-blocked {
  color: #8B93A8;
}
.comments {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(47, 116, 131, 0.18);
}
.comments-heading {
  margin: 0 0 1.4rem;
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: none;
  color: #2F7483;
}
.comment-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.comment {
  padding: 1rem 0;
}
.comment + .comment {
  border-top: 1px solid rgba(47, 116, 131, 0.12);
}
.comment-meta {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: #8B93A8;
}
.comment-meta .comment-author {
  font-weight: 700;
  color: #2F7483;
}
.comment-body {
  margin: 0;
  line-height: 1.55;
  color: #2F7483;
  overflow-wrap: anywhere;
}
.comment-replies {
  list-style: none;
  margin: 0.9rem 0 0 0;
  padding-left: 1.2rem;
  border-left: 2px solid rgba(245, 99, 14, 0.25);
}
.comment-replies .comment--reply + .comment--reply {
  border-top: 1px solid rgba(47, 116, 131, 0.1);
}
.comment-removed {
  margin: 0;
  padding: 0.55rem 0.8rem;
  border-radius: 6px;
  background: #fef4ee;
  color: #8B93A8;
  font-size: 0.88rem;
  font-style: italic;
}
.mention {
  font-weight: 700;
  color: #f5630e;
}
.mention-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0.7rem 0 0;
  font-size: 0.85rem;
}
.mention-bar-label {
  color: #8B93A8;
}
.mention-chip {
  appearance: none;
  font: inherit;
  font-size: 0.85rem;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(47, 116, 131, 0.22);
  border-radius: 999px;
  background: #FFFFFF;
  color: #2F7483;
  cursor: pointer;
}
.mention-chip:hover {
  border-color: #f5630e;
  color: #f5630e;
}
.comment-notify {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.8rem 0 0;
  font-size: 0.85rem;
  color: #8B93A8;
  line-height: 1.4;
}
.comment-notify input {
  margin-top: 0.2em;
}
.comment-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}
.comment-links {
  display: flex;
  gap: 1rem;
  margin: 0.6rem 0 0;
}
.comment-link {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 0.82rem;
  color: #8B93A8;
  text-decoration: underline;
  cursor: pointer;
}
.comment-link:hover {
  color: #f5630e;
}
.reactions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.6rem;
}
.reaction {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  appearance: none;
  font: inherit;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(47, 116, 131, 0.22);
  border-radius: 999px;
  background: #FFFFFF;
  color: #2F7483;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.reaction:hover {
  border-color: #f5630e;
}
.reaction.is-mine {
  border-color: #f5630e;
  background: #F7EC9A;
  font-weight: 700;
}
.reaction.is-static {
  cursor: default;
}
.reaction-count {
  font-variant-numeric: tabular-nums;
}
.reaction-open {
  padding: 0.28rem 0.5rem;
  color: #8B93A8;
}
.reaction-open svg {
  width: 1.1em;
  height: 1.1em;
  display: block;
}
.reaction-open:hover {
  color: #f5630e;
}
.reaction-picker {
  position: relative;
}
.reaction-palette {
  position: absolute;
  bottom: calc(100% + 0.35rem);
  left: 0;
  z-index: 5;
  display: flex;
  gap: 0.15rem;
  padding: 0.35rem;
  border: 1px solid rgba(47, 116, 131, 0.22);
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.18);
}
.reaction-choice {
  appearance: none;
  border: 0;
  border-radius: 6px;
  background: none;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.3rem;
  cursor: pointer;
}
.reaction-choice:hover {
  background: #F7EC9A;
}
.reaction-choice.is-mine {
  background: #F7EC9A;
}
.comment-form textarea {
  display: block;
  resize: vertical;
  min-height: 6rem;
  line-height: 1.5;
}
.comment-label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
  color: #2F7483;
}
.comment-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 0.8rem;
}
.comment-posted {
  margin: 0;
  color: #8B93A8;
}
.comment-signin {
  padding: 1.2rem 1.4rem;
  border-radius: 12px;
  background: rgba(247, 236, 154, 0.45);
}
.comment-signin p {
  margin: 0 0 0.9rem;
  color: #2F7483;
}
.social-sign-in {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.dev-signin {
  flex-basis: 100%;
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  font-family: monospace;
  color: #8B93A8;
}
.dev-signin a {
  color: #8B93A8;
}
.closing {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #FF6E10;
  margin-top: 3rem;
  padding: 2rem max(1.25rem, calc((100vw - 1280px) / 2)) 2.2rem;
  text-align: center;
}
.closing .next-tool {
  color: #FFFFFF;
}
.closing .next-tool a {
  color: #FFFFFF;
}
.closing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem 1rem;
}
@media (max-width: 820px) {
  .closing-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.closing-action {
  font-size: 1.25rem;
}
@media (max-width: 820px) {
  .closing-action {
    width: 100%;
  }
}
.share-dialog .modal-panel {
  max-width: 34rem;
}
.share-card {
  margin: 0 0 1rem;
}
.share-hero {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #FFFFFF 100%), radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(135deg, #d7f5ff 0%, #FFFFFF 48%, #F7EC9A 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
  border-radius: 12px;
  border: 1px solid rgba(47, 116, 131, 0.12);
}
.share-avatar {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FFFFFF;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.share-tool {
  margin: 0.8rem 0 0;
  font-weight: 700;
  font-size: 1.15rem;
  color: #2F7483;
}
.share-tabs {
  margin-top: 0;
  flex-wrap: nowrap;
}
.share-tabs button {
  flex: 1 1 0;
  font-size: 0.88rem;
  white-space: nowrap;
}
.share-copy {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.6rem 0.9rem;
  appearance: none;
  font: inherit;
  font-size: 0.9rem;
  text-align: left;
  color: #2F7483;
  background: #F3F4F6;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.share-copy svg {
  width: 1.1em;
  height: 1.1em;
  flex: none;
}
.share-copy strong {
  flex: none;
}
.share-copy .share-copy-url {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8B93A8;
}
.share-copy:hover {
  border-color: #f5630e;
  background: #FFFFFF;
}
.share-networks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.share-network {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 4.2rem;
  text-decoration: none;
  color: #2F7483;
}
.share-network .share-network-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.2rem;
  border-radius: 8px;
  color: #FFFFFF;
  transition: transform 90ms ease, box-shadow 90ms ease;
}
.share-network .share-network-mark svg {
  width: 1.5rem;
  height: 1.5rem;
}
.share-network .share-network-label {
  font-size: 0.78rem;
  text-decoration: underline;
  text-decoration-color: rgba(47, 116, 131, 0.35);
}
.share-network:hover .share-network-mark {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.share-network--x .share-network-mark {
  background: #000000;
}
.share-network--facebook .share-network-mark {
  background: #1877F2;
}
.share-network--whatsapp .share-network-mark {
  background: #25D366;
}
.share-network--linkedin .share-network-mark {
  background: #0A66C2;
}
.share-network--telegram .share-network-mark {
  background: #26A5E4;
}
.share-network--email .share-network-mark {
  background: #FFFA7E;
  color: #2F7483;
}
.closing-handoffs {
  margin-top: 2rem;
}
.closing-handoffs .next-tool {
  margin: 0.5rem 0;
}
.feedback-form h3 {
  margin: 0 0 0.4rem;
}
.feedback-intro {
  margin: 0 0 1.2rem;
  color: #8B93A8;
  font-size: 0.92rem;
}
.feedback-who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0.8rem;
}
@media (max-width: 820px) {
  .feedback-who {
    grid-template-columns: 1fr;
  }
}
.feedback-who > div {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.feedback-who > div label {
  flex: none;
  margin: 0;
}
.feedback-who > div input {
  flex: 1 1 auto;
  min-width: 0;
}
.feedback-optional {
  margin: 0.5rem 0 0;
  color: #8B93A8;
  font-size: 0.82rem;
}
.feedback-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.4rem;
}
.feedback-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.feedback-sent {
  text-align: center;
  padding: 1rem 0;
}
.feedback-sent .feedback-thanks {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f5630e;
  margin: 0 0 0.5rem;
}
.footer-illustration {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1em;
  width: 100%;
  height: 18em;
  background-image: url('/images/footer-bg.webp');
  background-position: right top;
  background-size: cover;
}
.footer-illustration h4 {
  margin: 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.65;
}
.footer-illustration h4 span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff;
  color: #f5630e;
  padding: 0.25em 0.5em;
}
.page-footer {
  background: #031F3E;
  color: #fff;
  padding: 2rem 0;
}
.page-footer .brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.page-footer .brand img {
  height: 26px;
  filter: brightness(0) invert(1);
}
.page-footer .intro {
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}
.page-footer .intro a {
  color: #fff;
  text-decoration: underline;
}
.page-footer .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 820px) {
  .page-footer .columns {
    grid-template-columns: 1fr 1fr;
  }
}
.page-footer .columns h2 {
  font-family: var(--font-body, 'Pitanga', -apple-system, 'Segoe UI', sans-serif);
  text-transform: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5rem;
}
.page-footer .columns div,
.page-footer .columns nav {
  text-align: center;
}
.page-footer .columns a {
  color: #fff;
  display: inline-block;
  padding: 0.15rem 0;
  text-decoration: none;
}
.page-footer .columns a:hover {
  text-decoration: underline;
  font-weight: 700;
}
.page-footer .disclaimer {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}
body.is-front {
  background: radial-gradient(circle 16vw at 78% 62%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 28%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 120% 55% at 42% 38%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(135deg, #d7f5ff 0%, #FFFFFF 48%, #F7EC9A 85%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-style-2 {
  background: none;
}
.tool-grid {
  background: none;
}
