/* Landing visual language — umami-grade minimal. Tokens from theme.css. */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
a { color: inherit; }
img { max-width: 100%; }

/* Topbar */
.topbar { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.topbar-inner { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 16px; }
.brand-mark { width: 26px; height: 26px; border-radius: 7px; background: var(--ink); color: var(--bg); display: grid; place-items: center; font-size: 14px; font-weight: 700; }
.brand-name { display: flex; }
.brand-name em { font-style: normal; color: var(--accent); }
.nav-links { display: flex; gap: 24px; margin: 0 auto 0 16px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; }
.nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--muted); }
.status-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--up); }
.lp-theme-btn { background: none; border: 1px solid var(--border); border-radius: 8px; width: 34px; height: 34px; cursor: pointer; color: var(--muted); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 7px; border-radius: 9px; padding: 9px 16px; font-size: 14px; font-weight: 500; font-family: inherit; border: 1px solid transparent; cursor: pointer; text-decoration: none; transition: opacity .15s; white-space: nowrap; }
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-full { width: 100%; justify-content: center; }
.btn-lg { padding: 12px 22px; font-size: 15px; }
.btn:hover { opacity: .9; }

/* Hero */
.lp-hero { padding: 72px 0 48px; }
.lp-hero-grid { display: grid; grid-template-columns: 1fr 0.95fr; gap: 44px; align-items: center; }
.lp-hero-eyebrow { font-size: 13px; font-weight: 500; color: var(--accent); margin-bottom: 18px; }
.lp-hero-title { font-size: clamp(34px, 5vw, 54px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.03; margin: 0; }
.lp-hero-title em { font-style: normal; color: var(--accent); }
.lp-hero-sub { font-size: 17px; color: var(--muted); line-height: 1.5; margin: 22px 0 0; max-width: 31em; }
.lp-hero-form { display: flex; gap: 10px; margin-top: 30px; max-width: 470px; }
.lp-hero-form input { flex: 1; min-width: 0; border: 1px solid var(--border); border-radius: 9px; padding: 13px 14px; font-size: 14px; background: var(--surface); color: var(--ink); font-family: inherit; }
.lp-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-size: 13px; color: var(--faint); }
.lp-hero-meta-item { display: inline-flex; align-items: center; gap: 6px; }
.lp-check { color: var(--up); }
.lp-hero-art { display: flex; justify-content: center; }

/* Hero artifact card (the product) */
.lp-artifact { width: 100%; max-width: 380px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 12px 40px rgba(0,0,0,.06); padding: 22px 20px; }
.lp-artifact-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.lp-artifact-brand { font-weight: 700; font-size: 18px; color: var(--accent); }
.lp-artifact-status { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--down); }
.lp-artifact-status .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--down); }
.lp-artifact-mon-head { display: flex; justify-content: space-between; font-size: 13px; font-weight: 500; margin-bottom: 7px; }
.lp-artifact-pct { color: var(--faint); font-weight: 400; }
.lp-artifact-bars { display: flex; gap: 2px; height: 24px; margin-bottom: 16px; }
.lp-artifact-bars i { flex: 1; border-radius: 1px; background: var(--none); }
.lp-artifact-bars i.up { background: var(--up); }
.lp-artifact-bars i.warn { background: var(--warn); }
.lp-artifact-inc-label { font-size: 11px; font-weight: 600; color: var(--muted); margin-bottom: 10px; }
.lp-artifact-tl { border-left: 2px solid var(--border); padding-left: 12px; font-size: 12px; line-height: 1.5; display: flex; flex-direction: column; gap: 8px; }
.lp-artifact-tl .ok { color: var(--up); }
.lp-artifact-tl .bad { color: var(--down); }
.lp-artifact-tl .src { color: var(--faint); }
.lp-artifact-tl .msg { color: var(--muted); }

/* Section heads */
.lp-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; }
.lp-section-label { font-size: 13px; font-weight: 500; color: var(--accent); margin-bottom: 12px; }
.lp-section-title { font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; margin: 0; max-width: 16em; }
.lp-section-title em { font-style: normal; color: var(--faint); }
.lp-section-lead { font-size: 16px; color: var(--muted); line-height: 1.55; max-width: 30em; }
.lp-num { display: none; }

/* Features (3 tiles) */
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.lp-feature { background: var(--surface); padding: 28px 26px; }
.lp-feature-icon { width: 38px; height: 38px; border-radius: 9px; background: color-mix(in srgb, var(--accent) 12%, transparent); color: var(--accent); display: grid; place-items: center; font-size: 18px; margin-bottom: 16px; }
.lp-feature h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.lp-feature p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }

