﻿:root {
  --ink: #101722;
  --ink-2: #1f2937;
  --muted: #667085;
  --paper: #fffdf8;
  --soft: #f5efe4;
  --soft-2: #eef3f2;
  --line: rgba(24, 36, 52, .12);
  --navy: #07111f;
  --blue: #6fb4e2;
  --teal: #1f9d96;
  --teal-dark: #08756f;
  --gold: #caa864;
  --gold-soft: #f4e6c7;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(16, 23, 34, .14);
  --shadow-soft: 0 20px 44px rgba(16, 23, 34, .08);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(202, 168, 100, .22), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(31, 157, 150, .16), transparent 28rem),
    linear-gradient(115deg, rgba(255, 250, 240, .98) 0%, rgba(255, 250, 240, .98) 48%, rgba(239, 248, 247, .98) 48%, rgba(255, 253, 248, .98) 100%);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, .035), transparent 28%, rgba(31, 157, 150, .055)),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .82), transparent 22rem);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

section[id] {
  scroll-margin-top: 104px;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 999px;
  background: rgba(255, 253, 248, .82);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 34px rgba(16, 23, 34, .08);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  border-color: rgba(16, 23, 34, .1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 16px;
  color: var(--white);
  font-weight: 900;
  letter-spacing: -.05em;
  background: linear-gradient(145deg, var(--navy), #123356 58%, var(--teal));
  box-shadow: 0 16px 28px rgba(8, 33, 58, .22);
}

.brand strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #2d3748;
  font-size: 13.5px;
  font-weight: 750;
}

.main-nav a:hover {
  background: rgba(16, 23, 34, .06);
}

.main-nav .nav-cta {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(7, 17, 31, .18);
}

.main-nav .nav-cta:hover {
  background: #14243a;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.section-pad {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr);
  gap: 54px;
  align-items: center;
  min-height: calc(100vh - 90px);
  padding-top: 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(202, 168, 100, .15);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 18px 0 22px;
  font-size: clamp(38px, 5.1vw, 66px);
  line-height: 1;
  letter-spacing: -.055em;
}

h2 {
  margin: 12px 0 16px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

h3 {
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.hero-copy p,
.section-head p,
.cta-card p {
  color: var(--muted);
  font-size: 18px;
}

.hero-copy p {
  max-width: 650px;
}

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

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 12px 30px rgba(16, 23, 34, .06);
  color: #344054;
  font-size: 13px;
  font-weight: 850;
}

.hero-pills span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(31, 157, 150, .12);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #173657);
  box-shadow: 0 20px 34px rgba(7, 17, 31, .22);
}

.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, .75);
  border-color: var(--line);
}

.btn-ghost.light {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
}

.btn-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.btn-disabled {
  color: #8590a0;
  background: #eef1f4;
  pointer-events: none;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 34px;
}

.hero-metrics div {
  padding: 18px;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 20px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 16px 34px rgba(16, 23, 34, .06);
}

.hero-metrics strong {
  display: block;
  font-size: 26px;
  letter-spacing: -.04em;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  perspective: 1400px;
}

.product-window {
  overflow: hidden;
  border: 1px solid rgba(16, 23, 34, .12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .84);
  box-shadow: var(--shadow);
  transform: rotateX(3deg) rotateY(-9deg) rotateZ(1.2deg);
  transform-style: preserve-3d;
  transition:
    opacity .34s ease,
    filter .58s ease,
    transform .72s cubic-bezier(.19, 1, .22, 1),
    box-shadow .45s ease;
  will-change: opacity, transform, filter;
}

.product-window:hover {
  box-shadow: 0 36px 95px rgba(16, 23, 34, .2);
  transform: rotateX(1deg) rotateY(-4deg) rotateZ(.4deg) translateY(-4px);
}

.product-window.is-changing.swap-side {
  opacity: .72;
  filter: blur(2px) saturate(.92);
  transform: rotateX(5deg) rotateY(-15deg) rotateZ(1.4deg) translate3d(58px, 0, -42px) scale(.96);
  box-shadow: 0 18px 58px rgba(16, 23, 34, .16);
}

.window-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f5f8fb);
}

.window-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e4e7ec;
}

.window-top span:nth-child(1) { background: #f87171; }
.window-top span:nth-child(2) { background: #fbbf24; }
.window-top span:nth-child(3) { background: #34d399; }

.window-top strong {
  margin-left: 8px;
  color: #3d4756;
  font-size: 13px;
}

.product-window img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  opacity: 1;
  filter: saturate(1.03) contrast(1.02);
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity .32s ease,
    filter .56s ease,
    transform .66s cubic-bezier(.19, 1, .22, 1);
  will-change: opacity, transform, filter;
}

.product-window img.is-swapping,
.ar-panel img.is-swapping {
  opacity: .08;
  filter: blur(10px) saturate(.85);
}

.product-window img.is-swapping.swap-side {
  transform: translate3d(72px, 0, 0) rotateY(-10deg) scale(.94);
}

.product-window img.is-swapping.swap-depth {
  transform: translate3d(0, 24px, -70px) scale(.82);
}

.product-window img.is-swapping.swap-lift {
  transform: translate3d(-38px, 28px, 0) rotateZ(-2deg) scale(.9);
}

.ar-panel {
  --panel-transform: translateZ(100px) rotateZ(0deg);
  position: absolute;
  z-index: 3;
  overflow: hidden;
  width: min(390px, 54%);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 30px 76px rgba(16, 23, 34, .2);
  backdrop-filter: blur(18px);
  transform: var(--panel-transform);
  transform-style: preserve-3d;
  transition:
    opacity .34s ease,
    filter .58s ease,
    transform .72s cubic-bezier(.19, 1, .22, 1),
    box-shadow .45s ease;
  animation: arFloat 5.6s ease-in-out infinite;
  will-change: opacity, transform, filter;
}

.ar-panel::before {
  content: "";
  position: absolute;
  inset: -46%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(115deg,
      transparent 31%,
      rgba(255, 255, 255, .24) 42%,
      rgba(255, 255, 255, .82) 50%,
      rgba(255, 255, 255, .22) 58%,
      transparent 69%);
  transform: translateX(-130%) rotate(8deg);
}

.ar-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .56;
  background:
    radial-gradient(circle at 18% 0%, rgba(96, 165, 250, .22), transparent 32%),
    radial-gradient(circle at 86% 100%, rgba(31, 157, 150, .18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .18), transparent 46%);
}

.ar-panel.is-changing::before {
  animation: arCardSweep .82s cubic-bezier(.19, 1, .22, 1);
}

.ar-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  opacity: 1;
  filter: saturate(1.04) contrast(1.02);
  transform: translate3d(0, 0, 0) scale(1);
  position: relative;
  z-index: 0;
  display: block;
  transition:
    opacity .32s ease,
    filter .56s ease,
    transform .66s cubic-bezier(.19, 1, .22, 1);
  will-change: opacity, transform, filter;
}

.ar-panel.is-changing {
  box-shadow: 0 18px 56px rgba(16, 23, 34, .18);
}

.ar-panel.is-changing.swap-side {
  opacity: .22;
  filter: blur(9px) saturate(.78);
  transform: var(--panel-transform) translate3d(118px, -12px, -190px) rotateY(-18deg) rotateX(5deg) scale(.64);
}

.ar-panel.is-changing.swap-depth {
  opacity: .18;
  filter: blur(12px) saturate(.72);
  transform: var(--panel-transform) translate3d(0, 56px, -270px) rotateX(15deg) scale(.56);
}

.ar-panel.is-changing.swap-lift {
  opacity: .24;
  filter: blur(10px) saturate(.76);
  transform: var(--panel-transform) translate3d(-92px, 78px, -150px) rotateZ(-10deg) rotateY(10deg) scale(.62);
}

.ar-panel img.is-swapping.swap-side {
  transform: translate3d(42px, 0, 0) rotateY(-8deg) scale(.9);
}

.ar-panel img.is-swapping.swap-depth {
  transform: translate3d(0, 18px, -90px) scale(.76);
}

.ar-panel img.is-swapping.swap-lift {
  transform: translate3d(-28px, 36px, 0) rotateZ(-3deg) scale(.84);
}

.ar-panel span {
  display: block;
  position: relative;
  z-index: 3;
  padding: 13px 17px;
  color: #253247;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(10px);
}

.ar-panel-top {
  --panel-transform: translateZ(128px) rotateZ(3deg);
  top: -38px;
  right: -62px;
  transform-origin: 12% 118%;
}

.ar-panel-bottom {
  --panel-transform: translateZ(142px) rotateZ(-4deg);
  width: min(410px, 56%);
  left: -62px;
  bottom: 8px;
  transform-origin: 92% -18%;
  animation-delay: -1.8s;
}

@keyframes arFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@keyframes arCardSweep {
  0% {
    opacity: 0;
    transform: translateX(-130%) rotate(8deg);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(135%) rotate(8deg);
  }
}

.floating-card {
  position: absolute;
  max-width: 255px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 54px rgba(16, 23, 34, .14);
  backdrop-filter: blur(14px);
}

.floating-card strong {
  display: block;
  margin-bottom: 4px;
}

.floating-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.card-a {
  left: -28px;
  bottom: 58px;
}

.card-b {
  right: -12px;
  top: 84px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(1180px, calc(100% - 32px));
  margin: -28px auto 0;
  padding: 18px;
  border: 1px solid rgba(16, 23, 34, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  box-shadow: var(--shadow-soft);
}

.trust-strip span {
  padding: 9px 16px;
  border-radius: 999px;
  color: #374151;
  background: rgba(245, 239, 228, .9);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.story-section,
.areas-section {
  width: min(1240px, calc(100% - 32px));
}

.story-section {
  position: relative;
}

.story-section::before {
  content: "";
  position: absolute;
  inset: 36px auto auto -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(202, 168, 100, .24), transparent 68%);
  pointer-events: none;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .82fr);
  gap: 24px;
  align-items: stretch;
}

.story-section .section-head {
  max-width: none;
  margin-bottom: 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 32px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
}

.story-section .section-head p + p {
  margin-top: 14px;
}

.story-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.story-highlights span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(31, 157, 150, .1);
  font-size: 12px;
  font-weight: 900;
}

.founder-card {
  overflow: hidden;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78)),
    radial-gradient(circle at 92% 8%, rgba(31, 157, 150, .14), transparent 18rem);
  box-shadow: var(--shadow);
}

.founder-photo {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  background: #111827;
}

.founder-photo::after {
  content: "20+ anos de consultoria";
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(7, 17, 31, .58);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center top;
}

.founder-copy {
  padding: 28px;
}

.founder-copy > span {
  display: inline-flex;
  margin-bottom: 13px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.founder-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.founder-copy p {
  color: var(--muted);
}

.story-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 32px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 0%, rgba(202, 168, 100, .35), transparent 20rem),
    radial-gradient(circle at 15% 100%, rgba(31, 157, 150, .34), transparent 19rem),
    linear-gradient(135deg, #07111f, #14243a 62%, #0b3439);
  box-shadow: var(--shadow);
}

.story-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -120px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
}

.story-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.story-card h3 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.story-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
}

.experience-grid,
.areas-grid {
  display: grid;
  gap: 16px;
}

.experience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}

.experience-card {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
}

.experience-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.05em;
}

.experience-card span {
  color: #344054;
  font-weight: 850;
}

.areas-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.area-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .68)),
    radial-gradient(circle at top right, rgba(31, 157, 150, .12), transparent 16rem);
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.area-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -58px;
  bottom: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(202, 168, 100, .2), transparent 68%);
}

.area-card:hover {
  border-color: rgba(31, 157, 150, .34);
  box-shadow: 0 24px 54px rgba(16, 23, 34, .12);
  transform: translateY(-4px);
}

.area-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(31, 157, 150, .12);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.area-card strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--navy);
  background: var(--gold-soft);
  font-weight: 950;
  letter-spacing: -.03em;
}

