:root {
  --navy-950: #03101f;
  --navy-900: #06182d;
  --navy-850: #09213d;
  --navy-800: #0b2949;
  --blue-600: #087ff5;
  --blue-500: #139cff;
  --cyan-400: #36d6f5;
  --green-500: #42d56b;
  --green-600: #20b65c;
  --lime-400: #93e44f;
  --ink: #10263b;
  --muted: #5e7183;
  --line: #dce6ed;
  --surface: #f5f8fa;
  --white: #fff;
  --shadow-sm: 0 12px 30px rgba(9, 34, 59, .09);
  --shadow-md: 0 28px 70px rgba(3, 16, 31, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; background: #fff; color: #001a31; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 92px;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled {
  height: 78px;
  background: rgba(3, 16, 31, .91);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 16px 40px rgba(0,0,0,.14);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 270px; }
.brand img { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.22)); transition: width .25s ease, height .25s ease; }
.is-scrolled .brand img { width: 54px; height: 54px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 20px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.64); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { color: rgba(255,255,255,.76); transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--white); }
.main-nav .nav-login { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.15); color: #fff !important; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: #fff; border-radius: 9px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 800; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-small { min-height: 43px; padding-inline: 17px; border-radius: 12px; font-size: 13px; }
.button-large { min-height: 60px; padding-inline: 28px; font-size: 15px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-600), #0eb8ec); box-shadow: 0 14px 34px rgba(8, 127, 245, .28); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(8, 127, 245, .38); }
.button-whatsapp { color: #052614; background: linear-gradient(135deg, #8aed55, #35d56e); box-shadow: 0 12px 30px rgba(66, 213, 107, .2); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.35); }

.hero {
  position: relative;
  min-height: 830px;
  padding: 180px 0 105px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 14%, rgba(19,156,255,.18), transparent 30%),
    radial-gradient(circle at 88% 28%, rgba(66,213,107,.12), transparent 24%),
    linear-gradient(140deg, var(--navy-950) 0%, var(--navy-900) 52%, #082b43 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -110px; height: 220px; background: #fff; border-radius: 50% 50% 0 0 / 45% 45% 0 0; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; top: 70px; right: 10%; background: rgba(8,127,245,.12); }
.hero-glow-two { width: 250px; height: 250px; bottom: 90px; left: 12%; background: rgba(66,213,107,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr); align-items: center; gap: 66px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan-400); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: linear-gradient(90deg, var(--cyan-400), var(--green-500)); border-radius: 20px; }
.hero h1 { max-width: 720px; margin: 24px 0 24px; font-size: clamp(46px, 5.2vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: transparent; background: linear-gradient(105deg, #fff 0%, #79d7ff 48%, #7ce65d 100%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 31px; color: rgba(255,255,255,.67); font-size: 13px; font-weight: 650; }
.hero-proof div { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 18px; height: 18px; padding: 2px; border-radius: 50%; fill: var(--green-500); background: rgba(66,213,107,.13); }
.hero-visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(89,187,255,.16); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; animation: rotateOrbit 30s linear infinite; }
@keyframes rotateOrbit { to { transform: rotate(360deg); } }
.dashboard-shell { position: relative; z-index: 3; width: 100%; max-width: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(7, 28, 51, .88); box-shadow: 0 50px 100px rgba(0,0,0,.34); backdrop-filter: blur(16px); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.dashboard-topbar { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mini-brand { display: flex; align-items: center; gap: 9px; font-weight: 900; }
.mini-brand img { width: 38px; height: 38px; object-fit: contain; }
.status-online { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.status-online span { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 5px rgba(66,213,107,.12); }
.dashboard-body { padding: 22px; }
.metric-card, .mini-card, .activity-card { border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.055); }
.metric-main { display: grid; grid-template-columns: 52px 1fr 118px; align-items: center; gap: 14px; padding: 20px; border-radius: 20px; }
.metric-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #79d7ff; background: rgba(19,156,255,.14); }
.metric-icon svg { width: 25px; height: 25px; fill: currentColor; }
.metric-main span, .mini-card span { display: block; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; }
.metric-main strong { display: block; margin-top: 1px; font-size: 30px; line-height: 1.1; }
.metric-main small, .mini-card small { display: block; margin-top: 4px; color: #62de8c; font-size: 10px; }
.metric-chart { height: 52px; display: flex; align-items: end; justify-content: space-between; gap: 5px; }
.metric-chart i { flex: 1; min-height: 10px; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, #087ff5, #42d56b); opacity: .9; }
.metric-chart i:nth-child(1) { height: 30%; } .metric-chart i:nth-child(2) { height: 48%; } .metric-chart i:nth-child(3) { height: 38%; } .metric-chart i:nth-child(4) { height: 70%; } .metric-chart i:nth-child(5) { height: 54%; } .metric-chart i:nth-child(6) { height: 90%; }
.dashboard-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.mini-card { padding: 17px 18px; border-radius: 17px; }
.mini-card strong { display: block; margin-top: 5px; font-size: 24px; }
.activity-card { margin-top: 12px; padding: 18px; border-radius: 18px; }
.activity-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; font-size: 12px; }
.activity-head span { color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.activity-item { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #9beafa; background: linear-gradient(135deg, rgba(19,156,255,.2), rgba(66,213,107,.15)); font-size: 12px; font-weight: 900; }
.activity-item strong, .activity-item span { display: block; }
.activity-item strong { font-size: 12px; }
.activity-item div span { color: rgba(255,255,255,.5); font-size: 10px; }
.activity-item .pill { padding: 5px 9px; border-radius: 999px; color: #81e99d; background: rgba(66,213,107,.1); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.activity-line { display: grid; grid-template-columns: 1.4fr 1fr .7fr .4fr; gap: 7px; margin-top: 17px; }
.activity-line span { height: 5px; border-radius: 10px; background: rgba(255,255,255,.09); }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(10, 35, 60, .94); box-shadow: 0 24px 50px rgba(0,0,0,.28); backdrop-filter: blur(12px); animation: floating 5s ease-in-out infinite; }
@keyframes floating { 50% { transform: translateY(-8px); } }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card span { color: rgba(255,255,255,.54); font-size: 9px; }
.notification-card { top: 36px; right: -18px; }
.floating-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; }
.whatsapp-icon { color: #fff; background: linear-gradient(135deg, #28b962, #68e984); }
.floating-icon svg { width: 21px; height: 21px; fill: currentColor; }
.check-icon { width: 19px; height: 19px; fill: var(--green-500); }
.qr-card { left: -31px; bottom: 35px; animation-delay: -1.2s; }
.qr-demo { width: 50px; height: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 5px; border-radius: 8px; background: #fff; }
.qr-demo i { background: #05213b; }
.qr-demo i:nth-child(5), .qr-demo i:nth-child(8) { background: transparent; }

.trust-strip { position: relative; z-index: 5; margin-top: -28px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #e3ebf0; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.trust-grid > div { display: flex; align-items: center; gap: 13px; min-height: 102px; padding: 20px 24px; border-right: 1px solid #e8eef2; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid svg { width: 27px; height: 27px; flex: 0 0 auto; fill: var(--blue-600); }
.trust-grid span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; line-height: 1.45; }
.trust-grid strong { color: var(--ink); font-size: 14px; }

.section { padding: 112px 0; }
.section-heading { max-width: 790px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .role-copy h2, .security-copy h2, .final-cta h2 { margin: 13px 0 18px; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .role-copy > p, .security-copy > p { margin: 0; color: var(--muted); font-size: 18px; }
.section-kicker { color: var(--blue-600); }
.section-problem { background: linear-gradient(180deg, #fff, #f6f9fb); }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.comparison-card { position: relative; overflow: hidden; padding: 37px; border-radius: 26px; }
.comparison-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: -70px; border-radius: 50%; opacity: .18; }
.comparison-old { border: 1px solid #e5e9ed; background: #fff; box-shadow: var(--shadow-sm); }
.comparison-old::after { background: #aab7c1; }
.comparison-new { color: #fff; background: linear-gradient(140deg, #08213b, #0b3657); box-shadow: var(--shadow-md); }
.comparison-new::after { background: var(--green-500); }
.comparison-label { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: #6f7f8e; background: #eef3f6; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.comparison-new .comparison-label { color: #a3f1bb; background: rgba(66,213,107,.12); }
.comparison-card h3 { max-width: 490px; margin: 20px 0 28px; font-size: 27px; line-height: 1.25; letter-spacing: -.025em; }
.comparison-card ul { display: grid; gap: 15px; padding: 0; margin: 0; list-style: none; }
.comparison-card li { display: flex; align-items: flex-start; gap: 11px; color: #647586; font-size: 14px; }
.comparison-new li { color: rgba(255,255,255,.7); }
.comparison-card li span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #8d98a2; background: #edf1f3; font-weight: 900; }
.comparison-new li span { color: #b6f6c7; background: rgba(66,213,107,.12); }

.section-features { background: #fff; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.split-heading p { padding-bottom: 8px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 330px; padding: 31px; overflow: hidden; border: 1px solid #e1e9ee; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(10,37,61,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: #c9dbe7; box-shadow: 0 25px 55px rgba(10,37,61,.11); }
.feature-number { position: absolute; top: 22px; right: 25px; color: #d9e4ea; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.feature-icon { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 17px; color: var(--blue-600); background: #eaf5ff; }
.feature-icon svg { width: 27px; height: 27px; fill: currentColor; }
.feature-card h3 { margin: 27px 0 12px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-tag { display: inline-flex; margin-top: 25px; padding: 6px 10px; border-radius: 999px; color: var(--blue-600); background: #edf7ff; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.feature-highlight { border-color: #bcdff7; background: linear-gradient(150deg, #fafdff, #eef8ff); }
.feature-highlight::after { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; bottom: -80px; border-radius: 50%; background: rgba(19,156,255,.12); }
.feature-dark { color: #fff; border-color: transparent; background: linear-gradient(145deg, #071a30, #0a3655); box-shadow: 0 25px 55px rgba(3,16,31,.2); }
.feature-dark .feature-number { color: rgba(255,255,255,.22); }
.feature-dark .feature-icon { color: #8de6f5; background: rgba(19,156,255,.14); }
.feature-dark p { color: rgba(255,255,255,.63); }
.feature-dark .feature-tag { color: #a4f1bb; background: rgba(66,213,107,.12); }

.section-flow { position: relative; overflow: hidden; color: #fff; background: linear-gradient(140deg, #03111f, #082743); }
.section-flow::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at center, rgba(255,255,255,.5) 1px, transparent 1.5px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent); }
.flow-container { position: relative; z-index: 2; }
.section-heading-light p { color: rgba(255,255,255,.62); }
.flow-grid { display: grid; grid-template-columns: 1fr 90px 1fr 90px 1fr; align-items: center; }
.flow-step { min-height: 300px; padding: 29px; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.flow-top { display: flex; align-items: center; justify-content: space-between; }
.flow-top > span { color: rgba(255,255,255,.24); font-size: 42px; font-weight: 900; letter-spacing: -.05em; }
.flow-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; color: #83e8a1; background: rgba(66,213,107,.11); }
.flow-icon svg { width: 27px; height: 27px; fill: currentColor; }
.flow-step h3 { margin: 30px 0 12px; font-size: 24px; }
.flow-step p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }
.flow-connector { padding: 0 15px; }
.flow-connector span { position: relative; display: block; height: 1px; background: linear-gradient(90deg, rgba(54,214,245,.2), var(--cyan-400), rgba(66,213,107,.3)); }
.flow-connector span::after { content: ""; position: absolute; top: -4px; right: 0; width: 9px; height: 9px; border-top: 2px solid var(--green-500); border-right: 2px solid var(--green-500); transform: rotate(45deg); }

.section-roles { background: #f5f8fa; }
.roles-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 70px; }
.role-copy h2 { font-size: clamp(37px, 4vw, 54px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; color: var(--blue-600); font-weight: 850; font-size: 14px; }
.role-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.role-card { min-height: 400px; padding: 30px; border-radius: 25px; box-shadow: var(--shadow-sm); }
.role-admin { color: #fff; background: linear-gradient(150deg, #06203a, #0b3c5f); }
.role-porter { border: 1px solid #dfe8ed; background: #fff; }
.role-head { display: flex; align-items: center; justify-content: space-between; }
.role-head span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.role-admin .role-head span { color: #84e8a0; }
.role-porter .role-head span { color: var(--blue-600); }
.role-head svg { width: 27px; height: 27px; fill: currentColor; opacity: .65; }
.role-card h3 { margin: 62px 0 28px; font-size: 26px; line-height: 1.2; }
.role-card ul { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.role-card li { position: relative; padding-left: 21px; font-size: 14px; }
.role-admin li { color: rgba(255,255,255,.66); }
.role-porter li { color: var(--muted); }
.role-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(66,213,107,.1); }

.section-security { background: #fff; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 85px; }
.security-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.shield-ring { position: absolute; border: 1px solid #d7e9f3; border-radius: 50%; }
.ring-a { width: 430px; height: 430px; }
.ring-b { width: 310px; height: 310px; border-style: dashed; }
.shield-core { position: relative; z-index: 3; width: 170px; height: 170px; display: grid; place-items: center; border: 1px solid #bbdaf0; border-radius: 42px; color: #fff; background: linear-gradient(145deg, #087ff5, #0ab8d8); box-shadow: 0 30px 60px rgba(8,127,245,.25); transform: rotate(-5deg); }
.shield-core svg { width: 83px; height: 83px; fill: currentColor; transform: rotate(5deg); }
.security-chip { position: absolute; z-index: 4; padding: 11px 15px; border: 1px solid #e0eaf0; border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); color: #344e63; font-size: 12px; font-weight: 800; }
.chip-one { top: 80px; left: 20px; }
.chip-two { top: 155px; right: 0; }
.chip-three { left: 45px; bottom: 80px; }
.security-copy h2 { font-size: clamp(38px, 4vw, 55px); }
.security-list { display: grid; gap: 20px; margin-top: 38px; }
.security-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: flex-start; }
.security-list > div > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-600); background: #eaf5ff; font-size: 12px; font-weight: 900; }
.security-list p { margin: 0; color: var(--muted); font-size: 14px; }
.security-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 16px; }

.final-cta { padding: 38px 0 78px; background: #fff; }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 30px; padding: 55px; overflow: hidden; border-radius: 32px; color: #fff; background: linear-gradient(135deg, #041528 0%, #0a3150 63%, #07525a 100%); box-shadow: var(--shadow-md); }
.final-cta-inner::before { content: ""; position: absolute; width: 430px; height: 430px; top: -250px; right: -110px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.02), 0 0 0 120px rgba(255,255,255,.018); }
.cta-logo, .cta-copy, .cta-actions { position: relative; z-index: 2; }
.cta-logo img { width: 108px; height: 108px; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(0,0,0,.22)); }
.cta-copy > span { color: #82e8a0; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { max-width: 650px; margin-block: 8px 12px; font-size: clamp(31px, 3.3vw, 47px); }
.cta-copy p { max-width: 680px; margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 245px; }
.cta-actions small { color: rgba(255,255,255,.5); font-size: 10px; }

.site-footer { padding: 30px 0 40px; background: #fff; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding-top: 27px; border-top: 1px solid #e2e9ed; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 50px; height: 50px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 16px; }
.footer-brand span { color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 25px; color: #52697c; font-size: 12px; font-weight: 750; }
.footer-inner > p { grid-column: 1 / -1; margin: 5px 0 0; color: #8b99a5; font-size: 11px; }

.whatsapp-float { position: fixed; z-index: 900; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 0 18px; border-radius: 999px; color: #052714; background: linear-gradient(135deg, #91ee58, #37d56d); box-shadow: 0 14px 36px rgba(27,173,80,.34); font-size: 13px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(27,173,80,.42); }
.whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; }

.reveal-ready { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button):not(.nav-login) { display: none; }
  .hero-grid { grid-template-columns: 1fr 470px; gap: 35px; }
  .hero h1 { font-size: 58px; }
  .trust-grid > div { padding-inline: 17px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid { grid-template-columns: 1fr 50px 1fr 50px 1fr; }
  .roles-grid { gap: 40px; }
  .security-grid { gap: 40px; }
  .final-cta-inner { grid-template-columns: 100px 1fr; }
  .cta-actions { grid-column: 2; align-items: flex-start; }
}

@media (max-width: 900px) {
  .site-header, .site-header.is-scrolled { height: 74px; }
  .brand { min-width: 0; }
  .brand img, .is-scrolled .brand img { width: 53px; height: 53px; }
  .brand-copy small { display: none; }
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; inset: 74px 16px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(3,16,31,.98); box-shadow: 0 30px 80px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button):not(.nav-login) { display: block; }
  .main-nav > a:not(.button) { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .main-nav .nav-login { padding-left: 12px; border-left: 0; }
  .main-nav .button { margin-top: 12px; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero::after { bottom: -150px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(100%, 600px); margin: 20px auto 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid #e8eef2; }
  .comparison-grid, .roles-grid, .security-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .flow-grid { grid-template-columns: 1fr; gap: 15px; }
  .flow-connector { height: 35px; padding: 0; display: grid; place-items: center; }
  .flow-connector span { width: 1px; height: 35px; background: linear-gradient(to bottom, rgba(54,214,245,.2), var(--cyan-400), rgba(66,213,107,.3)); }
  .flow-connector span::after { top: auto; right: -4px; bottom: 0; transform: rotate(135deg); }
  .flow-step { min-height: 0; }
  .roles-grid { gap: 46px; }
  .role-copy { text-align: center; }
  .role-copy .section-kicker { justify-content: center; }
  .security-visual { order: 2; }
  .security-copy { text-align: center; }
  .security-list { text-align: left; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .cta-logo { display: flex; justify-content: center; }
  .cta-actions { grid-column: auto; align-items: center; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .footer-inner > p { grid-column: auto; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy strong { font-size: 17px; }
  .hero { padding: 124px 0 92px; }
  .hero h1 { margin-top: 18px; font-size: clamp(40px, 12.5vw, 56px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: center; flex-direction: column; gap: 9px; }
  .hero-visual { min-height: 410px; margin-top: 10px; }
  .dashboard-shell { width: 96%; border-radius: 22px; transform: none; }
  .dashboard-topbar { height: 60px; padding-inline: 17px; }
  .dashboard-body { padding: 14px; }
  .metric-main { grid-template-columns: 44px 1fr; padding: 15px; }
  .metric-icon { width: 44px; height: 44px; }
  .metric-chart { display: none; }
  .activity-item { grid-template-columns: 37px 1fr; }
  .activity-item .pill { grid-column: 2; justify-self: start; }
  .notification-card { top: 3px; right: -2px; transform: scale(.86); transform-origin: right center; }
  .qr-card { left: -1px; bottom: 5px; transform: scale(.88); transform-origin: left center; }
  .orbit-one { width: 410px; height: 410px; }
  .orbit-two { width: 325px; height: 325px; }
  .trust-strip { margin-top: -8px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 82px; border-right: 0; border-bottom: 1px solid #e8eef2; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .role-copy h2, .security-copy h2, .final-cta h2 { font-size: 36px; }
  .section-heading p, .role-copy > p, .security-copy > p { font-size: 16px; }
  .comparison-card, .feature-card, .role-card { padding: 25px; }
  .comparison-card h3 { font-size: 23px; }
  .feature-grid, .role-panels { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .role-card { min-height: 335px; }
  .role-card h3 { margin-top: 45px; }
  .security-visual { min-height: 380px; transform: scale(.82); margin: -20px; }
  .final-cta { padding-top: 20px; }
  .final-cta-inner { padding: 38px 22px; border-radius: 25px; }
  .cta-logo img { width: 88px; height: 88px; }
  .button-large { width: 100%; }
  .whatsapp-float { width: 56px; height: 56px; min-height: 56px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready { opacity: 1; transform: none; }
}


/* CondLog v22.9.17 — ênfase em automação, IA e agilidade operacional */
.hero-impact {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr;
  gap: 10px;
  margin-top: 30px;
}
.hero-impact > div {
  min-height: 104px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.hero-impact-main { display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, rgba(8,127,245,.2), rgba(66,213,107,.12)) !important; border-color: rgba(92,210,255,.28) !important; }
.hero-impact-main strong { flex: 0 0 auto; color: #fff; font-size: 42px; line-height: .9; letter-spacing: -.055em; }
.hero-impact-main strong span { display: block; margin-bottom: 5px; color: #8ee9ff; font-size: 12px; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.hero-impact-main b, .hero-impact-item b { display: block; color: #fff; font-size: 13px; line-height: 1.3; }
.hero-impact-main small, .hero-impact-item span { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.45; }
.hero-impact-item { position: relative; padding-top: 46px !important; }
.hero-impact-item::before { content: ""; position: absolute; top: 17px; left: 18px; width: 19px; height: 19px; border-radius: 7px; background: linear-gradient(135deg, #36d6f5, #42d56b); box-shadow: 0 0 0 6px rgba(54,214,245,.08); }
.performance-note { max-width: 960px; margin: 22px auto 0; color: #7b8c99; font-size: 11px; line-height: 1.55; text-align: center; }
.comparison-new { border: 1px solid rgba(66,213,107,.3); }
.comparison-new h3::after { content: "ATÉ 80% MENOS TEMPO"; display: inline-flex; margin-top: 14px; padding: 7px 10px; border-radius: 999px; color: #b9f7ca; background: rgba(66,213,107,.13); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.feature-highlight { box-shadow: 0 20px 45px rgba(8,127,245,.12); }
.feature-highlight .feature-icon { color: #fff; background: linear-gradient(135deg, #087ff5, #20b65c); }
.v21-auth-estimate { display: block; margin-top: 13px; color: rgba(18,50,73,.62); font-size: 10px; line-height: 1.4; }
@media (max-width: 1080px) {
  .hero-impact { grid-template-columns: 1fr 1fr; }
  .hero-impact-main { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .hero-impact { grid-template-columns: 1fr; }
  .hero-impact-main { grid-column: auto; }
  .hero-impact-main strong { font-size: 38px; }
}

/* CondLog v22.9.18 — correção de sobreposição dos ícones no mobile */
@media (max-width: 700px) {
  .button svg,
  .hero-proof svg,
  .trust-grid svg,
  .feature-icon,
  .flow-icon,
  .role-head svg,
  .security-list > div > span,
  .floating-icon,
  .check-icon,
  .metric-icon,
  .whatsapp-float svg {
    flex: 0 0 auto;
  }
  .hero-impact-main > div,
  .floating-card > div,
  .trust-grid span,
  .activity-item > div {
    min-width: 0;
  }
  .hero-impact-main {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .hero-impact-main strong { font-size: 40px; }
  .hero-impact-main b { font-size: 14px; }
  .hero-impact-main small {
    max-width: 270px;
    margin: 6px auto 0;
  }
  .hero-impact-item {
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 18px 17px 60px !important;
    text-align: left;
  }
  .hero-impact-item::before {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .comparison-new h3::after {
    display: flex;
    width: max-content;
    max-width: 100%;
    margin: 14px 0 0;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .hero-visual {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    margin-top: 26px;
  }
  .visual-orbit { display: none; }
  .dashboard-shell {
    grid-column: 1;
    width: 100%;
    max-width: none;
  }
  .floating-card,
  .notification-card,
  .qr-card {
    position: static;
    inset: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    transform: none !important;
    animation: none !important;
  }
  .floating-card {
    justify-content: flex-start;
    padding: 13px 15px;
  }
  .floating-card strong,
  .floating-card span {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .notification-card { order: 2; }
  .qr-card { order: 3; }
  .check-icon { margin-left: auto; }

  /* Há vários CTAs de WhatsApp na página; no mobile o flutuante era o elemento
     que cobria cartões e textos durante a rolagem. */
  .whatsapp-float { display: none; }

  .hero-proof div {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .trust-grid > div { align-items: flex-start; }
  .trust-grid svg { margin-top: 2px; }
  .role-head { gap: 14px; }
  .role-head span { min-width: 0; }

  .security-visual {
    min-height: 400px;
    margin: 0;
    overflow: hidden;
    transform: none;
  }
  .ring-a {
    width: min(86vw, 340px);
    height: min(86vw, 340px);
  }
  .ring-b {
    width: min(64vw, 250px);
    height: min(64vw, 250px);
  }
  .shield-core {
    width: 138px;
    height: 138px;
    border-radius: 35px;
  }
  .shield-core svg { width: 68px; height: 68px; }
  .security-chip {
    max-width: 155px;
    padding: 9px 11px;
    white-space: normal;
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
  }
  .chip-one { top: 60px; left: 0; }
  .chip-two { top: 135px; right: 0; }
  .chip-three { left: 14px; bottom: 60px; }
}

@media (max-width: 360px) {
  .brand-copy strong { font-size: 16px; }
  .hero h1 { font-size: 39px; }
  .dashboard-row { grid-template-columns: 1fr; }
  .floating-card { padding: 12px; }
  .floating-icon { width: 36px; height: 36px; }
  .qr-demo { width: 46px; height: 46px; }

  .security-visual {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px 0;
    overflow: visible;
  }
  .shield-ring { display: none; }
  .shield-core {
    position: relative;
    margin: 0 auto 8px;
  }
  .security-chip {
    position: static;
    width: 100%;
    max-width: none;
  }
}


/* CondLog v22.9.25 — resultados operacionais na landing page */
.section-results {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(54,214,245,.09), transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(8,127,245,.08), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}
.section-results::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(rgba(8,127,245,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(8,127,245,.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.section-results .container { position: relative; z-index: 1; }
.results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.result-card {
  min-width: 0;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 30px 24px;
  border: 1px solid #d9e8f0;
  border-radius: 23px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 42px rgba(9,34,59,.08), inset 0 1px 0 rgba(255,255,255,.9);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.result-card:hover {
  transform: translateY(-4px);
  border-color: #b9dff0;
  box-shadow: 0 26px 58px rgba(9,34,59,.12);
}
.result-card-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  text-align: left;
}
.result-card-head h3 {
  min-width: 0;
  margin: 0;
  color: #063762;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.015em;
}
.result-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #087ff5;
  background: linear-gradient(135deg, #d8fbff, #edf5ff);
  box-shadow: inset 0 1px 0 #fff;
}
.result-icon svg { width: 21px; height: 21px; fill: currentColor; }
.result-card > p {
  max-width: 520px;
  margin: 18px auto 15px;
  color: #536d82;
  font-size: 13px;
  line-height: 1.55;
}
.result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  margin-top: auto;
  padding: 0 15px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #087ff5, #1378cc);
  box-shadow: 0 10px 22px rgba(8,127,245,.22);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .01em;
}
.result-badge svg { flex: 0 0 auto; width: 14px; height: 14px; fill: currentColor; }
.result-bars { width: 100%; display: grid; gap: 13px; }
.result-bar-row {
  display: grid;
  grid-template-columns: 72px minmax(90px, 1fr) 62px;
  align-items: center;
  gap: 12px;
  color: #5a7184;
  font-size: 12px;
  text-align: left;
}
.result-bar-row > span { white-space: nowrap; }
.result-bar-row strong { color: #087ff5; font-size: 12px; text-align: right; white-space: nowrap; }
.result-bar-row:first-child strong { color: #e5444d; }
.result-bar-track { height: 22px; overflow: hidden; border-radius: 999px; background: #eaf0f5; }
.result-bar-track i { display: block; height: 100%; border-radius: inherit; }
.result-bar-manual { width: 100%; background: linear-gradient(90deg, #eb7378, #ef5d63); }
.result-bar-condlog { width: 12%; min-width: 38px; background: linear-gradient(90deg, #17c8db, #087ff5); }
.result-before-after {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) 34px minmax(80px, 1fr);
  align-items: center;
  justify-items: center;
  gap: 10px;
  width: min(100%, 360px);
  margin: 8px auto 5px;
}
.result-before-after > div { min-width: 0; }
.result-before-after span {
  display: block;
  margin-bottom: 4px;
  color: #72899a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.result-before-after strong {
  display: block;
  color: #1473c7;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.045em;
}
.result-before-after .result-old { color: #e13d4d; }
.result-before-after > svg { width: 28px; height: 28px; fill: #b1c7d5; }
.result-kpi {
  display: block;
  margin: 22px auto 3px;
  color: #1870bd;
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1;
  letter-spacing: -.045em;
}
.result-kpi span { color: #1870bd; }
.result-security .result-kpi { color: #116bb8; }
.results-note {
  max-width: 900px;
  margin: 24px auto 0;
  color: #7b8e9c;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 820px) {
  .results-grid { grid-template-columns: 1fr; }
  .result-card { min-height: 275px; }
}

@media (max-width: 520px) {
  .result-card {
    min-height: 0;
    padding: 22px 18px 20px;
    border-radius: 19px;
  }
  .result-card-head { margin-bottom: 20px; }
  .result-card-head h3 { font-size: 15px; }
  .result-icon { flex-basis: 38px; width: 38px; height: 38px; border-radius: 12px; }
  .result-icon svg { width: 19px; height: 19px; }
  .result-bar-row {
    grid-template-columns: 58px minmax(70px, 1fr) 57px;
    gap: 8px;
    font-size: 11px;
  }
  .result-bar-track { height: 19px; }
  .result-bar-condlog { min-width: 30px; }
  .result-before-after { grid-template-columns: minmax(72px, 1fr) 25px minmax(72px, 1fr); gap: 5px; }
  .result-before-after > svg { width: 22px; height: 22px; }
  .result-before-after strong { font-size: 40px; }
  .result-kpi { margin-top: 14px; font-size: 40px; }
  .result-card > p { margin-top: 15px; font-size: 12px; }
  .result-badge { max-width: 100%; white-space: normal; text-align: center; }
}

@media (max-width: 350px) {
  .result-bar-row { grid-template-columns: 52px minmax(54px, 1fr) 52px; gap: 6px; }
  .result-bar-row strong { font-size: 10px; }
  .result-before-after strong { font-size: 36px; }
  .result-kpi { font-size: 36px; }
}
