/* Zirak marketing landing (design handoff 2026-08).
   Palette: ink #0B0B0C, accent #F5B301 (dark-on-white variant #B08000). */

:root {
  --ink: #0B0B0C;
  --accent: #F5B301;
  --accent-dark: #B08000;
  --text: #141416;
  --muted: #6E6E73;
  --muted-light: #B9B9BE;
  --line: #E8E8EA;
  --line-dark: #3A3A3E;
  --surface: #F7F7F8;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'IBM Plex Sans Arabic', system-ui, sans-serif;
  background: #FFFFFF;
  color: var(--text);
  min-height: 100vh;
}
a { text-decoration: none; }
::selection { background: var(--accent); color: var(--ink); }

/* ---------- Nav ---------- */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--ink);
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 48px; gap: 24px;
}
.lp-brand { display: flex; align-items: center; gap: 12px; }
.lp-brand img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.lp-brand span { color: #FFFFFF; font-weight: 700; font-size: 20px; letter-spacing: 1px; }
.lp-nav-actions { display: flex; align-items: center; gap: 12px; }
.lp-btn-lang {
  display: inline-block; background: transparent;
  border: 1px solid var(--line-dark); color: #FFFFFF;
  border-radius: 999px; padding: 8px 18px;
  font-size: 14px; font-family: inherit; font-weight: 600; cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.lp-btn-lang:hover { border-color: var(--accent); color: var(--accent); }
.lp-btn-nav-cta {
  background: var(--accent); color: var(--ink);
  border-radius: 999px; padding: 9px 22px;
  font-size: 14px; font-weight: 700;
}

/* ---------- Hero ---------- */
.lp-hero {
  background: var(--ink); color: #FFFFFF;
  padding: 88px 48px 96px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 22px; position: relative; overflow: hidden;
}
.lp-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(245, 179, 1, 0.10), transparent);
}
.lp-hero > * { position: relative; }
.lp-hero h1 {
  font-size: 54px; line-height: 1.25; font-weight: 700;
  margin: 0; max-width: 840px; text-wrap: pretty;
}
.lp-hero h1 span { color: var(--accent); }
.lp-hero p {
  font-size: 19px; line-height: 1.8; color: var(--muted-light);
  max-width: 680px; margin: 0; text-wrap: pretty;
}
.lp-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 10px; }
.lp-btn-primary {
  background: var(--accent); color: var(--ink);
  border-radius: 12px; padding: 14px 30px; font-size: 16px; font-weight: 700;
}
.lp-btn-ghost {
  border: 1px solid var(--line-dark); color: #FFFFFF;
  border-radius: 12px; padding: 14px 30px; font-size: 16px; font-weight: 600;
  transition: border-color 0.2s;
}
.lp-btn-ghost:hover { border-color: var(--accent); }

/* ---------- Shared section bits ---------- */
.lp-section { padding: 88px 48px; }
.lp-section-inner { max-width: 1100px; margin: 0 auto; }
.lp-kicker {
  color: var(--accent-dark); font-weight: 700; font-size: 14px;
  letter-spacing: 1px; margin: 0 0 8px; text-align: center;
}
.lp-h2 { font-size: 36px; font-weight: 700; margin: 0 0 48px; text-align: center; }

/* ---------- Services ---------- */
.lp-services { padding: 88px 48px; max-width: 1200px; margin: 0 auto; }
.lp-services .lp-h2 { margin-bottom: 12px; }
.lp-services-sub {
  color: var(--muted); font-size: 17px; margin: 0 auto 48px;
  max-width: 600px; text-align: center; line-height: 1.8;
}
.lp-svc-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}
.lp-svc-card {
  border: 1px solid var(--line); border-radius: 20px; padding: 32px 28px;
  display: flex; flex-direction: column; gap: 14px;
  background: #FFFFFF; position: relative; overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.lp-svc-card:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
  transform: translateY(-4px);
}
.lp-svc-card::before {
  content: ""; position: absolute; top: 0; inset-inline-start: 0;
  width: 100%; height: 4px; background: var(--svc-fg);
}
.lp-svc-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--svc-bg); color: var(--svc-fg);
}
.lp-svc-card h3 { font-size: 20px; font-weight: 700; margin: 0; }
.lp-svc-card p { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0; text-wrap: pretty; }
.lp-svc-tag { margin-top: auto; padding-top: 6px; font-size: 13px; font-weight: 700; color: var(--svc-fg); }

/* ---------- How it works ---------- */
.lp-how { background: var(--surface); }
.lp-how-grid {
  display: grid; gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}
.lp-step { display: flex; flex-direction: column; gap: 12px; text-align: center; align-items: center; }
.lp-step-n {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--ink); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 700;
}
.lp-step h3 { font-size: 19px; font-weight: 700; margin: 0; }
.lp-step p { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0; max-width: 300px; }

/* ---------- Stats ---------- */
.lp-stats { padding: 72px 48px; max-width: 1100px; margin: 0 auto; }
.lp-stats-grid {
  display: grid; gap: 20px; text-align: center;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
}
.lp-stat { display: flex; flex-direction: column; gap: 6px; }
.lp-stat-value { font-size: 44px; font-weight: 700; color: var(--ink); }
.lp-stat-label { color: var(--muted); font-size: 15px; }

