/* Elius — Signal Atlas
   Graphite + electric signal. Not another teal fintech. */

.landing-body {
  --ink: #090a0c;
  --ink-2: #12141a;
  --ink-3: #1c1f28;
  --fog: #e9ebf0;
  --fog-dim: #a8adb8;
  --signal: #d4ff3f;
  --signal-ink: #101208;
  --line-dark: rgba(233, 235, 240, 0.12);
  --font-display: "Unbounded", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;

  margin: 0;
  color: var(--fog);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  background: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.landing-body h1,
.landing-body h2,
.landing-body h3 {
  font-family: var(--font-body);
  letter-spacing: -0.035em;
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

.lp-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  z-index: 60;
  background: var(--signal);
  transition: width 0.08s linear;
}

/* Header */
.lp-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px clamp(18px, 4vw, 44px);
  transition: background 0.4s ease, border-color 0.4s ease, padding 0.3s ease;
  border-bottom: 1px solid transparent;
}

.lp-header.scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(9, 10, 12, 0.82);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom-color: var(--line-dark);
}

.lp-header .brand-elius {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  padding: 4px 0;
  overflow: visible;
  line-height: 1;
}

.lp-header .brand-logo-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  display: block;
  overflow: visible;
}

.lp-header .brand-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  white-space: nowrap;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 8px 22px;
}

.lp-nav a {
  text-decoration: none;
  color: rgba(233, 235, 240, 0.78);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.lp-nav a:hover {
  color: #fff;
}

.lp-nav-cta {
  background: var(--signal) !important;
  color: var(--signal-ink) !important;
  padding: 10px 16px;
  font-weight: 800 !important;
  font-size: 0.82rem !important;
  letter-spacing: -0.01em;
  border-radius: 4px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.lp-nav-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* Hero — woman left, copy in the landscape she looks toward */
.lp-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(240px, 0.86fr) minmax(340px, 1.14fr);
  align-items: center;
  color: #fff;
  padding: 100px clamp(24px, 5.5vw, 80px) 72px;
}

.lp-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lp-hero-img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: 16% 34%;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.05);
  filter: saturate(0.92) contrast(1.04);
}

.lp-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 12, 16, 0.18) 0%, rgba(8, 12, 16, 0.04) 34%, rgba(8, 12, 16, 0.28) 62%, rgba(8, 12, 16, 0.38) 100%),
    linear-gradient(180deg, rgba(8, 12, 16, 0.4) 0%, transparent 28%, rgba(8, 12, 16, 0.42) 100%);
}

.lp-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.lp-hero-stage {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 640px;
  animation: heroIn 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}

.lp-hero-copy {
  width: min(100%, 520px);
  padding: clamp(22px, 2.8vw, 36px) clamp(28px, 3.4vw, 44px) clamp(28px, 3.2vw, 40px);
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(165deg, rgba(10, 14, 18, 0.48) 0%, rgba(10, 14, 18, 0.26) 100%);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.lp-hero-brand {
  display: block;
  width: min(188px, 58%);
  margin: 0 auto 6px;
  overflow: hidden;
  aspect-ratio: 788 / 512;
}

.lp-hero-brand::after {
  content: "";
  width: 42px;
  height: 2px;
  margin-top: 4px;
  border-radius: 2px;
  background: rgba(232, 176, 80, 0.9);
}

.lp-hero-kicker {
  display: none;
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.lp-brand-hero-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  mix-blend-mode: lighten;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.45));
  animation: logoPulse 5.5s ease-in-out infinite;
}

@keyframes logoPulse {
  0%, 100% { filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.45)); }
  50% { filter: drop-shadow(0 16px 40px rgba(232, 176, 80, 0.22)); }
}

.lp-hero h1 {
  margin: 16px auto 0;
  max-width: 12ch;
  font-size: clamp(2.2rem, 4.6vw, 3.45rem);
  font-weight: 750;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #fff;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

.lp-hero-lead {
  margin: 16px auto 26px;
  max-width: 36ch;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(245, 242, 236, 0.88);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.lp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lp-btn-signal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 50px;
  padding: 0 22px;
  background: var(--signal);
  color: var(--signal-ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.lp-btn-signal:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.lp-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 50px;
  padding: 0 22px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.lp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
}

.lp-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 22px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  display: grid;
  place-items: start center;
  padding-top: 7px;
  text-decoration: none;
  z-index: 2;
}

.lp-scroll-hint span {
  width: 2px;
  height: 8px;
  background: var(--signal);
  animation: scrollDot 1.8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0.15; }
  100% { transform: translateY(0); opacity: 1; }
}

