/* LXI public site. Generated by apps/site/build.mjs from src/page.mjs; edit there. */
:root { color-scheme: light; --black: #000000; --white: #ffffff; --yellow: #fcc700; --yellow-hover: #e6b500; --peach: #fec2a3; --link: #3e3fb7; --link-hover: #2c2d85; --ink2: #3a3a3a; --rule: #e6e2dd; --ground: #faf8f5; --input-border: #cfc9c2; --placeholder: #6f6a64; --font: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; --focus: #3e3fb7; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.5; color: var(--black); background: var(--ground); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
a { color: var(--link); }
a:hover { color: var(--link-hover); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.top :focus-visible { outline-color: var(--white); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -48px; padding: 10px 14px; background: var(--white); color: var(--black); border-radius: 6px; z-index: 10; }
.skip:focus { top: 8px; }
.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 56px; }
.button { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 22px; border: 0; border-radius: 6px; background: var(--yellow); color: var(--black); font: 700 16px var(--font); text-decoration: none; cursor: pointer; white-space: nowrap; }
.button:hover { background: var(--yellow-hover); color: var(--black); }
.button[disabled] { cursor: default; opacity: 0.7; }
.input { height: 48px; width: 100%; padding: 0 14px; border: 1.5px solid var(--input-border); border-radius: 6px; background: var(--white); color: var(--black); font: 16px var(--font); }
.input::placeholder { color: var(--placeholder); }
.input:user-invalid { border-color: #b3261e; }

/* Header */
.top { background: var(--black); color: var(--white); }
.top__bar { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 14px; color: inherit; text-decoration: none; }
.brand svg { display: block; }
.brand__word { font-size: 18px; font-weight: 700; letter-spacing: 0.04em; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 15px; }
.nav a { color: inherit; text-decoration: none; }
.nav a:hover { text-decoration: underline; }
.nav .button, .nav .button:hover { color: var(--black); text-decoration: none; height: 40px; padding: 0 16px; }
.menu { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--white); align-items: center; justify-content: center; cursor: pointer; border-radius: 6px; }

/* Hero */
.hero { background: var(--peach); padding: 88px 0; }
.hero__inner { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.hero__title { font-size: 54px; line-height: 1.05; font-weight: 800; letter-spacing: -0.02em; max-width: 880px; }
.hero__sub { font-size: 19px; line-height: 1.45; color: var(--ink2); max-width: 680px; }
.hero--note { padding: 72px 0; }
.hero--note .hero__sub a { color: var(--black); }

/* Forms */
.form { display: flex; flex-direction: column; gap: 10px; width: 100%; text-align: left; }
.form--hero { max-width: 560px; }
.form__row { display: flex; gap: 10px; }
.form__row .input { flex: 1 1 auto; min-width: 0; }
.form__row .button { flex: 0 0 auto; }
.form--full { gap: 14px; }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }
.form__status { font-size: 15px; color: var(--black); }
.form__status[data-kind="error"] { color: #8b1a12; }
.form__done { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border-radius: 8px; background: var(--ground); border: 1.5px solid var(--black); text-align: left; }
.form__done svg { flex: 0 0 auto; }
.form__done-title { font-size: 16px; font-weight: 700; }
.form__done-body { font-size: 14px; color: var(--ink2); }

/* Sections */
.section { padding: 72px 0; }
.section--how { padding-top: 8px; }
.section__title { font-size: 32px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 36px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.card { display: flex; flex-direction: column; gap: 12px; padding: 26px; background: var(--white); border: 1px solid var(--rule); border-radius: 10px; }
.card__bar { width: 36px; height: 6px; background: var(--yellow); border-radius: 3px; }
.card__title { font-size: 21px; font-weight: 700; line-height: 1.25; }
.card__body { font-size: 16px; line-height: 1.5; color: var(--ink2); }
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step__n { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 22px; background: var(--black); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; }
.step__title { font-size: 19px; font-weight: 700; margin-bottom: 6px; }
.step__body { font-size: 15px; line-height: 1.5; color: var(--ink2); }

/* Footer */
.foot { border-top: 1px solid var(--rule); padding: 56px 0 40px; }
.foot__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.foot__interest { display: flex; flex-direction: column; gap: 14px; }
.foot__title { font-size: 22px; font-weight: 800; }
.foot__lead { font-size: 15px; line-height: 1.5; color: var(--ink2); max-width: 520px; }
.foot__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; font-size: 15px; line-height: 2; }
.foot__col { display: flex; flex-direction: column; }
.foot__col a { text-decoration: none; }
.foot__col a:hover { text-decoration: underline; }
.foot__head { font-weight: 700; }
.foot__line { margin-top: 32px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 13px; color: var(--ink2); }
.foot__company { display: flex; align-items: center; gap: 10px; }
.foot__company svg { display: block; }

/* Phone (the 390 px board) */
@media (max-width: 719px) {
  .wrap { padding: 0 16px; }
  .top__bar { height: auto; min-height: 56px; flex-wrap: wrap; }
  .brand svg { height: 22px; width: auto; }
  .brand__word { font-size: 15px; }
  .js .menu { display: inline-flex; }
  .js .nav { display: none; }
  .js .nav[data-open] { display: flex; }
  .nav { flex-basis: 100%; flex-direction: column; align-items: flex-start; gap: 4px; padding: 8px 0 16px; }
  .nav a { padding: 10px 0; font-size: 16px; }
  .nav .button { margin-top: 6px; }
  .hero { padding: 40px 0; }
  .hero__inner { align-items: stretch; text-align: left; }
  .hero__title { font-size: 34px; line-height: 1.08; }
  .hero__sub { font-size: 16px; }
  .form__row { flex-direction: column; }
  .form__grid { grid-template-columns: 1fr; }
  .section { padding: 40px 0; }
  .section--how { padding-top: 0; }
  .section__title { font-size: 26px; margin-bottom: 18px; }
  .cards, .steps { grid-template-columns: 1fr; gap: 18px; }
  .card { padding: 20px; }
  .card__title { font-size: 19px; }
  .card__body { font-size: 15px; }
  .step__n { flex-basis: 40px; width: 40px; height: 40px; font-size: 16px; }
  .step__title { font-size: 17px; }
  .step__body { font-size: 14px; }
  .foot { padding: 40px 0 32px; }
  .foot__grid { grid-template-columns: 1fr; gap: 24px; }
  .foot__title { font-size: 20px; }
  .foot__cols { grid-template-columns: 1fr; line-height: 2.2; }
  .foot__line { flex-direction: column; align-items: flex-start; font-size: 12px; }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .wrap { padding: 0 32px; }
  .hero__title { font-size: 42px; }
  .cards, .steps { grid-template-columns: 1fr; gap: 20px; }
  .foot__grid { grid-template-columns: 1fr; }
}
