@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
  --brand: #16a34a;
  --brand-dark: #0b2f1e;
  --brand-light: #22c55e;
  --ink: #0b1512;
  --muted: #5b6b62;
  --canvas: #f6f8f6;
  --white: #ffffff;
  --border: #e5e9e4;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px -20px rgba(11, 47, 30, 0.25);
  --shadow-sm: 0 8px 24px -12px rgba(11, 47, 30, 0.18);
}

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

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; letter-spacing: -0.02em; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.pill-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34, 197, 94, 0.12);
  color: var(--brand-light);
  border: 1px solid rgba(34, 197, 94, 0.3);
  padding: 6px 16px; border-radius: 999px;
  font-size: 0.8rem; font-weight: 600;
}
.pill-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-light); box-shadow: 0 0 0 4px rgba(34,197,94,0.2); }

/* ---------- Nav ---------- */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 21, 18, 0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lp-nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; }
.lp-brand { font-size: 1.15rem; font-weight: 800; color: var(--white); display: flex; align-items: center; gap: 8px; }
.lp-brand span { color: var(--brand-light); }
.lp-links { display: flex; gap: 30px; }
.lp-links a { color: #cbd6cf; font-weight: 500; font-size: 0.92rem; transition: color 0.15s; }
.lp-links a:hover { color: var(--white); }
.lp-nav-cta { display: flex; align-items: center; gap: 14px; }
.lp-menu-btn {
  display: none;
  align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2); background: transparent; color: var(--white);
  font-size: 1rem; cursor: pointer;
}

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 0.92rem; border: none; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--brand-light), var(--brand)); color: var(--white); box-shadow: 0 10px 24px -8px rgba(34,197,94,0.55); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(34,197,94,0.65); }
.btn-ghost-dark { background: rgba(255,255,255,0.08); color: var(--white); border: 1px solid rgba(255,255,255,0.18); }
.btn-ghost-dark:hover { background: rgba(255,255,255,0.14); }
.btn-lg { padding: 16px 34px; font-size: 1rem; }

/* ---------- Hero ---------- */
.lp-hero {
  position: relative;
  background: radial-gradient(ellipse 900px 500px at 20% -10%, rgba(34,197,94,0.35), transparent),
              radial-gradient(ellipse 700px 500px at 90% 10%, rgba(21,128,61,0.3), transparent),
              linear-gradient(180deg, #08160f, #0b2f1e 60%, #0e3a25);
  color: var(--white);
  padding: 96px 0 80px;
  overflow: hidden;
}
.lp-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, black, transparent 70%);
  pointer-events: none;
}
.lp-hero-inner { position: relative; text-align: center; max-width: 780px; margin: 0 auto; }
.lp-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; margin: 22px 0 20px; line-height: 1.1; }
.lp-hero h1 .grad { background: linear-gradient(120deg, #86efac, #22c55e 60%, #4ade80); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-hero p { font-size: 1.15rem; color: #c9d8cf; max-width: 620px; margin: 0 auto 34px; }
.lp-hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
.lp-hero-note { font-size: 0.82rem; color: #93a89b; margin-top: 14px; }
.lp-hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; }
.lp-hero-wave svg { display: block; width: 100%; height: 60px; }

/* ---------- Stats strip ---------- */
.lp-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 36px 0; margin-top: -1px; }
.lp-strip-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 24px; text-align: center; }
.lp-strip-inner div strong {
  display: block; font-size: 2rem; font-weight: 800;
  background: linear-gradient(120deg, var(--brand-dark), var(--brand));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-strip-inner div span { color: var(--muted); font-size: 0.85rem; font-weight: 500; }

/* ---------- Sections ---------- */
.lp-section { padding: 90px 0; }
.lp-section.alt { background: var(--canvas); }
.lp-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.lp-head .pill-badge { background: rgba(21,128,61,0.08); color: var(--brand); border-color: rgba(21,128,61,0.2); margin-bottom: 16px; }
.lp-head .pill-badge .dot { background: var(--brand); box-shadow: 0 0 0 4px rgba(21,128,61,0.15); }
.lp-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--brand-dark); font-weight: 800; }
.lp-head p { color: var(--muted); margin-top: 12px; font-size: 1.02rem; }

/* Species */
.lp-species-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.lp-species-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.lp-species-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.lp-species-card .img-wrap { position: relative; height: 210px; overflow: hidden; }
.lp-species-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.lp-species-card:hover img { transform: scale(1.06); }
.lp-species-card .img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.35)); }
.lp-species-body { padding: 22px; }
.lp-species-body h3 { color: var(--brand-dark); font-size: 1.15rem; margin-bottom: 8px; }
.lp-tag { display: inline-block; background: #e8f5ec; color: var(--brand); font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; }
.lp-species-body p { color: var(--muted); font-size: 0.9rem; }

/* Feature bento grid */
.lp-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-feature-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.lp-feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: rgba(21,128,61,0.3); }
.lp-feature-icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, #e8f5ec, #d1f0dc); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; }
.lp-feature-card h3 { font-size: 1.05rem; color: var(--brand-dark); margin-bottom: 8px; }
.lp-feature-card p { color: var(--muted); font-size: 0.9rem; }