/* Benefits marquee — keep as continuous lateral scroll */
.lp-marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-block: 1px solid rgba(233, 235, 240, 0.1);
  background: #090a0c;
  padding: 16px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  scrollbar-width: none;
}

.lp-marquee::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.lp-marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: lpMarquee 42s linear infinite;
  will-change: transform;
}

.lp-marquee:hover .lp-marquee-track {
  animation-play-state: paused;
}

.lp-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(18px, 3vw, 32px);
  padding-right: clamp(18px, 3vw, 32px);
}

.lp-marquee-group span {
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1.5vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(233, 235, 240, 0.92);
  white-space: nowrap;
}

.lp-marquee-sep {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: var(--signal);
  transform: rotate(45deg);
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden;
}

@keyframes lpMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Sections */
.lp-section {
  padding: clamp(80px, 12vw, 140px) 0;
  position: relative;
}

.lp-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 32px);
}

.lp-wrap.narrow {
  max-width: 640px;
  text-align: center;
}

.lp-kicker {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal);
}

.lp-idea {
  background:
    radial-gradient(700px 380px at 90% 20%, rgba(212, 255, 63, 0.06), transparent 60%),
    var(--ink);
}

.lp-idea-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.lp-idea-copy h2,
.lp-duo-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  color: #fff;
  max-width: 16ch;
  line-height: 1.15;
}

.lp-idea-copy p,
.lp-duo-copy p {
  margin: 0;
  color: var(--fog-dim);
  font-size: 1.06rem;
  line-height: 1.65;
  font-weight: 400;
  max-width: 38ch;
}

.lp-idea-media,
.lp-duo-media {
  margin: 0;
  position: relative;
  min-height: 460px;
  perspective: 1200px;
  isolation: isolate;
}

.lp-media-3d {
  position: relative;
  height: 100%;
  min-height: 460px;
  transform-style: preserve-3d;
  transform: rotateY(-9deg) rotateX(3deg) rotateZ(1.2deg);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(18px 28px 40px rgba(0, 0, 0, 0.45));
}

.lp-duo-media .lp-media-3d {
  transform: rotateY(9deg) rotateX(3deg) rotateZ(-1.2deg);
  filter: drop-shadow(-18px 28px 40px rgba(0, 0, 0, 0.45));
}

.lp-idea-media:hover .lp-media-3d {
  transform: rotateY(-4deg) rotateX(1deg) rotateZ(0.4deg) scale(1.02);
}

.lp-duo-media:hover .lp-media-3d {
  transform: rotateY(4deg) rotateX(1deg) rotateZ(-0.4deg) scale(1.02);
}

/* Offset signal silhouette behind */
.lp-idea-media::before,
.lp-duo-media::before {
  content: "";
  position: absolute;
  inset: 8% -4% -6% 8%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(212, 255, 63, 0.22), transparent 60%);
  clip-path: polygon(8% 0, 100% 0, 100% 78%, 86% 100%, 0 100%, 0 14%);
  transform: translate3d(14px, 18px, -40px);
}

.lp-duo-media::before {
  inset: 8% 8% -6% -4%;
  clip-path: polygon(0 0, 92% 0, 100% 14%, 100% 100%, 14% 100%, 0 78%);
  transform: translate3d(-14px, 18px, -40px);
}

.lp-idea-media::after,
.lp-duo-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(212, 255, 63, 0.55);
}

.lp-idea-media::after {
  right: 6%;
  bottom: 4%;
  width: 42%;
  height: 38%;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 28px 0;
}

.lp-duo-media::after {
  left: 6%;
  bottom: 4%;
  width: 42%;
  height: 38%;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 28px;
}

.lp-idea-media img,
.lp-duo-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

/* Asymmetric shape — not a square */
.lp-idea-media img {
  border-radius: 8px 72px 8px 96px;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 88% 100%, 0 100%);
}

.lp-duo-media img {
  border-radius: 96px 8px 72px 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 82%);
}

.lp-duo {
  background: var(--ink-2);
}

.lp-duo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

/* Product — dashboard screenshot */
.lp-product {
  min-height: 100svh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 84px 0 24px;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(212, 255, 63, 0.07), transparent 55%),
    var(--ink);
  overflow: hidden;
}

