/* MLINO Content Studio — Clinic Landing (fa/RTL) */

:root {
  --bg-void: #060710;
  --bg-deep: #0a0c18;
  --bg-panel: #0f1220;
  --glass: rgba(255,255,255,0.045);
  --glass-strong: rgba(255,255,255,0.07);
  --border-glass: rgba(255,255,255,0.10);
  --border-glass-soft: rgba(255,255,255,0.06);
  --text-1: #f3f4f9;
  --text-2: #a7acc4;
  --text-3: #6d7290;
  --teal: #2fe3c9;
  --blue: #4d8dff;
  --purple: #8a6bff;
  --gold: #d8b877;
  --grad-brand: linear-gradient(135deg, var(--teal) 0%, var(--blue) 55%, var(--purple) 100%);
  --grad-panel: linear-gradient(160deg, rgba(138,107,255,0.10), rgba(47,227,201,0.05) 60%, transparent);
  --shadow-soft: 0 20px 60px -20px rgba(0,0,0,0.6);
  --shadow-glow: 0 0 0 1px rgba(255,255,255,0.06), 0 30px 80px -30px rgba(138,107,255,0.35);
  --radius-lg: 22px;
  --radius-md: 14px;
  --max-w: 1220px;
}

.lp * { box-sizing: border-box; }
.lp {
  background: var(--bg-void);
  background-image:
    radial-gradient(900px 500px at 18% -10%, rgba(138,107,255,0.16), transparent 60%),
    radial-gradient(700px 500px at 100% 10%, rgba(47,227,201,0.10), transparent 55%),
    radial-gradient(800px 600px at 50% 100%, rgba(77,141,255,0.08), transparent 60%);
  color: var(--text-1);
  font-family: "Vazirmatn", -apple-system, "Segoe UI", Tahoma, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.lp a { color: inherit; text-decoration: none; }
.lp .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.lp .badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 11px; border-radius: 999px; font-size: 12px; font-weight: 600;
  border: 1px solid var(--border-glass);
}
.lp .badge.live { color: var(--teal); background: rgba(47,227,201,0.10); border-color: rgba(47,227,201,0.25); }
.lp .badge.soon { color: var(--gold); background: rgba(216,184,119,0.10); border-color: rgba(216,184,119,0.28); }

/* ---------- Nav ---------- */
.lp-nav {
  position: sticky; top: 0; z-index: 80;
  background: rgba(6,7,16,0.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-glass-soft);
}
.lp-nav .container { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.lp-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; }
.lp-logo .mark {
  width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0;
  background: var(--grad-brand);
  box-shadow: 0 0 24px rgba(138,107,255,0.55);
}
.lp-logo-img { height: 30px; width: auto; display: block; flex-shrink: 0; }
.lp-links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.lp-links a { color: var(--text-2); font-size: 14.5px; transition: color .15s ease; }
.lp-links a:hover { color: var(--text-1); }
.lp-nav-actions { display: flex; align-items: center; gap: 14px; }
.lp-lang-toggle { font-size: 13px; color: var(--text-3); border: 1px solid var(--border-glass); padding: 6px 12px; border-radius: 999px; }
.lp-lang-toggle:hover { color: var(--text-1); border-color: var(--border-glass-soft); }
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: 12px; font-size: 14.5px; font-weight: 700;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.lp-btn-primary { background: var(--grad-brand); color: #05060d; box-shadow: 0 10px 30px -10px rgba(138,107,255,0.6); }
.lp-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 36px -10px rgba(138,107,255,0.75); }
.lp-btn-ghost { background: transparent; border-color: var(--border-glass); color: var(--text-1); }
.lp-btn-ghost:hover { border-color: rgba(255,255,255,0.24); }
.lp-menu-toggle {
  display: none; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border-glass);
  background: var(--glass); color: var(--text-1); align-items: center; justify-content: center; cursor: pointer;
}
.lp-mobile-menu {
  display: none; position: fixed; inset: 76px 0 0 0; z-index: 70;
  background: rgba(6,7,16,0.98); backdrop-filter: blur(10px);
  padding: 28px 24px; flex-direction: column; gap: 4px;
}
.lp-mobile-menu.open { display: flex; }
.lp-mobile-menu a { padding: 16px 4px; font-size: 17px; border-bottom: 1px solid var(--border-glass-soft); color: var(--text-1); }
.lp-mobile-menu .lp-btn { margin-top: 20px; }

