/* Self-hosted fonts (variable woff2, latin subset) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/static/fonts/inter-var.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/inter-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/static/fonts/sora-var.woff2") format("woff2");
}

:root {
  --lp-ink: #0b1220;
  --lp-ink-2: #101a2e;
  --lp-text: #0f172a;
  --lp-muted: #64748b;
  --lp-line: #e2e8f0;
  --lp-bg: #f6f8fc;
  --lp-green: #22c55e;
  --lp-font-body: "Inter", system-ui, sans-serif;
  --lp-font-display: "Sora", "Inter", system-ui, sans-serif;
  --lp-gutter: 1.25rem;
}

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

html {
  max-width: 100%;
  overflow-x: hidden;
}

.landing-body {
  margin: 0;
  font-family: var(--lp-font-body);
  color: var(--lp-text);
  background: var(--lp-bg);
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.landing-body h1, .landing-body h2, .landing-body h3, .landing-body h4,
.lp-logo strong, .lp-price, .lp-stats-grid strong,
.lp-btn-primary, .lp-btn-ghost, .lp-plan-cta, .lp-cta-sm {
  font-family: var(--lp-font-display);
}
.lp-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: max(var(--lp-gutter), env(safe-area-inset-left, 0px));
  padding-right: max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

/* ---------- Header ---------- */
.lp-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(4, 9, 18, .94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .25s ease, box-shadow .25s ease;
}
.lp-header.is-scrolled {
  background: #040912;
  box-shadow: 0 14px 36px rgba(0,0,0,.5);
}
.lp-logo {
  display: flex; align-items: center; gap: .5rem;
  color: #fff; text-decoration: none; font-weight: 800; letter-spacing: -.02em; font-size: .95rem;
  min-width: 0; flex-shrink: 1;
}
.lp-logo img { height: 40px; max-width: min(180px, 38vw); object-fit: contain; }
.lp-logo.has-img { gap: 0; }
.lp-header-inner {
  display: flex; align-items: center; gap: 0.75rem; min-height: 4.25rem;
  min-width: 0; flex-wrap: nowrap;
}
.lp-logo-mark {
  width: 1.9rem; height: 1.9rem; border-radius: .65rem; display: grid; place-items: center;
  background: linear-gradient(135deg, #16a34a, #4ade80); color: #fff;
  box-shadow: 0 8px 20px rgba(34,197,94,.35); flex: none;
}
.lp-nav {
  display: flex; gap: .15rem; margin-left: auto; font-weight: 700; font-size: .88rem; color: #c3d2ee;
  flex-wrap: nowrap; justify-content: flex-end; min-width: 0;
}
.lp-header-actions {
  display: flex; align-items: center; gap: .3rem; flex: none; flex-wrap: nowrap;
}
.lp-nav a {
  display: inline-flex; align-items: center; gap: .35rem;
  text-decoration: none; color: inherit;
  padding: .4rem .65rem; border-radius: 999px;
  border: 1px solid transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.lp-nav a i { font-size: .78rem; color: color-mix(in srgb, var(--brand-secondary, #80CAEE) 80%, #fff); }
.lp-nav a:hover {
  color: #fff; background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12); transform: translateY(-1px);
}
.lp-nav-badge {
  font-size: .55rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: #052e14; background: linear-gradient(135deg, #4ade80, #22c55e);
  border-radius: 999px; padding: .1rem .35rem;
  box-shadow: 0 4px 10px rgba(34,197,94,.4);
}
.lp-menu-btn {
  display: none; width: 2rem; height: 2rem; border: 1px solid rgba(255,255,255,.16); border-radius: .6rem;
  background: rgba(255,255,255,.06); color: #fff; cursor: pointer; font-size: .8rem;
  flex: none; place-items: center; padding: 0; box-sizing: border-box;
}
/* Google / Login / Daftar — ukuran seragam */
.lp-login-badge,
.lp-cta-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  padding: 0 0.7rem;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, filter .18s ease;
}
.lp-login-badge i,
.lp-cta-sm i {
  font-size: 0.75rem;
  line-height: 1;
  width: 0.85em;
  text-align: center;
  flex: none;
}
.lp-login-badge {
  background: rgba(255,255,255,.09); color: #fff;
  border-color: rgba(255,255,255,.14);
}
.lp-login-badge:hover { transform: translateY(-1px); background: rgba(255,255,255,.16); }
.lp-login-badge-in {
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 60%, var(--brand-secondary, #80CAEE)));
  border-color: transparent;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--brand-primary, #3C50E0) 40%, transparent);
}
.lp-google-badge { background: #fff; color: #111827; border-color: #e5e7eb; }
.lp-google-badge:hover { background: #f1f5f9; }
.lp-google-badge i { color: #ea4335; }
.lp-google-badge .google-logo {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: block;
}
.lp-cta-sm {
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 55%, var(--brand-secondary, #80CAEE)));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, transparent);
}
.lp-cta-sm:hover { transform: translateY(-1px); filter: brightness(1.08); }

/* ---------- Hero ---------- */
.lp-hero {
  position: relative; overflow: hidden;
  padding: 5.6rem 0 7.2rem;
  color: #e6edf7;
  background:
    radial-gradient(1100px 540px at 12% -12%, color-mix(in srgb, var(--brand-primary, #3C50E0) 34%, transparent), transparent 62%),
    radial-gradient(820px 480px at 95% -6%, color-mix(in srgb, var(--lp-green) 20%, transparent), transparent 58%),
    linear-gradient(178deg, var(--lp-ink) 0%, var(--lp-ink-2) 58%, #16213a 100%);
}
.lp-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1.4px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 68%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 68%);
}
.lp-hero-glow {
  position: absolute; width: 30rem; height: 30rem; border-radius: 50%;
  right: -9rem; bottom: -13rem;
  background: radial-gradient(circle, color-mix(in srgb, var(--brand-primary, #3C50E0) 34%, transparent), transparent 70%);
  filter: blur(14px);
  animation: lp-float 9s ease-in-out infinite alternate;
}
@keyframes lp-float {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-2.5rem, -1.8rem, 0) scale(1.07); }
}
.lp-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); gap: 3rem; align-items: center; z-index: 1; }
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800;
  color: #c3d2ee; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  padding: .34rem .8rem; border-radius: 999px;
}
.lp-eyebrow::before {
  content: ""; width: .5rem; height: .5rem; border-radius: 999px;
  background: var(--lp-green);
  box-shadow: 0 0 0 0 rgba(34,197,94,.6);
  animation: lp-pulse 2.2s ease-out infinite;
}
@keyframes lp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.55); }
  70% { box-shadow: 0 0 0 .55rem rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.lp-hero h1 {
  font-size: clamp(2.15rem, 4.6vw, 3.55rem); line-height: 1.08;
  margin: 1rem 0 1.05rem; letter-spacing: -.035em; font-weight: 800;
  background: linear-gradient(180deg, #ffffff 55%, #b9c8e4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-lead { color: #9fb0ca; font-size: 1.1rem; max-width: 37rem; line-height: 1.7; margin: 0; }
.lp-hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.7rem 0 1.25rem; }
.lp-btn-primary, .lp-btn-ghost {
  display: inline-flex; align-items: center; gap: .55rem; border-radius: 1rem;
  padding: .92rem 1.35rem; font-weight: 800; text-decoration: none; font-size: .98rem;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.lp-btn-primary {
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 55%, var(--brand-secondary, #80CAEE)));
  color: #fff;
  box-shadow: 0 16px 36px color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, transparent);
}
.lp-btn-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }
.lp-btn-ghost { background: #fff; color: var(--lp-text); border: 1px solid #cbd5e1; }
.lp-hero .lp-btn-ghost {
  background: rgba(255,255,255,.07); color: #e6edf7; border: 1px solid rgba(255,255,255,.2);
}
.lp-hero .lp-btn-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.lp-hero-points { display: flex; flex-wrap: wrap; gap: .55rem .6rem; padding: 0; margin: 0; list-style: none; }
.lp-hero-points li {
  display: inline-flex; align-items: center; gap: .42rem;
  font-weight: 650; font-size: .86rem; color: #cfdaeb;
  background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12);
  padding: .4rem .8rem; border-radius: 999px;
}
.lp-hero-points i { color: var(--lp-green); }

/* Hero flow card */
.lp-hero-card {
  position: relative;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.6rem; padding: 1.65rem 1.6rem;
  box-shadow: 0 34px 70px rgba(2,6,23,.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lp-hero-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--brand-secondary, #80CAEE) 55%, transparent), transparent 40%, color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, transparent));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.lp-card-kicker {
  text-transform: uppercase; letter-spacing: .14em; font-size: .68rem;
  color: color-mix(in srgb, var(--brand-secondary, #80CAEE) 85%, #fff); margin: 0 0 1rem; font-weight: 800;
}
.lp-hero-card ol { margin: 0; padding: 0; list-style: none; display: grid; gap: .95rem; counter-reset: step; position: relative; }
.lp-hero-card li {
  counter-increment: step; display: grid; grid-template-columns: 1.9rem 1fr; gap: .8rem; align-items: center;
  color: #dbe5f3; font-weight: 600; font-size: .95rem; position: relative;
}
.lp-hero-card li::before {
  content: counter(step); width: 1.9rem; height: 1.9rem; border-radius: .65rem;
  display: grid; place-items: center; font-size: .8rem; font-weight: 800;
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 50%, var(--brand-secondary, #80CAEE)));
  color: #fff; box-shadow: 0 8px 18px color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, transparent);
}
.lp-hero-card li:not(:last-child)::after {
  content: ""; position: absolute; left: .93rem; top: 2.1rem; height: .8rem; width: 2px;
  background: linear-gradient(180deg, rgba(255,255,255,.28), transparent);
}

/* ---------- Stats band ---------- */
.lp-stats { margin-top: -3.6rem; position: relative; z-index: 3; }
.lp-stats-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
  background: #fff; border: 1px solid var(--lp-line); border-radius: 1.4rem; padding: 1.35rem 1rem;
  box-shadow: 0 28px 60px rgba(15,23,42,.1);
}
.lp-stats-grid article { padding: .3rem 1.2rem; text-align: center; }
.lp-stats-grid article + article { border-left: 1px solid #eef2f7; }
.lp-stats-grid strong {
  display: block; font-size: 1.5rem; letter-spacing: -.03em; font-weight: 800;
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, var(--brand-secondary, #80CAEE)));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-stats-grid span { color: var(--lp-muted); font-size: .85rem; font-weight: 600; }

/* ---------- Sections ---------- */
.lp-section { padding: 5rem 0; }
.lp-section-alt { background: #fff; }
.lp-section h2 {
  font-size: clamp(1.6rem, 3.1vw, 2.15rem); margin: 0 0 .55rem;
  letter-spacing: -.025em; font-weight: 800; text-align: center;
}
.lp-section-sub { color: var(--lp-muted); margin: 0 auto 2.4rem; max-width: 42rem; text-align: center; line-height: 1.65; }
#fitur h2 { margin-bottom: 2.2rem; }

/* Features */
.lp-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.lp-features article {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fafcff);
  border: 1px solid var(--lp-line); border-radius: 1.5rem; padding: 1.7rem 1.55rem 1.75rem;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.lp-features article::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: var(--feat-grad, linear-gradient(90deg, var(--brand-primary, #3C50E0), var(--brand-secondary, #80CAEE)));
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.lp-features article::after {
  content: ""; position: absolute; width: 11rem; height: 11rem; border-radius: 50%;
  right: -4.5rem; top: -4.5rem; pointer-events: none;
  background: radial-gradient(circle, var(--feat-tint, rgba(60,80,224,.1)), transparent 70%);
  opacity: 0; transition: opacity .3s ease;
}
.lp-features article:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 26px 52px rgba(15,23,42,.12);
}
.lp-features article:hover::before { transform: scaleX(1); }
.lp-features article:hover::after { opacity: 1; }
.lp-features i {
  width: 3.3rem; height: 3.3rem; border-radius: 1.05rem; display: grid; place-items: center; font-size: 1.3rem;
  background: var(--feat-grad, linear-gradient(135deg, var(--brand-primary, #3C50E0), var(--brand-secondary, #80CAEE)));
  color: #fff; margin-bottom: 1rem; position: relative; z-index: 1;
  box-shadow: 0 12px 24px var(--feat-shadow, rgba(60,80,224,.35));
  transition: transform .24s ease;
}
.lp-features article:hover i { transform: scale(1.08) rotate(-4deg); }
.lp-features h3 { margin: .1rem 0 .45rem; font-size: 1.12rem; font-weight: 800; letter-spacing: -.01em; position: relative; z-index: 1; }
.lp-features p { margin: 0; color: #52627a; line-height: 1.65; font-size: .94rem; position: relative; z-index: 1; }
.lp-features article:nth-child(6n+1) { --feat-grad: linear-gradient(135deg, #3C50E0, #6d8bff); --feat-shadow: rgba(60,80,224,.35); --feat-tint: rgba(60,80,224,.12); }
.lp-features article:nth-child(6n+2) { --feat-grad: linear-gradient(135deg, #16a34a, #4ade80); --feat-shadow: rgba(34,197,94,.35); --feat-tint: rgba(34,197,94,.12); }
.lp-features article:nth-child(6n+3) { --feat-grad: linear-gradient(135deg, #7c3aed, #a78bfa); --feat-shadow: rgba(124,58,237,.35); --feat-tint: rgba(124,58,237,.12); }
.lp-features article:nth-child(6n+4) { --feat-grad: linear-gradient(135deg, #d97706, #fbbf24); --feat-shadow: rgba(217,119,6,.35); --feat-tint: rgba(217,119,6,.12); }
.lp-features article:nth-child(6n+5) { --feat-grad: linear-gradient(135deg, #db2777, #f472b6); --feat-shadow: rgba(219,39,119,.35); --feat-tint: rgba(219,39,119,.12); }
.lp-features article:nth-child(6n+6) { --feat-grad: linear-gradient(135deg, #0e7490, #22d3ee); --feat-shadow: rgba(14,116,144,.35); --feat-tint: rgba(14,116,144,.12); }

/* Plans */
.lp-plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; align-items: stretch; }
.lp-plan {
  position: relative;
  background: #fff; border: 1px solid var(--lp-line); border-radius: 1.35rem; padding: 1.5rem 1.35rem;
  display: flex; flex-direction: column; gap: .5rem; min-height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.lp-plan:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(15,23,42,.08); }
.lp-plan.is-hot {
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(150deg, var(--brand-primary, #3C50E0), var(--brand-secondary, #80CAEE)) border-box;
  box-shadow: 0 26px 54px color-mix(in srgb, var(--brand-primary, #3C50E0) 20%, transparent);
  transform: translateY(-8px);
}
.lp-plan.is-hot:hover { transform: translateY(-11px); }
.lp-plan-tag {
  position: absolute; top: -0.85rem; left: 50%; transform: translateX(-50%);
  font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 55%, var(--brand-secondary, #80CAEE)));
  color: #fff; border-radius: 999px; padding: .28rem .8rem; white-space: nowrap;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--brand-primary, #3C50E0) 40%, transparent);
}
.lp-plan h3 { margin: .2rem 0 0; font-size: 1.06rem; font-weight: 750; }
.lp-periods { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin: 0 0 1.1rem; }
.lp-period {
  border: 1px solid color-mix(in srgb, var(--lp-border, #e2e8f0) 100%, white);
  background: #fff; color: #334155; border-radius: 999px;
  padding: .45rem 1rem; font-size: .86rem; font-weight: 700; cursor: pointer;
}
.lp-period.is-active {
  background: var(--brand-primary, #3C50E0); color: #fff; border-color: transparent;
}
.lp-price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .55rem; margin-top: .15rem; }
.lp-price { font-size: 1.85rem; font-weight: 800; letter-spacing: -.035em; margin-top: .1rem; }
.lp-price span { font-size: .8rem; font-weight: 650; color: var(--lp-muted); letter-spacing: 0; }
.lp-price-was { font-size: .85rem; color: #94a3b8; text-decoration: line-through; font-weight: 600; }
.lp-save {
  display: inline-flex; align-items: center; background: #ecfdf5; color: #047857;
  border-radius: 999px; font-size: .72rem; font-weight: 800; padding: .15rem .5rem;
}
.lp-plan > .lp-muted { font-size: .88rem; line-height: 1.5; min-height: 2.6em; }
.lp-plan ul { margin: .55rem 0 1rem; padding: 0; list-style: none; color: #45556d; display: grid; gap: .45rem; font-size: .9rem; }
.lp-plan ul li { display: flex; align-items: baseline; gap: .5rem; }
.lp-plan ul li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .7rem;
  color: var(--lp-green);
}
.lp-plan-cta {
  margin-top: auto;
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .72rem 1rem; border-radius: .9rem; text-decoration: none;
  font-weight: 800; font-size: .9rem;
  color: var(--brand-primary, #3C50E0);
  border: 1.5px solid color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, white);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.lp-plan-cta:hover { background: color-mix(in srgb, var(--brand-primary, #3C50E0) 8%, white); transform: translateY(-1px); }
.lp-plan.is-hot .lp-plan-cta {
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 55%, var(--brand-secondary, #80CAEE)));
  color: #fff; border-color: transparent;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--brand-primary, #3C50E0) 38%, transparent);
}
.lp-plan.is-hot .lp-plan-cta:hover { filter: brightness(1.07); }
.lp-muted { color: var(--lp-muted); }

/* Partners */
.lp-partners {
  padding: 2.6rem 0;
  background: linear-gradient(178deg, var(--lp-ink), var(--lp-ink-2));
  color: #cbd5e1;
}
.lp-partners-title {
  margin: 0 0 1.2rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 800; color: #8fb3e8; text-align: center;
}
.lp-partners-row { display: flex; flex-wrap: wrap; gap: 1rem 1.3rem; align-items: center; justify-content: center; }
.lp-partner {
  display: grid; place-items: center; min-height: 3.4rem; min-width: 8rem;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: .9rem; padding: .5rem .95rem;
  transition: background .2s ease, transform .2s ease;
}
.lp-partner:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.lp-partner img { max-height: 38px; max-width: 128px; object-fit: contain; filter: grayscale(1) brightness(1.6); opacity: .85; transition: filter .2s ease, opacity .2s ease; }
.lp-partner:hover img { filter: grayscale(0) brightness(1); opacity: 1; }
.lp-partner-name {
  display: inline-flex; align-items: center; gap: .5rem;
  color: #c3d2ee; font-weight: 700; font-size: .92rem; white-space: nowrap;
}
.lp-partner-name i { color: #64769a; font-size: .85rem; }
a.lp-partner { text-decoration: none; }

/* Our Clients */
.lp-clients {
  padding: 3.25rem 0 3.5rem;
  background:
    radial-gradient(600px 180px at 50% 0%, color-mix(in srgb, var(--brand-primary, #3C50E0) 18%, transparent), transparent 70%),
    linear-gradient(178deg, var(--lp-ink), var(--lp-ink-2));
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
  color: #cbd5e1;
}
.lp-clients .lp-eyebrow {
  margin: 0 0 .45rem; color: #93c5fd; font-size: .72rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.lp-clients-title {
  margin: 0 0 1.6rem; color: #f8fafc; font-family: var(--lp-font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem); font-weight: 800; letter-spacing: -.02em;
}
.lp-clients-row {
  display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; align-items: center; justify-content: center;
}
.lp-client {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 0; max-width: 100%; min-height: 4.25rem; padding: .85rem 1.25rem; border-radius: 1rem;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.lp-client:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
  transform: translateY(-3px);
}
.lp-client img {
  max-height: 48px; max-width: 140px; object-fit: contain;
  filter: grayscale(1) brightness(1.55); opacity: .88;
  transition: filter .2s ease, opacity .2s ease;
}
.lp-client:hover img { filter: grayscale(0) brightness(1); opacity: 1; }
.lp-client-name {
  display: inline-flex; align-items: center; gap: .45rem; color: #e2e8f0;
  font-size: .9rem; font-weight: 700;
}
.lp-client-name i { color: #64769a; }
a.lp-client { text-decoration: none; }

/* Testimonials */
.lp-testis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.lp-testi {
  position: relative; margin: 0;
  background: #fff; border: 1px solid var(--lp-line); border-radius: 1.3rem; padding: 1.6rem 1.45rem 1.45rem;
  display: flex; flex-direction: column; gap: 1rem;
  transition: transform .22s ease, box-shadow .22s ease;
}
.lp-testi:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(15,23,42,.08); }
.lp-testi-quote {
  position: absolute; top: 1.15rem; right: 1.3rem; font-size: 1.6rem;
  color: color-mix(in srgb, var(--brand-primary, #3C50E0) 18%, white);
}
.lp-testi blockquote { margin: 0; color: #3b4a63; line-height: 1.7; font-size: .96rem; font-style: normal; }
.lp-testi blockquote::before { content: "\201C"; }
.lp-testi blockquote::after { content: "\201D"; }
.lp-testi figcaption { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.lp-testi-avatar {
  width: 2.6rem; height: 2.6rem; border-radius: 999px; display: grid; place-items: center;
  font-weight: 800; font-size: 1.05rem; color: #fff; flex: none;
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 50%, var(--brand-secondary, #80CAEE)));
  box-shadow: 0 8px 18px color-mix(in srgb, var(--brand-primary, #3C50E0) 35%, transparent);
}
.lp-testi figcaption span:last-child { display: grid; }
.lp-testi figcaption strong { font-size: .95rem; }
.lp-testi figcaption small { color: var(--lp-muted); font-size: .8rem; }

/* FAQ */
.lp-faq-wrap { max-width: 46rem; }
.lp-faq-list { display: grid; gap: .7rem; }
.lp-faq-item {
  background: #fff; border: 1px solid var(--lp-line); border-radius: 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.lp-faq-item[open] {
  border-color: color-mix(in srgb, var(--brand-primary, #3C50E0) 35%, var(--lp-line));
  box-shadow: 0 14px 30px rgba(15,23,42,.06);
}
.lp-faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.25rem; font-weight: 700; font-size: .98rem;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary i { color: var(--lp-muted); font-size: .8rem; transition: transform .25s ease; flex: none; }
.lp-faq-item[open] summary i { transform: rotate(180deg); color: var(--brand-primary, #3C50E0); }
.lp-faq-item p { margin: 0; padding: 0 1.25rem 1.15rem; color: #52627a; line-height: 1.68; font-size: .93rem; }

/* Final CTA */
.lp-final-cta {
  position: relative; overflow: hidden; text-align: center;
  padding: 4.4rem 0;
  color: #e6edf7;
  background:
    radial-gradient(700px 320px at 50% -20%, color-mix(in srgb, var(--brand-primary, #3C50E0) 40%, transparent), transparent 65%),
    linear-gradient(178deg, #16213a, var(--lp-ink));
}
.lp-final-cta h2 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); margin: 0 0 .5rem; letter-spacing: -.025em; color: #fff; }
.lp-final-cta p { margin: 0 0 1.6rem; color: #9fb0ca; }

/* Legal pages */
.lp-legal { padding: 3.4rem 0 4.6rem; min-height: 60vh; }
.lp-legal-wrap { max-width: 46rem; }
.lp-legal-crumb { margin-bottom: 1.6rem; }
.lp-legal-crumb a {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--lp-muted); text-decoration: none; font-weight: 650; font-size: .9rem;
}
.lp-legal-crumb a:hover { color: var(--brand-primary, #3C50E0); }
.lp-legal h1 { font-size: clamp(1.8rem, 3.6vw, 2.4rem); letter-spacing: -.03em; margin: 0 0 .45rem; }
.lp-legal-sub { color: var(--lp-muted); margin: 0 0 2rem; }
.lp-legal-body {
  background: #fff; border: 1px solid var(--lp-line); border-radius: 1.3rem;
  padding: 2rem 2.1rem; box-shadow: 0 16px 36px rgba(15,23,42,.05);
}
.lp-legal-body h2 {
  font-size: 1.12rem; font-weight: 800; letter-spacing: -.01em;
  margin: 1.7rem 0 .6rem; padding-top: 1.4rem; border-top: 1px solid #eef2f7;
}
.lp-legal-body h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.lp-legal-body p { margin: 0 0 .9rem; color: #3b4a63; line-height: 1.75; font-size: .95rem; }
.lp-legal-body ul { margin: 0 0 .9rem; padding-left: 1.2rem; color: #3b4a63; display: grid; gap: .45rem; line-height: 1.65; font-size: .95rem; }

/* 404 / error */
.lp-error { display: flex; align-items: center; }
.lp-error-wrap {
  max-width: 34rem; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid var(--lp-line); border-radius: 1.4rem;
  padding: 2.6rem 2rem 2.3rem; box-shadow: 0 18px 40px rgba(15,23,42,.06);
}
.lp-error-code {
  margin: 0 0 .35rem; font-size: clamp(3.4rem, 10vw, 4.8rem); font-weight: 900;
  letter-spacing: -.06em; line-height: 1;
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, var(--brand-secondary, #80CAEE)));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-error h1 { margin: 0 0 .55rem; }
.lp-error .lp-legal-sub { margin-bottom: 1.6rem; }
.lp-error-actions {
  display: flex; flex-wrap: wrap; gap: .65rem; justify-content: center;
}
.lp-error-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .7rem 1.05rem; border-radius: .9rem; text-decoration: none;
  font-weight: 750; font-size: .9rem; color: #334155;
  border: 1.5px solid var(--lp-line); background: #fff;
  transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.lp-error-btn:hover {
  border-color: color-mix(in srgb, var(--brand-primary, #3C50E0) 45%, white);
  color: var(--brand-primary, #3C50E0); transform: translateY(-1px);
}
.lp-error-btn-primary {
  color: #fff; border-color: transparent;
  background: linear-gradient(135deg, var(--brand-primary, #3C50E0), color-mix(in srgb, var(--brand-primary, #3C50E0) 55%, var(--brand-secondary, #80CAEE)));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--brand-primary, #3C50E0) 32%, transparent);
}
.lp-error-btn-primary:hover { filter: brightness(1.06); color: #fff; }

/* Payment */
.lp-pay-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 2.4rem; align-items: start; }
.lp-pay-grid h2 { text-align: left; }
.lp-steps { display: grid; gap: 0; padding: 0; margin: 1.3rem 0 0; list-style: none; counter-reset: paystep; }
.lp-steps li {
  counter-increment: paystep; position: relative;
  display: grid; grid-template-columns: 2.2rem 1fr; gap: .95rem; align-items: start;
  padding: 0 0 1.3rem; color: #334155; font-weight: 550; line-height: 1.55;
}
.lp-steps li::before {
  content: counter(paystep); width: 2.2rem; height: 2.2rem; border-radius: .8rem;
  display: grid; place-items: center; font-weight: 800; font-size: .88rem;
  background: #fff; color: var(--brand-primary, #3C50E0);
  border: 1.5px solid color-mix(in srgb, var(--brand-primary, #3C50E0) 35%, white);
  box-shadow: 0 6px 14px rgba(15,23,42,.06);
}
.lp-steps li:not(:last-child)::after {
  content: ""; position: absolute; left: 1.06rem; top: 2.45rem; bottom: .25rem; width: 2px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand-primary, #3C50E0) 30%, white), transparent);
}
.lp-pay-note {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--lp-ink), #16213a); color: #dbe5f3;
  border-radius: 1.4rem; padding: 1.6rem 1.55rem;
  box-shadow: 0 26px 54px rgba(2,6,23,.28);
}
.lp-pay-note::after {
  content: ""; position: absolute; width: 14rem; height: 14rem; border-radius: 50%;
  right: -5rem; bottom: -6rem;
  background: radial-gradient(circle, color-mix(in srgb, var(--brand-primary, #3C50E0) 40%, transparent), transparent 70%);
}
.lp-pay-note h3 { margin: 0 0 .6rem; font-size: 1.08rem; font-weight: 750; color: #fff; }
.lp-pay-note i { color: color-mix(in srgb, var(--brand-secondary, #80CAEE) 85%, #fff); margin-right: .4rem; }
.lp-pay-note p { margin: 0; line-height: 1.7; font-size: .94rem; position: relative; z-index: 1; }

/* Footer */
.lp-footer {
  border-top: none; padding: 3rem 0 0; font-size: .92rem;
  background: linear-gradient(178deg, var(--lp-ink-2), var(--lp-ink));
  color: #94a6c1;
}
.lp-footer-grid {
  display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, .7fr));
  gap: 2rem; padding-bottom: 2.2rem;
}
.lp-footer-brand p { margin: .9rem 0 0; line-height: 1.65; max-width: 24rem; }
.lp-footer-brand .lp-logo strong { color: #fff; }
.lp-footer-support { font-size: .88rem; }
.lp-footer-support a { color: #c3d2ee; text-decoration: none; }
.lp-footer-support a:hover { color: #fff; }
.lp-footer-col { display: grid; gap: .55rem; align-content: start; }
.lp-footer-col h4 {
  margin: 0 0 .35rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: #64769a; font-weight: 800;
}
.lp-footer-col a { color: #b6c2d6; text-decoration: none; font-weight: 600; font-size: .9rem; }
.lp-footer-col a:hover { color: #fff; }
.lp-footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.3rem; padding-bottom: 1.5rem; font-size: .85rem;
}
.lp-footer-bottom p { margin: 0; }
.lp-foot-links { margin: 0; }
.lp-foot-links a { color: #c3d2ee; text-decoration: none; font-weight: 650; }
.lp-foot-links a:hover { color: #fff; }

/* ---------- Scroll reveal ---------- */
.lp-reveal { opacity: 0; transform: translateY(1.1rem); transition: opacity .55s ease, transform .55s ease; }
.lp-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .lp-reveal { opacity: 1; transform: none; transition: none; }
  .lp-hero-glow, .lp-eyebrow::before { animation: none; }
  .lp-features article, .lp-plan, .lp-btn-primary, .lp-btn-ghost { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .lp-nav a { padding: .35rem .5rem; font-size: .82rem; gap: .28rem; }
  .lp-nav { gap: .08rem; }
  .lp-header-actions { gap: .25rem; }
  .lp-login-badge, .lp-cta-sm {
    height: 1.9rem; min-height: 1.9rem; max-height: 1.9rem;
    padding: 0 .62rem; font-size: .72rem;
  }
  .lp-login-badge i, .lp-cta-sm i { font-size: .72rem; }
  .lp-menu-btn { width: 1.9rem; height: 1.9rem; }
}
@media (max-width: 1100px) {
  /* Tablet + phone: hamburger — one compact row, actions away from logo */
  .lp-header-inner {
    gap: 0.85rem;
    min-height: 3.15rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .lp-logo {
    max-width: min(42vw, 9.5rem);
    flex: 0 1 auto;
  }
  .lp-logo img { height: 26px; max-width: 100%; }
  .lp-logo strong { font-size: 0.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .lp-logo-mark { width: 1.6rem; height: 1.6rem; border-radius: .5rem; font-size: .8rem; }
  .lp-nav { display: none; margin-left: 0; }
  .lp-nav.is-open {
    display: flex; flex-direction: column; gap: .15rem; flex-wrap: nowrap;
    position: absolute; left: max(var(--lp-gutter), env(safe-area-inset-left, 0px));
    right: max(var(--lp-gutter), env(safe-area-inset-right, 0px));
    top: calc(3.15rem + 0.35rem); z-index: 60;
    background: #040912; border: 1px solid rgba(255,255,255,.12);
    border-radius: 1rem; padding: .55rem .6rem; box-shadow: 0 22px 44px rgba(0,0,0,.6);
    max-height: min(70vh, 28rem); overflow-y: auto;
  }
  .lp-nav.is-open a { padding: .55rem .7rem; font-size: .92rem; border-radius: .7rem; width: 100%; gap: .4rem; }
  .lp-menu-btn {
    display: inline-grid; place-items: center;
    width: 1.85rem; height: 1.85rem; flex: none; font-size: .78rem;
  }
  .lp-google-badge { display: none; }
  .lp-header-actions {
    gap: 0.18rem;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .lp-login-badge, .lp-cta-sm {
    height: 1.85rem; min-height: 1.85rem; max-height: 1.85rem;
    padding: 0 0.55rem;
    font-size: 0.7rem;
    gap: 0.22rem;
    line-height: 1;
  }
  .lp-login-badge i, .lp-cta-sm i { font-size: 0.7rem; }
  .lp-header { position: sticky; overflow: visible; }
}
@media (max-width: 420px) {
  .lp-header-inner { gap: 0.75rem; }
  .lp-logo { max-width: min(40vw, 8.25rem); }
  .lp-login-badge .lp-action-label { display: none; }
  .lp-login-badge, .lp-cta-sm {
    height: 1.8rem; min-height: 1.8rem; max-height: 1.8rem;
    padding: 0 0.48rem; font-size: 0.68rem;
  }
  .lp-menu-btn { width: 1.8rem; height: 1.8rem; }
  .lp-header-actions { gap: 0.14rem; }
}
@media (max-width: 1020px) {
  .lp-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 2.2rem; }
  .lp-features, .lp-plans, .lp-testis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1rem; }
  .lp-stats-grid article:nth-child(odd) { border-left: none; }
  .lp-pay-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 720px) {
  :root { --lp-gutter: 1rem; }
  .lp-hero { padding: 3.4rem 0 5.4rem; }
  .lp-section { padding: 3.2rem 0; }
  .lp-features, .lp-plans, .lp-stats-grid, .lp-testis, .lp-footer-grid { grid-template-columns: minmax(0, 1fr); }
  .lp-legal-body { padding: 1.4rem 1.2rem; }
  .lp-stats { margin-top: -3rem; }
  .lp-stats-grid article { text-align: left; display: flex; align-items: baseline; gap: .6rem; }
  .lp-stats-grid article + article { border-left: none; border-top: 1px solid #eef2f7; padding-top: .8rem; }
  .lp-plan.is-hot, .lp-plan.is-hot:hover { transform: none; }
  .lp-footer-inner { flex-direction: column; align-items: flex-start; }
  .lp-hero-actions { flex-direction: column; align-items: stretch; }
  .lp-hero-actions .lp-btn-primary,
  .lp-hero-actions .lp-btn-ghost { width: 100%; justify-content: center; text-align: center; }
}
