:root {
  color: #202421;
  background: #f7f8f5;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: #202421;
  background: #f7f8f5;
}

a {
  color: inherit;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #d7ddd6;
  background: rgba(247, 248, 245, 0.96);
  padding: 0 32px;
}

.lp-brand {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.lp-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.lp-nav a,
.lp-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.lp-link-muted {
  color: #526157;
}

.lp-main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 72px;
}

.lp-hero {
  padding: 64px 0 72px;
}

.lp-eyebrow,
.lp-section-label {
  margin: 0 0 12px;
  color: #126c5b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.lp-hero h1,
.lp-section h2 {
  max-width: 820px;
  margin: 0;
  line-height: 1.1;
}

.lp-hero h1 {
  font-size: 48px;
}

.lp-lede,
.lp-section p,
.lp-placeholder-page p {
  max-width: 760px;
  color: #4c5850;
  font-size: 18px;
}

.lp-lede {
  margin: 20px 0 0;
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lp-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #126c5b;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    opacity 0.18s ease;
}

.lp-button[disabled],
.lp-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.64;
}

.lp-button-primary {
  color: #ffffff;
  background: #126c5b;
}

.lp-button-secondary {
  color: #126c5b;
  background: #ffffff;
}

.lp-section {
  border-top: 1px solid #d7ddd6;
  padding: 56px 0;
}

.lp-section h2 {
  font-size: 32px;
}

.lp-bullets {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 24px 0 0;
  padding-left: 22px;
  color: #38443d;
  font-size: 17px;
}

.lp-helper,
.lp-bridge,
.lp-figure-caption {
  max-width: 760px;
  margin: 22px 0 0;
  color: #526157;
  font-size: 16px;
}

.lp-bridge {
  font-weight: 700;
}

.lp-figure-caption {
  border-left: 4px solid #126c5b;
  padding-left: 16px;
}

.lp-faq-list {
  display: grid;
  gap: 22px;
  max-width: 820px;
  margin-top: 32px;
}

.lp-faq-item {
  border-top: 1px solid #d7ddd6;
  padding-top: 20px;
}

.lp-faq-item h3 {
  margin: 0;
  color: #202421;
  font-size: 20px;
}

.lp-placeholder {
  color: #4c5850;
}

.lp-placeholder-page {
  min-height: calc(100vh - 160px);
}

.lp-auth-surface,
.lp-legal-surface {
  color: #111827;
  background: #f8fafc;
}

.lp-auth-surface .lp-header,
.lp-legal-surface .lp-header {
  border-bottom-color: #dbe3ef;
  background: rgba(248, 250, 252, 0.96);
}

.lp-auth-surface .lp-nav a,
.lp-auth-surface .lp-link,
.lp-legal-surface .lp-nav a,
.lp-legal-surface .lp-link {
  display: inline-flex;
  color: #334155;
}

.lp-auth-surface .lp-brand,
.lp-legal-surface .lp-brand {
  color: #111827;
}

.lp-auth-surface .lp-eyebrow,
.lp-legal-surface .lp-eyebrow {
  color: #1d4ed8;
}

.lp-auth-surface .lp-lede,
.lp-auth-surface .lp-placeholder-page p,
.lp-legal-surface .lp-lede {
  color: #475569;
}

.lp-auth-main {
  padding-top: 28px;
}

.lp-auth-page {
  min-height: auto;
  padding: 28px 0 48px;
}

.lp-auth-page .lp-lede,
.lp-auth-page .lp-note,
.lp-auth-page .lp-lead-form {
  max-width: 620px;
}

.lp-auth-page .lp-lede {
  margin-top: 16px;
}

.lp-auth-page .lp-note {
  margin-top: 18px;
}

.lp-auth-page .lp-lead-form {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  margin-top: 20px;
  padding: 20px;
}

.lp-auth-page .lp-actions {
  margin-top: 18px;
}

.lp-note {
  max-width: 760px;
  border-left: 4px solid #126c5b;
  margin: 24px 0 0;
  padding: 12px 0 12px 16px;
  color: #526157;
  background: #ffffff;
}

.lp-auth-surface .lp-note {
  border-left-color: #1d4ed8;
  color: #475569;
}

.lp-lead-form {
  display: grid;
  gap: 16px;
  max-width: 560px;
  margin-top: 28px;
}

.lp-form-field {
  display: grid;
  gap: 6px;
  color: #202421;
  font-size: 15px;
  font-weight: 700;
}

.lp-form-field input,
.lp-form-field select {
  min-height: 44px;
  border: 1px solid #b9c4bc;
  border-radius: 8px;
  background: #ffffff;
  color: #202421;
  font: inherit;
  font-weight: 500;
  padding: 0 12px;
}

.lp-auth-surface .lp-form-field input,
.lp-auth-surface .lp-form-field select {
  border-color: #cbd5e1;
}

.lp-auth-surface .lp-form-field input:focus-visible,
.lp-auth-surface .lp-form-field select:focus-visible {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.18);
  outline: none;
}

.lp-form-message {
  border-radius: 8px;
  padding: 14px 16px;
}

.lp-form-message strong,
.lp-form-message span {
  display: block;
}

.lp-form-message-success {
  border: 1px solid #95c8b4;
  background: #edf8f2;
  color: #1e4f3d;
}

.lp-auth-page > .lp-form-message {
  width: 100%;
  max-width: 520px;
}

