:root{--ink:#102d49;--navy:#123a60;--gold:#a86f00;--muted:#61758a;--line:#dce5ee;--paper:#f6f8fb}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#f7f9fc,#fff 75%);font-family:"Noto Sans Arabic","Segoe UI",Tahoma,sans-serif;line-height:1.8}img{display:block;max-width:100%}.topbar,footer{max-width:1120px;margin:auto;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar{border-bottom:1px solid var(--line)}a{color:var(--navy);font-weight:700;text-decoration:none;overflow-wrap:anywhere}a:focus-visible{outline:3px solid #e5a51c;outline-offset:4px;border-radius:4px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);min-width:0}.brand img{width:44px;height:44px;border-radius:12px;flex:none}.brand span{display:grid;line-height:1.25;min-width:0}.brand b{font-size:20px;letter-spacing:.05em}.brand small{color:var(--muted);font-size:11px}.hero{max-width:1120px;margin:auto;padding:84px 28px 68px;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:64px}.hero>*,.features>*{min-width:0}.eyebrow{margin:0 0 8px;color:var(--gold);font-size:13px;font-weight:800}.hero h1{font-size:clamp(38px,6vw,70px);line-height:1.2;letter-spacing:-.04em;margin:0 0 20px}.hero h1 em{color:var(--navy);font-style:normal}.lead{max-width:620px;color:var(--muted);font-size:18px;margin:0 0 28px}.button{display:inline-flex;gap:14px;align-items:center;padding:12px 20px;border-radius:12px;background:var(--navy);color:#fff;box-shadow:0 9px 20px #123a6030}.button span{font-size:20px}.mark{display:grid;place-items:center;min-height:280px;border-radius:38px;background:radial-gradient(circle at 50% 30%,#fff,#e4eef6 75%);box-shadow:0 20px 45px #123a6015}.mark img{width:185px;height:185px;border-radius:42px;box-shadow:0 18px 35px #123a6030}.features{max-width:1120px;margin:auto;padding:0 28px 90px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.features article{padding:21px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 9px 24px #123a6009}.features b{font-size:17px}.features p{margin:7px 0 0;color:var(--muted);font-size:14px}.legal{max-width:850px;margin:auto;padding:64px 28px 90px}.legal h1{font-size:43px;line-height:1.3;margin:0 0 20px}.legal h2{font-size:21px;margin:29px 0 6px}.legal p{color:#40556a;font-size:16px;overflow-wrap:anywhere}.legal a{font-weight:800}footer{border-top:1px solid var(--line);color:var(--muted);font-size:12px}footer nav{display:flex;gap:18px;flex-wrap:wrap}footer nav a{color:var(--muted)}@media(max-width:720px){.topbar,footer{padding:16px 20px}.hero{grid-template-columns:1fr;padding:56px 20px 50px;gap:34px}.mark{min-height:210px}.mark img{width:140px;height:140px;border-radius:32px}.features{grid-template-columns:1fr;padding:0 20px 62px}.legal{padding:45px 20px 70px}.legal h1{font-size:34px}footer{align-items:flex-start;flex-direction:column;gap:8px}}
