:root {
  --lp-navy: #1c070c;
  --lp-navy-2: #b91c1c;
  --lp-blue: #dc2626;
  --lp-cyan: #e11d48;
  --lp-cyan-soft: #fff1f2;
  --lp-cyan-card: #fff7f7;
  --lp-gold: #f5a623;
  --lp-gold-dark: #e09512;
  --lp-hero-hi: #ffc56d;
  --lp-ink: #222222;
  --lp-muted: #5b6775;
  --lp-line: #f3e8ea;
  --lp-card: #ffffff;
  --lp-shadow: 0 18px 40px rgba(80, 12, 24, 0.1);
  --lp-radius: 12px;
  --lp-header: 76px;
}
* { box-sizing: border-box }
html, body { margin: 0; padding: 0; overflow-x: hidden }
html { scroll-behavior: smooth }
body.page-landing {
  font-family: Inter, "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  color: var(--lp-ink);
  background: #fff;
  padding-bottom: 0 !important;
  font-weight: 400;
  width: 100%;
}
a { color: inherit; text-decoration: none }
button, input { font-family: inherit }
img { max-width: 100%; display: block }
.lp-wrap { width: min(1200px, calc(100% - 32px)); margin: 0 auto }
body.page-landing main { display: block; width: 100%; max-width: none; overflow: visible }

