:root {
  color-scheme: dark;
  --bg: #07080b;
  --bg-soft: #0d0f14;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: #12151c;
  --line: rgba(255, 255, 255, 0.11);
  --line-bright: rgba(255, 255, 255, 0.2);
  --text: #f7f7f4;
  --muted: #a6a9b2;
  --orange: #ff6b18;
  --orange-2: #ff9a3d;
  --green: #35dc9b;
  --blue: #63a8ff;
  --yellow: #ffd166;
  --danger: #ff6b6b;
  /* acento que muda por modo (sobrescrito em body[data-mode]) */
  --accent: #4ea8ff;
  --accent-2: #7dc0ff;
  --accent-rgb: 78, 168, 255;
  --max: 1180px;
  --radius: 26px;
  --shadow: 0 36px 90px rgba(0, 0, 0, 0.45);
  --mx: 50%;
  --my: 0%;
}

/* ===== Cor por modo ===== */
body[data-mode="estacionamento"] { --accent: #4ea8ff; --accent-2: #7dc0ff; --accent-rgb: 78, 168, 255; }
body[data-mode="lavarapido"]    { --accent: #22d3a6; --accent-2: #5be7c4; --accent-rgb: 34, 211, 166; }

.accent-tween {
  transition: color .6s ease, background .6s ease, border-color .6s ease, box-shadow .6s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 75% -10%, rgba(var(--accent-rgb), 0.12), transparent 34rem),
    radial-gradient(circle at 12% 8%, rgba(255, 107, 24, 0.10), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  transition: background .6s ease;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-tight { padding: 74px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--orange-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.section-head { max-width: 760px; margin-bottom: 54px; }
.section-head.center { text-align: center; margin-inline: auto; }
h1, h2, h3, .display {
  font-family: "Syne", "Inter", sans-serif;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
h1 { font-size: clamp(48px, 6.3vw, 82px); margin: 20px 0 22px; }
h2 { font-size: clamp(38px, 5vw, 68px); margin: 18px 0; }
h3 { font-size: 24px; margin: 0 0 12px; }
.grad {
  background: linear-gradient(105deg, #fff 12%, var(--orange-2) 60%, var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.muted { color: var(--muted); }
.lead { color: var(--muted); font-size: clamp(17px, 2vw, 21px); max-width: 650px; }
.btn {
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--orange), #ff8533);
  color: #fff;
  box-shadow: 0 12px 34px rgba(255, 107, 24, 0.28);
}
.btn-primary:hover { box-shadow: 0 18px 44px rgba(255, 107, 24, 0.4); }
.btn-primary span { transition: transform .2s ease; }
.btn-primary:hover span { transform: translateX(4px); }
.btn-secondary { background: rgba(255,255,255,.055); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--line-bright); background: rgba(255,255,255,.09); }
.btn-large { min-height: 60px; padding-inline: 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
  border-color: rgba(0, 0, 0, .1);
}
/* conteúdo do cabeçalho legível sobre o branco */
.site-header .logo strong { color: #0b0c10; }
.site-header .logo strong span { color: var(--orange); }
.site-header .nav-links a { color: #43474f; }
.site-header .nav-links a:hover { color: #07080b; }
.site-header .nav-actions .btn-secondary { background: #fff; border-color: rgba(0, 0, 0, .16); color: #0b0c10; }
.site-header .nav-actions .btn-secondary:hover { background: #f3f4f6; border-color: rgba(0, 0, 0, .3); }
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; font-size: 21px; }
.logo img { width: 34px; height: 34px; object-fit: contain; }
.logo strong { font-family: "Syne", sans-serif; letter-spacing: -.04em; }
.logo strong span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #c7c9cf; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions .btn { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: #fff; }

.hero {
  min-height: 100svh;
  padding: 108px 0 56px;
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 45%, transparent 93%);
}
/* brilho que segue o cursor */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--mx) var(--my), rgba(var(--accent-rgb), .14), transparent 60%);
  transition: background .2s ease;
}
.hero-orb {
  position: absolute;
  width: 52vw;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -18vw;
  top: 4vh;
  background: radial-gradient(circle, rgba(var(--accent-rgb),.22), rgba(var(--accent-rgb),.03) 42%, transparent 69%);
  filter: blur(8px);
  z-index: -1;
  animation: breathe 7s ease-in-out infinite;
  transition: background .6s ease;
  will-change: transform;
}
@keyframes breathe { 50% { transform: scale(1.08); opacity: .72; } }

.hero-pick { text-align: center; margin-bottom: 34px; }
.pick-label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.mode-switch {
  position: relative;
  display: inline-grid;
  grid-auto-flow: column;
  gap: 4px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(13,15,20,.7);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,.34);
}
.mode-pill {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  width: 50%;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--accent-rgb),.9), rgba(var(--accent-rgb),.55));
  box-shadow: 0 8px 22px rgba(var(--accent-rgb),.4);
  transition: transform .45s cubic-bezier(.34,1.4,.4,1), width .45s ease, background .6s ease, box-shadow .6s ease;
  z-index: 0;
}
.mode-opt {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border: 0;
  background: transparent;
  color: #c8cbd2;
  font-weight: 800;
  font-size: 15px;
  border-radius: 999px;
  cursor: pointer;
  transition: color .3s ease;
  white-space: nowrap;
}
.mode-opt .mode-ico { display: inline-flex; align-items: center; }
.mode-opt .mode-ico svg { width: 19px; height: 19px; }
.mode-opt.active { color: #06121f; }
body[data-mode="lavarapido"] .mode-opt.active { color: #032018; }
.mode-switch.auto .mode-pill { animation: pillpulse 3.8s ease-in-out infinite; }
@keyframes pillpulse { 0%,100% { box-shadow: 0 8px 22px rgba(var(--accent-rgb),.4); } 50% { box-shadow: 0 8px 34px rgba(var(--accent-rgb),.7); } }

.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy.swap { opacity: 0; transform: translateY(14px); }
.hero-copy, .command-stage { transition: opacity .32s ease, transform .32s ease; }
.command-stage.swap { opacity: 0; transform: translateY(14px) scale(.99); }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(var(--accent-rgb),.34);
  background: rgba(var(--accent-rgb),.1);
  border-radius: 999px;
  padding: 8px 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: background .6s ease, border-color .6s ease;
}
.hero-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(var(--accent-rgb),.14); transition: background .6s ease, box-shadow .6s ease; }
.hero-copy p { margin: 0 0 32px; }
.trust-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: #c1c4cb; font-size: 13px; font-weight: 700; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 7px; }

.command-stage { position: relative; perspective: 1200px; min-height: 540px; }
.command-glow {
  position: absolute;
  inset: 15% 8%;
  background: radial-gradient(circle, rgba(var(--accent-rgb),.24), transparent 66%);
  filter: blur(45px);
  transition: background .6s ease;
}
.app-window {
  position: absolute;
  inset: 8% 0 7% 5%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(25,28,36,.98), rgba(9,11,15,.98));
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotateY(calc(-7deg + var(--ry, 0deg))) rotateX(calc(2deg + var(--rx, 0deg)));
  transition: transform .25s ease;
  will-change: transform;
}
.window-bar {
  height: 55px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 8px; height: 8px; background: #555b68; border-radius: 50%; }
.window-title { font-size: 11px; color: #747b89; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.window-body { padding: 22px; }
.window-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.window-top strong { font-family: "Syne"; font-size: 20px; }
.live { color: var(--accent); font-size: 11px; font-weight: 800; transition: color .6s ease; }
.live::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: currentColor; margin-right: 7px; box-shadow: 0 0 12px currentColor; }
.kanban { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.lane { min-width: 0; border: 1px solid var(--line); border-radius: 14px; padding: 10px; background: rgba(255,255,255,.025); }
.lane-head { display: flex; justify-content: space-between; gap: 4px; font-size: 9px; color: #9096a3; font-weight: 800; text-transform: uppercase; margin-bottom: 9px; }
.car-card { border: 1px solid var(--line); border-left: 2px solid var(--accent); background: rgba(255,255,255,.045); border-radius: 9px; padding: 8px; margin-bottom: 7px; transition: border-color .4s ease, background .3s ease, box-shadow .3s ease; }
.car-card b { display: block; font: 800 9px "JetBrains Mono", monospace; letter-spacing: .04em; }
.car-card small { font-size: 7px; color: #878d99; }
.lane.wash .car-card { border-left-color: var(--blue); }
.lane.finish .car-card { border-left-color: var(--yellow); }
.lane.ready .car-card { border-left-color: var(--green); }
.car-card.pulse { animation: cardpulse 1s ease; }
@keyframes cardpulse {
  0% { box-shadow: 0 0 0 0 rgba(var(--accent-rgb),.55); }
  60% { box-shadow: 0 0 0 7px rgba(var(--accent-rgb),0); background: rgba(var(--accent-rgb),.12); }
  100% { box-shadow: 0 0 0 0 rgba(var(--accent-rgb),0); }
}
.dash-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 12px; }
.mini-kpi { background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 12px; padding: 11px; }
.mini-kpi small { color: #858b97; font-size: 8px; }
.mini-kpi b { display: block; font-family: "Syne"; font-size: 15px; margin-top: 2px; }

/* mock estacionamento */
.patio-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.patio-top strong { font-family: "Syne"; font-size: 20px; }
.patio-occ { font-size: 10px; color: #9096a3; font-weight: 800; }
.patio-occ b { color: var(--accent); }
.vaga-bar { display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; margin-bottom: 14px; }
.vaga { aspect-ratio: 1; border-radius: 4px; background: rgba(255,255,255,.07); border: 1px solid var(--line); }
.vaga.busy { background: linear-gradient(135deg, rgba(var(--accent-rgb),.85), rgba(var(--accent-rgb),.45)); border-color: transparent; }
.vrows { display: grid; gap: 8px; }
.vrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--line); border-left: 2px solid var(--accent); border-radius: 10px; padding: 9px 11px; background: rgba(255,255,255,.04); transition: border-color .4s ease; }
.vrow b { font: 800 11px "JetBrains Mono", monospace; letter-spacing: .04em; }
.vrow small { display: block; font-size: 8px; color: #878d99; margin-top: 1px; }
.vrow .vval { font: 800 12px "Syne"; color: var(--accent); transition: color .6s ease; }
.vrow .vtag { font-size: 9px; font-weight: 800; color: var(--green); border: 1px solid rgba(53,220,155,.3); background: rgba(53,220,155,.1); padding: 3px 8px; border-radius: 999px; }

.float-card {
  position: absolute;
  z-index: 3;
  width: 210px;
  border: 1px solid var(--line-bright);
  border-radius: 18px;
  background: rgba(18,21,28,.87);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 55px rgba(0,0,0,.4);
  padding: 15px;
  animation: float 5s ease-in-out infinite;
  will-change: transform;
}
@keyframes float { 50% { transform: translateY(-9px); } }
.float-card strong { display: block; font-size: 12px; }
.float-card p { color: var(--muted); margin: 5px 0 0; font-size: 10px; line-height: 1.45; }
.float-card .icon-box { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; margin-bottom: 10px; font-size: 17px; transition: color .6s ease, background .6s ease; }
#float-1 { right: -2%; top: 8%; animation-delay: -1s; }
#float-2 { left: -3%; bottom: 1%; animation-delay: -2.4s; }
.float-card.f-green .icon-box { color: var(--green); background: rgba(53,220,155,.12); }
.float-card.f-accent .icon-box { color: var(--accent); background: rgba(var(--accent-rgb),.14); }

.proof-bar { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); overflow: hidden; }
.proof-track { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.proof-group { display: flex; align-items: center; }
.proof-group span {
  padding: 19px 30px;
  color: #9ca1ac;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}
.proof-group span::after { content: "✦"; color: var(--accent); margin-left: 60px; transition: color .6s ease; }
@keyframes marquee { to { transform: translateX(-50%); } }

.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pain-card {
  min-height: 360px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.pain-card.old { background: linear-gradient(140deg, #111217, #0b0c10); }
.pain-card.new { background: linear-gradient(140deg, rgba(var(--accent-rgb),.16), #111319 60%); border-color: rgba(var(--accent-rgb),.28); transition: background .6s ease, border-color .6s ease; }
.pain-label { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: #777d88; }
.pain-card.new .pain-label { color: var(--accent); transition: color .6s ease; }
.pain-card h3 { font-size: clamp(28px, 3vw, 40px); margin-top: 16px; max-width: 12ch; }
.mess { position: absolute; inset: auto 26px 24px; height: 150px; }
.paper { position: absolute; width: 145px; height: 92px; border-radius: 4px; background: #e9e2d5; color: #464138; padding: 14px; font: 700 10px "JetBrains Mono"; box-shadow: 0 12px 30px #0008; }
.paper:nth-child(1) { transform: rotate(-8deg); left: 4%; top: 28px; }
.paper:nth-child(2) { transform: rotate(5deg); left: 31%; top: 7px; }
.paper:nth-child(3) { transform: rotate(-3deg); right: 3%; top: 39px; }
.clean-flow { position: absolute; inset: auto 28px 32px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.flow-step { border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 15px 9px; background: rgba(7,8,11,.55); text-align: center; font-size: 10px; font-weight: 800; }
.flow-step b { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; background: rgba(var(--accent-rgb),.16); color: var(--accent); margin: 0 auto 9px; font-size: 16px; transition: background .6s ease, color .6s ease; }

.story { display: grid; grid-template-columns: .78fr 1.22fr; gap: 62px; align-items: start; }
.story-copy { position: sticky; top: 120px; }
.story-copy p { color: var(--muted); font-size: 17px; }
.story-list { display: grid; gap: 22px; }
.story-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  overflow: hidden;
  min-height: 520px;
}
.story-card-copy { padding: 30px 32px 12px; }
.story-number { color: var(--accent); font: 800 12px "JetBrains Mono"; transition: color .6s ease; }
.story-card-copy p { color: var(--muted); margin: 0; }
.story-visual { padding: 14px 22px 0; height: 360px; display: flex; align-items: end; justify-content: center; overflow: hidden; }
.story-visual img { max-height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,.42)); transition: transform .45s ease; }
.story-card:hover img { transform: translateY(-7px) scale(1.015); }

/* grade de recursos por modo */
.recursos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rec-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 24px;
  background: rgba(255,255,255,.025);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.rec-card:hover { transform: translateY(-5px); border-color: rgba(var(--accent-rgb),.4); background: rgba(var(--accent-rgb),.05); }
.rec-ico {
  width: 48px; height: 48px; display: grid; place-items: center;
  border-radius: 14px; margin-bottom: 16px; color: var(--accent);
  background: rgba(var(--accent-rgb),.12); border: 1px solid rgba(var(--accent-rgb),.22);
  transition: background .6s ease, border-color .6s ease, color .6s ease;
}
.rec-ico svg { width: 26px; height: 26px; }
.float-card .icon-box svg { width: 19px; height: 19px; }
.rec-card h4 { font-family: "Syne"; font-size: 18px; margin: 0 0 7px; letter-spacing: -.02em; }
.rec-card p { color: var(--muted); margin: 0; font-size: 14px; }

.experience {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 40%, rgba(99,168,255,.08), transparent 30rem),
    radial-gradient(circle at 85% 30%, rgba(var(--accent-rgb),.13), transparent 32rem);
  transition: background .6s ease;
}
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.phone-scene { min-height: 430px; position: relative; }
.phone-scene::before {
  content: "";
  position: absolute;
  inset: 8% 14%;
  border: 1px solid rgba(var(--accent-rgb),.2);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(var(--accent-rgb),.12), inset 0 0 90px rgba(var(--accent-rgb),.08);
  transition: border-color .6s ease, box-shadow .6s ease;
}
.phone-main {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.orbit-chip {
  position: absolute;
  border: 1px solid var(--line);
  background: rgba(13,15,20,.86);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 800;
  z-index: 3;
  box-shadow: 0 14px 34px rgba(0,0,0,.3);
}
.orbit-chip.one { left: 1%; top: 20%; }
.orbit-chip.two { right: 0; top: 42%; }
.orbit-chip.three { left: 4%; bottom: 12%; }
.check-list { display: grid; gap: 18px; margin: 30px 0; }
.check-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.check-icon { width: 42px; height: 42px; border: 1px solid rgba(53,220,155,.22); border-radius: 13px; background: rgba(53,220,155,.08); display: grid; place-items: center; color: var(--green); font-weight: 900; }
.check-item strong { display: block; margin: 2px 0 4px; }
.check-item p { color: var(--muted); margin: 0; font-size: 14px; }

.owner-panel {
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 60px;
  background: linear-gradient(145deg, #14171e, #0b0c10);
  box-shadow: var(--shadow);
}
.owner-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: center; }
.owner-visual { position: relative; }
.owner-visual img { border-radius: 20px; border: 1px solid var(--line); box-shadow: 0 24px 60px #0008; }
.kpi-float { position: absolute; right: -24px; bottom: -24px; width: 190px; border-radius: 18px; border: 1px solid rgba(var(--accent-rgb),.25); background: rgba(13,15,20,.92); padding: 18px; box-shadow: 0 18px 40px #0008; transition: border-color .6s ease; }
.kpi-float small { color: var(--muted); }
.kpi-float b { display: block; font: 800 28px "Syne"; margin-top: 5px; color: var(--accent); transition: color .6s ease; }

.price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: stretch; }
.plan {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 22px;
  background: rgba(255,255,255,.025);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .3s ease, border-color .3s ease;
}
.plan:not(.featured):hover { transform: translateY(-6px); border-color: var(--line-bright); }
.plan.featured {
  border-color: rgba(255,107,24,.5);
  background: linear-gradient(180deg, rgba(255,107,24,.13), rgba(255,255,255,.025));
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0,0,0,.32);
}
.plan-badge { position: absolute; top: -13px; left: 22px; border-radius: 999px; background: var(--orange); color: #fff; padding: 6px 11px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan h3 { font-size: 20px; letter-spacing: -.02em; }
.price { font: 800 38px "Syne"; margin: 17px 0 3px; }
.price small { font: 700 13px "Inter"; color: var(--muted); }
.plan > p { color: var(--muted); min-height: 48px; font-size: 13px; }
.plan ul { padding: 0; margin: 22px 0 28px; list-style: none; display: grid; gap: 11px; color: #c1c5cc; font-size: 13px; flex: 1; }
.plan li::before { content: "✓"; color: var(--green); margin-right: 8px; }
.plan .btn { width: 100%; }
.all-plans { text-align: center; color: var(--muted); font-size: 13px; margin-top: 24px; }

.faq { max-width: 840px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; padding: 24px 0; border: 0; color: #fff; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; font-weight: 800; cursor: pointer; }
.faq-q span:last-child { color: var(--accent); font-size: 24px; transition: transform .2s ease, color .6s ease; }
.faq-item.open .faq-q span:last-child { transform: rotate(45deg); }
.faq-a { color: var(--muted); max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
.faq-item.open .faq-a { max-height: 240px; padding-bottom: 24px; }

.final-cta { padding: 30px 0 100px; }
.cta-box {
  min-height: 500px;
  border: 1px solid rgba(255,107,24,.3);
  border-radius: 38px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 60px 28px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 90%, rgba(255,107,24,.35), transparent 42%),
    linear-gradient(145deg, #17100d, #0b0c10 60%);
}
.cta-box::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255,107,24,.14);
  box-shadow: 0 0 0 70px rgba(255,107,24,.035), 0 0 0 140px rgba(255,107,24,.025);
  bottom: -360px;
}
.cta-content { position: relative; z-index: 2; max-width: 760px; }
.cta-content p { color: #c4c6cc; font-size: 18px; max-width: 590px; margin: 20px auto 30px; }

footer { background: #fff; border-top: 1px solid rgba(0, 0, 0, .08); padding: 46px 0 28px; color: #555a63; }
footer .logo strong { color: #0b0c10; }
footer .logo strong span { color: var(--orange); }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; font-size: 13px; color: #43474f; }
.footer-links a:hover { color: #07080b; }
.footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(0, 0, 0, .1); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: #6b7079; }

/* ===== Movimento / efeitos (referência motion) ===== */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  z-index: 200;
  background: linear-gradient(90deg, var(--orange), var(--accent));
  box-shadow: 0 0 14px rgba(var(--accent-rgb), .7);
  transition: width .12s linear, background .6s ease;
}
/* aurora de fundo animada */
body::before {
  content: ""; position: fixed; inset: -25%; z-index: -3; pointer-events: none;
  background:
    radial-gradient(38% 38% at 18% 28%, rgba(var(--accent-rgb), .14), transparent 60%),
    radial-gradient(34% 34% at 82% 18%, rgba(255, 107, 24, .11), transparent 60%),
    radial-gradient(40% 40% at 65% 82%, rgba(var(--accent-rgb), .10), transparent 60%);
  filter: blur(45px);
  animation: aurora 22s ease-in-out infinite alternate;
  transition: background .6s ease;
}
@keyframes aurora {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-4%, 3%, 0) scale(1.1); }
  100% { transform: translate3d(4%, -3%, 0) scale(1.06); }
}
/* sheen percorrendo o texto em gradiente */
.grad { background-size: 220% auto; animation: textshine 8s linear infinite; }
@keyframes textshine { to { background-position: 220% center; } }
/* brilho varrendo o botão primário no hover */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::before {
  content: ""; position: absolute; top: 0; left: -160%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .42), transparent);
  transform: skewX(-18deg); pointer-events: none;
}
.btn-primary:hover::before { animation: shine .85s ease; }
@keyframes shine { to { left: 160%; } }
/* spotlight seguindo o cursor nos cards de recursos */
.rec-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(220px circle at var(--cx, 50%) var(--cy, 50%), rgba(var(--accent-rgb), .18), transparent 60%);
  opacity: 0; transition: opacity .3s ease;
}
.rec-card:hover::after { opacity: 1; }
/* entrada do hero em cascata */
@keyframes introUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-copy > * { animation: introUp .8s cubic-bezier(.2, .7, .2, 1) backwards; }
.hero-copy .hero-badge { animation-delay: .12s; }
.hero-copy h1 { animation-delay: .22s; }
.hero-copy .lead { animation-delay: .34s; }
.hero-copy .button-row { animation-delay: .46s; }
.hero-copy .trust-row { animation-delay: .56s; }

.reveal { opacity: 0; transform: translateY(38px) scale(.985); filter: blur(5px); transition: opacity .7s ease, transform .85s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.reveal.in { opacity: 1; transform: none; filter: none; }
/* revelação em cascata dentro de grades */
.recursos-grid.in .rec-card,
.price-grid.in .plan { animation: rise .7s cubic-bezier(.2,.7,.2,1) backwards; }
.recursos-grid.in .rec-card:nth-child(1) { animation-delay: .04s; }
.recursos-grid.in .rec-card:nth-child(2) { animation-delay: .1s; }
.recursos-grid.in .rec-card:nth-child(3) { animation-delay: .16s; }
.recursos-grid.in .rec-card:nth-child(4) { animation-delay: .22s; }
.recursos-grid.in .rec-card:nth-child(5) { animation-delay: .28s; }
.recursos-grid.in .rec-card:nth-child(6) { animation-delay: .34s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(12px);
}
.modal-overlay.open { display: flex; }
.signup-card {
  width: min(510px, 100%);
  max-height: calc(100svh - 40px);
  overflow: auto;
  border-radius: 26px;
  border: 1px solid var(--line-bright);
  background: #111318;
  box-shadow: var(--shadow);
  padding: 30px;
  position: relative;
}
.modal-close { position: absolute; right: 18px; top: 18px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: #fff; cursor: pointer; font-size: 22px; }
.signup-head { text-align: center; margin-bottom: 24px; }
.signup-head .logo { justify-content: center; }
.signup-head h3 { margin-top: 18px; font-size: 29px; }
.signup-head p { color: var(--muted); margin: 8px 0 0; font-size: 13px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 12px; font-weight: 800; margin-bottom: 7px; color: #d5d7dc; }
.form-group input, .form-group select {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #0b0d11;
  color: #fff;
  padding: 0 14px;
  outline: none;
}
.form-group input:focus, .form-group select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,24,.1); }
.password-meter { height: 4px; background: #252831; border-radius: 99px; overflow: hidden; margin-top: 8px; }
.password-meter i { display: block; height: 100%; width: 0; transition: all .2s; }
.password-label { color: var(--muted); font-size: 10px; margin-top: 5px; }
.form-error { display: none; color: #ff9b9b; background: rgba(255,107,107,.08); border: 1px solid rgba(255,107,107,.25); padding: 10px; border-radius: 10px; font-size: 12px; margin: 10px 0; }
.signup-card .btn { width: 100%; }
.signup-login { text-align: center; color: var(--muted); font-size: 11px; margin-top: 12px; }
.signup-login a { color: var(--orange-2); font-weight: 800; }
.loading-step, .success-step { display: none; text-align: center; padding: 42px 8px; }
.spinner { width: 48px; height: 48px; border: 3px solid rgba(255,255,255,.12); border-top-color: var(--orange); border-radius: 50%; margin: auto; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.success-mark { width: 64px; height: 64px; border-radius: 50%; background: rgba(53,220,155,.12); color: var(--green); display: grid; place-items: center; font-size: 30px; font-weight: 900; margin: auto; }

@media (max-width: 1000px) {
  .nav-links { display: none; }
  .hero-grid, .experience-grid, .owner-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-copy .button-row, .trust-row { justify-content: center; }
  .command-stage { width: min(720px,100%); margin: 0 auto; }
  .story { grid-template-columns: 1fr; }
  .story-copy { position: static; }
  .story-copy .section-head { margin-bottom: 0; }
  .recursos-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2,1fr); }
  .plan.featured { transform: none; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 78px 0; }
  .section-tight { padding: 54px 0; }
  .nav { min-height: 68px; }
  .nav-actions .btn-secondary { display: none; }
  .nav-actions .btn-primary { min-height: 42px; padding-inline: 14px; font-size: 12px; }
  .hero { padding-top: 100px; min-height: auto; }
  .hero-pick { margin-bottom: 26px; }
  .mode-switch { display: grid; grid-auto-flow: column; width: min(100%, 380px); }
  .mode-opt { padding: 13px 10px; font-size: 13px; justify-content: center; flex: 1; }
  .mode-opt span:not(.mode-ico) { white-space: nowrap; }
  h1 { font-size: clamp(45px, 14vw, 68px); }
  h2 { font-size: clamp(35px, 11vw, 52px); }
  .hero-grid { gap: 34px; }
  .command-stage { min-height: 430px; }
  .app-window { inset: 2% 0 9%; transform: none; border-radius: 19px; }
  .window-body { padding: 13px; }
  .window-bar { height: 44px; }
  .kanban { gap: 5px; }
  .lane { padding: 6px 4px; border-radius: 8px; }
  .lane-head { font-size: 6px; }
  .car-card { padding: 5px; border-radius: 6px; }
  .car-card b { font-size: 6px; }
  .car-card small { font-size: 5px; }
  .vaga-bar { gap: 3px; }
  .vrow { padding: 7px 9px; }
  .vrow b { font-size: 10px; }
  .dash-strip { gap: 5px; }
  .mini-kpi { padding: 7px; }
  .mini-kpi b { font-size: 11px; }
  .float-card { width: 150px; padding: 10px; }
  #float-1 { right: -2%; top: 1%; }
  #float-2 { left: -1%; bottom: 0; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 330px; padding: 26px; }
  .paper { width: 115px; }
  .clean-flow { grid-template-columns: repeat(2,1fr); }
  .story-card { min-height: 430px; }
  .story-card-copy { padding: 24px 24px 8px; }
  .story-visual { height: 290px; padding-inline: 10px; }
  .recursos-grid { grid-template-columns: 1fr; }
  .experience-grid { gap: 26px; }
  .phone-scene { min-height: 300px; }
  .phone-main { width: 100%; height: auto; max-height: 300px; }
  .orbit-chip { font-size: 10px; padding: 9px 11px; }
  .owner-panel { padding: 30px 22px 42px; }
  .kpi-float { right: -5px; bottom: -30px; width: 160px; }
  .price-grid { grid-template-columns: 1fr; }
  .footer-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .hero::after, body::before { display: none; }
  .hero-copy > *, .command-stage { animation: none !important; }
}
