/* Linsta AI landing page — isolated from the shared account-screen styles. */

.lp-page {
  margin: 0;
  padding: 0;
  background: #f6f5ef;
  color: #17211f;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

.lp-page * { box-sizing: border-box; }
.lp-page :where(a) { color: inherit; }
.la-site {
  --la-ink: #17211f;
  --la-ink-2: #26332f;
  --la-green: #08b95c;
  --la-green-dark: #078746;
  --la-mint: #eaf8ef;
  --la-lime: #c9f04b;
  --la-violet: #7657e8;
  --la-coral: #ff7e67;
  --la-canvas: #f6f5ef;
  --la-white: #fff;
  --la-border: rgba(23, 33, 31, 0.12);
  position: relative;
  min-height: 100vh;
  color: var(--la-ink);
  background: var(--la-canvas);
  font-feature-settings: "palt" 1;
  overflow-x: clip;
  overflow-y: visible;
}

.la-container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.la-sp { display: none; }
.la-keep { white-space: nowrap; }
.la-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: #17211f;
  transform: translateY(-150%);
}
.la-skip:focus { transform: translateY(0); }

.la-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 84px;
  color: var(--la-ink);
}
.la-header__inner { height: 100%; display: flex; align-items: center; gap: 38px; }
.la-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  color: var(--la-ink);
  text-decoration: none;
}
.la-brand img { display: block; width: 38px; height: 36px; }
.la-brand span { font-size: 21px; font-weight: 800; letter-spacing: -0.035em; }
.la-brand b {
  color: var(--la-green);
  background: linear-gradient(90deg, #3fd44f 0%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.la-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.la-nav a, .la-login {
  position: relative;
  color: #44504c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.la-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--la-green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.la-nav a:hover::after, .la-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.la-header__actions { display: flex; align-items: center; gap: 18px; }

.la-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 13px 27px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.la-button:hover { transform: translateY(-2px); }
.la-button:focus-visible, .la-login:focus-visible, .la-nav a:focus-visible, .la-text-link:focus-visible {
  outline: 3px solid rgba(118, 87, 232, .35);
  outline-offset: 4px;
}
.la-button--header { min-height: 42px; padding: 10px 18px; border-radius: 12px; color: #fff; background: var(--la-ink); font-size: 13px; }
.la-button--primary { color: #fff; background: var(--la-green-dark); box-shadow: 0 14px 32px -16px rgba(8, 135, 70, .8); }
.la-button--primary:hover { background: #066d39; }
.la-button--ghost { color: var(--la-ink); background: rgba(255,255,255,.72); border-color: rgba(23,33,31,.14); backdrop-filter: blur(12px); }
.la-button--ink { color: #fff; background: var(--la-ink); }
.la-button--light { color: var(--la-ink); background: #fff; box-shadow: 0 18px 38px -20px rgba(0,0,0,.6); }
.la-button--line { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }

.la-hero {
  position: relative;
  min-height: 790px;
  padding: 150px 0 104px;
  background: linear-gradient(112deg, #f2fbf3 0%, #e7f8ed 58%, #d9f4e5 100%);
  isolation: isolate;
}
.la-hero::after {
  content: "";
  position: absolute;
  inset: auto -5% -76px;
  z-index: -1;
  height: 150px;
  background: var(--la-canvas);
  border-radius: 50% 50% 0 0 / 40% 40% 0 0;
}
.la-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 56px; }
.la-hero__copy { position: relative; z-index: 3; }
.la-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 7px 13px 7px 8px;
  border: 1px solid rgba(8,185,92,.26);
  border-radius: 999px;
  color: #21623f;
  background: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}
.la-eyebrow span { padding: 4px 9px; border-radius: 999px; color: #fff; background: var(--la-green-dark); }
.la-hero h1 {
  margin: 0 0 28px;
  color: var(--la-ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  line-break: strict;
  letter-spacing: -.065em;
  line-height: 1.19;
  word-break: normal;
}
.la-hero h1 em { color: var(--la-green-dark); font-style: normal; }
.la-hero__lead { max-width: 620px; margin: 0 0 34px; color: #45514d; font-size: clamp(15px, 1.55vw, 18px); font-weight: 500; line-break: strict; line-height: 2; text-wrap: pretty; }
.la-hero__buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.la-checkline { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 22px 0 0; padding: 0; list-style: none; color: #52605b; font-size: 12px; font-weight: 700; }
.la-checkline li::before { content: "✓"; display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 6px; border-radius: 50%; color: #fff; background: var(--la-green); font-size: 10px; }
.la-soon { margin: 18px 0 0; color: #62706b; font-size: 11px; }
.la-soon span { margin-right: 7px; padding: 3px 7px; border-radius: 5px; color: #fff; background: var(--la-violet); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.la-hero__visual { position: relative; min-width: 0; }
.la-hero__photo {
  position: relative;
  height: 500px;
  border: 8px solid rgba(255,255,255,.72);
  border-radius: 42% 42% 26px 26px;
  background: #cdebd9;
  box-shadow: 0 34px 80px -42px rgba(12,77,48,.46);
  overflow: hidden;
}
.la-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,61,43,.08), transparent 28%); pointer-events: none; }
.la-hero__photo picture { display: block; width: 100%; height: 100%; }
.la-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; transform: scale(1.06); }
.la-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(23,33,31,.1);
  border-radius: 15px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 42px -24px rgba(23,33,31,.5);
  backdrop-filter: blur(14px);
}
.la-float small { display: block; color: #7b8581; font-size: 9px; font-weight: 700; }
.la-float b { display: block; color: var(--la-ink); font-size: 12px; white-space: nowrap; }
.la-float__icon { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 10px; color: #fff; background: var(--la-green); font-size: 14px; font-weight: 900; }
.la-float--message { left: -32px; bottom: 82px; }
.la-float--result { top: 68px; right: -25px; }
.la-float--result i { width: 30px; height: 20px; border-right: 3px solid var(--la-green); border-bottom: 3px solid var(--la-green); transform: skewY(-32deg) rotate(-12deg); }
.la-hero__seal {
  position: absolute;
  top: -34px;
  left: -22px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: var(--la-ink);
  background: var(--la-lime);
  box-shadow: 0 14px 38px -22px rgba(23,33,31,.6);
  transform: rotate(-7deg);
}
.la-hero__seal span, .la-hero__seal small { font-size: 9px; font-weight: 900; letter-spacing: .12em; line-height: 1; }
.la-hero__seal strong { font-size: 30px; letter-spacing: -.05em; line-height: 1.15; }
.la-hero__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(3px); opacity: .65; }
.la-hero__glow--one { width: 340px; height: 340px; top: 80px; left: -160px; border: 70px solid rgba(255,255,255,.7); }
.la-hero__glow--two { width: 240px; height: 240px; right: -70px; bottom: 55px; background: rgba(201,240,75,.33); }
.la-signal { position: absolute; right: 0; bottom: 40px; left: 0; z-index: 2; display: flex; justify-content: center; align-items: center; gap: 0; pointer-events: none; }
.la-signal::before, .la-signal::after { content: ""; width: min(19vw, 240px); height: 1px; background: rgba(8,185,92,.28); }
.la-signal i { position: relative; display: block; width: 8px; height: 8px; margin: 0 22px; border: 2px solid var(--la-green); border-radius: 50%; background: #e7f8ed; }
.la-signal i:not(:last-child)::after { content: ""; position: absolute; top: 2px; left: 7px; width: 44px; border-top: 1px dashed rgba(8,185,92,.34); }

.la-motion-ready .la-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1), border-color .2s ease;
  transition-delay: var(--la-reveal-delay, 0ms);
}
.la-motion-ready .la-reveal--left { transform: translate3d(-30px, 0, 0); }
.la-motion-ready .la-reveal--right { transform: translate3d(30px, 0, 0); }
.la-motion-ready .la-reveal.is-visible { opacity: 1; transform: none; }
.la-motion-ready .la-ai-steps li.la-reveal.is-visible:hover { transform: translateX(5px); }
.la-motion-ready .la-hero__photo { animation: la-photo-float 7s ease-in-out 1.1s infinite; }
.la-motion-ready .la-hero__glow--one { animation: la-glow-one 12s ease-in-out infinite alternate; }
.la-motion-ready .la-hero__glow--two { animation: la-glow-two 10s ease-in-out 1s infinite alternate; }
.la-motion-ready .la-signal i { animation: la-signal-pulse 2.8s ease-in-out infinite; }
.la-motion-ready .la-signal i:nth-child(2) { animation-delay: .18s; }
.la-motion-ready .la-signal i:nth-child(3) { animation-delay: .36s; }
.la-motion-ready .la-signal i:nth-child(4) { animation-delay: .54s; }
.la-motion-ready .la-signal i:nth-child(5) { animation-delay: .72s; }

@keyframes la-photo-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}
@keyframes la-glow-one {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(24px, 16px, 0) scale(1.05); }
}
@keyframes la-glow-two {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-18px, -12px, 0) scale(.94); }
}
@keyframes la-signal-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(8,185,92,0); transform: scale(1); }
  45% { box-shadow: 0 0 0 7px rgba(8,185,92,.1); transform: scale(1.18); }
}

.la-proof { position: relative; padding: 38px 0 70px; background: var(--la-canvas); }
.la-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--la-border); border-radius: 24px; background: #fff; box-shadow: 0 20px 60px -48px rgba(23,33,31,.42); overflow: hidden; }
.la-proof__item { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 140px; padding: 26px 18px; text-align: center; }
.la-proof__item:not(:last-child)::after { content: ""; position: absolute; top: 30px; right: 0; bottom: 30px; width: 1px; background: var(--la-border); }
.la-proof__item strong { color: var(--la-green-dark); font-size: clamp(29px, 3.4vw, 44px); font-weight: 900; letter-spacing: -.045em; line-height: 1.1; }
.la-proof__item strong small { font-size: 13px; letter-spacing: -.01em; }
.la-proof__item > span { margin-top: 8px; color: #66716d; font-size: 11px; font-weight: 700; }
.la-proof__note { margin: 13px 0 0; color: #5f6c67; font-size: 12px; text-align: center; }

.la-section { padding: 132px 0; }
.la-section--canvas { background: var(--la-canvas); }
.la-section--white { background: #fff; }
.la-heading { max-width: 660px; margin-bottom: 62px; }
.la-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.la-kicker { margin: 0 0 14px; color: var(--la-green-dark); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.la-heading h2 {
  margin: 0 0 20px;
  color: var(--la-ink);
  font-size: clamp(31px, 4.25vw, 52px);
  font-weight: 900;
  line-break: strict;
  letter-spacing: -.055em;
  line-height: 1.28;
  text-wrap: balance;
}
.la-heading h2 span { color: var(--la-green-dark); }
.la-heading h2 > .la-keep { color: inherit; }
.la-heading > p:not(.la-kicker) { margin: 0; color: #66716d; font-size: 16px; line-break: strict; line-height: 1.95; text-wrap: pretty; }
.la-heading--light .la-kicker { color: var(--la-lime); }
.la-heading--light h2 { color: #fff; }
.la-heading--light h2 span { color: var(--la-lime); }
.la-heading--light > p:not(.la-kicker) { color: rgba(255,255,255,.76); }

.la-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.la-pain-card { position: relative; min-height: 318px; padding: 36px 32px; border: 1px solid var(--la-border); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px -58px rgba(23,33,31,.5); overflow: hidden; }
.la-pain-card__number { position: absolute; top: 20px; right: 24px; color: #c7cecb; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.la-pain-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 30px; border-radius: 17px; color: var(--la-green-dark); background: var(--la-mint); font-size: 20px; font-weight: 900; }
.la-pain-card h3 { margin: 0 0 13px; color: var(--la-ink); font-size: 20px; font-weight: 900; letter-spacing: -.03em; }
.la-pain-card p { margin: 0; color: #68736f; font-size: 14px; line-height: 1.9; }
.la-answer { position: relative; margin-top: 60px; padding: 58px 40px 62px; border-radius: 28px; text-align: center; background: var(--la-mint); overflow: hidden; }
.la-answer::before, .la-answer::after { content: ""; position: absolute; border: 1px solid rgba(8,185,92,.18); border-radius: 50%; }
.la-answer::before { width: 250px; height: 250px; top: -160px; left: -70px; }
.la-answer::after { width: 330px; height: 330px; right: -150px; bottom: -250px; }
.la-answer > * { position: relative; z-index: 1; }
.la-answer p { margin: 0 0 10px; color: var(--la-green-dark); font-size: 13px; font-weight: 900; letter-spacing: .05em; }
.la-answer h3 { margin: 0 0 24px; color: var(--la-ink); font-size: clamp(25px, 3.6vw, 40px); font-weight: 900; line-break: strict; letter-spacing: -.045em; line-height: 1.42; text-wrap: balance; }
.la-answer h3 .la-answer__accent { position: relative; color: var(--la-green-dark); }
.la-answer h3 .la-answer__accent::after { content: ""; position: absolute; right: 0; bottom: -2px; left: 0; height: 5px; border-radius: 9px; background: var(--la-lime); z-index: -1; }
.la-answer a { color: var(--la-ink); font-size: 13px; font-weight: 900; text-decoration: none; }

.la-flow { position: relative; color: #fff; background: var(--la-ink); overflow: hidden; }
.la-flow::before { content: ""; position: absolute; width: 560px; height: 560px; top: -360px; right: -90px; border: 90px solid rgba(201,240,75,.06); border-radius: 50%; }
.la-journey { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.la-journey::before { content: ""; position: absolute; top: 91px; right: 8%; left: 8%; border-top: 2px dashed rgba(255,255,255,.18); }
.la-journey li { position: relative; min-height: 240px; padding: 24px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.055); text-align: center; backdrop-filter: blur(8px); }
.la-journey__step { display: block; margin-bottom: 20px; color: rgba(255,255,255,.42); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.la-journey__symbol { position: relative; z-index: 2; display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 18px; border: 6px solid var(--la-ink); border-radius: 50%; color: var(--la-ink); background: var(--la-lime); font-size: 17px; font-weight: 900; }
.la-journey__ai .la-journey__symbol { color: #fff; background: var(--la-violet); }
.la-journey h3 { margin: 0 0 8px; color: #fff; font-size: 17px; }
.la-journey p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.la-flow__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.la-flow__foot > span { color: rgba(255,255,255,.56); font-size: 13px; }
.la-text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; }
.la-text-link span { transition: transform .2s ease; }
.la-text-link:hover span { transform: translateX(4px); }
.la-text-link--dark { color: var(--la-ink); }

.la-story { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px, 7vw, 96px); align-items: center; padding: 82px 0; }
.la-story + .la-story { border-top: 1px solid var(--la-border); }
.la-story--reverse .la-story__copy { order: 2; }
.la-story--reverse .la-story__visual { order: 1; }
.la-story__index { margin: 0 0 13px; color: var(--la-green-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.la-story__copy h3 { margin: 0 0 20px; color: var(--la-ink); font-size: clamp(28px, 3.5vw, 43px); font-weight: 900; line-break: strict; letter-spacing: -.05em; line-height: 1.36; text-wrap: balance; }
.la-story__copy h3 span { color: var(--la-green-dark); }
.la-story__copy > p:not(.la-story__index) { margin: 0; color: #66716d; font-size: 15px; line-break: strict; line-height: 2; text-wrap: pretty; }
.la-story__checks { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; color: #3e4b47; font-size: 13px; font-weight: 700; }
.la-story__checks li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; color: var(--la-green-dark); background: var(--la-mint); font-size: 11px; }
.la-story__visual { min-width: 0; min-height: 470px; border-radius: 28px; }
.la-ai-demo, .la-crm-demo { padding: 24px; border: 1px solid var(--la-border); background: #f4f6f4; box-shadow: 0 28px 80px -58px rgba(23,33,31,.55); }
.la-demo__top { display: flex; align-items: center; gap: 7px; margin-bottom: 28px; color: #68736f; font-size: 12px; }
.la-demo__top span { width: 8px; height: 8px; border-radius: 50%; background: #d2d8d5; }
.la-demo__top b { margin-left: 7px; color: var(--la-ink); }
.la-prompt { padding: 18px 20px; border: 1px solid #dfe5e2; border-radius: 14px; background: #fff; }
.la-prompt small { display: block; margin-bottom: 5px; color: #86908c; font-size: 10px; }
.la-prompt strong { color: var(--la-ink); font-size: 13px; }
.la-ai-status { display: flex; align-items: center; gap: 9px; margin: 17px 0 12px; color: var(--la-violet); font-size: 11px; font-weight: 900; }
.la-ai-status i { font-style: normal; }
.la-draft-list { display: grid; gap: 9px; }
.la-draft-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 12px; border: 1px solid #e1e6e4; border-radius: 13px; background: #fff; }
.la-draft-list > div > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: var(--la-green-dark); background: var(--la-mint); font-size: 12px; font-weight: 900; }
.la-draft-list p { margin: 0; min-width: 0; }
.la-draft-list small, .la-draft-list b { display: block; }
.la-draft-list small { color: #8b9490; font-size: 9px; }
.la-draft-list b { color: var(--la-ink); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.la-draft-list em { padding: 3px 7px; border-radius: 6px; color: #6f55d3; background: #eeeaff; font-size: 8px; font-style: normal; font-weight: 900; }
.la-demo-button { display: block; width: 100%; margin-top: 14px; padding: 12px; border-radius: 11px; color: #fff; background: var(--la-ink); font-family: inherit; font-size: 11px; font-weight: 800; line-height: 1.2; text-align: center; }
.la-crm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.la-crm-stats > div { padding: 16px; border: 1px solid #e1e6e4; border-radius: 14px; background: #fff; }
.la-crm-stats small, .la-crm-stats strong, .la-crm-stats em { display: block; }
.la-crm-stats small { color: #7f8a85; font-size: 9px; }
.la-crm-stats strong { margin: 4px 0 2px; color: var(--la-ink); font-size: 24px; letter-spacing: -.04em; }
.la-crm-stats em { color: var(--la-green-dark); font-size: 8px; font-style: normal; font-weight: 800; }
.la-crm-table { margin-top: 14px; border: 1px solid #e1e6e4; border-radius: 14px; background: #fff; overflow: hidden; }
.la-crm-table > div { display: grid; grid-template-columns: 1.1fr 1.1fr .8fr; align-items: center; gap: 8px; min-height: 67px; padding: 12px 16px; border-top: 1px solid #edf0ef; font-size: 9px; }
.la-crm-table .la-crm-head { min-height: 36px; border-top: 0; color: #8b9490; background: #fafbfa; font-weight: 800; }
.la-crm-table > div > span:first-child { display: flex; align-items: center; gap: 8px; }
.la-crm-table i { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--la-green-dark); background: var(--la-mint); font-style: normal; font-weight: 900; }
.la-crm-table b { color: var(--la-ink); font-size: 10px; }
.la-crm-table em { display: inline-block; margin: 2px; padding: 3px 6px; border-radius: 999px; color: #57635f; background: #edf4f0; font-style: normal; }
.la-cost-demo { position: relative; display: grid; align-content: center; justify-items: center; padding: 48px; background: linear-gradient(145deg, var(--la-mint), #f8fbe9); overflow: hidden; }
.la-cost-demo::before { content: ""; position: absolute; width: 360px; height: 360px; border: 70px solid rgba(8,185,92,.08); border-radius: 50%; top: -220px; right: -110px; }
.la-cost-demo__ring { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 190px; height: 190px; border: 1px solid rgba(8,135,70,.2); border-radius: 50%; color: var(--la-green-dark); background: #fff; box-shadow: 0 28px 60px -38px rgba(8,135,70,.6); }
.la-cost-demo__ring small { font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.la-cost-demo__ring strong { font-size: 60px; font-weight: 900; letter-spacing: -.07em; line-height: 1.1; }
.la-cost-demo__ring span { color: #7a8580; font-size: 10px; }
.la-cost-demo__card { position: relative; z-index: 2; width: min(360px, 100%); margin-top: -15px; padding: 20px 24px; border-radius: 17px; background: var(--la-ink); box-shadow: 0 24px 50px -34px rgba(23,33,31,.8); }
.la-cost-demo__card p { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 8px 0; color: rgba(255,255,255,.66); font-size: 11px; }
.la-cost-demo__card p + p { border-top: 1px solid rgba(255,255,255,.1); }
.la-cost-demo__card b { color: var(--la-lime); font-size: 12px; }
.la-cost-demo__note { position: relative; z-index: 1; margin: 16px 0 0; color: #66716d; font-size: 11px; font-weight: 700; }

.la-feature-section { background: linear-gradient(180deg, #f4fbf6, #edf8f1); }
.la-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.la-feature-card { position: relative; min-height: 390px; padding: 30px 28px; border: 1px solid rgba(23,33,31,.1); border-radius: 24px; background: #fff; box-shadow: 0 24px 60px -54px rgba(23,33,31,.48); overflow: hidden; }
.la-feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -105px; bottom: -105px; border: 24px solid currentColor; border-radius: 50%; opacity: .08; }
.la-feature-card__icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 25px; border-radius: 15px; color: #fff; background: var(--card-color); font-size: 16px; font-weight: 900; }
.la-feature-card h3 { margin: 0 0 13px; color: var(--la-ink); font-size: 19px; font-weight: 900; line-break: strict; letter-spacing: -.035em; line-height: 1.5; text-wrap: balance; }
.la-feature-card p { margin: 0; color: #68736f; font-size: 13px; line-break: strict; line-height: 1.85; text-wrap: pretty; }
.la-feature-card ul { display: grid; gap: 7px; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--la-border); list-style: none; color: #3f4c48; font-size: 12px; font-weight: 700; }
.la-feature-card li::before { content: "—"; margin-right: 8px; color: var(--card-color); }
.la-feature-card--green { --card-color: var(--la-green); color: var(--la-green); }
.la-feature-card--violet { --card-color: var(--la-violet); color: var(--la-violet); }
.la-feature-card--lime { --card-color: #9ec51c; color: #9ec51c; }
.la-feature-card--coral { --card-color: var(--la-coral); color: var(--la-coral); }
.la-feature-card--ink { --card-color: var(--la-ink); color: var(--la-ink); }
.la-feature-card--ai { --card-color: var(--la-violet); color: var(--la-violet); }
.la-feature-card--ai .la-feature-card__icon { background: linear-gradient(135deg, var(--la-green), var(--la-violet)); }
.la-feature-note { margin: 22px 0 0; color: #5f6c67; font-size: 12px; text-align: center; }

.la-ai-section { background: #fff; }
.la-ai-section__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.la-ai-section .la-heading { margin-bottom: 0; }
.la-ai-section .la-button { margin-top: 30px; }
.la-ai-steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: ai; }
.la-ai-steps li { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 24px; min-height: 130px; padding: 22px 28px; border: 1px solid var(--la-border); border-radius: 20px; background: var(--la-canvas); transition: transform .2s ease, border-color .2s ease; }
.la-ai-steps li:hover { transform: translateX(5px); border-color: rgba(8,185,92,.35); }
.la-ai-steps li > span { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; color: var(--la-green-dark); background: var(--la-mint); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.la-ai-steps strong { display: block; margin-bottom: 5px; color: var(--la-ink); font-size: 17px; }
.la-ai-steps p { margin: 0; color: #6b7672; font-size: 13px; }

.la-pricing { position: relative; color: #fff; background: #087b44; overflow: hidden; }
.la-pricing::before, .la-pricing::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.la-pricing::before { width: 630px; height: 630px; top: -420px; left: -150px; }
.la-pricing::after { width: 460px; height: 460px; right: -190px; bottom: -330px; }
.la-pricing .la-container { position: relative; z-index: 1; }
.la-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.la-plan { position: relative; display: flex; flex-direction: column; min-height: 595px; padding: 34px 30px 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; color: var(--la-ink); background: #fff; box-shadow: 0 24px 70px -42px rgba(0,0,0,.38); }
.la-plan--featured { margin-top: -16px; margin-bottom: -16px; border: 3px solid var(--la-lime); box-shadow: 0 30px 80px -38px rgba(0,0,0,.55); }
.la-plan__badge { position: absolute; top: -14px; right: 24px; margin: 0; padding: 7px 13px; border-radius: 999px; color: var(--la-ink); background: var(--la-lime); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.la-plan__name { margin: 0 0 17px; color: #596560; font-size: 13px; font-weight: 900; }
.la-plan__price { display: flex; align-items: baseline; margin: 0; line-height: 1; }
.la-plan__price span { align-self: flex-start; margin-top: 9px; color: var(--la-green-dark); font-size: 18px; font-weight: 900; }
.la-plan__price strong { color: var(--la-green-dark); font-size: clamp(48px, 5vw, 63px); font-weight: 900; letter-spacing: -.07em; }
.la-plan__price small { margin-left: 6px; color: #7c8782; font-size: 11px; font-weight: 700; }
.la-plan__limit { margin: 12px 0 0; color: #68736f; font-size: 12px; }
.la-plan__limit b { margin-left: 5px; color: var(--la-ink); }
.la-plan__rule { height: 1px; margin: 24px 0; background: var(--la-border); }
.la-plan__lead { margin: 0 0 14px; color: var(--la-ink); font-size: 14px; font-weight: 900; }
.la-plan ul { display: grid; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; color: #596560; font-size: 12px; }
.la-plan li::before { content: "✓"; margin-right: 8px; color: var(--la-green-dark); font-weight: 900; }
.la-button--plan { width: 100%; margin-top: auto; color: #fff; background: var(--la-ink); }
.la-plan--featured .la-button--plan { color: var(--la-ink); background: var(--la-lime); }
.la-price-notes { margin-top: 38px; text-align: center; }
.la-price-notes p:first-child { margin: 0 0 8px; font-size: 14px; }
.la-price-notes p:first-child strong { margin-right: 10px; color: var(--la-lime); }
.la-price-notes p:last-child { margin: 0; color: rgba(255,255,255,.84); font-size: 12px; }

.la-start { background: var(--la-canvas); }
.la-start__steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.la-start__steps::before { content: ""; position: absolute; top: 87px; right: 17%; left: 17%; border-top: 2px dashed rgba(8,185,92,.25); }
.la-start__steps li { position: relative; min-height: 290px; padding: 28px; border: 1px solid var(--la-border); border-radius: 23px; background: #fff; text-align: center; }
.la-start__steps li > span { position: absolute; top: 20px; left: 22px; color: #aab3af; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.la-start__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 76px; height: 76px; margin: 18px auto 24px; border: 8px solid #fff; border-radius: 50%; color: var(--la-green-dark); background: var(--la-mint); box-shadow: 0 0 0 1px rgba(8,185,92,.18); font-size: 17px; font-weight: 900; }
.la-start__steps h3 { margin: 0 0 10px; color: var(--la-ink); font-size: 17px; font-weight: 900; }
.la-start__steps p { margin: 0; color: #68736f; font-size: 13px; line-height: 1.85; }
.la-start__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 25px; margin-top: 42px; }

.la-faq { background: #fff; }
.la-faq__grid { display: grid; grid-template-columns: .38fr .62fr; align-items: start; gap: 92px; }
.la-faq .la-heading { position: sticky; top: 40px; margin-bottom: 0; }
.la-faq .la-heading .la-text-link { margin-top: 22px; }
.la-faq__list { border-top: 1px solid var(--la-border); }
.la-faq details { border-bottom: 1px solid var(--la-border); }
.la-faq summary { position: relative; display: flex; align-items: flex-start; gap: 14px; padding: 26px 48px 26px 0; color: var(--la-ink); font-size: 15px; font-weight: 800; list-style: none; cursor: pointer; }
.la-faq summary::-webkit-details-marker { display: none; }
.la-faq summary > span:first-child { color: var(--la-green-dark); font-weight: 900; }
.la-faq summary::after { content: "+"; position: absolute; top: 24px; right: 5px; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--la-border); border-radius: 50%; color: var(--la-green-dark); font-size: 17px; line-height: 1; transition: transform .2s ease; }
.la-faq details[open] summary::after { transform: rotate(45deg); }
.la-faq details p { margin: -5px 48px 25px 35px; color: #68736f; font-size: 13px; line-break: strict; line-height: 1.95; text-wrap: pretty; }

.la-final { position: relative; padding: 112px 0; color: #fff; background: var(--la-ink); overflow: hidden; }
.la-final__inner { position: relative; z-index: 2; text-align: center; }
.la-final .la-kicker { color: var(--la-lime); }
.la-final h2 { margin: 0 0 22px; color: #fff; font-size: clamp(36px, 5.3vw, 64px); font-weight: 900; line-break: strict; letter-spacing: -.06em; line-height: 1.26; text-wrap: balance; }
.la-final h2 span { color: var(--la-lime); }
.la-final__inner > p:not(.la-kicker) { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 2; }
.la-final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 34px; }
.la-checkline--light { justify-content: center; color: rgba(255,255,255,.58); }
.la-checkline--light li::before { color: var(--la-ink); background: var(--la-lime); }
.la-final__orb { position: absolute; border-radius: 50%; }
.la-final__orb--one { width: 560px; height: 560px; left: -330px; top: -210px; border: 100px solid rgba(8,185,92,.12); }
.la-final__orb--two { width: 390px; height: 390px; right: -150px; bottom: -260px; background: rgba(118,87,232,.15); }

.la-footer { padding: 76px 0 34px; color: #fff; background: #101715; }
.la-footer__top { display: grid; grid-template-columns: .36fr .64fr; gap: 70px; padding-bottom: 54px; }
.la-brand--footer { color: #fff; }
.la-footer__brand > p { margin: 20px 0 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.9; }
.la-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.la-footer__nav h3 { margin: 0 0 16px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .08em; }
.la-footer__nav a { display: block; width: fit-content; margin: 10px 0; color: rgba(255,255,255,.76); font-size: 12px; text-decoration: none; }
.la-footer__nav a:hover { color: var(--la-lime); }
.la-footer__bottom { display: grid; grid-template-columns: .23fr 1fr auto; gap: 30px; align-items: end; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.la-footer__bottom p { margin: 0; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.7; }
.la-mobile-cta { display: none; }

@media (max-width: 1040px) {
  .la-hero { min-height: 760px; }
  .la-hero__grid { grid-template-columns: .95fr 1.05fr; gap: 28px; }
  .la-hero__photo { height: 450px; }
  .la-float--message { left: -12px; }
  .la-float--result { right: -8px; }
  .la-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .la-story { gap: 48px; }
}

@media (max-width: 820px) {
  .la-container { width: min(100% - 40px, 680px); }
  .la-nav { display: none; }
  .la-header__actions { margin-left: auto; }
  .la-section { padding: 92px 0; }
  .la-pc { display: none; }
  .la-header { height: 72px; }
  .la-header__inner { gap: 20px; }
  .la-login { display: none; }
  .la-hero { min-height: 0; padding: 120px 0 84px; }
  .la-hero::after { bottom: -45px; height: 90px; }
  .la-hero__grid { grid-template-columns: 1fr; gap: 55px; }
  .la-hero__copy { max-width: 650px; }
  .la-hero__photo { height: min(520px, 72vw); }
  .la-hero__seal { top: -30px; left: 10px; }
  .la-proof { padding-top: 48px; }
  .la-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .la-proof__item:nth-child(2)::after { display: none; }
  .la-proof__item:nth-child(-n+2) { border-bottom: 1px solid var(--la-border); }
  .la-pain-grid { grid-template-columns: 1fr; }
  .la-pain-card { min-height: 0; }
  .la-journey { grid-template-columns: 1fr; }
  .la-journey::before { top: 45px; bottom: 45px; left: 51px; width: 1px; border-top: 0; border-left: 2px dashed rgba(255,255,255,.18); }
  .la-journey li { display: grid; grid-template-columns: 56px 1fr; column-gap: 20px; min-height: 0; padding: 20px; text-align: left; }
  .la-journey__step { display: none; }
  .la-journey__symbol { grid-row: 1 / 3; width: 56px; height: 56px; margin: 0; border-width: 5px; }
  .la-journey h3 { align-self: end; margin: 0; }
  .la-journey p { align-self: start; }
  .la-story, .la-story--reverse { grid-template-columns: 1fr; padding: 64px 0; }
  .la-story--reverse .la-story__copy, .la-story--reverse .la-story__visual { order: initial; }
  .la-story__copy { max-width: 620px; }
  .la-story__visual { min-height: 440px; }
  .la-ai-section__grid { grid-template-columns: 1fr; gap: 48px; }
  .la-price-grid { grid-template-columns: 1fr; gap: 16px; }
  .la-plan { min-height: 0; }
  .la-plan--featured { margin: 0; }
  .la-start__steps { grid-template-columns: 1fr; }
  .la-start__steps::before { top: 50px; bottom: 50px; left: 50%; width: 1px; border-top: 0; border-left: 2px dashed rgba(8,185,92,.25); }
  .la-start__steps li { min-height: 0; }
  .la-faq__grid { grid-template-columns: 1fr; gap: 45px; }
  .la-faq .la-heading { position: static; }
  .la-footer__top { grid-template-columns: 1fr; gap: 45px; }
  .la-footer__bottom { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 560px) {
  .la-sp { display: initial; }
  .lp-page { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .la-container { width: calc(100% - 36px); }
  .la-header__inner { width: calc(100% - 28px); }
  .la-brand img { width: 31px; height: 30px; }
  .la-brand span { font-size: 18px; }
  .la-button--header { min-height: 38px; padding: 9px 13px; font-size: 11px; }
  .la-header .la-button--header { width: auto; }
  .la-section { padding: 76px 0; }
  .la-heading { margin-bottom: 42px; }
  .la-heading > p:not(.la-kicker) { font-size: 14px; }
  .la-hero { padding: 102px 0 69px; }
  .la-eyebrow { margin-bottom: 18px; font-size: 10px; }
  .la-hero h1 { margin-bottom: 21px; font-size: clamp(34px, 10.3vw, 48px); line-height: 1.23; }
  .la-hero__lead { margin-bottom: 26px; font-size: 14px; line-height: 1.85; }
  .la-hero__buttons { display: grid; grid-template-columns: 1fr; }
  .la-hero__buttons .la-button, .la-final__actions .la-button, .la-start__actions .la-button, .la-button--plan { min-height: 52px; width: 100%; }
  .la-checkline { gap: 7px 12px; font-size: 10px; }
  .la-soon { line-height: 1.7; }
  .la-hero__grid { gap: 48px; }
  .la-hero__photo { height: 370px; border-width: 5px; border-radius: 42% 42% 20px 20px; }
  .la-hero__photo img { object-position: right center; transform: scale(1.18); }
  .la-float, .la-hero__seal { display: none; }
  .la-hero__seal { width: 90px; height: 90px; top: -25px; left: -5px; }
  .la-hero__seal strong { font-size: 24px; }
  .la-float--message { left: 8px; bottom: 20px; padding: 10px 12px; }
  .la-float--result { top: 55px; right: -4px; padding: 10px 12px; }
  .la-float b { font-size: 10px; }
  .la-float__icon { width: 28px; height: 28px; }
  .la-signal { display: none; }
  .la-proof { padding: 44px 0 55px; }
  .la-proof__item { min-height: 112px; padding: 19px 10px; }
  .la-proof__item:nth-child(odd)::after { top: 18px; bottom: 18px; }
  .la-proof__item:nth-child(even)::after { display: none; }
  .la-proof__item strong { font-size: 29px; }
  .la-proof__item strong small { font-size: 9px; }
  .la-proof__item > span { max-width: 140px; font-size: 11px; line-height: 1.45; }
  .la-proof__note { padding-inline: 20px; line-height: 1.6; }
  .la-pain-card { padding: 28px 24px; }
  .la-answer { margin-top: 35px; padding: 42px 22px; }
  .la-flow__foot { align-items: flex-start; flex-direction: column; }
  .la-story { gap: 32px; padding: 52px 0; }
  .la-story__copy > p:not(.la-story__index) { font-size: 14px; }
  .la-story__visual { min-height: 0; }
  .la-ai-demo, .la-crm-demo { padding: 16px; }
  .la-draft-list > div { grid-template-columns: 30px 1fr; }
  .la-draft-list em { display: none; }
  .la-crm-stats { grid-template-columns: 1fr 1fr; }
  .la-crm-stats > div:last-child { display: none; }
  .la-crm-table > div { grid-template-columns: 1fr 1fr; padding: 10px; }
  .la-crm-table > div > span:last-child { display: none; }
  .la-cost-demo { padding: 35px 18px; }
  .la-feature-grid { grid-template-columns: 1fr; }
  .la-feature-card { min-height: 0; padding: 27px 24px; }
  .la-feature-card ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; }
  .la-ai-steps li { grid-template-columns: 60px 1fr; gap: 14px; padding: 17px; }
  .la-ai-steps li > span { width: 56px; height: 56px; }
  .la-ai-steps p { font-size: 12px; }
  .la-plan { padding: 31px 24px 25px; }
  .la-start__actions { display: grid; grid-template-columns: 1fr; }
  .la-faq summary { padding-right: 42px; font-size: 14px; }
  .la-faq details p { margin-right: 34px; margin-left: 30px; }
  .la-final { padding: 82px 0; }
  .la-final__inner > p:not(.la-kicker) { font-size: 14px; }
  .la-footer { padding-top: 58px; }
  .la-footer__nav { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .la-footer__nav > div:last-child { grid-column: 1 / -1; }
  .la-mobile-cta {
    position: fixed;
    z-index: 50;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 14px;
    color: #fff;
    background: rgba(23,33,31,.94);
    box-shadow: 0 15px 38px -18px rgba(0,0,0,.7);
    backdrop-filter: blur(14px);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .la-mobile-cta span { margin-left: 10px; }
  .la-mobile-cta.is-hidden { opacity: 0; transform: translateY(120%); pointer-events: none; }
  .la-motion-ready .la-reveal--left, .la-motion-ready .la-reveal--right { transform: translate3d(0, 18px, 0); }
  .la-motion-ready .la-reveal.is-visible { transform: none; }
}

@media (max-width: 430px) {
  .la-feature-card ul { grid-template-columns: 1fr; }
}

@media (max-width: 340px) {
  .la-final h2 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .la-site *, .la-site *::before, .la-site *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .la-motion-ready .la-reveal { opacity: 1 !important; transform: none !important; }
}

@media print {
  .la-header, .la-mobile-cta, .la-hero__buttons, .la-final__actions { display: none; }
  .la-motion-ready .la-reveal { opacity: 1 !important; transform: none !important; }
  .la-hero { padding-top: 40px; }
  .la-section { padding: 50px 0; }
}