.lp-product-fit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-product .lp-wrap {
  width: min(1160px, 100%);
}

.lp-product-intro {
  max-width: 40rem;
  margin: 0 auto 20px;
  text-align: center;
}

.lp-product-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  color: #fff;
  line-height: 1.15;
}

.lp-product-intro p {
  margin: 0 auto;
  color: var(--fog-dim);
  font-size: 1.06rem;
  line-height: 1.65;
  font-weight: 400;
  max-width: 44ch;
}

.lp-product-stage {
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(233, 235, 240, 0.14);
  background: #eceef2;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(212, 255, 63, 0.08);
}

.lp-dash-scale {
  width: 100%;
  overflow: hidden;
}

.lp-dash {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  width: 980px;
  min-width: 980px;
  min-height: 640px;
  transform-origin: top left;
  color: #12141a;
  font-family: "Manrope", system-ui, sans-serif;
  pointer-events: none;
  user-select: none;
}

.lp-dash h3,
.lp-dash h4,
.lp-dash p,
.lp-dash small,
.lp-dash strong {
  margin: 0;
  font-family: inherit;
  letter-spacing: -0.02em;
}

.lp-dash-side {
  background: #090a0c;
  color: #e9ebf0;
  padding: 18px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-dash-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
}

.lp-dash-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.lp-dash-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  background: #14161c;
}

.lp-dash-avatar,
.lp-dash-gemeo-row i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d4ff3f;
  color: #101208;
  font-size: 0.72rem;
  font-weight: 800;
}

.lp-dash-user strong,
.lp-dash-user small {
  display: block;
}

.lp-dash-user strong { font-size: 0.78rem; }
.lp-dash-user small { color: #a8adb8; font-size: 0.68rem; }

.lp-dash-nav {
  display: grid;
  gap: 4px;
}

.lp-dash-nav span {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #c5c9d1;
}

.lp-dash-nav span.is-on {
  background: #d4ff3f;
  color: #101208;
  font-weight: 700;
}

.lp-dash-saldo {
  margin-top: auto;
  text-align: center;
  padding: 14px 10px;
  border-radius: 1rem;
  background: #14161c;
  box-shadow:
    rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.09) 0px 16px 8px;
}

.lp-dash-saldo p {
  color: #8b919e;
  font-size: 0.68rem;
  font-weight: 600;
}

.lp-dash-saldo strong {
  display: block;
  margin: 6px 0 8px;
  font-size: 1.05rem;
  color: #fff;
}

.lp-dash-saldo em {
  display: inline-block;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
  color: #d4ff3f;
  background: rgba(212, 255, 63, 0.16);
  padding: 3px 7px;
  border-radius: 4px;
}

.lp-dash-saldo b {
  display: block;
  margin-top: 10px;
  border: 1px solid rgba(233, 235, 240, 0.16);
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 0.68rem;
  font-weight: 650;
  color: #e9ebf0;
}

.lp-dash-main {
  background:
    radial-gradient(800px 400px at 8% -8%, rgba(212, 255, 63, 0.08), transparent 50%),
    #eceef2;
  padding: 20px 22px 24px;
}

.lp-dash-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.lp-dash-top h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #12141a;
}

.lp-dash-top p {
  margin-top: 4px;
  color: #6b7280;
  font-size: 0.78rem;
}

.lp-dash-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lp-dash-tools span {
  padding: 5px 9px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2e5eb;
  font-size: 0.7rem;
  font-weight: 700;
  color: #12141a;
}

.lp-dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.lp-dash-kpis article {
  background: linear-gradient(135deg, rgba(224, 224, 224, 0.35), rgba(192, 192, 192, 0.18));
  border-radius: 18px;
  padding: 12px 14px;
  box-shadow:
    6px 6px 12px rgba(0, 0, 0, 0.16),
    -4px -4px 10px rgba(255, 255, 255, 0.55);
}

