@import url("/assets/brand_tokens-951eba10.css");
@import url("/assets/home-8fd79a17.css");
@import url("/assets/calculator-99d737c7.css");
@import url("/assets/platform-c3f39199.css");
@import url("/assets/guide-cb4e706a.css");
@import url("/assets/admin-83831f4c.css");

.payment-processing { display: flex; align-items: center; gap: 14px; margin-block: 24px; padding: 18px; border: 1px solid var(--enm-divider); border-radius: 16px; color: var(--enm-text); }
.payment-processing-spinner { flex: 0 0 24px; width: 24px; height: 24px; border: 3px solid var(--enm-divider); border-top-color: var(--enm-primary); border-radius: 50%; animation: payment-processing-spin 1s linear infinite; }
@keyframes payment-processing-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .payment-processing-spinner { animation: none; } }

* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--enm-bg);
  color: var(--enm-text);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
a { color: var(--enm-primary); text-underline-offset: 4px; }
a:hover { color: var(--enm-primary-hover); }
button, input { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
h1, h2, h3, .brand > span:first-child, .note-signature {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 { margin: 0 0 24px; font-size: clamp(32px, 4.4vw, 48px); letter-spacing: -0.025em; }
h2 { margin: 0 0 16px; font-size: clamp(26px, 3vw, 32px); letter-spacing: -0.015em; }
h3 { margin: 24px 0 16px; font-size: 24px; }
p { margin: 0 0 24px; }
:focus-visible { outline: var(--enm-focus-ring); outline-offset: var(--enm-focus-offset); }
#conteudo:focus { outline: none; }
.container { width: min(100% - 48px, 1120px); margin-inline: auto; }
.main-content { flex: 1; padding-block: 64px 80px; }
/* Mesma tipografia de navegação da página Sobre em todas as áreas. */
.site-header { border-bottom: 1px solid var(--enm-divider); font-family: Arial, sans-serif; font-size: 17px; line-height: 1.6; }
.site-header nav .button { font-family: Arial, sans-serif; font-size: 16px; }
@media (max-width: 560px) {
  .site-header nav .button { font-size: 13px; }
}
.header-content { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; color: var(--enm-text); text-decoration: none; }
.brand > span:first-child { font-size: 26px; }
.brand-signature { font-size: 13px; color: var(--enm-text-muted); margin-top: 5px; }
nav { display: flex; align-items: center; gap: 28px; }
.navigation-toggle { display: none; }
.nav-link { color: var(--enm-text); font-size: 15px; padding-block: 12px; text-decoration: none; }
.nav-link:hover, .nav-link[aria-current="page"] { text-decoration: underline; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--enm-control-min-height);
  padding: 12px 24px;
  border: 1px solid var(--enm-primary);
  border-radius: var(--enm-radius-control);
  background: var(--enm-primary);
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color var(--enm-transition), color var(--enm-transition);
}
.button:hover { background: var(--enm-primary-hover); border-color: var(--enm-primary-hover); color: white; }
.button-secondary { background: transparent; color: var(--enm-primary); }
.button-secondary:hover { background: var(--enm-primary); }
.button-small { padding-inline: 20px; }
.button-full { width: 100%; }
.eyebrow { font-size: 13px; font-weight: 600; color: var(--enm-primary); margin-bottom: 20px; letter-spacing: 0.025em; }
.lead { font-size: 20px; line-height: 1.55; }
.hero { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 80px; align-items: center; padding: 16px 0 64px; }
.hero-copy > p:not(.eyebrow):not(.lead) { max-width: 52ch; color: var(--enm-text-muted); }
.hero-copy .button { margin-top: 8px; }
.welcome-note { padding: 48px 40px; border-radius: 80px 16px 16px 16px; background: var(--enm-rose-soft); }
.welcome-note .eyebrow { color: var(--enm-text); }
.welcome-note h2 { font-size: 30px; max-width: 17ch; }
.welcome-note > p { font-size: 16px; }
.note-rule { display: block; width: 48px; height: 1px; background: var(--enm-primary); margin: 32px 0 20px; }
.welcome-note .note-signature { margin: 0; font-size: 19px; }
.products-section { padding-block: 48px; border-top: 1px solid var(--enm-divider); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 24px; }
.section-heading h2 { max-width: 24ch; }
.section-heading > p { font-size: 15px; color: var(--enm-text-muted); max-width: 34ch; margin-bottom: 20px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 24px; background: var(--enm-surface); border: 1px solid var(--enm-divider); border-radius: var(--enm-radius-card); }
.product-card { padding: 28px 24px; }
.product-card p { color: var(--enm-text-muted); font-size: 16px; margin-bottom: 0; }
.status-label { display: inline-block; padding: 5px 12px; border-radius: 8px; color: var(--enm-secondary); background: var(--enm-success-bg); font-size: 13px; font-weight: 600; }
.calculator-teaser { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 32px; border-radius: var(--enm-radius-card); background: var(--enm-sage-soft); }
.calculator-teaser .eyebrow { color: var(--enm-secondary); margin-bottom: 12px; }
.calculator-teaser p:last-child { font-size: 16px; margin: 0; }
.calculator-teaser .button { flex-shrink: 0; }
.page-intro { max-width: 720px; margin-bottom: 32px; }
.page-intro .lead, .account-email { color: var(--enm-text-muted); }
.placeholder-card { max-width: 720px; padding: 32px; }
.placeholder-card h2 { margin-top: 24px; }
.placeholder-card p { max-width: 60ch; color: var(--enm-text-muted); }
.login-section { max-width: 480px; margin: 0 auto; padding-block: 8px; }
.login-section h1 { font-size: 36px; }
.login-section .lead { color: var(--enm-text-muted); font-size: 18px; }
.login-card { padding: 32px; margin-bottom: 24px; }
.login-purchase { background: var(--enm-sage-soft); }
.login-purchase h2 { margin: 0 0 12px; font-size: 24px; }
.login-purchase p { color: var(--enm-text-muted); margin: 0 0 24px; }
label { display: block; font-weight: 600; margin-bottom: 8px; }
input[type="email"], input[type="password"] { width: 100%; min-height: 52px; background: var(--enm-surface); color: var(--enm-text); border: 1px solid var(--enm-control-border); border-radius: var(--enm-radius-control); padding: 12px; }
input[aria-invalid="true"] { border-color: var(--enm-error); }
.field-help { color: var(--enm-text-muted); font-size: 14px; margin: 8px 0 24px; }
.field-error { color: var(--enm-error); font-size: 15px; }
.login-note { font-size: 14px; color: var(--enm-text-muted); border-top: 1px solid var(--enm-divider); padding-top: 24px; margin: 24px 0 0; }
.text-link { font-size: 15px; }
.platform-heading { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.account-email { overflow-wrap: anywhere; }
.flash { padding: 16px; border-radius: 12px; margin-bottom: 24px; }
.flash-info { color: var(--enm-info); background: var(--enm-info-bg); }
.flash-error { color: var(--enm-error); background: var(--enm-error-bg); }
.site-footer { border-top: 1px solid var(--enm-divider); padding-block: 28px; color: var(--enm-text-muted); font-size: 13px; }
.footer-content { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; }
.footer-brand { display: grid; gap: 4px; }
.footer-brand strong { color: var(--enm-text); font: 400 18px/1.3 Georgia, serif; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px 20px; }
.footer-links a { font-size: 13px; }
.skip-link { position: absolute; top: -100px; left: 16px; padding: 12px 20px; background: white; z-index: 10; }
.skip-link:focus { top: 12px; }

.institutional-page { max-width: 980px; margin-inline: auto; }
.institutional-hero { max-width: 760px; padding: 16px 0 56px; }
.institutional-hero h1 { max-width: 17ch; }
.institutional-hero .lead { color: var(--enm-text-muted); }
.institutional-updated { margin: 28px 0 0; color: var(--enm-text-muted); font-size: 14px; }
.institutional-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; align-items: start; }
.institutional-index { position: sticky; top: 24px; display: grid; align-items: stretch; gap: 0; padding: 20px; border: 1px solid var(--enm-divider); border-radius: var(--enm-radius-card); background: var(--enm-sage-soft); }
.institutional-index strong { margin-bottom: 10px; color: var(--enm-secondary); font-size: 13px; }
.institutional-index a { min-height: 40px; padding: 8px 0; color: var(--enm-text); font-size: 14px; text-decoration: none; border-top: 1px solid var(--enm-divider); }
.institutional-index a:hover { color: var(--enm-primary); text-decoration: underline; }
.institutional-copy { min-width: 0; }
.institutional-copy section { scroll-margin-top: 24px; padding: 0 0 36px; margin-bottom: 40px; border-bottom: 1px solid var(--enm-divider); }
.institutional-copy section:last-child { margin-bottom: 0; border-bottom: 0; }
.institutional-copy p, .institutional-copy li { max-width: 68ch; }
.institutional-copy p { color: var(--enm-text-muted); }

@media (max-width: 800px) {
  .hero { gap: 32px; grid-template-columns: 1fr; }
  .welcome-note { padding: 32px; border-top-left-radius: 48px; }
  .welcome-note h2 { max-width: 28ch; }
  .section-heading { display: block; }
  .section-heading > p { max-width: none; }
  .product-grid { grid-template-columns: 1fr; }
  .calculator-teaser { align-items: start; flex-direction: column; }
}
@media (max-width: 560px) {
  .container { width: calc(100% - 40px); }
  .main-content { padding-block: 40px 48px; }
  .header-content { flex-direction: column; align-items: start; gap: 16px; padding-block: 24px 16px; }
  .brand > span:first-child { font-size: 24px; }
  nav { width: 100%; justify-content: space-between; gap: 12px; }
  .hero { padding-top: 0; padding-bottom: 40px; }
  .hero-copy .button { width: 100%; }
  .lead { font-size: 18px; }
  .welcome-note { padding: 32px 24px; }
  .welcome-note h2 { font-size: 26px; }
  .products-section { padding-block: 32px; }
  .calculator-teaser, .placeholder-card, .login-card { padding: 24px; }
  .calculator-teaser .button { width: 100%; }
  .login-section h1 { font-size: 32px; }
  .platform-heading { flex-direction: column; gap: 0; margin-bottom: 24px; }
  .platform-heading .page-intro { margin-bottom: 0; }
  .footer-content { flex-direction: column; gap: 4px; }
  .footer-links { justify-content: flex-start; gap: 8px 16px; margin-top: 16px; }
  .institutional-hero { padding-top: 0; padding-bottom: 36px; }
  .institutional-layout { grid-template-columns: 1fr; gap: 36px; }
  .institutional-index { position: static; }
  .institutional-copy section { margin-bottom: 32px; padding-bottom: 28px; }
}

.tools-menu { position: relative; }
.site-header .tools-menu > summary { cursor: pointer; display: flex; align-items: center; gap: 8px; list-style: none; font-weight: 400; }
.site-header .tools-menu > summary::-webkit-details-marker { display: none; }
.site-header .tools-menu > summary::after { content: ""; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.site-header .tools-menu[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.site-header .tools-menu > div { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; width: 224px; max-width: calc(100vw - 40px); padding: 8px; border: 1px solid #d6d0c3; border-radius: 14px; background: #fffefa; color: #353d2f; box-shadow: 0 8px 24px #353d2f14; }
.site-header .tools-menu > div > a,
.site-header .tools-menu > div > form > button { display: flex; align-items: center; width: 100%; min-height: 42px; padding: 10px 12px; border: 0; border-radius: 8px; background: transparent; color: #353d2f; font-weight: 400; font-family: inherit; font-size: 13px; line-height: 1.5; text-decoration: none; text-align: left; }
.site-header .tools-menu > div > a:hover,
.site-header .tools-menu > div > form > button:hover { background: #edf0e6; color: #353d2f; }
.site-header .tools-menu > div > form { margin: 0; }
.access-status { padding: 18px 24px; border: 1px solid var(--enm-divider); border-radius: 16px; margin-bottom: 24px; }
.access-status p { margin: 8px 0; }
.lead-signup { margin-top: 24px; padding: 24px; border: 1px solid var(--enm-divider); border-radius: 20px; }
.lead-signup input[type=email] { width: 100%; }
.consent-label { display: flex; align-items: flex-start; gap: 12px; margin: 18px 0; }
.consent-label input { width: auto; flex-shrink: 0; margin-top: 5px; }
.site-header nav { flex-wrap: wrap; }
@media (max-width: 767px) { .site-header .header-content { flex-wrap: wrap; } .site-header nav { width: 100%; gap: 12px; } }

.site-header .account-menu { margin-left: auto; }
.site-header .account-menu > div { width: 304px; display: grid; gap: 2px; }
.account-identity { display: grid; gap: 4px; padding: 12px; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.account-identity span { color: #626657; font-size: 12px; }
.site-header .account-menu .access-status { margin: 4px 4px 10px; padding: 12px; border: 0; border-radius: 10px; background: #edf0e6; color: #3f4739; font-size: 12px; line-height: 1.6; }
.site-header .account-menu .access-status strong { font-size: 12px; font-weight: 600; }
.site-header .account-menu .access-status p { margin: 8px 0 0; font-size: 12px; }
.site-header .platform-more-menu { display: none; }
.site-header.platform-header .header-content { flex-direction: row; align-items: center; flex-wrap: nowrap; }
.site-header.platform-header nav { width: auto; margin-left: auto; justify-content: flex-end; }
@media (max-width: 767px) {
  .site-header.platform-header .header-content { gap: 16px; }
  .site-header.platform-header .platform-nav-link { display: none; }
  .site-header.platform-header .platform-tools-menu { display: none; }
  .site-header.platform-header .platform-more-menu { display: block; }
  .site-header.platform-header .platform-more-menu > div { left: 0; right: auto; }
  .site-header.platform-header nav { flex-shrink: 0; }
}

/* Keep public navigation within the viewport on phones and tablets. */
@media (max-width: 900px) {
  .site-header .header-content[data-controller="navigation"] {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    min-height: 85px;
    padding-block: 18px;
  }
  .header-content[data-controller="navigation"] .brand { min-width: 0; flex: 1; }
  .navigation-ready .navigation-toggle:not([hidden]) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid var(--enm-primary);
    border-radius: 16px;
    background: transparent;
    color: var(--enm-primary);
    font: inherit;
    font-size: 13px;
    flex-shrink: 0;
  }
  .site-header .navigation-ready > nav { display: none; }
  .site-header .header-content.navigation-open > nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 4px;
    padding-top: 12px;
    border-top: 1px solid var(--enm-divider);
  }
  .site-header .navigation-open > nav > .nav-link,
  .site-header .navigation-open > nav > details > summary { min-height: 44px; padding: 10px 12px; font-size: 14px; }
  .site-header .navigation-open .tools-menu > div { position: static; width: 100%; max-width: 100%; box-shadow: none; margin-bottom: 8px; }
  .site-header .navigation-open .account-menu { margin-left: 0; }
  .site-header .navigation-open > nav > .button { margin-top: 8px; }
}

/* Marca completa nos cabeçalhos e rodapés. */
.site-header .brand-with-mark { display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 10px; align-content: center; }
.site-header .brand-with-mark > span { grid-column: 2; }
.site-header .brand-with-mark .brand-mark { grid-column: 1; grid-row: 1 / 3; align-self: center; display: block; width: 56px; height: 56px; object-fit: contain; }
@media (max-width: 560px) {
  .site-header .brand-with-mark { grid-template-columns: 44px minmax(0, 1fr); column-gap: 8px; }
  .site-header .brand-with-mark .brand-mark { width: 44px; height: 44px; }
  .site-header .brand-with-mark > span:first-child { font-size: 18px; line-height: 1.2; }
  .site-header .brand-with-mark .brand-signature { font-size: 9px; }
}
@media (max-width: 360px) {
  .site-header .brand-with-mark { grid-template-columns: 36px minmax(0, 1fr); column-gap: 6px; }
  .site-header .brand-with-mark .brand-mark { width: 36px; height: 36px; }
  .site-header .brand-with-mark > span:first-child { font-size: 16px; }
  .site-header .brand-with-mark .brand-signature { font-size: 8px; }
}

.footer-brand { grid-template-columns: 48px minmax(0, 1fr); column-gap: 10px; color: inherit; text-decoration: none; }
.footer-brand > strong, .footer-brand > span { grid-column: 2; }
.footer-brand .brand-mark { grid-column: 1; grid-row: 1 / 3; align-self: center; width: 48px; height: 48px; object-fit: contain; }
@media (max-width: 560px) {
  .footer-content { flex-direction: column; gap: 20px; }
  .footer-links { justify-content: flex-start; }
}