.area-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
}

.value-section {
  width: min(1240px, calc(100% - 32px));
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 28px;
  background: rgba(255, 255, 255, .74);
  box-shadow: var(--shadow-soft);
}

.value-card::after {
  content: "";
  position: absolute;
  inset: auto -26px -48px auto;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 157, 150, .18), transparent 68%);
}

.value-card strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 14px;
  color: var(--teal-dark);
  background: rgba(31, 157, 150, .12);
  font-weight: 950;
}

.value-card p {
  margin: 0;
  color: var(--muted);
}

.client-showcase {
  position: relative;
  min-height: 450px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #101722, #182436);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.client-showcase::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 30%, rgba(202, 168, 100, .42), transparent 18rem),
    radial-gradient(circle at 84% 60%, rgba(31, 157, 150, .35), transparent 20rem);
}

.client-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: .88fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 42px;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}

.client-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.client-photo {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  background: #111827;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
  transform: perspective(1200px) rotateY(4deg);
}

.client-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  transition: transform 5s ease;
}

.client-photo-screen img {
  object-position: top left;
}

.client-photo-contain {
  background: #092218;
}

.client-photo-contain img {
  object-fit: contain;
  object-position: center;
}

.client-slide.is-active .client-photo img {
  transform: scale(1.045);
}

.client-slide.is-active .client-photo-contain img {
  transform: none;
}

.client-gradient {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: var(--white);
}

.client-gradient.cafe {
  background:
    linear-gradient(180deg, transparent, rgba(7, 17, 31, .86)),
    url("assets/screens/atendimento-comandas.png") center / cover;
}

.client-gradient.retail {
  background:
    linear-gradient(180deg, transparent, rgba(7, 17, 31, .86)),
    url("assets/screens/pagamento-combinado.png") center / cover;
}

.client-gradient strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.05em;
}

.client-gradient span {
  margin-top: 10px;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.client-content {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.client-content > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.client-content h3 {
  max-width: 590px;
  margin: 16px 0;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.client-content p {
  max-width: 580px;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, .2);
}

.carousel-arrow:first-of-type { left: 18px; }
.carousel-arrow:last-of-type { right: 18px; }

.client-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.client-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 23, 34, .2);
  cursor: pointer;
}

.client-dots button.is-active {
  width: 30px;
  background: var(--navy);
}

.modules-section {
  width: min(1240px, calc(100% - 32px));
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.module-card,
.value-card,
.manual-card,
.process-step {
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
}

.module-card {
  min-height: 226px;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.module-card:hover {
  border-color: rgba(31, 157, 150, .38);
  box-shadow: 0 24px 54px rgba(16, 23, 34, .12);
  transform: translateY(-4px);
}

.module-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 15px;
  color: var(--navy);
  background: var(--gold-soft);
  font-weight: 950;
}

.module-card h3 {
  margin-bottom: 10px;
}

.module-card p,
.value-card p,
.manual-card p,
.process-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.flow-section {
  width: min(1240px, calc(100% - 32px));
}

.flow-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(16, 23, 34, .08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .8), rgba(245, 239, 228, .58)),
    radial-gradient(circle at 20% 0%, rgba(202, 168, 100, .2), transparent 20rem);
  box-shadow: var(--shadow-soft);
}

.flow-board article {
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(16, 23, 34, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
}

.flow-board span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(31, 157, 150, .12);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flow-board h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.flow-board p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 20px;
  align-items: stretch;
}

.gallery-main {
  overflow: hidden;
  border: 1px solid rgba(16, 23, 34, .11);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
  transform: perspective(1300px) rotateX(2deg);
}

.gallery-main img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: top left;
}

.gallery-thumbs {
  display: grid;
  gap: 10px;
  align-content: start;
}

.gallery-thumbs button {
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(16, 23, 34, .1);
  border-radius: 18px;
  color: #344054;
  background: rgba(255, 255, 255, .8);
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.gallery-thumbs button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #173657);
  box-shadow: 0 18px 34px rgba(7, 17, 31, .18);
}

.manuals-section {
  background:
    linear-gradient(180deg, rgba(245, 239, 228, .28), transparent);
}

.manuals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.manual-card {
  padding: 24px;
}

.manual-type {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(31, 157, 150, .12);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.manual-type.pending {
  color: #8a5b00;
  background: rgba(202, 168, 100, .18);
}

.manual-card .btn {
  margin-top: 22px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-step {
  padding: 26px;
}

.process-step span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-weight: 950;
}

.cta-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 72px;
}

.cta-card {
  overflow: hidden;
  position: relative;
  padding: clamp(36px, 6vw, 70px);
  border-radius: 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 18%, rgba(202, 168, 100, .35), transparent 19rem),
    radial-gradient(circle at 22% 100%, rgba(31, 157, 150, .36), transparent 18rem),
    linear-gradient(135deg, #07111f, #14243a 60%, #0a2f38);
  box-shadow: var(--shadow);
}

.cta-card h2 {
  max-width: 780px;
}

.cta-card p {
  max-width: 760px;
  color: rgba(255, 255, 255, .75);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 44px;
  color: var(--muted);
  border-top: 1px solid rgba(16, 23, 34, .1);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  font-weight: 850;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 22px 48px rgba(22, 163, 74, .32);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.whatsapp-float:hover {
  color: #fff;
  filter: saturate(1.08);
  transform: translateY(-3px);
  box-shadow: 0 28px 58px rgba(22, 163, 74, .38);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  fill: currentColor;
}

.lead-page {
  min-height: 100vh;
}

.lead-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 560px);
  gap: 34px;
  align-items: start;
  padding-top: 70px;
}

.lead-copy {
  position: sticky;
  top: 130px;
}

.lead-copy h1 {
  max-width: 680px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.lead-benefits {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.lead-benefits li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 13px 14px;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 32px rgba(16, 23, 34, .06);
  color: #344054;
  font-weight: 750;
}

.lead-benefits li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(31, 157, 150, .12);
}

.lead-form {
  padding: 26px;
  border: 1px solid rgba(16, 23, 34, .1);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .84)),
    radial-gradient(circle at top right, rgba(31, 157, 150, .12), transparent 22rem);
  box-shadow: var(--shadow);
}

.form-intro {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(16, 23, 34, .09);
}

.form-intro span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.form-intro h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.form-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.lead-form label > span {
  color: #344054;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 54, 87, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.lead-form input,
.lead-form select {
  min-height: 52px;
  padding: 0 15px;
}

.lead-form textarea {
  resize: vertical;
  min-height: 128px;
  padding: 14px 15px;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(31, 157, 150, .7);
  box-shadow: 0 0 0 4px rgba(31, 157, 150, .12);
}

.consent-row {
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  gap: 10px !important;
  padding: 14px;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 18px;
  background: rgba(245, 239, 228, .5);
}

.consent-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.consent-row span {
  color: #344054 !important;
  font-size: 13px !important;
  line-height: 1.45;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lead-submit {
  width: 100%;
  margin-top: 8px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.status-shell {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 32px;
}

.status-card {
  width: min(760px, 100%);
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid rgba(16, 23, 34, .1);
  border-radius: 34px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
}

.status-card h1 {
  margin-bottom: 16px;
  font-size: clamp(36px, 5vw, 58px);
}

.status-card p {
  color: var(--muted);
  font-size: 18px;
}

.status-card ul {
  margin: 22px 0 0;
  padding: 18px 20px 18px 38px;
  border-radius: 18px;
  background: rgba(202, 168, 100, .14);
  color: #5f4308;
}

.status-error ul {
  background: rgba(248, 113, 113, .12);
  color: #7f1d1d;
}


.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lead-hero {
    grid-template-columns: 1fr;
  }

  .lead-copy {
    position: static;
  }

  .hero-visual {
    max-width: 780px;
  }

  .modules-grid,
  .value-grid,
  .areas-grid,
  .manuals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-photo,
  .founder-photo img {
    min-height: 520px;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    border-radius: 24px;
    align-items: flex-start;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(16, 23, 34, .1);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow-soft);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    text-align: center;
  }

  .brand {
    min-width: auto;
  }

  .hero-metrics,
  .client-slide,
  .modules-grid,
  .value-grid,
  .areas-grid,
  .manuals-grid,
  .process-line {
    grid-template-columns: 1fr;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .founder-photo,
  .founder-photo img {
    min-height: 420px;
  }

  .flow-board {
    grid-template-columns: 1fr;
  }

  .client-showcase {
    min-height: 760px;
  }

  .client-slide {
    padding: 30px;
  }

  .client-content h3 {
    font-size: 34px;
  }

  .gallery-main img {
    height: 420px;
  }

  .form-grid.two {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .floating-card {
    display: none;
  }

  .hero-visual {
    min-height: auto;
  }

  .ar-panel {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    transform: none;
  }
}

@media (max-width: 560px) {
  .section-pad {
    padding: 68px 0;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 33px;
  }

  .hero-copy p,
  .section-head p,
  .cta-card p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .trust-strip {
    border-radius: 26px;
    justify-content: flex-start;
  }

  .client-showcase {
    min-height: 790px;
  }

  .client-photo,
  .client-photo img {
    min-height: 300px;
  }

  .carousel-arrow {
    top: 320px;
  }

  .gallery-main img {
    height: 300px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 52px;
    padding: 9px 12px;
  }

  .whatsapp-float span {
    display: none;
  }
}

/* BDG Sistemas - formato Morais Consultoria com paleta BDG */
:root {
  --ink: #101722;
  --ink-2: #1f2937;
  --muted: #667085;
  --paper: #fffdf8;
  --soft: #f5efe4;
  --soft-2: #eef3f2;
  --line: rgba(24, 36, 52, .12);
  --navy: #07111f;
  --teal: #1f9d96;
  --teal-dark: #08756f;
  --gold: #caa864;
  --gold-soft: #f4e6c7;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(16, 23, 34, .12);
  --shadow-soft: 0 10px 28px rgba(16, 23, 34, .08);
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 8px;
}

body {
  background: var(--white);
}

body::before {
  display: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  width: 100%;
  min-height: 78px;
  margin: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 12px clamp(16px, 4vw, 54px);
  border: 0;
  border-bottom: 1px solid rgba(16, 23, 34, .08);
  border-radius: 0;
  background: rgba(255, 255, 255, .9);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  border-color: rgba(16, 23, 34, .11);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 28px rgba(16, 23, 34, .08);
}

.brand {
  min-width: 214px;
  gap: 12px;
}

.brand-mark {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--navy), #123356 58%, var(--teal));
}

.brand strong {
  font-size: 15px;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
}

.main-nav {
  justify-self: end;
  justify-content: flex-end;
  gap: clamp(10px, 1.4vw, 24px);
}

.main-nav a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  border-radius: 0;
  color: #2d3748;
  font-size: 13.5px;
  font-weight: 850;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  background: var(--teal-dark);
  transition: right 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  background: transparent;
  color: var(--ink);
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  right: 0;
}

.main-nav .nav-cta {
  min-height: 44px;
  margin-left: 4px;
  padding: 11px 16px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #173657);
  box-shadow: 0 12px 24px rgba(7, 17, 31, .18);
}

.main-nav .nav-cta::after {
  display: none;
}

.section-pad,
.story-section,
.areas-section,
.value-section,
.modules-section,
.flow-section,
.gallery-section,
.manuals-section,
.cta-section {
  width: min(1180px, calc(100% - 32px));
}

.section-pad {
  padding: clamp(58px, 8vw, 104px) 0;
}

.hero.section-pad {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin: 0;
  overflow: hidden;
  padding: 118px clamp(16px, 6vw, 76px) 108px;
  border: 0;
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/screens/dashboard-gerencial.jpg") center right / cover no-repeat;
  opacity: .3;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .9) 42%, rgba(255, 253, 248, .38) 72%, rgba(7, 17, 31, .04)),
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(7, 17, 31, .08));
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(650px, 100%);
  max-width: 650px;
}