.lp-form-message-error {
  border: 1px solid #d59b9b;
  background: #fff2f2;
  color: #7a2525;
}

.lp-form-privacy {
  margin: 0;
  color: #526157;
  font-size: 14px;
}

.lp-form-privacy a {
  color: #126c5b;
  font-weight: 700;
}

.lp-auth-surface .lp-form-privacy,
.lp-legal-surface .lp-form-privacy {
  color: #475569;
}

.lp-auth-surface .lp-form-privacy a,
.lp-legal-surface .lp-form-privacy a,
.lp-legal-surface .lp-legal-meta a {
  color: #1d4ed8;
}

.lp-auth-surface .lp-button {
  border-color: #1d4ed8;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.lp-legal-surface .lp-button {
  border-color: #1d4ed8;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.lp-auth-surface .lp-button-primary {
  color: #ffffff;
  background: #1d4ed8;
}

.lp-legal-surface .lp-button-primary {
  color: #ffffff;
  background: #1d4ed8;
}

.lp-auth-surface .lp-button-secondary {
  color: #1d4ed8;
  background: #ffffff;
}

.lp-auth-surface .lp-button-primary:hover {
  border-color: #1e40af;
  background: #1e40af;
}

.lp-legal-surface .lp-button-primary:hover {
  border-color: #1e40af;
  background: #1e40af;
}

.lp-auth-surface .lp-button-secondary:hover {
  border-color: #1e40af;
  background: #eff6ff;
}

.lp-auth-surface .lp-button:hover,
.lp-auth-surface .lp-button:focus-visible,
.lp-legal-surface .lp-button:hover,
.lp-legal-surface .lp-button:focus-visible,
.lp-auth-surface .lp-link:hover,
.lp-auth-surface .lp-link:focus-visible,
.lp-legal-surface .lp-link:hover,
.lp-legal-surface .lp-link:focus-visible,
.lp-legal-surface .lp-legal-meta a:hover,
.lp-legal-surface .lp-legal-meta a:focus-visible {
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.lp-auth-surface .lp-button:focus-visible,
.lp-legal-surface .lp-button:focus-visible,
.lp-auth-surface .lp-link:focus-visible,
.lp-legal-surface .lp-link:focus-visible,
.lp-legal-surface .lp-legal-meta a:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.28);
  outline-offset: 3px;
}

.lp-legal-page {
  max-width: 820px;
}

.lp-legal-surface .lp-main {
  padding-top: 40px;
}

.lp-legal-surface .lp-legal-page {
  padding-top: 32px;
}

.lp-legal-meta {
  display: grid;
  gap: 10px;
  max-width: 760px;
  border: 1px solid #d7ddd6;
  border-radius: 8px;
  background: #ffffff;
  margin: 24px 0 0;
  padding: 18px;
}

.lp-legal-meta div {
  display: grid;
  gap: 2px;
}

.lp-legal-meta dt {
  color: #526157;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lp-legal-meta dd {
  margin: 0;
  color: #202421;
  font-size: 16px;
  font-weight: 600;
}

.lp-legal-meta a {
  color: #126c5b;
}

.lp-legal-surface .lp-legal-meta {
  border-color: #dbe3ef;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.lp-legal-surface .lp-legal-meta dt {
  color: #64748b;
  text-transform: none;
}

.lp-legal-intro {
  max-width: 760px;
  margin: 24px 0 0;
  color: #38443d;
  font-size: 17px;
}

.lp-legal-surface .lp-legal-intro,
.lp-legal-surface .lp-legal-section p,
.lp-legal-surface .lp-legal-section li,
.lp-legal-surface .lp-legal-contact p {
  color: #334155;
}

.lp-legal-copy {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}

.lp-legal-section h2,
.lp-legal-contact h2 {
  margin: 0 0 12px;
  color: #202421;
  font-size: 24px;
  line-height: 1.2;
}

.lp-legal-surface .lp-legal-section h2,
.lp-legal-surface .lp-legal-contact h2 {
  color: #172554;
}

.lp-legal-section p,
.lp-legal-section li,
.lp-legal-contact p {
  margin: 0;
  color: #38443d;
  font-size: 17px;
}

.lp-legal-section p + p,
.lp-legal-section p + ul,
.lp-legal-section ul + p {
  margin-top: 12px;
}

.lp-legal-section ul {
  margin: 0;
  padding-left: 22px;
}

.lp-legal-contact {
  max-width: 760px;
  border-top: 1px solid #d7ddd6;
  margin-top: 40px;
  padding-top: 24px;
}

.lp-inline-action {
  display: inline-block;
  margin-top: 10px;
  color: #1f6f50;
  font-weight: 700;
}

.lp-signout-form {
  margin-top: 14px;
}

.lp-signout-form input[type="hidden"] {
  display: none;
}

.lp-top-return {
  margin: 32px 0 0;
  font-weight: 700;
}

@media (max-width: 760px) {
  .lp-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }

  .lp-nav {
    justify-content: flex-start;
  }

  .lp-main {
    width: min(100% - 28px, 1120px);
    padding-top: 32px;
  }

  .lp-auth-main {
    padding-top: 20px;
  }

  .lp-hero {
    padding: 40px 0 48px;
  }

  .lp-auth-page {
    padding: 20px 0 36px;
  }

  .lp-auth-page .lp-lead-form {
    padding: 16px;
  }

  .lp-hero h1 {
    font-size: 36px;
  }

  .lp-section h2 {
    font-size: 28px;
  }
}
