/* ── LANDING PAGE STYLES ── */
.landing-body { background: #fff; overflow-x: hidden; }

/* HEADER */
.lp-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(108,99,255,0.1);
}
.lp-nav {
  max-width: 1200px; margin: 0 auto;
  padding: 0 2rem; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.lp-brand { font-size: 1.7rem !important; }
.lp-nav-links { display: flex; align-items: center; gap: 0.2rem; }
.lp-nav-links a:not(.btn) {
  color: var(--text-muted); text-decoration: none; font-weight: 500;
  padding: 0.35rem 0.75rem; border-radius: 7px; transition: all 0.2s; font-size: 0.88rem;
}
.lp-nav-links a:not(.btn):hover { color: var(--primary); background: rgba(108,99,255,0.07); }
.lp-hamburger {
  display: none; background: none; border: none;
  font-size: 1.4rem; cursor: pointer; color: var(--text);
}
.lp-mobile-menu {
  display: none; flex-direction: column; gap: 0.5rem;
  padding: 1rem 2rem; border-top: 1px solid var(--border);
  background: #fff;
}
.lp-mobile-menu.active { display: flex; }
.lp-mobile-menu a { color: var(--text); text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 0.3rem 0; }

/* HERO */
.lp-hero {
  display: flex; align-items: center;
  max-width: 1200px; margin: 0 auto;
  padding: 4.5rem 2rem 4rem; gap: 3rem;
  min-height: 88vh;
}
.lp-hero-inner { flex: 1; max-width: 520px; }
.lp-hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(108,99,255,0.08); color: var(--primary);
  font-size: 0.82rem; font-weight: 700; padding: 0.38rem 1rem;
  border-radius: 20px; margin-bottom: 1.5rem;
}
.lp-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,0.3);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.5} }

.lp-hero-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900; line-height: 1.12; color: var(--text);
  margin-bottom: 1rem; letter-spacing: -1px;
}
.lp-gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lp-hero-sub-en { font-size: 1.2rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.3rem; }
.lp-hero-sub-he { font-size: 1rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 2rem; }