.eyebrow {
  color: var(--teal-dark);
  letter-spacing: .18em;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
  box-shadow: none;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.hero h1 {
  max-width: 680px;
  margin: 18px 0;
  color: var(--ink);
  font-size: clamp(3.35rem, 7vw, 6.4rem);
  line-height: .9;
}

h2 {
  font-size: clamp(2rem, 4.3vw, 4.25rem);
  line-height: .96;
}

.hero-copy p {
  max-width: 610px;
  color: #34404a;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
}

.hero-actions {
  gap: 10px;
  margin-top: 26px;
}

.btn {
  min-height: 44px;
  border-radius: var(--radius-sm);
  padding: 11px 16px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--navy), #173657);
  box-shadow: 0 12px 24px rgba(7, 17, 31, .2);
}

.btn-ghost {
  border-color: rgba(24, 36, 52, .14);
  background: rgba(255, 255, 255, .88);
}

.hero-pills {
  gap: 8px;
  margin-top: 22px;
}

.hero-pills span {
  min-height: 34px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .84);
  box-shadow: none;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 880px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: var(--radius-md);
  background: var(--line);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.hero-metrics div {
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .84);
  box-shadow: none;
}

.hero-metrics strong {
  color: var(--navy);
  font-size: 18px;
  letter-spacing: 0;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 12.5px;
}

.hero-visual {
  min-height: 560px;
  perspective: none;
}

.product-window {
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 20px 64px rgba(16, 23, 34, .18);
  transform: none;
}

.product-window:hover {
  transform: translateY(-3px);
}

.product-window.is-changing.swap-side {
  transform: translate3d(28px, 0, 0) scale(.98);
}

.window-top {
  padding: 14px 16px;
}

.product-window img {
  aspect-ratio: 16 / 10;
}

.ar-panel {
  border-radius: var(--radius-md);
  box-shadow: 0 18px 44px rgba(16, 23, 34, .14);
}

.ar-panel-top {
  top: -26px;
  right: -28px;
}

.ar-panel-bottom {
  left: -26px;
  bottom: 24px;
}

.floating-card {
  display: none;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 32px));
  margin: -48px auto 0;
  padding: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip span {
  min-height: 74px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: var(--white);
  color: #3d4756;
  padding: 12px;
  text-align: center;
}

.section-head {
  max-width: 890px;
  margin-bottom: 26px;
}

.story-section::before,
.area-card::after,
.value-card::after,
.client-showcase::before {
  display: none;
}

.story-layout {
  grid-template-columns: minmax(0, .92fr) minmax(420px, .62fr);
  gap: 24px;
}

.story-section .section-head {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.story-section .section-head p {
  color: #394550;
}

.founder-card,
.area-card,
.value-card,
.module-card,
.manual-card,
.process-step,
.flow-board,
.gallery-main,
.gallery-layout,
.lead-form,
.lead-benefits li,
.consent-row {
  border-radius: var(--radius-md);
}

.founder-card {
  box-shadow: var(--shadow);
}

.founder-photo,
.founder-photo img {
  min-height: 390px;
}

.founder-photo img {
  object-position: center;
}

.founder-photo[data-founder-carousel] {
  isolation: isolate;
}

.founder-photo[data-founder-carousel] img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 820ms ease, transform 9800ms ease;
}

.founder-photo[data-founder-carousel] img.is-active {
  opacity: 1;
  transform: scale(1);
}

.founder-photo-dots {
  position: absolute;
  left: 18px;
  bottom: 58px;
  z-index: 3;
  display: inline-flex;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(7, 17, 31, .42);
  backdrop-filter: blur(10px);
}

.founder-photo-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  transition: width 220ms ease, background 220ms ease;
}

.founder-photo-dots span.is-active {
  width: 22px;
  background: var(--teal);
}

.experience-grid,
.areas-grid,
.value-grid,
.modules-grid,
.manuals-grid,
.process-line {
  gap: 14px;
}

.experience-card,
.area-card,
.value-card,
.module-card,
.manual-card,
.process-step,
.flow-board article {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: none;
}

.experience-card {
  min-height: 104px;
  padding: 18px;
}

.experience-card strong {
  color: var(--teal-dark);
  font-size: 30px;
}

.area-card,
.value-card,
.module-card,
.manual-card,
.process-step {
  min-height: 0;
  padding: 22px;
}

.area-card:hover,
.module-card:hover {
  box-shadow: 0 14px 34px rgba(16, 23, 34, .1);
}

.area-card strong,
.value-card strong,
.module-card span,
.process-step span {
  border-radius: var(--radius-sm);
}

.areas-section,
.modules-section,
.gallery-section,
.manuals-section {
  width: 100%;
  max-width: none;
}

.areas-section > .section-head,
.areas-grid,
.modules-section > .section-head,
.modules-grid,
.gallery-section > .section-head,
.gallery-layout,
.manuals-section > .section-head,
.manuals-grid {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.areas-section,
.modules-section,
.manuals-section {
  background: var(--soft);
}

.areas-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modules-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.module-card {
  min-height: 198px;
}

.module-card h3,
.area-card h3,
.value-card h3 {
  font-size: 1.05rem;
}

.module-card p,
.area-card p,
.value-card p,
.manual-card p,
.process-step p {
  font-size: .94rem;
}

.client-showcase {
  min-height: 430px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--navy), #14243a 62%, #0b3439);
}

.client-slide {
  padding: 34px;
}

.client-photo,
.client-photo img {
  min-height: 340px;
}

.client-photo {
  border-radius: var(--radius-md);
  transform: none;
}

.carousel-arrow {
  border-radius: var(--radius-sm);
}

.gallery-layout {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.gallery-main {
  transform: none;
}

.gallery-main img {
  height: 560px;
}

.gallery-thumbs button {
  min-height: 54px;
  border-radius: var(--radius-sm);
  background: var(--white);
}

.gallery-thumbs button.is-active {
  background: linear-gradient(135deg, var(--navy), #173657);
}

.flow-board {
  gap: 1px;
  padding: 0;
  overflow: hidden;
  background: var(--line);
}

.flow-board article {
  border: 0;
  border-radius: 0;
  background: var(--white);
}

.cta-section {
  margin-bottom: 72px;
}

.cta-card {
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 80% 18%, rgba(202, 168, 100, .35), transparent 19rem),
    radial-gradient(circle at 22% 100%, rgba(31, 157, 150, .36), transparent 18rem),
    linear-gradient(135deg, var(--navy), #14243a 60%, #0a2f38);
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 28px clamp(16px, 4vw, 54px) 44px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.lead-page .site-header {
  position: sticky;
}

.lead-hero {
  width: min(1180px, calc(100% - 32px));
  padding-top: 112px;
}

@media (max-width: 1180px) {
  .hero.section-pad {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 860px;
  }

  .trust-strip,
  .modules-grid,
  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .98);
    box-shadow: var(--shadow-soft);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    justify-content: center;
    min-height: 44px;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .nav-cta {
    margin: 8px 0 0;
  }

  .hero.section-pad {
    padding-top: 104px;
  }

  .story-layout,
  .client-slide,
  .gallery-layout,
  .lead-hero {
    grid-template-columns: 1fr;
  }

  .areas-grid,
  .modules-grid,
  .value-grid,
  .manuals-grid,
  .process-line,
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-main img {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .hero.section-pad {
    min-height: auto;
    padding: 102px 16px 72px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-actions,
  .hero-metrics,
  .hero-pills,
  .trust-strip,
  .experience-grid,
  .areas-grid,
  .modules-grid,
  .value-grid,
  .manuals-grid,
  .process-line,
  .flow-board {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .hero-pills {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
  }

  .ar-panel {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 12px;
    transform: none;
  }

  .product-window img,
  .gallery-main img {
    height: 300px;
  }

  .client-showcase {
    min-height: 760px;
  }

  .client-slide {
    padding: 24px;
  }
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  padding: 10px 12px;
  font-weight: 900;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.diagnostic-section {
  padding-top: clamp(52px, 6vw, 84px);
}

.diagnostic-panel {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(460px, 1fr);
  gap: 26px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .76)),
    radial-gradient(circle at 94% 8%, rgba(31, 157, 150, .16), transparent 24rem),
    radial-gradient(circle at 8% 100%, rgba(202, 168, 100, .22), transparent 22rem);
  box-shadow: var(--shadow-soft);
  padding: clamp(22px, 4vw, 36px);
}

.diagnostic-copy {
  display: grid;
  align-content: center;
}

.diagnostic-copy h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.9vw, 3.75rem);
}

.diagnostic-copy p {
  max-width: 640px;
  color: #3d4756;
  font-size: 1.02rem;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.signal-grid article {
  min-height: 168px;
  display: grid;
  align-content: start;
  gap: 8px;
  background: rgba(255, 255, 255, .88);
  padding: 20px;
}

.signal-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(31, 157, 150, .12);
  color: var(--teal-dark);
  font-size: .82rem;
  font-weight: 950;
}

.signal-grid strong {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.1;
}

.signal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.gallery-main {
  position: relative;
}

.gallery-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 8px;
  background: rgba(7, 17, 31, .78);
  color: var(--white);
  padding: 14px;
  backdrop-filter: blur(14px);
}

.gallery-caption strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: 1rem;
}

.gallery-caption span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  font-weight: 700;
}

.gallery-caption button,
.gallery-lightbox-close {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: var(--white);
  padding: 9px 12px;
  cursor: pointer;
  font-weight: 900;
}

.gallery-caption button:hover,
.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, .2);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(7, 17, 31, .86);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox img {
  max-width: min(1280px, 100%);
  max-height: min(82vh, 860px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: var(--white);
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

.gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

body.is-lightbox-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .diagnostic-panel {
    grid-template-columns: 1fr;
  }

  .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .diagnostic-section {
    width: min(100% - 22px, 1180px);
  }

  .signal-grid {
    grid-template-columns: 1fr;
  }

  .gallery-caption {
    position: static;
    grid-template-columns: 1fr;
    margin: 0;
    border-radius: 0;
    background: var(--navy);
  }

  .gallery-caption button {
    width: 100%;
  }
}

/* BDG Sistemas - paleta da nova marca azul/grafite */
:root {
  --ink: #161b22;
  --ink-2: #252b33;
  --muted: #66717e;
  --paper: #f8fbff;
  --soft: #edf4fa;
  --soft-2: #e6eff7;
  --line: rgba(31, 41, 51, .14);
  --navy: #1f2933;
  --navy-2: #2b3641;
  --teal: #8fc7f2;
  --teal-dark: #2f80c2;
  --gold: #6f8495;
  --gold-soft: #eaf5ff;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(31, 41, 51, .12);
  --shadow-soft: 0 10px 28px rgba(31, 41, 51, .08);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 46%, #ffffff 100%),
    linear-gradient(90deg, rgba(143, 199, 242, .16) 0 1px, transparent 1px 92px);
}

.site-header {
  min-height: 82px;
  background: rgba(255, 255, 255, .94);
  border-bottom-color: rgba(31, 41, 51, .1);
}

.brand {
  min-width: 280px;
}

.brand-logo {
  width: clamp(210px, 19vw, 305px);
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.brand-mark,
.brand strong,
.brand small {
  display: none;
}

.main-nav a {
  color: #2c333c;
}

.main-nav a::after {
  background: linear-gradient(90deg, #7fb9e8, #2f80c2);
}

.main-nav .nav-cta,
.btn-primary {
  background: linear-gradient(135deg, #222b35, #314150);
  box-shadow: 0 14px 28px rgba(31, 41, 51, .2);
}

.hero.section-pad {
  background:
    radial-gradient(circle at 74% 18%, rgba(143, 199, 242, .25), transparent 28rem),
    linear-gradient(120deg, #ffffff 0%, #f8fbff 50%, #eef6fd 100%);
}

.hero::before {
  opacity: .24;
  filter: grayscale(.12) saturate(.85);
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .91) 42%, rgba(248, 251, 255, .42) 72%, rgba(31, 41, 51, .06)),
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(31, 41, 51, .08));
}

.eyebrow {
  color: #2f80c2;
}

.eyebrow::before {
  background: #8fc7f2;
}

.hero-pills span::before,
.lead-benefits li::before {
  background: #7fb9e8;
  box-shadow: 0 0 0 5px rgba(127, 185, 232, .18);
}

.hero-metrics strong,
.module-card span,
.area-card strong,
.process-step span {
  color: #1f2933;
}

.trust-strip {
  background: rgba(31, 41, 51, .12);
}

.trust-strip span {
  color: #2c333c;
  background: rgba(255, 255, 255, .94);
}

.story-highlights span,
.area-card span,
.manual-type,
.flow-board span,
.signal-grid span {
  color: #2f80c2;
  background: rgba(143, 199, 242, .16);
}

.story-card,
.client-showcase,
.cta-card {
  background:
    radial-gradient(circle at 80% 18%, rgba(143, 199, 242, .28), transparent 19rem),
    radial-gradient(circle at 22% 100%, rgba(92, 124, 149, .22), transparent 18rem),
    linear-gradient(135deg, #1f2933, #2c3a46 60%, #14202b);
}

.client-content > span {
  color: #acd8f8;
}

.area-card,
.value-card,
.module-card,
.manual-card,
.process-step,
.experience-card,
.founder-card {
  border-color: rgba(31, 41, 51, .12);
}

.module-card span,
.area-card strong,
.value-card strong {
  background: #eaf5ff;
}

.value-card strong,
.experience-card strong {
  color: #2f80c2;
}

.diagnostic-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82)),
    radial-gradient(circle at 94% 8%, rgba(143, 199, 242, .22), transparent 24rem),
    radial-gradient(circle at 8% 100%, rgba(111, 132, 149, .14), transparent 22rem);
}