/* ---------- Hero ---------- */
.lp-hero { padding: 96px 0 60px; position: relative; }
.lp-hero .container { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--teal); background: rgba(47,227,201,0.08);
  border: 1px solid rgba(47,227,201,0.25); padding: 7px 16px; border-radius: 999px; margin-bottom: 26px;
}
.lp-hero h1 { font-size: 46px; line-height: 1.32; font-weight: 800; margin: 0 0 22px; letter-spacing: -0.01em; }
.lp-hero h1 .grad { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-hero .lead { font-size: 17.5px; color: var(--text-2); max-width: 540px; margin: 0 0 34px; }
.lp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.lp-hero-note { margin-top: 22px; font-size: 13.5px; color: var(--text-3); }

/* Hero 3D scene */
.lp-scene { position: relative; height: 460px; perspective: 1400px; }
.lp-orb {
  position: absolute; top: 50%; left: 50%; width: 210px; height: 210px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.55), rgba(138,107,255,0.35) 30%, rgba(47,227,201,0.25) 60%, rgba(6,7,16,0) 75%);
  box-shadow: 0 0 90px 10px rgba(138,107,255,0.35), inset 0 0 60px rgba(47,227,201,0.25);
  animation: lp-orb-pulse 5s ease-in-out infinite;
}
.lp-orb::after {
  content: ""; position: absolute; inset: -34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
  animation: lp-ring-spin 18s linear infinite;
}
@keyframes lp-orb-pulse { 0%,100% { box-shadow: 0 0 90px 10px rgba(138,107,255,0.30), inset 0 0 60px rgba(47,227,201,0.22); } 50% { box-shadow: 0 0 120px 20px rgba(138,107,255,0.45), inset 0 0 70px rgba(47,227,201,0.32); } }
@keyframes lp-ring-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.lp-float {
  position: absolute; min-width: 168px;
  background: var(--glass); border: 1px solid var(--border-glass); border-radius: 16px;
  padding: 14px 16px; backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
  animation: lp-float-bob 6s ease-in-out infinite;
}
.lp-float .t { font-size: 12.5px; color: var(--text-3); margin-bottom: 4px; }
.lp-float .v { font-size: 14.5px; font-weight: 700; }
.lp-float .tag { position: absolute; top: -9px; inset-inline-end: 10px; font-size: 10px; padding: 2px 8px; }
.lp-float.f1 { top: 4%; inset-inline-start: 0; animation-delay: 0s; }
.lp-float.f2 { top: 8%; inset-inline-end: 2%; animation-delay: .8s; }
.lp-float.f3 { top: 42%; inset-inline-start: -6%; animation-delay: 1.6s; }
.lp-float.f4 { bottom: 30%; inset-inline-end: -4%; animation-delay: .4s; }
.lp-float.f5 { bottom: 4%; inset-inline-start: 8%; animation-delay: 1.2s; }
.lp-float.f6 { bottom: 0%; inset-inline-end: 14%; animation-delay: 2s; }
@keyframes lp-float-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Trust bar ---------- */
.lp-trust { border-top: 1px solid var(--border-glass-soft); border-bottom: 1px solid var(--border-glass-soft); padding: 30px 0; }
.lp-trust .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 36px; }
.lp-trust-item { display: flex; align-items: center; gap: 10px; color: var(--text-2); font-size: 14.5px; }
.lp-trust-item .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); flex-shrink:0; }

