/* ═══════════════════════════════════════════════════════════
   INFINITI ENERGY — premium energy-tech identity
   ═══════════════════════════════════════════════════════════ */

:root {
  --navy-950: #030816;
  --navy-900: #050D1F;
  --navy-850: #071129;
  --navy-800: #0A1730;
  --navy-700: #102142;
  --navy-600: #16305E;

  --orange: #FF8A2A;
  --orange-soft: #FFB36B;
  --orange-deep: #E06A0E;

  --blue: #4DA8FF;
  --blue-soft: #8FC6FF;
  --cyan: #38BDF8;

  --white: #F6F9FF;
  --muted: rgba(214, 226, 255, 0.66);
  --muted-2: rgba(214, 226, 255, 0.45);

  --glass: rgba(13, 27, 58, 0.52);
  --glass-2: rgba(16, 33, 66, 0.38);
  --stroke: rgba(255, 255, 255, 0.09);
  --stroke-2: rgba(255, 255, 255, 0.16);

  --font-display: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-card: 0 24px 60px -24px rgba(2, 6, 18, 0.85);
  --radius: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: auto; overflow-anchor: none; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--navy-900);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(255, 138, 42, 0.35); color: var(--white); }

img, svg, video, canvas { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ic { width: 1em; height: 1em; flex: none; }

/* ── Typography ─────────────────────────────────────────── */
h1, h2, h3, h4, .brand__name { font-family: var(--font-display); letter-spacing: -0.02em; }

.hl {
  background: linear-gradient(92deg, var(--orange-soft) 0%, var(--orange) 55%, var(--blue) 130%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-soft);
  border: 1px solid rgba(255, 138, 42, 0.28);
  background: rgba(255, 138, 42, 0.07);
  padding: 7px 14px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
}
.eyebrow .ic { font-size: 14px; }

.section-title {
  font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  margin: 18px 0 14px;
}
.section-sub { color: var(--muted); font-size: clamp(15.5px, 1.4vw, 18px); max-width: 640px; }
.section-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 64px); }

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: 0.01em;
  padding: 15px 28px;
  border-radius: 100px;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), background 0.3s, border-color 0.3s;
  will-change: transform;
  white-space: nowrap;
}
.btn .ic { font-size: 17px; }

.btn--primary {
  background: linear-gradient(135deg, #FFA24F 0%, var(--orange) 45%, var(--orange-deep) 100%);
  color: #1A0D00;
  box-shadow: 0 12px 34px -10px rgba(255, 138, 42, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn--primary:hover { transform: translateY(-2px) scale(1.015); box-shadow: 0 18px 44px -10px rgba(255, 138, 42, 0.7), inset 0 1px 0 rgba(255,255,255,0.35); }

.btn--blue {
  background: linear-gradient(135deg, #7FC0FF 0%, var(--blue) 50%, #1E6FD9 100%);
  color: #041020;
  box-shadow: 0 12px 34px -10px rgba(77, 168, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn--blue:hover { transform: translateY(-2px) scale(1.015); box-shadow: 0 18px 44px -10px rgba(77, 168, 255, 0.65), inset 0 1px 0 rgba(255,255,255,0.35); }

.btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--stroke-2);
  color: var(--white);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.3); }

.btn--sm { padding: 11px 20px; font-size: 14px; }
.btn--lg { padding: 18px 34px; font-size: 16.5px; }

.microcopy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--muted-2);
  margin-top: 16px;
}
.microcopy .ic { font-size: 15px; color: var(--orange-soft); }

/* ═══ PRELOADER ═════════════════════════════════════════── */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: radial-gradient(120% 120% at 50% 10%, var(--navy-800) 0%, var(--navy-950) 70%);
  transition: opacity 0.7s var(--ease-out), visibility 0.7s;
}
#preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__inner { display: grid; justify-items: center; gap: 18px; width: min(320px, 80vw); }
.preloader__mark { width: 84px; filter: drop-shadow(0 0 18px rgba(255, 138, 42, 0.45)); animation: pulse-mark 2.2s ease-in-out infinite; }
@keyframes pulse-mark { 50% { filter: drop-shadow(0 0 30px rgba(77, 168, 255, 0.55)); } }
.preloader__name { font-family: var(--font-display); font-weight: 700; letter-spacing: 0.34em; font-size: 13px; color: var(--muted); }
.preloader__bar { width: 100%; height: 2px; background: rgba(255, 255, 255, 0.1); border-radius: 2px; overflow: hidden; }
.preloader__bar span { display: block; height: 100%; width: 0%; background: linear-gradient(90deg, var(--orange), var(--blue)); transition: width 0.25s ease; }
.preloader__label { font-size: 12.5px; color: var(--muted-2); letter-spacing: 0.04em; }