.signal-grid {
  border-color: rgba(31, 41, 51, .12);
  background: rgba(31, 41, 51, .12);
}

.gallery-thumbs button.is-active {
  background: linear-gradient(135deg, #1f2933, #314150);
}

.gallery-caption {
  background: rgba(31, 41, 51, .82);
}

.gallery-lightbox {
  background: rgba(31, 41, 51, .88);
}

.founder-photo-dots span.is-active {
  background: #8fc7f2;
}

.footer-logo {
  width: clamp(190px, 18vw, 280px);
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.site-footer {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  color: #66717e;
}

.site-footer a {
  color: #2c333c;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: #7fb9e8 !important;
  box-shadow: 0 0 0 4px rgba(127, 185, 232, .16) !important;
}

@media (max-width: 900px) {
  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 220px;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 188px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 220px;
  }
}

.quote-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(143, 199, 242, .2), transparent 26rem),
    linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.quote-layout {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .72fr);
  gap: 22px;
  align-items: start;
}

.quote-portfolio {
  min-width: 0;
}

.portfolio-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(31, 41, 51, .12);
}

.portfolio-head span {
  color: #2f80c2;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portfolio-head strong {
  max-width: 360px;
  color: #2c333c;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.portfolio-card {
  min-height: 142px;
  padding: 14px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 24px rgba(31, 41, 51, .06);
}

.portfolio-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 24px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #eaf5ff;
  color: #2f80c2;
  font-size: 11px;
  font-weight: 950;
}

.portfolio-card h3 {
  margin: 0 0 7px;
  color: #1f2933;
  font-size: 16px;
  line-height: 1.2;
}

.portfolio-card p {
  margin: 0;
  color: #66717e;
  font-size: 13px;
  line-height: 1.45;
}

.quote-form {
  position: sticky;
  top: 104px;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    radial-gradient(circle at top right, rgba(143, 199, 242, .18), transparent 18rem);
}

.quote-form .form-intro h2 {
  font-size: 24px;
  letter-spacing: -.02em;
}

.quote-form .form-grid.two {
  gap: 12px;
}

.quote-form label {
  margin-bottom: 12px;
}

.quote-services-field {
  margin: 2px 0 14px;
  padding: 14px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background: rgba(248, 251, 255, .86);
}

.quote-services-field legend {
  padding: 0 6px;
  color: #344054;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.quote-check-grid label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 42px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid rgba(31, 41, 51, .11);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
}

.quote-check-grid input {
  flex: 0 0 16px;
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
  accent-color: #2f80c2;
}

.quote-check-grid span {
  color: #2c333c !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.28;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.quote-form .lead-submit {
  min-height: 54px;
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-form {
    position: static;
  }
}

@media (max-width: 760px) {
  .quote-layout {
    width: min(100% - 28px, 560px);
  }

  .portfolio-head {
    display: block;
  }

  .portfolio-head strong {
    display: block;
    margin-top: 8px;
    text-align: left;
  }

  .portfolio-grid,
  .quote-check-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card {
    min-height: 0;
  }

  .quote-form {
    padding: 18px;
  }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .site-header {
    gap: 14px;
    padding-inline: 24px;
  }

  .brand {
    min-width: 220px;
  }

  .brand-logo {
    width: 230px;
  }

  .main-nav {
    gap: 12px;
  }

  .main-nav a {
    font-size: 12.5px;
  }

  .main-nav .nav-cta {
    padding-inline: 12px;
  }
}

