/* Gestor STA — Contato
   Página pública /contato/ inspirada no layout de suporte, preservando a identidade azul do sistema. */

.contact-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 9% 8%, rgba(0, 213, 232, .16), transparent 28%),
    radial-gradient(circle at 76% -10%, rgba(15, 99, 255, .13), transparent 32%),
    linear-gradient(180deg, #f3f9ff 0%, #f8fbff 46%, #eef6ff 100%);
  color: var(--ink);
}

.contact-header {
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 30;
}

.contact-header::before {
  content: "";
  position: absolute;
  inset: 6px -12px;
  border: 1px solid rgba(204, 215, 232, .64);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 38px rgba(7, 23, 59, .08);
  backdrop-filter: blur(18px);
  z-index: -1;
}

.contact-logo {
  width: 140px;
  display: block;
  border-radius: 15px;
  text-decoration: none;
}

.contact-logo img {
  width: 100%;
  height: auto;
}

.contact-nav,
.contact-header-actions {
  display: flex;
  align-items: center;
}

.contact-nav {
  justify-content: center;
  gap: 4px;
}

.contact-nav a,
.login-link,
.trial-button,
.mobile-nav-toggle {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 900;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), color var(--transition), background var(--transition), filter var(--transition);
}

.contact-nav a {
  padding: 0 13px;
  color: #223154;
}

.contact-nav a:hover,
.contact-nav a.is-active {
  color: var(--blue-600);
  background: rgba(15, 99, 255, .08);
}

.contact-header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.login-link {
  gap: 7px;
  padding: 0 10px;
  color: #253656;
}

.login-link svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trial-button {
  min-width: 126px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-400));
  box-shadow: 0 16px 32px rgba(15, 99, 255, .22);
}

.trial-button:hover {
  filter: saturate(1.08);
  box-shadow: 0 18px 40px rgba(15, 99, 255, .28);
}

.mobile-nav-toggle {
  display: none;
  gap: 4px;
  width: 44px;
  height: 40px;
  border: 1px solid rgba(204, 215, 232, .78);
  background: rgba(255, 255, 255, .88);
  color: var(--blue-600);
}

.mobile-nav-toggle span {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-nav-toggle b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 44px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
  gap: 34px;
  align-items: stretch;
}

.contact-hero-copy {
  min-height: 420px;
  display: grid;
  align-content: center;
  padding: 26px 0 26px 2px;
}

.contact-eyebrow,
.card-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-600);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-eyebrow::before,
.card-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan-400);
  box-shadow: 0 0 0 6px rgba(0, 213, 232, .13), 0 0 24px rgba(0, 213, 232, .40);
}

.contact-hero h1 {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: .95;
  letter-spacing: -.065em;
  font-weight: 900;
}

.contact-hero h1 strong {
  display: block;
  color: var(--blue-600);
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-400));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-hero-copy > p {
  max-width: 570px;
  margin: 22px 0 0;
  color: #52617d;
  font-size: 15.5px;
  line-height: 1.66;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-contact-action,
.secondary-contact-action,
.panel-button,
.read-terms-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 900;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition), color var(--transition), filter var(--transition);
}

.primary-contact-action,
.panel-button {
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-400));
  box-shadow: 0 15px 32px rgba(15, 99, 255, .22);
}

.secondary-contact-action,
.read-terms-link {
  padding: 0 18px;
  color: var(--blue-600);
  border: 1px solid rgba(15, 99, 255, .20);
  background: rgba(255, 255, 255, .72);
}

.primary-contact-action:hover,
.panel-button:hover {
  filter: saturate(1.08);
  box-shadow: 0 18px 40px rgba(15, 99, 255, .30);
}

.secondary-contact-action:hover,
.read-terms-link:hover {
  border-color: rgba(15, 99, 255, .38);
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 99, 255, .10);
}

.contact-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.contact-highlights article {
  min-height: 146px;
  padding: 16px;
  border: 1px solid rgba(204, 215, 232, .72);
  border-radius: 19px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 16px 44px rgba(7, 23, 59, .07);
  backdrop-filter: blur(12px);
}

