:root {
  --bg: #f4f7fb;
  --bg-soft: #eef3fb;
  --card: #ffffff;
  --text: #071225;
  --muted: #64748b;
  --line: #dbe3ef;

  --brand: #2563eb;
  --brand-dark: #1e3a8a;
  --brand-soft: #dbeafe;

  --accent: #7c3aed;
  --accent-soft: #ede9fe;

  --success: #16a34a;
  --success-soft: #dcfce7;

  --danger: #dc2626;
  --danger-soft: #fee2e2;

  --warning: #f59e0b;
  --warning-soft: #fef3c7;

  --radius: 26px;
  --shadow: 0 24px 70px rgba(15, 23, 42, .10);
  --shadow-soft: 0 12px 35px rgba(15, 23, 42, .08);
}

/* BASE */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  min-width: 0;
}

body {
  width: 100%;
  min-width: 0;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, .10), transparent 32%),
    radial-gradient(circle at top right, rgba(124, 58, 237, .10), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 42%, #eef3fb 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--muted);
}

img {
  max-width: 100%;
  height: auto;
}

.wrap,
main.wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* CABEÇALHO */

.nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-inner {
  width: 100%;
  max-width: 1240px;
  min-height: 88px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  line-height: 1;
  color: var(--text);
  font-weight: 950;
  white-space: nowrap;
}

.brand::before,
.brand-header-logo::before {
  display: none;
  content: none;
}

.brand-header-logo {
  width: 285px;
  height: 66px;
  min-width: 285px;
  max-width: 285px;
  min-height: 66px;
  max-height: 66px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.brand-header-logo img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 285px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.08);
  transform-origin: left center;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-fallback {
  display: none;
  align-items: center;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.04em;
  color: var(--text);
  white-space: nowrap;
}

.brand-fallback::before {
  content: "⚡";
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .24);
  font-size: 17px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: .18s ease;
}

.nav-links a:hover {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.nav-links .nav-cta {
  background: var(--text);
  color: #fff;
  padding-inline: 18px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.nav-links .nav-cta:hover {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
}

/* TIPOGRAFIA */

h1,
h2,
h3 {
  color: var(--text);
}

h1 {
  font-size: clamp(46px, 6vw, 82px);
  line-height: .92;
  letter-spacing: -.075em;
  margin: 12px 0 22px;
}

h2 {
  letter-spacing: -.045em;
}

h3 {
  letter-spacing: -.03em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-weight: 950;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}

.muted {
  color: var(--muted);
}

/* HERO */

.hero {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 72px;
  align-items: center;
  padding: 76px 0 96px;
}

.hero h1 {
  max-width: 780px;
}

.hero p {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.75;
  margin: 0 0 32px;
  color: #5d6b89;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero .card {
  width: 100%;
  max-width: 470px;
  justify-self: end;
  padding: 38px 34px;
}

/* CARDS */

.card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .92));
  border: 1px solid rgba(219, 227, 239, .95);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  inset: auto -45px -60px auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, .08), transparent 70%);
  pointer-events: none;
}

.card > * {
  position: relative;
  z-index: 1;
}

.card h2 {
  font-size: 34px;
  line-height: 1;
  margin: 14px 0;
}

.card h3 {
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 12px;
}

.card p {
  font-size: 17px;
  line-height: 1.7;
}

.price {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 950;
  margin: 22px 0;
  color: var(--text);
}

/* BOTÕES */

.btn,
.btn-primary,
.btn-secondary,
a.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  text-decoration: none;
  transition: .20s ease;
}

.btn,
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, .22);
}

.btn:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, .28);
}

.btn.secondary,
.btn-secondary {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn.secondary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--brand);
  color: var(--brand-dark);
  background: var(--brand-soft);
}

/* FORMULÁRIOS */

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font: inherit;
  outline: none;
  transition: .18s ease;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

label {
  display: block;
  margin: 14px 0 7px;
  font-weight: 850;
  color: var(--text);
}