@media (max-width: 900px) {
  .hero.section-pad {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy,
  .hero-visual,
  .product-window {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

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

@media (max-width: 380px) {
  .hero h1 {
    font-size: 36px;
  }
}

/* Refinamento final de proporcao e alinhamento BDG Sistemas */
.site-header {
  grid-template-columns: auto minmax(0, 1fr);
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.brand {
  min-width: 0;
}

.brand-logo {
  width: clamp(205px, 17vw, 266px);
  aspect-ratio: 760 / 170;
  max-height: 58px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.main-nav {
  gap: clamp(12px, 1.05vw, 20px);
}

.main-nav a {
  white-space: nowrap;
}

.section-pad,
.story-section,
.areas-section,
.value-section,
.modules-section,
.flow-section,
.gallery-section,
.manuals-section,
.process-section,
.cta-section,
.trust-strip,
.site-footer {
  width: min(1180px, calc(100% - 48px));
}

.hero.section-pad {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  grid-template-columns: minmax(0, 610px) minmax(390px, 1fr);
}

.hero-copy {
  width: 100%;
  max-width: 610px;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(3.15rem, 6.1vw, 5.75rem);
  line-height: .94;
}

.section-head {
  max-width: 850px;
}

.section-head p {
  max-width: 760px;
}

.diagnostic-panel,
.story-layout,
.client-showcase,
.gallery-layout,
.flow-board,
.process-line,
.cta-card {
  width: 100%;
}

.areas-grid,
.value-grid,
.modules-grid,
.manuals-grid,
.experience-grid {
  width: 100%;
}

.quote-section {
  padding-left: 0;
  padding-right: 0;
}

.quote-section > .section-head,
.quote-layout {
  width: 100%;
}

.quote-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 24px;
}

.portfolio-grid {
  gap: 12px;
}

.portfolio-card {
  min-height: 136px;
}

.quote-form {
  width: 100%;
}

.site-footer {
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  width: clamp(190px, 16vw, 250px);
  aspect-ratio: 760 / 170;
  object-fit: contain;
  mix-blend-mode: normal;
}

@media (max-width: 1240px) {
  .site-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 10px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .brand-logo {
    width: 220px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero.section-pad {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 24px;
    padding-right: 24px;
  }

  .quote-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .section-pad,
  .story-section,
  .areas-section,
  .value-section,
  .modules-section,
  .flow-section,
  .gallery-section,
  .manuals-section,
  .process-section,
  .cta-section,
  .trust-strip,
  .site-footer {
    width: min(100% - 28px, 560px);
  }

  .hero.section-pad {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-logo {
    width: 190px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 39px;
  }
}

/* Ajuste de navegacao: logo e menu em colunas separadas */
.site-header {
  --header-max: 1380px;
  grid-template-columns: 228px minmax(0, 1fr);
  column-gap: 34px;
  padding-left: max(28px, calc((100vw - var(--header-max)) / 2));
  padding-right: max(28px, calc((100vw - var(--header-max)) / 2));
}

.brand {
  width: 228px;
  min-width: 228px;
}

.brand-logo {
  width: 218px;
  max-width: 100%;
}

.main-nav {
  justify-self: end;
  min-width: 0;
  gap: clamp(10px, .82vw, 18px);
}

.main-nav a {
  font-size: clamp(12px, .74vw, 13px);
}

.main-nav .nav-cta {
  padding-left: 14px;
  padding-right: 14px;
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 74px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand {
    width: auto;
    min-width: 0;
  }

  .brand-logo {
    width: 205px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .98);
    box-shadow: var(--shadow-soft);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    justify-content: center;
    min-height: 44px;
    font-size: 13px;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .nav-cta {
    margin: 8px 0 0;
  }
}

/* Faixas em tela cheia com conteudo alinhado no miolo */
main > .section-pad:not(.hero) {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.trust-strip,
.cta-section {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.cta-card {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1241px) {
  .site-header {
    min-height: 78px;
  }

  .brand {
    position: relative;
    z-index: 2;
  }

  .main-nav {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 640px) {
  main > .section-pad:not(.hero),
  .trust-strip,
  .cta-section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Anuncio de projeto completo */
.launch-announcement {
  width: 100%;
  padding: clamp(28px, 4vw, 46px) var(--bdg-wide-pad);
  background:
    linear-gradient(135deg, rgba(31, 41, 51, .96), rgba(23, 54, 87, .94)),
    radial-gradient(circle at 88% 18%, rgba(78, 205, 196, .26), transparent 24rem);
}

.launch-announcement-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  width: min(var(--bdg-wide-max), 100%);
  margin: 0 auto;
}

.launch-announcement .eyebrow {
  color: #8fc7f2;
}

.launch-announcement h2 {
  max-width: 900px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.launch-announcement p {
  max-width: 860px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.launch-announcement-actions {
  display: grid;
  gap: 10px;
  min-width: 210px;
}

.launch-announcement .btn-ghost {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 900px) {
  .launch-announcement-inner {
    grid-template-columns: 1fr;
  }

  .launch-announcement-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .launch-announcement {
    padding: 30px 16px;
  }

  .launch-announcement-actions {
    grid-template-columns: 1fr;
  }
}

/* Formato full-width inspirado no Morais Consultoria */
:root {
  --bdg-wide-max: 1760px;
  --bdg-wide-pad: max(32px, calc((100vw - var(--bdg-wide-max)) / 2));
}

.site-header {
  --header-max: 1680px;
  padding-left: max(32px, calc((100vw - var(--header-max)) / 2));
  padding-right: max(32px, calc((100vw - var(--header-max)) / 2));
}

.hero.section-pad {
  padding-left: var(--bdg-wide-pad);
  padding-right: var(--bdg-wide-pad);
  grid-template-columns: minmax(0, 720px) minmax(460px, 1fr);
}

.hero-copy {
  max-width: 720px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.35rem, 5.35vw, 6rem);
}

main > .section-pad:not(.hero),
.trust-strip,
.cta-section {
  padding-left: var(--bdg-wide-pad);
  padding-right: var(--bdg-wide-pad);
}

.quote-section > .section-head,
.quote-layout,
.diagnostic-panel,
.story-layout,
.experience-grid,
.areas-grid,
.value-grid,
.client-showcase,
.modules-grid,
.flow-board,
.gallery-layout,
.manuals-grid,
.process-line,
.cta-card {
  max-width: var(--bdg-wide-max);
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  max-width: 1060px;
}

.section-head p {
  max-width: 900px;
}

.quote-layout {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
  gap: 26px;
}

.portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio-card {
  min-height: 128px;
}

@media (max-width: 1500px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1240px) {
  :root {
    --bdg-wide-pad: 24px;
  }

  .hero.section-pad {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --bdg-wide-pad: 14px;
  }

  .quote-layout,
  .portfolio-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Primeira dobra institucional em tela cheia */
.site-header {
  display: grid;
  grid-template-columns: minmax(170px, 214px) minmax(0, 1fr);
  column-gap: clamp(18px, 2.4vw, 40px);
  align-items: center;
}

.brand {
  width: 100%;
  min-width: 0;
}

.brand-logo {
  width: clamp(176px, 12.2vw, 214px);
  max-height: 56px;
  object-fit: contain;
}

.main-nav {
  justify-content: flex-end;
  min-width: 0;
  gap: clamp(9px, .72vw, 16px);
}

.main-nav a {
  font-size: clamp(11.5px, .68vw, 13px);
}

.hero-institutional.section-pad {
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-top: clamp(118px, 12vh, 152px);
  padding-bottom: clamp(86px, 10vh, 128px);
  background: #f7fbff;
}

.hero-institutional::before {
  background-image: url("assets/hero/bdg-infra-city-clean-20260815.jpeg");
  background-position: center right;
  background-size: cover;
  opacity: 1;
  filter: hue-rotate(88deg) saturate(.72) contrast(1.03);
}

.hero-institutional::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 32%, rgba(255, 255, 255, .72) 53%, rgba(247, 251, 255, .28) 72%, rgba(31, 41, 51, .05) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(31, 41, 51, .06));
}

.hero-institutional .hero-copy {
  max-width: 760px;
}

.hero-institutional h1 {
  max-width: 760px;
  margin: 20px 0 22px;
  font-size: clamp(4.2rem, 7.4vw, 8rem);
  line-height: .9;
}

.hero-brand-strong {
  color: #1f2933;
}

.hero-brand-blue {
  color: #6fb5e2;
}

.hero-institutional .hero-copy p {
  max-width: 650px;
  color: #233142;
  font-size: clamp(1.04rem, 1.35vw, 1.24rem);
}

.hero-institutional .hero-pills {
  max-width: 760px;
}

.hero-institutional .hero-pills span {
  border-color: rgba(31, 41, 51, .1);
  background: rgba(255, 255, 255, .9);
}

.hero-institutional .hero-actions {
  margin-top: 30px;
}

@media (min-width: 1241px) and (max-width: 1440px) {
  .site-header {
    grid-template-columns: 188px minmax(0, 1fr);
  }

  .brand-logo {
    width: 188px;
  }

  .main-nav {
    gap: 9px;
  }

  .main-nav a {
    font-size: 11.5px;
  }

  .main-nav .nav-cta {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .hero-institutional.section-pad {
    min-height: auto;
    padding-top: 116px;
  }

  .hero-institutional::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 52%, rgba(247, 251, 255, .52) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(31, 41, 51, .06));
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 176px;
  }

  .hero-institutional.section-pad {
    max-width: 100vw;
    overflow-x: hidden;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 104px;
    padding-bottom: 76px;
  }

  .hero-institutional .hero-copy {
    width: min(100%, 360px);
    max-width: min(calc(100vw - 28px), 360px);
    min-width: 0;
  }

  .hero-institutional .eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .hero-institutional h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 12vw, 3.25rem);
    overflow-wrap: anywhere;
  }

  .hero-institutional .hero-copy p {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .hero-institutional .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .hero-institutional .hero-actions .btn {
    width: 100%;
    max-width: 100%;
  }

  .hero-institutional .hero-pills {
    display: none;
  }

  .trust-strip {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100vw;
  }
}

/* Novos negócios com fluxo comercial mais claro */
.quote-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(76px, 8vw, 118px);
  background:
    radial-gradient(circle at 92% 7%, rgba(143, 199, 242, .22), transparent 30rem),
    radial-gradient(circle at 8% 95%, rgba(31, 41, 51, .08), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 62%, #f8fbff 100%);
}

.quote-section > .section-head {
  margin-bottom: 24px;
}

.quote-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: var(--bdg-wide-max);
  margin: 0 auto 26px;
}

.quote-flow article {
  min-height: 128px;
  padding: 18px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 30px rgba(31, 41, 51, .06);
}

.quote-flow span,
.solution-group > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 26px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #2f80c2;
  background: #eaf5ff;
  font-size: 11px;
  font-weight: 950;
}

.quote-flow strong {
  display: block;
  margin-bottom: 6px;
  color: #1f2933;
  font-size: 17px;
  line-height: 1.2;
}

.quote-flow p {
  margin: 0;
  color: #66717e;
  font-size: 13.5px;
  line-height: 1.45;
}

.quote-layout {
  align-items: stretch;
}

.quote-portfolio {
  padding: 20px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(31, 41, 51, .07);
}

.solution-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.solution-group {
  min-height: 250px;
  padding: 18px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .9)),
    radial-gradient(circle at 100% 0%, rgba(143, 199, 242, .16), transparent 16rem);
}

.solution-group.is-featured {
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(143, 199, 242, .32), transparent 17rem),
    linear-gradient(135deg, #1f2933, #2d3c49 62%, #17324a);
  box-shadow: 0 18px 40px rgba(31, 41, 51, .16);
}

.solution-group.is-featured > span {
  color: #1f2933;
  background: #bfe3ff;
}

.solution-group h3 {
  margin: 0 0 14px;
  color: #1f2933;
  font-size: 20px;
  line-height: 1.12;
}

.solution-group.is-featured h3 {
  color: #ffffff;
}

.solution-group ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-group li {
  position: relative;
  padding-left: 17px;
  color: #56616f;
  font-size: 14px;
  line-height: 1.38;
}

.solution-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fb9e8;
}

.solution-group.is-featured li {
  color: rgba(255, 255, 255, .82);
}

.quote-form {
  border: 1px solid rgba(31, 41, 51, .13);
  box-shadow: 0 22px 52px rgba(31, 41, 51, .12);
}

.quote-form .form-intro {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(31, 41, 51, .12);
}

.quote-form .form-intro span {
  color: #2f80c2;
}

.quote-form .form-intro h2 {
  margin-bottom: 8px;
}

.quote-check-grid label {
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.quote-check-grid label:hover {
  border-color: rgba(47, 128, 194, .42);
  background: #f8fbff;
  transform: translateY(-1px);
}

.quote-form .form-note {
  margin: 10px 0 0;
  color: #66717e;
  font-size: 12.5px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .quote-flow,
  .solution-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-portfolio {
    padding: 18px;
  }
}

@media (max-width: 760px) {
  .quote-flow,
  .solution-group-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .quote-flow {
    margin-bottom: 18px;
  }

  .quote-flow article,
  .solution-group {
    min-height: 0;
  }

  .quote-portfolio {
    padding: 14px;
  }
}

/* WhatsApp flutuante compacto para não cobrir formulários */
.whatsapp-float {
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
}

.whatsapp-float span {
  display: none;
}

/* Alinha o cabecalho de Area de atuacao com a mesma margem dos cards */
.areas-section > .section-head {
  width: min(1060px, 100%);
  max-width: 1060px;
  margin-left: 0;
  margin-right: auto;
}

/* Vitrine BDGFlow em realidade aumentada */
.product-showcase-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(143, 199, 242, .2), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.product-showcase-head {
  max-width: 1160px;
}

.product-showcase-head p {
  max-width: 860px;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(47, 128, 194, .2);
  border-radius: 999px;
  color: #2f80c2;
  background: #eaf5ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bdgflow-ar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
  max-width: var(--bdg-wide-max);
  margin: 0 auto;
}

.bdgflow-ar-stage {
  position: relative;
  min-height: 680px;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .96), rgba(246, 250, 254, .72)),
    radial-gradient(circle at 80% 24%, rgba(143, 199, 242, .28), transparent 22rem),
    linear-gradient(135deg, rgba(31, 41, 51, .08) 0 1px, transparent 1px 36px);
  box-shadow: 0 28px 70px rgba(31, 41, 51, .12);
  perspective: 1400px;
}

.ar-orbit {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(47, 128, 194, .14);
  border-radius: 8px;
  transform: skewY(-4deg);
  pointer-events: none;
}

.ar-orbit::before,
.ar-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(127, 185, 232, .22);
  filter: blur(1px);
}

.ar-orbit::before {
  width: 72%;
  height: 1px;
  left: 8%;
  top: 31%;
  transform: rotate(-12deg);
}

.ar-orbit::after {
  width: 1px;
  height: 58%;
  right: 22%;
  top: 14%;
  transform: rotate(16deg);
}

.ar-screen-shell.gallery-main {
  position: relative;
  z-index: 2;
  overflow: visible;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 84px rgba(31, 41, 51, .2);
  transform: rotateX(4deg) rotateY(-8deg) rotateZ(.6deg);
  transform-origin: 40% 60%;
}

.ar-screen-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #ffffff, #f5f9fd);
}

.ar-screen-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7e3ef;
}

.ar-screen-bar span:nth-child(1) { background: #f87171; }
.ar-screen-bar span:nth-child(2) { background: #fbbf24; }
.ar-screen-bar span:nth-child(3) { background: #34d399; }

.ar-screen-bar strong {
  margin-left: 7px;
  color: #1f2933;
  font-size: 13px;
  font-weight: 950;
}

.ar-screen-shell.gallery-main > img {
  height: clamp(430px, 40vw, 620px);
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 0 0 8px 8px;
  box-shadow: none;
}

.ar-screen-shell .gallery-caption {
  right: 22px;
  bottom: 22px;
  left: 22px;
  margin: 0;
  border-radius: 8px;
  background: rgba(31, 41, 51, .86);
}

.ar-floating-panel {
  position: absolute;
  z-index: 3;
  max-width: 270px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 22px 48px rgba(31, 41, 51, .16);
  backdrop-filter: blur(14px);
}

.ar-floating-panel span {
  display: block;
  margin-bottom: 6px;
  color: #2f80c2;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ar-floating-panel strong {
  display: block;
  color: #1f2933;
  font-size: 16px;
  line-height: 1.2;
}

.ar-kpi-panel {
  top: 70px;
  right: 20px;
}

.ar-flow-panel {
  left: 20px;
  bottom: 86px;
}

.bdgflow-product-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(143, 199, 242, .18), transparent 18rem),
    #ffffff;
  box-shadow: 0 18px 48px rgba(31, 41, 51, .09);
}

.bdgflow-product-panel > span {
  color: #2f80c2;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bdgflow-product-panel h3 {
  margin: -8px 0 0;
  color: #1f2933;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: .95;
}

.bdgflow-product-panel p {
  margin: 0;
  color: #66717e;
}

.product-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bdgflow-product-panel .gallery-thumbs {
  margin-top: 6px;
  gap: 8px;
}

.bdgflow-product-panel .gallery-thumbs button {
  min-height: 44px;
  border-radius: 8px;
  font-size: 13px;
}

/* Novos negocios sem passo a passo, com portifolio e formulario mais fortes */
.quote-section > .quote-flow {
  display: none;
}

.quote-section > .section-head {
  max-width: 1140px;
}

.quote-section > .section-head p {
  max-width: 840px;
}

.solution-group-grid {
  gap: 14px;
}

.solution-group {
  min-height: 0;
  padding: 20px;
  box-shadow: 0 12px 32px rgba(31, 41, 51, .06);
}

.solution-group > span {
  width: auto;
  min-width: 38px;
  padding: 0 10px;
}

.solution-group p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.45;
}

.solution-bdgflow {
  grid-row: span 2;
}

.solution-bdgflow h3 {
  max-width: 460px;
  font-size: clamp(1.85rem, 2.5vw, 2.5rem);
}

.quote-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92)),
    radial-gradient(circle at 94% 8%, rgba(143, 199, 242, .2), transparent 18rem);
}

.form-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 10px;
  color: #2f80c2;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.form-section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(31, 41, 51, .12);
}