.contact-highlights span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-600), var(--cyan-400));
  font-size: 11px;
  font-weight: 900;
}

.contact-highlights strong {
  display: block;
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.14;
  font-weight: 900;
}

.contact-highlights small {
  display: block;
  margin-top: 8px;
  color: #61708c;
  font-size: 11.4px;
  line-height: 1.42;
  font-weight: 650;
}

.contact-support-panel {
  position: relative;
  overflow: hidden;
  padding: 30px 32px;
  border: 1px solid rgba(173, 213, 240, .82);
  border-radius: 0 0 22px 22px;
  background:
    radial-gradient(circle at 84% 6%, rgba(0, 213, 232, .18), transparent 27%),
    linear-gradient(135deg, rgba(222, 243, 255, .96), rgba(232, 248, 255, .93));
  box-shadow: 0 24px 70px rgba(7, 23, 59, .10);
}

.contact-support-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.16), transparent 36%);
  pointer-events: none;
}

.support-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  z-index: 1;
}

.support-card {
  min-height: 176px;
  padding: 24px 24px;
}

.support-card.compact-card {
  min-height: 214px;
}

.support-card:nth-child(odd) {
  padding-left: 0;
  padding-right: 28px;
}

.support-card:nth-child(even) {
  padding-right: 0;
  padding-left: 28px;
}

.support-card:nth-child(1),
.support-card:nth-child(2) {
  border-bottom: 1px solid rgba(113, 152, 186, .23);
}

.support-card:nth-child(1),
.support-card:nth-child(3) {
  border-right: 1px solid rgba(113, 152, 186, .23);
}

.support-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 14px;
  color: var(--blue-600);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 26px rgba(7, 23, 59, .08);
}

.support-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.07;
  letter-spacing: -.035em;
  font-weight: 900;
}

.support-card p {
  margin: 12px 0 0;
  color: #53647f;
  font-size: 13.5px;
  line-height: 1.48;
  font-weight: 650;
}

.contact-lines {
  display: grid;
  gap: 5px;
  margin-top: 15px;
}

.contact-lines span {
  color: #53647f;
  font-size: 12.6px;
  line-height: 1.38;
  font-weight: 650;
}

.contact-lines strong {
  color: var(--ink);
  font-weight: 900;
}

.panel-button {
  min-height: 36px;
  margin-top: 18px;
  padding: 0 16px;
  font-size: 11.6px;
}

.ghost-button {
  color: var(--blue-600);
  border: 1px solid rgba(15, 99, 255, .24);
  background: rgba(255, 255, 255, .68);
  box-shadow: none;
}

.ghost-button:hover {
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 99, 255, .10);
}

.contact-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  gap: 20px;
  margin-top: 24px;
}

.contact-info-card {
  min-height: 276px;
  padding: 30px;
  border: 1px solid rgba(204, 215, 232, .76);
  border-radius: 22px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 22px 64px rgba(7, 23, 59, .09);
  backdrop-filter: blur(16px);
}

.contact-info-card h2 {
  max-width: 720px;
  margin: 15px 0 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 900;
}

.contact-info-card ol {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-info-card li {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(204, 215, 232, .70);
}

.contact-info-card li strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.contact-info-card li span,
.security-card p {
  color: #5c6b86;
  font-size: 13px;
  line-height: 1.52;
  font-weight: 650;
}

.security-card {
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 85% 14%, rgba(0, 213, 232, .16), transparent 28%),
    linear-gradient(135deg, rgba(7, 27, 61, .98), rgba(10, 43, 94, .98));
  color: #fff;
}

.security-card .card-kicker,
.security-card h2 {
  color: #fff;
}

.security-card p {
  margin: 18px 0 0;
  color: rgba(239, 246, 255, .78);
}

.security-card .read-terms-link {
  width: fit-content;
  margin-top: 22px;
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .10);
}

.security-card .read-terms-link:hover {
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 14px 34px rgba(0, 213, 232, .13);
}