/* ---------- Section shell ---------- */
.lp-section { padding: 100px 0; }
.lp-section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.lp-tag { color: var(--purple); font-size: 13px; font-weight: 800; letter-spacing: .04em; margin-bottom: 14px; }
.lp-section-head h2 { font-size: 33px; margin: 0 0 16px; letter-spacing: -0.01em; }
.lp-section-head p { color: var(--text-2); font-size: 16.5px; margin: 0; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Problem ---------- */
.lp-problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.lp-glass-card {
  background: var(--glass); border: 1px solid var(--border-glass); border-radius: var(--radius-lg);
  padding: 30px 26px; position: relative; overflow: hidden;
}
.lp-glass-card::before {
  content: ""; position: absolute; inset: 0; background: var(--grad-panel); opacity: 0; transition: opacity .3s ease;
}
.lp-glass-card:hover::before { opacity: 1; }
.lp-glass-card .n { font-size: 13px; color: var(--text-3); font-weight: 700; margin-bottom: 14px; }
.lp-glass-card h3 { font-size: 17.5px; margin: 0 0 10px; position: relative; }
.lp-glass-card p { font-size: 14.5px; color: var(--text-2); margin: 0; position: relative; }

/* ---------- Features (showcase rows) ---------- */
.lp-feature-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; padding: 56px 0; border-top: 1px solid var(--border-glass-soft); }
.lp-feature-row:first-child { border-top: none; }
.lp-feature-row.rev { grid-template-columns: 1.1fr 0.9fr; }
.lp-feature-row.rev .lp-feature-visual { order: -1; }
.lp-feature-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.lp-feature-head .icn {
  width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  font-size: 20px; background: var(--grad-panel); border: 1px solid var(--border-glass);
}
.lp-feature-text h3 { font-size: 23px; margin: 0 0 14px; }
.lp-feature-text ul { margin: 0; padding-inline-start: 20px; color: var(--text-2); font-size: 15px; }
.lp-feature-text li { margin-bottom: 8px; }
.lp-feature-text .note { margin-top: 16px; font-size: 13.5px; color: var(--text-3); }
.lp-feature-visual {
  background: var(--glass); border: 1px solid var(--border-glass); border-radius: var(--radius-lg);
  min-height: 260px; padding: 26px; box-shadow: var(--shadow-soft); position: relative;
}
.lp-mini-card {
  background: var(--bg-panel); border: 1px solid var(--border-glass); border-radius: 12px;
  padding: 14px 16px; margin-bottom: 12px; font-size: 13.5px; color: var(--text-2);
  display: flex; justify-content: space-between; align-items: center;
}
.lp-mini-card:last-child { margin-bottom: 0; }
.lp-mini-card b { color: var(--text-1); font-weight: 700; }

/* ---------- Flow ---------- */
.lp-flow { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; counter-reset: step; }
.lp-flow::before {
  content: ""; position: absolute; top: 26px; inset-inline: 4%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-glass) 10%, var(--border-glass) 90%, transparent);
}
.lp-flow-step { position: relative; text-align: center; }
.lp-flow-step .num {
  width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px;
  background: var(--bg-void); border: 1px solid var(--border-glass); position: relative; z-index: 2;
  box-shadow: 0 0 0 6px var(--bg-void);
}
.lp-flow-step.live .num { border-color: var(--teal); color: var(--teal); box-shadow: 0 0 0 6px var(--bg-void), 0 0 20px rgba(47,227,201,0.35); }
.lp-flow-step.soon .num { border-color: var(--gold); color: var(--gold); }
.lp-flow-step p { font-size: 13.5px; color: var(--text-2); margin: 0 0 8px; }

/* ---------- Clinics ---------- */
.lp-chip-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lp-chip {
  padding: 12px 20px; border-radius: 999px; border: 1px solid var(--border-glass); background: var(--glass);
  font-size: 14.5px; color: var(--text-1);
}
.lp-clinics-note { text-align: center; color: var(--text-3); font-size: 14px; margin-top: 26px; }