.quote-message-field textarea {
  min-height: 142px;
}

/* Central de manuais alinhada e com hierarquia de hub */
.manuals-hub-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(143, 199, 242, .18), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.manuals-hub-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 20px;
  align-items: stretch;
  max-width: var(--bdg-wide-max);
  margin: 0 auto 24px;
}

.manuals-hub-head .section-head {
  margin: 0;
}

.manuals-status-card {
  padding: 22px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(143, 199, 242, .26), transparent 18rem),
    linear-gradient(135deg, #1f2933, #2d3c49);
  box-shadow: 0 18px 42px rgba(31, 41, 51, .14);
}

.manuals-status-card span {
  display: block;
  margin-bottom: 10px;
  color: #bfe3ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.manuals-status-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.1;
}

.manuals-status-card p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.manuals-hub-section .manuals-grid {
  gap: 12px;
  max-width: var(--bdg-wide-max);
}

.manuals-hub-section .manual-card {
  display: grid;
  align-content: start;
  min-height: 240px;
  padding: 20px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .86)),
    radial-gradient(circle at 100% 0%, rgba(143, 199, 242, .14), transparent 14rem);
}

.manuals-hub-section .manual-ready {
  border-color: rgba(47, 128, 194, .28);
  box-shadow: 0 18px 42px rgba(47, 128, 194, .12);
}

.manuals-hub-section .manual-card h3 {
  margin-bottom: 10px;
}

.manuals-hub-section .manual-card .btn {
  align-self: end;
}

@media (max-width: 1180px) {
  .bdgflow-ar-layout,
  .manuals-hub-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .bdgflow-ar-stage {
    min-height: 560px;
  }

  .solution-bdgflow {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .bdgflow-ar-stage {
    min-height: 0;
    padding: 14px;
  }

  .ar-screen-shell.gallery-main {
    transform: none;
  }

  .ar-screen-shell.gallery-main > img {
    height: 310px;
  }

  .ar-floating-panel {
    position: static;
    max-width: none;
    margin-top: 10px;
  }

  .ar-screen-shell .gallery-caption {
    position: static;
    border-radius: 0 0 8px 8px;
  }

  .product-panel-actions {
    display: grid;
  }

  .solution-group-grid,
  .manuals-hub-section .manuals-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Image-rich refresh */
.hero-institutional.section-pad {
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.82fr);
  gap: clamp(28px, 5vw, 76px);
}

.hero-screen-stack {
  align-self: center;
  min-height: clamp(460px, 48vw, 620px);
}

.hero-product-window {
  position: relative;
  z-index: 2;
}

.hero-screen-stack::before {
  content: "";
  position: absolute;
  inset: 10% -6% 3% 12%;
  z-index: -1;
  border-radius: 44px;
  background:
    radial-gradient(circle at 18% 24%, rgba(111, 181, 226, .32), transparent 20rem),
    radial-gradient(circle at 80% 70%, rgba(31, 157, 150, .22), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .06));
  filter: blur(.2px);
}

.hero-screen-stack .product-window img {
  min-height: 330px;
}

.hero-screen-stack .ar-panel-top {
  top: -22px;
  right: -26px;
}

.hero-screen-stack .ar-panel-bottom {
  bottom: 18px;
  left: -28px;
}

.ar-video-card {
  position: absolute;
  right: -18px;
  bottom: -30px;
  z-index: 5;
  overflow: hidden;
  width: min(360px, 52%);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 18px;
  background: #07111f;
  cursor: pointer;
  box-shadow:
    0 28px 70px rgba(16, 23, 34, .26),
    0 0 0 10px rgba(143, 199, 242, .10);
  transform: translate3d(0, 0, 120px) rotateZ(2.5deg);
  animation: arCardFloat 6.4s ease-in-out infinite;
  transition: box-shadow .22s ease, filter .22s ease;
}

.ar-video-card:hover,
.ar-video-card:focus-visible {
  filter: saturate(1.08);
  box-shadow:
    0 34px 86px rgba(16, 23, 34, .32),
    0 0 0 10px rgba(143, 199, 242, .16);
}

.ar-video-card:focus-visible {
  outline: 3px solid rgba(111, 180, 226, .8);
  outline-offset: 5px;
}

.ar-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 32%),
    linear-gradient(180deg, transparent 58%, rgba(7, 17, 31, .62));
}

.ar-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  background: #07111f;
  pointer-events: none;
}

.ar-video-card span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 17, 31, .72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.ar-video-card span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: currentColor;
}

.ar-video-hit {
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}

.ar-video-hit::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(7, 17, 31, .72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.ar-video-hit::after {
  content: "";
  position: absolute;
  left: 36px;
  bottom: 30px;
  width: 13px;
  height: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}

.ar-video-hit:focus-visible {
  outline: 3px solid rgba(111, 180, 226, .86);
  outline-offset: 5px;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 54px);
  background: rgba(7, 17, 31, .88);
  backdrop-filter: blur(14px);
}

.video-lightbox[hidden] {
  display: none;
}

.video-lightbox-panel {
  position: relative;
  width: min(1120px, 100%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: #07111f;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .48);
}

.video-lightbox-panel video {
  display: block;
  width: 100%;
  max-height: min(82vh, 780px);
  border-radius: 18px;
  background: #07111f;
  object-fit: contain;
}

.video-lightbox-close {
  z-index: 2;
  background: rgba(7, 17, 31, .82);
  backdrop-filter: blur(10px);
}

@keyframes arCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 120px) rotateZ(2.5deg);
  }

  50% {
    transform: translate3d(-8px, -10px, 140px) rotateZ(1.2deg);
  }
}

.operation-image-strip,
.flow-screen-mosaic {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.operation-image-strip {
  grid-template-columns: 1.15fr .95fr .95fr .8fr;
}

.operation-image-strip figure,
.flow-screen-mosaic figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 23, 34, .09);
  border-radius: 24px;
  background: #101722;
  box-shadow: var(--shadow-soft);
}

.operation-image-strip img,
.flow-screen-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: top left;
  transition: transform 4.5s ease;
}

.operation-image-strip figure:hover img,
.flow-screen-mosaic figure:hover img {
  transform: scale(1.035);
}

.operation-image-strip figcaption,
.flow-screen-mosaic figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  max-width: calc(100% - 24px);
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 900;
}

.flow-screen-mosaic {
  grid-template-columns: 1.28fr .86fr .86fr;
  align-items: stretch;
  margin-top: 20px;
}

.flow-screen-large {
  grid-row: span 2;
}

.flow-screen-large img {
  min-height: 420px;
}

@media (max-width: 1240px) {
  .hero-institutional.section-pad {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-screen-stack {
    width: min(760px, 100%);
    margin-top: 18px;
  }
}

@media (max-width: 820px) {
  .operation-image-strip,
  .flow-screen-mosaic {
    grid-template-columns: 1fr;
  }

  .flow-screen-large {
    grid-row: auto;
  }

  .flow-screen-large img,
  .operation-image-strip img,
  .flow-screen-mosaic img {
    min-height: 260px;
  }

  .hero-screen-stack .ar-panel {
    width: 100%;
  }

  .ar-video-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(520px, 100%);
    margin: 14px auto 0;
    transform: none;
    animation: none;
  }

  .ar-video-card video {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
}

/* Videos e som ambiente */
.videos-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(47, 128, 194, .16), transparent 26rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  width: min(var(--bdg-wide-max), 100%);
  margin: 0 auto;
}

.video-copy {
  margin: 0;
}

.video-copy p {
  max-width: 680px;
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--navy), #13233a);
  box-shadow: 0 28px 70px rgba(31, 41, 51, .18);
}

.video-frame::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 9;
}

.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #07111f;
}

.ambient-sound-toggle {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 15px 0 10px;
  border: 1px solid rgba(47, 128, 194, .24);
  border-radius: 999px;
  color: #1f2933;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 36px rgba(31, 41, 51, .16);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.ambient-sound-toggle:not(.is-playing) {
  animation: ambientSoundPulse 1.8s ease-in-out infinite;
}

.ambient-sound-toggle span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  font-size: 18px;
  font-weight: 900;
}

.ambient-sound-toggle strong {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ambient-sound-toggle.is-playing span {
  background: linear-gradient(135deg, var(--teal), var(--blue));
}

@keyframes ambientSoundPulse {
  0%,
  100% {
    box-shadow: 0 14px 36px rgba(31, 41, 51, .16);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 18px 46px rgba(47, 128, 194, .28);
    transform: translateY(-1px);
  }
}

@media (max-width: 900px) {
  .video-layout {
    grid-template-columns: 1fr;
  }

  .ambient-sound-toggle {
    left: 14px;
    bottom: 14px;
    min-height: 44px;
    padding-right: 12px;
  }
}

/* Segmentos comerciais e Google Play */
.segment-shortcuts {
  width: 100%;
  max-width: none;
  margin: -48px 0 0;
  padding: 0 max(28px, calc((100vw - var(--bdg-wide-max, 1760px)) / 2));
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(16, 23, 34, .08);
}

.segment-shortcuts a {
  min-height: 74px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(16, 23, 34, .11);
  color: #2f3a47;
  background: rgba(255, 255, 255, .94);
  text-align: center;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.segment-shortcuts a:first-child {
  border-left: 0;
}

.segment-shortcuts a:hover,
.segment-shortcuts a:focus-visible {
  color: #0f5f95;
  background: linear-gradient(180deg, #ffffff, #eef8ff);
  box-shadow: inset 0 -4px 0 #6fb4e2;
  transform: translateY(-1px);
}

.segment-solutions-section {
  width: 100%;
  max-width: none;
  padding: clamp(64px, 6vw, 104px) max(28px, calc((100vw - var(--bdg-wide-max, 1760px)) / 2));
  background:
    radial-gradient(circle at 14% 18%, rgba(111, 180, 226, .12), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #f4f8fb 100%);
}

.segment-solutions-section .section-head {
  max-width: 980px;
}

.segment-solutions-grid {
  display: grid;
  gap: 18px;
}

.segment-solution {
  scroll-margin-top: 112px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  min-height: 470px;
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(22, 45, 73, .12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 251, 255, .92)),
    radial-gradient(circle at 92% 12%, rgba(111, 180, 226, .16), transparent 20rem);
  box-shadow: 0 22px 60px rgba(16, 23, 34, .08);
}

.segment-solution:nth-child(even) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 253, 250, .92)),
    radial-gradient(circle at 92% 12%, rgba(31, 157, 150, .13), transparent 20rem);
}

.segment-copy {
  max-width: 760px;
}

.segment-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(111, 180, 226, .28);
  border-radius: 999px;
  color: #0f5f95;
  background: rgba(111, 180, 226, .11);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.segment-copy h3 {
  max-width: 760px;
  margin: 16px 0 0;
  color: #101722;
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.segment-copy p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #4a5565;
  font-size: clamp(15px, 1.2vw, 18px);
}

.segment-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.segment-modules span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(16, 23, 34, .12);
  border-radius: 999px;
  color: #1d344a;
  background: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 850;
}

.segment-copy ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.segment-copy li {
  position: relative;
  padding-left: 24px;
  color: #344054;
  font-size: 15px;
  line-height: 1.55;
}

.segment-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f9d96, #6fb4e2);
  box-shadow: 0 0 0 4px rgba(111, 180, 226, .14);
}

.segment-screen-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
  perspective: 1200px;
}

.segment-screen-pair img {
  width: 100%;
  height: clamp(250px, 25vw, 390px);
  border: 1px solid rgba(22, 45, 73, .12);
  border-radius: 18px;
  background: #fff;
  object-fit: cover;
  object-position: top left;
  box-shadow: 0 22px 50px rgba(16, 23, 34, .13);
}

.segment-screen-pair img:first-child {
  transform: rotateY(7deg) translateY(-8px);
}

.segment-screen-pair img:last-child {
  transform: rotateY(-7deg) translateY(18px);
}