.contact-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #65728d;
  font-size: 12px;
  font-weight: 700;
}

.contact-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-footer a {
  color: var(--blue-600);
  text-decoration: none;
  font-weight: 900;
}

.contact-footer a:hover {
  text-decoration: underline;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 60;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 23, 59, .94);
  box-shadow: 0 18px 44px rgba(7, 23, 59, .25);
  font-size: 12.5px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity var(--transition), transform var(--transition);
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1160px) {
  .contact-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .contact-hero-copy {
    min-height: auto;
    padding: 28px 0 4px;
  }

  .contact-hero h1,
  .contact-hero-copy > p {
    max-width: 820px;
  }

  .contact-support-panel {
    border-radius: 22px;
  }
}

@media (max-width: 920px) {
  .contact-header {
    width: min(100% - 20px, 680px);
    min-height: 58px;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .contact-header::before {
    inset: 5px -4px;
  }

  .contact-logo {
    width: 126px;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    order: 2;
  }

  .contact-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(204, 215, 232, .72);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 60px rgba(7, 23, 59, .14);
  }

  .contact-page.is-menu-open .contact-nav {
    display: flex;
  }

  .contact-nav a {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 14px;
  }

  .contact-header-actions {
    order: 3;
    gap: 8px;
  }

  .login-link {
    width: 40px;
    padding: 0;
    border: 1px solid rgba(204, 215, 232, .78);
    background: rgba(255, 255, 255, .82);
  }

  .login-link svg {
    width: 18px;
    height: 18px;
  }

  .login-link {
    font-size: 0;
  }

  .trial-button {
    min-width: 104px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 11.8px;
  }

  .contact-shell {
    width: min(100% - 24px, 680px);
    padding: 30px 0 34px;
  }

  .contact-hero h1 {
    font-size: clamp(34px, 10vw, 54px);
    letter-spacing: -.055em;
  }

  .contact-highlights,
  .contact-lower-grid {
    grid-template-columns: 1fr;
  }

  .contact-highlights article {
    min-height: auto;
  }

  .contact-support-panel {
    padding: 18px;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .support-card,
  .support-card.compact-card,
  .support-card:nth-child(odd),
  .support-card:nth-child(even) {
    min-height: auto;
    padding: 20px;
    border: 1px solid rgba(173, 213, 240, .58);
    border-radius: 18px;
    background: rgba(255, 255, 255, .56);
  }

  .contact-info-card li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .contact-footer {
    width: min(100% - 24px, 680px);
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .contact-header {
    width: calc(100% - 16px);
    grid-template-columns: 1fr auto auto;
  }

  .contact-logo {
    width: 116px;
  }

  .trial-button {
    display: none;
  }

  .contact-shell {
    width: calc(100% - 18px);
    padding-top: 24px;
  }

  .contact-hero-copy {
    padding-top: 14px;
  }

  .contact-eyebrow,
  .card-kicker {
    font-size: 10px;
  }

  .contact-hero h1 {
    margin-top: 16px;
    font-size: clamp(31px, 11vw, 44px);
    line-height: .98;
  }

  .contact-hero-copy > p {
    margin-top: 16px;
    font-size: 13.8px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .primary-contact-action,
  .secondary-contact-action {
    width: 100%;
  }

  .contact-highlights {
    margin-top: 24px;
    gap: 10px;
  }

  .contact-highlights article,
  .contact-support-panel,
  .contact-info-card,
  .support-card,
  .support-card.compact-card,
  .support-card:nth-child(odd),
  .support-card:nth-child(even) {
    border-radius: 16px;
  }

  .contact-support-panel {
    padding: 10px;
  }

  .support-card h2 {
    font-size: 18px;
  }

  .support-card p,
  .contact-lines span,
  .contact-info-card li span,
  .security-card p {
    font-size: 12.5px;
  }

  .contact-info-card {
    min-height: auto;
    padding: 22px;
  }

  .contact-info-card h2 {
    font-size: 25px;
  }

  .contact-footer nav {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
}
