/* Podli site — strak & premium, donker met paarse accent (matcht de app). */
:root {
  --bg: #0a0a0f;
  --surface: #141420;
  --surface-2: #1c1c2b;
  --border: #26263a;
  --text: #f4f4f8;
  --muted: #a0a0b8;
  --dim: #6b6b85;
  --accent: #7c3aed;
  --accent-2: #a78bfa;
  --radius: 16px;
  --wrap: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
[dir="rtl"] body { text-align: right; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 760px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 15px;
  border: 1px solid transparent; cursor: pointer; transition: transform .12s ease, background .2s ease, border-color .2s;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: #6d28d9; }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--accent-2); color: #fff; }
.btn-disabled { background: var(--surface-2); color: var(--dim); border-color: var(--border); cursor: default; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-block { width: 100%; margin-top: 18px; }
.btn .apple, .btn .play { margin-top: -2px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,10,15,.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; }
.brand-icon { border-radius: 9px; }
.main-nav { display: flex; gap: 26px; margin-inline-start: auto; }
.main-nav a { color: var(--muted); font-size: 15px; }
.main-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 12px; }

/* language switcher */
.lang-switch { position: relative; }
.lang-switch summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  color: var(--muted); font-size: 14px; padding: 7px 12px; border: 1px solid var(--border);
  border-radius: 999px;
}
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch summary:hover { color: #fff; border-color: var(--accent-2); }
.lang-menu {
  position: absolute; inset-inline-end: 0; top: calc(100% + 8px);
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  padding: 8px; width: 220px; max-height: 340px; overflow-y: auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.lang-menu a { padding: 8px 10px; border-radius: 8px; font-size: 13px; color: var(--muted); }
.lang-menu a:hover { background: var(--surface-2); color: #fff; }
.lang-menu a[aria-current] { color: var(--accent-2); font-weight: 600; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 72px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.badge {
  display: inline-block; padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  color: var(--accent-2); background: rgba(124,58,237,.14); border: 1px solid rgba(124,58,237,.3);
  margin-bottom: 22px;
}
.hero h1 { font-size: clamp(38px, 6vw, 62px); line-height: 1.05; margin: 0 0 20px; letter-spacing: -.02em; font-weight: 800; }
.lead { font-size: 20px; color: var(--muted); margin: 0 0 30px; max-width: 30ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { color: var(--dim); font-size: 14px; margin-top: 18px; }

.hero-art { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; z-index: 2; border-radius: 40px; padding: 10px;
  background: linear-gradient(160deg, #23233a, #101019); border: 1px solid var(--border);
  box-shadow: 0 40px 90px rgba(0,0,0,.6);
}
.phone img { border-radius: 30px; width: 280px; height: auto; }
.glow {
  position: absolute; z-index: 1; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.55), transparent 62%);
  filter: blur(50px); top: 50%; left: 50%; transform: translate(-50%,-50%);
}

/* ---------- sections ---------- */
.section { padding: 84px 0; }
.section-alt { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-center { text-align: center; }
.section-title { font-size: clamp(28px, 4vw, 40px); text-align: center; margin: 0 0 14px; letter-spacing: -.02em; font-weight: 800; }
.section-desc { text-align: center; color: var(--muted); font-size: 18px; max-width: 60ch; margin: 0 auto 48px; }

/* features */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: transform .15s, border-color .2s; }
.section-alt .feature-card { background: var(--surface-2); }
.feature-card:hover { transform: translateY(-3px); border-color: rgba(124,58,237,.4); }
.feature-icon {
  width: 52px; height: 52px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: rgba(124,58,237,.12);
  border: 1px solid rgba(124,58,237,.22);
}
.fa-icon { width: 24px; height: 24px; fill: var(--accent-2); }
.feature-card h3 { margin: 0 0 8px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }

/* screenshots */
.shots { display: flex; gap: 24px; overflow-x: auto; padding: 8px 4px 20px; scroll-snap-type: x mandatory; }
.shots::-webkit-scrollbar { height: 8px; }
.shots::-webkit-scrollbar-thumb { background: var(--border); border-radius: 8px; }
.shot { flex: 0 0 auto; scroll-snap-align: center; text-align: center; margin: 0; }
.shot img { width: 240px; height: auto; border-radius: 26px; border: 1px solid var(--border); box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.shot figcaption { color: var(--muted); font-size: 14px; margin-top: 14px; }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 340px)); gap: 24px; justify-content: center; align-items: start; }
.plan { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 32px; position: relative; }
.section .plan { background: var(--surface); }
.plan-pro { border-color: rgba(124,58,237,.5); box-shadow: 0 0 0 1px rgba(124,58,237,.3), 0 30px 70px rgba(124,58,237,.12); }
.plan h3 { margin: 0 0 6px; font-size: 20px; }
.price { font-size: 44px; font-weight: 800; letter-spacing: -.02em; }
.price .per { font-size: 17px; font-weight: 500; color: var(--muted); }
.plan-note { color: var(--dim); font-size: 14px; margin: 4px 0 18px; }
.plan ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.plan li { padding-inline-start: 26px; position: relative; color: var(--muted); }
.plan li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--accent-2); font-weight: 700; }
.plan-badge { position: absolute; top: -12px; inset-inline-end: 24px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }

/* download */
.download-inner { text-align: center; }
.download-cols { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.dl-col { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.qr { background: #fff; border-radius: 18px; padding: 14px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; }
.qr img { width: 100%; height: 100%; }
.qr-soon { background: var(--surface-2); border: 1px dashed var(--border); color: var(--dim); text-align: center; font-size: 14px; padding: 20px; }
.qr-label { color: var(--muted); font-size: 14px; font-weight: 600; }
.dl-soon { opacity: .7; }
.lang-note { color: var(--dim); font-size: 14px; }

/* faq */
.faq { display: grid; gap: 12px; margin-bottom: 32px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--accent-2); font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 22px 20px; color: var(--muted); }
.faq-a p { margin: 0; }
.faq-cta { text-align: center; }

/* feature-request form */
.fr-form { display: grid; gap: 20px; max-width: 620px; margin: 8px auto 0; }
.field { display: grid; gap: 7px; }
.field > span { font-size: 14px; font-weight: 600; color: var(--muted); }
.field em { color: var(--dim); font-style: normal; font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 12px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); font: inherit; font-size: 15px;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field textarea { resize: vertical; }
.check { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 14px; }
.check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--accent); flex: 0 0 auto; }
.hp { position: absolute; left: -9999px; }
.fr-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.thanks-mark { width: 72px; height: 72px; border-radius: 50%; background: rgba(124,58,237,.15); color: var(--accent-2); font-size: 38px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }

/* footer */
.site-footer { border-top: 1px solid var(--border); padding: 48px 0 32px; background: var(--surface); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 28px; }
.footer-brand { display: flex; gap: 14px; align-items: center; max-width: 340px; }
.footer-brand p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.footer-links a { color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--dim); font-size: 13px; padding-top: 20px; border-top: 1px solid var(--border); }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .lead { margin-inline: auto; }
  .hero-cta { justify-content: center; }
  .hero-art { margin-top: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .lang-menu { position: fixed; inset-inline: 16px; width: auto; }
}
@media (max-width: 520px) {
  .header-actions .btn-sm { display: none; }
  .section { padding: 60px 0; }
}