/* ALERTAS */

.alert {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  margin: 18px 0;
}

.alert.ok,
.ok {
  background: var(--success-soft);
  border-color: #86efac;
  color: #166534;
}

.alert.bad,
.bad {
  background: var(--danger-soft);
  border-color: #fca5a5;
  color: #991b1b;
}

.alert.warn,
.warn {
  background: var(--warning-soft);
  border-color: #fcd34d;
  color: #92400e;
}

/* SEÇÕES E GRIDS */

section,
.section {
  width: 100%;
  padding: 82px 0;
}

.section-title,
.section-head {
  width: 100%;
  max-width: 900px;
  margin-bottom: 34px;
}

.section-title h2,
.section-head h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #071133;
  margin: 0 0 16px;
}

.section-title p,
.section-head p {
  font-size: 19px;
  line-height: 1.75;
  color: #5d6b89;
  max-width: 860px;
  margin: 0;
}

.grid,
.apps-grid,
.grid-products,
.product-grid,
.steps,
.steps-grid,
.benefit-grid,
.info-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.apps-grid,
.grid-products,
.product-grid {
  margin-top: 34px;
  align-items: stretch;
}

/* CARDS DE PRODUTO / BENEFÍCIOS */

.app-card,
.product-card,
.catalog-card,
.step-card,
.info-card,
.benefit-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid #d9e0f0;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 16px 36px rgba(12, 20, 44, 0.05);
  transition: all .25s ease;
}

.app-card,
.product-card,
.catalog-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.app-card:hover,
.product-card:hover,
.catalog-card:hover,
.step-card:hover,
.info-card:hover,
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(12, 20, 44, 0.09);
  border-color: #cfd8ee;
}

.app-card h3,
.product-card h3,
.catalog-card h3,
.step-card h3,
.info-card h3,
.benefit-card h3 {
  font-size: 26px;
  line-height: 1.15;
  color: #071133;
  margin: 14px 0;
}

.app-card p,
.product-card p,
.catalog-card p,
.step-card p,
.info-card p,
.benefit-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #5d6b89;
  margin: 0;
}

.app-card .btn,
.product-card .btn,
.catalog-card .btn {
  min-height: 46px;
  padding: 0 18px;
  font-size: 14px;
  white-space: nowrap;
}

/* BADGES */

.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #eef2ff;
  color: #3730a3;
}

.badge.active,
.badge.available {
  background: var(--success-soft);
  color: #166534;
}

.badge.soon {
  background: #fff2e6;
  color: #b86100;
}

.step-number,
.card-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  font-weight: 950;
  font-size: 18px;
  margin-bottom: 18px;
}

/* LISTAS / SPLIT / FAQ */

.split,
.faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

/* PRODUTO / PÁGINAS INTERNAS */

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 72px;
  align-items: start;
  padding: 76px 0 96px;
}

.product-hero h1 {
  max-width: 780px;
}

.buy-card {
  position: sticky;
  top: 116px;
}

.content-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 64px 28px;
}

/* TABELAS */

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

th,
td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: #f8fafc;
}

tr:last-child td {
  border-bottom: 0;
}

/* BLOCOS ESPECIAIS */

.code-box {
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.7;
  margin: 14px 0;
}

.notice {
  border-left: 5px solid var(--brand);
}

.danger {
  border-left: 5px solid var(--danger);
}

.success {
  border-left: 5px solid var(--success);
}

/* CTA FINAL */

.final-cta,
.cta-box {
  background: linear-gradient(135deg, rgba(47,98,255,0.08), rgba(122,60,255,0.08));
  border: 1px solid #d8dff2;
  border-radius: 30px;
  padding: 52px 42px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(12, 20, 44, 0.05);
}

.final-cta h2,
.cta-box h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 16px;
  color: #071133;
}