/* ═══ HEADER ════════════════════════════════════════════── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(20px, 4vw, 48px);
  transition: background 0.45s ease, box-shadow 0.45s ease, backdrop-filter 0.45s ease, padding 0.45s ease;
}
.site-header.is-solid {
  background: rgba(5, 13, 31, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--stroke), 0 18px 40px -28px rgba(0, 0, 0, 0.8);
  padding-block: 11px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__mark { width: 44px; flex: none; filter: drop-shadow(0 0 10px rgba(255, 138, 42, 0.35)); }
.brand__name { font-weight: 700; font-size: 15px; letter-spacing: 0.16em; }
.brand__name em { font-style: normal; font-weight: 400; color: var(--muted); margin-left: 6px; letter-spacing: 0.16em; }

.site-nav { display: flex; gap: 26px; margin-left: auto; }
.site-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.25s;
  position: relative;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -6px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
  transition: right 0.35s var(--ease-out);
}
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { right: 0; }
.header-cta { flex: none; }

/* ═══ JOURNEY (pinned cinematic canvas) ═════════════════── */
.journey { position: relative; background: var(--navy-950); }
.journey__pin {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
#journey-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.journey__poster { position: absolute; inset: 0; }
.journey__poster img { width: 100%; height: 100%; object-fit: cover; }
.journey__poster.is-hidden { display: none; }

.journey__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 115%, rgba(3, 8, 22, 0.88) 0%, transparent 52%),
    linear-gradient(90deg, rgba(3, 8, 22, 0.62) 0%, rgba(3, 8, 22, 0.22) 38%, transparent 62%),
    linear-gradient(180deg, rgba(3, 8, 22, 0.55) 0%, transparent 22%, transparent 72%, rgba(3, 8, 22, 0.82) 100%);
  pointer-events: none;
}

.grain {
  position: absolute;
  inset: -60px;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain-shift 0.9s steps(4) infinite;
}
@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-18px, 12px); }
  50% { transform: translate(14px, -16px); }
  75% { transform: translate(-10px, -8px); }
  100% { transform: translate(0, 0); }
}

/* progress rail */
.journey__rail {
  position: absolute;
  right: clamp(16px, 3vw, 40px);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 18px;
  z-index: 6;
}
.rail__line {
  position: absolute;
  top: 4px; bottom: 4px;
  right: 3.5px;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
}
.rail__line b { position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: linear-gradient(180deg, var(--orange), var(--blue)); }
.rail__dot {
  position: relative;
  z-index: 2;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.rail__dot.is-active {
  background: var(--orange);
  box-shadow: 0 0 12px rgba(255, 138, 42, 0.8);
  transform: scale(1.25);
}

/* layered content */
.j-layer {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(90px, 12vh, 140px) clamp(24px, 6vw, 96px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.j-layer.is-visible { visibility: visible; }

.hero-content { max-width: 820px; }
.hero-content .eyebrow { align-self: flex-start; margin-bottom: 22px; }
.hero-content h1 {
  font-size: clamp(34px, 5.6vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
  text-shadow: 0 4px 40px rgba(2, 6, 18, 0.6);
}
.hero-sub {
  margin-top: 20px;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(15.5px, 1.5vw, 18px);
  text-shadow: 0 2px 22px rgba(2, 6, 18, 0.8);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-content .btn, .hero-content a { pointer-events: auto; }

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.scroll-hint__wheel {
  width: 20px; height: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  position: relative;
}
.scroll-hint__wheel::after {
  content: "";
  position: absolute;
  top: 6px; left: 50%;
  width: 3px; height: 7px;
  margin-left: -1.5px;
  border-radius: 3px;
  background: var(--orange);
  animation: wheel 1.8s ease-in-out infinite;
}
@keyframes wheel { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(10px); opacity: 0; } 100% { opacity: 0; } }

/* journey steps */
.j-step { max-width: 560px; }
.j-step--right { align-items: flex-end; text-align: right; margin-left: auto; }
.j-step--right .j-step__kicker { align-self: flex-end; }
.j-step--center { align-items: center; text-align: center; max-width: 760px; margin-inline: auto; }
.j-step__kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--orange-soft);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 138, 42, 0.35);
  align-self: flex-start;
}
.j-step h2 {
  font-size: clamp(26px, 3.8vw, 46px);
  font-weight: 700;
  line-height: 1.14;
  text-wrap: balance;
  text-shadow: 0 4px 36px rgba(2, 6, 18, 0.7);
}
.j-step p {
  margin-top: 16px;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 17.5px);
  max-width: 470px;
  text-shadow: 0 2px 20px rgba(2, 6, 18, 0.85);
}
.j-step--right p { margin-left: auto; }
.j-step--center p { margin-inline: auto; }

