@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --home-primary:#0d6efd;
  --home-primary-2:#00d4ff;
  --home-dark:#07111f;
  --home-muted:#64748b;
  --home-line:#e5eaf2;
  --home-soft:#f4f8ff;
  --home-card:#ffffff;
  --home-radius:28px;
  --home-shadow:0 24px 70px rgba(15,23,42,.14);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#a8b3c7 #eef3f8}body.home-page{margin:0;background:#fff;color:#0f172a;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;overflow-x:hidden}html[lang="ar"] body.home-page{font-family:Tajawal,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}a{text-decoration:none;color:inherit}.home-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.home-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.76);transition:box-shadow .2s ease,background .2s ease}.home-header.is-scrolled{background:rgba(255,255,255,.94);box-shadow:0 14px 50px rgba(15,23,42,.08)}.home-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.home-brand{display:inline-flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.2px;color:#0f172a}.home-brand img{width:48px;height:48px;border-radius:16px;object-fit:cover;box-shadow:0 10px 24px rgba(13,110,253,.22)}.home-brand-mark{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--home-primary),var(--home-primary-2));color:#fff;box-shadow:0 16px 40px rgba(13,110,253,.28)}.home-nav-links{display:flex;align-items:center;gap:8px}.home-nav-links>a{font-size:14px;font-weight:800;color:#334155;padding:12px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:7px;transition:.18s ease}.home-nav-links>a:hover{background:#eff6ff;color:var(--home-primary);transform:translateY(-1px)}.home-icon-link{width:44px;height:44px;justify-content:center;padding:0!important}.home-admin-link{background:#0f172a!important;color:#fff!important;box-shadow:0 14px 34px rgba(15,23,42,.18)}.home-admin-link:hover{background:var(--home-primary)!important;color:#fff!important}.home-menu-btn{display:none;width:46px;height:46px;border:0;border-radius:15px;background:#eef6ff;color:var(--home-primary)}.home-hero{position:relative;min-height:100vh;padding:150px 0 90px;background:radial-gradient(circle at top left,rgba(0,212,255,.25),transparent 34%),linear-gradient(135deg,#07111f 0%,#0b2d6d 52%,#0d6efd 100%);background-size:cover;background-position:center;color:#fff;overflow:hidden}.home-hero:after{content:"";position:absolute;inset:auto -15% -22% -15%;height:42%;background:#fff;border-radius:50% 50% 0 0 / 100% 100% 0 0}.home-hero-glow{position:absolute;border-radius:999px;filter:blur(5px);opacity:.75;pointer-events:none}.home-hero-glow-one{width:280px;height:280px;background:rgba(0,212,255,.25);top:115px;inset-inline-end:9%}.home-hero-glow-two{width:220px;height:220px;background:rgba(255,255,255,.16);bottom:18%;inset-inline-start:8%}.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:48px}.home-kicker{display:inline-flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.13);border-radius:999px;font-weight:800;color:#dcecff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.home-hero h1{font-size:clamp(44px,7vw,82px);line-height:.96;margin:22px 0 24px;letter-spacing:-.055em;font-weight:900}.home-hero p{font-size:clamp(18px,2vw,24px);line-height:1.75;color:#dbeafe;max-width:720px;margin:0}.home-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:34px}.home-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:18px;padding:15px 22px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.home-btn:hover{transform:translateY(-2px)}.home-btn-primary{background:#fff;color:#0d47a1;box-shadow:0 20px 50px rgba(0,0,0,.18)}.home-btn-light{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24);color:#fff}.home-hero-card{position:relative;border:1px solid rgba(255,255,255,.22);background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.1));backdrop-filter:blur(22px);border-radius:34px;padding:22px;box-shadow:0 36px 80px rgba(0,0,0,.28)}.home-speed-card{min-height:260px;border-radius:28px;padding:30px;background:linear-gradient(135deg,#fff,#dff5ff);color:#0f172a;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden;position:relative}.home-speed-card:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:rgba(13,110,253,.12);inset-inline-end:-60px;top:-45px}.home-speed-card span,.home-speed-card small{position:relative;z-index:1;color:#475569;font-weight:800}.home-speed-card strong{position:relative;z-index:1;display:block;font-size:86px;line-height:1;font-weight:900;letter-spacing:-.07em;color:#0d6efd;margin:12px 0}.home-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.home-mini-grid>div{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px;display:flex;align-items:center;gap:10px;color:#fff}.home-mini-grid strong{font-size:14px}.home-section{padding:110px 0;position:relative;background:#fff}.home-section-head{text-align:center;max-width:740px;margin:0 auto 52px}.home-section-head>span{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:var(--home-primary);background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:9px 14px}.home-section-head h2{font-size:clamp(34px,5vw,58px);line-height:1;margin:18px 0 14px;font-weight:900;letter-spacing:-.045em;color:#0f172a}.home-section-head p{font-size:18px;line-height:1.8;color:var(--home-muted);margin:0}.home-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-service-card{position:relative;background:#fff;border:1px solid var(--home-line);border-radius:var(--home-radius);padding:28px;box-shadow:0 16px 50px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden}.home-service-card:before{content:"";position:absolute;inset-inline:0;top:0;height:5px;background:linear-gradient(90deg,var(--service-color,#0d6efd),transparent)}.home-service-card:hover{transform:translateY(-6px);box-shadow:var(--home-shadow);border-color:#dbeafe}.home-service-icon{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:color-mix(in srgb,var(--service-color,#0d6efd) 14%,white);color:var(--service-color,#0d6efd);margin-bottom:22px}.home-service-card h3{font-size:22px;line-height:1.25;margin:0 0 12px;font-weight:900}.home-service-card p{color:#64748b;line-height:1.8;margin:0 0 18px}.home-service-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.home-service-card li{display:flex;align-items:flex-start;gap:8px;color:#334155;font-weight:700}.home-service-card li svg{margin-top:3px;color:var(--service-color,#0d6efd)}.color-blue{--service-color:#0d6efd}.color-red{--service-color:#ef4444}.color-violet{--service-color:#8b5cf6}.color-green{--service-color:#22c55e}.color-yellow{--service-color:#f59e0b}.color-slate{--service-color:#64748b}.color-orange{--service-color:#f97316}.home-plans-section{background:linear-gradient(180deg,#f8fbff,#fff)}.home-plan-tabs{background:#fff;border:1px solid var(--home-line);border-radius:32px;padding:18px;box-shadow:var(--home-shadow)}.home-tab-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.home-tab-buttons button{border:0;border-radius:16px;padding:13px 18px;background:#f1f5f9;color:#334155;font-weight:900;cursor:pointer;transition:.16s ease}.home-tab-buttons button.active,.home-tab-buttons button:hover{background:linear-gradient(135deg,var(--home-primary),var(--home-primary-2));color:#fff;box-shadow:0 14px 32px rgba(13,110,253,.22)}.home-plan-panel{display:none}.home-plan-panel.active{display:block}.home-table-wrap{overflow:auto;border-radius:22px;border:1px solid #e5eaf2}.home-plan-table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.home-plan-table th,.home-plan-table td{padding:18px 16px;text-align:start;border-bottom:1px solid #eef2f7}.home-plan-table th{background:#f8fafc;color:#475569;font-size:14px;text-transform:uppercase;letter-spacing:.04em}.home-plan-table tr:last-child td{border-bottom:0}.home-plan-table tbody tr:hover td{background:#f8fbff}.home-plan-table td strong{color:var(--home-primary);font-size:18px}.home-contact-section{background:#fff}.home-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.home-contact-card,.home-map-card{border:1px solid var(--home-line);border-radius:32px;background:#fff;box-shadow:0 18px 60px rgba(15,23,42,.08);overflow:hidden}.home-contact-card{padding:28px}.home-contact-row{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid #eef2f7}.home-contact-row:first-child{padding-top:0}.home-contact-icon{width:46px;height:46px;border-radius:16px;background:#eff6ff;color:var(--home-primary);display:grid;place-items:center;flex:0 0 auto}.home-contact-row strong{display:block;font-size:18px;margin-bottom:6px}.home-contact-row p{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0;color:#64748b}.home-contact-row a{color:var(--home-primary);font-weight:800}.home-address{display:flex;align-items:flex-start;gap:12px;margin-top:22px;padding:18px;border-radius:22px;background:#f8fbff;color:#334155;font-weight:800;line-height:1.6}.home-address svg{color:var(--home-primary);margin-top:2px}.home-map-card{min-height:420px}.home-map-card iframe{width:100%;height:100%;min-height:420px;border:0;display:block;filter:saturate(1.05) contrast(1.02)}.home-map-placeholder{height:100%;min-height:420px;display:grid;place-items:center;text-align:center;padding:32px;background:linear-gradient(135deg,#eff6ff,#f8fafc);color:#334155;font-weight:900}.home-map-placeholder svg{color:var(--home-primary);margin-bottom:10px}.home-footer{background:#07111f;color:#cbd5e1;padding:26px 0}.home-footer .home-container{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.home-footer a{color:#fff;font-weight:900}.ti{display:inline-block;vertical-align:-.18em;flex:0 0 auto}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#eef3f8}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#b8c4d6,#94a3b8);border:2px solid #eef3f8;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#7f8ea3}
