:root {
  --navy: #061827;
  --navy-2: #0a2940;
  --teal: #07939b;
  --teal-light: #5dd4cf;
  --gold: #e7b54e;
  --paper: #f6f4ee;
  --ink: #071827;
  --muted: #60707c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Cairo", sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
.site-header { height: 88px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; gap: 42px; direction: ltr; background: rgba(246,244,238,.9); backdrop-filter: blur(16px); position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(7,24,39,.09); }
.brand { width: 210px; display: flex; }
.brand img { width: 100%; height: auto; }
nav { display: flex; gap: 30px; margin-inline-start: auto; direction: rtl; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; height: 2px; left: 50%; right: 50%; bottom: -8px; background: var(--teal); transition: .25s; }
nav a:hover::after { left: 0; right: 0; }
.header-cta { background: var(--navy); color: white; padding: 12px 22px; border-radius: 999px; font-weight: 700; direction: rtl; }
.hero { min-height: 820px; padding: 150px clamp(24px, 7vw, 120px) 80px; background: radial-gradient(circle at 77% 30%, #0e7782 0, #0a3c55 27%, var(--navy) 67%); color: white; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; overflow: hidden; position: relative; }
.hero-copy { position: relative; z-index: 2; max-width: 750px; }
.eyebrow,.section-kicker { display: inline-block; letter-spacing: .12em; color: var(--gold); font: 700 13px/1.2 "Manrope", sans-serif; }
h1 { font-size: clamp(46px, 6.2vw, 92px); line-height: 1.08; margin: 24px 0 28px; letter-spacing: -.04em; }
h1 em { color: var(--teal-light); font-style: normal; }
.hero-copy > p { max-width: 650px; color: #d4e2e8; font-size: 20px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.hero-actions a { padding: 15px 26px; border-radius: 12px; font-weight: 800; }
.primary { background: var(--gold); color: var(--navy); }
.secondary { border: 1px solid rgba(255,255,255,.28); }
.trust-row { display: flex; gap: 34px; margin-top: 56px; color: #b9cbd2; font-size: 13px; }
.trust-row span { display: grid; gap: 3px; }
.trust-row b { color: white; font: 700 19px "Manrope", sans-serif; }
.hero-mark { position: relative; z-index: 2; display: grid; place-items: center; min-height: 500px; }
.hero-mark img { width: min(78%, 480px); border-radius: 28%; box-shadow: 0 50px 100px rgba(0,0,0,.4); }
.mark-ring { position: absolute; width: 590px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .28; }
.glow-one { width: 350px; height: 350px; background: var(--teal); top: 5%; right: 5%; }
.glow-two { width: 280px; height: 280px; background: var(--gold); bottom: -100px; left: 30%; opacity: .12; }
.section { padding: 110px clamp(24px, 7vw, 120px); }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
h2 { font-size: clamp(36px, 4vw, 62px); line-height: 1.25; margin: 16px 0; letter-spacing: -.03em; }
.about > p, .section-heading > p { font-size: 19px; color: var(--muted); line-height: 2; }
.products { background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.section-heading > p { max-width: 420px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { min-height: 430px; border-radius: 24px; padding: 30px; color: white; position: relative; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 18px 55px rgba(9,35,52,.11); }
.product-card::after { content: ""; position: absolute; width: 220px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.08); left: -80px; bottom: -90px; }
.product-card.teal { background: linear-gradient(145deg, #008c94, #07525d); }
.product-card.blue { background: linear-gradient(145deg, #0a4b75, #071b31); }
.product-card.gold { background: linear-gradient(145deg, #d3a032, #765316); }
.product-number { position: absolute; left: 26px; top: 22px; color: rgba(255,255,255,.45); font: 700 14px "Manrope"; }
.product-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.16); font: 800 30px "Manrope", sans-serif; margin-bottom: 48px; }
.product-card h3 { font-size: 27px; margin: 0 0 15px; }
.product-card p { color: rgba(255,255,255,.8); line-height: 1.85; margin: 0 0 30px; }
.product-card a,.status { margin-top: auto; font-weight: 800; position: relative; z-index: 2; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.value { border-top: 1px solid #bdc6ca; padding-top: 26px; }
.value span { color: var(--teal); font: 800 13px "Manrope"; }
.value h3 { font-size: 29px; margin: 18px 0 8px; }
.value p { color: var(--muted); }
.contact { margin: 0 clamp(18px, 4vw, 60px) 60px; border-radius: 32px; text-align: center; color: white; background: linear-gradient(125deg, var(--navy), #0b6e76); }
.contact p { color: #c9dce2; font-size: 18px; }
.contact a { display: inline-block; margin-top: 24px; padding: 14px 24px; border-radius: 999px; background: var(--gold); color: var(--navy); direction: ltr; font: 800 16px "Manrope"; }
footer { padding: 36px clamp(24px, 7vw, 120px); display: flex; align-items: center; gap: 30px; border-top: 1px solid #d8d8d2; color: var(--muted); }
footer img { width: 180px; margin-left: auto; }
footer p { margin: 0; }
footer a { color: var(--teal); font-weight: 800; }
@media (max-width: 900px) {
  nav { display: none; } .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; text-align: center; }
  .hero-copy { margin: auto; } .hero-copy > p { margin-inline: auto; }
  .hero-actions,.trust-row { justify-content: center; }
  .hero-mark { min-height: 400px; } .mark-ring { width: 420px; }
  .about,.product-grid,.values { grid-template-columns: 1fr; }
  .section-heading { display: block; }
}
@media (max-width: 560px) {
  .site-header { height: 72px; padding-inline: 18px; } .brand { width: 155px; }
  .header-cta { padding: 10px 15px; font-size: 13px; }
  .hero { min-height: auto; padding-inline: 20px; } h1 { font-size: 45px; }
  .hero-copy > p { font-size: 17px; } .trust-row { gap: 16px; flex-wrap: wrap; }
  .hero-mark { min-height: 330px; } .mark-ring { width: 300px; }
  .section { padding: 76px 22px; } .contact { margin: 0 12px 30px; }
  footer { flex-direction: column; text-align: center; } footer img { margin: 0; }
}