/* ---------- Download ---------- */
.lp-download { padding: 0 48px 88px; }
.lp-download-card {
  max-width: 1100px; margin: 0 auto; background: var(--ink);
  border-radius: 24px; padding: 64px 48px;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  text-align: center; position: relative; overflow: hidden;
}
.lp-download-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 100%, rgba(245, 179, 1, 0.12), transparent);
}
.lp-download-card > * { position: relative; }
.lp-download-card img { width: 72px; height: 72px; border-radius: 16px; object-fit: cover; }
.lp-download-card h2 { color: #FFFFFF; font-size: 34px; font-weight: 700; margin: 0; max-width: 640px; }
.lp-download-card p { color: var(--muted-light); font-size: 16px; line-height: 1.8; margin: 0; max-width: 560px; }
.lp-store-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.lp-store-btn {
  display: flex; align-items: center; gap: 12px;
  background: #000000; color: #FFFFFF;
  border: 1px solid #4A4A4E; border-radius: 12px;
  padding: 10px 22px; min-width: 180px;
  transition: border-color 0.2s;
}
.lp-store-btn:hover { border-color: var(--accent); }
.lp-store-btn .lp-store-txt { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.lp-store-btn .lp-store-small { font-size: 11px; font-weight: 400; }
.lp-store-btn .lp-store-big { font-size: 18px; font-weight: 600; }

/* ---------- Testimonials ---------- */
.lp-test { background: var(--surface); }
.lp-test-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}
.lp-test-card {
  background: #FFFFFF; border: 1px solid var(--line); border-radius: 16px;
  padding: 28px; margin: 0; display: flex; flex-direction: column; gap: 16px;
}
.lp-test-stars { color: var(--accent); font-size: 18px; letter-spacing: 2px; }
.lp-test-card blockquote { margin: 0; font-size: 15px; line-height: 1.9; color: var(--line-dark); text-wrap: pretty; }
.lp-test-card figcaption { font-size: 14px; color: var(--muted); }
.lp-test-card figcaption strong { color: var(--text); }

/* ---------- Join ---------- */
.lp-join-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}
.lp-join-card {
  border: 1px solid var(--line); border-radius: 20px; padding: 36px;
  display: flex; flex-direction: column; gap: 14px;
}
.lp-join-card h3 { font-size: 22px; font-weight: 700; margin: 0; }
.lp-join-card p { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0; }
.lp-join-cta {
  align-self: flex-start; display: flex; gap: 6px;
  border-radius: 10px; padding: 11px 24px;
  font-size: 14px; font-weight: 600; margin-top: 6px;
}
.lp-join-cta.dark { background: var(--ink); color: #FFFFFF; }
.lp-join-cta.accent { background: var(--accent); color: var(--ink); font-weight: 700; }
.lp-join-cta span { color: inherit; }

/* ---------- FAQ ---------- */
.lp-faq { background: var(--surface); }
.lp-faq-inner { max-width: 760px; margin: 0 auto; }
.lp-faq-inner .lp-h2 { margin-bottom: 40px; }
.lp-faq-list { display: flex; flex-direction: column; gap: 12px; }
.lp-faq-item { background: #FFFFFF; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.lp-faq-item summary {
  list-style: none; padding: 20px 24px;
  font-size: 16px; font-weight: 600; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  color: var(--text);
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-mark { color: var(--accent-dark); font-size: 20px; }
.lp-faq-mark::before { content: "+"; }
.lp-faq-item[open] .lp-faq-mark::before { content: "−"; }
.lp-faq-item p { margin: 0; padding: 0 24px 20px; color: var(--muted); font-size: 15px; line-height: 1.9; }

/* ---------- Footer ---------- */
.lp-footer { background: var(--ink); color: var(--muted-light); padding: 56px 48px 40px; }
.lp-footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px;
}
.lp-footer-brand { display: flex; flex-direction: column; gap: 14px; max-width: 320px; }
.lp-footer-brand .lp-brand img { width: 38px; height: 38px; border-radius: 9px; }
.lp-footer-brand .lp-brand span { font-size: 18px; }
.lp-footer-brand p { font-size: 14px; line-height: 1.8; margin: 0; }
.lp-footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.lp-footer-col .lp-footer-head { color: #FFFFFF; font-weight: 700; }
.lp-footer a { color: var(--accent); }
.lp-footer a:hover { color: #FFD24D; }
.lp-copyright {
  max-width: 1100px; margin: 40px auto 0;
  border-top: 1px solid #26262A; padding-top: 20px;
  font-size: 13px; color: var(--muted);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .lp-nav { padding: 12px 20px; gap: 12px; }
  .lp-brand span { font-size: 18px; }
  .lp-hero { padding: 56px 24px 64px; }
  .lp-hero h1 { font-size: 34px; }
  .lp-hero p { font-size: 17px; }
  .lp-section, .lp-services { padding: 56px 24px; }
  .lp-stats { padding: 48px 24px; }
  .lp-download { padding: 0 24px 56px; }
  .lp-download-card { padding: 48px 24px; }
  .lp-h2 { font-size: 28px; margin-bottom: 32px; }
  .lp-hero h1, .lp-download-card h2 { font-size: 30px; }
  .lp-stat-value { font-size: 32px; }
  .lp-footer { padding: 48px 24px 32px; }
}
