/* INSERTX home publica - layout aprovado 14B.11.3 */
:root {
  --bg: #03101b;
  --bg-2: #061726;
  --panel: rgba(10, 26, 42, .82);
  --panel-2: rgba(14, 31, 49, .92);
  --line: rgba(255, 255, 255, .13);
  --line-gold: rgba(247, 189, 57, .56);
  --text: #f7f9fd;
  --muted: #b9c3d0;
  --gold: #f7bd39;
  --gold-2: #ffd36a;
  --blue: #1394ff;
  --green: #4acb58;
  --container: 1216px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at 12% 22%, rgba(18, 97, 150, .28), transparent 28%),
    radial-gradient(circle at 88% 34%, rgba(247, 189, 57, .1), transparent 24%),
    linear-gradient(180deg, #020b14 0%, var(--bg) 48%, #020b14 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; image-rendering: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
svg { shape-rendering: geometricPrecision; }

.site-header {
  width: min(calc(100% - 48px), var(--container));
  min-height: 96px;
  padding: 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 34px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
.brand img {
  width: 184px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) saturate(1.04);
  transform: none;
}
.header-glass {
  min-height: 66px;
  padding: 8px 14px 8px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  background: rgba(3, 12, 22, .50);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 17px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  font-size: 14px;
  font-weight: 620;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .88);
}
.primary-nav a {
  position: relative;
  padding: 12px 0;
}
.primary-nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 999px;
}
.header-actions { display: flex; align-items: center; gap: 14px; }
.mobile-menu-toggle { display: none; }
.mobile-menu-link { display: none; }

