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

body {
  font-family: 'DM Sans', sans-serif;
  background: #0a0b0d;
  color: #e8e6e0;
  min-height: 100vh;
  overflow-x: hidden;
}

/* NAV */
nav.lp-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,11,13,0.92);
  backdrop-filter: blur(12px);
}
.lp-logo { display: flex; align-items: center; gap: 10px; }
.lp-logo-mark {
  width: 32px; height: 32px; background: #e8e0cc;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.lp-logo-mark svg { width: 18px; height: 18px; }
.lp-logo-name { font-size: 15px; font-weight: 600; color: #e8e6e0; letter-spacing: -0.3px; }
.lp-nav-links { display: flex; gap: 32px; }
.lp-nav-links a {
  font-size: 14px; color: rgba(232,230,224,0.55); text-decoration: none;
  transition: color 0.2s;
}
.lp-nav-links a:hover { color: #e8e6e0; }
.lp-nav-cta {
  background: #e8e0cc; color: #0a0b0d;
  font-size: 13px; font-weight: 600; padding: 9px 20px;
  border-radius: 8px; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s;
}
.lp-nav-cta:hover { background: #f5f0e6; }

/* HERO */
.lp-hero {
  padding: 96px 48px 80px;
  max-width: 1100px; margin: 0 auto;
  text-align: center;
}
.lp-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,224,204,0.1);
  border: 1px solid rgba(232,224,204,0.2);
  padding: 5px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 500; color: #c8be9e;
  margin-bottom: 32px; letter-spacing: 0.3px;
}
.lp-badge-dot { width: 6px; height: 6px; background: #7dce8a; border-radius: 50%; display: inline-block; }
.lp-h1 {
  font-size: 58px; font-weight: 300; line-height: 1.1;
  letter-spacing: -2px; color: #f0ede6;
  margin-bottom: 24px;
}
.lp-h1 strong { font-weight: 600; color: #fff; }
.lp-sub {
  font-size: 18px; color: rgba(232,230,224,0.5); line-height: 1.6;
  max-width: 1100px; margin: 0 auto 44px; font-weight: 300;
}
.lp-hero-actions { display: flex; gap: 12px; justify-content: center; align-items: center; }
.btn-primary {
  background: #e8e0cc; color: #0a0b0d;
  font-size: 14px; font-weight: 600; padding: 13px 28px;
  border-radius: 10px; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s, transform 0.1s;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: #f5f0e6; transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: rgba(232,230,224,0.6);
  font-size: 14px; font-weight: 500; padding: 13px 24px;
  border-radius: 10px; border: 1px solid rgba(255,255,255,0.12); cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.2s, border-color 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
}
.btn-ghost:hover { color: #e8e6e0; border-color: rgba(255,255,255,0.25); }

/* CODE SNIPPET */
.lp-code-block {
  margin: 64px auto 0; max-width: 1100px;
  background: #111317;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px; overflow: hidden;
}
.lp-code-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.lp-code-dots { display: flex; gap: 7px; }
.lp-code-dots span { width: 11px; height: 11px; border-radius: 50%; }
.dot-r { background: #3a2a2a; }
.dot-y { background: #3a3520; }
.dot-g { background: #1e3328; }
.lp-code-label { font-size: 11px; font-family: 'DM Mono', monospace; color: rgba(232,230,224,0.3); }
.lp-code-body { padding: 20px 22px; font-family: 'DM Mono', monospace; font-size: 13px; line-height: 1.8; }
.cm { color: rgba(180,175,155,0.4); }
.ck { color: #89b5f7; }
.cs { color: #c8be9e; }
.cv { color: #7dce8a; }
.cp { color: #d8a87a; }

/* LOGOS / SOCIAL PROOF */
.lp-logos {
  padding: 40px 48px;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}
.lp-logos p { font-size: 12px; color: rgba(232,230,224,0.3); margin-bottom: 24px; letter-spacing: 0.8px; text-transform: uppercase; }
.lp-logos-row { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.lp-logo-item { font-size: 15px; font-weight: 500; color: rgba(232,230,224,0.2); letter-spacing: -0.3px; }

/* SECTIONS */
.lp-section { padding: 96px 48px; max-width: 1100px; margin: 0 auto; }
.lp-section-label {
  font-size: 11px; color: #c8be9e; font-weight: 500; letter-spacing: 1.2px;
  text-transform: uppercase; margin-bottom: 16px;
}
.lp-section-h2 {
  font-size: 38px; font-weight: 300; letter-spacing: -1.2px;
  color: #f0ede6; line-height: 1.15; margin-bottom: 16px;
}
.lp-section-h2 strong { font-weight: 600; }
.lp-section-sub {
  font-size: 16px; color: rgba(232,230,224,0.45); max-width: 480px; line-height: 1.6; font-weight: 300;
  margin-bottom: 56px;
}

/* FEATURES GRID */
.lp-features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: rgba(255,255,255,0.06);
  border-radius: 16px; overflow: hidden;
}
.lp-feat { background: #0e1014; padding: 32px 28px; }
.lp-feat-icon {
  width: 40px; height: 40px; background: rgba(232,224,204,0.08);
  border-radius: 10px; margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center;
}
.lp-feat-icon svg { width: 18px; height: 18px; }
.lp-feat h3 { font-size: 15px; font-weight: 500; color: #e8e6e0; margin-bottom: 10px; }
.lp-feat p { font-size: 14px; color: rgba(232,230,224,0.45); line-height: 1.65; font-weight: 300; }

/* HOW IT WORKS */
.lp-steps { display: flex; flex-direction: column; gap: 0; }
.lp-step {
  display: grid; grid-template-columns: 56px 1fr;
  gap: 24px; padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.lp-step:last-child { border-bottom: 1px solid rgba(255,255,255,0.06); }
.lp-step-num {
  font-family: 'DM Mono', monospace; font-size: 13px;
  color: rgba(232,230,224,0.25); padding-top: 4px;
}
.lp-step-content h3 { font-size: 17px; font-weight: 500; color: #f0ede6; margin-bottom: 8px; }
.lp-step-content p { font-size: 14px; color: rgba(232,230,224,0.45); line-height: 1.65; font-weight: 300; max-width: 560px; }
.lp-step-content code {
  font-family: 'DM Mono', monospace; font-size: 12px;
  background: rgba(232,224,204,0.08); padding: 2px 8px;
  border-radius: 4px; color: #c8be9e;
}

/* TOOLS */
.lp-tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 8px; }
.lp-tool {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 18px;
  background: #111317;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
}
.lp-tool-name { font-family: 'DM Mono', monospace; font-size: 12px; color: #89b5f7; font-weight: 500; margin-bottom: 3px; }
.lp-tool-desc { font-size: 12px; color: rgba(232,230,224,0.38); line-height: 1.4; }

/* PRICING */
.lp-pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: rgba(255,255,255,0.06); border-radius: 16px; overflow: hidden;
}
.lp-plan { background: #0e1014; padding: 36px 32px; position: relative; }
.lp-plan.featured { background: #131820; }
.lp-plan-badge {
  position: absolute; top: 20px; right: 20px;
  background: rgba(125,206,138,0.12);
  color: #7dce8a; font-size: 11px; font-weight: 500;
  padding: 4px 10px; border-radius: 100px;
}
.lp-plan-name { font-size: 13px; font-weight: 500; color: rgba(232,230,224,0.5); margin-bottom: 16px; letter-spacing: 0.3px; }
.lp-plan-price { font-size: 42px; font-weight: 300; color: #f0ede6; letter-spacing: -2px; line-height: 1; margin-bottom: 6px; }
.lp-plan-price sup { font-size: 20px; font-weight: 400; letter-spacing: 0; vertical-align: super; }
.lp-plan-price span { font-size: 14px; font-weight: 400; color: rgba(232,230,224,0.35); letter-spacing: 0; }
.lp-plan-desc { font-size: 13px; color: rgba(232,230,224,0.35); margin-bottom: 28px; line-height: 1.5; }
.lp-plan-divider { height: 1px; background: rgba(255,255,255,0.07); margin-bottom: 24px; }
.lp-plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.lp-plan-features li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(232,230,224,0.6); }
.lp-check { color: #7dce8a; font-size: 14px; flex-shrink: 0; }
.lp-dash { color: rgba(232,230,224,0.2); font-size: 14px; flex-shrink: 0; }
.btn-plan {
  width: 100%; padding: 11px; border-radius: 9px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  border: 1px solid rgba(255,255,255,0.12);
  background: transparent; color: rgba(232,230,224,0.7);
  transition: all 0.2s;
}
.btn-plan:hover { background: rgba(255,255,255,0.05); color: #e8e6e0; }
.btn-plan.primary { background: #e8e0cc; color: #0a0b0d; border-color: #e8e0cc; }
.btn-plan.primary:hover { background: #f5f0e6; }

/* CTA STRIP */
.lp-cta-strip {
  margin: 0 48px 80px;
  background: #111317;
  border: 1px solid rgba(232,224,204,0.12);
  border-radius: 18px; padding: 60px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  max-width: 1004px; margin-left: auto; margin-right: auto;
}
.lp-cta-strip h2 { font-size: 28px; font-weight: 300; letter-spacing: -0.8px; color: #f0ede6; margin-bottom: 8px; }
.lp-cta-strip h2 strong { font-weight: 600; }
.lp-cta-strip p { font-size: 14px; color: rgba(232,230,224,0.4); }
.lp-cta-strip-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* FOOTER */
footer.lp-footer {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 32px 48px;
  display: flex; align-items: center; justify-content: space-between;
}
footer.lp-footer p { font-size: 12px; color: rgba(232,230,224,0.25); }
.lp-footer-links { display: flex; gap: 24px; }
.lp-footer-links a { font-size: 12px; color: rgba(232,230,224,0.25); text-decoration: none; }
.lp-footer-links a:hover { color: rgba(232,230,224,0.5); }

/* RESPONSIVE */
@media (max-width: 768px) {
  nav.lp-nav { padding: 16px 24px; }
  .lp-nav-links { display: none; }
  .lp-hero { padding: 64px 24px 56px; }
  .lp-h1 { font-size: 36px; letter-spacing: -1.2px; }
  .lp-sub { font-size: 16px; }
  .lp-features-grid { grid-template-columns: 1fr; }
  .lp-pricing-grid { grid-template-columns: 1fr; }
  .lp-tools-grid { grid-template-columns: 1fr; }
  .lp-section { padding: 64px 24px; }
  .lp-cta-strip { flex-direction: column; padding: 40px 32px; margin: 0 24px 64px; }
  .lp-cta-strip-actions { flex-direction: column; width: 100%; }
  .lp-cta-strip-actions .btn-primary,
  .lp-cta-strip-actions .btn-ghost { width: 100%; justify-content: center; }
  footer.lp-footer { flex-direction: column; gap: 16px; padding: 24px; text-align: center; }
  .lp-logos { padding: 32px 24px; }
  .lp-logos-row { gap: 24px; }
}