:root {
  --le-blue: #3d8eff;
  --le-blue-deep: #1a6fd4;
  --vron-green: #00d97e;
  --vron-green-deep: #00a86b;
  --brand-dark: #080c18;
  --brand-dark-2: #0d1220;
  --ink: #101827;
  --muted: #5c6a7d;
  --paper: #f5f8fc;
  --paper-2: #eaf1f8;
  --white: #ffffff;
  --amber: #f5b642;
  --rose: #e8429d;
  --line: rgba(255, 255, 255, 0.15);
  --line-dark: rgba(16, 24, 39, 0.12);
  --radius: 8px;
  --container: min(1180px, calc(100vw - 40px));
  --header-h: 76px;
  --shadow-soft: 0 18px 44px rgba(16, 24, 39, 0.12);
  --shadow-deep: 0 28px 78px rgba(3, 8, 20, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 770px;
  font-size: clamp(2.65rem, 5.8vw, 5.7rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(1.85rem, 3.2vw, 3.35rem);
  line-height: 1.03;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.22;
}

p {
  color: var(--muted);
  line-height: 1.62;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: -999px;
  z-index: 100;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--brand-dark);
}

.skip-link:focus {
  left: 12px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--le-blue), var(--vron-green), var(--amber));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 12, 24, 0.91);
  backdrop-filter: blur(18px);
  color: var(--white);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 126px;
  overflow: visible;
}

.brand img {
  width: 126px;
  height: auto;
  max-height: 36px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.nav-desktop,
.header-actions,
.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-desktop {
  gap: 22px;
  color: #dce8f8;
  font-size: 0.93rem;
  font-weight: 800;
}

.nav-desktop a,
.client-link {
  transition: color 160ms ease, border-color 160ms ease;
}

.nav-desktop a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.nav-desktop a:hover,
.client-link:hover {
  color: var(--vron-green);
}

.nav-desktop a:hover {
  border-color: rgba(0, 217, 126, 0.52);
}

.client-link {
  color: #dbe8fa;
  font-size: 0.9rem;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.12;
  cursor: pointer;
  transition: box-shadow 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn-primary {
  color: var(--brand-dark);
  background: linear-gradient(135deg, var(--vron-green), #23d8ff 52%, var(--le-blue));
  box-shadow: 0 14px 34px rgba(35, 216, 255, 0.23);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(35, 216, 255, 0.3);
}

.btn-outline,
.btn-ghost {
  color: var(--white);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.btn-outline:hover,
.btn-ghost:hover {
  border-color: rgba(61, 142, 255, 0.62);
  background: rgba(61, 142, 255, 0.12);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--white);
}

.mobile-nav {
  display: none;
  padding-bottom: 14px;
}

.mobile-nav.is-open {
  display: grid;
}

.mobile-nav a {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: #ebf3ff;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h) - 30px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 12, 24, 0.96) 0%, rgba(8, 12, 24, 0.88) 43%, rgba(8, 12, 24, 0.48) 100%),
    radial-gradient(circle at 78% 18%, rgba(0, 217, 126, 0.26), transparent 32%),
    radial-gradient(circle at 84% 72%, rgba(61, 142, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #060914 0%, #0b1426 58%, #101827 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.5;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.18));
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - var(--header-h) - 30px);
  display: grid;
  align-items: center;
  padding: 72px 0 58px;
}

.hero-copy {
  width: min(760px, 60vw);
  display: grid;
  gap: 20px;
}

.eyebrow {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 640px;
  color: #dce8f8;
  font-size: 1.12rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  padding-top: 8px;
}

.hero-metrics div {
  min-height: 76px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
}

.hero-metrics dt {
  color: var(--vron-green);
  font-weight: 900;
}

.hero-metrics dd {
  margin-top: 5px;
  color: #dbe7f7;
  font-size: 0.9rem;
  line-height: 1.35;
}

.hero-visual {
  position: absolute;
  top: 50%;
  right: max(-220px, calc((100vw - 1180px) / 2 - 250px));
  z-index: 1;
  width: min(850px, 62vw);
  transform: translateY(-48%);
  opacity: 0.98;
}

.screen-topbar span:nth-child(1) {
  background: #ff6a7a;
}

.screen-topbar span:nth-child(2) {
  background: var(--amber);
}

.screen-topbar span:nth-child(3) {
  background: var(--vron-green);
}

.erp-workspace,

.erp-row:last-child {
  border-bottom: 0;
}

.actions {
  color: var(--le-blue-deep);
}

.section {
  padding: 84px 0;
}

.section-compact {
  padding: 18px 0;
  background: #ffffff;
}

.section-light {
  background: var(--paper);
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(61, 142, 255, 0.12), transparent 36%),
    linear-gradient(180deg, var(--brand-dark), var(--brand-dark-2));
}

.section-flow,
.section-faq {
  background: #ffffff;
}

.section-head {
  display: grid;
  gap: 12px;
  align-content: start;
}

.section-head p {
  max-width: 690px;
}

.section-head-wide {
  max-width: 850px;
  margin-bottom: 24px;
}

.section-dark .section-head p,
.section-dark p {
  color: #c7d6e8;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.trust-strip span {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #ffffff;
  color: #354257;
  font-size: 0.84rem;
  font-weight: 900;
  text-align: center;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.module-card {
  min-height: 188px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 39, 0.05);
}

.module-card-primary {
  color: #ffffff;
  border-color: rgba(61, 142, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(0, 217, 126, 0.15), transparent 44%),
    linear-gradient(135deg, var(--brand-dark), #13213a);
}

.module-card span {
  color: var(--le-blue-deep);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.module-card-primary span {
  color: var(--vron-green);
}

.module-card-primary p {
  color: #dce8f8;
}

.showcase-layout,
.operation-layout,
.faq-layout,
.contact-layout,
.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(380px, 1fr);
  gap: 36px;
  align-items: start;
}

.showcase-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.pdv-reader,
.pdv-list,
.pdv-total {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #ffffff;
}

.pdv-reader {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #667085;
  font-size: 0.84rem;
  font-weight: 900;
}

.pdv-list {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
}

.pdv-list span,
.pdv-list strong {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid rgba(16, 24, 39, 0.08);
  color: #344054;
  font-size: 0.78rem;
}

.pdv-list strong {
  justify-content: end;
  color: var(--ink);
}

.pdv-list span:nth-last-child(-n + 2),
.pdv-list strong:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.pdv-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--le-blue-deep), var(--brand-dark));
}

.pdv-total span {
  color: #cfe0f5;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pdv-total strong {
  font-size: 1.6rem;
}

.operation-layout {
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 0.8fr);
  align-items: center;
}