/* journey choice (step 7) */
.j-choice { align-items: center; text-align: center; justify-content: center; }
.j-choice__kicker { align-self: center; }
.j-choice__title {
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 700;
  margin-bottom: clamp(20px, 3.5vh, 36px);
  text-shadow: 0 4px 36px rgba(2, 6, 18, 0.7);
}
.j-choice__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
  width: min(920px, 100%);
}
.choice-card {
  pointer-events: auto;
  text-align: left;
  padding: clamp(20px, 2.6vw, 32px);
  border-radius: var(--radius);
  background: var(--glass);
  border: 1px solid var(--stroke);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition: transform 0.4s var(--ease-out), border-color 0.35s, background 0.35s;
  display: grid;
  gap: 12px;
  justify-items: start;
}
.choice-card:hover, .choice-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(255, 138, 42, 0.4);
  background: rgba(16, 33, 66, 0.62);
  outline: none;
}
.choice-card[data-path="assinatura"]:hover, .choice-card[data-path="assinatura"]:focus-visible { border-color: rgba(77, 168, 255, 0.45); }
.choice-card__tag {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-soft);
  background: rgba(255, 138, 42, 0.1);
  border: 1px solid rgba(255, 138, 42, 0.3);
  padding: 5px 12px;
  border-radius: 100px;
}
.choice-card[data-path="assinatura"] .choice-card__tag {
  color: var(--blue-soft);
  background: rgba(77, 168, 255, 0.1);
  border-color: rgba(77, 168, 255, 0.32);
}
.choice-card h3 { font-size: clamp(17px, 1.8vw, 22px); line-height: 1.25; }
.choice-card p { color: var(--muted); font-size: 14.5px; }
.choice-card .btn { margin-top: 6px; }

/* ═══ SECTIONS (shared) ═════════════════════════════════── */
.section { position: relative; padding: clamp(80px, 11vw, 150px) 0; }
.section--analysis {
  background:
    radial-gradient(90% 60% at 85% 0%, rgba(77, 168, 255, 0.08) 0%, transparent 60%),
    radial-gradient(70% 50% at 10% 100%, rgba(255, 138, 42, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 30%, var(--navy-900) 100%);
}

.reveal { opacity: 0; transform: translateY(34px); }
body.no-motion .reveal { opacity: 1; transform: none; }

/* ── Upload / análise ───────────────────────────────────── */
.analysis-grid { display: grid; gap: 26px; }

.upload-panel { max-width: 760px; }
.upload-box {
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  border: 1.5px dashed rgba(255, 255, 255, 0.22);
  background: var(--glass-2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: clamp(34px, 5vw, 58px) clamp(22px, 4vw, 48px);
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s, transform 0.3s var(--ease-out), box-shadow 0.3s;
}
.upload-box:hover, .upload-box:focus-visible {
  border-color: rgba(255, 138, 42, 0.55);
  background: rgba(16, 33, 66, 0.5);
  box-shadow: 0 20px 60px -30px rgba(255, 138, 42, 0.35);
  outline: none;
}
.upload-box.is-drag {
  border-color: var(--orange);
  background: rgba(255, 138, 42, 0.08);
  transform: scale(1.01);
}
.upload-box__icon {
  width: 74px; height: 74px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: var(--orange);
  background: rgba(255, 138, 42, 0.1);
  border: 1px solid rgba(255, 138, 42, 0.3);
  box-shadow: 0 0 0 10px rgba(255, 138, 42, 0.04);
}
.upload-box__icon svg { width: 40px; height: 40px; }
.upload-box__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(17px, 2vw, 21px); }
.upload-box__title span { color: var(--orange-soft); }
.upload-box__types { margin-top: 8px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); }
.upload-box__file {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}
.upload-box__file .ic { color: var(--orange-soft); font-size: 18px; }
.upload-box__file em { font-style: normal; color: var(--muted-2); font-size: 13px; }
.upload-box__scan {
  position: absolute;
  left: 0; right: 0;
  top: -12%;
  height: 12%;
  background: linear-gradient(180deg, transparent, rgba(77, 168, 255, 0.28), transparent);
  opacity: 0;
  pointer-events: none;
}
.upload-box.is-scanning .upload-box__scan { opacity: 1; animation: scanline 1.6s linear infinite; }
@keyframes scanline { to { top: 100%; } }