/* Pricing */
.lp-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.lp-plan { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 28px 24px; }
.lp-plan-featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.lp-plan-head { display: flex; align-items: center; gap: 10px; }
.lp-plan-name { font-size: 15px; font-weight: 600; }
.lp-plan-tag { font-size: 13px; color: var(--muted); margin-top: 4px; }
.lp-plan-price { font-size: 34px; font-weight: 700; letter-spacing: -0.03em; margin: 12px 0; }
.lp-plan-features { list-style: none; padding: 0; margin: 16px 0 20px; font-size: 14px; color: var(--muted); }
.lp-plan-features li { padding: 7px 0; border-top: 1px solid var(--border); }
.lp-plan-badge, .lp-plan-badge-dark { font-size: 11px; border-radius: 99px; padding: 2px 9px; background: var(--accent); color: #fff; }
.lp-billing-toggle { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--border); border-radius: 10px; margin-top: 16px; }
.lp-billing-toggle button { border: none; background: none; border-radius: 7px; padding: 6px 14px; font-size: 13px; cursor: pointer; color: var(--muted); font-family: inherit; }
.lp-billing-toggle button.active { background: var(--ink); color: var(--bg); }

/* Final CTA */
.lp-cta-final { text-align: center; padding: 88px 0; }
.lp-cta-final h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 26px; }
.lp-cta-final em { font-style: normal; color: var(--accent); }
.lp-cta-final .lp-hero-form { justify-content: center; }
.lp-cta-meta { margin-top: 18px; font-size: 13px; color: var(--faint); }

/* Footer */
.lp-footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 32px; padding: 56px 0 32px; border-top: 1px solid var(--border); }
.lp-footer-tagline { font-size: 13px; color: var(--muted); max-width: 24em; margin-top: 12px; }
.lp-footer-col h4 { font-size: 13px; font-weight: 600; margin: 0 0 12px; }
.lp-footer-col a { display: block; font-size: 13px; color: var(--muted); text-decoration: none; padding: 4px 0; }
.lp-footer-col a:hover { color: var(--ink); }
.lp-footer-bottom { border-top: 1px solid var(--border); padding: 20px 0; font-size: 12.5px; color: var(--faint); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* Modals (functional auth/add-site) */
.lp-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 100; }
.lp-modal, .auth-modal { position: fixed; z-index: 101; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 28px; width: min(440px, 92vw); }
.auth-head { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.auth-sub { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.auth-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.auth-field { margin-bottom: 12px; }
.auth-field input { width: 100%; border: 1px solid var(--border); border-radius: 9px; padding: 11px 13px; font-size: 14px; background: var(--bg); color: var(--ink); font-family: inherit; }
.auth-submit { width: 100%; justify-content: center; }
.auth-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: var(--faint); cursor: pointer; font-size: 18px; }
.lp-modal-actions { display: flex; gap: 10px; margin-top: 18px; }
.lp-kbd { border: 1px solid var(--border); border-radius: 5px; padding: 1px 6px; font-size: 12px; color: var(--muted); }

/* Burger menu (mobile) — reuse from prior work, themed */
.nav-burger-toggle, .nav-burger, .nav-overlay, .nav-drawer { display: none; }
@media (max-width: 1080px) {
  .topbar .nav-links, .topbar .nav-right { display: none; }
  .nav-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; margin-left: auto; padding: 9px 8px; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; background: var(--surface); }
  .nav-burger span { display: block; height: 2px; width: 100%; border-radius: 2px; background: var(--ink); }
  .nav-overlay { display: block; position: fixed; top: 0; left: 0; width: 100vw; height: 100dvh; z-index: 40; background: rgba(0,0,0,.4); opacity: 0; pointer-events: none; transition: opacity .2s; }
  .nav-drawer { display: flex; flex-direction: column; gap: 4px; position: fixed; top: 0; right: 0; z-index: 50; width: min(78vw, 320px); height: 100dvh; padding: 72px 20px 24px; background: var(--bg); border-left: 1px solid var(--border); transform: translateX(100%); transition: transform .22s ease; overflow-y: auto; }
  .nav-drawer-link { font-size: 16px; color: var(--ink); text-decoration: none; padding: 14px 10px; border-radius: 8px; min-height: 44px; display: flex; align-items: center; }
  .nav-drawer-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
  .nav-burger-toggle:checked ~ .nav-overlay { opacity: 1; pointer-events: auto; }
  .nav-burger-toggle:checked ~ .nav-drawer { transform: translateX(0); }
}

/* Mobile */
@media (max-width: 900px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-art { margin-top: 8px; }
  .lp-section-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .lp-features, .lp-pricing { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  section { padding: 56px 0; }
  .lp-hero-form { flex-direction: column; }
  .lp-hero-form input, .lp-hero-form .btn { width: 100%; }
}
