/* ===== Poovo landing — shared styles (LTR + RTL) ===== */
:root{
  --purple:#6D3BEB; --purple-dk:#4A1FB8; --purple-lt:#F1ECFD;
  --given:#E63946; --received:#12A150;
  --ink:#1F2430; --muted:#6B7280; --line:#ECE9F6;
  --bg:#FFFFFF; --bg-soft:#F7F5FD;
  --radius:20px; --shadow:0 10px 30px rgba(42,14,110,.08);
  --maxw:1140px; --font:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
[dir="rtl"] body{font-family:"Noto Naskh Arabic","Noto Nastaliq Urdu","Lateef",var(--font)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
h1,h2,h3{line-height:1.2;margin:0 0 .4em}
section{padding:84px 0}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:70px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:22px}
.brand img{width:38px;height:38px;border-radius:10px}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.nav-links a{color:var(--muted);font-weight:500;font-size:15px;transition:color .2s}
.nav-links a:hover{color:var(--purple)}
.nav-right{display:flex;align-items:center;gap:16px}
.lang-switch{display:flex;gap:6px;align-items:center;font-size:14px}
.lang-switch a{padding:5px 9px;border-radius:8px;color:var(--muted);font-weight:600}
.lang-switch a.active{background:var(--purple-lt);color:var(--purple)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;border:0;transition:transform .15s,box-shadow .2s}
.btn-primary{background:var(--purple);color:#fff;box-shadow:0 6px 18px rgba(109,59,235,.35)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-ghost{background:var(--purple-lt);color:var(--purple)}
.menu-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;border-radius:2px;transition:.3s}
/* mobile menu is hidden on desktop; only shown when toggled on small screens */
.mobile-menu{display:none}

/* ---------- Hero ---------- */
.hero{background:radial-gradient(1200px 500px at 15% -10%,rgba(124,77,255,.14),transparent 60%),var(--bg-soft);overflow:hidden}
.hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);color:var(--purple);font-weight:600;font-size:13px;padding:6px 14px;border-radius:999px;box-shadow:var(--shadow)}
.hero h1{font-size:clamp(34px,5vw,54px);font-weight:800;letter-spacing:-.02em}
.hero h1 .accent{color:var(--purple)}
.hero p.lead{font-size:19px;color:var(--muted);max-width:38ch;margin:18px 0 28px}
.store-badges{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.store-badge{position:relative;display:inline-block;transition:transform .15s}
.store-badge:hover{transform:translateY(-2px)}
.store-badge img{height:54px;width:auto}
.store-badge .soon{position:absolute;top:-9px;inset-inline-end:-8px;background:var(--received);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;box-shadow:0 3px 8px rgba(0,0,0,.2)}
.hero-note{margin-top:16px;font-size:13px;color:var(--muted)}
/* phone showcase */
.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;padding:20px 0}
.phone{position:relative;width:262px;background:#0d0b16;border-radius:42px;padding:10px;box-shadow:0 26px 55px rgba(28,10,77,.32);border:1px solid #241d3a;z-index:1}
.phone::before{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:9px;height:9px;background:#26203a;border-radius:50%;z-index:2}
.phone img{display:block;width:100%;height:auto;border-radius:32px;aspect-ratio:480/1083;object-fit:cover}
.phone.behind{position:absolute;top:6%;inset-inline-start:calc(50% - 150px);width:196px;transform:rotate(-8deg);opacity:.9;z-index:0;box-shadow:0 18px 40px rgba(28,10,77,.28)}
[dir="rtl"] .phone.behind{inset-inline-start:auto;inset-inline-end:calc(50% - 150px);transform:rotate(8deg)}
.blob{position:absolute;width:360px;height:360px;background:radial-gradient(circle,rgba(124,77,255,.28),transparent 70%);border-radius:50%;z-index:0}
.blob.a{top:10px;inset-inline-end:-20px}

/* ---------- Trust strip ---------- */
.trust{background:#fff;padding:26px 0;border-bottom:1px solid var(--line)}
.trust .container{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;text-align:center}
.trust .stat b{display:block;font-size:26px;color:var(--purple);font-weight:800}
.trust .stat span{font-size:13px;color:var(--muted)}

/* ---------- Features ---------- */
.section-head{text-align:center;max-width:640px;margin:0 auto 54px}
.section-head .eyebrow{color:var(--purple);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px}
.section-head h2{font-size:clamp(28px,4vw,40px);font-weight:800;margin-top:10px}
.section-head p{color:var(--muted);font-size:17px}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.feature{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;transition:transform .2s,box-shadow .2s}
.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.feature .ic{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--purple-lt);color:var(--purple);margin-bottom:16px}
.feature .ic svg{width:26px;height:26px}
.feature h3{font-size:19px;font-weight:700}
.feature p{color:var(--muted);font-size:15px;margin:0}

/* ---------- Showcase (alternating) ---------- */
.showcase{background:var(--bg-soft)}
.show-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:70px}
.show-row:last-child{margin-bottom:0}
.show-row.reverse .show-text{order:2}
.show-text h3{font-size:26px;font-weight:800}
.show-text p{color:var(--muted);font-size:16px}
.show-text ul{list-style:none;padding:0;margin:18px 0 0}
.show-text li{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;font-size:15px}
.show-text li svg{width:20px;height:20px;color:var(--received);flex:0 0 auto;margin-top:2px}
.show-visual{display:flex;justify-content:center}
.show-visual .phone{width:248px}
.show-visual .phone img{aspect-ratio:480/1083;object-fit:cover}

/* ---------- CTA band ---------- */
.cta{background:linear-gradient(135deg,#7C4DFF,#6D3BEB 55%,#4A1FB8);color:#fff;text-align:center;border-radius:28px;margin:0 20px;padding:64px 24px;max-width:var(--maxw);margin-inline:auto}
.cta h2{font-size:clamp(26px,4vw,38px);font-weight:800}
.cta p{opacity:.9;font-size:17px;max-width:44ch;margin:10px auto 26px}
.cta .store-badges{justify-content:center}

/* ---------- FAQ ---------- */
.faq-list{max-width:760px;margin:0 auto}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:14px;overflow:hidden}
.faq-item summary{cursor:pointer;padding:20px 22px;font-weight:600;font-size:16px;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";color:var(--purple);font-size:22px;font-weight:700}
.faq-item[open] summary::after{content:"\2212"}
.faq-item p{padding:0 22px 20px;margin:0;color:var(--muted);font-size:15px}

/* ---------- Footer ---------- */
.site-footer{background:#14121c;color:#cfc9e6;padding:60px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}
.footer-brand .brand{color:#fff;margin-bottom:12px}
.footer-brand p{color:#9a93b8;font-size:14px;max-width:32ch}
.footer-col h4{color:#fff;font-size:14px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.footer-col a{display:block;color:#b3adcf;font-size:14px;margin-bottom:10px;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid #2a2740;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#8f88ac;font-size:13px}
.footer-bottom .langs a{color:#b3adcf;margin-inline-start:14px}

/* ---------- Legal pages ---------- */
.legal{max-width:820px;margin:0 auto;padding:60px 20px}
.legal h1{font-size:34px;font-weight:800}
.legal .updated{color:var(--muted);font-size:14px;margin-bottom:30px}
.legal h2{font-size:22px;font-weight:700;margin-top:34px}
.legal p,.legal li{color:#3a3f4b;font-size:16px}
.legal a{color:var(--purple);text-decoration:underline}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .hero .container{grid-template-columns:1fr;text-align:center}
  .hero .store-badges,.hero-eyebrow{justify-content:center}
  .hero p.lead{margin-inline:auto}
  .hero-visual{margin-top:20px}
  .phone.behind{display:none}
  .features-grid{grid-template-columns:1fr 1fr}
  .show-row,.show-row.reverse .show-text{grid-template-columns:1fr;order:0}
  .show-visual{order:-1}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  section{padding:60px 0}
  .nav-links,.lang-switch.desktop{display:none}
  .menu-toggle{display:block}
  .mobile-menu{display:none;flex-direction:column;gap:6px;padding:16px 20px;background:#fff;border-bottom:1px solid var(--line)}
  .mobile-menu.open{display:flex}
  .mobile-menu a{padding:10px 0;color:var(--ink);font-weight:500}
  .mobile-menu .lang-switch{margin-top:8px}
  .features-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .trust .container{gap:22px}
}

/* ---------- Delete-account form ---------- */
.form{max-width:640px;margin:0 auto}
.form .field{margin-bottom:18px}
.form label{display:block;font-weight:600;font-size:14px;margin-bottom:7px;color:var(--ink)}
.form input,.form textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:12px;font:inherit;font-size:15px;background:#fff;color:var(--ink);transition:border-color .2s,box-shadow .2s}
.form input:focus,.form textarea:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px rgba(109,59,235,.16)}
.form textarea{min-height:96px;resize:vertical}
.form .hint{font-size:13px;color:var(--muted);margin-top:6px}
.form .check{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--ink);line-height:1.5}
.form .check input{width:auto;margin-top:3px;flex:0 0 auto}
.form .btn-primary{width:100%;padding:14px;font-size:16px;margin-top:10px;border:0}
.form .btn-primary:disabled{opacity:.5;cursor:not-allowed}
.form-success{display:none;background:#E9F9EF;border:1px solid #B7E9CB;color:#0B6B39;border-radius:14px;padding:20px 22px;font-size:15px;line-height:1.6}
.form-success.show{display:block}
.danger-note{background:#FBEBED;border:1px solid #F3C4CA;color:#8A1C2B;border-radius:14px;padding:15px 18px;font-size:14px;margin:18px 0}
.delete-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:14px;padding:18px 22px;margin:18px 0}
.delete-card h2{margin:0 0 10px;font-size:18px}
.delete-card ul{margin:0;padding-inline-start:20px}
.delete-card li{margin-bottom:8px}
.email-line{font-size:14px;color:var(--muted);margin-top:18px;text-align:center}
