@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap");
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif;background:var(--page-bg,#f8fafc);color:#111827;padding-bottom:72px}.shell{width:min(1160px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,23,42,.08)}.nav-row{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;color:#0f172a;text-decoration:none;font-weight:800;font-size:1.08rem}.brand img{width:42px;height:42px;object-fit:cover;border-radius:14px}.track-link{color:var(--brand);text-decoration:none;font-weight:700}.hero{padding:54px 0 20px}.hero-inner{min-height:440px;border-radius:34px;padding:64px;display:grid;grid-template-columns:1.4fr .8fr;align-items:center;gap:40px;background:radial-gradient(circle at 90% 5%,rgba(255,255,255,.25),transparent 35%),linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 30px 80px rgba(37,99,235,.2)}.eyebrow{display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.04em;opacity:.9;margin-bottom:10px}.hero h1,.page-hero h1{font-size:clamp(2.3rem,6vw,4.4rem);line-height:1.06;margin:.15em 0}.hero p{max-width:600px;font-size:1.08rem;line-height:1.9;opacity:.9}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;padding:14px 20px;text-decoration:none;font-weight:800;cursor:pointer}.btn.primary{background:#fff;color:var(--brand);box-shadow:0 10px 30px rgba(0,0,0,.12)}.btn.ghost{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.35)}.hero-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);border-radius:28px;padding:24px;backdrop-filter:blur(8px)}.hero-badge{font-weight:800;margin-bottom:14px}.mini-step{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14)}.mini-step:last-child{border:0}.mini-step b{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#fff;color:var(--brand)}.section{padding:42px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{font-size:2rem;margin:2px 0}.banner-grid{display:grid;gap:16px}.banner-card{min-height:300px;border-radius:28px;background-size:cover;background-position:center;color:#fff;padding:36px;display:flex;align-items:end}.banner-card h2{font-size:2.1rem;margin:0 0 8px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:22px;display:flex;align-items:center;gap:16px;color:#111827;text-decoration:none;box-shadow:0 12px 40px rgba(15,23,42,.05);transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 18px 50px rgba(15,23,42,.09)}.category-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:1.6rem;background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(124,58,237,.12))}.category-card h3{margin:0 0 5px}.category-card p{margin:0;color:#64748b;line-height:1.55}.arrow{margin-inline-start:auto;color:var(--brand);font-weight:900}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e5e7eb;text-decoration:none;color:#111827;box-shadow:0 10px 34px rgba(15,23,42,.05)}.service-card img,.service-placeholder{width:100%;aspect-ratio:1.35/1;object-fit:cover}.service-placeholder{display:grid;place-items:center;font-size:2.5rem;background:linear-gradient(135deg,#eef2ff,#f5f3ff)}.service-body{padding:18px}.service-body small{color:var(--brand);font-weight:800}.service-body h3{margin:7px 0}.service-body p{min-height:44px;color:#64748b}.service-body strong{color:#111827}.page-hero{padding:64px 0 26px;background:linear-gradient(180deg,#eef2ff,transparent)}.page-hero.compact h1{font-size:clamp(2rem,5vw,3.2rem)}.page-hero p{color:#64748b;max-width:700px;line-height:1.8}.back-link{color:var(--brand);font-weight:800;text-decoration:none}.service-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:20px}.service-detail-card .btn.primary,.checkout-card .btn.primary,.track-form .btn.primary,.success-card .btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff}.preview-fields{margin-top:18px;background:#fff;border-radius:24px;padding:24px;border:1px solid #e5e7eb}.preview-fields span{display:inline-flex;padding:9px 12px;margin:5px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.88rem}.checkout-wrap{display:grid;place-items:center}.checkout-card{width:min(900px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:30px;box-shadow:0 20px 60px rgba(15,23,42,.06)}.step-title{display:flex;gap:14px;align-items:center;margin:12px 0 20px}.step-title>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:900}.step-title h2{margin:0}.step-title p{margin:4px 0 0;color:#64748b}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:36px}.field.full{grid-column:1/-1}.field label{display:block;font-weight:800;margin-bottom:8px}.field em{color:#ef4444}.form-control{width:100%;min-height:48px;border:1px solid #dbe2ea;border-radius:14px;padding:11px 13px;background:#fff;font:inherit;outline:none}.form-control:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(37,99,235,.08)}.field small{display:block;color:#64748b;margin-top:6px}.choice-row{display:flex;flex-wrap:wrap;gap:8px}.choice{padding:11px 14px;border:1px solid #dbe2ea;border-radius:14px;font-weight:600}.checkout-actions{position:sticky;bottom:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border:1px solid #e5e7eb;border-radius:18px;padding:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.success-wrap{padding:70px 0;display:grid;place-items:center}.success-card{width:min(620px,100%);background:#fff;border-radius:30px;padding:36px;text-align:center;border:1px solid #e5e7eb}.success-icon{width:70px;height:70px;border-radius:24px;margin:auto;background:#dcfce7;color:#16a34a;display:grid;place-items:center;font-size:2rem;font-weight:900}.order-code{display:inline-block;margin:12px 0 20px;padding:12px 18px;border-radius:14px;background:#f1f5f9;font-weight:900;letter-spacing:.06em}.invoice-mini{background:#f8fafc;border-radius:18px;padding:8px 18px;margin:18px 0;text-align:right}.invoice-mini>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #e5e7eb}.invoice-mini .total{border:0;font-size:1.1rem}.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;background:#fff;padding:18px;border-radius:22px;border:1px solid #e5e7eb}.tracking-card{margin-top:20px;background:#fff;border-radius:24px;padding:24px;border:1px solid #e5e7eb}.tracking-head{display:flex;justify-content:space-between}.progress-item{display:flex;gap:12px;padding:12px 0}.progress-item>span{width:12px;height:12px;border-radius:50%;background:var(--brand);margin-top:6px}.progress-item small{display:block;color:#64748b}.empty-state{background:#fff;border:1px dashed #cbd5e1;border-radius:20px;padding:30px;text-align:center;color:#64748b}.mobile-nav{display:none}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr;padding:36px}.hero-card{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){body{padding-bottom:84px}.shell{width:min(100% - 22px,1160px)}.nav-row{height:64px}.track-link{display:none}.hero{padding-top:12px}.hero-inner{min-height:360px;border-radius:24px;padding:26px}.hero h1{font-size:2.5rem}.section{padding:28px 0}.section-head h2{font-size:1.65rem}.category-grid{grid-template-columns:1fr}.category-card{padding:16px;border-radius:20px}.service-grid{grid-template-columns:1fr 1fr;gap:10px}.service-card{border-radius:18px}.service-body{padding:13px}.service-body p{display:none}.page-hero{padding:34px 0 12px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.checkout-card{padding:18px;border-radius:22px}.checkout-actions{bottom:76px}.track-form{grid-template-columns:1fr}.service-detail-card{align-items:flex-start;flex-direction:column}.mobile-nav{position:fixed;z-index:100;bottom:10px;left:12px;right:12px;display:flex;justify-content:space-around;background:rgba(17,24,39,.95);backdrop-filter:blur(16px);border-radius:20px;padding:10px;color:#fff;box-shadow:0 12px 40px rgba(0,0,0,.2)}.mobile-nav a{display:grid;gap:3px;text-align:center;color:#fff;text-decoration:none;font-size:.72rem}.mobile-nav span{font-size:1.1rem}}

.live-invoice{margin:18px 0;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #dbe4ff;border-radius:20px;padding:14px 18px}.live-invoice>div{display:flex;justify-content:space-between;padding:8px 0}.live-invoice .total{border-top:1px solid #c7d2fe;margin-top:5px;padding-top:13px;font-size:1.15rem}.auto-badge{font-size:.67rem;background:#dcfce7;color:#166534;padding:4px 7px;border-radius:999px;margin-inline-start:6px}.error{color:#dc2626!important}