.btn {
  min-height: 54px;
  padding: 0 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.btn-gold:hover {
  filter: brightness(1.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 12px 28px rgba(247, 189, 57, .16);
}
.btn .icon-whatsapp-btn {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: currentColor;
  stroke: none;
  transform: translateY(0);
}
.btn-small { min-height: 46px; padding: 0 20px; font-size: 14px; }
.btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, .018);
  border-color: rgba(209, 224, 242, .46);
}
.btn-gold {
  color: #151004;
  background: linear-gradient(180deg, #ffd673 0%, #e5a52b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42), 0 14px 32px rgba(247, 189, 57, .18);
}
.btn-blue {
  color: #fff;
  background: linear-gradient(180deg, #075bbb 0%, #06428e 100%);
  border-color: rgba(77, 176, 255, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 18px 34px rgba(19, 148, 255, .18);
}
.btn-green {
  color: #fff;
  background: linear-gradient(180deg, #63cf65 0%, #318a35 100%);
  border-color: rgba(99, 220, 101, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 18px 34px rgba(74, 203, 88, .18);
}
.btn-full { width: 100%; }

.hero-section {
  position: relative;
  min-height: 608px;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(500px, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 14, 25, .99) 0%, rgba(4, 17, 30, .93) 41%, rgba(3, 14, 25, .25) 67%, rgba(3, 14, 25, .1) 100%),
    radial-gradient(circle at 18% 72%, rgba(247, 189, 57, .09), transparent 30%),
    #04111d;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  padding: 146px 0 48px max(56px, calc((100vw - var(--container)) / 2 + 18px));
}
.hero-copy h1 {
  max-width: 610px;
  margin: 0 0 20px;
  font-size: clamp(43px, 4.25vw, 64px);
  line-height: 1.04;
  letter-spacing: -.026em;
}
.hero-copy h1 span { color: var(--gold); }
.hero-copy p {
  max-width: 545px;
  margin: 0;
  color: #d5dbe5;
  font-size: 18px;
  line-height: 1.54;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 26px;
}
.hero-actions .btn { min-width: 245px; }
.hero-differentials {
  max-width: 560px;
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.hero-differentials div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, .13);
}
.hero-differentials div:first-child { padding-left: 0; }
.hero-differentials div:last-child { border-right: 0; padding-right: 0; }
.hero-differentials svg { color: var(--gold); width: 38px; height: 38px; flex: 0 0 auto; }
.hero-differentials span { font-size: 15px; line-height: 1.28; font-weight: 620; }
.hero-visual {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 1;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 14, 25, .92), rgba(3, 14, 25, .2) 26%, rgba(3, 14, 25, 0) 58%);
  pointer-events: none;
}
.hero-visual picture,
.hero-visual img {
  width: 100%;
  height: 100%;
}
.hero-visual img {
  object-fit: cover;
  object-position: center right;
}

.products-section {
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
  padding: 23px 0 26px;
}
.section-heading { text-align: center; margin: 0 0 18px; }
.section-heading span {
  display: block;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 9px;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 40px);
  line-height: 1.12;
  letter-spacing: -.022em;
}
.section-heading p {
  max-width: 650px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: stretch;
}
.product-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 28px 30px 28px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(14, 33, 55, .96), rgba(5, 18, 32, .98)),
    radial-gradient(circle at 25% 18%, rgba(19, 148, 255, .14), transparent 38%);
  border: 1px solid rgba(167, 203, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 28px 70px rgba(0, 0, 0, .3);
}
.product-card-link {
  display: block;
  color: inherit;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease;
}
.product-card-link:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 189, 57, .55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), 0 34px 84px rgba(0, 0, 0, .36), 0 0 44px rgba(247, 189, 57, .08);
}
.product-card-link:active { transform: translateY(-1px); }
.product-card-link:focus-visible {
  outline: 3px solid rgba(247, 189, 57, .72);
  outline-offset: 4px;
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, .06), transparent 24%, transparent 72%, rgba(0, 0, 0, .22));
}
.card-pontox { border-color: rgba(90, 222, 93, .25); }
.card-ecosystem { border-color: rgba(247, 189, 57, .34); }
.product-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 0;
  margin-bottom: 14px;
}
.product-kicker {
  display: inline-flex;
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.product-head > svg {
  width: 58px;
  height: 58px;
  color: var(--blue);
  padding: 10px;
  border: 3px solid currentColor;
  border-radius: 18px;
  background: rgba(19, 148, 255, .08);
}
.card-vitrinyon .product-head > svg {
  color: #35e982;
  background: rgba(28, 213, 119, .08);
  border-color: rgba(42, 228, 128, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 30px rgba(35, 224, 124, .13);
}
.card-pontox .product-head > svg { color: var(--green); background: rgba(74, 203, 88, .08); border-radius: 50%; }
.card-ecosystem .product-head > svg { color: var(--gold); background: rgba(247, 189, 57, .08); }
.product-head h3 {
  margin: 0 0 8px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.014em;
}
.product-head h3 span { color: #79c7ff; }
.card-vitrinyon .product-head h3 span { color: #35e982; }
.card-pontox .product-head h3 span { color: #6edb66; }
.product-head p {
  margin: 0;
  color: #cbd5e2;
  font-size: 16px;
  line-height: 1.42;
}
.mockup,
.product-visual-slot {
  position: relative;
  z-index: 1;
  margin: 18px 0 22px;
  border-radius: 18px;
  overflow: hidden;
}

.mockup-vitrinyon {
  height: auto;
  min-height: 0;
  background: rgba(3, 12, 22, .38);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .32);
}
.mockup-vitrinyon img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  transform: none;
}
.card-vitrinyon .product-visual-slot,
.card-pontox .product-visual-slot { margin-bottom: 0; }
.phone-screen {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 158px;
  height: 270px;
  padding: 14px 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, #111820, #05090e);
  border: 4px solid rgba(193, 210, 228, .45);
  box-shadow: 0 22px 42px rgba(0, 0, 0, .5);
  z-index: 2;
}
.phone-bar { width: 46px; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, .25); margin: 0 auto 11px; }
.phone-screen strong { display: block; color: #ffe08a; font-size: 11px; line-height: .95; }
.mini-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 13px 0; }
.mini-cats span { aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #c75d43, #321515); }
.meat-highlight { padding: 8px; border-radius: 10px; background: rgba(255, 255, 255, .055); }
.meat-highlight span,
.tablet-grid span {
  display: block;
  height: 34px;
  border-radius: 9px;
  background: radial-gradient(ellipse at 55% 35%, #d56a53, transparent 44%), radial-gradient(ellipse at 34% 70%, #81231f, transparent 52%), #190807;
}
.meat-highlight b { display: block; margin-top: 7px; font-size: 8px; }
.meat-highlight em { color: var(--gold); font-size: 9px; font-style: normal; }
.tablet-screen {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: calc(100% - 142px);
  height: 212px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #0f151c, #05080c);
  border: 3px solid rgba(193, 210, 228, .45);
  box-shadow: 0 22px 46px rgba(0, 0, 0, .55);
}
.tablet-top { height: 22px; border-radius: 8px; background: rgba(255, 255, 255, .08); margin-bottom: 18px; }
.tablet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tablet-grid.bottom { margin-top: 13px; }

.mockup-pontox {
  min-height: 0;
  background: rgba(3, 12, 22, .38);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .32);
}
.mockup-pontox img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  transition: transform .22s ease, filter .22s ease;
}
.card-pontox.product-card-link:hover .mockup-pontox img {
  transform: translateY(-2px);
  filter: brightness(1.03);
}
.pontox-device {
  width: 218px;
  height: 276px;
  padding: 22px 18px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(180deg, #0d1723, #05080c);
  border: 4px solid rgba(196, 213, 232, .46);
  box-shadow: 0 22px 44px rgba(0, 0, 0, .5);
}
.pontox-device small { color: #fff; font-weight: 850; }
.pontox-device strong { display: block; margin-top: 18px; font-size: 29px; }
.pontox-device span { display: block; color: var(--muted); font-size: 12px; }
.face-circle {
  width: 88px;
  height: 88px;
  margin: 18px auto 12px;
  border-radius: 50%;
  border: 3px solid var(--green);
  background: radial-gradient(circle at 50% 36%, #f0c4a7 0 22%, transparent 23%), radial-gradient(circle at 50% 68%, #d7a080 0 36%, transparent 37%), #182334;
}
.pontox-device em { color: #77e36d; font-size: 12px; font-style: normal; line-height: 1.2; }
.pontox-tabs { display: flex; justify-content: space-around; margin-top: 18px; }
.pontox-tabs i { width: 22px; height: 22px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, .25); }

.mockup-dashboard { height: 208px; display: grid; align-items: center; }
.laptop { width: 100%; }
.laptop-screen {
  height: 164px;
  padding: 16px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(180deg, #0e1720, #05090e);
  border: 3px solid rgba(193, 210, 228, .45);
  box-shadow: 0 24px 46px rgba(0, 0, 0, .55);
}
.laptop-screen aside { border-radius: 9px; background: linear-gradient(180deg, #0a56ad, #072d5b); }
.laptop-screen main { display: grid; gap: 14px; }
.dash-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dash-kpis span { min-height: 52px; border-radius: 10px; background: rgba(19, 148, 255, .15); border: 1px solid rgba(88, 171, 255, .22); }
.dash-chart { min-height: 104px; display: flex; align-items: end; gap: 11px; padding: 14px; border-radius: 12px; background: rgba(255, 255, 255, .04); }
.dash-chart i { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #1394ff, #07488b); }
.dash-chart i:nth-child(1) { height: 42%; }
.dash-chart i:nth-child(2) { height: 70%; }
.dash-chart i:nth-child(3) { height: 48%; }
.dash-chart i:nth-child(4) { height: 62%; }
.dash-chart i:nth-child(5) { height: 86%; }
.laptop-base { width: 96%; height: 18px; margin: -2px auto 0; border-radius: 0 0 18px 18px; background: linear-gradient(180deg, #606d7b, #252b32); }

.feature-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 17px;
  display: grid;
  gap: 11px;
  color: #e2e7ef;
  font-size: 16px;
}
.feature-list li {
  position: relative;
  padding-left: 34px;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--gold);
}
.feature-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #211604;
  border-bottom: 2px solid #211604;
  transform: rotate(-45deg);
}

.final-cta {
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 130px 1fr 350px;
  align-items: center;
  gap: 28px;
  padding: 24px 42px;
  border-radius: 18px;
  border: 1px solid rgba(247, 189, 57, .62);
  background:
    radial-gradient(circle at 11% 50%, rgba(247, 189, 57, .24), transparent 22%),
    linear-gradient(90deg, rgba(77, 52, 10, .74), rgba(7, 21, 34, .96) 32%, rgba(105, 69, 10, .62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 54px rgba(0, 0, 0, .28);
}
.cta-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 3px solid var(--gold);
}
.cta-icon svg { width: 54px; height: 54px; }
.cta-icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
  stroke: none;
  shape-rendering: geometricPrecision;
}
.final-cta h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.018em;
}
.final-cta p {
  max-width: 580px;
  margin: 0;
  color: #d6dce7;
  font-size: 16px;
  line-height: 1.45;
}
.cta-action { display: grid; justify-items: start; gap: 12px; }
.cta-action .btn { min-width: 315px; }
.cta-action small { display: inline-flex; align-items: center; gap: 10px; color: #dbe2ec; }
.cta-action small svg { width: 20px; height: 20px; color: var(--gold); }
.cta-contact-list {
  display: grid;
  gap: 7px;
  color: #edf3fb;
  font-size: 14px;
  line-height: 1.25;
}
.cta-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.cta-contact-list svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex: 0 0 auto;
}

.site-footer {
  width: 100%;
  padding: 28px max(32px, calc((100vw - var(--container)) / 2)) 18px;
  display: grid;
  grid-template-columns: 300px repeat(4, 1fr);
  gap: 40px;
  background: rgba(2, 12, 22, .98);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.footer-brand img {
  width: 205px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  filter: contrast(1.08) saturate(1.04);
}
.footer-brand p,
.footer-contact span,
.site-footer nav a {
  color: #c8d0dc;
}
.social-row { display: flex; gap: 20px; margin-top: 22px; }
.social-row span {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, .7);
}
.social-row svg { width: 18px; height: 18px; stroke-width: 2.1; }
.site-footer h3 { margin: 0 0 17px; font-size: 16px; font-weight: 680; letter-spacing: .01em; }
.site-footer nav a { display: block; margin: 9px 0; }
.footer-contact a {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.22;
}
.footer-contact svg { width: 28px; height: 28px; }
.footer-contact a span {
  display: grid;
  gap: 3px;
  color: #d9e2ee;
  font-size: 13px;
}
.footer-contact a strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 18px;
  text-align: center;
  color: #aeb8c6;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 210px 1fr; }
  .header-glass { grid-template-columns: 1fr; }
  .header-actions { justify-content: flex-end; }
  .hero-section { grid-template-columns: 1fr; min-height: 640px; }
  .hero-copy { padding-right: 40px; }
  .hero-visual { inset: 0; opacity: .46; }
  .hero-visual::before { background: linear-gradient(90deg, rgba(3, 14, 25, .97), rgba(3, 14, 25, .78)); }
  .hero-visual img { object-position: center right; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .mockup-vitrinyon, .mockup-pontox, .mockup-dashboard { max-width: none; }
  .final-cta { grid-template-columns: 120px 1fr; }
  .cta-action { grid-column: 2; }
  .site-footer { grid-template-columns: 1.2fr 1fr 1fr; }
}

@media (max-width: 760px) {
  body { width: 100%; overflow-x: hidden; }
  .site-header {
    width: calc(100% - 28px);
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 0;
    top: 12px;
    left: 14px;
    transform: none;
    border-radius: 16px;
  }
  .brand img { width: 138px; height: auto; object-fit: contain; transform: none; }
  .mobile-menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    color: #191104;
    background: linear-gradient(180deg, #ffd673 0%, #e5a52b 100%);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(247, 189, 57, .18);
  }
  .header-glass {
    display: none;
  }
  .mobile-menu-toggle {
    display: none;
  }
  .mobile-menu-toggle span { width: 20px; height: 2px; background: #fff; display: block; }
  .primary-nav,
  .header-actions {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .site-header.nav-open .primary-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    position: absolute;
    top: 58px;
    right: 0;
    width: min(320px, calc(100vw - 28px));
    padding: 16px;
    border-radius: 16px;
    background: rgba(3, 12, 22, .94);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .36);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .primary-nav { padding-top: 8px; }
  .primary-nav a:first-child::after { display: none; }

  .hero-section {
    min-height: auto;
    display: block;
    background:
      linear-gradient(180deg, rgba(3, 14, 25, .02) 0%, rgba(3, 14, 25, .34) 250px, rgba(3, 14, 25, .94) 390px, rgba(3, 14, 25, .99) 430px),
      #04111d;
  }
  .hero-copy {
    padding: 414px 22px 38px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .hero-copy h1 { font-size: 40px; max-width: 342px; letter-spacing: -.014em; }
  .hero-copy p { font-size: 16px; max-width: 342px; line-height: 1.5; }
  .hero-actions { gap: 12px; width: calc(100% - 8px); max-width: 100%; }
  .hero-actions .btn { width: 100%; min-width: 0; box-sizing: border-box; }
  .hero-differentials {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }
  .hero-differentials div {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .hero-differentials div:last-child { border-bottom: 0; }
  .hero-visual {
    inset: 64px 0 auto;
    height: 344px;
    opacity: .98;
  }
  .hero-visual::before {
    background:
      linear-gradient(180deg, rgba(3, 14, 25, 0) 0%, rgba(3, 14, 25, .04) 44%, rgba(3, 14, 25, .76) 100%),
      linear-gradient(90deg, rgba(3, 14, 25, .18), rgba(3, 14, 25, 0) 46%);
  }
  .hero-visual img {
    object-position: center 34%;
  }

  .products-section { width: 100%; padding-top: 24px; overflow: hidden; }
  .section-heading { overflow: hidden; }
  .section-heading h2 { max-width: 292px; margin-inline: auto; font-size: 23px; line-height: 1.16; overflow-wrap: anywhere; }
  .section-heading p { max-width: 292px; font-size: 14px; }
  .product-card { width: calc(100% - 44px); max-width: 346px; box-sizing: border-box; margin-inline: auto; padding: 22px 14px; border-radius: 14px; }
  .product-head { grid-template-columns: 48px 1fr; min-height: auto; }
  .product-head > div { min-width: 0; }
  .product-head p,
  .product-head h3 { max-width: 100%; overflow-wrap: anywhere; }
  .product-head > svg { width: 48px; height: 48px; }
  .product-head h3 { font-size: 29px; }
  .mockup { max-width: 100%; overflow: hidden; }
  .mockup-vitrinyon { height: auto; }
  .mockup-vitrinyon img { width: 100%; max-width: 100%; height: auto; }
  .phone-screen { width: 126px; height: 258px; }
  .tablet-screen { width: calc(100% - 96px); height: 190px; padding: 14px; }
  .mockup-pontox, .mockup-dashboard { height: auto; }
  .feature-list { font-size: 16px; }

  .final-cta {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding: 26px 20px;
    text-align: left;
  }
  .cta-icon { width: 86px; height: 86px; }
  .cta-icon svg { width: 38px; height: 38px; }
  .final-cta h2 { font-size: 28px; }
  .cta-action { grid-column: auto; }
  .cta-action .btn { width: 100%; min-width: 0; }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 32px 22px 20px;
  }
  .footer-contact span { display: block; }
  .footer-bottom { text-align: left; }
}

/* Fase mobile derivado do desktop - preservar a versao mestre em escala menor. */
@media (max-width: 760px) {
  .site-header {
    width: min(calc(100% - 28px), var(--container));
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }

  .brand img { width: 132px; }
  .mobile-menu-link { display: none; }

  .header-glass {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 10px;
    border-radius: 15px;
  }

  .primary-nav {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    padding: 0 0 4px;
    overflow-x: auto;
    scrollbar-width: none;
    font-size: 12px;
  }

  .primary-nav::-webkit-scrollbar { display: none; }
  .primary-nav a { flex: 0 0 auto; padding: 7px 4px; }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .btn-small {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-section {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(3, 14, 25, .08) 0%, rgba(3, 14, 25, .44) 310px, rgba(3, 14, 25, .96) 470px, rgba(3, 14, 25, .99) 100%),
      radial-gradient(circle at 18% 72%, rgba(247, 189, 57, .09), transparent 30%),
      #04111d;
  }

  .hero-visual {
    position: absolute;
    inset: 0 0 auto;
    height: 475px;
    opacity: 1;
  }

  .hero-visual::before {
    background:
      linear-gradient(180deg, rgba(3, 14, 25, .02) 0%, rgba(3, 14, 25, .06) 42%, rgba(3, 14, 25, .88) 100%),
      linear-gradient(90deg, rgba(3, 14, 25, .22), rgba(3, 14, 25, 0) 58%);
  }

  .hero-copy {
    width: min(calc(100% - 36px), 390px);
    max-width: none;
    margin: 0 auto;
    padding: 486px 0 42px;
    overflow: visible;
  }

  .hero-copy h1,
  .hero-copy p {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9.5vw, 40px);
    line-height: 1.05;
    letter-spacing: -.022em;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-differentials {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .products-section {
    width: min(calc(100% - 28px), var(--container));
    padding-top: 30px;
    overflow: visible;
  }

  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(26px, 7.2vw, 32px);
  }

  .section-heading p {
    max-width: 100%;
    font-size: 15px;
  }

  .product-card {
    width: 100%;
    max-width: none;
    padding: 20px;
    border-radius: 18px;
  }

  .product-head {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .mockup,
  .product-visual-slot {
    border-radius: 16px;
  }

  .mockup-vitrinyon img,
  .mockup-pontox img {
    border-radius: 16px;
  }

  .final-cta {
    width: min(calc(100% - 28px), var(--container));
    padding: 24px 20px;
    border-radius: 18px;
  }

  .site-footer {
    padding: 34px 22px 20px;
    gap: 26px;
  }
}

/* Fase correcao mobile miniatura - compactacao sem alterar desktop. */
@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 8px;
    top: 8px;
  }

  .brand img { width: 104px; }
  .header-glass { padding: 7px; gap: 6px; border-radius: 13px; }
  .primary-nav { gap: 6px; font-size: 10px; padding-bottom: 1px; }
  .primary-nav a { padding: 5px 3px; }
  .header-actions { grid-template-columns: 1fr 1fr; gap: 6px; }
  .btn-small { min-height: 32px; padding: 0 8px; font-size: 10px; gap: 5px; }
  .btn-small svg { width: 15px; height: 15px; }

  .hero-section {
    background:
      linear-gradient(180deg, rgba(3, 14, 25, .06) 0%, rgba(3, 14, 25, .30) 205px, rgba(3, 14, 25, .94) 330px, rgba(3, 14, 25, .99) 100%),
      radial-gradient(circle at 18% 72%, rgba(247, 189, 57, .09), transparent 30%),
      #04111d;
  }

  .hero-visual { height: 338px; }
  .hero-copy {
    width: min(calc(100% - 28px), 400px);
    padding: 348px 0 24px;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(27px, 7.8vw, 34px);
  }

  .hero-copy p {
    font-size: 13px;
    line-height: 1.42;
  }

  .hero-actions { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
  .hero-actions .btn { min-height: 42px; padding: 0 10px; font-size: 12px; }

  .hero-differentials {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
  }

  .hero-differentials div {
    display: grid;
    justify-items: center;
    gap: 6px;
    min-height: 0;
    padding: 10px 6px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 12px;
    background: rgba(255, 255, 255, .025);
  }

  .hero-differentials svg { width: 25px; height: 25px; }
  .hero-differentials span { font-size: 10px; line-height: 1.18; }

  .products-section { padding-top: 18px; padding-bottom: 18px; }
  .section-heading { margin-bottom: 12px; }
  .section-heading span { margin-bottom: 5px; font-size: 11px; }
  .section-heading h2 { font-size: clamp(22px, 6.3vw, 28px); }
  .section-heading p { margin-top: 8px; font-size: 12px; line-height: 1.4; }
  .product-grid { gap: 14px; }
  .product-card { padding: 14px; border-radius: 15px; }
  .product-head { grid-template-columns: 40px 1fr; gap: 10px; margin-bottom: 9px; }
  .product-head > svg { width: 40px; height: 40px; padding: 8px; border-radius: 13px; }
  .product-head h3 { font-size: 24px; margin-bottom: 4px; }
  .product-head p { font-size: 12px; line-height: 1.25; }
  .mockup, .product-visual-slot { margin-top: 10px; border-radius: 13px; }
  .mockup-vitrinyon img, .mockup-pontox img { border-radius: 13px; }

  .final-cta {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 18px 14px;
    margin-bottom: 18px;
  }

  .cta-icon { width: 54px; height: 54px; border-width: 2px; }
  .cta-icon svg { width: 26px; height: 26px; }
  .final-cta h2 { font-size: 22px; margin-bottom: 7px; }
  .final-cta p { font-size: 12px; line-height: 1.35; }
  .cta-action { grid-column: 1 / -1; gap: 7px; }
  .cta-action .btn { min-height: 40px; }
  .cta-action small, .cta-contact-list { font-size: 11px; }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px 18px 16px;
    gap: 20px 18px;
  }

  .footer-brand, .footer-contact, .footer-bottom { grid-column: 1 / -1; }
  .footer-brand img { width: 150px; }
  .footer-brand p { margin: 6px 0 0; font-size: 12px; }
  .social-row { gap: 10px; margin-top: 12px; }
  .site-footer h3 { margin-bottom: 9px; font-size: 13px; }
  .site-footer nav a { margin: 6px 0; font-size: 12px; }
}

/* Fase ajuste fino mobile premium - menu fechado e cabecalho compacto. */
@media (max-width: 760px) {
  .site-header {
    width: min(calc(100% - 24px), var(--container));
    grid-template-columns: 102px 42px;
    justify-content: space-between;
    align-items: center;
    top: 10px;
  }

  .brand {
    position: relative;
    z-index: 32;
    display: inline-flex;
    align-items: center;
  }

  .brand img {
    width: 102px;
  }

  .header-glass {
    position: relative;
    width: 42px;
    min-height: 42px;
    display: grid;
    justify-items: end;
    padding: 0;
    border-radius: 14px;
    background: rgba(3, 12, 22, .62);
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    color: #fff;
    background: rgba(3, 12, 22, .74);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .26);
  }

  .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
  }

  .primary-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open .header-glass {
    position: absolute;
    top: 0;
    right: 0;
    width: min(292px, calc(100vw - 24px));
    justify-items: stretch;
    padding: 8px;
    gap: 8px;
    background: rgba(3, 12, 22, .94);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 56px rgba(0, 0, 0, .38);
  }

  .site-header.nav-open .mobile-menu-toggle {
    justify-self: end;
  }

  .site-header.nav-open .primary-nav,
  .site-header.nav-open .header-actions {
    display: grid;
    position: static;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.nav-open .primary-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
  }

  .site-header.nav-open .primary-nav a {
    min-height: 32px;
    display: grid;
    place-items: center;
    padding: 0 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .045);
    font-size: 11px;
  }

  .site-header.nav-open .header-actions {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .site-header.nav-open .header-actions .btn {
    width: 100%;
  }

  .hero-visual { height: 306px; }
  .hero-copy { padding-top: 316px; }
  .hero-section {
    background:
      linear-gradient(180deg, rgba(3, 14, 25, .04) 0%, rgba(3, 14, 25, .26) 190px, rgba(3, 14, 25, .95) 305px, rgba(3, 14, 25, .99) 100%),
      radial-gradient(circle at 18% 72%, rgba(247, 189, 57, .09), transparent 30%),
      #04111d;
  }

  .products-section { padding-top: 14px; }
  .product-grid { gap: 12px; }
  .product-card { padding: 12px; }
  .final-cta { margin-top: 2px; }
}

/* Microfase ajuste fino INSERTX - footer mobile em duas colunas equilibradas. */
@media (max-width: 760px) {
  .site-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer nav:nth-of-type(1),
  .site-footer nav:nth-of-type(2),
  .site-footer nav:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-contact {
    display: none;
  }

  .site-footer h3 {
    font-size: 12px;
  }
}

/* Microfase direcao de arte do hero INSERTX - apenas enquadramento/iluminacao da imagem. */
.hero-visual::before {
  background: linear-gradient(90deg, rgba(3, 14, 25, .88), rgba(3, 14, 25, .16) 26%, rgba(3, 14, 25, 0) 58%);
}

.hero-visual img {
  object-position: 100% 60%;
  filter: brightness(1.04) contrast(1.03);
}

@media (max-width: 760px) {
  .hero-visual::before {
    background:
      linear-gradient(180deg, rgba(3, 14, 25, 0) 0%, rgba(3, 14, 25, .04) 42%, rgba(3, 14, 25, .82) 100%),
      linear-gradient(90deg, rgba(3, 14, 25, .16), rgba(3, 14, 25, 0) 58%);
  }

  .hero-visual img {
    object-position: 50% 49%;
  }
}
