*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg-deep: #0a1018;
  --text: #e8eef7;
  --muted: #8fa3bb;
  --accent: #3b9eff;
  --accent-strong: #1f7ee8;
  --pro: #e8b84a;
  --font-ui: "Figtree", "Segoe UI", sans-serif;
  /* Figtree stays bold without Syne’s ultra-wide / flattened look */
  --font-display: "Figtree", "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.landing {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-ui);
  color: var(--text);
  background:
    radial-gradient(1100px 520px at 12% -8%, rgba(59, 158, 255, 0.18), transparent 55%),
    radial-gradient(900px 480px at 95% 8%, rgba(232, 184, 74, 0.1), transparent 50%),
    radial-gradient(800px 500px at 50% 100%, rgba(59, 158, 255, 0.06), transparent 55%),
    var(--bg-deep);
}

a {
  color: inherit;
}

.lp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.35rem;
  border-bottom: 1px solid rgba(42, 58, 79, 0.75);
  background: rgba(10, 16, 24, 0.55);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.lp-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lp-nav a {
  text-decoration: none;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 560;
}

.lp-nav a:hover {
  color: var(--text);
}

.lp-nav-cta {
  padding: 0.4rem 0.75rem;
  border-radius: 9px;
  border: 1px solid rgba(90, 120, 160, 0.4);
  color: var(--text) !important;
  background: rgba(26, 35, 50, 0.7);
}

.lp-nav-cta:hover {
  border-color: rgba(120, 160, 200, 0.55);
}

.lp-hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.75rem 1.35rem 2rem;
}

.lp-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7fa0c4;
}

.lp-logo {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 4.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
  background: linear-gradient(180deg, #fff 15%, #b8d4f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-tagline {
  margin: 0.85rem 0 0;
  max-width: 32rem;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.4;
  color: #c5d4e6;
}

.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.lp-cta-center {
  margin-top: 1.25rem;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.25rem;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.15s ease, filter 0.15s ease, border-color 0.15s ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-primary {
  background: linear-gradient(180deg, #49a6ff, var(--accent-strong));
  color: #fff;
  box-shadow: 0 12px 28px rgba(31, 126, 232, 0.32);
  border: none;
}

.lp-btn-primary:hover {
  filter: brightness(1.05);
}

.lp-btn-ghost {
  border: 1px solid rgba(90, 120, 160, 0.45);
  background: rgba(8, 12, 18, 0.4);
  color: #d5e0ed;
}

.lp-btn-ghost:hover {
  border-color: rgba(140, 170, 210, 0.55);
}

.lp-fine {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.lp-section {
  width: min(820px, calc(100% - 2.25rem));
  margin: 0 auto;
  padding: 1.75rem 0 0.35rem;
}

.lp-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.6vw, 1.6rem);
  font-weight: 750;
  letter-spacing: -0.02em;
}

.lp-section-lede {
  margin: 0.4rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.lp-steps {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  counter-reset: step;
}

.lp-steps li {
  counter-increment: step;
  position: relative;
  padding: 0.8rem 0.9rem 0.8rem 3.15rem;
  border-radius: 12px;
  border: 1px solid rgba(90, 120, 160, 0.25);
  background: rgba(8, 12, 18, 0.45);
}

.lp-steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0.8rem;
  top: 0.85rem;
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #9ecfff;
  background: rgba(59, 158, 255, 0.14);
  border: 1px solid rgba(59, 158, 255, 0.3);
}

.lp-steps strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.lp-steps span {
  display: block;
  color: #a8b8cc;
  font-size: 0.9rem;
  line-height: 1.45;
}

.lp-demo {
  padding-bottom: 0.5rem;
}

.lp-video {
  position: relative;
  margin-top: 1rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(90, 120, 160, 0.35);
  background: #070b10;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

.lp-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-video-link {
  margin: 0.7rem 0 0;
  text-align: right;
  font-size: 0.78rem;
}

.lp-video-link a {
  color: #9ecfff;
  text-decoration: none;
  border-bottom: 1px solid rgba(158, 207, 255, 0.35);
}

.lp-video-link a:hover {
  color: #fff;
}

.lp-price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 1rem;
}

.lp-price {
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(90, 120, 160, 0.28);
  background: rgba(8, 12, 18, 0.45);
}

.lp-price-pro {
  border-color: rgba(232, 184, 74, 0.4);
  background:
    linear-gradient(160deg, rgba(232, 184, 74, 0.14), rgba(18, 26, 36, 0.35) 55%),
    rgba(8, 12, 18, 0.55);
}

.lp-price h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.lp-price-amt {
  margin: 0.45rem 0 0.85rem;
  font-size: 1.85rem;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.lp-price-amt span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}

.lp-price-pro .lp-price-amt {
  color: #f3d07a;
}

.lp-price ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.lp-price li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.88rem;
  color: #b7c7d9;
}

.lp-price li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--accent);
}

.lp-price-pro li::before {
  background: var(--pro);
}

.lp-foot {
  margin-top: 2.25rem;
  padding: 1rem 1.35rem 1.35rem;
  border-top: 1px solid rgba(42, 58, 79, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  font-size: 0.76rem;
  color: var(--muted);
}

.lp-foot a {
  color: #c5d4e6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.lp-foot a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.lp-sep {
  opacity: 0.45;
}

@media (max-width: 700px) {
  .lp-nav a:not(.lp-nav-cta) {
    display: none;
  }

  .lp-price-row {
    grid-template-columns: 1fr;
  }

  .lp-hero {
    padding-top: 2.1rem;
    padding-bottom: 1.6rem;
  }
}

/* Legal pages */
.lp-legal {
  width: min(720px, calc(100% - 2.25rem));
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
}

.lp-legal h1 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lp-legal .lp-updated {
  margin: 0 0 1.25rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.lp-legal h2 {
  margin: 1.5rem 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 750;
}

.lp-legal p,
.lp-legal li {
  color: #c5d4e6;
  font-size: 0.95rem;
  line-height: 1.55;
}

.lp-legal p {
  margin: 0 0 0.75rem;
}

.lp-legal ul {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
}

.lp-legal a {
  color: #9ecfff;
}