.final-cta p,
.cta-box p {
  font-size: 18px;
  line-height: 1.75;
  color: #5d6b89;
  margin: 0 0 24px;
}

/* RODAPÉ */

footer {
  margin-top: 60px;
  padding: 34px 30px;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

/* RESPONSIVO */

@media(max-width: 1120px) {
  .nav-inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
  }

  .brand-header-logo {
    width: 250px;
    height: 60px;
    min-width: 250px;
    max-width: 250px;
  }

  .brand-header-logo img {
    height: 52px;
    max-width: 250px;
    max-height: 52px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero,
  .product-hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 58px 0 72px;
  }

  .hero .card {
    max-width: 100%;
    justify-self: stretch;
  }

  .buy-card {
    position: relative;
    top: auto;
  }

  .hero p {
    font-size: 19px;
  }

  .grid,
  .apps-grid,
  .grid-products,
  .product-grid,
  .steps,
  .steps-grid,
  .benefit-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 768px) {
  .wrap,
  main.wrap,
  .content-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 44px;
    line-height: .96;
  }

  .hero,
  .product-hero {
    padding: 46px 0 60px;
  }

  .hero p {
    font-size: 17px;
  }

  .price {
    font-size: 38px;
  }

  .grid,
  .apps-grid,
  .grid-products,
  .product-grid,
  .steps,
  .steps-grid,
  .benefit-grid,
  .info-grid,
  .split,
  .faq {
    grid-template-columns: 1fr;
  }

  .card,
  .app-card,
  .product-card,
  .catalog-card,
  .step-card,
  .info-card,
  .benefit-card,
  .final-cta,
  .cta-box {
    padding: 24px;
  }
}

@media(max-width: 640px) {
  .brand-header-logo {
    width: 210px;
    height: 52px;
    min-width: 210px;
    max-width: 210px;
  }

  .brand-header-logo img {
    height: 44px;
    max-width: 210px;
    max-height: 44px;
  }

  .brand-fallback {
    font-size: 19px;
  }

  .btn,
  .btn-primary,
  .btn-secondary,
  a.btn,
  button.btn {
    width: 100%;
  }

  .nav-links {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links a {
    width: 100%;
    justify-content: flex-start;
  }

  table {
    display: block;
    overflow-x: auto;
  }
}

/* =========================================================
   IMAGENS DOS CARDS DA HOME
========================================================= */

.app-card {
  padding: 0;
  overflow: hidden;
  justify-content: flex-start;
  min-height: 610px;
}

.app-card::after {
  display: none;
}

.app-card-image {
  display: block;
  margin: 18px 18px 0;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4ff, #f8fbff);
  border: 1px solid rgba(219, 227, 239, .95);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.app-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.app-card:hover .app-card-image img {
  transform: scale(1.045);
}

.app-card-body {
  padding: 24px 26px 0;
}

.app-card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 22px 26px 26px;
}

.app-card-actions .btn {
  min-height: 46px;
  padding: 0 18px;
  font-size: 14px;
  white-space: nowrap;
}

@media(max-width: 1120px) {
  .app-card {
    min-height: 590px;
  }
}

@media(max-width: 768px) {
  .app-card {
    min-height: auto;
  }

  .app-card-image {
    margin: 16px 16px 0;
    border-radius: 20px;
  }

  .app-card-body {
    padding: 22px 22px 0;
  }

  .app-card-actions {
    padding: 20px 22px 24px;
  }
}

/* IMAGEM DA PÁGINA DE DEMONSTRAÇÃO */

.demo-preview-card {
  padding: 30px !important;
  overflow: hidden !important;
}

.demo-preview-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-top: 22px !important;
  border-radius: 24px !important;
  object-fit: cover !important;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14) !important;
  border: 1px solid rgba(219, 227, 239, 0.95) !important;
}

@media (max-width: 900px) {
  .demo-preview-card {
    padding: 24px !important;
  }

  .demo-preview-image {
    border-radius: 20px !important;
  }
}

