/* =========================================================================
   POWERMIETER — Landingpage styles (lp- prefix). Builds on tokens.css.
   Premium Energy SaaS · Navy + Cyan · mobile-first.
   ========================================================================= */

.lp-page { min-height: 100vh; background:
    radial-gradient(1100px 620px at 84% -8%, color-mix(in oklab, var(--accent) 9%, transparent), transparent 60%),
    linear-gradient(180deg, var(--bg-grad-a), var(--bg-grad-b));
  color: var(--text); overflow-x: clip; }

.lp-wrap { width: 100%; max-width: 1208px; margin: 0 auto; padding: 0 24px; }
.lp-sec { padding: 86px 0; }
.lp-sec-tight { padding: 64px 0; }
@media (max-width: 760px){ .lp-sec { padding: 56px 0; } .lp-wrap { padding: 0 18px; } }

/* Section header */
.lp-head { max-width: 720px; }
.lp-head-c { margin: 0 auto; text-align: center; }
.lp-eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--accent); display: inline-flex; align-items: center; gap: 8px; }
.lp-eyebrow svg { width: 15px; height: 15px; }
.lp-h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.025em; line-height: 1.06;
  font-size: clamp(28px, 4.2vw, 46px); margin: 14px 0 0; text-wrap: balance; }
.lp-lede { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--text-2); margin: 16px 0 0; text-wrap: pretty; }
.lp-head-c .lp-eyebrow { justify-content: center; }

/* =================== TOP BAR / PROCESS RAIL =================== */
.lp-topbar { position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklab, var(--bg) 78%, transparent);
  backdrop-filter: saturate(1.4) blur(16px); -webkit-backdrop-filter: saturate(1.4) blur(16px);
  border-bottom: 1px solid var(--border); }
.lp-topbar-in { max-width: 1280px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; gap: 22px; }
.lp-topbar-brand { flex: none; }
.lp-topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; flex: none; }
.lp-themebtn { width: 40px; height: 40px; border-radius: var(--radius-pill); border: 1px solid var(--border-strong);
  background: var(--surface); color: var(--text-2); display: grid; place-items: center; cursor: pointer;
  transition: all .18s var(--ease); }
.lp-themebtn:hover { color: var(--text); border-color: var(--text-3); }

/* Process rail */
.lp-rail { display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none;
  -ms-overflow-style: none; flex: 1; min-width: 0; }
.lp-rail::-webkit-scrollbar { display: none; }
.lp-rail-step { flex: none; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px;
  border-radius: var(--radius-pill); background: transparent; border: 1px solid transparent; cursor: pointer;
  color: var(--text-3); font-family: var(--font-sans); transition: all .2s var(--ease); white-space: nowrap; }
.lp-rail-step:hover { color: var(--text-2); background: var(--surface-2); }
.lp-rail-num { flex: none; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  font-size: 12.5px; font-weight: 700; background: var(--surface-3); color: var(--text-3);
  border: 1.5px solid var(--border-strong); transition: all .2s var(--ease); }
.lp-rail-num svg { width: 14px; height: 14px; }
.lp-rail-lbl { font-size: 13.5px; font-weight: 600; }
.lp-rail-step[data-state='active'] { background: var(--accent-tint); border-color: var(--accent-tint-border); color: var(--accent); }
.lp-rail-step[data-state='active'] .lp-rail-num { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); box-shadow: 0 4px 12px -3px color-mix(in oklab, var(--accent) 60%, transparent); }
.lp-rail-step[data-state='done'] { color: var(--text-2); }
.lp-rail-step[data-state='done'] .lp-rail-num { background: color-mix(in oklab, var(--positive) 16%, var(--surface)); color: var(--positive); border-color: color-mix(in oklab, var(--positive) 45%, transparent); }
.lp-rail-sep { flex: none; width: 16px; height: 1.5px; background: var(--border-strong); border-radius: 2px; }
@media (max-width: 1080px){ .lp-rail-lbl { display: none; } .lp-rail-step { padding: 7px; } .lp-rail-sep { width: 10px; } }
@media (max-width: 1080px){ .lp-rail-step[data-state='active'] .lp-rail-lbl { display: inline; } }
@media (max-width: 640px){ .lp-topbar-in { gap: 12px; padding: 10px 16px; } }