.operation-board {
  min-height: 520px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(61, 142, 255, 0.08), transparent 42%),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.board-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-dark);
}

.board-head img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.board-head strong,
.board-head span {
  display: block;
}

.board-head span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.flow-lanes {
  display: grid;
  gap: 0;
}

.flow-lanes article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 6px 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
}

.flow-lanes article:last-child {
  border-bottom: 0;
}

.flow-lanes span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--le-blue-deep);
  font-size: 0.76rem;
  font-weight: 900;
}

.flow-lanes p {
  max-width: 430px;
}

.quality-list {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.quality-list article {
  padding: 15px 0;
  border-top: 1px solid var(--line-dark);
}

.quality-list strong {
  display: block;
  margin-bottom: 4px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.proof-grid article {
  min-height: 176px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 39, 0.05);
}

.proof-grid article::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--le-blue), var(--vron-green));
}

.proof-grid strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1.04rem;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #ffffff;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 18px;
  color: var(--ink);
  font-weight: 900;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  padding: 0 18px 17px;
}

.contact-section {
  padding: 76px 0;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(8, 12, 24, 0.94), rgba(14, 28, 49, 0.9)),
    linear-gradient(90deg, var(--le-blue), var(--vron-green), var(--rose));
}

.contact-layout {
  align-items: center;
}

.contact-layout img {
  width: 150px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 18px;
}

.contact-layout p {
  color: #dce9f8;
}

.contact-actions {
  justify-content: end;
  flex-wrap: wrap;
}

.site-footer {
  padding: 44px 0 34px;
  color: var(--white);
  background: var(--brand-dark);
}

.footer-layout {
  grid-template-columns: 1.2fr 0.5fr 0.5fr;
}