.lp-hero-actions { display: flex; gap: 0.75rem; align-items: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.lp-btn-hero {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff; padding: 0.8rem 1.8rem; font-size: 1rem; font-weight: 700;
  border-radius: var(--radius-sm); box-shadow: 0 5px 20px rgba(108,99,255,0.35);
  transition: all 0.2s; text-decoration: none;
}
.lp-btn-hero:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(108,99,255,0.45); color: #fff; }
.lp-btn-ghost {
  color: var(--text); font-weight: 600; font-size: 0.92rem;
  padding: 0.8rem 1.3rem; border-radius: var(--radius-sm);
  border: 1.5px solid var(--border); background: transparent; transition: all 0.2s;
  cursor: pointer; font-family: 'Heebo', Arial, sans-serif;
}
.lp-btn-ghost:hover { border-color: var(--primary); color: var(--primary); }
.lp-btn-outline {
  color: var(--text-muted); font-weight: 600; font-size: 0.9rem;
  padding: 0.8rem 1.2rem; border-radius: var(--radius-sm);
  border: 1.5px solid var(--border); background: transparent; transition: all 0.2s; text-decoration: none;
}
.lp-btn-outline:hover { color: var(--primary); border-color: var(--primary); }

.lp-hero-stats { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.lp-stat strong { display: block; font-size: 1.5rem; font-weight: 900; color: var(--text); line-height: 1; }
.lp-stat span { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.15rem; display: block; }
.lp-stat-sep { width: 1px; height: 32px; background: var(--border); }

/* HERO VISUALS */
.lp-hero-visuals { display: flex; gap: 1rem; align-items: center; flex-shrink: 0; }

.lp-phone-mockup {
  width: 220px; flex-shrink: 0;
  background: #1a1a2e; border-radius: 32px; padding: 10px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.22), 0 0 0 1px rgba(255,255,255,0.07);
}
.lp-phone-notch {
  width: 70px; height: 7px; background: #2a2a4e; border-radius: 4px; margin: 0 auto 8px;
}
.lp-phone-screen {
  background: linear-gradient(155deg, #667eea 0%, #764ba2 100%);
  border-radius: 24px; padding: 1.25rem 1rem; text-align: center; direction: rtl;
}
.lp-phone-logo { font-family:'Heebo',sans-serif; font-size:1.3rem; font-weight:900; color:#fff; margin-bottom:0.3rem; }
.lp-phone-logo span { color:#ff6584; }
.lp-phone-event { font-size:0.68rem; color:rgba(255,255,255,0.65); margin-bottom:0.5rem; }
.lp-phone-waiter { font-size:1rem; font-weight:700; color:#fff; margin-bottom:0.15rem; }
.lp-phone-table { font-size:0.7rem; color:rgba(255,255,255,0.65); margin-bottom:1rem; }
.lp-phone-amounts {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 0.3rem; margin-bottom:0.6rem;
}
.lp-pa {
  background: rgba(255,255,255,0.14); color:#fff; border-radius:7px;
  padding: 0.45rem 0.2rem; font-size:0.72rem; font-weight:700;
}
.lp-pa.selected { background:#fff; color:var(--primary); }
.lp-phone-stars { color:#fbbf24; font-size:0.9rem; margin-bottom:0.6rem; }
.lp-phone-send {
  background:rgba(255,255,255,0.95); color:#5a52d5; border-radius:9px;
  padding:0.6rem; font-weight:800; font-size:0.78rem;
}

/* DASHBOARD MOCKUP */
.lp-dashboard-mockup {
  background: #fff; border-radius: 16px; border: 1px solid var(--border);
  padding: 1.25rem; box-shadow: var(--shadow-hover);
  width: 240px; flex-shrink: 0;
}
.lp-dm-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:1rem; }
.lp-dm-title { font-weight:800; font-size:0.88rem; color:var(--text); }
.lp-dm-live { font-size:0.72rem; color:#22c55e; font-weight:700; animation:pulse 2s infinite; }
.lp-dm-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:0.5rem; margin-bottom:1rem; }
.lp-dm-stat { text-align:center; }
.lp-dm-val { font-size:0.9rem; font-weight:800; color:var(--primary); }
.lp-dm-label { font-size:0.62rem; color:var(--text-muted); }
.lp-dm-rows { display:flex; flex-direction:column; gap:0.4rem; }
.lp-dm-row {
  display:flex; align-items:center; gap:0.4rem;
  padding:0.5rem; border-radius:8px; background:var(--bg);
}
.lp-dm-row.gold { background:#fffbeb; }
.lp-dm-row.silver { background:#f8f8f8; }
.lp-dm-row.bronze { background:#fff7f2; }
.lp-dm-badge { font-size:0.9rem; flex-shrink:0; }
.lp-dm-name { font-size:0.72rem; font-weight:600; color:var(--text); white-space:nowrap; flex-shrink:0; }
.lp-dm-bar-wrap { flex:1; height:4px; background:var(--border); border-radius:10px; overflow:hidden; }
.lp-dm-bar { height:100%; background:linear-gradient(90deg,var(--primary),var(--secondary)); border-radius:10px; }
.lp-dm-amount { font-size:0.8rem; font-weight:800; color:var(--primary); white-space:nowrap; }

/* SECTIONS */
.lp-section { padding: 5.5rem 2rem; }
.lp-alt { background: var(--bg); }
.lp-section-inner { max-width: 1200px; margin: 0 auto; }
.lp-section-label {
  display:inline-block; font-size:0.78rem; font-weight:700; color:var(--primary);
  text-transform:uppercase; letter-spacing:1.5px; margin-bottom:0.75rem;
  background:rgba(108,99,255,0.09); padding:0.3rem 0.9rem; border-radius:20px;
}
.lp-section-title {
  font-size:clamp(1.7rem,3.5vw,2.5rem); font-weight:900; color:var(--text);
  line-height:1.2; margin-bottom:0.75rem; letter-spacing:-0.5px;
}
.lp-section-sub { font-size:1.05rem; color:var(--text-muted); margin-bottom:3rem; max-width:560px; }

/* PROBLEM */
.lp-problem-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.25rem; margin-top:3rem; }
.lp-problem-card {
  background:#fff; border-radius:var(--radius); border:1px solid var(--border);
  padding:1.5rem; transition:all 0.25s;
}
.lp-problem-card:hover { border-color:var(--secondary); box-shadow:0 8px 28px rgba(255,101,132,0.12); transform:translateY(-3px); }
.lp-problem-icon { font-size:2rem; margin-bottom:0.8rem; }
.lp-problem-card h3 { font-size:1rem; font-weight:700; margin-bottom:0.45rem; color:var(--text); }
.lp-problem-card p { font-size:0.87rem; color:var(--text-muted); line-height:1.6; }

/* SOLUTION */
.lp-solution-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.25rem; margin-top:3rem; }
.lp-sol-card {
  border-radius:var(--radius); border:1px solid var(--border); padding:1.75rem;
  position:relative; transition:all 0.25s; background:#fff;
}
.lp-sol-card:hover { border-color:var(--primary); box-shadow:var(--shadow-hover); transform:translateY(-3px); }
.lp-sol-highlight { border-color:var(--primary); background:rgba(108,99,255,0.03); }
.lp-sol-num { font-size:0.7rem; font-weight:800; color:var(--primary); letter-spacing:1px; margin-bottom:0.75rem; }
.lp-sol-icon { font-size:1.8rem; margin-bottom:0.75rem; }
.lp-sol-card h3 { font-size:0.98rem; font-weight:700; margin-bottom:0.4rem; color:var(--text); }
.lp-sol-card p { font-size:0.85rem; color:var(--text-muted); line-height:1.6; }

/* FLOW */
.lp-flow-wrap {
  display:flex; align-items:flex-start; gap:0; margin-top:3rem;
  overflow-x:auto; padding-top:1rem; padding-bottom:0.5rem;
}
.lp-flow-step {
  flex:1; min-width:120px; text-align:center; padding:2rem 0.75rem 1.5rem;
  background:#fff; border-radius:var(--radius); border:1px solid var(--border);
  position:relative; transition:all 0.25s;
}
.lp-flow-step:hover { border-color:var(--primary); box-shadow:var(--shadow); transform:translateY(-3px); }
.lp-flow-num {
  position:absolute; top:-13px; right:50%; transform:translateX(50%);
  width:28px; height:28px; background:var(--primary); color:#fff;
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-weight:800; font-size:0.8rem; box-shadow:0 2px 8px rgba(108,99,255,0.35);
}
.lp-flow-icon { font-size:1.8rem; margin-bottom:0.6rem; }
.lp-flow-step h3 { font-size:0.82rem; font-weight:700; margin-bottom:0.3rem; color:var(--text); }
.lp-flow-step p { font-size:0.75rem; color:var(--text-muted); line-height:1.5; }
.lp-flow-conn {
  align-self:center; font-size:1.2rem; color:var(--primary);
  padding:0 0.35rem; flex-shrink:0; opacity:0.35; margin-top:-0.5rem;
}

/* MARKET */
.lp-market-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:3rem; }
.lp-market-card {
  background:var(--bg); border-radius:var(--radius); border:1px solid var(--border);
  padding:1.5rem; transition:all 0.25s;
}
.lp-market-card:hover { background:#fff; box-shadow:var(--shadow-hover); transform:translateY(-2px); }
.lp-market-icon { font-size:2rem; display:block; margin-bottom:0.75rem; }
.lp-market-card h3 { font-size:1rem; font-weight:700; margin-bottom:0.4rem; color:var(--text); }
.lp-market-card p { font-size:0.87rem; color:var(--text-muted); line-height:1.6; }

/* BUSINESS MODEL */
.lp-bm-grid { display:grid; grid-template-columns:1fr 1fr; gap:2rem; margin-top:3rem; align-items:start; }
.lp-bm-card {
  background:#fff; border-radius:var(--radius); border:2px solid var(--primary);
  padding:2.5rem 2rem; position:relative; box-shadow:0 12px 40px rgba(108,99,255,0.1);
}
.lp-bm-badge {
  position:absolute; top:-13px; right:50%; transform:translateX(50%);
  background:var(--primary); color:#fff; font-size:0.75rem; font-weight:700;
  padding:0.28rem 0.9rem; border-radius:20px; white-space:nowrap;
}
.lp-bm-title { font-size:1rem; font-weight:700; color:var(--text-muted); text-align:center; margin-bottom:0.75rem; }
.lp-bm-price { display:flex; align-items:flex-start; justify-content:center; gap:0.2rem; margin-bottom:0.4rem; }
.lp-bm-currency { font-size:1.4rem; font-weight:700; color:var(--text); margin-top:0.5rem; }
.lp-bm-num { font-size:4.5rem; font-weight:900; color:var(--text); line-height:1; }
.lp-bm-period { font-size:0.95rem; color:var(--text-muted); margin-top:1.1rem; }
.lp-bm-commission {
  text-align:center; color:var(--primary); font-weight:700; font-size:0.92rem;
  margin-bottom:1.5rem; padding:0.45rem; background:rgba(108,99,255,0.07);
  border-radius:var(--radius-sm);
}
.lp-bm-features { list-style:none; display:flex; flex-direction:column; gap:0.55rem; }
.lp-bm-features li { font-size:0.92rem; color:var(--text); }
.lp-bm-side { display:flex; flex-direction:column; gap:1.5rem; }
.lp-bm-future {
  background:var(--bg); border-radius:var(--radius); border:1px solid var(--border); padding:1.5rem;
}
.lp-bm-f-badge {
  display:inline-block; background:rgba(251,191,36,0.15); color:#92400e;
  font-size:0.72rem; font-weight:700; padding:0.2rem 0.7rem; border-radius:20px; margin-bottom:0.75rem;
}
.lp-bm-future h3 { font-size:1rem; font-weight:700; margin-bottom:0.75rem; color:var(--text); }
.lp-bm-future ul { list-style:none; display:flex; flex-direction:column; gap:0.5rem; }
.lp-bm-future li { font-size:0.88rem; color:var(--text-muted); }
.lp-bm-calc { background:#fff; border-radius:var(--radius); border:1px solid var(--border); overflow:hidden; }
.lp-bm-calc h3 { font-size:0.95rem; font-weight:700; padding:1rem; border-bottom:1px solid var(--border); color:var(--text); }
.lp-calc-row {
  display:flex; justify-content:space-between; padding:0.6rem 1rem;
  font-size:0.88rem; border-bottom:1px solid var(--border); color:var(--text-muted);
}
.lp-calc-row:last-child { border-bottom:none; }
.lp-calc-divider { height:2px; background:var(--border); }
.lp-calc-highlight { background:rgba(108,99,255,0.05); font-weight:700; }
.lp-calc-highlight span { color:var(--primary); }
.lp-calc-highlight strong { color:var(--primary); font-size:1rem; }

/* INVESTOR */
.lp-inv-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:3rem; }
.lp-inv-card {
  background:#fff; border-radius:var(--radius); border:1px solid var(--border);
  padding:1.75rem; transition:all 0.25s;
}
.lp-inv-card:hover { border-color:var(--primary); box-shadow:var(--shadow-hover); transform:translateY(-3px); }
.lp-inv-icon { font-size:2rem; margin-bottom:0.8rem; }
.lp-inv-card h3 { font-size:1rem; font-weight:700; margin-bottom:0.4rem; color:var(--text); }
.lp-inv-card p { font-size:0.87rem; color:var(--text-muted); line-height:1.65; }

/* TRUST */
.lp-trust-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem; margin-top:3rem; }
.lp-trust-item {
  display:flex; gap:1rem; align-items:flex-start;
  background:#fff; border-radius:var(--radius); border:1px solid var(--border); padding:1.5rem;
}
.lp-trust-icon { font-size:2rem; flex-shrink:0; }
.lp-trust-item h3 { font-size:0.98rem; font-weight:700; margin-bottom:0.35rem; color:var(--text); }
.lp-trust-item p { font-size:0.87rem; color:var(--text-muted); line-height:1.6; }

/* CTA */
.lp-cta {
  background:linear-gradient(135deg, var(--primary) 0%, #9b59b6 100%);
  padding:6rem 2rem; text-align:center;
}
.lp-cta-inner { max-width:680px; margin:0 auto; }
.lp-cta-title {
  font-size:clamp(1.8rem,4vw,3rem); font-weight:900; color:#fff; margin-bottom:1rem; letter-spacing:-0.5px;
}
.lp-cta-sub { font-size:1.05rem; color:rgba(255,255,255,0.8); margin-bottom:2.5rem; line-height:1.65; }
.lp-cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }
.lp-btn-cta {
  background:#fff; color:var(--primary); padding:0.9rem 2rem; font-size:1rem;
  font-weight:800; border-radius:var(--radius-sm); box-shadow:0 8px 28px rgba(0,0,0,0.18);
  transition:all 0.2s; text-decoration:none; display:inline-flex; align-items:center;
}
.lp-btn-cta:hover { transform:translateY(-3px); box-shadow:0 14px 40px rgba(0,0,0,0.25); color:var(--primary); }
.lp-btn-cta-outline {
  background:rgba(255,255,255,0.12); color:#fff; padding:0.9rem 1.8rem; font-size:1rem;
  font-weight:700; border-radius:var(--radius-sm); border:2px solid rgba(255,255,255,0.35);
  transition:all 0.2s; cursor:pointer; font-family:'Heebo',Arial,sans-serif;
  text-decoration:none; display:inline-flex; align-items:center;
}
.lp-btn-cta-outline:hover { background:rgba(255,255,255,0.22); color:#fff; }

/* FOOTER */
.lp-footer { background:var(--text); padding:2.5rem 2rem; }
.lp-footer-inner {
  max-width:1200px; margin:0 auto;
  display:flex; align-items:flex-start; justify-content:space-between; gap:2rem; flex-wrap:wrap;
}
.lp-footer-link { color:rgba(255,255,255,0.55); text-decoration:none; font-size:0.87rem; transition:color 0.2s; }
.lp-footer-link:hover { color:#fff; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .lp-hero { flex-direction:column; min-height:auto; padding:3.5rem 1.5rem 3rem; text-align:center; }
  .lp-hero-inner { max-width:100%; }
  .lp-hero-actions { justify-content:center; }
  .lp-hero-stats { justify-content:center; }
  .lp-hero-visuals { justify-content:center; flex-wrap:wrap; }
  .lp-problem-grid { grid-template-columns:repeat(2,1fr); }
  .lp-solution-grid { grid-template-columns:repeat(2,1fr); }
  .lp-inv-grid { grid-template-columns:repeat(2,1fr); }
  .lp-bm-grid { grid-template-columns:1fr; }
}
@media (max-width: 768px) {
  .lp-nav-links { display:none; }
  .lp-hamburger { display:block; }
  .lp-problem-grid, .lp-solution-grid, .lp-inv-grid,
  .lp-market-grid, .lp-trust-grid { grid-template-columns:1fr; }
  .lp-flow-wrap { flex-wrap:wrap; gap:1rem; }
  .lp-flow-step { min-width:130px; }
  .lp-flow-conn { display:none; }
  .lp-dashboard-mockup { display:none; }
  .lp-cta-btns { flex-direction:column; align-items:center; }
  .lp-footer-inner { flex-direction:column; }
}
@media (max-width: 480px) {
  .lp-section { padding:4rem 1.25rem; }
  .lp-hero { padding:3rem 1.25rem 2.5rem; }
}
