/* Royo Store v2 — light, RTL, mobile-first (policy: fast mobile landing pages, no popups) */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Cairo',sans-serif;background:#f6f7fb;color:#0f172a;line-height:1.9}
a{color:#4f46e5;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:1080px;margin:0 auto;padding:0 18px}
/* header */
.hd{background:#fff;border-bottom:1px solid #e6e8ef;position:sticky;top:0;z-index:10}
.hd-in{display:flex;align-items:center;gap:22px;padding:14px 18px}
.logo{font-weight:900;font-size:1.35em;color:#0f172a}
.logo span{color:#4f46e5}
.hd nav{display:flex;gap:18px;font-weight:700;flex:1}
.hd-contact a{font-weight:800;direction:ltr}
/* hero */
.hero{text-align:center;padding:52px 10px 34px}
.eyebrow{display:inline-block;background:#eef2ff;color:#4f46e5;font-weight:800;border-radius:999px;padding:6px 18px;margin-bottom:14px}
.hero h1{font-size:2em;font-weight:900;margin-bottom:8px}
.hero p{color:#475569;max-width:640px;margin:0 auto}
.badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
.badges span{background:#fff;border:1px solid #e6e8ef;border-radius:999px;padding:8px 18px;font-weight:700;font-size:.92em}
/* grid + cards */
.sec{font-size:1.5em;font-weight:900;margin:34px 0 18px;text-align:center}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}
.card{background:#fff;border:1px solid #e6e8ef;border-radius:20px;padding:18px;text-align:center;color:#0f172a;transition:.15s;display:flex;flex-direction:column;gap:10px}
.card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,23,42,.09)}
.card img{border-radius:14px}
.card h3{font-size:1em;font-weight:800;line-height:1.5}
.price{font-weight:900;color:#0f172a}
.price del{color:#94a3b8;font-weight:700;margin-inline-end:6px}
.btn{display:inline-block;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:14px;padding:12px 22px;font-weight:900;font-family:inherit;font-size:1em;cursor:pointer}
.btn.ghost{background:#fff;color:#4f46e5;border:2px solid #4f46e5}
/* trust section */
.tgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;margin-bottom:40px}
.tgrid>div{background:#fff;border:1px solid #e6e8ef;border-radius:18px;padding:20px}
.tgrid h3{margin-bottom:6px}
/* product */
.crumbs{padding:18px 0;color:#64748b;font-size:.92em}
.pgrid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}
.pmedia img{border-radius:20px;border:1px solid #e6e8ef}
.thumbs{display:flex;gap:10px;margin-top:10px}
.thumbs img{width:96px;height:96px;border-radius:12px;border:1px solid #e6e8ef}
.pinfo h1{font-size:1.5em;font-weight:900;line-height:1.5;margin-bottom:10px}
.pprice{font-size:1.5em;font-weight:900;margin:8px 0}
.pprice del{color:#94a3b8;font-size:.7em}
.onetime{font-size:.55em;background:#dcfce7;color:#166534;border-radius:999px;padding:4px 12px;vertical-align:middle;font-weight:800}
.avail{color:#166534;font-weight:800}
.pexcerpt{color:#334155;margin:12px 0}
.buy-btn{width:100%;padding:16px;font-size:1.1em;margin-top:8px}
.buy-note{font-size:.85em;color:#64748b;margin-top:10px}
.pcontent{background:#fff;border:1px solid #e6e8ef;border-radius:20px;padding:28px;margin:34px 0;overflow-x:auto}
.pcontent h2{font-size:1.2em;font-weight:900;margin:22px 0 8px;display:flex;gap:8px;align-items:center}
.pcontent h2::before{content:"";width:5px;height:20px;border-radius:4px;background:linear-gradient(180deg,#4f46e5,#7c3aed)}
.pcontent h3{font-weight:900;margin:16px 0 4px}
.pcontent ul{padding-inline-start:26px;background:#f8fafc;border:1px solid #eef0f6;border-radius:14px;padding:14px 32px;margin:12px 0}
.pcontent table{width:100%;border-collapse:collapse;margin:14px 0}
.pcontent th,.pcontent td{border:1px solid #e6e8ef;padding:10px 12px;text-align:right}
.pcontent th{background:#f1f5f9}
/* checkout */
.cogrid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;margin-bottom:40px}
.cosummary{background:#fff;border:1px solid #e6e8ef;border-radius:20px;padding:22px;display:flex;gap:16px;align-items:center}
.cosummary img{border-radius:14px}
.conote{color:#166534;font-weight:700;font-size:.9em}
.coform{background:#fff;border:1px solid #e6e8ef;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:16px}
.coform label{font-weight:800;display:flex;flex-direction:column;gap:6px}
.coform input{border:1.5px solid #e6e8ef;border-radius:12px;padding:13px 14px;font-family:inherit;font-size:1em;background:#f8fafc;direction:ltr;text-align:left}
.req{color:#dc2626}
.err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;padding:12px;font-weight:700}
/* pages + result */
.page{background:#fff;border:1px solid #e6e8ef;border-radius:20px;padding:30px;margin:26px 0}
.page h1{font-size:1.6em;font-weight:900;margin-bottom:14px}
.page h2{font-weight:900;margin:18px 0 6px}
.page ul{padding-inline-start:26px;margin:10px 0}
.contact-box{background:#f8fafc;border:1px solid #e6e8ef;border-radius:16px;padding:20px;margin-top:18px}
.result{text-align:center;padding:60px 10px}
.result h1{font-size:1.7em;font-weight:900;margin-bottom:12px}
.result.ok h1{color:#166534}
/* footer */
.ft{background:#0f172a;color:#cbd5e1;margin-top:40px;padding:38px 0 20px}
.ft .logo{color:#fff}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:24px;margin-bottom:22px}
.ft h4{color:#fff;margin-bottom:8px}
.ft ul{list-style:none}
.ft a{color:#a5b4fc}
.ft-contact li{margin-bottom:4px}
.ft-pay{border-top:1px solid #1e293b;padding-top:14px;font-size:.9em}
.ft-copy{color:#64748b;font-size:.85em;margin-top:8px}
@media(max-width:760px){.pgrid,.cogrid{grid-template-columns:1fr}.hd nav{display:none}.hero h1{font-size:1.5em}}