.footer-brand img {
  width: 140px;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.footer-brand p,
.footer-bottom {
  color: #bdcada;
}

.footer-layout nav {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-layout a {
  color: #edf4ff;
}

.footer-layout a:hover {
  color: var(--vron-green);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.floating-contact {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border-radius: var(--radius);
  color: var(--brand-dark);
  background: var(--vron-green);
  box-shadow: 0 16px 34px rgba(3, 7, 18, 0.28);
  font-weight: 900;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.page-404 {
  background: var(--brand-dark);
  color: var(--white);
}

.not-found-shell {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 26px;
  padding: 40px 0;
}

.not-found-card {
  max-width: 720px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 16px;
}

.not-found-card p {
  color: #cbd8e8;
}

@media (max-width: 1120px) {
  .nav-desktop,
  .header-actions .client-link,
  .header-actions .btn {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-copy {
    width: min(700px, 100%);
  }

  .hero-visual {
    right: -360px;
    width: 760px;
    opacity: 0.54;
  }

  .showcase-layout,
  .operation-layout,
  .faq-layout,
  .contact-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .module-grid,
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-stack {
    grid-template-columns: 1fr;
  }
.contact-actions {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100vw - 28px, 100%);
    --header-h: 70px;
  }

  .brand {
    min-width: 116px;
  }

  .brand img {
    width: 116px;
    min-width: 0;
    max-height: 34px;
  }

  .section {
    padding: 66px 0;
  }

  .section-compact {
    padding: 14px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    min-height: auto;
    padding: 58px 0 42px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: var(--container);
    margin: 0 auto 26px;
    transform: none;
    opacity: 1;
    padding-top: 24px;
  }
.hero-copy {
    width: 100%;
  }

  .hero-metrics,
  .trust-strip,
  .module-grid,
  .proof-grid,
  .erp-stats,
  .mini-stats,
  .erp-filter,
  .mini-filter {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
.erp-row {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: auto;
    padding: 12px;
  }

  .erp-head {
    display: none;
  }
.operation-board {
    min-height: auto;
  }

  .flow-lanes article {
    grid-template-columns: 44px 1fr;
  }

  .floating-contact {
    right: 12px;
    bottom: 12px;
    min-height: 42px;
    max-width: 112px;
    padding: 11px 12px;
    overflow: hidden;
    font-size: 0.86rem;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.34rem;
  }

  .erp-workspace,
.screen-topbar strong {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Refinamento operacional da home publica */
.nav-desktop,
.mobile-nav a,
.client-link,
.btn,
.eyebrow,
.trust-strip span,
.module-card span,
.flow-lanes span,
.reading-card > span {
  font-weight: 650;
}

h1,
h2,
h3,
.section-head h2,
.hero-copy h1,
.module-card h3,
.proof-grid strong,
.quality-list strong,
.flow-lanes strong,
.reading-card h3 {
  font-weight: 650;
}

.hero-lead,
.section-head p,
.module-card p,
.reading-card p,
.panel-flow p,
.panel-notes p,
.quality-list p,
.proof-grid p {
  font-weight: 400;
}

.whatsapp-icon,
.btn-whatsapp img,
.footer-whatsapp img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  object-fit: contain;
}

.hero-visual {
  width: min(560px, 42vw);
  pointer-events: auto;
}

.operational-panel {
  border: 1px solid rgba(137, 158, 190, .22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(12, 18, 33, .96), rgba(8, 12, 24, .9));
  box-shadow: 0 28px 90px rgba(3, 8, 20, .36);
  padding: 24px;
  color: #f8fbff;
}

.panel-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.panel-head span {
  color: var(--vron-green);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 650;
}

.panel-head h2 {
  margin: 0;
  max-width: 440px;
  color: #fff;
  font-size: clamp(1.18rem, 2.1vw, 1.7rem);
  line-height: 1.18;
}

.panel-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.panel-flow article,
.panel-notes article,
.reading-card {
  border: 1px solid rgba(137, 158, 190, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.panel-flow article {
  min-height: 138px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.panel-flow span,
.reading-card > span {
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(61, 142, 255, .35);
  background: rgba(61, 142, 255, .12);
  color: #bcd7ff;
  padding: 4px 9px;
  font-size: .74rem;
  line-height: 1;
}

.panel-flow h3,
.reading-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.panel-flow p,
.panel-notes p,
.reading-card p {
  margin: 0;
  color: rgba(231, 239, 255, .78);
  line-height: 1.55;
}

.panel-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.panel-notes article {
  padding: 14px;
}

.panel-notes span {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: .92rem;
  font-weight: 650;
}

.reading-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
}

.reading-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reading-card {
  min-height: 190px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.reading-card-primary {
  background: linear-gradient(145deg, rgba(61, 142, 255, .18), rgba(0, 217, 126, .08));
  border-color: rgba(61, 142, 255, .32);
}

.floating-contact {
  width: 54px;
  height: 54px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(18, 161, 11, .18);
  box-shadow: 0 18px 46px rgba(4, 10, 26, .22);
  color: transparent;
}

.floating-contact img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (max-width: 1020px) {
  .hero-visual {
    width: 100%;
  }

  .reading-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .operational-panel {
    padding: 18px;
    border-radius: 16px;
  }

  .panel-flow,
  .panel-notes,
  .reading-stack {
    grid-template-columns: 1fr;
  }

  .panel-flow article,
  .reading-card {
    min-height: auto;
  }

  .floating-contact {
    width: 50px;
    height: 50px;
  }
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.seo-link-grid a {
  display: grid;
  gap: 5px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(12, 22, 44, .09);
  border-radius: 14px;
  background: #fff;
  color: var(--brand-dark);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(7, 16, 35, .06);
}

.seo-link-grid a:hover,
.seo-link-grid a:focus-visible {
  border-color: rgba(61, 142, 255, .38);
  box-shadow: 0 18px 38px rgba(61, 142, 255, .11);
}

.seo-link-grid span {
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.25;
}

.seo-link-grid small {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .seo-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .seo-link-grid {
    grid-template-columns: 1fr;
  }
}



/* Correção de alinhamento do hero e CTAs */
.site-header {
  overflow: visible;
}

.header-inner {
  gap: 18px;
}

.nav-desktop {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(12px, 1.35vw, 20px);
  font-size: clamp(.82rem, .92vw, .93rem);
}

.header-actions {
  flex: 0 0 auto;
  gap: 10px;
}

.header-actions .btn {
  min-height: 40px;
  padding: 10px 13px;
  white-space: nowrap;
}

.hero {
  min-height: auto;
  padding: 86px 0 72px;
  overflow: hidden;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, .82fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.hero-copy {
  width: auto;
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(2.35rem, 4.4vw, 4.85rem);
  line-height: 1.02;
}

.hero-lead {
  max-width: 650px;
}

.hero-actions {
  align-items: stretch;
}

.hero-actions .btn {
  min-width: 0;
  max-width: 100%;
  text-align: left;
}

.hero-visual {
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 520px;
  transform: none !important;
  z-index: 1;
  pointer-events: auto;
}

.operational-panel {
  width: 100%;
  min-width: 0;
  padding: clamp(18px, 2vw, 24px);
}

.panel-flow article {
  min-height: 124px;
}

.btn.btn-whatsapp,
.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn.btn-whatsapp > img.whatsapp-icon,
.footer-whatsapp > img.whatsapp-icon {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  object-fit: contain;
}

.floating-contact > img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
}

@media (max-width: 1120px) {
  .nav-desktop {
    display: none;
  }

  .client-link {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}

@media (max-width: 980px) {
  .hero {
    padding: 64px 0 56px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .hero-copy h1 {
    font-size: clamp(2.1rem, 12vw, 3.25rem);
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .header-actions .btn {
    display: none;
  }
}

.hero-copy[data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-lead,
.hero-copy .hero-metrics {
  color: #ffffff;
}

.hero-copy .hero-lead,
.hero-copy .hero-metrics dd {
  color: rgba(232, 240, 255, .86);
}

.hero-layout {
  min-height: auto !important;
}

.hero {
  padding-top: clamp(48px, 7vw, 72px) !important;
  padding-bottom: clamp(44px, 6vw, 64px) !important;
}

.hero-copy h1 {
  font-weight: 600;
}

.btn,
.nav-desktop,
.client-link {
  font-weight: 600;
}

/* Organização dos CTAs finais */
.contact-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
  gap: 12px !important;
  justify-content: end !important;
  align-items: stretch !important;
  width: min(100%, 440px) !important;
  margin-left: auto !important;
}

.contact-actions .btn {
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 16px !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
}

.contact-actions .btn-whatsapp {
  justify-content: center !important;
}

@media (max-width: 760px) {
  .contact-actions {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