.upload-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 16px;
  font-size: 13.5px;
  color: var(--muted-2);
  max-width: 560px;
}
.upload-note .ic { font-size: 16px; color: var(--blue); margin-top: 2px; }
.upload-demo {
  margin-top: 12px;
  font-size: 13.5px;
  color: var(--blue-soft);
  border-bottom: 1px dashed rgba(143, 198, 255, 0.4);
  padding-bottom: 1px;
  transition: color 0.25s, border-color 0.25s;
}
.upload-demo:hover { color: var(--white); border-color: var(--white); }

/* AI status */
.ai-status {
  max-width: 760px;
  border-radius: var(--radius);
  border: 1px solid rgba(77, 168, 255, 0.22);
  background: linear-gradient(160deg, rgba(13, 27, 58, 0.66), rgba(7, 17, 41, 0.66));
  backdrop-filter: blur(14px);
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  gap: 20px;
}
.ai-status__pulse { display: flex; gap: 6px; }
.ai-status__pulse span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue);
  animation: ai-pulse 1.1s ease-in-out infinite;
}
.ai-status__pulse span:nth-child(2) { animation-delay: 0.18s; }
.ai-status__pulse span:nth-child(3) { animation-delay: 0.36s; }
@keyframes ai-pulse { 50% { transform: translateY(-6px); opacity: 0.45; } }

.ai-steps { list-style: none; display: grid; gap: 13px; }
.ai-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--muted-2);
  opacity: 0.4;
  transition: opacity 0.4s, color 0.4s;
}
.ai-steps li i {
  width: 18px; height: 18px;
  flex: none;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  position: relative;
  transition: border-color 0.3s, background 0.3s;
}
.ai-steps li.is-active { opacity: 1; color: var(--white); }
.ai-steps li.is-active i { border-color: var(--blue); box-shadow: 0 0 12px rgba(77, 168, 255, 0.5); }
.ai-steps li.is-done { opacity: 1; color: var(--muted); }
.ai-steps li.is-done i { background: var(--blue); border-color: var(--blue); }
.ai-steps li.is-done i::after {
  content: "";
  position: absolute;
  inset: 4px 3.5px 5px 5px;
  border-left: 2px solid #04101F;
  border-bottom: 2px solid #04101F;
  transform: rotate(-45deg);
}

/* ── Dashboard demo ─────────────────────────────────────── */
.dashboard { margin-top: clamp(30px, 4vw, 48px); }
.dashboard__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--blue-soft);
  border: 1px solid rgba(77, 168, 255, 0.3);
  background: rgba(77, 168, 255, 0.08);
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
}
.dashboard__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); animation: ai-pulse 1.4s infinite; }

.dash-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.dash-card {
  grid-column: span 2;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: linear-gradient(165deg, rgba(16, 33, 66, 0.6) 0%, rgba(7, 17, 41, 0.72) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-card);
  padding: 22px 22px 24px;
  display: grid;
  gap: 14px;
  align-content: start;
  opacity: 0;
  transform: translateY(26px);
  transition: border-color 0.3s, transform 0.45s var(--ease-out), box-shadow 0.35s;
}
.dashboard.is-live .dash-card { opacity: 1; transform: none; }
.dash-card:hover { border-color: var(--stroke-2); transform: translateY(-4px); }
.dash-card header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dash-card h3 { font-size: 15.5px; font-weight: 600; letter-spacing: 0; }
.dash-chip {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-soft);
  background: rgba(77, 168, 255, 0.1);
  border: 1px solid rgba(77, 168, 255, 0.25);
  padding: 4px 9px;
  border-radius: 100px;
  white-space: nowrap;
}
.dash-chip--orange { color: var(--orange-soft); background: rgba(255, 138, 42, 0.1); border-color: rgba(255, 138, 42, 0.3); }

