:root {
  --lp-bg: #020403;
  --lp-panel: rgba(10, 14, 11, 0.74);
  --lp-panel-strong: rgba(12, 17, 13, 0.92);
  --lp-line: rgba(255, 255, 255, 0.09);
  --lp-line-green: rgba(156, 255, 31, 0.24);
  --lp-text: #f5f7f2;
  --lp-dim: rgba(245, 247, 242, 0.65);
  --lp-muted: rgba(245, 247, 242, 0.42);
  --lp-green: #9cff1f;
  --lp-green-2: #c6ff72;
  --lp-green-rgb: 156, 255, 31;
  --lp-radius: 26px;
  --lp-shadow: 0 32px 100px rgba(0, 0, 0, 0.5);
  --lp-font: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --lp-display: 'Space Grotesk', 'IBM Plex Sans', system-ui, sans-serif;
  --lp-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; background: var(--lp-bg); overflow-x: hidden; }
body { margin: 0; min-width: 320px; background: var(--lp-bg); color: var(--lp-text); font-family: var(--lp-font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, svg { display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: rgba(var(--lp-green-rgb), .25); color: #fff; }

.skip-link { position: fixed; left: 18px; top: 12px; z-index: 999; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: var(--lp-green); color: #071006; font-weight: 700; transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }

.landing-body {
  background:
    radial-gradient(circle at 80% 4%, rgba(var(--lp-green-rgb), .11), transparent 25%),
    radial-gradient(circle at 5% 60%, rgba(var(--lp-green-rgb), .055), transparent 26%),
    linear-gradient(135deg, #020403 0%, #050806 47%, #071108 70%, #020403 100%);
  overflow-x: hidden;
}
.landing-body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 73% 15%, #000 0%, transparent 52%);
  opacity: .45;
}
.landing-shell { width: min(1540px, 100%); margin: 0 auto; padding: 0 clamp(18px, 4vw, 62px) 42px; position: relative; }

.landing-header {
  position: sticky;
  top: 14px;
  z-index: 80;
  min-height: 78px;
  margin-top: 14px;
  padding: 12px 14px 12px 18px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 12, 9, .86), rgba(4, 7, 5, .76));
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 20px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035);
}
.landing-header.is-scrolled { border-color: rgba(var(--lp-green-rgb), .14); background: rgba(4, 7, 5, .92); }
.landing-brand { display: inline-flex; align-items: center; gap: 0; width: max-content; }
.landing-brand-wordmark { display: inline-flex; align-items: baseline; gap: 8px; font-family: var(--lp-display); line-height: 1; white-space: nowrap; }
.landing-brand-wordmark strong { color: #fff; font-size: clamp(28px, 2.15vw, 38px); font-weight: 800; letter-spacing: -.035em; }
.landing-brand-wordmark span { color: var(--lp-green); font-size: clamp(18px, 1.25vw, 23px); font-weight: 700; letter-spacing: -.02em; }
.landing-nav { display: flex; align-items: center; gap: 4px; }
.landing-nav a { position: relative; padding: 12px 14px; border-radius: 999px; color: var(--lp-dim); font-weight: 500; transition: color .2s ease, background .2s ease; white-space: nowrap; }
.landing-nav a::after { content: ''; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 1px; background: var(--lp-green); transform: scaleX(0); transition: transform .2s ease; }
.landing-nav a:hover { color: #fff; background: rgba(255,255,255,.04); }
.landing-nav a:hover::after { transform: scaleX(1); }
.landing-header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.landing-login { min-height: 48px; padding: 0 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 600; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.landing-login svg { width: 19px; height: 19px; }
.landing-login:hover { border-color: rgba(var(--lp-green-rgb), .42); background: rgba(var(--lp-green-rgb), .06); transform: translateY(-1px); }
.landing-menu { display: none; width: 48px; height: 48px; border: 1px solid var(--lp-line); border-radius: 15px; background: rgba(255,255,255,.03); align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.landing-menu span { width: 18px; height: 1.5px; background: #fff; border-radius: 10px; transition: transform .2s ease; }

.hero { position: relative; min-height: 760px; padding: clamp(74px, 8vw, 126px) 0 76px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(570px, 1.1fr); align-items: center; gap: clamp(36px, 5vw, 80px); }
.hero-copy { position: relative; z-index: 4; max-width: 690px; }
.hero-glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(30px); opacity: .65; }
.hero-glow--one { width: 520px; height: 520px; right: 3%; top: 9%; background: radial-gradient(circle, rgba(var(--lp-green-rgb), .13), transparent 67%); }
.hero-glow--two { width: 380px; height: 300px; left: -18%; bottom: -6%; background: radial-gradient(circle, rgba(106, 255, 94, .08), transparent 70%); }
.eyebrow-pill { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.025); color: rgba(255,255,255,.8); font-size: 13px; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.eyebrow-pill svg { width: 17px; height: 17px; color: var(--lp-green); flex: 0 0 auto; }
.eyebrow-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--lp-green); box-shadow: 0 0 14px rgba(var(--lp-green-rgb), .8); flex: 0 0 auto; }
.hero h1 { margin: 28px 0 22px; font-family: var(--lp-display); font-size: clamp(48px, 5.2vw, 84px); line-height: .98; letter-spacing: -.045em; font-weight: 700; text-wrap: balance; }
.hero h1 span { color: var(--lp-green); text-shadow: 0 0 34px rgba(var(--lp-green-rgb), .13); }
.hero-lead { max-width: 650px; margin: 0; color: var(--lp-dim); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-primary, .hero-secondary { min-height: 58px; padding: 0 24px; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: 16px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.hero-primary { min-width: 206px; color: #081005; background: linear-gradient(135deg, #c5ff66 0%, #9cff1f 55%, #73e600 100%); box-shadow: 0 15px 38px rgba(var(--lp-green-rgb), .18), inset 0 1px 0 rgba(255,255,255,.6); }
.hero-primary svg { width: 20px; height: 20px; stroke-width: 2.3; }
.hero-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(var(--lp-green-rgb), .28), 0 0 0 1px rgba(255,255,255,.12) inset; }
.hero-secondary { min-width: 214px; color: #fff; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.02); }
.hero-secondary span:last-child { color: var(--lp-green); font-size: 20px; }
.hero-secondary:hover { transform: translateY(-2px); border-color: rgba(var(--lp-green-rgb), .42); background: rgba(var(--lp-green-rgb), .045); }
.hero-facts { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--lp-muted); font-size: 12px; }
.hero-facts span { display: flex; gap: 5px; align-items: baseline; }
.hero-facts span + span::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: rgba(var(--lp-green-rgb), .55); margin-right: 10px; align-self: center; }
.hero-facts strong { color: rgba(255,255,255,.86); font-family: var(--lp-mono); font-weight: 600; }
.platform-strip { margin-top: 26px; width: max-content; max-width: 100%; padding: 12px 14px; display: flex; align-items: center; gap: 17px; border: 1px solid rgba(255,255,255,.07); border-radius: 15px; background: rgba(255,255,255,.025); color: rgba(255,255,255,.66); }
.platform-strip-label { color: var(--lp-muted); font-size: 12px; }
.platform-item { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; white-space: nowrap; }
.platform-item svg { width: 17px; height: 17px; color: rgba(255,255,255,.9); stroke-width: 1.5; }
.platform-item:first-of-type svg { fill: currentColor; stroke: none; }
.platform-item:nth-of-type(3) svg { fill: none; }

.hero-visual { position: relative; z-index: 3; min-height: 610px; display: flex; align-items: center; justify-content: center; perspective: 1200px; }
.visual-orbit { position: absolute; border: 1px solid rgba(var(--lp-green-rgb), .09); border-radius: 50%; pointer-events: none; }
.visual-orbit--a { width: 610px; height: 610px; right: -10%; top: 0; }
.visual-orbit--b { width: 460px; height: 460px; right: 6%; top: 11%; }
.app-preview { width: min(720px, 100%); min-height: 490px; position: relative; display: grid; grid-template-columns: 150px minmax(250px, 1fr) 180px; gap: 14px; padding: 17px; border-radius: 30px; border: 1px solid rgba(255,255,255,.11); background: linear-gradient(145deg, rgba(18,25,18,.93), rgba(5,8,6,.96)); box-shadow: var(--lp-shadow), 0 0 100px rgba(var(--lp-green-rgb), .08), inset 0 1px 0 rgba(255,255,255,.045); transform: rotateY(-5deg) rotateX(1deg); overflow: hidden; }
.app-preview::before { content: ''; position: absolute; width: 450px; height: 330px; top: -36%; right: 4%; background: radial-gradient(circle, rgba(var(--lp-green-rgb), .15), transparent 67%); filter: blur(10px); pointer-events: none; }
.preview-sidebar, .preview-main, .preview-stats { position: relative; z-index: 2; }
.preview-sidebar { padding: 12px 8px; }
.preview-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 32px; color: #fff; font-family: var(--lp-display); font-size: 11px; font-weight: 700; white-space: nowrap; }
.preview-brand img { width: 24px; height: 24px; }
.preview-brand b { color: var(--lp-green); }
.preview-menu { height: 38px; display: flex; align-items: center; gap: 9px; padding: 0 10px; border-radius: 10px; color: rgba(255,255,255,.46); font-size: 10px; }
.preview-menu i { width: 13px; height: 13px; border: 1px solid currentColor; border-radius: 4px; }
.preview-menu--active { color: #fff; background: rgba(255,255,255,.07); }
.preview-menu--active i { border-color: var(--lp-green); box-shadow: inset 0 0 0 3px rgba(var(--lp-green-rgb), .15); }
.preview-main { margin: 7px 0; padding: 26px 18px 18px; border-radius: 22px; background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.05); display: flex; flex-direction: column; align-items: center; }
.preview-status { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.preview-status strong { color: var(--lp-green); font-size: 13px; font-weight: 600; }
.preview-status small { color: var(--lp-muted); font-size: 9px; }
.preview-lock { width: 24px; height: 24px; margin-bottom: 2px; border: 1px solid rgba(var(--lp-green-rgb), .35); border-radius: 8px; display: grid; place-items: center; color: var(--lp-green); }
.power-wrap { margin: 23px 0 19px; padding: 8px; border: 1px solid rgba(var(--lp-green-rgb), .17); border-radius: 50%; box-shadow: 0 0 38px rgba(var(--lp-green-rgb), .08); }
.power-ring { width: 138px; height: 138px; border-radius: 50%; display: grid; place-items: center; color: var(--lp-green); border: 4px solid rgba(var(--lp-green-rgb), .8); box-shadow: 0 0 32px rgba(var(--lp-green-rgb), .22), inset 0 0 28px rgba(var(--lp-green-rgb), .08), 0 0 0 10px rgba(var(--lp-green-rgb), .035); }
.power-ring svg { width: 44px; height: 44px; stroke-width: 1.7; filter: drop-shadow(0 0 10px rgba(var(--lp-green-rgb), .45)); }
.preview-checks { display: flex; flex-direction: column; gap: 5px; color: rgba(255,255,255,.6); font-size: 9px; align-self: stretch; padding-left: 18px; }
.preview-checks span::first-letter { color: var(--lp-green); }
.server-card { width: 100%; margin-top: auto; min-height: 66px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; background: rgba(255,255,255,.035); display: flex; align-items: center; gap: 10px; }
.server-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.server-card strong { font-size: 10px; font-weight: 600; }
.server-card small { color: var(--lp-muted); font-size: 8px; }
.flag-nl { width: 27px; height: 27px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; background: linear-gradient(#ae1c28 0 33.3%, #fff 33.3% 66.6%, #21468b 66.6%); box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
.flag-nl i, .flag-nl b { display: none; }
.signal { margin-left: auto; height: 22px; display: flex; align-items: end; gap: 2px; }
.signal i { width: 3px; background: var(--lp-green); border-radius: 3px 3px 0 0; box-shadow: 0 0 7px rgba(var(--lp-green-rgb), .28); }
.signal i:nth-child(1) { height: 6px; } .signal i:nth-child(2) { height: 10px; } .signal i:nth-child(3) { height: 15px; } .signal i:nth-child(4) { height: 20px; }
.preview-stats { padding: 8px 0; display: flex; flex-direction: column; gap: 12px; }
.preview-stat { position: relative; min-height: 116px; padding: 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 17px; background: rgba(255,255,255,.032); overflow: hidden; }
.preview-stat small { display: block; margin-bottom: 6px; color: var(--lp-muted); font-size: 9px; }
.preview-stat strong { display: block; font-size: 12px; font-weight: 600; }
.spark { position: absolute; left: 14px; right: 14px; bottom: 18px; height: 30px; display: flex; align-items: flex-end; gap: 4px; }
.spark i { flex: 1; border-radius: 3px; background: linear-gradient(to top, rgba(var(--lp-green-rgb), .1), var(--lp-green)); opacity: .9; }
.spark i:nth-child(1){height:24%}.spark i:nth-child(2){height:52%}.spark i:nth-child(3){height:38%}.spark i:nth-child(4){height:76%}.spark i:nth-child(5){height:57%}.spark i:nth-child(6){height:88%}
.stat-dot { position: absolute; right: 14px; bottom: 14px; color: var(--lp-green); font-size: 18px; text-shadow: 0 0 15px rgba(var(--lp-green-rgb), .7); }
.devices { position: absolute; left: 15px; bottom: 15px; display: flex; align-items: end; gap: 8px; }
.devices i { display: block; border: 1px solid rgba(var(--lp-green-rgb), .65); border-radius: 3px; }
.devices i:nth-child(1){width:10px;height:18px}.devices i:nth-child(2){width:24px;height:15px}.devices i:nth-child(3){width:14px;height:20px}
.phone-preview { position: absolute; right: -18px; bottom: 0; width: 177px; height: 355px; padding: 25px 13px 14px; border: 5px solid #121713; border-radius: 33px; background: linear-gradient(160deg, #090d0a, #030504); box-shadow: 0 34px 70px rgba(0,0,0,.6), 0 0 50px rgba(var(--lp-green-rgb), .06); transform: rotate(8deg); z-index: 6; overflow: hidden; }
.phone-preview::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 50% 35%, rgba(var(--lp-green-rgb),.09), transparent 38%); pointer-events:none; }
.phone-speaker { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 48px; height: 5px; border-radius: 10px; background: #191f1a; }
.phone-brand { position: relative; display: flex; justify-content: center; align-items: center; gap: 4px; font-family: var(--lp-display); font-size: 7px; font-weight: 700; }
.phone-brand img { width: 14px; height: 14px; }
.phone-brand b { color: var(--lp-green); }
.phone-power { position: relative; width: 84px; height: 84px; margin: 42px auto 15px; border: 3px solid var(--lp-green); border-radius: 50%; display: grid; place-items: center; color: var(--lp-green); box-shadow: 0 0 24px rgba(var(--lp-green-rgb), .24), 0 0 0 8px rgba(var(--lp-green-rgb), .035); }
.phone-power svg { width: 31px; height: 31px; }
.phone-status { position: relative; text-align: center; color: rgba(255,255,255,.58); font-size: 7px; }
.phone-server { position: absolute; left: 10px; right: 10px; bottom: 14px; min-height: 54px; padding: 8px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(255,255,255,.035); display: flex; align-items: center; gap: 7px; font-size: 7px; }
.phone-server .flag-nl { width: 23px; height: 23px; }
.phone-server > span:nth-child(2) { display:flex;flex-direction:column;gap:2px; }
.phone-server small { color: var(--lp-muted); font-size: 6px; }
.phone-server .signal { transform: scale(.65); transform-origin: right center; }

.quick-benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; padding-bottom: 56px; }
.quick-card { min-height: 142px; padding: 24px; border: 1px solid var(--lp-line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.038), rgba(255,255,255,.015)); display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.quick-icon { width: 54px; height: 54px; border: 1px solid rgba(var(--lp-green-rgb), .25); border-radius: 50%; display: grid; place-items: center; color: var(--lp-green); background: rgba(var(--lp-green-rgb), .04); box-shadow: inset 0 0 20px rgba(var(--lp-green-rgb), .05); }
.quick-icon svg { width: 24px; height: 24px; }
.quick-card h2 { margin: 0 0 7px; font-family: var(--lp-display); font-size: 18px; letter-spacing: -.015em; }
.quick-card p { margin: 0; color: var(--lp-muted); font-size: 13px; line-height: 1.5; }
.quick-arrow { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; display: grid; place-items: center; color: var(--lp-dim); }

.section { padding: clamp(80px, 9vw, 128px) 0; border-top: 1px solid rgba(255,255,255,.055); }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-kicker { margin: 0 0 13px; color: var(--lp-green); font-family: var(--lp-mono); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.section-heading h2, .start-intro h2, .final-cta h2 { margin: 0; font-family: var(--lp-display); font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--lp-dim); font-size: 17px; line-height: 1.7; }
.section-heading--row { max-width: none; display: grid; grid-template-columns: 1fr minmax(300px, 520px); gap: 40px; align-items: end; }
.section-heading--row > p:last-child { margin: 0; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; }
.feature-card { min-height: 310px; position: relative; padding: 28px; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); background: linear-gradient(145deg, rgba(14,20,15,.8), rgba(6,9,7,.74)); overflow: hidden; }
.feature-card::before { content: ''; position: absolute; width: 180px; height: 180px; top: -85px; right: -55px; background: radial-gradient(circle, rgba(var(--lp-green-rgb),.09), transparent 70%); }
.feature-card--large { grid-row: span 1; }
.feature-card--wide { grid-column: 1 / -1; min-height: 240px; display: grid; grid-template-columns: auto minmax(280px, .7fr) 1fr; gap: 28px; align-items: center; }
.feature-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: var(--lp-muted); font-family: var(--lp-mono); font-size: 11px; }
.feature-card-top--icon { justify-content: flex-end; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(var(--lp-green-rgb), .18); border-radius: 14px; color: var(--lp-green); background: rgba(var(--lp-green-rgb), .04); }
.feature-icon svg { width: 22px; height: 22px; }
.feature-card h3 { position: relative; z-index: 1; margin: 74px 0 12px; font-family: var(--lp-display); font-size: 25px; letter-spacing: -.025em; }
.feature-card p { position: relative; z-index: 1; margin: 0; color: var(--lp-dim); font-size: 14px; line-height: 1.65; }
.feature-card--wide h3 { margin: 0 0 10px; }
.feature-line { position: absolute; left: 28px; right: 28px; bottom: 26px; height: 46px; display: flex; align-items: flex-end; gap: 8px; }
.feature-line span { flex: 1; border-radius: 5px; background: linear-gradient(to top, rgba(var(--lp-green-rgb), .08), rgba(var(--lp-green-rgb), .55)); }
.feature-line span:nth-child(1){height:32%}.feature-line span:nth-child(2){height:45%}.feature-line span:nth-child(3){height:72%}.feature-line span:nth-child(4){height:53%}.feature-line span:nth-child(5){height:84%}.feature-line span:nth-child(6){height:67%}
.usage-meter { min-width: 260px; }
.usage-meter::before { content: ''; display: block; height: 8px; border-radius: 999px; background: rgba(255,255,255,.06); }
.usage-meter > span { display: block; width: 82%; height: 8px; margin-top: -8px; border-radius: 999px; background: linear-gradient(90deg, #79e811, var(--lp-green-2)); box-shadow: 0 0 18px rgba(var(--lp-green-rgb), .16); }
.usage-meter small { display: block; margin-top: 10px; color: var(--lp-muted); font-size: 11px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; align-items: stretch; }
.price-card { position: relative; min-height: 440px; padding: 30px; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); background: linear-gradient(145deg, rgba(15,20,15,.78), rgba(6,9,7,.82)); display: flex; flex-direction: column; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.price-card--featured { border-color: rgba(var(--lp-green-rgb), .6); background: linear-gradient(145deg, rgba(26,41,20,.78), rgba(8,13,9,.9)); box-shadow: 0 0 48px rgba(var(--lp-green-rgb), .08), inset 0 1px 0 rgba(255,255,255,.05); }
.popular-label { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 6px 13px; border-radius: 999px; background: var(--lp-green); color: #071006; font-family: var(--lp-mono); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; box-shadow: 0 0 26px rgba(var(--lp-green-rgb), .25); }
.price-top { display: flex; align-items: center; justify-content: space-between; color: var(--lp-dim); font-size: 15px; }
.price-top b { color: var(--lp-green); font-family: var(--lp-mono); font-size: 11px; }
.price { display: flex; align-items: flex-start; gap: 5px; margin: 34px 0 4px; font-family: var(--lp-display); }
.price strong { font-size: clamp(54px, 5vw, 78px); line-height: .9; letter-spacing: -.06em; }
.price span { margin-top: 6px; color: var(--lp-green); font-size: 24px; font-weight: 600; }
.price-card > p { margin: 5px 0 28px; color: var(--lp-muted); }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; display: grid; gap: 11px; color: rgba(255,255,255,.72); font-size: 13px; }
.price-card li { display: flex; align-items: center; gap: 9px; }
.price-card li::before { content: '✓'; color: var(--lp-green); font-weight: 700; }
.price-card > a { margin-top: auto; min-height: 52px; padding: 0 17px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; display: flex; align-items: center; justify-content: space-between; font-weight: 600; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease; }
.price-card--featured > a { border-color: transparent; background: var(--lp-green); color: #081005; }
.price-card > a:hover { border-color: rgba(var(--lp-green-rgb), .42); background: rgba(var(--lp-green-rgb), .055); }
.price-card--featured > a:hover { background: var(--lp-green-2); }

.start-panel { position: relative; padding: clamp(30px, 5vw, 64px); border: 1px solid rgba(var(--lp-green-rgb), .16); border-radius: 32px; background: radial-gradient(circle at 15% 0%, rgba(var(--lp-green-rgb),.085), transparent 36%), linear-gradient(145deg, rgba(13,19,14,.86), rgba(5,8,6,.92)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 90px); overflow: hidden; }
.start-panel::after { content:''; position:absolute; width:520px; height:520px; right:-260px; bottom:-300px; border:1px solid rgba(var(--lp-green-rgb),.08); border-radius:50%; box-shadow: 0 0 0 70px rgba(var(--lp-green-rgb),.018), 0 0 0 140px rgba(var(--lp-green-rgb),.012); }
.start-intro { position: relative; z-index: 2; }
.start-intro > p:not(.section-kicker) { margin: 18px 0 0; color: var(--lp-dim); font-size: 15px; line-height: 1.7; }
.start-link { width: max-content; margin-top: 29px; display: flex; align-items: center; gap: 10px; color: var(--lp-green); font-weight: 600; }
.steps-list { position: relative; z-index: 2; margin: 0; padding: 0; list-style: none; display: grid; }
.steps-list li { display: grid; grid-template-columns: 56px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.steps-list li:first-child { padding-top: 0; }
.steps-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.steps-list li > span { width: 46px; height: 46px; border: 1px solid rgba(var(--lp-green-rgb), .2); border-radius: 50%; display: grid; place-items: center; color: var(--lp-green); font-family: var(--lp-mono); font-size: 11px; }
.steps-list strong { display: block; margin: 2px 0 6px; font-family: var(--lp-display); font-size: 18px; }
.steps-list p { margin: 0; color: var(--lp-muted); font-size: 13px; line-height: 1.55; }

.faq-section { display: grid; grid-template-columns: minmax(260px,.6fr) minmax(480px,1.4fr); gap: clamp(40px, 8vw, 130px); align-items: start; }
.faq-heading { position: sticky; top: 126px; margin: 0; }
.faq-list { border-top: 1px solid rgba(255,255,255,.08); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.08); }
.faq-list summary { min-height: 80px; padding: 20px 0; list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--lp-display); font-size: 19px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; flex: 0 0 auto; }
.faq-list summary i::before, .faq-list summary i::after { content:''; position:absolute; left:50%; top:50%; width:10px; height:1px; background: var(--lp-green); transform: translate(-50%,-50%); transition: transform .2s ease; }
.faq-list summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-list details p { margin: -4px 56px 24px 0; color: var(--lp-dim); font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; margin: 22px 0 70px; padding: clamp(34px, 5vw, 64px); min-height: 300px; border: 1px solid rgba(var(--lp-green-rgb), .22); border-radius: 34px; background: linear-gradient(120deg, rgba(21,34,17,.9), rgba(6,10,7,.94)); display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; }
.final-cta-glow { position:absolute; width:520px; height:520px; right:-120px; top:-280px; border-radius:50%; background:radial-gradient(circle,rgba(var(--lp-green-rgb),.18),transparent 65%); filter:blur(12px); }
.final-cta > div:not(.final-cta-glow) { position: relative; z-index: 2; max-width: 780px; }
.final-cta-mark { display: block; margin-bottom: 14px; color: var(--lp-green); font-family: var(--lp-mono); font-size: 12px; font-weight: 600; letter-spacing: .1em; }
.final-cta p { margin: 17px 0 0; max-width: 620px; color: var(--lp-dim); font-size: 16px; line-height: 1.65; }
.final-cta > a { position: relative; z-index: 2; min-width: 190px; min-height: 56px; padding: 0 22px; border-radius: 16px; background: var(--lp-green); color:#071006; display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:700; }

.landing-footer { padding: 28px 0 12px; border-top: 1px solid rgba(255,255,255,.06); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.landing-brand--footer .landing-brand-wordmark strong { font-size: 22px; }
.landing-brand--footer .landing-brand-wordmark span { font-size: 15px; }
.footer-links { display: flex; gap: 20px; color: var(--lp-dim); font-size: 12px; }
.footer-links a:hover { color: var(--lp-green); }
.landing-footer > p { justify-self: end; margin: 0; color: var(--lp-muted); font-size: 11px; }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.055); color: var(--lp-muted); font-size: 11.5px; }
.footer-legal a { color: var(--lp-muted); transition: color .2s ease; }
.footer-legal a:hover { color: var(--lp-green); }

:where(a, button, summary):focus-visible { outline: 2px solid var(--lp-green); outline-offset: 4px; }

@media (max-width: 1260px) {
  .landing-header { grid-template-columns: 1fr auto; }
  .landing-nav { position: fixed; top: 100px; left: clamp(18px,4vw,62px); right: clamp(18px,4vw,62px); padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(4,7,5,.96); backdrop-filter: blur(18px); box-shadow: 0 28px 70px rgba(0,0,0,.46); display: none; flex-direction: column; align-items: stretch; }
  .landing-nav.is-open { display: flex; }
  .landing-nav a { padding: 13px 15px; }
  .landing-menu { display: flex; }
  .landing-menu[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .landing-menu[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: .88fr 1.12fr; gap: 30px; }
  .app-preview { grid-template-columns: 124px minmax(220px,1fr) 150px; }
  .phone-preview { right: -8px; transform: scale(.9) rotate(8deg); transform-origin: bottom right; }
}

@media (max-width: 1040px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 820px; }
  .hero h1 { max-width: 820px; }
  .hero-visual { width: min(800px, 100%); margin: 10px auto 0; }
  .quick-benefits { grid-template-columns: 1fr; }
  .quick-card { min-height: 112px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card--large { grid-column: 1 / -1; }
  .feature-card--wide { grid-template-columns: auto 1fr; }
  .feature-card--wide .usage-meter { grid-column: 1 / -1; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card--featured { grid-column: 1 / -1; }
  .start-panel { grid-template-columns: 1fr; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 90px; }
  .landing-shell { padding-left: 14px; padding-right: 14px; }
  .landing-header { top: 8px; min-height: 66px; margin-top: 8px; padding: 8px 9px 8px 12px; border-radius: 19px; }
  .landing-brand-wordmark strong { font-size: 28px; }
  .landing-brand-wordmark span { font-size: 18px; }
  .landing-login { width: 44px; min-width: 44px; height: 44px; min-height: 44px; padding: 0; justify-content: center; border-radius: 14px; }
  .landing-login span { display: none; }
  .landing-menu { width: 44px; height: 44px; border-radius: 14px; }
  .landing-nav { top: 84px; left: 14px; right: 14px; }
  .hero { padding: 68px 0 44px; gap: 28px; }
  .eyebrow-pill { font-size: 11px; }
  .hero h1 { margin-top: 22px; font-size: clamp(44px, 13vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-primary, .hero-secondary { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts span + span::before { display: none; }
  .platform-strip { width: 100%; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .platform-strip::-webkit-scrollbar { display:none; }
  .platform-strip-label { display:none; }
  .hero-visual { min-height: 460px; align-items: start; }
  .app-preview { min-height: 430px; grid-template-columns: 88px 1fr; padding: 12px; transform: none; }
  .preview-sidebar { padding: 7px 3px; }
  .preview-brand { font-size: 7px; margin-bottom: 22px; }
  .preview-menu { padding: 0 7px; gap: 5px; font-size: 7px; }
  .preview-menu i { width: 9px; height: 9px; }
  .preview-stats { display: none; }
  .preview-main { margin: 0; padding: 22px 13px 15px; }
  .power-ring { width: 118px; height: 118px; }
  .phone-preview { width: 145px; height: 292px; right: -7px; bottom: -15px; transform: scale(.85) rotate(8deg); }
  .quick-benefits { padding-bottom: 34px; }
  .quick-card { padding: 18px; grid-template-columns: auto 1fr; }
  .quick-arrow { display:none; }
  .quick-icon { width: 46px; height: 46px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading--row { grid-template-columns: 1fr; gap: 18px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .feature-card--large, .feature-card--wide, .price-card--featured { grid-column: auto; }
  .feature-card { min-height: 270px; padding: 23px; }
  .feature-card--wide { display: block; }
  .feature-card--wide .feature-card-top { margin-bottom: 54px; }
  .feature-card h3 { margin-top: 58px; }
  .feature-card--wide h3 { margin-top: 0; }
  .feature-card--wide .usage-meter { margin-top: 28px; }
  .price-card { min-height: 390px; padding: 25px; }
  .start-panel { padding: 28px 22px; border-radius: 26px; }
  .faq-list summary { min-height: 72px; font-size: 17px; }
  .faq-list details p { margin-right: 20px; }
  .final-cta { min-height: 0; margin-bottom: 48px; padding: 34px 24px; border-radius: 28px; flex-direction: column; align-items: stretch; }
  .final-cta > a { width: 100%; }
  .landing-footer { grid-template-columns: 1fr; justify-items: start; }
  .footer-links { flex-wrap: wrap; gap: 12px 18px; }
  .footer-legal { grid-column: 1; flex-direction: column; gap: 12px; width: 100%; }
  .landing-footer > p { justify-self: start; }
}

@media (max-width: 430px) {
  .hero-facts { grid-template-columns: 1fr; }
  .hero-visual { min-height: 400px; }
  .app-preview { min-height: 385px; grid-template-columns: 72px 1fr; }
  .preview-sidebar .preview-menu span { display:none; }
  .preview-menu { justify-content:center; }
  .preview-brand span { display:none; }
  .preview-brand { justify-content:center; }
  .power-ring { width: 102px; height: 102px; }
  .phone-preview { transform: scale(.7) rotate(8deg); right: -18px; bottom: -35px; }
}

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