/* Before / After */
.lp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lp-compare-card { border-radius: var(--radius); padding: 30px; }
.lp-compare-card.before { background: #fef2f2; border: 1px solid #fecaca; }
.lp-compare-card.after { background: #ecfdf3; border: 1px solid #b7e4c7; }
.lp-compare-card h3 { font-size: 1rem; margin-bottom: 16px; }
.lp-compare-card.before h3 { color: #b91c1c; }
.lp-compare-card.after h3 { color: var(--brand); }
.lp-compare-card ul { list-style: none; }
.lp-compare-card li { padding: 8px 0 8px 26px; position: relative; font-size: 0.92rem; color: var(--ink); border-bottom: 1px dashed rgba(0,0,0,0.08); }
.lp-compare-card li:last-child { border-bottom: none; }
.lp-compare-card.before li::before { content: '✕'; position: absolute; left: 0; color: #ef4444; font-weight: 700; }
.lp-compare-card.after li::before { content: '✓'; position: absolute; left: 0; color: var(--brand); font-weight: 700; }

/* Roles */
.lp-role-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.lp-role-chip { background: var(--brand-dark); color: var(--white); padding: 11px 22px; border-radius: 999px; font-size: 0.88rem; font-weight: 600; transition: transform 0.15s ease, background 0.15s ease; }
.lp-role-chip:hover { background: var(--brand); transform: translateY(-2px); }
.lp-capability-note { max-width: 720px; margin: 40px auto 0; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 30px; display: flex; gap: 18px; align-items: flex-start; box-shadow: var(--shadow-sm); }
.lp-capability-note .ic { font-size: 1.6rem; }
.lp-capability-note h4 { color: var(--brand-dark); margin-bottom: 6px; }
.lp-capability-note p { color: var(--muted); font-size: 0.9rem; }

/* Timeline */
.lp-timeline { position: relative; max-width: 760px; margin: 0 auto; padding-left: 30px; }
.lp-timeline::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, var(--brand), rgba(21,128,61,0.15)); }
.lp-timeline-item { position: relative; padding-bottom: 26px; }
.lp-timeline-item::before { content: ''; position: absolute; left: -30px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px #e8f5ec; }
.lp-timeline-item strong { color: var(--brand-dark); display: block; margin-bottom: 3px; font-size: 0.95rem; }
.lp-timeline-item span { color: var(--muted); font-size: 0.88rem; }

/* CTA */
.lp-cta { background: linear-gradient(135deg, #0b2f1e, #123d27 50%, #0e3a25); color: var(--white); text-align: center; padding: 90px 0; position: relative; overflow: hidden; }
.lp-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 600px 300px at 50% 0%, rgba(34,197,94,0.3), transparent); }
.lp-cta-inner { position: relative; }
.lp-cta h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 14px; font-weight: 800; }
.lp-cta p { color: #c9d8cf; margin-bottom: 32px; font-size: 1.05rem; }

/* Footer */
.lp-footer { background: #071310; color: #8fa599; padding: 50px 0 26px; }
.lp-footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 22px; }
.lp-footer-brand { color: var(--white); font-weight: 800; font-size: 1.1rem; }
.lp-footer-brand span { color: var(--brand-light); }
.lp-footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.lp-footer-col h4 { color: #cfe0d5; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.lp-footer-col a { display: block; color: #8fa599; font-size: 0.88rem; margin-bottom: 8px; }
.lp-footer-col a:hover { color: var(--white); }
.lp-footer-bottom { text-align: center; font-size: 0.8rem; color: #6b8378; }

/* Reveal animation — content is ALWAYS visible (opacity stays at 1) even if this
   never runs; only the slide-up motion is deferred, so a JS/observer hiccup can
   never leave a section permanently blank. */
.lp-reveal { transform: translateY(20px); transition: transform 0.7s ease; }
.lp-reveal.visible { transform: translateY(0); }

@media (max-width: 1024px) {
  .lp-bento { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .lp-menu-btn { display: flex; }
  .lp-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 2px;
    background: #0b1512; padding: 10px 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .lp-links.open { display: flex; }
  .lp-links a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .lp-compare { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .lp-bento { grid-template-columns: 1fr; }
  .lp-section { padding: 64px 0; }
  .lp-hero { padding: 70px 0 60px; }
  .lp-footer-cols { gap: 32px; }
}