.dash-big { display: flex; align-items: baseline; gap: 8px; font-family: var(--font-display); }
.dash-big b { font-size: clamp(34px, 3vw, 44px); font-weight: 700; line-height: 1; }
.dash-big small { font-size: 13.5px; color: var(--muted-2); font-family: var(--font-body); }
.dash-big--orange b, .dash-big--orange span { color: var(--orange); text-shadow: 0 0 30px rgba(255, 138, 42, 0.35); }
.dash-line { font-size: 13.5px; color: var(--muted-2); }
.dash-line b { color: var(--white); font-weight: 600; }

.dash-card--consumo { grid-column: span 3; }
.dash-card--tarifa { grid-column: span 3; }
.dash-card--economia { grid-column: span 2; }
.dash-card--solucoes { grid-column: span 4; }
.dash-card--melhor { grid-column: span 6; }

.dash-chart { display: flex; align-items: flex-end; gap: 5px; height: 92px; margin-top: 4px; }
.dash-chart i {
  flex: 1;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, rgba(77, 168, 255, 0.85), rgba(77, 168, 255, 0.15));
  height: calc(var(--h) * 1%);
  min-height: 8%;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 0.7s var(--ease-out);
  position: relative;
}
.dash-chart i.hi { background: linear-gradient(180deg, var(--orange), rgba(255, 138, 42, 0.18)); }
.dashboard.is-live .dash-chart i { transform: scaleY(1); }
.dash-chart i span {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 0.05em;
  color: var(--muted-2);
  font-style: normal;
}
.dash-chart { margin-bottom: 16px; }

.dash-list { list-style: none; display: grid; gap: 11px; }
.dash-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
.dash-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.dash-list span { color: var(--muted-2); }
.dash-list b { font-weight: 600; text-align: right; }
.dash-list .flag { color: #FF6B6B; }

.dash-meter { height: 7px; border-radius: 100px; background: rgba(255, 255, 255, 0.08); overflow: hidden; }
.dash-meter span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--orange-soft), var(--orange));
  box-shadow: 0 0 14px rgba(255, 138, 42, 0.5);
  transition: width 1.1s var(--ease-out) 0.3s;
}
.dashboard.is-live .dash-meter span { width: var(--pct); }

.dash-rank { list-style: none; display: grid; gap: 13px; }
.dash-rank li {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr 44px;
  align-items: center;
  gap: 14px;
  font-size: 14px;
}
.dash-rank span { color: var(--muted); }
.dash-rank i {
  height: 7px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.07);
  position: relative;
  overflow: hidden;
}
.dash-rank i::after {
  content: "";
  position: absolute;
  inset: 0 100% 0 0;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: inset 0.9s var(--ease-out) 0.25s;
}
.dash-rank li:first-child i::after { background: linear-gradient(90deg, var(--orange-soft), var(--orange)); }
.dashboard.is-live .dash-rank i::after { inset: 0 calc(100% - var(--w)) 0 0; }
.dash-rank b { font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }

.best-path { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.best-path__icon {
  width: 62px; height: 62px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--orange);
  background: rgba(255, 138, 42, 0.1);
  border: 1px solid rgba(255, 138, 42, 0.32);
}
.best-path__icon svg { width: 36px; height: 36px; }
.best-path h4 { font-size: 19px; margin-bottom: 5px; }
.best-path p { font-size: 14.5px; color: var(--muted); max-width: 560px; }
.best-path p b { color: var(--white); }
.best-path__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.dash-disclaimer { margin-top: 18px; font-size: 12.5px; color: var(--muted-2); }