.lp-dash-kpis small {
  display: block;
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.lp-dash-kpis strong {
  font-size: 1.2rem;
  color: #12141a;
}

.lp-dash-kpis .income strong { color: #1f9d6c; }
.lp-dash-kpis .expense strong { color: #c2410c; }

.lp-dash-mid,
.lp-dash-bottom {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.lp-dash-mid { grid-template-columns: 1.55fr 0.9fr; }
.lp-dash-bottom { grid-template-columns: repeat(3, 1fr); }

.lp-dash-gemeo,
.lp-dash-humor,
.lp-dash-bottom article {
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 10px 28px rgba(18, 20, 26, 0.06);
}

.lp-dash-card-head,
.lp-dash-harm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.lp-dash h4 {
  font-size: 0.88rem;
  font-weight: 800;
  color: #12141a;
}

.lp-dash-card-head span {
  background: #eaf6b8;
  color: #12141a;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
}

.lp-dash-gemeo-row {
  display: grid;
  grid-template-columns: 90px 1fr 110px;
  gap: 10px;
  align-items: center;
  margin: 14px 0 10px;
}

.lp-dash-gemeo-row > div {
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.lp-dash-gemeo-row small { color: #6b7280; font-size: 0.68rem; }
.lp-dash-gemeo-row strong { font-size: 0.82rem; }
.lp-dash-gemeo > p {
  font-size: 0.72rem;
  color: #6b7280;
}

.lp-dash-track {
  position: relative;
  height: 46px;
}

.lp-dash-track span {
  position: absolute;
  top: 0;
  font-size: 0.62rem;
  color: #6b7280;
  font-weight: 700;
}

.lp-dash-track span:nth-child(1) { left: 0; }
.lp-dash-track span:nth-child(2) { left: 50%; transform: translateX(-50%); }
.lp-dash-track span:nth-child(3) { right: 0; }

.lp-dash-track b {
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  height: 6px;
  border-radius: 999px;
  background: #dce3e0;
}

.lp-dash-track b::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 56%;
  border-radius: inherit;
  background: #0b6b5c;
}

.lp-dash-humor {
  text-align: center;
}

.lp-dash-humor p {
  color: #6b7280;
  font-size: 0.72rem;
}

.lp-dash-humor .up {
  color: #c2410c;
  font-weight: 700;
  margin-top: 2px;
}

.lp-dash-ring {
  --pct: 80;
  width: 118px;
  height: 118px;
  margin: 12px auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle closest-side, #fff 64%, transparent 65%),
    conic-gradient(#0b6b5c calc(var(--pct) * 1%), #e6ebe8 0);
}

.lp-dash-ring span {
  font-size: 1.35rem;
  font-weight: 800;
  color: #12141a;
}

.lp-dash-ring small {
  display: block;
  font-size: 0.62rem;
  color: #6b7280;
}

.lp-dash-ring.sm {
  width: 72px;
  height: 72px;
  margin: 0;
}

.lp-dash-ring.sm span { font-size: 0.85rem; }

.lp-dash-bottom label {
  display: block;
  margin-top: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #12141a;
}

.lp-dash-bottom label em {
  display: block;
  margin-top: 5px;
  padding: 8px 10px;
  border: 1px solid #e2e5eb;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  color: #9aa1ac;
}

.lp-dash-bottom ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.lp-dash-bottom li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 8px;
  padding: 8px 0;
  border-bottom: 1px solid #eef1f4;
  font-size: 0.78rem;
}

.lp-dash-bottom li small {
  grid-column: 1;
  color: #6b7280;
  font-size: 0.66rem;
}

.lp-dash-bottom li b {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.62rem;
  padding: 3px 7px;
  border-radius: 999px;
  background: #e8f7ef;
  color: #1f9d6c;
}

.lp-dash-bottom li b.warn {
  background: #fff4e5;
  color: #c2410c;
}

.lp-dash-harm {
  margin-top: 12px;
  align-items: center;
  justify-content: flex-start;
}

.lp-dash-harm small {
  color: #6b7280;
  font-size: 0.66rem;
}

.lp-dash-harm strong {
  display: block;
  font-size: 0.8rem;
  margin: 3px 0;
}

.lp-dash-harm p {
  font-size: 0.68rem;
  color: #6b7280;
}

/* Benefits — image + copy rows */
.lp-benefits {
  background: var(--ink-2);
}

.lp-benefits-intro {
  margin: 0 0 clamp(40px, 7vw, 64px);
  max-width: 36rem;
}

.lp-benefits-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  color: #fff;
  max-width: 16ch;
  line-height: 1.15;
}

.lp-benefits-intro .lp-sub {
  max-width: 40ch;
}

.lp-benefit-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(48px, 8vw, 88px);
}

.lp-benefit-row:last-child {
  margin-bottom: 0;
}

.lp-benefit-row.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lp-benefit-row.reverse .lp-benefit-media {
  order: 2;
}

.lp-benefit-row.reverse .lp-benefit-copy {
  order: 1;
}

.lp-benefit-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px 48px 4px 64px;
  min-height: 280px;
}

.lp-benefit-row.reverse .lp-benefit-media {
  border-radius: 64px 4px 48px 4px;
}

.lp-benefit-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.lp-benefit-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 2.3vw, 1.85rem);
  color: #fff;
  max-width: 16ch;
  line-height: 1.18;
}

