/* ─── Landing page chrome ──────────────────────────────────── */
body.landing {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #111;
    font-family: 'Inter', system-ui, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
.lp-container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* Navbar */
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.lp-nav.scrolled { border-bottom-color: #e0e0e0; }
.lp-nav-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lp-logo {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111;
}
.lp-nav-actions { display: flex; align-items: center; gap: 12px; }

.lp-btn {
    font: 500 14.5px 'Inter', system-ui, sans-serif;
    padding: 9px 18px;
    border-radius: 7px;
    border: 1px solid transparent;
    transition: background 0.16s, color 0.16s, border-color 0.16s;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.4;
    display: inline-block;
}
.lp-btn-outline { background: #fff; color: #111; border-color: #e0e0e0; }
.lp-btn-outline:hover { background: #f5f5f5; border-color: #bbb; }
.lp-btn-ink     { background: #111; color: #fff; border-color: #111; }
.lp-btn-ink:hover     { background: #333; border-color: #333; }
.lp-btn-accent  { background: #0066ff; color: #fff; border-color: #0066ff; }
.lp-btn-accent:hover  { background: #0052cc; border-color: #0052cc; }
.lp-btn-lg { font-size: 15.5px; padding: 13px 24px; border-radius: 8px; }

/* Hero header text */
.lp-hero {
    padding: 96px 0 32px;
    text-align: center;
}
.lp-hero-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 30px;
}
.lp-hero-eyebrow .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0066ff;
    margin-right: 8px;
    transform: translateY(-1px);
    vertical-align: middle;
}
.lp-hero-headline {
    font-size: clamp(44px, 7vw, 84px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #111;
    max-width: 920px;
    margin: 0 auto 22px;
    text-wrap: balance;
}
.lp-hero-sub {
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.5;
    color: #555;
    max-width: 620px;
    margin: 0 auto 38px;
    text-wrap: pretty;
}
.lp-hero-ctas {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.lp-hero-note {
    font-size: 13px;
    color: #888;
    margin-top: 18px;
}

/* ─── Hero demo (large browser-frame embed) ────────────────── */
.lp-demo-wrap {
    max-width: 1180px;
    margin: 56px auto 0;
    padding: 0 28px;
}
.lp-browser {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.10),
                0 6px 18px rgba(0, 0, 0, 0.04);
}
.lp-browser-chrome {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    height: 48px;
}
.lp-traffic { display: flex; gap: 8px; flex-shrink: 0; }
.lp-traffic span { width: 12px; height: 12px; border-radius: 50%; }
.lp-traffic span:nth-child(1) { background: #ff5f57; }
.lp-traffic span:nth-child(2) { background: #febc2e; }
.lp-traffic span:nth-child(3) { background: #28c840; }
.lp-browser-url {
    flex: 1;
    max-width: 380px;
    margin: 0 auto;
    height: 28px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font: 500 13px 'JetBrains Mono', monospace;
    color: #777;
}

.lp-demo-frame {
    /* The HeroDemo react component scales its 1920x1080 stage to fill this */
    position: relative;
    height: 640px;
    background: #fff;
    overflow: hidden;
}

/* ─── Section shells ──────────────────────────────────────── */
.lp-section { padding: 120px 0; }
.lp-section-head { text-align: center; margin-bottom: 80px; max-width: 720px; margin-left: auto; margin-right: auto; }
.lp-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: #0066ff;
    margin-bottom: 18px;
}
.lp-h2 {
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.035em;
    color: #111;
    margin: 0 0 18px;
    text-wrap: balance;
}
.lp-lead {
    font-size: 19px;
    line-height: 1.55;
    color: #555;
    margin: 0 auto;
    text-wrap: pretty;
}

/* ─── Feature rows (alternating) ──────────────────────────── */
.lp-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 88px;
    align-items: center;
    margin-bottom: 120px;
}
.lp-feature:last-child { margin-bottom: 0; }
.lp-feature.right { direction: rtl; }
.lp-feature.right > * { direction: ltr; }

.lp-feature-text {
    max-width: 460px;
}
.lp-feature-num {
    font: 600 13px 'JetBrains Mono', monospace;
    color: #999;
    letter-spacing: 0.10em;
    margin-bottom: 14px;
}
.lp-feature-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.028em;
    color: #111;
    margin: 0 0 14px;
}
.lp-feature-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 18px;
}
.lp-feature-bullets {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-feature-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #333;
}
.lp-feature-bullets li::before {
    content: "";
    width: 18px; height: 18px;
    background: #0066ff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='black' d='M8.5 13.5 4.5 9.5l1-1 3 3 6-6 1 1z'/></svg>") center/contain no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='black' d='M8.5 13.5 4.5 9.5l1-1 3 3 6-6 1 1z'/></svg>") center/contain no-repeat;
    flex-shrink: 0;
    margin-top: 2px;
}

/* The little box that holds each mini demo */
.lp-feature-demo {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0,0,0,0.06);
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 480px;
    justify-self: center;
    position: relative;
}
.lp-feature.right .lp-feature-demo { justify-self: center; }

/* ─── Pricing ─────────────────────────────────────────────── */
.lp-pricing-card {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 44px 38px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.lp-pricing-name {
    font-size: 13px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 18px;
}
.lp-pricing-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
}
.lp-pricing-amount {
    font-size: 64px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.045em;
    line-height: 1;
}
.lp-pricing-period { font-size: 18px; color: #555; font-weight: 500; }
.lp-pricing-blurb {
    font-size: 15px;
    color: #555;
    margin: 6px 0 24px;
    line-height: 1.55;
}
.lp-pricing-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lp-pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #222;
}
.lp-pricing-list li::before {
    content: "";
    width: 18px; height: 18px;
    background: #0066ff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='black' d='M8.5 13.5 4.5 9.5l1-1 3 3 6-6 1 1z'/></svg>") center/contain no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='black' d='M8.5 13.5 4.5 9.5l1-1 3 3 6-6 1 1z'/></svg>") center/contain no-repeat;
    flex-shrink: 0;
    margin-top: 2px;
}
.lp-pricing-cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    font: 500 15.5px 'Inter', system-ui, sans-serif;
    background: #111;
    color: #fff;
    border: 1px solid #111;
    border-radius: 8px;
    transition: background 0.16s;
    cursor: pointer;
    text-decoration: none;
}
.lp-pricing-cta:hover { background: #333; }
.lp-pricing-foot {
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    color: #888;
}

/* ─── Footer ──────────────────────────────────────────────── */
.lp-footer {
    border-top: 1px solid #e0e0e0;
    padding: 40px 0;
    margin-top: 80px;
}
.lp-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.lp-footer-logo { font: 700 16px 'Inter', system-ui, sans-serif; color: #111; }
.lp-footer-note { font-size: 13px; color: #777; }

/* ─── Reveal-on-scroll ────────────────────────────────────── */
.lp-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.2, 0, 0.2, 1),
                transform 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}
.lp-reveal.in {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Responsive ──────────────────────────────────────────── */
@media (max-width: 880px) {
    .lp-section { padding: 80px 0; }
    .lp-hero { padding: 64px 0 24px; }
    .lp-feature { grid-template-columns: 1fr; gap: 40px; margin-bottom: 80px; }
    .lp-feature.right { direction: ltr; }
    .lp-feature-text { max-width: none; }
    .lp-demo-frame { height: 380px; }
    .lp-hero-headline { font-size: 44px; }
}
@media (max-width: 560px) {
    .lp-nav-actions .lp-btn-outline { display: none; }
    .lp-browser-url { display: none; }
    .lp-demo-frame { height: 320px; }
}