/* ── Soluções ───────────────────────────────────────────── */
.section--solutions {
  background:
    radial-gradient(80% 55% at 15% 0%, rgba(255, 138, 42, 0.05) 0%, transparent 55%),
    var(--navy-900);
}
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sol-card {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: linear-gradient(165deg, rgba(16, 33, 66, 0.5) 0%, rgba(7, 17, 41, 0.62) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 26px 24px 24px;
  display: grid;
  gap: 13px;
  align-content: start;
  transition: transform 0.45s var(--ease-out), border-color 0.35s, box-shadow 0.4s;
  overflow: hidden;
}
.sol-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 200px at var(--mx, 50%) var(--my, 0%), rgba(255, 138, 42, 0.1), transparent 65%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.sol-card:hover { transform: translateY(-6px); border-color: rgba(255, 176, 107, 0.35); box-shadow: 0 30px 70px -30px rgba(2, 6, 18, 0.9); }
.sol-card:hover::before { opacity: 1; }
.sol-card__icon {
  width: 54px; height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--orange);
  background: rgba(255, 138, 42, 0.09);
  border: 1px solid rgba(255, 138, 42, 0.28);
}
.sol-card__icon--blue { color: var(--blue); background: rgba(77, 168, 255, 0.09); border-color: rgba(77, 168, 255, 0.3); }
.sol-card__icon svg { width: 30px; height: 30px; }
.sol-card h3 { font-size: 19px; }
.sol-card > p { font-size: 14.5px; color: var(--muted); }
.sol-card__best { font-size: 13.5px; color: var(--muted-2); border-left: 2px solid rgba(255, 138, 42, 0.4); padding-left: 12px; }
.sol-card__best span {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-soft);
  margin-bottom: 3px;
}
.sol-card__cta {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14.5px;
  color: var(--orange-soft);
  transition: color 0.25s, gap 0.3s var(--ease-out);
}
.sol-card__cta i { font-style: normal; transition: transform 0.3s var(--ease-out); }
.sol-card__cta:hover { color: var(--white); }
.sol-card__cta:hover i { transform: translateX(4px); }

.sol-card--cta {
  background: linear-gradient(150deg, rgba(255, 138, 42, 0.14) 0%, rgba(16, 33, 66, 0.55) 55%, rgba(77, 168, 255, 0.1) 100%);
  border-color: rgba(255, 138, 42, 0.3);
  justify-items: start;
  gap: 15px;
}
.sol-card--cta h3 { font-size: 21px; }
.sol-card--cta .microcopy { margin-top: 0; }

/* ── Decisão ────────────────────────────────────────────── */
.section--decision {
  background:
    radial-gradient(70% 60% at 85% 20%, rgba(77, 168, 255, 0.07) 0%, transparent 55%),
    var(--navy-950);
}
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.decision-card {
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  border: 1px solid var(--stroke);
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: transform 0.5s var(--ease-out), border-color 0.35s, box-shadow 0.45s;
  box-shadow: var(--shadow-card);
}
.decision-card:hover, .decision-card:focus-visible { transform: translateY(-6px); outline: none; }
.decision-card[data-path="solar"]:hover, .decision-card[data-path="solar"]:focus-visible { border-color: rgba(255, 138, 42, 0.5); box-shadow: 0 34px 80px -34px rgba(255, 138, 42, 0.4); }
.decision-card[data-path="assinatura"]:hover, .decision-card[data-path="assinatura"]:focus-visible { border-color: rgba(77, 168, 255, 0.5); box-shadow: 0 34px 80px -34px rgba(77, 168, 255, 0.4); }
.decision-card__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 1.2s var(--ease-out);
  filter: saturate(1.05);
}
.decision-card:hover .decision-card__media { transform: scale(1.12); }
.decision-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(3, 8, 22, 0.05) 0%, rgba(3, 8, 22, 0.55) 55%, rgba(3, 8, 22, 0.93) 100%);
}
.decision-card__body {
  position: relative;
  z-index: 2;
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  gap: 12px;
  justify-items: start;
}
.decision-card__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-soft);
  background: rgba(5, 13, 31, 0.55);
  border: 1px solid rgba(255, 138, 42, 0.4);
  padding: 6px 12px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.decision-card__tag--blue { color: var(--blue-soft); border-color: rgba(77, 168, 255, 0.45); }
.decision-card h3 { font-size: clamp(21px, 2.3vw, 28px); }
.decision-card p { color: var(--muted); font-size: 15px; max-width: 440px; }
.decision-card .btn { margin-top: 8px; pointer-events: none; }

