/* lp.css — conversion landing pages for Kepler. Loaded after kepler.css. */

.lp-hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; padding: 18px 18px 0; }
.lp-hero-inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; padding: 84px 32px 72px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 72px; align-items: center; }
.lp-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(900px 500px at 78% 12%, rgba(37,99,235,0.4), transparent 60%), radial-gradient(700px 600px at 8% 90%, rgba(122,108,240,0.28), transparent 62%); }
.lp-hero-bg .grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(120,160,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(120,160,255,0.07) 1px, transparent 1px); background-size: 44px 44px; -webkit-mask-image: radial-gradient(80% 80% at 60% 30%, #000 30%, transparent 85%); mask-image: radial-gradient(80% 80% at 60% 30%, #000 30%, transparent 85%); }

.lp-kicker { display: inline-flex; align-items: center; gap: 8px; background: rgba(120,160,255,0.12); border: 1px solid rgba(120,160,255,0.28); color: #cfe0ff; padding: 6px 13px; border-radius: 999px; font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.lp-kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 8px var(--blue-bright); }
.lp-h1 { font-family: "Space Grotesk", sans-serif; font-size: clamp(38px, 5vw, 66px); line-height: 1.0; letter-spacing: -0.035em; margin: 22px 0 0; font-weight: 600; max-width: 16ch; text-wrap: balance; }
.lp-h1 em { font-style: normal; background: linear-gradient(180deg, #fff, #9fc0ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-sub { margin: 22px 0 0; font-size: 18px; line-height: 1.55; color: rgba(234,240,255,0.82); max-width: 52ch; }
.lp-cta { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.lp-trust { margin-top: 20px; display: flex; gap: 18px; flex-wrap: wrap; font-size: 12.5px; color: rgba(234,240,255,0.6); }
.lp-trust span { display: inline-flex; align-items: center; gap: 7px; }
.lp-trust span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #5FE3A1; }

/* hero visual card */
.lp-visual { position: relative; }
.lp-glass { background: rgba(18,26,54,0.6); border: 1px solid rgba(120,160,255,0.25); border-radius: 18px; padding: 22px; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 30px 80px -30px rgba(0,0,0,0.7); }
.lp-flow { display: flex; flex-direction: column; gap: 0; }
.lp-step { display: flex; align-items: center; gap: 14px; padding: 14px 4px; }
.lp-step .ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(120,160,255,0.14); border: 1px solid rgba(120,160,255,0.3); display: grid; place-items: center; color: #cfe0ff; flex-shrink: 0; }
.lp-step .ic svg { width: 20px; height: 20px; }
.lp-step .tx b { display: block; font-size: 14.5px; color: #fff; }
.lp-step .tx span { font-size: 12.5px; color: rgba(234,240,255,0.6); font-family: "IBM Plex Mono", monospace; }
.lp-conn { width: 1px; height: 14px; margin-left: 24px; background: linear-gradient(rgba(120,160,255,0.5), rgba(120,160,255,0.1)); }
.lp-step.done .ic { background: rgba(95,227,161,0.16); border-color: rgba(95,227,161,0.4); color: #5FE3A1; }

/* logo row */
.lp-logos { padding: 32px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper-2); }
.lp-logos .wrap { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: center; }
.lp-logos .lbl { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.lp-logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; color: var(--ink-2); opacity: 0.85; }
.lp-logo svg { width: 22px; height: 22px; }

/* steps band */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; background: var(--paper); }
.lp-steps.four { grid-template-columns: repeat(4, 1fr); }
.lp-scard { padding: 30px 28px; border-right: 1px solid var(--rule); position: relative; }
.lp-scard:last-child { border-right: 0; }
.lp-scard .n { font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 600; color: #fff; width: 28px; height: 28px; border-radius: 8px; background: var(--blue); display: grid; place-items: center; }
.lp-scard h4 { margin: 14px 0 6px; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.lp-scard p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.lp-scard code { font-family: "IBM Plex Mono", monospace; font-size: 12px; background: var(--paper-2); padding: 2px 6px; border-radius: 5px; color: var(--blue-deep); }

/* big terminal */
.lp-term { margin-top: 28px; }

/* benefit cards */
.lp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.lp-benefit { background: var(--paper); border: 1px solid var(--rule); border-radius: 14px; padding: 26px; }
.lp-benefit .ic { width: 38px; height: 38px; border-radius: 9px; background: var(--blue-soft); color: var(--blue-deep); display: grid; place-items: center; border: 1px solid rgba(37,99,235,0.16); }
.lp-benefit h4 { margin: 14px 0 6px; font-size: 17px; font-weight: 600; letter-spacing: -0.008em; }
.lp-benefit p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-2); }

/* waitlist / conversion band */
.lp-convert { background: var(--blue); color: #fff; padding: 80px 0; position: relative; overflow: hidden; }
.lp-convert::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px 420px at 84% 24%, rgba(255,255,255,0.18), transparent 62%); }
.lp-convert .wrap { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.lp-convert h2 { font-family: "Space Grotesk", sans-serif; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.0; letter-spacing: -0.03em; margin: 0; max-width: 16ch; }
.lp-convert p { margin: 16px 0 0; color: rgba(255,255,255,0.86); font-size: 16px; line-height: 1.55; max-width: 44ch; }
.lp-form { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 16px; padding: 26px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.lp-form label { display: block; font-family: "IBM Plex Mono", monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 7px; }
.lp-form input, .lp-form select { width: 100%; appearance: none; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.28); border-radius: 10px; padding: 13px 14px; color: #fff; font: 500 15px "Hanken Grotesk", sans-serif; outline: none; margin-bottom: 14px; }
.lp-form input::placeholder { color: rgba(255,255,255,0.5); }
.lp-form input:focus, .lp-form select:focus { border-color: #fff; background: rgba(255,255,255,0.18); }
.lp-form select option { color: #0A1020; }
.lp-form .btn { width: 100%; background: #fff; color: var(--ink); height: 50px; font-size: 15px; font-weight: 600; border-radius: 11px; }
.lp-form .btn:hover { background: var(--ink); color: #fff; }
.lp-form .fine { margin: 12px 0 0; font-size: 11.5px; color: rgba(255,255,255,0.6); line-height: 1.5; }
/* HDL Forms feedback on the dark glass card. */
.lp-form .hdl-form__notice--success, .lp-form .hdl-form__notice--error { color: #fff; font-size: 15px; margin: 0 0 12px; }
.lp-form .hdl-form__error { color: #FFD1CE; font-size: 12px; display: block; margin: -8px 0 12px; }

/* faq reuse from kepler.css .faq */

/* ── GPU availability + commit terms (vibecode LP) ─────────────────────── */
.gpu-row { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; margin-top: 48px; align-items: stretch; }
.gpu-card { background: linear-gradient(165deg, #0E1530, #131c3e); color: #fff; border: 1px solid rgba(120,160,255,0.28); border-radius: 18px; padding: 30px; position: relative; overflow: hidden; }
.gpu-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(122,108,240,0.4), transparent 70%); pointer-events: none; }
.gpu-badge { position: relative; z-index: 1; }
.gpu-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 30px; letter-spacing: -0.02em; margin: 14px 0 0; }
.gpu-spec { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.gpu-spec span { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: 0.05em; color: #bcd0ff; background: rgba(120,160,255,0.14); border: 1px solid rgba(120,160,255,0.24); padding: 4px 9px; border-radius: 6px; }
.gpu-card p { margin: 16px 0 0; font-size: 14.5px; line-height: 1.55; color: rgba(234,240,255,0.78); max-width: 42ch; }
.gpu-fleet { display: flex; gap: 8px; margin-top: 20px; }
.gpu-fleet i { width: 38px; height: 26px; border-radius: 5px; background: linear-gradient(180deg, #2a3358, #1a2240); border: 1px solid rgba(150,135,255,0.4); position: relative; box-shadow: 0 0 0 1px rgba(0,0,0,0.3); }
.gpu-fleet i::before { content: ""; position: absolute; left: 5px; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: #7a6cf0; box-shadow: 0 0 7px #7a6cf0; animation: gblink 2.2s steps(1) infinite; }
.gpu-fleet i:nth-child(2)::before { animation-delay: .3s; } .gpu-fleet i:nth-child(3)::before { animation-delay: .6s; }
.gpu-fleet i:nth-child(4)::before { animation-delay: .9s; } .gpu-fleet i:nth-child(5)::before { animation-delay: 1.2s; } .gpu-fleet i:nth-child(6)::before { animation-delay: 1.5s; }
@keyframes gblink { 0%,70% { opacity: 1; } 71%,100% { opacity: .35; } }
.gpu-fleet-lbl { display: block; margin-top: 10px; font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: 0.06em; color: rgba(188,208,255,0.7); }
.gpu-note { display: flex; align-items: center; }

.commit { margin-top: 24px; border: 1px solid var(--rule); border-radius: 20px; overflow: hidden; background: linear-gradient(180deg, #fff, #F4F7FE); box-shadow: 0 30px 70px -40px rgba(20,40,120,0.4); }
.commit-head { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 32px; padding: 32px 32px 26px; align-items: center; }
.commit-head h3 { font-family: "Space Grotesk", sans-serif; font-size: 26px; letter-spacing: -0.02em; margin: 12px 0 0; }
.commit-head p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-2); max-width: 48ch; }
.commit-pickout { background: var(--ink); color: #fff; border-radius: 16px; padding: 22px 24px; text-align: center; position: relative; overflow: hidden; }
.commit-pickout::before { content: ""; position: absolute; inset: 0; background: radial-gradient(300px 160px at 80% 0%, rgba(79,131,255,0.4), transparent 70%); pointer-events: none; }
.commit-save { position: relative; display: inline-flex; align-items: baseline; gap: 6px; font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #5FE3A1; }
.commit-save span { font-family: "Space Grotesk", sans-serif; font-size: 22px; font-weight: 600; color: #5FE3A1; }
.commit-price { position: relative; font-family: "Space Grotesk", sans-serif; font-size: 40px; font-weight: 600; letter-spacing: -0.03em; margin-top: 6px; line-height: 1; }
.commit-price b { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.6); margin-left: 6px; letter-spacing: 0; }
.commit-was { position: relative; font-size: 12.5px; color: rgba(255,255,255,0.5); text-decoration: line-through; margin-top: 6px; min-height: 16px; }
.commit-terms { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 1px solid var(--rule); }
.cm-term { appearance: none; border: 0; border-right: 1px solid var(--rule); background: transparent; cursor: pointer; padding: 18px 10px; font: 600 14px "Hanken Grotesk", sans-serif; color: var(--ink-2); display: flex; flex-direction: column; align-items: center; gap: 5px; transition: background .15s, color .15s; position: relative; }
.cm-term:last-child { border-right: 0; }
.cm-term span { font-family: "IBM Plex Mono", monospace; font-size: 11px; color: var(--ink-3); }
.cm-term:hover { background: var(--blue-mist); }
.cm-term.on { background: var(--blue); color: #fff; }
.cm-term.on span { color: rgba(255,255,255,0.85); }
.cm-term.on::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: #5FE3A1; }
.commit-fine { margin: 0; padding: 14px 32px 22px; font-size: 12px; color: var(--ink-3); line-height: 1.5; }
@media (max-width: 1024px) {
  .gpu-row { grid-template-columns: 1fr; }
  .commit-head { grid-template-columns: 1fr; }
  .commit-terms { grid-template-columns: repeat(3, 1fr); }
  .cm-term:nth-child(3) { border-right: 0; }
  .cm-term:nth-child(n+4) { border-top: 1px solid var(--rule); }
}

@media (max-width: 1024px) {
  .lp-hero-inner, .lp-convert .wrap { grid-template-columns: 1fr; gap: 36px; }
  .lp-steps, .lp-steps.four, .lp-benefits { grid-template-columns: 1fr; }
  .lp-scard { border-right: 0; border-bottom: 1px solid var(--rule); }
}

/* Pricing tab panels (missing from the handoff; obvious intent). */
.panel { display: none; }
.panel.on { display: block; }