/* =================== HERO =================== */
.lp-hero-shell { padding: 26px 0 12px; }
@media (max-width: 760px){ .lp-hero-shell { padding: 14px 0 0; } }
.lp-hero { position: relative; border-radius: var(--radius-xl); overflow: hidden;
  display: grid; grid-template-columns: 1.04fr .96fr; align-items: stretch; min-height: 560px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--lp-hero-border); }
.lp-hero[data-style='dark'] {
  --lp-hero-ink: #EAF1F8; --lp-hero-ink2: #A9BBD3; --lp-hero-border: #21364f;
  background:
    radial-gradient(120% 90% at 88% 10%, color-mix(in oklab, var(--accent-400) 22%, transparent), transparent 55%),
    radial-gradient(90% 80% at 0% 100%, color-mix(in oklab, var(--positive-400) 12%, transparent), transparent 60%),
    linear-gradient(155deg, #0E1B30, #070D17 70%); }
.lp-hero[data-style='light'] {
  --lp-hero-ink: #0F1A2E; --lp-hero-ink2: #4A5A70; --lp-hero-border: var(--border);
  background:
    radial-gradient(120% 90% at 90% 4%, color-mix(in oklab, var(--accent) 14%, transparent), transparent 55%),
    linear-gradient(155deg, #FFFFFF, #EEF3F8); }
.lp-hero-copy { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.lp-hero-eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-400); display: inline-flex; align-items: center; gap: 8px; }
.lp-hero[data-style='light'] .lp-hero-eyebrow { color: var(--accent-600); }
.lp-hero-badge { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  padding: 7px 13px 7px 9px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 600;
  background: color-mix(in oklab, var(--lp-hero-ink) 8%, transparent); color: var(--lp-hero-ink);
  border: 1px solid color-mix(in oklab, var(--lp-hero-ink) 16%, transparent); margin-bottom: 22px; }
.lp-hero-badge svg { width: 16px; height: 16px; color: var(--accent-400); }
.lp-hero-h1 { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; line-height: 1.02;
  font-size: clamp(33px, 4.6vw, 58px); margin: 0; color: var(--lp-hero-ink); text-wrap: balance; }
.lp-hero-h1 em { font-style: normal; color: var(--accent-400); }
.lp-hero[data-style='light'] .lp-hero-h1 em { color: var(--accent-600); }
.lp-hero-sub { font-size: clamp(15.5px, 1.45vw, 18.5px); line-height: 1.58; color: var(--lp-hero-ink2);
  margin: 20px 0 0; max-width: 30em; text-wrap: pretty; }
.lp-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lp-hero[data-style='dark'] .btn-ghost { color: #EAF1F8; border-color: #34507088; }
.lp-hero[data-style='dark'] .btn-ghost:hover { background: #ffffff12; border-color: #4a688c; }
.lp-trustrow { display: flex; flex-wrap: wrap; gap: 8px 8px; margin-top: 30px; }
.lp-trust-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12.8px; font-weight: 600;
  padding: 8px 12px; border-radius: var(--radius-pill); color: var(--lp-hero-ink2);
  background: color-mix(in oklab, var(--lp-hero-ink) 6%, transparent);
  border: 1px solid color-mix(in oklab, var(--lp-hero-ink) 12%, transparent); }
.lp-trust-chip svg { width: 15px; height: 15px; color: var(--positive-400); }
.lp-hero[data-style='light'] .lp-trust-chip svg { color: var(--positive-600); }

/* Hero visual */
.lp-hero-visual { position: relative; min-height: 420px; overflow: hidden; }
.lp-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.lp-hero[data-style='dark'] .lp-hero-visual::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, #070D17 0%, transparent 26%); pointer-events: none; }
.lp-hero[data-style='light'] .lp-hero-visual::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, #EEF3F8 0%, transparent 24%); pointer-events: none; }
.lp-hero-float { position: absolute; left: 26px; bottom: 26px; z-index: 3; width: 232px; padding: 16px 18px;
  border-radius: var(--radius-md); background: color-mix(in oklab, var(--navy-900) 64%, transparent);
  backdrop-filter: blur(14px); border: 1px solid #ffffff1f; box-shadow: var(--shadow-pop); color: #EAF1F8; }
.lp-hero[data-style='light'] .lp-hero-float { background: color-mix(in oklab, #fff 80%, transparent); border-color: var(--border); color: var(--text); }
.lp-hero-float-top { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--accent-300); }
.lp-hero[data-style='light'] .lp-hero-float-top { color: var(--accent-600); }
.lp-hero-float-top svg { width: 15px; height: 15px; }
.lp-hero-float-big { font-family: var(--font-display); font-weight: 800; font-size: 38px; line-height: 1; margin: 8px 0 10px; letter-spacing: -.02em; }
.lp-hero-float-big span { font-size: 19px; opacity: .7; margin-left: 2px; }
.lp-hero-float-bar { height: 7px; border-radius: 99px; background: #ffffff1c; overflow: hidden; }
.lp-hero[data-style='light'] .lp-hero-float-bar { background: var(--surface-3); }
.lp-hero-float-bar span { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--warn-500), var(--accent-400)); transition: width 1.2s var(--ease); }
.lp-hero-float-sub { font-size: 11.8px; line-height: 1.45; margin-top: 9px; color: #ffffffae; }
.lp-hero[data-style='light'] .lp-hero-float-sub { color: var(--text-3); }

/* energy pulse dots over hero */
.lp-pulse { position: absolute; width: 9px; height: 9px; border-radius: 50%; z-index: 2; filter: blur(.3px);
  box-shadow: 0 0 10px 3px currentColor; pointer-events: none; }
@media (prefers-reduced-motion: no-preference){
  .lp-pulse-pv { color: var(--warn-500); background: #FFD27A; left: 49%; top: 8%; animation: lp-fall 2.6s var(--ease) infinite; }
  .lp-pulse-grid { color: var(--accent-400); background: #8DE9FB; left: 49%; bottom: 6%; animation: lp-rise2 3s var(--ease) infinite .6s; }
}
@keyframes lp-fall { 0%{ transform: translateY(0); opacity: 0; } 12%{opacity:1;} 80%{opacity:.9;} 100%{ transform: translateY(190px); opacity: 0; } }
@keyframes lp-rise2 { 0%{ transform: translateY(0); opacity: 0; } 14%{opacity:1;} 100%{ transform: translateY(-150px); opacity: 0; } }

@media (max-width: 940px){
  .lp-hero { grid-template-columns: 1fr; min-height: 0; }
  .lp-hero-visual { min-height: 360px; order: 2; }
  .lp-hero[data-style='dark'] .lp-hero-visual::after { background: linear-gradient(0deg, #070D17 0%, transparent 30%); }
  .lp-hero[data-style='light'] .lp-hero-visual::after { background: linear-gradient(0deg, #EEF3F8 0%, transparent 28%); }
  .lp-hero-img { object-position: 50% 36%; }
}
@media (max-width: 480px){ .lp-hero-visual { min-height: 300px; } .lp-hero-float { width: 200px; left: 16px; bottom: 16px; } }

/* =================== HOW IT WORKS =================== */
.lp-how { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 4vw, 60px); align-items: center; margin-top: 44px; }
.lp-how-visual { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border);
  box-shadow: var(--shadow-lg); background: linear-gradient(160deg, #FBFCFE, #EEF3F8); }
.lp-how-visual img { display: block; width: 100%; height: auto; }
.lp-steps { display: flex; flex-direction: column; gap: 6px; }
.lp-step { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 18px; border-radius: var(--radius-md);
  border: 1px solid transparent; transition: all .2s var(--ease); }
.lp-step:hover { background: var(--surface); border-color: var(--border); box-shadow: var(--shadow-sm); }
.lp-step-n { flex: none; width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 18px; background: var(--surface-2);
  color: var(--accent); border: 1px solid var(--accent-tint-border); }
.lp-step:nth-child(2) .lp-step-n { color: var(--warn-500); border-color: var(--warn-200); background: var(--warn-50); }
.lp-step-t { font-family: var(--font-display); font-weight: 700; font-size: 18px; margin: 4px 0 0; letter-spacing: -.01em; }
.lp-step-d { font-size: 14.5px; line-height: 1.55; color: var(--text-2); margin: 7px 0 0; }
@media (max-width: 860px){ .lp-how { grid-template-columns: 1fr; gap: 30px; } }

.lp-disclose { margin-top: 34px; }
.lp-disclose .card { padding: 4px 22px; }

/* =================== BENEFITS =================== */
.lp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.lp-benefit { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .22s var(--ease), box-shadow .22s var(--ease); position: relative; overflow: hidden; }
.lp-benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.lp-benefit-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: var(--accent-tint); color: var(--accent); border: 1px solid var(--accent-tint-border); margin-bottom: 18px; }
.lp-benefit-ic svg { width: 23px; height: 23px; }
.lp-benefit-t { font-family: var(--font-display); font-weight: 700; font-size: 18.5px; letter-spacing: -.01em; }
.lp-benefit-d { font-size: 14.5px; line-height: 1.58; color: var(--text-2); margin-top: 9px; }
.lp-benefit-tag { position: absolute; top: 18px; right: 18px; font-size: 11px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--positive); background: var(--positive-tint); padding: 4px 9px; border-radius: 99px;
  border: 1px solid color-mix(in oklab, var(--positive) 28%, transparent); }
@media (max-width: 880px){ .lp-benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .lp-benefits { grid-template-columns: 1fr; } }

/* =================== PAULA =================== */
.lp-paula { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: center; margin-top: 40px; }
.lp-paula-bullets { display: flex; flex-direction: column; gap: 13px; margin: 26px 0 28px; }
.lp-paula-b { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: flex-start; }
.lp-paula-b-ic { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: var(--positive-tint); color: var(--positive); margin-top: 1px; }
.lp-paula-b-ic svg { width: 15px; height: 15px; }
.lp-paula-b span { font-size: 15px; line-height: 1.5; color: var(--text); }
.lp-paula-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border);
  box-shadow: var(--shadow-lg); background: linear-gradient(160deg, #102544, #0A1626); padding: 30px 28px; color: #EAF1F8; }
.lp-paula-card-glow { position: absolute; width: 320px; height: 320px; right: -90px; top: -110px; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in oklab, var(--accent-400) 40%, transparent), transparent 65%); pointer-events: none; }
.lp-paula-id { display: flex; align-items: center; gap: 14px; position: relative; }
.lp-paula-av { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid #ffffff2e; flex: none; }
.lp-paula-id-name { font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.lp-paula-id-role { font-size: 13px; color: var(--accent-300); margin-top: 2px; }
.lp-paula-chatprev { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; position: relative; }
.lp-bubble { max-width: 84%; padding: 11px 14px; border-radius: 15px; font-size: 13.8px; line-height: 1.5; }
.lp-bubble-q { align-self: flex-end; background: var(--accent); color: var(--accent-ink); border-bottom-right-radius: 5px; font-weight: 600; }
.lp-bubble-a { align-self: flex-start; background: #ffffff14; border: 1px solid #ffffff1c; color: #DDE8F4; border-bottom-left-radius: 5px; }
.lp-paula-cta { margin-top: 22px; }
.lp-paula-micro { font-size: 13px; color: var(--text-3); margin-top: 16px; max-width: 38em; line-height: 1.55; }
@media (max-width: 860px){ .lp-paula { grid-template-columns: 1fr; gap: 30px; } }

/* Full dashboard showcase */
.lp-dashshow { margin-top: 46px; }
.lp-browser { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lg); background: var(--surface); }
.lp-browser-bar { display: flex; align-items: center; gap: 8px; padding: 11px 16px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.lp-browser-dot { width: 11px; height: 11px; border-radius: 50%; }
.lp-browser-url { margin-left: 12px; font-family: var(--font-mono); font-size: 12.5px; color: var(--text-3);
  background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 5px 12px; flex: 1; max-width: 360px; }
.lp-browser-body img { display: block; width: 100%; height: auto; }
.lp-cap { text-align: center; font-size: 13px; color: var(--text-3); margin-top: 14px; }

/* =================== INTEREST FORM =================== */
.lp-form-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(26px, 3.5vw, 52px); align-items: start; margin-top: 40px; }
.lp-form-aside { position: sticky; top: 96px; }
.lp-form-points { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.lp-form-point { display: grid; grid-template-columns: auto 1fr; gap: 13px; }
.lp-form-point-ic { flex: none; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: var(--surface); border: 1px solid var(--border); color: var(--accent); box-shadow: var(--shadow-sm); }
.lp-form-point-ic svg { width: 19px; height: 19px; }
.lp-form-point b { font-size: 14.5px; font-weight: 600; }
.lp-form-point p { font-size: 13.5px; color: var(--text-2); margin: 3px 0 0; line-height: 1.5; }
.lp-formcard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg); padding: clamp(22px, 3vw, 34px); }
.lp-form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp-form-row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.lp-prefill { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-radius: var(--radius-sm);
  background: var(--accent-tint); border: 1px solid var(--accent-tint-border); font-size: 13.5px; color: var(--text-2); }
.lp-prefill svg { flex: none; width: 18px; height: 18px; color: var(--accent); }
.lp-prefill b { color: var(--text); font-weight: 600; }
.lp-form-stack { display: flex; flex-direction: column; gap: 18px; }
.lp-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.lp-form-note { font-size: 12.5px; color: var(--text-3); display: inline-flex; align-items: center; gap: 7px; }
.lp-form-note svg { width: 15px; height: 15px; }
/* success */
.lp-success { text-align: center; padding: 18px 8px; }
.lp-success-ic { width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center;
  background: var(--positive-tint); color: var(--positive); border: 1px solid color-mix(in oklab, var(--positive) 30%, transparent); }
.lp-success-ic svg { width: 32px; height: 32px; }
.lp-success h3 { font-family: var(--font-display); font-weight: 700; font-size: 24px; margin: 0; }
.lp-success p { color: var(--text-2); margin: 12px auto 0; max-width: 34em; line-height: 1.6; }
.lp-success-next { display: flex; gap: 12px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
@media (max-width: 860px){ .lp-form-grid { grid-template-columns: 1fr; gap: 26px; } .lp-form-aside { position: static; } }
@media (max-width: 540px){ .lp-form-row2, .lp-form-row3 { grid-template-columns: 1fr; } }

/* =================== TIMELINE =================== */
.lp-timeline { position: relative; margin-top: 46px; padding-left: 4px; }
.lp-tl-line { position: absolute; left: 27px; top: 14px; bottom: 14px; width: 2.5px; background: var(--border-strong); border-radius: 4px; }
.lp-tl-fill { position: absolute; left: 27px; top: 14px; width: 2.5px; background: linear-gradient(180deg, var(--positive), var(--accent)); border-radius: 4px; transition: height .5s var(--ease); height: 0; }
.lp-tl-item { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 12px 0 30px; }
.lp-tl-dot { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; flex: none; z-index: 2;
  background: var(--surface); border: 2px solid var(--border-strong); color: var(--text-3); transition: all .4s var(--ease); }
.lp-tl-dot svg { width: 23px; height: 23px; }
.lp-tl-item[data-on='true'] .lp-tl-dot { border-color: var(--positive); color: var(--positive); background: var(--positive-tint);
  box-shadow: 0 0 0 6px color-mix(in oklab, var(--positive) 12%, transparent); }
.lp-tl-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 18px 22px; box-shadow: var(--shadow-sm); transition: all .4s var(--ease); align-self: center; }
.lp-tl-item[data-on='true'] .lp-tl-card { border-color: var(--accent-tint-border); box-shadow: var(--shadow-md); }
.lp-tl-step { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.lp-tl-t { font-family: var(--font-display); font-weight: 700; font-size: 18px; margin: 4px 0 0; letter-spacing: -.01em; }
.lp-tl-d { font-size: 14px; line-height: 1.55; color: var(--text-2); margin: 7px 0 0; }
.lp-tl-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: var(--positive);
  margin-top: 10px; opacity: 0; transform: translateY(3px); transition: all .4s var(--ease); }
.lp-tl-badge svg { width: 14px; height: 14px; }
.lp-tl-item[data-on='true'] .lp-tl-badge { opacity: 1; transform: none; }
@media (max-width: 540px){ .lp-tl-item { grid-template-columns: 46px 1fr; gap: 14px; } .lp-tl-dot { width: 46px; height: 46px; } .lp-tl-line, .lp-tl-fill { left: 22px; } }

/* =================== APP PREVIEW =================== */
.lp-app { border-radius: var(--radius-xl); overflow: hidden; margin-top: 44px; position: relative;
  background: radial-gradient(120% 100% at 50% -10%, #11223C, #070D17 75%); border: 1px solid #21364f; box-shadow: var(--shadow-lg); }
.lp-app-inner { padding: clamp(26px, 4vw, 52px) clamp(20px, 3vw, 44px) 0; text-align: center; color: #EAF1F8; }
.lp-app .lp-eyebrow { color: var(--accent-300); justify-content: center; }
.lp-app-h { font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em; font-size: clamp(26px, 3.6vw, 40px); margin: 12px 0 0; }
.lp-app-sub { color: #A9BBD3; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.55; margin: 14px auto 0; max-width: 40em; }
.lp-app-toggle { display: inline-flex; gap: 6px; margin: 26px auto 0; padding: 5px; border-radius: var(--radius-pill);
  background: #ffffff10; border: 1px solid #ffffff1e; }
.lp-app-toggle button { border: 0; background: transparent; color: #A9BBD3; font-family: var(--font-sans); font-weight: 600;
  font-size: 14px; padding: 9px 20px; border-radius: var(--radius-pill); cursor: pointer; transition: all .2s var(--ease); display: inline-flex; align-items: center; gap: 8px; }
.lp-app-toggle button svg { width: 16px; height: 16px; }
.lp-app-toggle button[data-on='true'] { background: var(--accent-400); color: #04222A; box-shadow: 0 6px 16px -6px #22d3ee66; }
.lp-app-kpis { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 36px; margin: 30px auto 6px; }
.lp-kpi-v { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -.02em;
  color: #fff; line-height: 1; }
.lp-kpi-v em { font-style: normal; color: var(--accent-300); font-size: .6em; margin-left: 3px; }
.lp-kpi-l { font-size: 12.8px; color: #8FA3BD; margin-top: 7px; }
.lp-app-photo { margin-top: 26px; }
.lp-app-photo img { display: block; width: 100%; height: auto; }
.lp-app-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 0 auto;
  padding: 0 0 clamp(28px, 4vw, 48px); }
.lp-app-col { background: #ffffff0a; border: 1px solid #ffffff16; border-radius: var(--radius-lg); padding: 22px 24px; text-align: left; }
.lp-app-col[data-dim='true'] { opacity: .42; }
.lp-app-col-h { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #fff; }
.lp-app-col-h svg { width: 18px; height: 18px; color: var(--accent-300); }
.lp-app-li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #C2D0E2; line-height: 1.45; margin-top: 13px; }
.lp-app-li svg { flex: none; width: 16px; height: 16px; color: var(--positive-400); margin-top: 2px; }
@media (max-width: 680px){ .lp-app-cols { grid-template-columns: 1fr; } .lp-app-photo { overflow-x: auto; scrollbar-width: none; }
  .lp-app-photo img { width: 720px; max-width: none; } .lp-app-photo::-webkit-scrollbar { display: none; } }

/* =================== FAQ =================== */
.lp-faq { max-width: 800px; margin: 40px auto 0; }
.lp-faq .card { padding: 4px 26px; }

/* =================== FINAL CTA =================== */
.lp-final { position: relative; border-radius: var(--radius-xl); overflow: hidden; padding: clamp(40px, 6vw, 72px) clamp(26px, 4vw, 60px);
  background: radial-gradient(110% 130% at 12% 10%, #16294A, #080F1C 70%); border: 1px solid #21364f; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.lp-final-glow { position: absolute; width: 420px; height: 420px; right: -60px; bottom: -160px; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in oklab, var(--accent-400) 30%, transparent), transparent 65%); pointer-events: none; }
.lp-final .lp-eyebrow { color: var(--accent-300); }
.lp-final-h { font-family: var(--font-display); font-weight: 800; letter-spacing: -.025em; line-height: 1.05;
  font-size: clamp(28px, 4vw, 46px); color: #fff; margin: 14px 0 0; text-wrap: balance; }
.lp-final-sub { color: #A9BBD3; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.58; margin: 16px 0 0; max-width: 34em; }
.lp-final-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.lp-final-side { position: relative; }
.lp-final-paula { background: #ffffff0c; border: 1px solid #ffffff1c; border-radius: var(--radius-lg); padding: 22px; backdrop-filter: blur(8px); }
.lp-final-paula-id { display: flex; align-items: center; gap: 13px; }
.lp-final-paula-av { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid #ffffff2e; }
.lp-final-paula-name { font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 17px; }
.lp-final-paula-role { font-size: 12.5px; color: var(--accent-300); margin-top: 2px; }
.lp-final-paula-q { margin-top: 16px; background: #ffffff12; border: 1px solid #ffffff1c; border-radius: 13px;
  border-bottom-left-radius: 5px; padding: 12px 14px; font-size: 13.5px; color: #DDE8F4; line-height: 1.5; }
@media (max-width: 800px){ .lp-final { grid-template-columns: 1fr; gap: 28px; } }

/* =================== FOOTER =================== */
.lp-footer { border-top: 1px solid var(--border); padding: 46px 0 60px; margin-top: 30px; }
.lp-footer-in { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; align-items: flex-start; }
.lp-footer-tag { font-size: 13.5px; color: var(--text-3); margin-top: 14px; max-width: 30em; line-height: 1.55; }
.lp-footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.lp-footer-col h5 { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); margin: 0 0 12px; }
.lp-footer-col a { display: block; font-size: 14px; color: var(--text-2); text-decoration: none; margin-bottom: 9px; transition: color .15s; }
.lp-footer-col a:hover { color: var(--accent); }
.lp-footer-legal { border-top: 1px solid var(--border); margin-top: 34px; padding-top: 22px; display: flex; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--text-3); }

/* =================== FLOATING PAULA CHAT =================== */
.lp-fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 11px;
  padding: 8px 18px 8px 8px; border-radius: var(--radius-pill); border: 0; cursor: pointer;
  background: var(--navy-800); color: #fff; box-shadow: var(--shadow-pop); font-family: var(--font-sans); font-weight: 600; font-size: 14.5px;
  transition: transform .18s var(--ease); }
.lp-fab:hover { transform: translateY(-2px); }
.lp-fab img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.lp-fab-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--positive-400); box-shadow: 0 0 0 3px #14b98133; position: absolute; left: 38px; top: 8px; }
@media (max-width: 760px){ .lp-fab { bottom: calc(72px + env(safe-area-inset-bottom)); right: 16px; padding: 8px; } .lp-fab span { display: none; } }

.lp-chat { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: min(380px, calc(100vw - 32px)); height: min(560px, calc(100vh - 110px));
  background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow-pop);
  display: flex; flex-direction: column; overflow: hidden; animation: lp-chatin .26s var(--ease) both; }
@keyframes lp-chatin { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }
.lp-chat-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: linear-gradient(120deg, #102544, #0A1626); color: #fff; }
.lp-chat-head img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid #ffffff2e; }
.lp-chat-head-n { font-family: var(--font-display); font-weight: 700; font-size: 15.5px; }
.lp-chat-head-s { font-size: 12px; color: var(--accent-300); display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.lp-chat-head-s::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--positive-400); }
.lp-chat-close { margin-left: auto; width: 32px; height: 32px; border-radius: 9px; border: 0; background: #ffffff16; color: #fff; cursor: pointer; display: grid; place-items: center; }
.lp-chat-close:hover { background: #ffffff28; }
.lp-chat-body { flex: 1; overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 12px; background: var(--surface-2); }
.lp-chat-msg { max-width: 86%; padding: 11px 14px; border-radius: 15px; font-size: 14px; line-height: 1.5; }
.lp-chat-msg-a { align-self: flex-start; background: var(--surface); border: 1px solid var(--border); color: var(--text); border-bottom-left-radius: 5px; box-shadow: var(--shadow-sm); }
.lp-chat-msg-q { align-self: flex-end; background: var(--accent); color: var(--accent-ink); font-weight: 600; border-bottom-right-radius: 5px; }
.lp-chat-typing { align-self: flex-start; display: flex; gap: 4px; padding: 13px 15px; background: var(--surface); border: 1px solid var(--border); border-radius: 15px; }
.lp-chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--text-3); animation: lp-typing 1.2s infinite; }
.lp-chat-typing span:nth-child(2){ animation-delay: .18s; } .lp-chat-typing span:nth-child(3){ animation-delay: .36s; }
@keyframes lp-typing { 0%,60%,100%{ transform: translateY(0); opacity: .4; } 30%{ transform: translateY(-4px); opacity: 1; } }
.lp-chat-sugg { padding: 12px 14px; border-top: 1px solid var(--border); background: var(--surface); display: flex; flex-wrap: wrap; gap: 8px; }
.lp-chat-sugg button { border: 1px solid var(--accent-tint-border); background: var(--accent-tint); color: var(--accent); font-family: var(--font-sans);
  font-weight: 600; font-size: 12.8px; padding: 8px 13px; border-radius: var(--radius-pill); cursor: pointer; transition: all .15s var(--ease); }
.lp-chat-sugg button:hover { background: var(--accent); color: var(--accent-ink); }
@media (max-width: 760px){ .lp-chat { right: 0; bottom: 0; width: 100vw; height: 100dvh; border-radius: 0; max-height: none; } }

/* =================== MOBILE STICKY CTA =================== */
.lp-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: color-mix(in oklab, var(--bg) 86%, transparent); backdrop-filter: blur(14px); border-top: 1px solid var(--border);
  display: none; }
.lp-sticky .btn { width: 100%; }
@media (max-width: 760px){ .lp-sticky { display: block; } body { } }

/* =================== reveal animation =================== */
/* Content is VISIBLE by default; the entrance is a keyframe enhancement so that
   if the animation never runs, nothing is ever stuck at opacity:0. */
.lp-reveal { opacity: 1; transform: none; }
@keyframes lp-rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference){
  .lp-reveal[data-in='true'] { animation: lp-rise-in .7s var(--ease) both; }
  .lp-reveal[data-in='true'][data-delay='1']{ animation-delay: .07s; } .lp-reveal[data-in='true'][data-delay='2']{ animation-delay: .14s; }
  .lp-reveal[data-in='true'][data-delay='3']{ animation-delay: .21s; } .lp-reveal[data-in='true'][data-delay='4']{ animation-delay: .28s; }
  .lp-reveal[data-in='true'][data-delay='5']{ animation-delay: .35s; }
}

/* tweaks accent override hook applied on :root via JS sets --accent etc. */

/* animations off (tweak) */
.lp-anim-off .lp-reveal { animation: none !important; opacity: 1 !important; transform: none !important; }
.lp-anim-off .lp-pulse { display: none !important; }
.lp-anim-off .lp-hero-float-bar span { transition: none !important; }
