/* Landing page styles */
.lp { color: var(--text); }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: .9rem 1.4rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .55rem; font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a { color: var(--text-2); font-weight: 500; font-size: .92rem; }
.nav-cta { display: flex; gap: .6rem; align-items: center; }

/* Full-bleed photo hero: a representative commerce photo behind a brand-green
   dark overlay that fades into the page background, so the white hero text and
   the overlapping product mockup stay clean and legible. */
.hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(8,18,13,.72) 0%, rgba(11,17,23,.84) 58%, var(--bg) 100%),
    radial-gradient(1100px 520px at 50% -8%, rgba(29,158,117,.30) 0%, transparent 55%),
    url('https://images.unsplash.com/photo-1487014679447-9f8336841d58?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  color: #fff; padding: 5rem 1.4rem 6rem; text-align: center;
}
.hero .eyebrow { display: inline-block; background: rgba(29,158,117,.15); border: 1px solid rgba(29,158,117,.3); color: #6ee7b7; padding: .35rem .8rem; border-radius: 999px; font-size: .8rem; font-weight: 600; margin-bottom: 1.4rem; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); max-width: 880px; margin: 0 auto .9rem; background: linear-gradient(180deg, #fff, #a8d5c3); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.sub { font-size: clamp(1.05rem, 2vw, 1.3rem); color: #a8cbbf; max-width: 680px; margin: 0 auto 2rem; }
.hero-cta { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 1.2rem; color: #7e87ac; font-size: .85rem; }

.section { max-width: 1140px; margin: 0 auto; padding: 5rem 1.4rem; }
.section h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); text-align: center; }
.section .lead { text-align: center; color: var(--text-muted); max-width: 620px; margin: 0 auto 3rem; font-size: 1.08rem; }
.kicker { text-align: center; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; margin-bottom: .6rem; }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.feature { padding: 1.6rem; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border); transition: transform .2s, box-shadow .2s; }
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.feature .ic { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; font-size: 1.1rem; color: #fff; margin-bottom: 1rem; background: linear-gradient(135deg, var(--primary), var(--accent)); }
.feature h3 { font-size: 1.1rem; }
.feature p { color: var(--text-muted); margin: 0; font-size: .94rem; }

.ai-band { background: linear-gradient(135deg, #0a1f16, #0d2e1e); color: #fff; border-radius: var(--radius-lg); padding: 3rem; display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: center; border: 1px solid rgba(29,158,117,.2); }
.ai-band h2 { text-align: left; }
.ai-band ul { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.ai-band li { padding: .45rem 0 .45rem 1.7rem; position: relative; color: #a8cbbf; }
.ai-band li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: #1D9E75; }
.ai-chat { background: rgba(255,255,255,.05); border: 1px solid rgba(29,158,117,.2); border-radius: var(--radius); padding: 1.2rem; font-size: .9rem; }
.ai-chat .q { background: rgba(29,158,117,.2); padding: .6rem .8rem; border-radius: 10px; margin-bottom: .7rem; color: #c8f0e1; }
.ai-chat .a { background: rgba(255,255,255,.06); padding: .6rem .8rem; border-radius: 10px; color: #a8cbbf; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { text-align: center; }
.step .num { width: 42px; height: 42px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-weight: 800; display: grid; place-items: center; margin: 0 auto .9rem; }
.step h4 { margin-bottom: .3rem; }
.step p { color: var(--text-muted); font-size: .9rem; margin: 0; }

.usecases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.usecase { padding: 1.3rem; border-radius: var(--radius); background: var(--surface-2); border: 1px solid var(--border); }
.usecase i { color: var(--primary); font-size: 1.3rem; margin-bottom: .5rem; }

.pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.plan { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; display: flex; flex-direction: column; }
.plan { position: relative; }
.plan.featured { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); }
/* Dynamic badge (admin-configured per plan) replaces the old hardcoded "Popular". */
.plan-badge { position: absolute; top: -10px; right: 16px; background: var(--primary); color: #fff; font-size: .7rem; font-weight: 700; padding: .2rem .6rem; border-radius: 999px; }
.plan .price { font-size: 2.1rem; font-weight: 800; margin: .4rem 0; }
.plan .price small { font-size: .9rem; color: var(--text-muted); font-weight: 500; }
.plan ul { list-style: none; padding: 0; margin: 1rem 0 1.4rem; flex: 1; }
.plan li { padding: .35rem 0 .35rem 1.5rem; position: relative; font-size: .9rem; color: var(--text-2); }
.plan li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: var(--success); font-size: .8rem; }

.faq-item { border-bottom: 1px solid var(--border); padding: 1.1rem 0; }
.faq-item summary { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--primary); font-size: 1.3rem; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { color: var(--text-muted); margin: .8rem 0 0; }

.cta-band { background: linear-gradient(135deg, var(--primary), #0d8560); color: #fff; border-radius: var(--radius-lg); padding: 3.5rem; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d1f5ea; max-width: 520px; margin: 0 auto 1.6rem; }

footer.lp-footer { background: var(--bg); color: #9aafc5; padding: 3rem 1.4rem; }
.footer-inner { max-width: 1140px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.footer-inner a { color: #c2d8cf; }

/* ── Browser-framed product screenshots ─────────────────────────────────────── */
.browser { margin: 0; border-radius: 14px; overflow: hidden; background: #0f1117; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 30px 70px -25px rgba(8,15,30,.55), 0 8px 24px -12px rgba(8,15,30,.4); }
.browser-bar { display: flex; align-items: center; gap: .45rem; padding: .55rem .8rem; background: #1b2030; border-bottom: 1px solid rgba(255,255,255,.06); }
.browser-bar span { width: 11px; height: 11px; border-radius: 50%; background: #3a4258; }
.browser-bar span:nth-child(1){ background:#ff5f57 } .browser-bar span:nth-child(2){ background:#febc2e } .browser-bar span:nth-child(3){ background:#28c840 }
.browser-bar em { margin-left: .6rem; font-style: normal; font-size: .76rem; color: #8b95ad; background: #11151f; padding: .2rem .7rem; border-radius: 999px; }
.browser img { display: block; width: 100%; height: auto; }

/* Hero visual sitting under the hero copy */
.hero-visual { max-width: 1000px; margin: -3.5rem auto 0; padding: 0 1.4rem; position: relative; z-index: 2; }

/* ── Showcase (zig-zag real product rows) ───────────────────────────────────── */
.showcase-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3rem; align-items: center; margin-bottom: 3.5rem; }
.showcase-row:last-child { margin-bottom: 0; }
.showcase-row.flip .showcase-text { order: 2; }
.showcase-row.flip .browser { order: 1; }
.showcase-text h3 { font-size: 1.5rem; margin: 0 0 .6rem; letter-spacing: -.02em; }
.showcase-text p { color: var(--text-muted); margin: 0 0 1rem; }
.showcase-text ul { list-style: none; padding: 0; margin: 0; }
.showcase-text li { padding: .3rem 0 .3rem 1.6rem; position: relative; color: var(--text-2); font-size: .94rem; }
.showcase-text li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: var(--primary); font-size: .8rem; top: .45rem; }
.showcase-tag { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--primary); background: var(--primary-soft); padding: .25rem .7rem; border-radius: 999px; margin-bottom: .8rem; }

/* ── Real flow (lifecycle journey) ──────────────────────────────────────────── */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.flow-step { position: relative; padding: 1.3rem 1.1rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.flow-step .fnum { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; font-weight: 800; font-size: .85rem; display: grid; place-items: center; margin-bottom: .7rem; }
.flow-step .fic { color: var(--primary); font-size: 1rem; margin-bottom: .5rem; }
.flow-step h4 { margin: 0 0 .25rem; font-size: .98rem; }
.flow-step p { margin: 0; color: var(--text-muted); font-size: .85rem; line-height: 1.45; }

@media (max-width: 860px) {
  .grid3, .steps, .pricing, .usecases, .flow { grid-template-columns: 1fr 1fr; }
  .grid2, .ai-band, .showcase-row { grid-template-columns: 1fr; }
  .showcase-row.flip .showcase-text { order: 0; } .showcase-row.flip .browser { order: 0; }
  .showcase-row { gap: 1.5rem; }
  .hero-visual { margin-top: -2rem; }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  .grid3, .steps, .pricing, .usecases, .flow { grid-template-columns: 1fr; }
}

/* ── Trust band (under hero) ──────────────────────────────────── */
.trust-band { max-width: 1080px; margin: -1rem auto 0; padding: 1.2rem 1.5rem 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.trust-item { display: flex; align-items: center; gap: .55rem; justify-content: center; color: var(--text-2); font-weight: 600; font-size: .9rem; text-align: center; }
.trust-item i { color: var(--primary); }
@media (max-width: 760px) { .trust-band { grid-template-columns: 1fr 1fr; gap: .8rem; } }