.segment-ar-gallery {
  position: relative;
  isolation: isolate;
  min-height: clamp(360px, 32vw, 520px);
  perspective: 1400px;
}

.segment-ar-gallery::before {
  content: "";
  position: absolute;
  inset: 14% 6% 6% 18%;
  z-index: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 24% 18%, rgba(111, 180, 226, .28), transparent 26%),
    radial-gradient(circle at 80% 74%, rgba(31, 157, 150, .16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(232, 242, 251, .42));
  filter: blur(.1px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.segment-ar-gallery::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 6%;
  bottom: 6%;
  z-index: 0;
  height: 36px;
  border-radius: 50%;
  background: rgba(16, 23, 34, .18);
  filter: blur(18px);
}

.segment-ar-gallery img {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 20px;
  background: #ffffff;
  object-fit: cover;
  object-position: top left;
  box-shadow:
    0 28px 64px rgba(16, 23, 34, .18),
    0 0 0 8px rgba(111, 180, 226, .08);
  transition:
    opacity .58s ease,
    filter .58s ease,
    transform .72s cubic-bezier(.19, 1, .22, 1),
    width .72s cubic-bezier(.19, 1, .22, 1),
    height .72s cubic-bezier(.19, 1, .22, 1);
}

.segment-ar-gallery img.is-active {
  top: 10%;
  right: 0;
  z-index: 3;
  width: 82%;
  height: 72%;
  opacity: 1;
  filter: saturate(1.04) contrast(1.02);
  transform: translate3d(0, 0, 115px) rotateY(-7deg) rotateZ(1deg);
  animation: segmentArFloat 5.6s ease-in-out infinite;
}

.segment-ar-gallery img.is-next {
  top: 0;
  left: 0;
  z-index: 2;
  width: 58%;
  height: 42%;
  opacity: .86;
  filter: saturate(.96) contrast(.96);
  transform: translate3d(0, 16px, 46px) rotateY(10deg) rotateZ(-2deg);
}

.segment-ar-gallery img.is-back {
  right: 4%;
  bottom: 0;
  z-index: 1;
  width: 62%;
  height: 44%;
  opacity: .68;
  filter: saturate(.9) contrast(.94);
  transform: translate3d(-20px, 0, 0) rotateY(-12deg) rotateZ(2deg);
}

.segment-ar-label {
  position: absolute;
  right: 18px;
  bottom: 22px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(7, 17, 31, .74);
  box-shadow: 0 12px 30px rgba(7, 17, 31, .22);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

@keyframes segmentArFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 115px) rotateY(-7deg) rotateZ(1deg);
  }

  50% {
    transform: translate3d(0, -10px, 132px) rotateY(-5deg) rotateZ(.2deg);
  }
}

.google-play-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 16px 8px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  color: #fff;
  background: #05070b;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.google-play-badge svg {
  width: 30px;
  height: 34px;
  flex: 0 0 auto;
}

.google-play-badge span {
  display: grid;
  gap: 1px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.08;
}

.google-play-badge small {
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.google-play-badge:hover,
.google-play-badge:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
}

.hero-app-download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.hero-app-download .google-play-badge {
  min-height: 54px;
  border-color: rgba(7, 17, 31, .1);
}

.hero-app-download p {
  max-width: 340px;
  margin: 0;
  color: #4d5a69;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .segment-solution {
    grid-template-columns: 1fr;
  }

  .segment-copy {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .segment-shortcuts {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    margin-top: -30px;
    padding: 10px 14px;
    scroll-snap-type: x mandatory;
  }

  .segment-shortcuts a {
    min-width: 136px;
    min-height: 46px;
    border: 1px solid rgba(16, 23, 34, .1);
    border-radius: 999px;
    scroll-snap-align: start;
  }

  .segment-solutions-section {
    padding: 48px 14px;
  }

  .segment-solution {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }

  .segment-copy h3 {
    font-size: 28px;
  }

  .segment-screen-pair {
    grid-template-columns: 1fr;
  }

  .segment-screen-pair img {
    height: 250px;
    transform: none !important;
  }

  .segment-ar-gallery {
    min-height: 340px;
  }

  .segment-ar-gallery img.is-active {
    top: 42px;
    width: 90%;
    height: 220px;
    transform: none;
    animation: none;
  }

  .segment-ar-gallery img.is-next {
    width: 54%;
    height: 132px;
    transform: rotateZ(-2deg);
  }

  .segment-ar-gallery img.is-back {
    width: 58%;
    height: 132px;
    transform: rotateZ(2deg);
  }

  .launch-announcement-actions .google-play-badge {
    justify-content: center;
  }

  .hero-app-download {
    align-items: flex-start;
  }

  .hero-app-download p {
    width: 100%;
  }
}

/* Página de demonstração */
.demo-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(111, 180, 226, .18), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(31, 157, 150, .10), transparent 26rem),
    linear-gradient(180deg, #f7fbff 0%, #eef4f8 50%, #ffffff 100%);
}

.demo-hero {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 88px);
  padding: clamp(62px, 8vw, 118px) max(28px, calc((100vw - var(--bdg-wide-max, 1760px)) / 2)) clamp(42px, 5vw, 78px);
}

.demo-content {
  max-width: 820px;
}

.demo-content h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  color: #101722;
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: .98;
  letter-spacing: 0;
}

.demo-content p {
  max-width: 720px;
  margin: 0;
  color: #4c5968;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.7;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.demo-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.demo-benefit-grid article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(22, 45, 73, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 34px rgba(16, 23, 34, .07);
}

.demo-benefit-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #0f5f95;
  background: rgba(111, 180, 226, .14);
  font-size: 12px;
  font-weight: 950;
}

.demo-benefit-grid span {
  display: block;
  margin-top: 12px;
  color: #101722;
  font-weight: 950;
  line-height: 1.2;
}

.demo-benefit-grid p {
  margin-top: 8px;
  color: #66717e;
  font-size: 13px;
  line-height: 1.45;
}

.demo-visual {
  position: relative;
  min-height: clamp(460px, 42vw, 650px);
  perspective: 1400px;
}

.demo-visual::before {
  content: "";
  position: absolute;
  inset: 12% 2% 4% 10%;
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 18%, rgba(111, 180, 226, .26), transparent 24%),
    radial-gradient(circle at 86% 74%, rgba(31, 157, 150, .16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(231, 242, 251, .46));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.demo-window {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 22px;
  background: #ffffff;
  box-shadow:
    0 28px 78px rgba(16, 23, 34, .18),
    0 0 0 8px rgba(111, 180, 226, .07);
}

.demo-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.demo-window-main {
  inset: 8% 2% auto auto;
  z-index: 3;
  width: min(700px, 88%);
  height: min(430px, 58%);
  transform: translate3d(0, 0, 120px) rotateY(-7deg) rotateZ(1deg);
}

.demo-window-main img {
  height: calc(100% - 42px);
}

.demo-window-float {
  z-index: 4;
  width: min(330px, 46%);
  height: min(230px, 32%);
}

.demo-window-float span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(7, 17, 31, .74);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.demo-window-left {
  left: 0;
  bottom: 10%;
  transform: translate3d(0, 0, 90px) rotateY(9deg) rotateZ(-2deg);
}

.demo-window-right {
  right: 4%;
  bottom: 0;
  transform: translate3d(0, 0, 70px) rotateY(-10deg) rotateZ(2deg);
}

.demo-form-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(460px, .78fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
  width: 100%;
  padding: clamp(46px, 6vw, 88px) max(28px, calc((100vw - var(--bdg-wide-max, 1760px)) / 2));
  background:
    linear-gradient(180deg, #ffffff, #f8fbff),
    radial-gradient(circle at 12% 18%, rgba(111, 180, 226, .14), transparent 24rem);
}

.demo-form-copy {
  max-width: 720px;
  position: sticky;
  top: 116px;
}

.demo-form-copy h2 {
  margin: 12px 0 14px;
  color: #101722;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.demo-form-copy p {
  max-width: 620px;
  color: #4c5968;
  font-size: 17px;
  line-height: 1.7;
}

.demo-form-copy .google-play-badge {
  margin-top: 22px;
}

.demo-form-card {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92)),
    radial-gradient(circle at 92% 4%, rgba(111, 180, 226, .14), transparent 18rem);
  box-shadow: 0 24px 70px rgba(16, 23, 34, .12);
}

.demo-form-card .form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demo-form-card .lead-submit {
  width: 100%;
}

@media (max-width: 1100px) {
  .demo-hero,
  .demo-form-section {
    grid-template-columns: 1fr;
  }

  .demo-form-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .demo-hero,
  .demo-form-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .demo-hero {
    min-height: 0;
    padding-top: 44px;
  }

  .demo-content h1 {
    font-size: 38px;
  }

  .demo-benefit-grid,
  .demo-form-card .form-grid.two {
    grid-template-columns: 1fr;
  }

  .demo-visual {
    min-height: 380px;
  }

  .demo-window-main {
    width: 92%;
    height: 240px;
    transform: none;
  }

  .demo-window-float {
    width: 56%;
    height: 150px;
  }
}

/* Cardapio Digital comercial */
.catalog-service-page {
  background:
    linear-gradient(180deg, #fff8ef 0%, #ffffff 36%, #f5fbf7 100%);
  color: #111827;
}

.catalog-service-page .site-header {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(148, 163, 184, .22);
  box-shadow: 0 16px 48px rgba(15, 23, 42, .08);
  backdrop-filter: blur(18px);
}

.catalog-product-hero.section-pad {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(590px, 80vh, 840px);
  overflow: hidden;
  padding-top: clamp(116px, 12vw, 172px);
  padding-bottom: clamp(52px, 8vw, 96px);
}

.catalog-hero-background,
.catalog-hero-background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.catalog-hero-background {
  z-index: -2;
  background: #fff8ef;
}

.catalog-hero-background img {
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.04);
}

.catalog-product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 248, 239, .98) 0%, rgba(255, 248, 239, .9) 34%, rgba(255, 248, 239, .3) 66%, rgba(255, 248, 239, .08) 100%),
    linear-gradient(180deg, rgba(255, 248, 239, .62) 0%, rgba(255, 248, 239, .04) 54%, rgba(7, 17, 31, .18) 100%);
}

.catalog-hero-copy {
  width: min(780px, 100%);
  color: #111827;
}

.catalog-hero-copy .eyebrow {
  color: #c7471d;
}

.catalog-hero-copy h1 {
  max-width: 820px;
  margin: 14px 0 18px;
  color: #15110d;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .95;
  letter-spacing: 0;
}

.catalog-hero-copy p {
  max-width: 700px;
  color: #594739;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.58;
}

.catalog-hero-support {
  margin-top: 8px;
  color: #6a4b3b;
  font-size: clamp(15px, 1.4vw, 18px);
}

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