/* =========================================================
   MENU MOBILE HAMBÚRGUER PROFISSIONAL
   Desktop normal | Mobile: logo + botão Menu + painel flutuante
========================================================= */

/* O input existe apenas para controlar o menu. Nunca deve aparecer. */
#mobile-menu-toggle,
.mobile-menu-toggle {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.mobile-menu-button {
  display: none !important;
}

/* Desktop */
@media (min-width: 761px) {
  .nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #dbe3ef !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  .nav-inner {
    width: 100% !important;
    max-width: 1240px !important;
    min-height: 86px !important;
    margin: 0 auto !important;
    padding: 0 28px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    position: relative !important;
  }

  .brand-header-logo {
    width: 235px !important;
    min-width: 235px !important;
    max-width: 235px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }

  .brand-header-logo img {
    height: 44px !important;
    max-width: 235px !important;
    max-height: 44px !important;
    transform: none !important;
  }

  .nav-links {
    position: static !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .nav-links a {
    width: auto !important;
    min-height: 38px !important;
    padding: 9px 12px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    color: #273244 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .nav-links a:hover {
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
  }

  .nav-links a.nav-cta,
  .nav-links .nav-cta {
    color: #ffffff !important;
    background: #071226 !important;
    border-color: #071226 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-shadow: 0 14px 30px rgba(7, 18, 38, 0.18) !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid #dbe3ef !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  .nav-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 78px !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    position: relative !important;
  }

  .brand-header-logo {
    width: 184px !important;
    min-width: 0 !important;
    max-width: 184px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    flex: 0 1 auto !important;
  }

  .brand-header-logo img {
    width: auto !important;
    height: 34px !important;
    max-width: 184px !important;
    max-height: 34px !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
  }

  .brand-fallback {
    display: none;
    font-size: 16px !important;
    font-weight: 900 !important;
  }

  .mobile-menu-button {
    width: auto !important;
    height: 46px !important;
    min-width: 96px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: #071226 !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(7, 18, 38, 0.20) !important;
    cursor: pointer !important;
    flex: 0 0 auto !important;
    user-select: none !important;
  }

  .mobile-menu-button .hamb-lines,
  .mobile-menu-button > span:first-child {
    width: 20px !important;
    height: 16px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    flex: 0 0 20px !important;
  }

  .mobile-menu-button .hamb-lines i,
  .mobile-menu-button > span:first-child i {
    width: 20px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    display: block !important;
    transition: .22s ease !important;
  }

  .mobile-menu-button .menu-text {
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #fff !important;
  }

  .nav-inner > .nav-links {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-height: calc(100vh - 120px) !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.99) !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 24px !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
  }

  #mobile-menu-toggle:checked ~ .nav-links,
  .mobile-menu-toggle:checked ~ .nav-links {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .nav-links a {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    color: #273244 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .nav-links a:hover,
  .nav-links a:focus {
    background: #eef2ff !important;
    border-color: #c7d2fe !important;
  }

  .nav-links a.nav-cta,
  .nav-links .nav-cta {
    justify-content: center !important;
    color: #ffffff !important;
    background: #071226 !important;
    border-color: #071226 !important;
    box-shadow: 0 12px 28px rgba(7, 18, 38, 0.18) !important;
  }

  #mobile-menu-toggle:checked + .mobile-menu-button .hamb-lines i:nth-child(1),
  .mobile-menu-toggle:checked + .mobile-menu-button .hamb-lines i:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  #mobile-menu-toggle:checked + .mobile-menu-button .hamb-lines i:nth-child(2),
  .mobile-menu-toggle:checked + .mobile-menu-button .hamb-lines i:nth-child(2) {
    opacity: 0 !important;
  }

  #mobile-menu-toggle:checked + .mobile-menu-button .hamb-lines i:nth-child(3),
  .mobile-menu-toggle:checked + .mobile-menu-button .hamb-lines i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  #mobile-menu-toggle:checked + .mobile-menu-button .menu-text,
  .mobile-menu-toggle:checked + .mobile-menu-button .menu-text {
    font-size: 0 !important;
  }

  #mobile-menu-toggle:checked + .mobile-menu-button .menu-text::after,
  .mobile-menu-toggle:checked + .mobile-menu-button .menu-text::after {
    content: "Fechar" !important;
    font-size: 14px !important;
  }

  .hero,
  .product-hero {
    padding-top: 48px !important;
    padding-bottom: 58px !important;
  }

  .hero h1,
  .product-hero h1 {
    font-size: clamp(38px, 10.5vw, 46px) !important;
    line-height: .96 !important;
    letter-spacing: -.055em !important;
  }

  .hero p,
  .product-hero p {
    font-size: 18px !important;
    line-height: 1.62 !important;
  }

  .hero-actions,
  .demo-actions {
    width: 100% !important;
  }

  .hero .btn,
  .product-hero .btn,
  .hero-actions .btn,
  .demo-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================================================
   AMOSTRA DO PAINEL ADMINISTRATIVO
========================================================= */

.admin-preview-section {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 46px;
  align-items: center;
  padding: 82px 0;
}

.admin-preview-content {
  min-width: 0;
}

.admin-preview-content h2 {
  max-width: 620px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -.055em;
  margin: 8px 0 18px;
  color: var(--text);
}

.admin-preview-content p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.75;
  color: #5d6b89;
  margin: 0 0 24px;
}

.admin-preview-list {
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 28px;
}

.admin-preview-list span {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid #dbe3ef;
  color: #273244;
  font-size: 14px;
  font-weight: 850;
}

.admin-preview-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-right: 10px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  flex: 0 0 auto;
}

.admin-preview-actions {
  max-width: 640px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.admin-preview-actions .btn {
  min-width: 238px;
  white-space: nowrap;
}

.admin-preview-login-note {
  max-width: 640px;
  margin: 14px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #64748b !important;
}

.admin-preview-login-note strong {
  color: var(--text);
  font-weight: 950;
}

.admin-preview-image-card {
  width: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #dbe3ef;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
  overflow: hidden;
}

.admin-preview-image-card img {
  width: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
}

@media (max-width: 980px) {
  .admin-preview-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 64px 0;
  }

  .admin-preview-image-card {
    order: -1;
  }

  .admin-preview-content h2,
  .admin-preview-content p,
  .admin-preview-list {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .admin-preview-section {
    padding: 52px 0;
  }

  .admin-preview-list {
    grid-template-columns: 1fr;
  }

  .admin-preview-actions {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .admin-preview-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .admin-preview-login-note {
    max-width: 100%;
    text-align: center;
  }

  .admin-preview-image-card {
    padding: 10px;
    border-radius: 24px;
  }

  .admin-preview-image-card img {
    min-height: auto;
    border-radius: 18px;
  }
}

/* =========================================================
   CORREÇÃO FINAL - LOGO DO SITE MAIOR
   Mantém o menu estável no desktop e no celular.
========================================================= */

.brand-header-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.brand-header-logo img {
  display: block !important;
  width: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  transform: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 761px) {
  .brand-header-logo {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  .brand-header-logo img {
    height: 58px !important;
    max-height: 58px !important;
    max-width: 300px !important;
  }
}

@media (max-width: 760px) {
  .brand-header-logo {
    width: 230px !important;
    min-width: 0 !important;
    max-width: 230px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    flex: 0 1 auto !important;
  }

  .brand-header-logo img {
    height: 46px !important;
    max-height: 46px !important;
    max-width: 230px !important;
  }
}

@media (max-width: 420px) {
  .brand-header-logo {
    width: 205px !important;
    max-width: 205px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }

  .brand-header-logo img {
    height: 42px !important;
    max-height: 42px !important;
    max-width: 205px !important;
  }
}
