@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&family=Inter:wght@400;600;700;800;900&display=swap";:root{font-family:Cairo,Inter,system-ui,sans-serif;color:#111;background:#fff9ef;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(135deg,#fff9ef,#fff 45%,#fff7e0)}a{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px clamp(18px,5vw,72px);background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:46px;height:46px;border-radius:12px;object-fit:cover}nav{display:flex;gap:18px;font-weight:700;font-size:14px}nav a{opacity:.72}nav a:hover{opacity:1}.lang{border:0;border-radius:999px;padding:10px 16px;background:#111;color:#fff;font-weight:800;cursor:pointer}.section{padding:80px clamp(18px,5vw,72px)}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center;gap:34px;min-height:78vh}.badge,.sectionLabel{display:inline-flex;border-radius:999px;background:#111;color:#fff;padding:8px 14px;font-weight:800;font-size:13px}h1{font-size:clamp(40px,7vw,92px);line-height:1.05;margin:22px 0;max-width:900px}h2{font-size:clamp(30px,4vw,54px);margin:16px 0 18px}p{font-size:18px;line-height:1.9;color:#494949;margin:0}.heroText p{max-width:760px}.actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.primary,.secondary{border-radius:18px;padding:14px 24px;font-weight:900}.primary{background:linear-gradient(135deg,#ff2b16,#ffd51a);color:#111;box-shadow:0 18px 38px #ff6f0038}.secondary{background:#fff;border:1px solid rgba(0,0,0,.1)}.heroCard{background:linear-gradient(160deg,#ff2b16,#ffd51a);border-radius:38px;min-height:440px;display:grid;place-items:center;text-align:center;padding:40px;box-shadow:0 26px 80px #ff720038}.heroCard img{width:min(260px,70%);border-radius:28px;box-shadow:0 18px 40px #00000026}.heroCard h2{font-size:56px;margin:24px 0 4px;letter-spacing:4px}.heroCard p{color:#111;font-weight:800}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start;background:#111;color:#fff}.split p{color:#ffffffc7}.split .sectionLabel{background:#fff;color:#111}.servicesGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.service{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:28px;padding:28px;box-shadow:0 16px 42px #0000000d}.service span{font-weight:900;color:#ff501f}.service h3{font-size:23px;margin:18px 0 10px}.service p{font-size:15px}.infoTable{background:#fff;border-radius:28px;overflow:hidden;border:1px solid rgba(0,0,0,.08);margin-top:26px}.infoRow{display:grid;grid-template-columns:260px 1fr;gap:18px;padding:18px 24px;border-bottom:1px solid rgba(0,0,0,.06)}.infoRow:last-child{border-bottom:0}.infoRow strong{color:#777}.infoRow span{font-weight:800}.contact{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;background:linear-gradient(135deg,#ff2b16,#ffd51a)}.contact p{color:#111;font-weight:700}.contactCard{background:#ffffffdb;border-radius:28px;padding:28px;display:grid;gap:14px;font-weight:900;font-size:20px}.legal{display:grid;grid-template-columns:1fr 1fr;gap:22px}.legal article{background:#fff;border-radius:28px;padding:28px;border:1px solid rgba(0,0,0,.06)}.legal h2{font-size:30px}footer{padding:32px clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;gap:20px;background:#111;color:#fff}footer img{width:54px;height:54px;border-radius:14px}footer p{color:#ffffffc7;font-size:14px}@media(max-width:1000px){nav{display:none}.hero,.split,.contact,.legal{grid-template-columns:1fr}.servicesGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.header{padding:12px 16px}.brand span{display:none}.section{padding:56px 16px}.heroCard{min-height:320px;border-radius:26px}.servicesGrid{grid-template-columns:1fr}.infoRow{grid-template-columns:1fr;gap:4px}footer{flex-direction:column;text-align:center}}