.catalog-service-page .catalog-hero-actions .btn-primary {
  background: linear-gradient(135deg, #e14d24 0%, #ff7a1f 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(225, 77, 36, .24);
}

.catalog-service-page .catalog-hero-actions .btn-ghost.light {
  border-color: rgba(199, 71, 29, .22);
  background: rgba(255, 255, 255, .72);
  color: #241915;
  box-shadow: 0 12px 30px rgba(74, 44, 28, .08);
}

.catalog-hero-actions .btn {
  min-height: 50px;
}

.catalog-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.catalog-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(199, 71, 29, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: #4d382e;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(74, 44, 28, .06);
}

.catalog-host-preview {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 10px 14px;
  border: 1px solid rgba(199, 71, 29, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #6a4b3b;
  box-shadow: 0 12px 30px rgba(74, 44, 28, .08), inset 0 1px 0 rgba(255, 255, 255, .7);
  backdrop-filter: blur(16px);
}

.catalog-host-preview span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.catalog-host-preview strong {
  color: #15110d;
  font-size: 15px;
}

.catalog-service-strip {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow-x: auto;
  padding: 16px max(20px, calc((100vw - var(--bdg-wide-max, 1760px)) / 2));
  border-top: 1px solid rgba(199, 71, 29, .1);
  border-bottom: 1px solid rgba(199, 71, 29, .1);
  background: #fff;
  color: #15110d;
  scrollbar-width: thin;
}

.catalog-service-strip span {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid rgba(199, 71, 29, .14);
  border-radius: 999px;
  background: #fff8ef;
  color: #5a3d31;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.catalog-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px max(20px, calc((100vw - var(--bdg-wide-max, 1760px)) / 2)) 0;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}

.catalog-proof-row div {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  border: 1px solid rgba(199, 71, 29, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 38px rgba(74, 44, 28, .06);
}

.catalog-proof-row strong {
  color: #15110d;
  font-size: 16px;
}

.catalog-proof-row span {
  color: #6a4b3b;
  font-size: 13px;
  line-height: 1.45;
}

.catalog-feature-section,
.catalog-screen-section,
.catalog-plan-section,
.catalog-contract-section {
  background: transparent;
}

.catalog-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.catalog-feature {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.catalog-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff0e2;
  color: #c7471d;
  font-weight: 950;
}

.catalog-feature h3 {
  margin: 18px 0 10px;
  color: #101722;
  font-size: 22px;
  line-height: 1.12;
}

.catalog-feature p {
  margin: 0;
  color: #536171;
  font-size: 15px;
  line-height: 1.65;
}

.catalog-flow-section {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(560px, 1fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
}

.catalog-flow-copy h2 {
  margin: 12px 0 12px;
  color: #101722;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.catalog-flow-copy p {
  max-width: 580px;
  color: #526070;
  font-size: 17px;
  line-height: 1.7;
}

.catalog-flow-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(248, 250, 252, .9)),
    radial-gradient(circle at 12% 0%, rgba(255, 122, 31, .12), transparent 24rem);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
}

.catalog-flow-board div {
  position: relative;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 16px;
  background: #fff;
}

.catalog-flow-board div::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #e14d24;
  transform: translateY(-50%);
}

.catalog-flow-board div:last-child::after {
  display: none;
}

.catalog-flow-board strong {
  display: block;
  color: #101722;
  font-size: 16px;
  line-height: 1.2;
}

.catalog-flow-board span {
  display: block;
  margin-top: 12px;
  color: #5c6978;
  font-size: 13px;
  line-height: 1.45;
}

.catalog-screen-section {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(620px, 1fr);
  gap: clamp(28px, 4.5vw, 70px);
  align-items: start;
}

.catalog-screen-copy {
  position: sticky;
  top: 118px;
}

.catalog-screen-copy h2 {
  margin: 12px 0 12px;
  color: #101722;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.catalog-screen-copy p {
  color: #536171;
  font-size: 17px;
  line-height: 1.7;
}

.catalog-screen-grid {
  display: grid;
  gap: 16px;
}

.catalog-food-shot img {
  aspect-ratio: 16 / 9;
  object-position: center;
}

.catalog-integrations-section {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(600px, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 248, 239, .72)),
    radial-gradient(circle at 4% 0%, rgba(225, 77, 36, .1), transparent 22rem);
}

.catalog-integrations-copy {
  position: sticky;
  top: 118px;
}

.catalog-integrations-copy h2 {
  margin: 12px 0 12px;
  color: #101722;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.catalog-integrations-copy p {
  max-width: 590px;
  color: #5c4a3e;
  font-size: 17px;
  line-height: 1.7;
}

.catalog-integrations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.catalog-integrations-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 54px rgba(74, 44, 28, .08);
}

.catalog-integrations-grid article span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f5fbf7;
  color: #047868;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.catalog-integrations-grid article strong {
  display: block;
  color: #15110d;
  font-size: clamp(28px, 3vw, 42px);
  line-height: .95;
}

.catalog-integrations-grid article p {
  margin: 14px 0 0;
  color: #5c6978;
  font-size: 15px;
  line-height: 1.6;
}

.catalog-screen-shot {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .09);
}

.catalog-screen-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  object-position: top center;
}

.catalog-screen-shot figcaption {
  padding: 13px 16px 16px;
  color: #344256;
  font-size: 13px;
  font-weight: 850;
}

.catalog-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.catalog-plan-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 480px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(7, 17, 31, .12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(26, 20, 17, .97), rgba(105, 47, 29, .95)),
    radial-gradient(circle at 88% 8%, rgba(255, 122, 31, .28), transparent 18rem);
  color: #fff;
  box-shadow: 0 26px 70px rgba(7, 17, 31, .22);
}

.catalog-plan-card-muted {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .94)),
    radial-gradient(circle at 90% 10%, rgba(17, 185, 147, .12), transparent 18rem);
  color: #111827;
}

.catalog-plan-card > span {
  color: #ffd4a8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.catalog-plan-card-muted > span {
  color: #047868;
}

.catalog-plan-card h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}

.catalog-plan-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.65;
}

.catalog-plan-card-muted p {
  color: #526070;
}

.catalog-plan-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-plan-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.45;
}

.catalog-plan-card-muted li {
  color: #344256;
}

.catalog-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffd4a8;
}

.catalog-plan-card .btn {
  width: max-content;
  margin-top: auto;
}

.catalog-contract-section {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(520px, .86fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
  border-top: 1px solid rgba(148, 163, 184, .18);
}

.catalog-contract-copy {
  position: sticky;
  top: 118px;
}

.catalog-contract-copy h2 {
  margin: 12px 0 12px;
  color: #101722;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.catalog-contract-copy p {
  max-width: 560px;
  color: #536171;
  font-size: 17px;
  line-height: 1.7;
}

.catalog-contract-form {
  border: 1px solid rgba(148, 163, 184, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .93)),
    radial-gradient(circle at 96% 0%, rgba(17, 185, 147, .12), transparent 20rem);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
}

@media (max-width: 1180px) {
  .catalog-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-flow-section,
  .catalog-screen-section,
  .catalog-integrations-section,
  .catalog-contract-section {
    grid-template-columns: 1fr;
  }

  .catalog-flow-board {
    overflow-x: auto;
  }

  .catalog-screen-copy,
  .catalog-integrations-copy,
  .catalog-contract-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .catalog-product-hero.section-pad {
    min-height: 660px;
    padding-top: 112px;
    padding-bottom: 42px;
  }

  .catalog-product-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 248, 239, .94) 0%, rgba(255, 248, 239, .72) 46%, rgba(255, 248, 239, .96) 100%);
  }

  .catalog-hero-copy h1 {
    font-size: 42px;
  }

  .catalog-hero-actions {
    flex-direction: column;
  }

  .catalog-hero-actions .btn,
  .catalog-plan-card .btn {
    width: 100%;
  }

  .catalog-host-preview {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 18px;
  }

  .catalog-feature-grid,
  .catalog-proof-row,
  .catalog-integrations-grid,
  .catalog-plan-grid {
    grid-template-columns: 1fr;
  }

  .catalog-flow-board {
    grid-template-columns: 1fr;
  }

  .catalog-flow-board div::after {
    right: auto;
    left: 28px;
    top: auto;
    bottom: -8px;
    width: 2px;
    height: 16px;
  }

  .catalog-screen-shot img {
    aspect-ratio: 4 / 3;
  }

  .catalog-plan-card {
    min-height: 0;
  }
}

/* BDGFood: logo, servico e vitrine horizontal */
.catalog-service-page .brand-logo-bdgfood,
.footer-logo-bdgfood {
  width: 224px;
  max-height: 62px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.catalog-service-page .brand {
  min-width: 230px;
}

.solution-cardapio {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-color: rgba(225, 77, 36, .24);
  background:
    linear-gradient(180deg, #fffaf5, #ffffff),
    radial-gradient(circle at 100% 0%, rgba(255, 122, 31, .16), transparent 18rem);
  box-shadow: 0 20px 46px rgba(120, 53, 15, .1);
}

.solution-cardapio-image {
  display: block;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid rgba(225, 77, 36, .16);
  background: #fff4e8;
}

.solution-cardapio-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}

.solution-cardapio:hover .solution-cardapio-image img {
  transform: scale(1.035);
}

.solution-cardapio > span,
.solution-cardapio h3,
.solution-cardapio p,
.solution-cardapio ul,
.solution-cardapio .solution-inline-link {
  margin-left: 20px;
  margin-right: 20px;
}

.solution-cardapio > span {
  margin-top: 18px;
  color: #c7471d;
  background: #fff0e2;
}

.solution-cardapio h3 {
  margin-top: 0;
  color: #17110d;
}

.solution-cardapio p {
  color: #5f4b3f;
}

.solution-cardapio li {
  color: #4d382e;
}

.solution-inline-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 0 14px;
  border: 1px solid rgba(225, 77, 36, .18);
  border-radius: 999px;
  color: #c7471d;
  background: #fff7ed;
  font-size: 13px;
  font-weight: 950;
}

.segment-solutions-section {
  overflow: hidden;
  padding-top: 54px;
  padding-bottom: 58px;
}

.segment-solutions-section .section-head {
  max-width: min(980px, 100%);
  margin: 0 auto 18px;
}

.segment-carousel-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(var(--bdg-wide-max, 1760px), 100%);
  margin: 0 auto 12px;
}

.segment-carousel-toolbar > span {
  color: #0f5f95;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.segment-carousel-toolbar div {
  display: flex;
  gap: 8px;
}

.segment-carousel-toolbar button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(22, 45, 73, .14);
  border-radius: 999px;
  color: #1d344a;
  background: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(16, 23, 34, .06);
}

.segment-carousel-toolbar button:hover {
  border-color: rgba(47, 128, 194, .32);
  color: #0f5f95;
  transform: translateY(-1px);
}

.segment-solutions-grid {
  display: flex;
  gap: 18px;
  width: min(var(--bdg-wide-max, 1760px), 100%);
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 4px 26px;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #6fb4e2 #e7eef6;
  scrollbar-width: thin;
}

.segment-solutions-grid::-webkit-scrollbar {
  height: 10px;
}

.segment-solutions-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e7eef6;
}

.segment-solutions-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, #6fb4e2, #1f9d96);
}

.segment-solution {
  flex: 0 0 min(1080px, calc(100vw - 72px));
  grid-template-columns: minmax(0, 1fr) minmax(310px, .62fr);
  gap: 26px;
  min-height: 380px;
  padding: 24px;
  scroll-snap-align: start;
}

.segment-copy h3 {
  max-width: 640px;
  margin-top: 12px;
  font-size: 31px;
  line-height: 1.08;
}

.segment-copy p {
  max-width: 660px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
}

.segment-modules {
  margin: 15px 0;
}

.segment-modules span {
  min-height: 28px;
  padding: 0 10px;
  font-size: 11.5px;
}

.segment-copy ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 16px;
}

.segment-copy li {
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.38;
}

.segment-copy li::before {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px rgba(111, 180, 226, .13);
}

.segment-ar-gallery {
  min-height: 310px;
}

.segment-ar-gallery img.is-active {
  width: 86%;
  height: 70%;
}

.segment-ar-gallery img.is-next,
.segment-ar-gallery img.is-back {
  height: 40%;
}

@media (max-width: 980px) {
  .segment-solution {
    flex-basis: min(560px, calc(100vw - 30px));
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .segment-copy h3 {
    font-size: 27px;
  }

  .segment-copy ul {
    grid-template-columns: 1fr;
  }

  .segment-ar-gallery {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .segment-solutions-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .segment-carousel-toolbar {
    align-items: flex-start;
  }

  .segment-carousel-toolbar div {
    display: none;
  }

  .segment-solution {
    flex-basis: calc(100vw - 32px);
    padding: 18px;
  }

  .segment-ar-gallery {
    min-height: 250px;
  }

  .catalog-service-page .brand-logo-bdgfood {
    width: 188px;
  }
}
