.lp-nav { display: flex; align-items: center; justify-content: space-between; max-width: 1120px; margin: 0 auto; padding: 20px 24px; }
.lp-nav-links { display: flex; align-items: center; gap: 24px; }
.lp-nav-links a { color: var(--text-2); font-weight: 500; font-size: 14px; }
.lp-nav-links a:hover { color: var(--text); }
.lp-nav-links .btn-primary { color: #ffffff; font-weight: 700; }
.lp-nav-links .btn-primary:hover { opacity: 1; }

.lp-nav-dropdown { position: relative; }
.lp-nav-dropdown-menu {
  display: none;
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  padding-top: 12px; min-width: 200px;
}
.lp-nav-dropdown-menu-inner {
  padding: 8px;
  background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
  box-shadow: var(--shadow);
}
.lp-nav-dropdown:hover .lp-nav-dropdown-menu { display: block; }
.lp-nav-dropdown-menu a {
  display: flex; flex-direction: column; gap: 2px;
  padding: 8px 12px; border-radius: 8px;
}
.lp-nav-dropdown-menu a:hover { background: var(--surface-2); }
.lp-nav-dropdown-menu a strong { font-size: 14px; color: var(--text); }
.lp-nav-dropdown-menu a span { font-size: 12px; color: var(--text-2); }

.lp-nav-dropdown-group { border-bottom: 1px solid var(--border); margin-bottom: 6px; padding-bottom: 6px; }
.lp-nav-dropdown-sub { padding-left: 24px !important; font-size: 13px !important; color: var(--text-2); }
.lp-nav-dropdown-sub:hover { color: var(--text); }

.lp-hero { text-align: center; max-width: 760px; margin: 0 auto; padding: 72px 24px 56px; }
.lp-hero h1 { font-size: 48px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.1; color: var(--text); }
.lp-hero h1 span { color: var(--brand); }
.lp-hero p { font-size: 18px; color: var(--text-2); margin: 20px auto 0; max-width: 560px; }
.lp-hero-ctas { display: flex; gap: 12px; justify-content: center; margin-top: 32px; }
.lp-hero-ctas .btn { padding: 12px 24px; font-size: 15px; }
.lp-hero-note { margin-top: 16px; font-size: 13px; color: var(--text-3); }

.lp-section { max-width: 1120px; margin: 0 auto; padding: 64px 24px; }
.lp-section-head { text-align: center; max-width: 600px; margin: 0 auto 40px; }
.lp-section-head h2 { font-size: 30px; font-weight: 700; letter-spacing: -0.5px; color: var(--text); }
.lp-section-head p { color: var(--text-2); margin-top: 10px; font-size: 15px; }

.lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.lp-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 24px; box-shadow: var(--shadow); }
.lp-card .icon { width: 40px; height: 40px; border-radius: 10px; background: var(--brand-light); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.lp-card h3 { font-size: 16px; font-weight: 600; color: var(--text); }
.lp-card p { font-size: 14px; color: var(--text-2); margin-top: 8px; line-height: 1.6; }

.lp-products { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.lp-product-card { position: relative; padding: 28px 24px; border-radius: 16px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); text-align: left; }
.lp-product-card .icon { font-size: 28px; margin-bottom: 12px; }
.lp-product-card h3 { margin: 0 0 8px; font-size: 18px; }
.lp-product-card p { margin: 0; color: var(--text-2); font-size: 14px; line-height: 1.5; }
.lp-product-card.lp-product-live { border-color: var(--brand); }
.lp-product-badge { display: inline-block; margin-bottom: 14px; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; background: var(--border); color: var(--text-2); }
.lp-product-badge-live { background: var(--brand); color: #ffffff; }
[data-theme="dark"] .lp-product-badge { background: rgba(255,255,255,.1); color: var(--text-2); }
[data-theme="dark"] .lp-product-badge-live { background: var(--brand); color: #ffffff; }

.lp-channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.lp-channel-pill { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); font-weight: 500; font-size: 14px; box-shadow: var(--shadow); }

.lp-billing-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 36px; }
.lp-billing-label { font-size: 14px; font-weight: 500; color: var(--text-3); transition: color .15s; }
.lp-billing-label.active { color: var(--text); }
.lp-save-badge { background: var(--brand-light); color: var(--brand); font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 999px; margin-left: 6px; }
.lp-switch { position: relative; display: inline-block; width: 44px; height: 24px; }
.lp-switch input { opacity: 0; width: 0; height: 0; }
.lp-switch-track { position: absolute; inset: 0; background: var(--border); border-radius: 999px; cursor: pointer; transition: background .15s; }
.lp-switch-track::before { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform .15s; box-shadow: 0 1px 2px rgba(0,0,0,.2); }
.lp-switch input:checked + .lp-switch-track { background: var(--brand); }
.lp-switch input:checked + .lp-switch-track::before { transform: translateX(20px); }

.lp-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.lp-plan { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
[data-theme="dark"] .lp-plan { background: linear-gradient(135deg, var(--brand-dark), #1e1b4b); border-color: rgba(255,255,255,.12); }
[data-theme="dark"] .lp-plan h3,
[data-theme="dark"] .lp-plan .price,
[data-theme="dark"] .lp-plan .price small,
[data-theme="dark"] .lp-plan .desc,
[data-theme="dark"] .lp-plan li { color: #ffffff; }
[data-theme="dark"] .lp-plan .price small { color: rgba(255,255,255,.7); }
[data-theme="dark"] .lp-plan .desc { color: rgba(255,255,255,.75); }
[data-theme="dark"] .lp-plan .btn-primary { background: var(--surface); color: var(--text); border: 1px solid var(--brand); }
[data-theme="dark"] .lp-plan .btn-primary:hover { background: var(--border); }
[data-theme="dark"] .lp-plan li::before { color: #ffffff; }
.lp-plan.featured { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(79,70,229,.12); position: relative; }
.lp-plan.featured::before { content: 'Most popular'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 999px; }
.lp-plan h3 { font-size: 17px; font-weight: 600; color: var(--text); }
.lp-plan .price { font-size: 36px; font-weight: 800; color: var(--text); margin: 12px 0 4px; }
.lp-plan .price small { font-size: 14px; font-weight: 500; color: var(--text-2); }
.lp-plan .desc { font-size: 13px; color: var(--text-2); margin-bottom: 20px; }
.lp-plan ul { list-style: none; margin: 0 0 24px; padding: 0; flex: 1; }
.lp-plan li { font-size: 14px; color: var(--text); padding: 6px 0; display: flex; gap: 8px; align-items: flex-start; }
.lp-plan li::before { content: '✓'; color: var(--success); font-weight: 700; }

.lp-cta-band { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); border-radius: 16px; padding: 56px 32px; text-align: center; max-width: 1120px; margin: 0 auto 64px; }
[data-theme="dark"] .lp-cta-band { background: linear-gradient(135deg, var(--brand-dark), #1e1b4b); }
.lp-cta-band h2 { color: #fff; font-size: 28px; font-weight: 700; }
.lp-cta-band p { color: rgba(255,255,255,.7); margin-top: 8px; font-size: 15px; }
.lp-cta-band .btn { margin-top: 24px; padding: 12px 28px; font-size: 15px; }
.lp-cta-band .btn-primary { background: #ffffff; color: var(--brand-dark); }
.lp-cta-band .btn-primary:hover { background: #f1f1f4; }
[data-theme="dark"] .lp-cta-band .btn-primary { background: var(--surface); color: var(--text); border: 1px solid var(--brand); }
[data-theme="dark"] .lp-cta-band .btn-primary:hover { background: var(--border); }
/* ── Legacy single-line footer (kept for any old references) ── */
.lp-footer { border-top: 1px solid var(--border); padding: 32px 24px; text-align: center; color: var(--text-3); font-size: 13px; }
.lp-footer a { color: var(--text-2); }

/* ── Full multi-column footer ── */
.lp-footer-full {
  background: #0a0a0f;
  color: #a0aec0;
  margin-top: 80px;
}
.lp-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
}
.lp-footer-brand .lp-footer-logo {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}
.lp-footer-brand .lp-footer-logo span { color: #818cf8; }
.lp-footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
  max-width: 240px;
}
.lp-footer-col h4 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: .02em;
}
.lp-footer-col a {
  display: block;
  font-size: 13px;
  color: #64748b;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color .15s;
}
.lp-footer-col a:hover { color: #fff; text-decoration: none; }
.lp-footer-bottom {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 24px;
  border-top: 1px solid #1e293b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #475569;
}
.lp-footer-bottom a {
  color: #818cf8;
  text-decoration: none;
  font-weight: 500;
}
.lp-footer-bottom a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .lp-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .lp-footer-brand { grid-column: 1 / -1; }
  .lp-footer-brand p { max-width: 100%; }
}
@media (max-width: 500px) {
  .lp-footer-inner { grid-template-columns: 1fr; }
  .lp-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* Product card heading link + "Learn more" */
.lp-product-card h3 a { color: var(--text); text-decoration: none; }
.lp-product-card h3 a:hover { color: var(--brand); }
.lp-product-card a.lp-product-learn { display: inline-flex; align-items: center; gap: 4px; margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--brand); text-decoration: none; }
.lp-product-card a.lp-product-learn:hover { text-decoration: underline; }

/* Coming-soon hero accent */
.lp-coming-badge { display: inline-block; background: var(--brand-light); color: var(--brand); font-size: 13px; font-weight: 600; padding: 5px 16px; border-radius: 999px; margin-bottom: 20px; }

/* Nav: highlight the current product */
.lp-nav-current { color: var(--text) !important; font-weight: 700 !important; }

/* Notify form */
.lp-notify-form { display: flex; gap: 8px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.lp-notify-form input { padding: 10px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; background: var(--surface); color: var(--text); min-width: 240px; }
.lp-notify-form input:focus { outline: 2px solid var(--brand); border-color: transparent; }

/* Dimmed "coming soon" product card */
.lp-product-card.lp-product-soon { opacity: .82; }
.lp-product-card.lp-product-soon:hover { opacity: 1; }
