/* SaaS marketing and pricing only. Never imported by the login or portal. */
.lp-saas .lp-header { background: white; color: var(--text); border-color: var(--line); }
.lp-saas .lp-header-inner { gap: 16px; }
.lp-saas .lp-nav a { text-transform: none; letter-spacing: 0; font-size: 13px; }
.lp-saas .lp-header-login, .lp-saas .is-scrolled .lp-header-login { color: var(--text); background: transparent; border: 0; padding-inline: 8px; }
.lp-saas .lp-header-login:hover { background: var(--paper-3); }
.lp-saas .lp-sales-header { display: none; min-height: 42px; padding: 10px 18px; font-size: 13px; gap: 20px; background: var(--brand-accent); }
.lp-saas .lp-accent-button, .lp-saas .lp-sales-header { background: var(--brand-accent); color: var(--brand-ink); }
.lp-saas .lp-accent-button:hover, .lp-saas .lp-sales-header:hover { background: #c3a573; color: var(--brand-ink); }
.lp-saas .lp-outline-button { color: var(--text); border-color: var(--line-strong); background: transparent; }
.lp-saas .lp-outline-button:hover { background: var(--paper-3); }
.lp-saas .lp-saas-hero { padding-top: 128px; background: var(--paper-2); }
.lp-saas .lp-saas-hero-grid { display: grid; gap: 48px; align-items: center; }
.lp-saas .lp-product-label { display: flex; gap: 8px; align-items: center; font-size: 10px; letter-spacing: .12em; margin-bottom: 24px; }
.lp-saas .lp-product-label > span { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-accent); }
.lp-saas .lp-saas-pitch h1 { font-size: clamp(38px, 4.5vw, 64px); line-height: 1.07; }
.lp-saas .lp-saas-pitch h1 em { color: var(--brand-accent); }
.lp-saas .lp-pitch-description { margin: 24px 0 28px; color: var(--text-muted); max-width: 530px; font-size: 16px; line-height: 1.8; }
.lp-saas .lp-sales-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-saas .lp-sales-actions .lp-button { padding-inline: 20px; gap: 18px; }
.lp-saas .lp-sales-reassurance { margin-top: 18px; color: var(--text-muted); font-size: 12px; }
.lp-saas .lp-audience { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 48px; padding-block: 32px; margin-top: 48px; color: var(--text-muted); font-size: 10px; letter-spacing: .1em; border-top: 1px solid var(--line); }
.lp-saas .lp-product-preview { min-width: 0; border: 1px solid var(--line-strong); border-radius: 4px; background: white; box-shadow: 0 24px 60px -36px #14181f66; scroll-margin-top: 112px; }
.lp-saas .lp-preview-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.lp-saas .lp-preview-brand { font-size: 22px; font-weight: 600; letter-spacing: -.06em; }
.lp-saas .lp-preview-brand small { font-size: 11px; color: var(--text-muted); font-weight: 400; letter-spacing: 0; }
.lp-saas .lp-example-label { font-size: 9px; letter-spacing: .08em; color: var(--text-muted); }
.lp-saas .lp-preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 24px 20px; }
.lp-saas .lp-preview-heading p { font-size: 9px; letter-spacing: .1em; color: var(--text-muted); margin-bottom: 8px; }
.lp-saas .lp-preview-heading h2 { font-family: "Inter", sans-serif; font-size: 19px; font-weight: 500; }
.lp-saas .lp-preview-avatar { display: grid; place-items: center; background: var(--paper-3); width: 34px; height: 34px; border-radius: 50%; font-size: 10px; flex-shrink: 0; }
.lp-saas .lp-preview-tabs { display: flex; gap: 20px; padding-inline: 20px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.lp-saas .lp-preview-tabs button { border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 0 0 12px; color: var(--text-muted); white-space: nowrap; font-size: 12px; cursor: pointer; }
.lp-saas .lp-preview-tabs button[aria-selected="true"] { color: var(--brand-accent-text); border-bottom-color: var(--brand-accent); }
.lp-saas .lp-preview-panel { min-height: 342px; padding: 20px; }
.lp-saas .lp-preview-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; padding-bottom: 22px; }
.lp-saas .lp-preview-metrics span { font-size: 10px; color: var(--text-muted); display: block; margin-bottom: 8px; }
.lp-saas .lp-preview-metrics strong { font-size: clamp(18px,2vw,26px); font-weight: 500; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.lp-saas .lp-demo-table-wrap { max-width: 100%; overflow-x: auto; }
.lp-saas .lp-demo-table { width: 100%; border-collapse: collapse; white-space: nowrap; font-size: 11px; }
.lp-saas .lp-demo-table th { text-align: left; padding: 9px 8px; font-size: 10px; color: var(--text-muted); background: var(--paper-2); font-weight: 400; }
.lp-saas .lp-demo-table td { padding: 13px 8px; border-bottom: 1px solid var(--line); }
.lp-saas .lp-demo-table td strong, .lp-saas .lp-demo-table td small { display: block; }
.lp-saas .lp-demo-table td strong { font-weight: 500; }
.lp-saas .lp-demo-table td small { font-size: 9px; color: var(--text-muted); margin-top: 3px; }
.lp-saas .lp-demo-status { display: inline-block; font-size: 9px; padding: 4px 7px; border-radius: 2px; white-space: nowrap; }
.lp-saas .lp-paid { background: #e7f5ee; color: #0f7b52; }
.lp-saas .lp-partial { background: #fdf3e3; color: #9d4707; }
.lp-saas .lp-late { background: #fdeceb; color: #b42318; }
.lp-saas .lp-preview-insight { display: flex; gap: 10px; margin-top: 20px; font-size: 11px; color: var(--text-muted); }
.lp-saas .lp-preview-insight > span { color: var(--brand-accent); }
.lp-saas .lp-preview-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 12px 20px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 9px; color: var(--text-muted); }
.lp-saas .lp-preview-bottom a { color: var(--text); }
.lp-saas .lp-demo-file { display: flex; align-items: center; gap: 12px; padding: 12px 0 24px; }
.lp-saas .lp-demo-file > span:first-child { font-size: 26px; color: var(--brand-accent); }
.lp-saas .lp-demo-file strong, .lp-saas .lp-demo-file small { display: block; }
.lp-saas .lp-demo-file strong { font-weight: 500; font-size: 12px; }
.lp-saas .lp-demo-file small { font-size: 10px; color: var(--text-muted); }
.lp-saas .lp-demo-file .lp-demo-status { margin-left: auto; }
.lp-saas .lp-demo-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; padding: 20px 0; border-block: 1px solid var(--line); }
.lp-saas .lp-demo-fields dt { color: var(--text-muted); font-size: 11px; margin-bottom: 6px; }
.lp-saas .lp-demo-fields dd { font-size: 13px; margin: 0; }
.lp-saas .lp-section { padding-block: 72px; }
.lp-saas .lp-feature-jumps { display: none; }
.lp-saas .lp-section-heading .lp-eyebrow { margin-bottom: 14px; }
.lp-saas .lp-service svg { margin-top: 24px; }
.lp-saas .lp-feature { padding-block: 28px; }
.lp-saas .lp-feature h3 { font-family: "Inter", sans-serif; font-size: 22px; font-weight: 500; line-height: 1.3; }
.lp-saas .lp-intro-photo { width: 100%; max-height: 300px; object-fit: cover; object-position: center 45%; margin-top: 28px; }
.lp-saas .lp-pricing-teaser { padding-block: 64px; background: var(--brand-accent-soft); }
.lp-saas .lp-pricing-teaser > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.lp-saas .lp-pricing-teaser p:not(.lp-eyebrow) { color: var(--text-muted); margin-top: 16px; }
.lp-saas .lp-pricing-hero { padding: 144px 0 56px; text-align: center; background: var(--paper-2); }
.lp-saas .lp-pricing-hero h1 { font-size: clamp(38px,5vw,56px); }
.lp-saas .lp-pricing-hero h1 em { color: var(--brand-accent); }
.lp-saas .lp-pricing-hero .lp-price-intro { max-width: 580px; margin: 24px auto 0; color: var(--text-muted); font-size: 16px; }
.lp-saas .lp-monthly-label { display: inline-block; margin-top: 28px; border: 1px solid var(--line-strong); background: white; padding: 8px 20px; font-size: 13px; border-radius: 2px; }
.lp-saas .lp-plans-section { padding-block: 24px 72px; background: var(--paper-2); }
.lp-saas .lp-plans { display: grid; gap: 24px; }
.lp-saas .lp-plan { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line-strong); border-radius: 4px; background: white; }
.lp-saas .lp-plan.is-featured { border-color: var(--brand-accent); border-top-width: 3px; padding-top: 26px; }
.lp-saas .lp-plan .lp-eyebrow { margin-bottom: 16px; }
.lp-saas .lp-plan h2 { font-family: "Inter",sans-serif; font-size: 24px; font-weight: 500; }
.lp-saas .lp-plan-description { color: var(--text-muted); margin-top: 12px; font-size: 14px; }
.lp-saas .lp-plan-price { margin: 28px 0 8px; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.lp-saas .lp-plan-period { font-size: 12px; color: var(--text-muted); }
.lp-saas .lp-plan .lp-button { margin-top: 28px; width: 100%; gap: 16px; }
.lp-saas .lp-plan ul { padding: 24px 0 0; margin: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.lp-saas .lp-plan li { display: flex; gap: 10px; font-size: 13px; margin-bottom: 14px; }
.lp-saas .lp-plan li::before { content: "✓"; color: var(--brand-accent); }
.lp-saas .lp-pricing-note { margin-top: 24px; text-align: center; color: var(--text-muted); font-size: 13px; }
.lp-saas .lp-centered { justify-content: center; }
.lp-saas .lp-contact-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 20px; font-size: 14px; }
.lp-saas .lp-contact-links a { text-decoration: underline; text-underline-offset: 5px; }
.lp-saas .lp-nav [aria-current="page"] { color: var(--brand-accent-text); }
.lp-saas .lp-plan-price > span { font-size: 16px; font-weight: 400; letter-spacing: 0; }
.lp-saas .lp-included-grid { display: grid; gap: 32px; }
.lp-saas .lp-included-grid > div { padding-top: 24px; border-top: 1px solid var(--line); }
.lp-saas .lp-included-grid span { font-size: 12px; color: var(--brand-accent-text); }
.lp-saas .lp-included-grid h3 { font-size: 16px; font-weight: 500; margin: 16px 0 12px; }
.lp-saas .lp-included-grid p { font-size: 14px; color: var(--text-muted); }
@media (min-width: 768px) { .lp-saas .lp-included-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
.lp-saas .lp-faq { max-width: 900px; margin-inline: auto; }
.lp-saas .lp-faq details { border-bottom: 1px solid var(--line); padding-block: 22px; }
.lp-saas .lp-faq summary { font-size: 16px; font-weight: 500; cursor: pointer; padding-right: 16px; }
.lp-saas .lp-faq details p { color: var(--text-muted); margin-top: 16px; font-size: 14px; max-width: 760px; }
@media (min-width: 768px) { .lp-saas .lp-section { padding-block: 88px; } .lp-saas .lp-plans { grid-template-columns: repeat(3,minmax(0,1fr)); } .lp-saas .lp-plan { padding: 28px 24px; } .lp-saas .lp-plan-price { margin-top: auto; padding-top: 28px; } .lp-saas .lp-plan-description { margin-bottom: 8px; } }
@media (min-width: 1100px) { .lp-saas .lp-saas-hero { padding-top: 144px; } .lp-saas .lp-saas-hero-grid { grid-template-columns: 1fr 1.08fr; gap: 48px; } .lp-saas .lp-sales-header { display: inline-flex; } .lp-saas .lp-audience { margin-top: 64px; } }
@media (max-width: 400px) { .lp-saas .lp-preview-top, .lp-saas .lp-preview-heading, .lp-saas .lp-preview-panel { padding-inline: 12px; } .lp-saas .lp-preview-tabs { gap: 14px; padding-inline: 12px; } .lp-saas .lp-sales-actions .lp-button { width: 100%; } }