/* ---------- Security ---------- */
.lp-security { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-sec-item { display: flex; gap: 14px; align-items: flex-start; background: var(--glass); border: 1px solid var(--border-glass); border-radius: 14px; padding: 18px 20px; }
.lp-sec-item .ic { color: var(--teal); font-size: 17px; margin-top: 1px; }
.lp-sec-item p { margin: 0; font-size: 14.5px; color: var(--text-2); }

/* ---------- Dashboard mockup ---------- */
.lp-dashboard {
  background: linear-gradient(180deg, var(--bg-panel), var(--bg-deep));
  border: 1px solid var(--border-glass); border-radius: 26px; padding: 0; overflow: hidden; box-shadow: var(--shadow-glow);
}
.lp-dash-tabs { display: flex; gap: 4px; padding: 16px 20px 0; border-bottom: 1px solid var(--border-glass-soft); flex-wrap: wrap; }
.lp-dash-tab {
  padding: 10px 16px; font-size: 13.5px; color: var(--text-3); border-radius: 10px 10px 0 0; position: relative; display: flex; align-items: center; gap: 6px;
}
.lp-dash-tab.active { color: var(--text-1); background: var(--glass-strong); }
.lp-dash-tab .mini-soon { font-size: 9.5px; padding: 1px 6px; border-radius: 999px; background: rgba(216,184,119,0.15); color: var(--gold); }
.lp-dash-body { padding: 30px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; }
.lp-dash-panel { background: var(--glass); border: 1px solid var(--border-glass); border-radius: 16px; padding: 20px; }
.lp-dash-panel h4 { margin: 0 0 14px; font-size: 14.5px; color: var(--text-2); font-weight: 700; }
.lp-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 12.5px; color: var(--text-3); }
.lp-bar-track { flex: 1; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.06); overflow: hidden; }
.lp-bar-fill { height: 100%; border-radius: 999px; background: var(--grad-brand); }

/* ---------- FAQ ---------- */
.lp-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.lp-faq-item { background: var(--glass); border: 1px solid var(--border-glass); border-radius: 14px; overflow: hidden; }
.lp-faq-q { width: 100%; text-align: start; padding: 18px 22px; background: none; border: none; color: var(--text-1); font-size: 15.5px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: inherit; }
.lp-faq-q .plus { transition: transform .2s ease; color: var(--text-3); font-size: 18px; }
.lp-faq-item.open .plus { transform: rotate(45deg); }
.lp-faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.lp-faq-item.open .lp-faq-a { max-height: 240px; }
.lp-faq-a p { margin: 0 22px 20px; color: var(--text-2); font-size: 14.5px; }

/* ---------- CTA + demo form ---------- */
.lp-cta-section { padding: 100px 0 120px; }
.lp-cta-wrap { max-width: 900px; margin: 0 auto; background: var(--glass); border: 1px solid var(--border-glass); border-radius: 28px; padding: 54px; box-shadow: var(--shadow-glow); }
.lp-cta-wrap h2 { font-size: 30px; text-align: center; margin: 0 0 12px; }
.lp-cta-wrap > p { text-align: center; color: var(--text-2); margin: 0 0 40px; }
.lp-demo-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp-demo-form .full { grid-column: 1 / -1; }
.lp-field-label { font-size: 13px; color: var(--text-2); margin-bottom: 7px; display: block; }
.lp-field {
  width: 100%; background: var(--bg-panel); border: 1px solid var(--border-glass); border-radius: 11px;
  padding: 12px 14px; color: var(--text-1); font-size: 14.5px; font-family: inherit; outline: none;
}
.lp-field:focus { border-color: var(--purple); }
.lp-demo-form .lp-btn { grid-column: 1 / -1; justify-self: center; margin-top: 8px; padding: 13px 36px; }
.lp-demo-note { grid-column: 1/-1; text-align: center; font-size: 13px; color: var(--text-3); margin-top: 4px; }

/* ---------- Footer ---------- */
.lp-footer { border-top: 1px solid var(--border-glass-soft); padding: 56px 0 34px; }
.lp-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 40px; }
.lp-footer-brand p { color: var(--text-3); font-size: 13.5px; margin: 14px 0 0; max-width: 260px; }
.lp-footer h5 { font-size: 13.5px; color: var(--text-2); margin: 0 0 14px; }
.lp-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lp-footer a { color: var(--text-3); font-size: 13.5px; }
.lp-footer a:hover { color: var(--text-1); }
.lp-footer-bottom { border-top: 1px solid var(--border-glass-soft); padding-top: 24px; color: var(--text-3); font-size: 12.5px; text-align: center; }

