/* Public subpages share the homepage palette and typography. */
.lp-page { font-size: 16px; line-height: 1.75; color: var(--fe-ink); }
.lp-page *, .lp-page *::before, .lp-page *::after { border-color: var(--fe-line); }
.lp-page :is(div, section, article, figure, li) { min-width: 0; }
.lp-page [hidden] { display: none !important; }
.lp-page :is(section[id], h2[id]) { scroll-margin-top: 35px; }
.lp-page h1 { font-size: clamp(42px, 4.6vw, 68px); line-height: 1.1; letter-spacing: -.05em; font-weight: 400; text-wrap: balance; }
.lp-page h2 { font-size: clamp(30px, 3vw, 44px); line-height: 1.18; letter-spacing: -.04em; font-weight: 400; text-wrap: balance; }
.lp-page h3, .lp-page .lp-card-heading { font-size: 24px; line-height: 1.3; letter-spacing: -.025em; font-weight: 400; }
.lp-page p, .lp-page ul { color: var(--fe-muted); }
.lp-page .lp-title { color: var(--fe-ink); font-weight: 500; }
.lp-page .lp-small, .lp-page .lp-eyebrow { font-size: 14px; line-height: 1.65; color: var(--fe-muted); }
.lp-page .lp-lead, .lp-page .lp-intro { font-size: 18px; line-height: 1.85; color: var(--fe-muted); }
.lp-page strong { font-weight: 600; }
.lp-page .max-w-7xl { max-width: 1320px; }
.lp-container { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.lp-page .lp-panel { background: #fdfdfa; border: 1px solid var(--fe-line); border-radius: 4px; }
.lp-page .lp-surface { background: #efeee9; }
.lp-page .lp-warm { background: #eee7df; }
.lp-page .lp-sage { background: #e9ece3; }
.lp-page .lp-blue { background: #e6edf0; }
.lp-page .lp-dot { border-radius: 50%; background: #829077; }
.lp-page .lp-badge { display: inline-flex; align-items: center; border: 1px solid #d3d8c9; border-radius: 100px; padding: 4px 10px; font-size: 14px; line-height: 1.5; background: #f8f9f2; color: #59624f; }
.lp-page .lp-kicker { background: none; padding: 0; border: 0; font-size: 14px; line-height: 1.6; color: var(--fe-muted); }
.lp-page :is(.lp-action, .lp-action-secondary) { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px; border: 1px solid var(--fe-ink); border-radius: 100px; font-size: 16px; line-height: 1.5; text-align: center; font-weight: 400; text-decoration: none; }
.lp-page .lp-action { color: white; background: var(--fe-ink); }
.lp-page .lp-action:hover { color: white; background: #0369a1; border-color: #0369a1; }
.lp-page .lp-action-secondary { color: var(--fe-ink); background: transparent; border-color: #b8beb0; }
.lp-page .lp-action-secondary:hover { background: #e9ece3; border-color: #7c8970; color: var(--fe-ink); }
.lp-page .lp-text-link { display: inline-block; font-size: 16px; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #aab2a0; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 32px; }
.lp-overview-hero { padding-block: 78px 55px; }
.lp-overview-hero h1 { margin-top: 24px; max-width: 1050px; }
.lp-overview-hero .lp-intro { margin-top: 28px; max-width: 720px; }
.lp-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-bottom: 80px; }
.lp-paths:has(> :nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lp-page .lp-path { display: flex; flex-direction: column; align-items: flex-start; padding: 32px; min-height: 340px; border: 1px solid transparent; border-radius: 4px; }
.lp-path h2 { margin-top: 36px; font-size: 31px; }
.lp-path p { margin-top: 17px; margin-bottom: 28px; }
.lp-path .lp-path-action { margin-top: auto; text-decoration: underline; text-underline-offset: 6px; font-size: 15px; }
.lp-page .lp-path:hover { border-color: #7f8b74; color: var(--fe-ink); }
.lp-team-note { padding-block: 45px 80px; border-top: 1px solid var(--fe-line); }
.lp-team-note > div { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 25px; align-items: start; }
.lp-team-note nav { display: flex; flex-wrap: wrap; gap: 20px 35px; margin-top: 35px; }
.lp-team-note nav a { text-decoration: underline; text-underline-offset: 6px; font-size: 15px; }
.lp-usecase-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding-block: 80px; }
.lp-usecase-hero h1 { margin-top: 25px; font-size: clamp(42px, 4.3vw, 62px); }
.lp-usecase-hero .lp-intro { margin-top: 26px; }
.lp-page .lp-example { padding: 26px; border-radius: 4px; border: 1px solid #d8ddcf; margin: 0; }
.lp-example-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 30px; font-size: 14px; color: #59624f; }
.lp-page .lp-example-heading { font-size: 29px; line-height: 1.25; margin-bottom: 20px; }
.lp-example blockquote { font-size: 23px; letter-spacing: -.015em; line-height: 1.55; margin: 15px 0 32px; }
.lp-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-block: 25px; }
.lp-metrics > div { border: 1px solid #d9dece; padding: 20px; background: #fafbf6; }
.lp-metrics span, .lp-metrics p { font-size: 14px; }
.lp-metrics strong { display: block; font-size: 40px; line-height: 1.3; font-weight: 400; margin-block: 8px; }
.lp-example-list { background: #fafbf6; padding-inline: 18px; border: 1px solid #d9dece; }
.lp-example-list > div { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-block: 15px; font-size: 14px; }
.lp-example-list > div + div { border-top: 1px solid var(--fe-line); }
.lp-example-list > div > span:last-child { color: var(--fe-muted); }
.lp-example-steps { padding: 0; list-style: none; margin-top: 16px; }
.lp-example-steps li { display: flex; gap: 20px; align-items: start; padding-block: 18px; border-top: 1px solid #ccd3c2; }
.lp-example-steps li > span { font-size: 14px; color: #717d63; }
.lp-example-steps h3 { font-size: 19px; margin-bottom: 6px; }
.lp-example-steps p { font-size: 15px; }
.lp-prototype-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; padding: 0; margin-block: 30px; }
.lp-prototype-flow li { padding: 16px 12px; border: 1px solid #d7cdbf; background: #faf7f0; font-size: 15px; }
.lp-prototype-flow li:nth-child(2) { background: #e4d9c8; }
.lp-prototype-flow span { display: block; margin-bottom: 15px; font-size: 14px; color: var(--fe-muted); }
.lp-feature-section { background: #efeee9; padding-block: 70px; }
.lp-feature-section h2 { margin-top: 22px; }
.lp-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 50px; }
.lp-features article { border-top: 1px solid #cbd0c1; padding-top: 18px; }
.lp-features h3 { margin-top: 23px; margin-bottom: 16px; }
.lp-page-cta { padding-block: 75px; text-align: center; border-bottom: 1px solid var(--fe-line); }
.lp-page-cta h2 { margin-block: 25px 30px; }
.lp-page-cta .lp-text-link { display: block; width: fit-content; margin: 20px auto 0; }
/* Pricing controls express their state through ARIA, keeping script and style separate. */
.lp-pricing-content { padding-block: 75px; }
.lp-pricing-hero { max-width: 820px; }
.lp-pricing-hero h1 { margin-top: 24px; }
.lp-pricing-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-top: 45px; padding-block: 25px; border-block: 1px solid var(--fe-line); }
.lp-segmented { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid #d0d5c6; border-radius: 100px; }
.lp-page .lp-segmented button { min-height: 44px; border-radius: 100px; padding: 10px 18px; font-size: 15px; font-weight: 400; cursor: pointer; color: var(--fe-muted); }
.lp-page .lp-segmented button:is([aria-selected="true"], [aria-pressed="true"]) { background: #252823; color: white; }
.lp-page .lp-segmented button:hover:not([aria-selected="true"]):not([aria-pressed="true"]) { background: #e9ece3; color: #252823; }
.lp-plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lp-plan { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--fe-line); border-radius: 4px; background: #fdfdfa; }
.lp-plan .lp-title { font-size: 19px; }
.lp-plan h2 { font-size: 34px; margin-top: 20px; text-wrap: auto; }
.lp-plan h2 > span + span { font-size: 16px; color: var(--fe-muted); font-weight: 400; }
.lp-plan h2 [data-price] { display: inline; }
.lp-plan p, .lp-plan ul { font-size: 16px; line-height: 1.75; }
.lp-plan ul { padding-top: 20px; border-top: 1px solid var(--fe-line); }
.lp-plan ul li > span:first-child { color: #6b805b; }
.lp-plan-featured { position: relative; background: #e9ece3; border-color: #9da88e; }
.lp-plan-recommendation { position: absolute; top: -14px; left: 24px; font-size: 14px; border: 1px solid #b4bea7; border-radius: 100px; padding: 3px 12px; margin: 0; background: #e9ece3; color: #59664d; }
.lp-plan:last-child { background: #eee7df; }
.lp-pricing #cloud-hosted-panel > div { padding: 40px; background: #e9ece3; }
/* Long-form pages keep a readable measure and preserve setup examples. */
.lp-page :is(pre, code) { font-family: Consolas, "Cascadia Code", monospace; }
.lp-page code { background: #efeee7; color: #3d4e35; font-size: 14px; border-radius: 3px; padding: 2px 5px; overflow-wrap: anywhere; }
.lp-page .lp-code-block { color: #e6ebdc; background: #292e25; border: 1px solid #434c3b; border-radius: 4px; padding: 24px; font-size: 15px; line-height: 1.8; overflow-x: auto; max-width: 100%; }
.lp-page pre code { color: inherit; background: none; padding: 0; font-size: inherit; white-space: pre; overflow-wrap: normal; }
.lp-page details { border: 1px solid var(--fe-line); border-radius: 4px; background: #fdfdfa; }
.lp-page summary { cursor: pointer; list-style: none; min-height: 52px; }
.lp-page summary::-webkit-details-marker { display: none; }
.lp-page summary > span:last-child { font-size: 24px; flex-shrink: 0; }
.lp-page details[open] > summary > span:last-child { transform: rotate(45deg); }
.lp-page details a:not(.lp-action):not(.lp-action-secondary) { text-decoration: underline; text-underline-offset: 4px; }
.lp-page summary .lp-title { font-size: 18px; }
.lp-developers > div > section:nth-child(even), .lp-guide > div > section:nth-child(even) { background: #efeee9; }
.lp-agent-workspace { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 25px; }
.lp-agent-result { background: #fafbf6; border: 1px solid #d6ddcd; padding: 20px; }
.lp-agent-result .lp-metrics { grid-template-columns: 1fr; }
.lp-agent-result .lp-example-list { padding-inline: 12px; }
.lp-agent-result .lp-example-list > div { font-size: 14px; }
.lp-agent-result > .lp-small:last-child { margin-top: 20px; }
.lp-security > div > section:first-child .lp-panel:last-child .lp-panel, .lp-guide > div > section:first-child .lp-panel .lp-panel { background: #e9ece3; }
.lp-privacy > div > div { max-width: 1000px; }
.lp-privacy h1 { font-size: clamp(42px, 4.6vw, 68px); }
.lp-privacy .lp-policy-section { background: transparent; padding-block: 32px; border-top: 1px solid var(--fe-line); }
.lp-privacy .lp-policy-section > :is(p, ul) { max-width: 78ch; }
.lp-privacy h2 { font-size: 30px; }
.lp-policy-index { margin-top: 40px; padding: 25px; border: 1px solid #d5dbcc; background: #e9ece3; }
.lp-policy-index > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; margin-top: 16px; }
.lp-page .lp-policy-index a { font-size: 15px; text-decoration: underline; text-underline-offset: 4px; }
.lp-updates article { border: 0; border-top: 1px solid var(--fe-line); background: transparent; border-radius: 0; padding-inline: 0; }
.lp-updates article h2 { max-width: 850px; }
.lp-updates article p { max-width: 75ch; }
.lp-updates article a { text-decoration: underline; text-decoration-color: #b7beaf; text-underline-offset: 6px; }
.lp-article h1 { font-size: clamp(40px, 4vw, 56px); }
.lp-article h2 { font-size: 30px; }
.lp-page .lp-card-link { display: block; border: 1px solid var(--fe-line); border-radius: 4px; background: #fdfdfa; }
.lp-page .lp-card-link:hover { border-color: #879578; }
@media (max-width: 1200px) {
  .lp-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-usecase-hero { gap: 35px; }
  .lp-usecase-hero h1 { font-size: 48px; }
  .lp-path { padding: 25px; }
}
@media (max-width: 1100px) { .lp-container { width: calc(100% - 64px); } }
@media (max-width: 900px) {
  .lp-usecase-hero { grid-template-columns: 1fr; padding-block: 55px; gap: 40px; }
  .lp-usecase-hero h1 { max-width: 750px; }
  .lp-usecase-hero .lp-intro { max-width: 700px; }
  .lp-paths, .lp-paths:has(> :nth-child(2):last-child) { grid-template-columns: 1fr; gap: 20px; }
  .lp-page .lp-path { min-height: 0; padding: 28px; }
  .lp-path h2 { margin-top: 20px; }
  .lp-features { gap: 28px; }
  .lp-team-note > div { gap: 35px; }
}
@media (max-width: 640px) {
  .lp-container { width: calc(100% - 40px); }
  .lp-page h1, .lp-usecase-hero h1 { font-size: 42px; }
  .lp-page h2 { font-size: 32px; }
  .lp-page h3, .lp-page .lp-card-heading { font-size: 23px; }
  .lp-page .lp-intro, .lp-page .lp-lead { font-size: 17px; }
  .lp-overview-hero { padding-block: 45px 35px; }
  .lp-paths { padding-bottom: 45px; }
  .lp-page .lp-path { padding: 25px; }
  .lp-path h2 { font-size: 28px; }
  .lp-team-note { padding-block: 35px 50px; }
  .lp-team-note > div, .lp-features { grid-template-columns: 1fr; gap: 25px; }
  .lp-team-note nav { flex-direction: column; gap: 15px; }
  .lp-feature-section, .lp-page-cta { padding-block: 50px; }
  .lp-features { margin-top: 30px; }
  .lp-page .lp-example { padding: 20px; }
  .lp-example-top { align-items: flex-start; }
  .lp-example blockquote { font-size: 21px; }
  .lp-metrics { gap: 10px; }
  .lp-metrics > div { padding: 14px; }
  .lp-prototype-flow { grid-template-columns: 1fr; }
  .lp-prototype-flow li { display: flex; gap: 16px; }
  .lp-prototype-flow span { margin: 0; }
  .lp-pricing-content { padding-block: 45px; }
  .lp-pricing-toolbar { align-items: flex-start; gap: 18px; }
  .lp-segmented { max-width: 100%; }
  .lp-page .lp-segmented button { padding: 10px 13px; }
  .lp-plans { grid-template-columns: 1fr; }
  .lp-plan { padding: 25px; }
  .lp-plan h2 { font-size: 36px; }
  .lp-pricing #cloud-hosted-panel > div { padding: 25px; }
  .lp-agent-workspace { grid-template-columns: 1fr; }
  .lp-agent-result { padding: 16px; }
  .lp-page .lp-code-block { padding: 18px; font-size: 14px; }
  .lp-page summary { padding: 20px; }
  .lp-page summary > div { min-width: 0; }
  .lp-page summary p { overflow-wrap: anywhere; }
  .lp-policy-index > div { grid-template-columns: 1fr; }
  .lp-privacy h2, .lp-article h2 { font-size: 27px; }
}

/* Audience pages refine the shared defaults above. */
.lp-section-intro { max-width: 780px; margin-bottom: 40px; }
.lp-section-intro h2 { margin-top: 20px; }
.lp-section-intro > p:last-child:not(:first-child) { margin-top: 22px; font-size: 18px; line-height: 1.8; }
.lp-audience-example blockquote { font-size: 21px; }
.lp-preview-window { background: #fcfcf8; border: 1px solid #cdd3c6; border-radius: 4px; }
.lp-preview-top { display: flex; justify-content: space-between; gap: 20px; padding: 16px 20px; border-bottom: 1px solid #d9ddcf; font-size: 14px; color: #5c6854; }
.lp-preview-lights { letter-spacing: 3px; color: #9eaa95; }
.lp-preview-window h2 { padding: 25px 22px 0; }
.lp-preview-window dl { padding: 0 22px 24px; }
.lp-preview-window dl > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding-block: 15px; border-top: 1px solid #e0e3d9; }
.lp-preview-window dt { font-size: 14px; color: #687060; }
.lp-preview-window dd { font-size: 16px; }
.lp-audience-example .lp-example-note { margin-top: 20px; font-size: 14px; line-height: 1.6; }
.lp-audience-section { padding-block: 50px 90px; border-top: 1px solid var(--fe-line); }
.lp-audience-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.lp-audience-cards article { padding-right: 20px; }
.lp-audience-cards h3 { margin-top: 20px; margin-bottom: 18px; }
.lp-audience-workflow { background: #efeee8; padding-block: 70px; }
.lp-workflow-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.lp-workflow-list li { display: flex; flex-direction: column; gap: 25px; }
.lp-workflow-list .lp-step-number { font-family: Georgia, serif; font-size: 28px; color: #6d7864; }
.lp-workflow-list p { margin-top: 18px; }
.lp-audience-control { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 85px; }
.lp-audience-control h2 { margin-block: 20px; }
.lp-audience-control .lp-text-link { margin-top: 25px; }
.lp-audience-control ul { align-self: center; padding: 10px 30px; background: #e9ece3; border-radius: 4px; }
.lp-audience-control li { padding-block: 23px; border-bottom: 1px solid #ccd2c1; }
.lp-audience-control li:last-child { border-bottom: 0; }
.lp-audience-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-top: 1px solid var(--fe-line); padding-block: 65px; }
.lp-audience-faq h2 { margin-top: 20px; }
.lp-audience-faq details { background: transparent; border: 0; border-bottom: 1px solid var(--fe-line); border-radius: 0; }
.lp-audience-faq summary { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 23px 0; font-size: 18px; line-height: 1.5; }
.lp-audience-faq summary span { flex-shrink: 0; font-size: 23px; }
.lp-audience-faq details[open] summary span { transform: rotate(45deg); }
.lp-audience-faq details p { padding-bottom: 25px; }
.lp-related { padding-block: 55px 80px; border-top: 1px solid var(--fe-line); }
.lp-related h2 { margin-top: 20px; }
.lp-related nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 35px; }
.lp-related nav a { display: flex; flex-direction: column; gap: 10px; padding: 25px; border: 1px solid var(--fe-line); border-radius: 4px; }
.lp-related nav a:hover { background: #e9ece3; }
.lp-related nav a span:first-child { font-size: 18px; text-decoration: underline; text-underline-offset: 5px; }
.lp-related nav a span + span { font-size: 16px; color: var(--fe-muted); }
.lp-solution-group { border-top: 1px solid var(--fe-line); padding-top: 50px; }
.lp-solution-group .lp-path h3 { margin-top: 30px; }
.lp-solution-group .lp-paths { padding-bottom: 55px; }
@media (max-width: 900px) {
  .lp-audience-cards, .lp-workflow-list { grid-template-columns: 1fr; gap: 30px; }
  .lp-workflow-list li { flex-direction: row; gap: 25px; }
  .lp-audience-cards article { padding: 0 0 25px; border-bottom: 1px solid var(--fe-line); }
  .lp-audience-control, .lp-audience-faq { grid-template-columns: 1fr; gap: 35px; }
  .lp-related nav { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .lp-audience-workflow, .lp-audience-control, .lp-audience-faq, .lp-related, .lp-audience-section { padding-block: 50px; }
  .lp-preview-window dl > div { grid-template-columns: 1fr; gap: 5px; }
  .lp-audience-example blockquote { font-size: 19px; }
  .lp-audience-faq summary { padding-block: 20px; }
}