html[dir="rtl"] .home-btn svg.ti-arrow-right{transform:rotate(180deg)}
@media(max-width:960px){.home-nav{height:70px}.home-menu-btn{display:grid;place-items:center}.home-nav-links{position:fixed;inset-inline:16px;top:82px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #e5eaf2;border-radius:24px;padding:12px;box-shadow:0 24px 70px rgba(15,23,42,.18)}.home-nav-links.is-open{display:flex}.home-nav-links>a{justify-content:center}.home-hero{padding-top:120px}.home-hero-grid{grid-template-columns:1fr}.home-services-grid{grid-template-columns:1fr 1fr}.home-contact-grid{grid-template-columns:1fr}.home-hero-card{max-width:600px}.home-hero:after{height:22%}}
@media(max-width:640px){.home-container{width:min(100% - 24px,1180px)}.home-brand span:last-child{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-hero{min-height:auto;padding:115px 0 70px}.home-hero h1{font-size:44px}.home-hero p{font-size:17px}.home-hero-actions{align-items:stretch}.home-btn{width:100%}.home-services-grid{grid-template-columns:1fr}.home-section{padding:76px 0}.home-speed-card strong{font-size:64px}.home-mini-grid{grid-template-columns:1fr}.home-contact-card{padding:20px}.home-tab-buttons{display:grid}.home-plan-tabs{padding:12px;border-radius:24px}}