/* ── Confiança ──────────────────────────────────────────── */
.section--trust { background: var(--navy-900); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-card {
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: var(--glass-2);
  backdrop-filter: blur(12px);
  padding: 26px 22px;
  display: grid;
  gap: 13px;
  align-content: start;
  transition: transform 0.4s var(--ease-out), border-color 0.3s;
}
.trust-card:hover { transform: translateY(-4px); border-color: rgba(77, 168, 255, 0.3); }
.trust-card__icon {
  width: 50px; height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--blue);
  background: rgba(77, 168, 255, 0.09);
  border: 1px solid rgba(77, 168, 255, 0.28);
}
.trust-card__icon svg { width: 28px; height: 28px; }
.trust-card h3 { font-size: 17px; }
.trust-card p { font-size: 14px; color: var(--muted); }

/* ── CTA final ──────────────────────────────────────────── */
.section--final { background: var(--navy-950); }
.final-panel {
  position: relative;
  border-radius: calc(var(--radius) + 10px);
  border: 1px solid rgba(255, 138, 42, 0.25);
  background:
    radial-gradient(110% 150% at 50% -30%, rgba(255, 138, 42, 0.16) 0%, transparent 55%),
    radial-gradient(90% 120% at 90% 120%, rgba(77, 168, 255, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, rgba(16, 33, 66, 0.72) 0%, rgba(5, 13, 31, 0.9) 100%);
  backdrop-filter: blur(18px);
  padding: clamp(44px, 6vw, 84px) clamp(24px, 6vw, 90px);
  text-align: center;
  overflow: hidden;
}
.final-panel__glow {
  position: absolute;
  top: -140px; left: 50%;
  transform: translateX(-50%);
  width: 480px; height: 280px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 138, 42, 0.35) 0%, transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}
.final-panel h2 { font-size: clamp(27px, 3.8vw, 46px); line-height: 1.14; max-width: 800px; margin-inline: auto; text-wrap: balance; }
.final-panel p { color: var(--muted); max-width: 640px; margin: 18px auto 0; font-size: clamp(15px, 1.4vw, 17.5px); }
.final-panel__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.final-panel .microcopy { justify-content: center; }

/* ═══ FOOTER ════════════════════════════════════════════── */
.site-footer { background: var(--navy-950); border-top: 1px solid var(--stroke); padding: 44px 0 34px; }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-nav a { font-size: 13.5px; color: var(--muted); transition: color 0.25s; }
.footer-nav a:hover { color: var(--white); }
.footer-tagline { margin-top: 22px; font-size: 14px; color: var(--muted); }
.footer-disclaimer { margin-top: 12px; font-size: 12px; color: var(--muted-2); max-width: 820px; line-height: 1.7; }
.footer-copy { margin-top: 20px; font-size: 12.5px; color: var(--muted-2); }

/* ═══ PATH OVERLAY ══════════════════════════════════════── */
.path-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
}
.path-overlay.is-open { opacity: 1; }
.path-overlay__bg { position: absolute; inset: 0; background: var(--navy-950); overflow: hidden; }
.path-overlay__bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.path-overlay__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 22, 0.9) 0%, rgba(3, 8, 22, 0.55) 45%, rgba(3, 8, 22, 0.25) 100%),
    linear-gradient(0deg, rgba(3, 8, 22, 0.75) 0%, transparent 40%);
}
.path-overlay__close {
  position: absolute;
  top: 22px; right: 24px;
  z-index: 5;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--stroke-2);
  background: rgba(5, 13, 31, 0.6);
  backdrop-filter: blur(10px);
  font-size: 16px;
  transition: background 0.3s, transform 0.3s var(--ease-out);
}
.path-overlay__close:hover { background: rgba(255, 255, 255, 0.12); transform: rotate(90deg); }
.path-overlay__content {
  position: relative;
  z-index: 3;
  width: min(600px, calc(100% - 48px));
  margin-left: clamp(24px, 7vw, 110px);
  display: grid;
  gap: 20px;
  justify-items: start;
}
.path-overlay__content h2 { font-size: clamp(26px, 3.4vw, 42px); line-height: 1.12; text-wrap: balance; }
.path-steps { list-style: none; display: grid; gap: 12px; }
.path-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15.5px;
  color: var(--muted);
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out), color 0.3s;
}
.path-steps li.is-in { opacity: 1; transform: none; }
.path-steps li.is-in.is-lead { color: var(--white); }
.path-steps li b {
  width: 34px; height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--orange-soft);
  border: 1px solid rgba(255, 138, 42, 0.4);
  background: rgba(255, 138, 42, 0.08);
}
.path-overlay[data-mode="assinatura"] .path-steps li b { color: var(--blue-soft); border-color: rgba(77, 168, 255, 0.42); background: rgba(77, 168, 255, 0.08); }
.path-result { display: flex; align-items: center; gap: 18px; margin-top: 4px; }
.path-result__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(46px, 6vw, 72px);
  line-height: 1;
  color: var(--orange);
  text-shadow: 0 0 44px rgba(255, 138, 42, 0.45);
  display: flex;
  align-items: baseline;
}
.path-result__num i { font-style: normal; font-size: 0.55em; }
.path-overlay[data-mode="assinatura"] .path-result__num { color: var(--blue); text-shadow: 0 0 44px rgba(77, 168, 255, 0.45); }
.path-result p { max-width: 220px; font-size: 14.5px; color: var(--muted); line-height: 1.45; }
.path-overlay__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

