:root {
  --navy: #071a36;
  --navy-2: #0b315a;
  --orange: #f47a00;
  --orange-dark: #d96400;
  --ink: #17243a;
  --muted: #667085;
  --line: #e4e9f0;
  --soft: #f5f7fa;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 26, 54, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Cairo", Tahoma, Arial, "Segoe UI", sans-serif;
  line-height: 1.75;
  direction: rtl;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.section { padding: 84px 0; }
.section-soft { background: var(--soft); }
.eyebrow { color: var(--orange); font-weight: 800; margin: 0 0 8px; }
h1, h2, h3 { color: var(--navy); line-height: 1.3; margin-top: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4.35rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.7rem); }
h3 { font-size: 1.2rem; }
.lead { font-size: 1.13rem; color: var(--muted); max-width: 720px; }
.section-head { margin-bottom: 34px; }
.section-head.center { text-align: center; }
.section-head.center .lead { margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(228,233,240,.85);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; color: var(--navy); }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.brand-name { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name small { font-size: .7rem; color: var(--muted); font-weight: 600; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 23px; font-weight: 700; }
.nav-links a { color: #344054; padding: 9px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); border-color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; border: 0; background: var(--soft); width: 44px; height: 44px; border-radius: 12px; font-size: 1.4rem; cursor: pointer; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 20px; border-radius: 13px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 10px 24px rgba(244,122,0,.22); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { background: var(--navy); color: var(--white); }
.btn-outline { border-color: var(--line); background: var(--white); color: var(--navy); }

.hero { overflow: hidden; background: radial-gradient(circle at 15% 20%, rgba(244,122,0,.12), transparent 28%), linear-gradient(145deg, #fff 48%, #f4f7fb 100%); }
.hero-grid { min-height: 670px; padding: 66px 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.hero h1 span { color: var(--orange); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; color: #475467; font-size: .9rem; }
.hero-media { position: relative; }
.hero-media::before { content:""; position: absolute; inset: 10% -7% -5% 15%; border-radius: 36px; background: var(--navy); transform: rotate(4deg); }
.hero-media img { position: relative; width: 100%; max-height: 570px; object-fit: cover; object-position: center 28%; border-radius: 34px; box-shadow: var(--shadow); }
.floating-card { position: absolute; bottom: 22px; right: -28px; z-index: 2; background: var(--white); padding: 14px 18px; border-radius: 16px; box-shadow: var(--shadow); font-weight: 800; color: var(--navy); }
.floating-card b { color: var(--orange); display: block; font-size: .8rem; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 24px rgba(7,26,54,.04); }
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); transition: .2s ease; }
.icon { width: 49px; height: 49px; border-radius: 14px; display: grid; place-items: center; background: #fff2e6; color: var(--orange); font-size: 1.35rem; margin-bottom: 17px; }
.card p { color: var(--muted); margin-bottom: 0; }
.service-card { position: relative; overflow: hidden; }
.service-card::after { content:""; position:absolute; width:60px; height:4px; background:var(--orange); right:26px; bottom:0; border-radius:4px 4px 0 0; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { position: relative; padding: 26px; background: var(--white); border-radius: 18px; border: 1px solid var(--line); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); color: var(--orange); font-weight: 900; font-size: 1.55rem; }
.step h3 { margin: 12px 0 5px; }
.step p { color: var(--muted); margin: 0; font-size: .93rem; }

.page-hero { padding: 78px 0 62px; background: linear-gradient(125deg, var(--navy), var(--navy-2)); color: var(--white); }
.page-hero h1 { color: var(--white); margin-bottom: 12px; }
.page-hero p { max-width: 700px; color: #d9e4ef; font-size: 1.1rem; margin: 0; }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.about-split img { border-radius: 30px; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 24px 0; }
.check-list li { margin: 11px 0; padding-right: 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; right: 0; color: var(--orange); font-weight: 900; }
.highlight-box { background: #fff7ed; border-right: 4px solid var(--orange); padding: 18px 20px; border-radius: 12px; color: #7a3b00; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); padding: 19px; border-radius: 17px; }
.contact-item strong { display: block; color: var(--navy); }
.contact-item span, .contact-item a { color: var(--muted); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; color: var(--navy); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d0d5dd; border-radius: 12px; padding: 12px 13px; color: var(--ink); background: var(--white); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,122,0,.12); }
.form-note { color: var(--muted); font-size: .83rem; margin: 14px 0 18px; }

.terms { max-width: 870px; }
.terms article { margin-bottom: 30px; }
.terms h2 { font-size: 1.3rem; margin-bottom: 8px; }
.terms p, .terms li { color: #475467; }
.terms-meta { display: inline-block; background: var(--soft); padding: 8px 12px; border-radius: 10px; color: var(--muted); margin-bottom: 30px; }
.cta-band { background: var(--navy); color: var(--white); border-radius: 30px; padding: 42px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-band h2 { color: var(--white); margin-bottom: 8px; }
.cta-band p { color: #cfdae7; margin: 0; }

.site-footer { background: #041226; color: #c7d2df; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 38px; }
.site-footer h3 { color: var(--white); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; }
.site-footer a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; font-size: .86rem; display: flex; justify-content: space-between; gap: 16px; }

@media (max-width: 900px) {
  .nav-wrap { height: 70px; }
  .header-actions .btn { display: none; }
  .menu-button { display: grid; place-items: center; min-width: 44px; touch-action: manipulation; }
  .nav-links { display: none; position: fixed; top: 78px; right: 16px; left: 16px; max-height: calc(100vh - 96px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 4px; background: var(--white); padding: 14px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 48px; padding: 10px 12px; display: flex; align-items: center; border-bottom: 0; border-right: 3px solid transparent; border-radius: 10px; }
  .nav-links a:hover, .nav-links a.active { background: var(--soft); border-right-color: var(--orange); }
  .hero-grid, .about-split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 48px 0 64px; gap: 48px; }
  .hero-media { max-width: 620px; margin-inline: auto; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .page-hero { padding: 62px 0 50px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1160px); }
  .section { padding: 52px 0; }
  h1 { font-size: clamp(2rem, 10vw, 2.65rem); }
  h2 { font-size: clamp(1.55rem, 7vw, 2rem); }
  .lead, .page-hero p { font-size: 1rem; }
  .brand { gap: 8px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: .95rem; white-space: nowrap; }
  .brand-name small { display: none; }
  .nav-links { top: 70px; right: 12px; left: 12px; }
  .hero-grid { padding: 34px 0 50px; gap: 36px; }
  .hero-actions { margin: 24px 0; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 8px; }
  .trust-row span { font-size: .82rem; padding: 6px 10px; }
  .hero-media::before { inset: 8% -2% -3% 8%; border-radius: 24px; }
  .hero-media img { min-height: 390px; max-height: 470px; border-radius: 24px; object-position: center 25%; }
  .floating-card { right: 10px; left: 10px; bottom: 12px; padding: 11px 14px; border-radius: 13px; text-align: center; font-size: .92rem; }
  .grid-3, .grid-2, .steps, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .card, .step { padding: 21px; }
  .card:hover { transform: none; }
  .page-hero { padding: 48px 0 40px; }
  .about-split { gap: 32px; }
  .about-split img { border-radius: 22px; }
  .contact-grid { gap: 22px; }
  .contact-item { padding: 16px; min-width: 0; }
  .contact-item > div:last-child { min-width: 0; }
  .contact-item a, .contact-item span { overflow-wrap: anywhere; }
  .form-card { padding: 21px; border-radius: 19px; }
  .field input, .field select, .field textarea { min-height: 48px; font-size: 16px; }
  .field.full { grid-column: auto; }
  .cta-band { padding: 24px; border-radius: 22px; flex-direction: column; align-items: stretch; }
  .cta-band .btn { width: 100%; }
  .site-footer { padding-top: 46px; }
  .footer-grid { gap: 28px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 20px, 1160px); }
  .brand-name { font-size: .86rem; }
  .brand-mark { width: 36px; height: 36px; }
  .menu-button { width: 40px; min-width: 40px; height: 40px; }
  .hero-media img { min-height: 340px; }
}