.lp-benefit-copy p:not(.lp-kicker) {
  margin: 0;
  color: var(--fog-dim);
  font-size: 1.04rem;
  line-height: 1.65;
  font-weight: 400;
  max-width: 36ch;
}

/* Proof — editorial list, no cards */
.lp-proof {
  background:
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
}

.lp-proof-title {
  margin: 0 0 48px;
  font-size: clamp(1.65rem, 3.1vw, 2.45rem);
  color: #fff;
  max-width: 18ch;
  line-height: 1.15;
}

.lp-proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-dark);
  overflow: visible;
}

.lp-proof-list li,
.lp-proof-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
  align-items: start;
}

.lp-proof-item {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-proof-item.lp-from-right {
  transform: translate3d(72px, 8px, 0);
}

.lp-proof-item.lp-from-left {
  transform: translate3d(-72px, 8px, 0);
}

.lp-proof-item.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Já estava na tela no refresh — aparece sem animar */
.lp-proof-item.is-in.is-static {
  transition: none !important;
}

.lp-proof-list li:hover {
  background: rgba(212, 255, 63, 0.03);
}

.lp-proof-list li > span {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--signal);
  letter-spacing: -0.02em;
  padding-top: 4px;
}

.lp-proof-list h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}

.lp-proof-list p {
  margin: 0;
  color: var(--fog-dim);
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 48ch;
}

/* Plans — interactive cards only */
.plans-band {
  background:
    radial-gradient(900px 480px at 50% -20%, rgba(212, 255, 63, 0.08), transparent 55%),
    var(--ink-2);
  padding-top: clamp(72px, 8vw, 96px);
  padding-bottom: clamp(56px, 7vw, 88px);
  overflow: visible;
  scroll-margin-top: 88px;
}

.lp-plans-intro {
  margin-bottom: 28px;
  max-width: 560px;
}

.lp-plans-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.1vw, 2.45rem);
  color: #fff;
  line-height: 1.15;
}

.lp-sub {
  margin: 0;
  color: var(--fog-dim);
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 400;
}

.lp-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
  overflow: visible;
  padding-top: 10px;
}

.lp-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--ink-3);
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  padding: 24px 22px 22px;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    background 0.3s ease;
}

.lp-plan.in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lp-plan:nth-child(1).in { transition-delay: 0.05s; }
.lp-plan:nth-child(2).in { transition-delay: 0.12s; }
.lp-plan:nth-child(3).in { transition-delay: 0.2s; }

.lp-plan.popular {
  border-color: rgba(212, 255, 63, 0.45);
  background: linear-gradient(165deg, #1f2418 0%, var(--ink-3) 55%);
}

.lp-plan.popular.in {
  transform: translate3d(0, -8px, 0);
}

.lp-plan:hover {
  border-color: rgba(212, 255, 63, 0.35);
}

.lp-plan-badge {
  position: absolute;
  top: -1px;
  right: 16px;
  background: var(--signal);
  color: var(--signal-ink);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 0 0 4px 4px;
}

.lp-plan-name {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fog-dim);
}

.lp-plan-price {
  margin: 16px 0 10px;
  font-family: var(--font-body);
  font-size: clamp(2.2rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
}

.lp-plan-price small {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 4px;
  color: var(--fog-dim);
}

.lp-plan-tagline {
  margin: 0 0 16px;
  color: var(--fog-dim);
  font-size: 0.92rem;
  line-height: 1.5;
  min-height: 0;
}

.lp-plan ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
  flex: 1;
}

.lp-plan li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--fog);
  line-height: 1.4;
}

.lp-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  background: var(--signal);
  border-radius: 1px;
}

.lp-plan .lp-plan-btn {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 1.4rem;
  margin-top: auto;
  font-family: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 500px;
  overflow: hidden;
  background: #66ff66;
  color: ghostwhite;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  flex-shrink: 0;
}

