 .lp {background: var(--bg);color: var(--ink);font-family: var(--ui);-webkit-font-smoothing: antialiased;}.lp *, .lp *::before, .lp *::after {box-sizing: border-box;}.lp .wrap {max-width: 1120px;margin: 0 auto;padding: 0 32px;}.lp h1, .lp h2, .lp h3 {letter-spacing: -.02em;}.lp-nav {position: sticky;top: 0;z-index: 50;background: color-mix(in srgb, var(--bg) 86%, transparent);backdrop-filter: blur(10px);border-bottom: 1px solid var(--line);}.lp-nav__in {display: flex;align-items: center;gap: 14px;height: 68px;}.lp-nav__brand {display: flex;align-items: center;gap: 11px;margin-right: auto;}.lp-nav__brand strong {font-size: 17px;font-weight: 700;}.lp-nav__links {display: flex;align-items: center;gap: 4px;}.lp-nav__links a {color: var(--ink-2);font-size: 14px;font-weight: 500;text-decoration: none;padding: 8px 13px;border-radius: var(--r-sm);transition: background .14s, color .14s;}.lp-nav__links a:hover {background: var(--surface-2);color: var(--ink);}.lp-nav__cta {display: flex;align-items: center;gap: 10px;margin-left: 8px;}.lp-btn {display: inline-flex;align-items: center;gap: 8px;font-family: var(--ui);font-size: 14px;font-weight: 600;border: 1px solid var(--line);background: var(--surface);color: var(--ink);border-radius: var(--r-sm);padding: 11px 18px;cursor: pointer;text-decoration: none;line-height: 1;transition: background .14s, border-color .14s, transform .05s;white-space: nowrap;}.lp-btn:hover {background: var(--surface-2);border-color: var(--ink-3);}.lp-btn svg {width: 16px;height: 16px;}.lp-btn--primary {background: var(--accent);border-color: var(--accent);color: #fff;}.lp-btn--primary:hover {background: var(--accent-ink);border-color: var(--accent-ink);}.lp-btn--lg {padding: 14px 24px;font-size: 15px;}.lp-btn--ghost {background: transparent;border-color: transparent;color: var(--ink-2);}.lp-btn--ghost:hover {background: var(--surface-2);color: var(--ink);}.lp-eyebrow {display: inline-flex;align-items: center;gap: 8px;font-family: var(--mono);font-size: 11.5px;letter-spacing: .14em;text-transform: uppercase;color: var(--accent-ink);background: var(--accent-wash);border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);padding: 6px 12px;border-radius: 999px;font-weight: 500;}.lp-hero {padding: 78px 0 36px;}.lp-hero__grid {display: grid;grid-template-columns: 1.04fr 1fr;gap: 56px;align-items: center;}.lp-hero h1 {font-size: 56px;line-height: 1.04;margin: 22px 0 0;font-weight: 700;}.lp-hero h1 em {font-style: normal;font-family: var(--doc);font-weight: 600;color: var(--accent);}.lp-hero p.sub {font-size: 18.5px;line-height: 1.55;color: var(--ink-2);margin: 22px 0 0;max-width: 36ch;}.lp-hero__actions {display: flex;align-items: center;gap: 12px;margin-top: 30px;}.lp-hero__note {margin-top: 16px;font-size: 13px;color: var(--ink-3);display: flex;align-items: center;gap: 8px;}.lp-hero__note .led {width: 7px;height: 7px;border-radius: 999px;background: var(--ok);}.lp-frame {background: var(--host);border: 1px solid var(--line);border-radius: var(--r-xl);padding: 16px;box-shadow: var(--shadow-pop);position: relative;}.lp-frame::before {content: "";position: absolute;inset: 0;border-radius: var(--r-xl);box-shadow: inset 0 1px 0 rgba(255,255,255,.5);pointer-events: none;}.lp-frame__chat {font-family: var(--ui);font-size: 13.5px;color: var(--host-text);display: flex;align-items: center;gap: 9px;padding: 6px 8px 13px;}.lp-frame__card {height: 560px;border-radius: var(--r-lg);overflow: hidden;}.lp-frame__tag {position: absolute;top: -13px;left: 24px;}.lp-strip {padding: 8px 0 8px;}.lp-strip__in {display: flex;align-items: center;justify-content: center;gap: 40px;flex-wrap: wrap;padding: 22px 0;border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);}.lp-strip span {font-family: var(--mono);font-size: 12px;letter-spacing: .04em;color: var(--ink-3);}.lp-strip b {color: var(--ink-2);font-weight: 600;font-family: var(--ui);font-size: 15px;letter-spacing: -.01em;}.lp-sec {padding: 92px 0;}.lp-sec--surface {background: var(--surface);border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);}.lp-sec__head {max-width: 64ch;}.lp-sec__head.center {margin: 0 auto;text-align: center;}.lp-sec h2 {font-size: 38px;line-height: 1.1;margin: 16px 0 0;font-weight: 700;}.lp-sec__lead {font-size: 17.5px;line-height: 1.6;color: var(--ink-2);margin: 18px 0 0;}.lp-value {display: grid;grid-template-columns: 1fr 1fr;gap: 26px;margin-top: 48px;}.lp-card {background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-lg);padding: 30px;box-shadow: var(--shadow-card);}.lp-sec--surface .lp-card {background: var(--surface-2);}.lp-card__ic {width: 46px;height: 46px;border-radius: 13px;background: var(--accent-wash);color: var(--accent-ink);display: flex;align-items: center;justify-content: center;margin-bottom: 18px;}.lp-card__ic svg {width: 23px;height: 23px;}.lp-card h3 {font-size: 20px;margin: 0 0 8px;font-weight: 700;}.lp-card p {font-size: 15px;line-height: 1.6;color: var(--ink-2);margin: 0;}.lp-show {display: grid;grid-template-columns: 1fr 1fr;gap: 56px;align-items: center;margin-top: 50px;}.lp-show__frame {height: 600px;}.lp-show__list {display: grid;gap: 14px;margin-top: 26px;}.lp-show__row {display: flex;gap: 14px;align-items: flex-start;}.lp-show__row .mk {width: 30px;height: 30px;border-radius: 9px;flex: none;display: flex;align-items: center;justify-content: center;}.lp-show__row .mk svg {width: 16px;height: 16px;}.lp-show__row .mk--ins {background: var(--ok-wash);color: var(--ok);}.lp-show__row .mk--del {background: var(--no-wash);color: var(--no);}.lp-show__row .mk--note {background: var(--accent-wash);color: var(--accent-ink);}.lp-show__row b {font-size: 15px;font-weight: 600;}.lp-show__row p {margin: 3px 0 0;font-size: 14px;line-height: 1.5;color: var(--ink-2);}.lp-show__row del {color: var(--no);text-decoration: line-through;}.lp-show__row ins {color: var(--ok);text-decoration: none;}.lp-steps {display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;margin-top: 52px;counter-reset: step;}.lp-step {background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-lg);padding: 26px 24px;position: relative;box-shadow: var(--shadow-card);}.lp-step__n {font-family: var(--mono);font-size: 13px;font-weight: 500;color: #fff;background: var(--accent);width: 34px;height: 34px;border-radius: 10px;display: flex;align-items: center;justify-content: center;margin-bottom: 18px;}.lp-step__ic {position: absolute;top: 26px;right: 24px;color: var(--ink-3);}.lp-step__ic svg {width: 20px;height: 20px;}.lp-step h3 {font-size: 17px;margin: 0 0 7px;font-weight: 700;}.lp-step p {font-size: 14px;line-height: 1.55;color: var(--ink-2);margin: 0;}.lp-price {display: grid;grid-template-columns: repeat(3, 1fr);gap: 22px;margin-top: 52px;align-items: start;}.lp-tier {background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-xl);padding: 32px 28px;box-shadow: var(--shadow-card);display: flex;flex-direction: column;}.lp-tier--feat {border-color: var(--accent);box-shadow: 0 0 0 1px var(--accent), var(--shadow-pop);position: relative;}.lp-tier__badge {position: absolute;top: -13px;left: 50%;transform: translateX(-50%);background: var(--accent);color: #fff;font-family: var(--mono);font-size: 10.5px;letter-spacing: .12em;text-transform: uppercase;padding: 6px 13px;border-radius: 999px;font-weight: 500;}.lp-tier__name {font-size: 15px;font-weight: 700;}.lp-tier__price {display: flex;align-items: baseline;gap: 7px;margin: 14px 0 4px;}.lp-tier__price .amt {font-size: 44px;font-weight: 700;letter-spacing: -.03em;}.lp-tier__price .per {font-size: 14px;color: var(--ink-3);}.lp-tier__desc {font-size: 14px;color: var(--ink-2);margin: 0 0 22px;line-height: 1.5;}.lp-tier__feats {list-style: none;padding: 0;margin: 0 0 26px;display: grid;gap: 12px;}.lp-tier__feats li {display: flex;align-items: flex-start;gap: 10px;font-size: 14.5px;color: var(--ink);line-height: 1.4;}.lp-tier__feats li svg {width: 17px;height: 17px;color: var(--ok);flex: none;margin-top: 1px;}.lp-tier .lp-btn {width: 100%;justify-content: center;margin-top: auto;}.lp-final {background: var(--secondary, var(--ink));color: #fff;border-radius: 0;padding: 88px 0;text-align: center;}.lp-final .panel {background: linear-gradient(160deg, #2A251F, #3a3026);border-radius: var(--r-xl);padding: 64px 48px;max-width: 880px;margin: 0 auto;box-shadow: var(--shadow-pop);}.lp-final h2 {font-size: 40px;margin: 0;color: #fff;}.lp-final p {font-size: 17.5px;color: rgba(255,255,255,.78);margin: 18px auto 0;max-width: 52ch;line-height: 1.55;}.lp-final__actions {margin-top: 32px;display: flex;gap: 12px;justify-content: center;}.lp-final .lp-btn {background: #fff;color: var(--ink);border-color: #fff;}.lp-final .lp-btn:hover {background: #f1ece3;border-color: #f1ece3;}.lp-final small {display: block;margin-top: 18px;font-size: 13px;color: rgba(255,255,255,.6);}.lp-foot {background: var(--surface);border-top: 1px solid var(--line);padding: 56px 0 32px;}.lp-foot__grid {display: grid;grid-template-columns: 1.6fr 1fr 1fr 1fr;gap: 36px;}.lp-foot__brand strong {font-size: 17px;font-weight: 700;}.lp-foot__brand p {font-size: 14px;color: var(--ink-2);margin: 12px 0 0;max-width: 30ch;line-height: 1.5;}.lp-foot__col h4 {font-family: var(--mono);font-size: 10.5px;letter-spacing: .14em;text-transform: uppercase;color: var(--ink-3);margin: 0 0 16px;font-weight: 500;}.lp-foot__col a {display: block;font-size: 14px;color: var(--ink-2);text-decoration: none;padding: 6px 0;transition: color .14s;}.lp-foot__col a:hover {color: var(--accent-ink);}.lp-foot__bar {margin-top: 44px;padding-top: 24px;border-top: 1px solid var(--line);display: flex;justify-content: space-between;align-items: center;font-size: 13px;color: var(--ink-3);}@media (max-width: 980px) {.lp-hero__grid, .lp-show {grid-template-columns: 1fr;gap: 40px;}.lp-hero h1 {font-size: 44px;}.lp-value {grid-template-columns: 1fr;}.lp-steps {grid-template-columns: 1fr 1fr;}.lp-price {grid-template-columns: 1fr;max-width: 460px;margin-left: auto;margin-right: auto;}.lp-foot__grid {grid-template-columns: 1fr 1fr;}.lp-nav__links {display: none;}}