/* Landing (lead-capture) layout for a guide.
   The form itself keeps the markup lead-form.js expects — this only
   surrounds it with a reason to fill it in. */

.lp{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:40px;align-items:start;margin-top:34px}
@media(max-width:900px){.lp{grid-template-columns:1fr;gap:28px}}

/* form column sticks on desktop, leads on mobile */
.lp-form{position:sticky;top:24px}
@media(max-width:900px){.lp-form{position:static;order:-1}}

.magnetic-card{background:var(--surface);border:1.5px solid var(--stroke);border-radius:20px;padding:30px 28px;box-shadow:var(--shadow-lg)}
.form-subtitle{font-size:.95rem;color:var(--ink-soft);line-height:1.55;font-weight:500;margin-bottom:20px}

/* ── what's inside ── */
.lp-gets{display:flex;flex-direction:column;gap:14px;margin:26px 0 34px}
.lp-get{display:flex;gap:14px;align-items:flex-start}
.lp-get-ico{width:38px;height:38px;border-radius:11px;background:var(--peach);color:var(--orange-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.lp-get-ico svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.lp-get h3{font-size:1rem;font-weight:900;margin:2px 0 3px;letter-spacing:-.01em}
.lp-get p{font-size:.9rem;color:var(--ink-soft);line-height:1.55;margin:0;font-weight:500}

/* ── preview of the real thing ── */
.lp-peek{background:var(--surface);border:1.5px solid var(--stroke);border-radius:18px;padding:24px;box-shadow:var(--shadow-sm);margin-bottom:30px;position:relative;overflow:hidden}
.lp-peek-tag{display:inline-flex;align-items:center;gap:7px;background:var(--peach);color:var(--orange-deep);font-size:.72rem;font-weight:900;padding:5px 12px;border-radius:99px;margin-bottom:16px}
.lp-peek-tag svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.4}
.lp-peek h3{font-size:1.1rem;margin:0 0 14px;letter-spacing:-.02em}
.lp-peek-fade{position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(to top,var(--surface),transparent);pointer-events:none}

/* ── sample item ── */
.lp-sample{background:var(--bg-canvas);border-radius:14px;padding:20px 22px;border-right:3px solid var(--orange)}
.lp-sample-num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:var(--orange);color:#fff;font-weight:900;font-size:.9rem;margin-bottom:10px}
.lp-sample h4{font-size:1.05rem;font-weight:900;margin:0 0 8px;line-height:1.2}
.lp-sample p{font-size:.92rem;color:var(--ink-soft);line-height:1.6;margin:0;font-weight:500}
.lp-sample-more{font-size:.82rem;color:var(--ink-mute);font-weight:800;margin-top:14px;display:block}

/* ── trust line under the form ── */
.lp-trust{display:flex;flex-direction:column;gap:9px;margin-top:18px}
.lp-trust li{display:flex;gap:9px;align-items:flex-start;font-size:.82rem;color:var(--ink-mute);font-weight:600;line-height:1.45;list-style:none}
.lp-trust svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;fill:none;stroke:var(--orange);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.lp-trust ul{margin:0;padding:0}

.lp-who{background:var(--peach-soft);border-radius:14px;padding:20px 22px;margin-top:8px}
.lp-who h3{font-size:.95rem;font-weight:900;margin:0 0 8px}
.lp-who p{font-size:.89rem;color:var(--ink-soft);line-height:1.6;margin:0;font-weight:500}