.lp-plan .lp-plan-btn span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}

.lp-plan .lp-plan-btn:hover span {
  color: #000;
}

.lp-plan .lp-plan-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  z-index: 0;
  background: #000;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.lp-plan .lp-plan-btn:hover::before {
  transform: translate3d(100%, 0, 0);
}

.lp-plan .lp-plan-btn.is-current {
  background: #3a3d46;
}

.lp-plan .lp-plan-btn.is-current::before {
  background: #1c1f28;
}

.lp-plan .lp-plan-btn.is-current:hover span {
  color: #66ff66;
}

.plans-note {
  text-align: center;
  color: var(--fog-dim);
  margin: 32px 0 0;
  font-size: 0.85rem;
}

/* Final CTA */
.lp-cta-final {
  padding: clamp(96px, 14vw, 140px) 24px;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(9, 10, 12, 0.88), rgba(9, 10, 12, 0.94)),
    url("../assets/landing/hero.jpg") center/cover;
  color: #fff;
  position: relative;
}

.lp-cta-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin: 0 auto 22px;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(212, 255, 63, 0.25));
  animation: logoPulse 5s ease-in-out infinite;
}

.lp-cta-final h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3.2vw, 2.5rem);
  color: #fff;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.15;
}

.lp-cta-final p {
  margin: 0 auto 28px;
  max-width: 36ch;
  color: rgba(233, 235, 240, 0.78);
  font-size: 1.05rem;
  line-height: 1.55;
}

/* Footer */
.lp-footer {
  padding: 28px 0;
  background: #050607;
  border-top: 1px solid var(--line-dark);
  color: var(--fog-dim);
}

.footer-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.lp-footer .brand-elius {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
}

