
:root {
  --blue:#56a3d5;
  --blue-dark:#1f77ad;
  --text:#666;
  --heading:#555;
  --line:#e4e4e4;
  --soft:#f6f7f8;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; direction:rtl; font-family:Arial, "Helvetica Neue", sans-serif; color:var(--text); background:white; line-height:1.75; }
a { color:var(--blue); text-decoration:none; }
a:hover { text-decoration:underline; }
.wrap { width:min(1120px, calc(100% - 34px)); margin:auto; }
.skip-link { position:absolute; right:15px; top:-100px; background:#000; color:#fff; padding:10px 14px; z-index:9999; }
.skip-link:focus { top:15px; }
.top-contact { background:#f7f7f7; border-bottom:1px solid #e9e9e9; font-size:14px; color:#777; }
.top-contact .wrap { display:flex; gap:24px; justify-content:flex-start; padding:7px 0; }
.site-header { background:#fff; border-bottom:1px solid #ececec; position:sticky; top:0; z-index:50; box-shadow:0 1px 7px rgba(0,0,0,.04); }
.header-inner { min-height:96px; display:flex; justify-content:space-between; align-items:center; gap:24px; }
.logo img { display:block; max-width:292px; height:auto; }
.main-nav { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.main-nav a { color:#62a4d1; font-size:17px; font-weight:500; padding:7px 0; }
.main-nav a.active, .main-nav a:hover { color:#297faf; }
.menu-toggle { display:none; border:1px solid #ddd; background:#fff; border-radius:6px; padding:8px 13px; font-weight:bold; }
.home-slider { position:relative; padding:43px 0 68px; background-size:cover; background-position:center; }
.home-slider::before { content:""; position:absolute; inset:0; background:rgba(255,255,255,.74); }
.home-slider .wrap { position:relative; }
.home-icons { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; text-align:center; margin-bottom:58px; }
.home-icon { display:block; color:#5b9fd1; font-size:20px; }
.img-box { display:block; min-height:190px; }
.home-icon img { width:100%; max-width:245px; height:auto; display:block; margin:0 auto 12px; }
.home-icon strong { font-weight:400; }
.hero-copy { text-align:center; color:#666; padding:24px 0; }
.hero-copy h1 { font-size:46px; line-height:1.2; font-weight:400; color:#555; margin:0 0 8px; }
.hero-copy p { font-size:27px; margin:0; color:#777; }
.welcome { text-align:center; padding:45px 0 55px; }
.welcome h2 { color:#5b9fd1; font-weight:400; font-size:32px; margin:0 0 12px; }
.welcome p { max-width:850px; margin:0 auto 22px; font-size:19px; }
.welcome-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.welcome-actions a { border:1px solid #5b9fd1; border-radius:22px; padding:8px 24px; color:#297faf; background:white; }
.inner { padding:38px 0 62px; }
.page-content { max-width:980px; }
.breadcrumbs { color:#999; font-size:14px; display:flex; gap:8px; align-items:center; flex-wrap:wrap; margin-bottom:28px; }
.breadcrumbs a { color:#777; }
h1 { font-size:34px; font-weight:400; line-height:1.35; color:#555; margin:0 0 24px; }
h2 { color:#5b9fd1; font-weight:400; line-height:1.35; }
p, li { font-size:18px; }
.lead { font-size:20px; color:#666; }
.service-title-block { display:grid; grid-template-columns:230px 1fr; gap:34px; align-items:start; margin-bottom:20px; }
.service-title-block img { width:210px; max-width:100%; }
.original-text { border-top:1px solid #eee; padding-top:22px; }
.update-panel { margin-top:28px; background:#f7fbff; border:1px solid #ddecf7; border-radius:8px; padding:22px 28px; }
.update-panel h2 { margin:0 0 14px; font-size:25px; }
.update-panel ul { margin:0; padding-right:22px; }
.team-list { display:grid; gap:0; }
.team-row { display:grid; grid-template-columns:170px 1fr; gap:26px; border-bottom:1px solid #e7e7e7; padding:22px 0; }
.team-row img { width:150px; height:180px; object-fit:cover; background:#eee; }
.team-row h2 { margin:0 0 4px; color:#555; font-size:25px; }
.role { color:#5b9fd1; font-weight:bold; margin:0 0 8px; }
.form { max-width:650px; display:grid; gap:13px; background:#fafafa; border:1px solid #e2e2e2; padding:22px; margin-top:24px; border-radius:6px; }
.form label { display:grid; gap:6px; font-weight:bold; }
.form input, .form textarea { border:1px solid #c3c3c3; border-radius:4px; padding:10px 12px; font:inherit; background:white; color:#333; }
.form button { justify-self:start; border:0; background:#5b9fd1; color:white; padding:9px 28px; border-radius:21px; font-weight:bold; cursor:pointer; }
.partner-area { padding:28px 0 34px; }
.partner-strip { display:grid; grid-template-columns:repeat(6,1fr); gap:22px; align-items:center; padding-top:26px; border-top:1px solid #eee; }
.partner-strip img { display:block; max-width:100%; max-height:70px; object-fit:contain; margin:auto; }
.site-footer { text-align:center; background:#f6f6f6; border-top:1px solid #ddd; padding:25px 0; color:#666; }
.site-footer p { margin:5px 0; font-size:16px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline:3px solid #ffbf47; outline-offset:3px; }
@media(max-width:940px) {
  .menu-toggle { display:inline-flex; }
  .main-nav { display:none; position:absolute; top:96px; left:17px; right:17px; flex-direction:column; align-items:stretch; background:#fff; border:1px solid #ddd; padding:14px; border-radius:8px; box-shadow:0 12px 28px rgba(0,0,0,.12); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:8px 10px; }
  .home-icons { grid-template-columns:repeat(2,1fr); }
  .service-title-block { grid-template-columns:1fr; }
  .partner-strip { grid-template-columns:repeat(3,1fr); }
}
@media(max-width:620px) {
  .top-contact .wrap { flex-direction:column; gap:0; }
  .logo img { max-width:210px; }
  .home-icons { grid-template-columns:1fr; }
  .hero-copy h1 { font-size:34px; }
  .hero-copy p { font-size:22px; }
  .team-row { grid-template-columns:1fr; }
  .team-row img { width:100%; max-width:230px; height:auto; }
  .partner-strip { grid-template-columns:repeat(2,1fr); }
}


/* V4 visual refinement */
body {
  background: #ffffff;
}

.site-header {
  border-bottom: 1px solid #e6e6e6;
}

.header-inner {
  min-height: 104px;
}

.logo img {
  max-width: 302px;
}

.main-nav {
  gap: 16px;
}

.main-nav a {
  font-size: 16px;
  letter-spacing: 0;
}

.home-slider {
  padding-top: 52px;
  padding-bottom: 76px;
}

.home-slider::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.87)),
    radial-gradient(circle at center, rgba(86,163,213,.12), transparent 55%);
}

.home-icons {
  gap: 34px;
}

.home-icon {
  transition: transform .2s ease, opacity .2s ease;
}

.home-icon:hover {
  transform: translateY(-4px);
  text-decoration: none;
}

.home-icon .img-box {
  min-height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-icon img {
  max-width: 255px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

.home-icon strong {
  display: block;
  font-size: 21px;
  color: #5a9ccf;
  margin-top: 3px;
}

.hero-copy {
  margin-top: 12px;
}

.hero-copy h1 {
  font-size: 50px;
}

.hero-copy p {
  font-size: 29px;
}

.welcome {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: linear-gradient(180deg, #fff, #fafafa);
}

.welcome h2 {
  font-size: 34px;
}

.welcome p {
  color: #666;
}

.welcome-actions a {
  transition: background .2s ease, color .2s ease;
}

.welcome-actions a:hover {
  background: #5b9fd1;
  color: #fff;
  text-decoration: none;
}

.inner {
  background: linear-gradient(180deg, #fff, #fcfcfc);
}

.page-content {
  background: #fff;
}

.breadcrumbs {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
}

.service-title-block {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 26px;
}

.service-title-block img {
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.original-text {
  border-top: 0;
}

.update-panel {
  background: #f5fbff;
  border-color: #cfe8f7;
  box-shadow: 0 10px 24px rgba(34, 112, 163, .06);
}

.team-row {
  transition: background .15s ease;
}

.team-row:hover {
  background: #fafafa;
}

.team-row img {
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.partner-area {
  background: #fff;
}

.partner-strip {
  opacity: .92;
}

.site-footer {
  background: #f4f4f4;
}

@media(max-width:620px) {
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p { font-size: 22px; }
}

.home-summary {
  padding: 46px 0;
  background: #fff;
}
.home-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.home-summary article {
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 24px 22px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0,0,0,.035);
}
.home-summary h2 {
  margin: 0 0 10px;
  color: #5b9fd1;
  font-size: 25px;
}
.home-summary p {
  font-size: 17px;
  margin: 0;
}
@media(max-width:840px) {
  .home-summary-grid { grid-template-columns: 1fr; }
}


/* V6 header refinement */
.top-contact {
  background: #ffffff !important;
  border-bottom: 1px solid #eeeeee !important;
  font-size: 15px !important;
  color: #666 !important;
}
.top-contact .wrap {
  justify-content: flex-end !important;
  gap: 28px !important;
  padding: 6px 0 !important;
}
.site-header {
  box-shadow: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
.header-inner {
  min-height: 86px !important;
}
.logo img {
  max-width: 285px !important;
}
.main-nav {
  gap: 15px !important;
}
.main-nav a {
  font-size: 15px !important;
  color: #4f94c4 !important;
  font-weight: 500 !important;
}
.main-nav a:hover,
.main-nav a.active {
  color: #1d6f9f !important;
}
.hero-copy h1 {
  font-size: 44px !important;
}
.hero-copy p {
  font-size: 25px !important;
}


/* V8 link fix + V7 polish */
.logo img{max-width:235px !important;}
.header-inner{min-height:78px !important;}
.main-nav a{font-size:15px !important;}
.hero-copy{
  background: linear-gradient(180deg,#efefef,#dcdcdc) !important;
  border:1px solid #d0d0d0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 8px 20px rgba(0,0,0,.08);
  border-radius:8px;
  max-width:760px;
  margin:20px auto 0 auto !important;
  padding:30px 20px !important;
}
.hero-copy h1{font-size:42px !important;color:#555 !important;}
.hero-copy p{font-size:24px !important;color:#666 !important;}
.home-slider::before{background:rgba(255,255,255,.68) !important;}