/* Header */
.lp-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid transparent;
}
.lp-header.is-scrolled { border-bottom-color: #f1f5f9; box-shadow: 0 8px 24px rgba(15, 23, 42, .06) }
.lp-header-inner {
  height: var(--lp-header);
  display: flex; align-items: center; gap: 28px;
}
.lp-logo {
  display: flex; align-items: center; gap: 8px;
  font-weight: 800; letter-spacing: .06em; color: #111; font-size: 20px;
}
.lp-logo-mark {
  width: 28px; height: 28px; background: none; color: var(--lp-cyan);
  display: grid; place-items: center;
}
.lp-logo-mark svg { width: 28px; height: 28px }
.lp-nav { margin-left: auto; display: flex; align-items: center; gap: 26px }
.lp-nav a {
  font-size: 13px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #222;
}
.lp-nav a:hover { color: var(--lp-cyan) }
.lp-header-tools { display: flex; align-items: center; gap: 6px; margin-left: 4px }
.lp-icon-btn, .account-btn {
  width: 40px; height: 40px; border: 0; background: transparent; color: #334155;
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; cursor: pointer;
}
.lp-icon-btn svg, .account-btn svg { width: 22px; height: 22px }
.lp-icon-btn:hover, .account-btn:hover { background: var(--lp-cyan-card); color: var(--lp-cyan) }
.lp-menu-btn { display: none }
.nav-actions { display: inline-flex; align-items: center }
.account-menu-wrap { position: relative; display: inline-flex }
.account-dropdown {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 220px;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15,23,42,.12); padding: 8px; display: none; z-index: 90;
}
.account-menu-wrap.is-open .account-dropdown { display: block }
.account-dropdown-head { padding: 10px 12px 12px; border-bottom: 1px solid #f1f5f9; margin-bottom: 6px }
.account-dropdown-name { margin: 0 0 2px; font-size: 14px; font-weight: 700 }
.account-dropdown-email { margin: 0; font-size: 12px; color: #64748b }
.account-dropdown-item {
  display: block; width: 100%; text-align: left; border: 0; background: transparent;
  padding: 10px 12px; border-radius: 8px; font-size: 13.5px; font-weight: 600; cursor: pointer;
}
.account-dropdown-logout { color: #dc2626 }

/* Breadcrumb */
.lp-crumb-bar { background: #fff; padding: 10px 0 14px }
.lp-crumb { font-size: 14px; color: #94a3b8; font-weight: 400 }
.lp-crumb a { color: #94a3b8 }
.lp-crumb a:hover { color: var(--lp-cyan) }

/* Hero — full-viewport burgundy / ruby band */
.lp-hero-banner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0 !important;
  overflow: visible;
  background: linear-gradient(105deg, #4a0a14 0%, #9f1239 38%, #dc2626 72%, #ef4444 100%);
  background-size: 180% 100%;
  animation: lpHeroShift 16s ease-in-out infinite alternate;
  color: #fff;
  min-height: 540px;
  padding: 56px 0 110px;
}
@keyframes lpHeroShift {
  from { background-position: 0% 50% }
  to { background-position: 100% 50% }
}
.lp-hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 28px; align-items: center;
  position: relative; z-index: 2;
  padding-right: min(280px, 24vw);
}
.lp-hero-kicker {
  margin: 0 0 2px; font-size: 68px; line-height: .95; font-weight: 800; letter-spacing: -.045em; color: #fff;
}
.lp-hero-title {
  margin: 0 0 20px; font-size: 40px; line-height: 1.15; font-weight: 700; color: #cfcfcf;
}
.lp-hero-copy {
  margin: 0; max-width: 560px; color: #f6e4e6; line-height: 1.7; font-size: 16px; font-weight: 400;
}
.lp-hero-copy strong, .lp-hero-copy .lp-hi-word { color: var(--lp-hero-hi); font-weight: 700 }
.lp-hero-copy b { color: var(--lp-hero-hi); font-weight: 800 }
.lp-hero-copy .lp-line {
  display: block; height: 1px; width: 100%; max-width: 520px;
  background: rgba(255,255,255,.22); margin: 22px 0 26px;
}
.lp-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px }
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 18px; border-radius: 8px; font-weight: 700; font-size: 14.5px; border: 0; cursor: pointer;
  transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s, filter .22s, background .22s;
}
.lp-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(80,12,24,.28) }
.lp-btn-demo { background: #fff; color: #9b1c1c }
.lp-btn-demo:hover { background: #fff5f5; color: #7f1d1d }
.lp-btn-primary { background: var(--lp-cyan); color: #fff }
.lp-btn-gold { background: var(--lp-gold); color: #fff }
.lp-btn-gold:hover { background: var(--lp-gold-dark) }
.lp-btn-red, .lp-btn-navy { background: var(--lp-navy-2); color: #fff }
.lp-btn-navy:hover, .lp-btn-red:hover { filter: brightness(1.08) }
.lp-know { padding: 6px 8px 0 12px }
.lp-stars {
  color: #f5c518; letter-spacing: 4px; font-size: 18px; line-height: 1; margin-bottom: 8px;
}
.lp-know h3 { margin: 0 0 14px; font-size: 22px; font-weight: 700 }
.lp-know-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px; margin-bottom: 10px;
  border: 1px solid rgba(255, 170, 175, .42); border-radius: 10px; background: transparent;
  transition: background .22s, border-color .22s, transform .22s;
}
.lp-know-item:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255, 197, 109, .9);
  transform: translateX(4px);
}
.lp-know-item svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; color: #ffc9c9; transition: transform .22s }
.lp-know-item:hover svg { transform: scale(1.12) }
.lp-know-item b { display: block; font-size: 16px; font-weight: 700 }
.lp-know-item span { color: #f3d5d8; font-size: 13.5px; line-height: 1.5; font-weight: 400 }
.lp-bot {
  position: absolute;
  right: max(4px, calc((100% - 1200px) / 2 - 70px));
  bottom: -28px;
  width: min(400px, 34vw);
  height: auto;
  pointer-events: none;
  z-index: 5;
  object-fit: contain;
  filter: drop-shadow(0 18px 16px rgba(0,0,0,.28));
  animation: lpFloat 4.8s ease-in-out infinite;
}
@keyframes lpFloat {
  0%, 100% { transform: translateY(0) }
  50% { transform: translateY(-12px) }
}

/* Highlights overlap the full-width hero, like the sample */
.lp-highlights {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  margin-top: -78px; position: relative; z-index: 4;
}
.lp-hi {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fde8ea;
  border-radius: 18px;
  padding: 28px 22px 24px;
  min-height: 228px;
  box-shadow: 0 12px 28px rgba(80, 12, 24, .08);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s, background .35s;
  animation: lpRise .7s ease both;
}
.lp-hi::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #e11d48, #f87171 55%, #f5a623);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
  z-index: 2;
}
.lp-hi::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.55) 48%, transparent 64%);
  transform: translateX(-120%);
  transition: transform .7s ease;
  pointer-events: none;
  z-index: 1;
}
.lp-hi:nth-child(1) { animation-delay: .05s }
.lp-hi:nth-child(2) { animation-delay: .14s }
.lp-hi:nth-child(3) { animation-delay: .23s }
.lp-hi:nth-child(4) { animation-delay: .32s }
@keyframes lpRise {
  from { opacity: 0; transform: translateY(22px) }
  to { opacity: 1; transform: translateY(0) }
}
.lp-hi:hover, .lp-hi.is-hover {
  transform: translateY(-12px);
  box-shadow: 0 26px 48px rgba(185, 28, 28, .22);
  border-color: #f87171;
  background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
}
.lp-hi:hover::before, .lp-hi.is-hover::before { transform: scaleX(1) }
.lp-hi:hover::after, .lp-hi.is-hover::after { transform: translateX(120%) }
.lp-hi-web:hover, .lp-hi-web.is-hover { border-color: #f5a623 }
.lp-hi-captcha:hover, .lp-hi-captcha.is-hover { border-color: #22c55e }
.lp-hi-index:hover, .lp-hi-index.is-hover { border-color: #e11d48 }
.lp-hi-ai:hover, .lp-hi-ai.is-hover { border-color: #fb7185 }
.lp-hi-icon {
  width: 64px; height: 64px; margin-bottom: 16px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: #fff7f7;
  position: relative;
  z-index: 2;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .35s, box-shadow .35s;
}
.lp-hi-web .lp-hi-icon { background: #fff4e8 }
.lp-hi-captcha .lp-hi-icon { background: #fff8dc }
.lp-hi-index .lp-hi-icon { background: #fff1f2 }
.lp-hi-ai .lp-hi-icon { background: #fff5f5 }
.lp-hi-icon img, .lp-hi-icon svg { width: 44px; height: 44px; object-fit: contain; display: block }
.lp-hi:hover .lp-hi-icon,
.lp-hi.is-hover .lp-hi-icon {
  transform: translateY(-4px) scale(1.08);
  background: #fff;
  box-shadow: 0 12px 22px rgba(225, 29, 72, .2);
}
.lp-hi-web:hover .lp-hi-icon, .lp-hi-web.is-hover .lp-hi-icon { box-shadow: 0 12px 22px rgba(245, 166, 35, .28) }
.lp-hi-captcha:hover .lp-hi-icon, .lp-hi-captcha.is-hover .lp-hi-icon { box-shadow: 0 12px 22px rgba(34, 197, 94, .22) }
.lp-hi-index:hover .lp-hi-icon, .lp-hi-index.is-hover .lp-hi-icon { box-shadow: 0 12px 22px rgba(225, 29, 72, .28) }
.lp-hi-ai:hover .lp-hi-icon, .lp-hi-ai.is-hover .lp-hi-icon { box-shadow: 0 12px 22px rgba(251, 113, 133, .28) }
.lp-hi h3 {
  margin: 0 0 8px; font-size: 17px; font-weight: 700; position: relative; z-index: 2;
  transition: color .28s;
}
.lp-hi:hover h3, .lp-hi.is-hover h3 { color: var(--lp-navy-2) }
.lp-hi p { margin: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.6; position: relative; z-index: 2 }

/* Sections */
.lp-section { padding: 80px 0 }
.lp-section h2 { margin: 0 0 12px; text-align: center; font-size: 36px; letter-spacing: -.02em; font-weight: 800 }
.lp-lead { text-align: center; color: #475569; max-width: 760px; margin: 0 auto 40px; line-height: 1.75; font-size: 16px }
.lp-lead b { color: #111 }

.lp-feat {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: start; margin-top: 12px;
}
.lp-feat.is-flip { grid-template-columns: .95fr 1.05fr }
.lp-tabs { display: flex; gap: 0; margin-bottom: 0 }
.lp-tabs button {
  border: 0; cursor: pointer; font-weight: 800; letter-spacing: .06em;
  padding: 10px 18px; background: #3b0a12; color: #fff; font-size: 13px;
}
.lp-tabs button:first-child { border-radius: 6px 0 0 6px }
.lp-tabs button:last-child { border-radius: 0 6px 6px 0 }
.lp-tabs button.is-active { background: var(--lp-cyan) }
.lp-shot {
  background: #fff; border: 1px solid #edf2f7; border-radius: 12px; overflow: hidden;
  box-shadow: var(--lp-shadow);
}
.lp-shot-bar {
  height: 42px; background: #f8fafc; border-bottom: 1px solid #edf2f7;
  display: flex; align-items: center; gap: 8px; padding: 0 14px; font-size: 12px; font-weight: 700;
}
.lp-shot-dot { width: 8px; height: 8px; border-radius: 50% }
.lp-mock { display: grid; grid-template-columns: 150px 1fr; min-height: 280px }
.lp-mock-side { background: #fff1f2; padding: 14px 10px; font-size: 12px; color: #9f1239 }
.lp-mock-side div { padding: 8px 10px; border-radius: 8px; margin-bottom: 4px }
.lp-mock-side .on { background: #fff; font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,.06) }
.lp-mock-main { padding: 16px }
.lp-field { height: 32px; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 10px; background: #fafafa }
.lp-field.lg { height: 92px }
.lp-cover { height: 92px; border-radius: 10px; background: linear-gradient(135deg, #fecaca, #fff) }
.lp-feat-copy h3 {
  margin: 0 0 18px; font-size: 24px; background: var(--lp-cyan-soft);
  padding: 12px 16px; border-left: 5px solid #dc2626; font-weight: 800;
}
.lp-feat-copy h3 span { color: var(--lp-cyan) }
.lp-feat-copy p { color: #475569; line-height: 1.8; margin: 0 0 14px }
.lp-note { background: #fff7cc; border-radius: 10px; padding: 14px 16px; color: #444; font-size: 14px; line-height: 1.6 }
.lp-checks { list-style: none; padding: 0; margin: 0 0 8px }
.lp-checks li { display: flex; gap: 8px; align-items: flex-start; margin: 0 0 10px; color: #334155 }
.lp-checks i {
  width: 18px; height: 18px; border-radius: 50%; background: var(--lp-cyan); color: #fff;
  display: grid; place-items: center; font-size: 11px; flex: 0 0 auto; margin-top: 2px; font-style: normal;
}
.lp-soon {
  position: relative; min-height: 280px; border-radius: 16px; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(185,28,28,.5), rgba(28,7,12,.58)),
    linear-gradient(135deg, #fb7185, #9b1c1c);
  display: grid; place-items: center; color: #fff;
}
.lp-soon strong { font-size: 28px; letter-spacing: .12em }

.lp-tools { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 28px }
.lp-tool {
  background: #f8fafc; border-radius: 14px; padding: 22px 14px; text-align: center;
  transition: transform .22s, box-shadow .22s, background .22s;
}
.lp-tool:hover { transform: translateY(-5px); background: #fff; box-shadow: 0 14px 28px rgba(6,21,46,.1) }
.lp-tool svg { width: 28px; height: 28px; margin: 0 auto 10px; color: #94a3b8; transition: color .22s, transform .22s }
.lp-tool:hover svg { color: var(--lp-cyan); transform: scale(1.12) }
.lp-tool b { display: block; margin-bottom: 4px }
.lp-tool span { color: var(--lp-muted); font-size: 13px }
.lp-cta-center { text-align: center; margin-top: 28px }
.lp-chevrons {
  display: flex; flex-direction: column; align-items: center; gap: 0;
  margin-bottom: 14px; color: var(--lp-gold); font-size: 28px; line-height: .55; font-weight: 900;
}

/* Reviews */
.lp-review {
  max-width: 860px; margin: 0 auto;
  border: 1px solid #fecaca; background: #fff7f7; border-radius: 16px;
  padding: 28px 32px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start;
}
.lp-quote {
  width: 42px; height: 42px; border-radius: 10px; background: transparent; color: var(--lp-cyan);
  display: grid; place-items: center; font-size: 28px; line-height: 1;
}
.lp-review p { margin: 0 0 10px; color: #334155; line-height: 1.7 }
.lp-review small { font-weight: 700; color: #111 }
.lp-avatar {
  width: 86px; height: 86px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 0 0 6px #fff, 0 8px 18px rgba(0,0,0,.12);
}

/* Benefits burgundy band */
.lp-benefits {
  background: linear-gradient(180deg, #b91c1c 0%, #7f1d1d 100%);
  color: #fff; padding: 72px 0 88px; margin-top: 20px;
}
.lp-benefits h2 { color: #fff; text-align: center }
.lp-benefits .lp-lead { color: #f8d5d8 }
.lp-ben-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px }
.lp-ben {
  position: relative;
  overflow: hidden;
  background: #fff; color: var(--lp-ink); border-radius: 16px; padding: 24px 20px 22px; min-height: 196px;
  border: 1px solid transparent;
  transition: transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s, border-color .32s;
}
.lp-ben:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 40px rgba(0,0,0,.18);
  border-color: #f87171;
}
.lp-ben-icon {
  width: 56px; height: 56px; margin-bottom: 14px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: #fff1f2;
  transition: transform .32s cubic-bezier(.22,1,.36,1), background .32s, box-shadow .32s;
}
.lp-ben-icon img { width: 36px; height: 36px; object-fit: contain; display: block }
.lp-ben:hover .lp-ben-icon {
  transform: translateY(-3px) scale(1.08);
  background: #fff;
  box-shadow: 0 10px 18px rgba(225, 29, 72, .2);
}
.lp-ben h3 { margin: 0 0 8px; font-size: 18px; transition: color .28s }
.lp-ben:hover h3 { color: var(--lp-navy-2) }
.lp-ben p { margin: 0; color: var(--lp-muted); line-height: 1.6; font-size: 14px }

/* Pricing */
.lp-price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px }
.lp-plan {
  border: 1px solid #e2e8f0; border-radius: 18px; padding: 22px 18px 20px; background: #fff; position: relative;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
  transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s, border-color .28s;
}
.lp-plan:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(80,12,24,.12); border-color: #f87171 }
.lp-plan.is-hot { border-color: var(--lp-cyan); box-shadow: 0 16px 36px rgba(225,29,72,.18); transform: translateY(-6px) }
.lp-plan.is-hot:hover { transform: translateY(-12px); box-shadow: 0 24px 44px rgba(225,29,72,.24) }
.lp-plan-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--lp-gold); color: #fff; font-size: 12px; font-weight: 800;
  padding: 4px 10px; border-radius: 999px; white-space: nowrap;
}
.lp-plan h3 { margin: 8px 0 6px; text-align: center; letter-spacing: .08em }
.lp-plan .lp-time { text-align: center; color: var(--lp-muted); font-size: 13px; margin-bottom: 12px }
.lp-plan .lp-amount { text-align: center; font-size: 28px; font-weight: 800; color: var(--lp-navy-2); margin: 8px 0 }
.lp-plan ul { list-style: none; padding: 0; margin: 0 0 16px; color: #475569; font-size: 13.5px }
.lp-plan li { padding: 6px 0; border-top: 1px dashed #f1f5f9 }
.lp-plan .lp-btn { width: 100% }

/* FAQ */
.lp-faq { max-width: 860px; margin: 0 auto }
.lp-faq-item { border-bottom: 1px solid #e2e8f0 }
.lp-faq-item > button {
  width: 100%; text-align: left; background: #fff; border: 0; cursor: pointer;
  padding: 18px 8px; font-size: 16px; font-weight: 800; display: flex; justify-content: space-between; gap: 12px;
}
.lp-faq-item > button::after { content: "+"; color: var(--lp-cyan); font-size: 22px }
.lp-faq-item.is-open > button::after { content: "–" }
.lp-faq-item .lp-faq-body { display: none; padding: 0 8px 18px; color: #475569; line-height: 1.7 }
.lp-faq-item.is-open .lp-faq-body { display: block }
.lp-faq-item.is-open > button { color: var(--lp-navy-2) }

/* Guides */
.lp-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px }
.lp-guide { border: 1px solid #eef2f7; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(15,23,42,.04); transition: transform .28s, box-shadow .28s }
.lp-guide:hover { transform: translateY(-6px); box-shadow: 0 18px 32px rgba(6,21,46,.12) }
.lp-guide-cover {
  height: 148px;
  background: linear-gradient(135deg, #7f1d1d, #fb7185);
}
.lp-guide-body { padding: 16px }
.lp-guide h3 { margin: 0 0 8px; font-size: 16px }
.lp-guide p { margin: 0; color: var(--lp-muted); font-size: 13.5px; line-height: 1.6 }

/* Footer */
.lp-footer { background: #14070a; color: #e8cfd3; padding: 48px 0 28px; margin-top: 20px }
.lp-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px }
.lp-footer h4 { margin: 0 0 12px; color: #fff }
.lp-footer a { display: block; margin: 0 0 8px; color: #e8cfd3 }
.lp-footer a:hover { color: #fff }
.lp-footer .lp-logo { color: #fff }
.lp-copy { margin-top: 28px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; color: #c4a0a6 }

/* Modal */
.lp-modal {
  position: fixed; inset: 0; background: rgba(28, 7, 12, .55); display: none;
  align-items: center; justify-content: center; z-index: 80; padding: 16px;
}
.lp-modal.is-open { display: flex }
.lp-modal-card {
  width: min(440px, 100%); background: #fff; border-radius: 18px; padding: 24px 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.lp-modal-card h3 { margin: 0 0 6px }
.lp-modal-card p { margin: 0 0 16px; color: var(--lp-muted); font-size: 14px }
.lp-modal-card label { display: block; font-size: 13px; font-weight: 700; margin: 10px 0 6px }
.lp-modal-card input {
  width: 100%; height: 44px; border: 1px solid #e2e8f0; border-radius: 10px; padding: 0 12px; font-size: 14px;
}
.lp-modal-actions { display: flex; gap: 8px; margin-top: 16px }
.lp-modal-actions .lp-btn { flex: 1 }
.lp-status { min-height: 20px; margin-top: 10px; font-size: 13px; color: var(--lp-navy-2) }

@media (max-width: 980px) {
  .lp-hero-grid, .lp-feat, .lp-feat.is-flip, .lp-review, .lp-foot-grid { grid-template-columns: 1fr }
  .lp-highlights, .lp-price-grid, .lp-ben-grid, .lp-guides { grid-template-columns: 1fr 1fr }
  .lp-tools { grid-template-columns: 1fr 1fr }
  .lp-hero-grid { padding-right: 0 }
  .lp-bot { width: 168px; right: 8px; bottom: -20px }
  .lp-hero-banner { padding: 36px 0 88px; min-height: 0 }
  .lp-hero-kicker { font-size: 40px }
  .lp-hero-title { font-size: 26px }
  .lp-plan.is-hot { transform: none }
  .lp-know { padding: 0 }
}
@media (max-width: 720px) {
  .lp-menu-btn { display: inline-flex }
  .lp-nav {
    display: none; position: absolute; left: 0; right: 0; top: var(--lp-header);
    background: #fff; flex-direction: column; align-items: stretch; padding: 12px 16px 18px;
    border-bottom: 1px solid #e2e8f0; gap: 0;
  }
  .lp-nav.is-open { display: flex }
  .lp-nav a { padding: 12px 4px; border-bottom: 1px solid #f1f5f9 }
  .lp-highlights, .lp-price-grid, .lp-ben-grid, .lp-guides, .lp-tools { grid-template-columns: 1fr }
  .lp-header-inner { position: relative }
  .lp-mock { grid-template-columns: 1fr }
  .lp-mock-side { display: none }
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero-banner, .lp-bot, .lp-hi { animation: none !important }
  .lp-hi, .lp-ben, .lp-plan, .lp-btn, .lp-know-item, .lp-tool, .lp-guide, .lp-hi-icon, .lp-ben-icon { transition: none }
  .lp-hi::after { display: none }
}