.lp-footer .brand-logo-mark {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.lp-footer .brand-name {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.lp-footer a {
  color: var(--fog-dim);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
}

.lp-footer a:hover {
  color: var(--signal);
}

/* Reveals */
.reveal {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  filter: blur(3px);
  transition:
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.85s ease;
}

.reveal-right { transform: translate3d(36px, 32px, 0); }
.reveal-left { transform: translate3d(-36px, 32px, 0); }

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* Hide legacy styles.css bleed on landing */
.landing-body .btn-primary {
  background: var(--signal);
  color: var(--signal-ink);
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 960px) {
  .lp-nav a:not(.lp-nav-cta):not([href="/login.html"]) {
    display: none;
  }

  .lp-idea-grid,
  .lp-duo-grid,
  .lp-plans,
  .lp-benefit-row,
  .lp-benefit-row.reverse {
    grid-template-columns: 1fr;
  }

  .lp-benefit-row.reverse .lp-benefit-media,
  .lp-benefit-row.reverse .lp-benefit-copy {
    order: unset;
  }

  .lp-benefit-media,
  .lp-benefit-row.reverse .lp-benefit-media {
    border-radius: 12px 40px 12px 40px;
    min-height: 240px;
  }

  .lp-benefit-media img {
    min-height: 240px;
    max-height: 320px;
  }

  .lp-benefits-intro {
    max-width: none;
  }

  .lp-product-intro {
    text-align: center;
    margin-bottom: 14px;
  }

  .lp-product-stage {
    border-radius: 12px;
    margin-inline: -8px;
  }

  .lp-dash {
    min-height: 640px;
  }

  .lp-duo-media {
    order: -1;
  }

  .lp-idea-media,
  .lp-duo-media,
  .lp-media-3d,
  .lp-idea-media img,
  .lp-duo-media img {
    min-height: 300px;
  }

  .lp-media-3d,
  .lp-duo-media .lp-media-3d,
  .lp-idea-media:hover .lp-media-3d,
  .lp-duo-media:hover .lp-media-3d {
    transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.4));
  }

  .lp-idea-media img,
  .lp-duo-media img {
    border-radius: 12px 48px 12px 48px;
    clip-path: none;
  }

  .lp-idea-media::before,
  .lp-duo-media::before {
    inset: 10% -4% -4% 8%;
    clip-path: none;
    border-radius: 12px 40px 12px 40px;
    transform: translate(10px, 12px);
  }

  .lp-duo-media::before {
    inset: 10% 8% -4% -4%;
    transform: translate(-10px, 12px);
  }

  .lp-idea-media::after,
  .lp-duo-media::after {
    width: 48%;
    height: 42%;
  }

  .lp-hero {
    grid-template-columns: 1fr;
    align-items: end;
    padding: 0;
  }

  .lp-hero-img {
    object-position: 22% 28%;
  }

  .lp-hero-stage {
    grid-column: 1;
    width: 100%;
    max-width: none;
    padding: 0 18px 88px;
    justify-content: stretch;
  }

  .lp-hero-copy {
    width: 100%;
    border-radius: 22px;
  }

  .lp-hero h1,
  .lp-hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .lp-hero-cta {
    justify-content: center;
  }

  .lp-plan.popular.in {
    transform: none;
  }

  .lp-proof-list li {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .lp-idea-copy h2,
  .lp-duo-copy h2,
  .lp-proof-title {
    max-width: none;
  }

  .footer-row {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-img,
  .lp-hero-stage,
  .lp-hero-copy,
  .lp-brand-hero-logo,
  .lp-cta-mark,
  .lp-scroll-hint span,
  .reveal,
  .lp-plan {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  /* Proof side slides still run (requested motion) */
  .lp-proof-item {
    opacity: 0;
    transition:
      opacity 0.55s ease-out,
      transform 0.55s ease-out !important;
  }

  .lp-proof-item.is-in {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .lp-proof-item.is-in.is-static {
    transition: none !important;
  }

  .lp-media-3d,
  .lp-duo-media .lp-media-3d {
    transform: none !important;
    transition: none !important;
  }

  .lp-progress {
    display: none;
  }
}

@media (min-width: 1440px) {
  .lp-wrap {
    max-width: 1240px;
  }

  .lp-hero {
    grid-template-columns: minmax(160px, 0.5fr) minmax(640px, 1.5fr);
    padding: 100px clamp(32px, 5vw, 72px) 72px;
  }

  .lp-hero-stage {
    max-width: none;
    width: 100%;
  }

  .lp-hero-copy {
    width: min(100%, 920px);
    padding: 44px 72px 48px;
  }

  .lp-hero-brand {
    width: min(236px, 36%);
  }

  .lp-hero h1 {
    max-width: 14ch;
    font-size: clamp(3.15rem, 3.4vw, 4rem);
  }

  .lp-hero-lead {
    max-width: 40ch;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .lp-btn-signal,
  .lp-btn-ghost {
    min-width: 188px;
    height: 56px;
    padding: 0 28px;
    font-size: 1.02rem;
  }
}

@media (min-width: 1680px) {
  .lp-hero-copy {
    width: min(100%, 1040px);
    padding: 52px 84px 56px;
  }

  .lp-hero-brand {
    width: min(260px, 34%);
  }

  .lp-hero h1 {
    font-size: clamp(3.5rem, 3.2vw, 4.4rem);
  }

  .lp-hero-lead {
    font-size: 1.28rem;
    max-width: 42ch;
  }

  .lp-btn-signal,
  .lp-btn-ghost {
    min-width: 200px;
    height: 60px;
    font-size: 1.06rem;
  }
}

@media (max-width: 1024px) {
  .lp-idea-grid,
  .lp-duo-grid,
  .lp-benefit-row,
  .lp-benefit-row.reverse,
  .lp-plans {
    grid-template-columns: 1fr;
  }

  .lp-nav a:not(.lp-nav-cta):not([href="/login.html"]) {
    display: none;
  }

  .lp-product-stage {
    max-width: 100%;
  }
}

@media (max-width: 834px) {
  .lp-hero-stage {
    padding: 0 16px 72px;
  }

  .lp-section {
    padding: 64px 0;
  }

  .lp-product {
    padding: 76px 0 20px;
  }
}

@media (max-width: 768px) {
  .lp-hero h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .lp-hero-cta,
  .lp-hero-cta a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .lp-header {
    padding: 14px;
  }

  .lp-header .brand-name {
    font-size: 0.85rem;
  }

  .lp-wrap {
    padding: 0 14px;
  }

  .lp-product-intro h2,
  .lp-benefits-intro h2,
  .lp-idea-copy h2,
  .lp-duo-copy h2 {
    font-size: 1.45rem;
  }

  .lp-dash {
    min-width: 980px;
  }
}

@media (max-width: 768px) and (max-height: 480px) {
  .lp-hero {
    min-height: 100svh;
  }

  .lp-hero-copy {
    padding: 20px 18px;
  }
}
