:root {
  --lm-dark: #101114;
  --lm-dark-soft: #181a20;
  --lm-ink: #111827;
  --lm-muted: #667085;
  --lm-light: #f5f6f8;
  --lm-white: #ffffff;
  --lm-pink: #e83e8c;
  --lm-pink-dark: #c62c74;
  --lm-blue: #2563eb;
  --lm-line: rgba(17, 24, 39, 0.09);
  --lm-radius: 28px;
}

.page-ai-guide { background: var(--lm-dark); }
.lm-page { overflow: hidden; font-family: Montserrat, sans-serif; }
.lm-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.lm-eyebrow { margin: 0 0 18px; color: #79a7ff; font-size: 11px; line-height: 1.2; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; }
.lm-eyebrow--dark { color: var(--lm-blue); }

.lm-hero { position: relative; min-height: 860px; padding: 150px 0 90px; background: radial-gradient(circle at 75% 20%, rgba(37,99,235,.18), transparent 31%), radial-gradient(circle at 30% 35%, rgba(232,62,140,.13), transparent 34%), var(--lm-dark); color: #fff; }
.lm-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(0,0,0,.24)); pointer-events: none; }
.lm-hero__glow { position: absolute; width: 680px; height: 680px; border-radius: 50%; right: -220px; top: 100px; background: rgba(232,62,140,.13); filter: blur(100px); }
.lm-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .75fr); gap: 90px; align-items: center; }
.lm-hero__copy h1 { max-width: 790px; margin: 0; color: #fff; font-size: clamp(46px, 6vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.lm-hero__copy h1 span { color: var(--lm-pink); }
.lm-hero__lead { max-width: 680px; margin: 30px 0 0; color: #c8ced8; font-size: clamp(18px, 2vw, 23px); line-height: 1.7; font-weight: 500; }
.lm-proof-row { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 34px 0; color: #e6e9ef; font-size: 13px; font-weight: 700; }
.lm-proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.lm-proof-row .material-symbols-outlined { color: #7ea9ff; font-size: 19px; }

.lm-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 15px 25px; border: 0; border-radius: 999px; text-decoration: none; cursor: pointer; font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, box-shadow .18s ease, opacity .18s ease; }
.lm-button:hover { transform: translateY(-2px); }
.lm-button--primary { background: var(--lm-pink); color: #fff; box-shadow: 0 16px 38px rgba(232,62,140,.28); }
.lm-button--primary:hover { background: var(--lm-pink-dark); color: #fff; }
.lm-button--light { background: #fff; color: #111827; }
.lm-button--outline-light { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: #fff; }
.lm-button--full { width: 100%; }
.lm-button[disabled] { opacity: .65; cursor: wait; transform: none; }

.lm-cover-stage { position: relative; min-height: 650px; display: grid; place-items: center; perspective: 1400px; }
.lm-cover-card { position: relative; z-index: 3; width: min(390px, 82%); transform: rotateY(-8deg) rotateZ(2deg); border-radius: 14px; overflow: hidden; box-shadow: 0 55px 110px rgba(0,0,0,.58), -18px 14px 0 rgba(255,255,255,.04); }
.lm-cover-card::after { content:""; position:absolute; inset:0; background: linear-gradient(110deg, rgba(255,255,255,.17), transparent 25%, transparent 70%, rgba(255,255,255,.05)); pointer-events:none; }
.lm-cover-card img { display: block; width: 100%; height: auto; }
.lm-cover-stage__orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.lm-cover-stage__orbit--one { width: 530px; height: 530px; }
.lm-cover-stage__orbit--two { width: 660px; height: 660px; border-color: rgba(37,99,235,.14); }
.lm-floating-note { position: absolute; z-index: 4; min-width: 170px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(21,23,29,.78); backdrop-filter: blur(18px); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.lm-floating-note strong, .lm-floating-note span { display: block; }
.lm-floating-note strong { margin-bottom: 5px; color: #fff; font-size: 15px; }
.lm-floating-note span { color: #aeb6c4; font-size: 11px; line-height: 1.45; }
.lm-floating-note--top { top: 105px; right: -10px; }
.lm-floating-note--bottom { bottom: 115px; left: -10px; }

.lm-light-section { padding: 105px 0; background: var(--lm-light); color: var(--lm-ink); }
.lm-intro-grid { display: grid; grid-template-columns: .95fr 1fr; gap: 95px; align-items: start; }
.lm-intro-grid h2, .lm-section-heading h2, .lm-next-step h2 { margin: 0; font-size: clamp(36px, 4vw, 61px); line-height: 1.05; letter-spacing: -.045em; font-weight: 900; }
.lm-intro-copy { color: var(--lm-muted); font-size: 18px; line-height: 1.8; }
.lm-intro-copy p { margin: 0 0 18px; }
.lm-five-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 72px; }
.lm-five-grid article { position: relative; min-height: 260px; padding: 28px 24px; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(15,23,42,.06); }
.lm-five-grid article > span { position: absolute; top: 22px; right: 22px; color: #cbd1da; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.lm-five-grid i { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 35px; border-radius: 15px; background: #eef4ff; color: var(--lm-blue); font-size: 25px; }
.lm-five-grid article:nth-child(2n) i { background: #fff0f7; color: var(--lm-pink); }
.lm-five-grid h3 { margin: 0 0 12px; color: var(--lm-ink); font-size: 19px; line-height: 1.2; font-weight: 900; }
.lm-five-grid p { margin: 0; color: var(--lm-muted); font-size: 14px; line-height: 1.65; }

.lm-dark-section { position: relative; padding: 110px 0; background: linear-gradient(135deg, #111216, #1b1e25); color: #fff; }
.lm-dark-section::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 13% 25%, rgba(37,99,235,.15), transparent 27%), radial-gradient(circle at 85% 70%, rgba(232,62,140,.11), transparent 28%); }
.lm-form-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 520px; gap: 90px; align-items: center; }
.lm-form-context h2 { max-width: 690px; margin: 0; font-size: clamp(38px, 4.7vw, 68px); line-height: 1.04; letter-spacing: -.048em; font-weight: 900; }
.lm-check-list { display: grid; gap: 17px; margin: 38px 0 34px; padding: 0; list-style: none; color: #d1d6df; font-size: 15px; line-height: 1.6; }
.lm-check-list li { display: flex; gap: 12px; align-items: flex-start; }
.lm-check-list .material-symbols-outlined { flex: 0 0 auto; color: #6ea0ff; font-size: 22px; }
.lm-authority { padding-left: 18px; border-left: 3px solid var(--lm-pink); }
.lm-authority strong, .lm-authority span { display: block; }
.lm-authority strong { color: #fff; font-size: 14px; }
.lm-authority span { margin-top: 5px; color: #969fad; font-size: 12px; line-height: 1.55; }

.lm-form-card { padding: 34px; border-radius: 30px; background: #fff; color: var(--lm-ink); box-shadow: 0 40px 95px rgba(0,0,0,.38); }
.lm-form-card__head { display: flex; gap: 15px; align-items: center; margin-bottom: 27px; }
.lm-form-card__head > .material-symbols-outlined { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 15px; background: #fff0f7; color: var(--lm-pink); }
.lm-form-card__head strong { display: block; margin-bottom: 5px; font-size: 19px; font-weight: 900; }
.lm-form-card__head p { margin: 0; color: var(--lm-muted); font-size: 12px; line-height: 1.5; }
.lm-field { margin-bottom: 16px; }
.lm-field label { display: block; margin: 0 0 8px; color: #374151; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lm-field input { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #dfe3e8; border-radius: 14px; outline: none; background: #fbfcfd; color: #111827; font: 600 15px/1.2 Montserrat, sans-serif; transition: border .15s ease, box-shadow .15s ease, background .15s ease; }
.lm-field input:focus { border-color: #79a7ff; background: #fff; box-shadow: 0 0 0 4px rgba(37,99,235,.09); }
.lm-field input[aria-invalid="true"] { border-color: #d92d20; box-shadow: 0 0 0 4px rgba(217,45,32,.08); }
.lm-consent { display: flex; gap: 11px; align-items: flex-start; margin: 17px 0; color: #4b5563; font-size: 11px; line-height: 1.55; cursor: pointer; }
.lm-consent input { margin-top: 2px; accent-color: var(--lm-pink); }
.lm-consent a { color: var(--lm-blue); }
.lm-consent--optional { padding-top: 15px; border-top: 1px solid #edf0f3; }
.lm-form-card .lm-button { margin-top: 6px; }
.lm-form-status { min-height: 22px; margin-top: 14px; color: #667085; font-size: 12px; font-weight: 700; line-height: 1.5; text-align: center; }
.lm-form-status.is-error { color: #b42318; }
.lm-form-status.is-success { color: #067647; }
.lm-form-privacy { display: flex; justify-content: center; gap: 6px; margin: 12px 0 0; color: #98a2b3; font-size: 10px; line-height: 1.45; text-align: center; }
.lm-form-privacy .material-symbols-outlined { font-size: 15px; }
.lm-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.lm-who-section { background: #fff; }
.lm-section-heading { max-width: 750px; }
.lm-persona-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 60px; }
.lm-persona-grid article { padding: 31px 27px 29px; border-top: 1px solid #dfe3e8; }
.lm-persona-grid i { margin-bottom: 28px; color: var(--lm-pink); font-size: 32px; }
.lm-persona-grid h3 { margin: 0 0 12px; font-size: 18px; font-weight: 900; }
.lm-persona-grid p { margin: 0; color: var(--lm-muted); font-size: 14px; line-height: 1.7; }

.lm-final-cta { padding: 82px 0; background: #1a1c22; color: #fff; }
.lm-final-cta__inner { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.lm-final-cta h2 { max-width: 820px; margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.06; letter-spacing: -.04em; font-weight: 900; }

.lm-thanks-hero { min-height: 790px; padding: 155px 0 100px; background: radial-gradient(circle at 78% 32%, rgba(37,99,235,.16), transparent 34%), radial-gradient(circle at 25% 30%, rgba(232,62,140,.14), transparent 32%), var(--lm-dark); color: #fff; }
.lm-thanks-grid { display: grid; grid-template-columns: 1fr 430px; gap: 95px; align-items: center; }
.lm-thanks-copy h1, .lm-simple-message h1 { max-width: 780px; margin: 0 0 24px; font-size: clamp(45px, 6vw, 79px); line-height: 1; letter-spacing: -.052em; font-weight: 900; }
.lm-thanks-copy > p:not(.lm-eyebrow):not(.lm-email-note), .lm-simple-message > p:not(.lm-eyebrow) { max-width: 720px; color: #c8ced8; font-size: 18px; line-height: 1.75; }
.lm-success-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 28px; border-radius: 50%; background: rgba(20,184,116,.16); color: #47d18c; }
.lm-success-icon .material-symbols-outlined { font-size: 34px; font-weight: 800; }
.lm-success-icon--muted { background: rgba(255,255,255,.08); color: #b6bec9; }
.lm-thanks-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 20px; }
.lm-email-note { display: flex; gap: 9px; align-items: center; color: #939dac; font-size: 12px; }
.lm-email-note .material-symbols-outlined { font-size: 18px; }
.lm-thanks-cover { transform: rotate(3deg); border-radius: 14px; overflow: hidden; box-shadow: 0 50px 110px rgba(0,0,0,.55); }
.lm-thanks-cover img { display: block; width: 100%; height: auto; }
.lm-next-step { background: #fff; }
.lm-next-step__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.lm-next-step p:not(.lm-eyebrow) { max-width: 700px; color: var(--lm-muted); font-size: 17px; line-height: 1.75; }
.lm-next-step__steps { display: grid; gap: 14px; }
.lm-next-step__steps span { display: flex; align-items: center; gap: 16px; padding: 19px 22px; border-radius: 18px; background: #f5f6f8; color: #344054; font-size: 14px; font-weight: 800; }
.lm-next-step__steps b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #111216; color: #fff; font-size: 12px; }
.lm-simple-message { max-width: 880px; padding-top: 30px; }
.lm-simple-message .lm-button { margin-top: 22px; }

@media (max-width: 1100px) {
  .lm-hero__grid, .lm-form-layout { grid-template-columns: 1fr 440px; gap: 55px; }
  .lm-five-grid { grid-template-columns: repeat(3, 1fr); }
  .lm-persona-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
  .lm-shell { width: min(100% - 32px, 680px); }
  .lm-hero { min-height: auto; padding: 135px 0 75px; }
  .lm-hero__grid, .lm-intro-grid, .lm-form-layout, .lm-thanks-grid, .lm-next-step__grid { grid-template-columns: 1fr; gap: 55px; }
  .lm-cover-stage { min-height: 540px; }
  .lm-cover-card { width: 330px; max-width: 72vw; }
  .lm-cover-stage__orbit--one { width: 430px; height: 430px; }
  .lm-cover-stage__orbit--two { width: 520px; height: 520px; }
  .lm-floating-note--top { right: 1%; }
  .lm-floating-note--bottom { left: 1%; }
  .lm-light-section, .lm-dark-section { padding: 80px 0; }
  .lm-five-grid { grid-template-columns: repeat(2, 1fr); margin-top: 52px; }
  .lm-form-layout { max-width: 680px; }
  .lm-form-card { width: min(100%, 540px); margin: 0 auto; }
  .lm-final-cta__inner { display: grid; }
  .lm-thanks-hero { min-height: auto; padding: 135px 0 85px; }
  .lm-thanks-cover { width: min(390px, 75vw); margin: 0 auto; order: -1; }
}

@media (max-width: 560px) {
  .lm-shell { width: calc(100% - 28px); }
  .lm-hero__copy h1, .lm-thanks-copy h1, .lm-simple-message h1 { font-size: 43px; }
  .lm-hero__lead { font-size: 17px; }
  .lm-button--desktop { width: 100%; }
  .lm-cover-stage { min-height: 490px; }
  .lm-cover-stage__orbit--one { width: 350px; height: 350px; }
  .lm-cover-stage__orbit--two { width: 420px; height: 420px; }
  .lm-floating-note { min-width: 145px; padding: 13px 15px; }
  .lm-floating-note--top { top: 80px; right: -5px; }
  .lm-floating-note--bottom { bottom: 80px; left: -5px; }
  .lm-five-grid, .lm-persona-grid { grid-template-columns: 1fr; }
  .lm-five-grid article { min-height: 210px; }
  .lm-form-card { padding: 25px 20px; border-radius: 24px; }
  .lm-final-cta { padding: 65px 0; }
  .lm-thanks-actions .lm-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .lm-button, .lm-cover-card { transition: none; transform: none; }
}