/* ---------- Mobile sticky CTA ---------- */
.lp-sticky-cta { display: none; position: fixed; bottom: 0; inset-inline: 0; z-index: 60; padding: 12px 16px; background: rgba(6,7,16,0.92); backdrop-filter: blur(10px); border-top: 1px solid var(--border-glass); }
.lp-sticky-cta .lp-btn { width: 100%; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .lp-hero .container { grid-template-columns: 1fr; }
  .lp-scene { height: 380px; order: -1; }
  .lp-problem-grid { grid-template-columns: 1fr; }
  .lp-feature-row, .lp-feature-row.rev { grid-template-columns: 1fr; }
  .lp-feature-row.rev .lp-feature-visual { order: 0; }
  .lp-flow { grid-template-columns: repeat(3,1fr); row-gap: 34px; }
  .lp-flow::before { display: none; }
  .lp-security { grid-template-columns: 1fr; }
  .lp-dash-body { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .lp-links { display: none; }
  .lp-nav-actions .lp-btn-ghost { display: none; }
  .lp-menu-toggle { display: flex; }
  .lp-sticky-cta { display: block; }
  body.lp-body { padding-bottom: 70px; }
}
@media (max-width: 640px) {
  .lp-hero { padding: 48px 0 40px; }
  .lp-hero h1 { font-size: 32px; }
  .lp-section { padding: 64px 0; }
  .lp-section-head h2 { font-size: 25px; }
  .lp-flow { grid-template-columns: 1fr 1fr; }
  .lp-demo-form { grid-template-columns: 1fr; }
  .lp-cta-wrap { padding: 32px 20px; }
  .lp-footer-grid { grid-template-columns: 1fr; }
  .lp-float { display: none; }
  .lp-float.f1, .lp-float.f2 { display: flex; }
}

/* =======================================================================
   Melino Assistant — brand character system
   A minimal circular companion (dark glossy body, glowing ring, two eyes,
   an "m" mark) whose ring/eye color + eye shape + a small badge icon shift
   per mood. Reused everywhere instead of decorative floating shapes.
   ======================================================================= */
/* NOTE: these are intentionally top-level (not ".ma .x") selectors — a
   descendant combinator does not reliably cross the shadow boundary that
   <use href="#x"> creates, but a CSS custom property like --ma-color does
   inherit through it, so plain classes + var() is what actually paints
   each mood correctly. */
.ma { width: 64px; height: 64px; overflow: visible; flex-shrink: 0; }
.ma-ring { fill: none; stroke: var(--ma-color, var(--purple)); stroke-width: 2.4; opacity: .9; filter: drop-shadow(0 0 10px var(--ma-color, var(--purple))); }
.ma-body { fill: url(#maBodyGrad); }
.ma-highlight { fill: #ffffff; opacity: .16; }
.ma-mark { stroke: var(--ma-color, var(--purple)); }
.ma-tint { fill: var(--ma-color, var(--purple)); stroke: var(--ma-color, var(--purple)); }
.badge-bg { fill: var(--bg-void); stroke: var(--ma-color, var(--purple)); stroke-width: 2; }
.ma-anim { animation: ma-bob 4.5s ease-in-out infinite; }
@keyframes ma-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.mood-ready { --ma-color: #6ea8ff; }
.mood-thinking { --ma-color: #8a6bff; }
.mood-happy { --ma-color: #ff6cc8; }
.mood-opportunity { --ma-color: #3ddc8a; }
.mood-warning { --ma-color: #f5a742; }
.mood-concerned { --ma-color: #ff5c6c; }
.mood-focused { --ma-color: #2fe3e3; }
.mood-celebrate { --ma-color: #d66cff; }

/* Section intro: small assistant avatar + a speech-bubble style line */
.lp-ma-intro { display: flex; align-items: center; gap: 16px; justify-content: center; margin-bottom: 18px; }
.lp-ma-intro .ma { width: 52px; height: 52px; }
.lp-ma-bubble {
  position: relative; background: var(--glass); border: 1px solid var(--border-glass);
  border-radius: 14px; padding: 10px 18px; font-size: 14px; color: var(--text-2);
}
.lp-ma-bubble b { color: var(--text-1); }

/* ---------- Hero: assistant + product mockup (replaces floating orb) ---------- */
.lp-hero-visual { position: relative; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.lp-hero-visual .ma { width: 128px; height: 128px; }
.lp-hero-say {
  background: var(--glass-strong); border: 1px solid var(--border-glass); border-radius: 16px;
  padding: 12px 20px; font-size: 14.5px; color: var(--text-1); text-align: center; max-width: 300px;
  box-shadow: var(--shadow-soft);
}
.lp-mockup {
  width: 100%; max-width: 420px; border-radius: 18px; overflow: hidden;
  background: var(--bg-panel); border: 1px solid var(--border-glass); box-shadow: var(--shadow-glow);
}
.lp-mockup-bar { display: flex; align-items: center; gap: 6px; padding: 12px 14px; border-bottom: 1px solid var(--border-glass-soft); }
.lp-mockup-bar .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--border-glass); flex-shrink: 0; }
.lp-mockup-bar .title { margin-inline-start: 8px; font-size: 12px; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-mockup-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.lp-mockup-row { display: flex; justify-content: space-between; align-items: center; background: var(--glass); border: 1px solid var(--border-glass-soft); border-radius: 10px; padding: 10px 14px; font-size: 13px; color: var(--text-2); }
.lp-mockup-row b { color: var(--text-1); font-weight: 700; }
.lp-mockup-row .pill { font-size: 11px; padding: 3px 9px; border-radius: 999px; }
.pill-live { background: rgba(47,227,201,0.12); color: var(--teal); }
.pill-soon { background: rgba(216,184,119,0.14); color: var(--gold); }
.lp-mockup-stat { display: flex; gap: 10px; }
.lp-mockup-stat .cell { flex: 1; background: var(--glass); border: 1px solid var(--border-glass-soft); border-radius: 10px; padding: 10px; text-align: center; }
.lp-mockup-stat .cell .num { font-size: 17px; font-weight: 800; color: var(--text-1); }
.lp-mockup-stat .cell .lbl { font-size: 11px; color: var(--text-3); margin-top: 2px; }

/* ---------- Active vs Coming-soon: distinct visual blocks ---------- */
.lp-active-block { margin-bottom: 20px; }
.lp-soon-block {
  margin-top: 56px; border: 1px dashed rgba(245,167,66,0.35); border-radius: var(--radius-lg);
  background: rgba(245,167,66,0.035); padding: 34px 30px;
}
.lp-soon-head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.lp-soon-head .ma { width: 48px; height: 48px; }
.lp-soon-head h3 { font-size: 18px; margin: 0 0 4px; }
.lp-soon-head p { margin: 0; font-size: 13.5px; color: var(--text-3); }
.lp-soon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-soon-card { background: var(--bg-void); border: 1px solid rgba(245,167,66,0.20); border-radius: 14px; padding: 20px; opacity: .92; }
.lp-soon-card .icn { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(245,167,66,0.10); color: var(--gold); font-size: 17px; margin-bottom: 12px; }
.lp-soon-card h4 { font-size: 15px; margin: 0 0 8px; }
.lp-soon-card p { font-size: 13.5px; color: var(--text-3); margin: 0; }
@media (max-width: 860px) { .lp-soon-grid { grid-template-columns: 1fr; } }

/* Assistant insight callout (Product Preview section) */
.lp-insight { display: flex; align-items: flex-start; gap: 18px; background: var(--glass); border: 1px solid var(--border-glass); border-radius: var(--radius-lg); padding: 22px 26px; margin-bottom: 28px; }
.lp-insight .ma { width: 56px; height: 56px; }
.lp-insight .txt { flex: 1; }
.lp-insight .txt .tag { font-size: 12px; color: var(--purple); font-weight: 700; margin-bottom: 6px; }
.lp-insight .txt p { margin: 0; font-size: 14.5px; color: var(--text-1); }
.lp-insight .txt .sub { color: var(--text-3); font-size: 12.5px; margin-top: 6px; }

@media (max-width: 980px) {
  .lp-hero-visual .ma { width: 100px; height: 100px; }
}