/* ═══ STICKY CTA ════════════════════════════════════════── */
.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: 100px;
  background: linear-gradient(135deg, #FFA24F 0%, var(--orange) 45%, var(--orange-deep) 100%);
  color: #1A0D00;
  box-shadow: 0 16px 40px -12px rgba(255, 138, 42, 0.65);
  transform: translateY(120px);
  opacity: 0;
  transition: transform 0.55s var(--ease-out), opacity 0.45s, box-shadow 0.3s;
  pointer-events: none;
}
.sticky-cta .ic { font-size: 16px; }
.sticky-cta.is-on { transform: none; opacity: 1; pointer-events: auto; }
.sticky-cta:hover { box-shadow: 0 20px 52px -12px rgba(255, 138, 42, 0.85); }

/* ═══ RESPONSIVE ════════════════════════════════════════── */
@media (max-width: 1024px) {
  .sol-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-card--consumo, .dash-card--tarifa { grid-column: span 6; }
  .dash-card--economia { grid-column: span 3; }
  .dash-card--solucoes { grid-column: span 3; }
}

@media (max-width: 860px) {
  .site-nav { display: none; }
  .journey__rail { display: none; }
  .j-step { max-width: 100%; justify-content: flex-end; padding-bottom: 96px; }
  .j-step--right { text-align: left; align-items: flex-start; }
  .j-step--right .j-step__kicker { align-self: flex-start; }
  .j-step--right p { margin-left: 0; }
  .j-step--center { text-align: left; align-items: flex-start; }
  .j-step--center p { margin-inline: 0; }
  .hero-content { justify-content: flex-end; padding-bottom: 110px; }
  .j-choice { justify-content: flex-end; padding-bottom: 90px; text-align: left; align-items: flex-start; }
  .j-choice__kicker { align-self: flex-start; }
  .j-choice__cards { grid-template-columns: 1fr; gap: 12px; }
  .choice-card { padding: 18px; gap: 9px; }
  .choice-card p { font-size: 13.5px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-card { min-height: 400px; }
  .dash-card--economia, .dash-card--solucoes { grid-column: span 6; }
  .dash-rank li { grid-template-columns: minmax(110px, 150px) 1fr 40px; gap: 10px; }
  .scroll-hint { display: none; }
}

@media (max-width: 640px) {
  .wrap { width: calc(100% - 36px); }
  .header-cta { display: none; }
  .site-header { padding-inline: 18px; }
  .sol-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .btn { white-space: normal; text-align: center; }
  .btn--lg { padding: 15px 22px; font-size: 15px; }
  .hero-ctas .btn { width: 100%; }
  .final-panel__ctas { flex-direction: column; align-items: stretch; }
  .sticky-cta { right: 14px; bottom: 14px; left: 14px; justify-content: center; }
  .path-overlay__content { margin-inline: 20px; }
  .best-path__ctas .btn { width: 100%; }
}

/* ═══ REDUCED MOTION ════════════════════════════════════── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
body.no-motion .journey__pin { position: relative !important; }
body.no-motion .j-layer {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding-block: 40px;
  pointer-events: auto;
}
body.no-motion .grain { display: none; }
