:root{
  --navy:#071b42;--blue:#0b63f6;--yellow:#ffd700;--red:#ef1d27;--white:#fff;
  --text:#16213a;--muted:#69758c;--line:#e7ebf2;--soft:#f5f8fc;
  --shadow:0 22px 65px rgba(7,27,66,.12);--radius:24px
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Cairo,"Noto Sans SC",sans-serif;color:var(--text);background:#fff;line-height:1.7;overflow-x:hidden}
body[dir="rtl"]{font-family:Cairo,Inter,sans-serif}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin-inline:auto}
.page-glow{position:fixed;z-index:-2;border-radius:50%;filter:blur(80px);opacity:.18}
.glow-a{width:380px;height:380px;background:#0b63f6;top:-120px;left:-130px}
.glow-b{width:340px;height:340px;background:#ffd700;right:-140px;top:350px}
.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,235,242,.85);transition:.3s}
.header.scrolled{box-shadow:0 10px 35px rgba(7,27,66,.08)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}
.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:3px solid var(--yellow);background:red}
.brand div{display:flex;flex-direction:column;line-height:1.05}
.brand strong{font-size:1.05rem;color:var(--navy);letter-spacing:1.5px}
.brand span{font-size:.61rem;font-weight:800;color:var(--blue);letter-spacing:2px}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{font-size:.91rem;font-weight:700;color:#3e4a61;position:relative}
.nav-links a::after{content:"";position:absolute;bottom:-7px;left:50%;width:0;height:2px;background:var(--blue);transition:.25s;transform:translateX(-50%)}
.nav-links a:hover::after{width:100%}
.nav-actions{display:flex;align-items:center;gap:12px}
.language-picker{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:8px 11px;border-radius:12px;background:white}
.language-picker select{border:0;outline:0;background:transparent;font-size:.82rem;font-weight:700;color:var(--navy);cursor:pointer}
.menu-btn{display:none;width:43px;height:43px;border:0;background:#eef4ff;border-radius:12px;padding:10px;cursor:pointer}
.menu-btn span{height:2px;background:var(--navy);display:block;margin:5px 0;transition:.3s}
.hero{min-height:800px;padding:150px 0 90px;background:linear-gradient(135deg,#f8fbff 0%,#fff 50%,#fff9d9 100%);position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#dbeafe 0%,transparent 70%);top:-130px;right:-90px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border-radius:999px;background:#eaf2ff;color:var(--blue);font-size:.76rem;margin-bottom:22px}
.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(255,215,0,.2)}
.hero h1{font-size:clamp(2.55rem,5vw,4.65rem);line-height:1.12;letter-spacing:-2.4px;color:var(--navy)}
.hero-copy>p{font-size:1.04rem;color:var(--muted);max-width:650px;margin-top:24px}
.hero-actions{display:flex;gap:14px;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:13px 24px;font-weight:800;cursor:pointer;transition:.25s}
.btn:hover{transform:translateY(-3px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0644ad);color:white;box-shadow:0 14px 30px rgba(11,99,246,.24)}
.btn-ghost{background:white;color:var(--navy);border:1px solid var(--line)}
.btn-light{background:white;color:var(--blue)}
.trust-row{display:flex;gap:34px;margin-top:42px}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-size:1.35rem;color:var(--navy)}
.trust-row span{font-size:.72rem;color:var(--muted)}
.hero-visual{position:relative}
.visual-card{border-radius:30px;background:white;box-shadow:0 35px 90px rgba(7,27,66,.18);overflow:hidden;transform:rotate(-1.6deg);border:1px solid rgba(255,255,255,.8)}
.screen-bar{height:46px;background:#eef2f7;display:flex;align-items:center;gap:7px;padding:0 18px}
.screen-bar i{width:10px;height:10px;border-radius:50%;background:#c6ceda}
.dashboard{padding:30px;background:linear-gradient(145deg,#f8fbff,#fffef4);min-height:430px}
.dash-header{display:flex;align-items:center;gap:12px}
.dash-header img{width:52px;height:52px;border-radius:50%}
.dash-header div{display:flex;flex-direction:column}
.dash-header span{font-size:.73rem;color:var(--muted)}
.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:27px}
.dash-item{height:112px;border-radius:18px;color:white;padding:17px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 0 1px rgba(255,255,255,.25)}
.dash-item span{font-weight:900;font-size:1.3rem}.dash-item b{font-size:.78rem}
.purple{background:linear-gradient(135deg,#7c3aed,#4c1d95)}.orange{background:linear-gradient(135deg,#f59e0b,#b45309)}.blue{background:linear-gradient(135deg,#2563eb,#1e3a8a)}.green{background:linear-gradient(135deg,#10b981,#065f46)}
.dash-progress{margin-top:24px;background:white;border:1px solid var(--line);padding:16px;border-radius:15px}
.dash-progress div{display:flex;justify-content:space-between;font-size:.75rem}
.dash-progress em{height:8px;background:#edf1f6;display:block;border-radius:99px;margin-top:10px;overflow:hidden}
.dash-progress em i{display:block;width:96%;height:100%;background:linear-gradient(90deg,var(--blue),var(--yellow));border-radius:99px}
.float-card{position:absolute;background:white;padding:10px 14px;border-radius:13px;box-shadow:0 14px 35px rgba(7,27,66,.15);font-size:.74rem;font-weight:800;white-space:nowrap}
.fc1{right:-28px;top:17%}.fc2{left:-35px;bottom:20%}.fc3{right:-15px;bottom:4%}
.logo-strip{border-block:1px solid var(--line);background:white}
.logo-list{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}
.logo-list span{font-weight:900;color:#94a0b4;letter-spacing:.5px}
.section{padding:105px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 52px}
.section-kicker{color:var(--blue);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:1.8px}
.section-head h2,.about-copy h2,.contact-copy h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.3;color:var(--navy);margin-top:10px}
.section-head p,.about-copy>p,.contact-copy>p{color:var(--muted);margin-top:12px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{padding:28px;border-radius:22px;border:1px solid var(--line);background:white;transition:.28s;position:relative;overflow:hidden}
.service-card::before{content:"";position:absolute;height:4px;width:0;left:0;top:0;background:linear-gradient(90deg,var(--blue),var(--yellow));transition:.28s}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.service-card:hover::before{width:100%}
.service-icon{width:56px;height:56px;border-radius:16px;background:#eef4ff;display:grid;place-items:center;font-size:1.5rem;margin-bottom:20px}
.service-card h3{font-size:1.05rem;color:var(--navy)}
.service-card p{color:var(--muted);font-size:.84rem;margin-top:8px}
.software-section{background:linear-gradient(135deg,#061631,#0d2f6c);position:relative;overflow:hidden}
.software-section::before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(11,99,246,.22);filter:blur(70px);right:-200px;top:-200px}
.light h2,.light p{color:white}.light p{opacity:.7}.light .section-kicker{color:var(--yellow)}
.software-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}
.software-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:22px;color:white;min-height:230px;display:flex;flex-direction:column;gap:18px;transition:.25s}
.software-card:hover{transform:translateY(-7px);background:rgba(255,255,255,.13)}
.app-icon{width:57px;height:57px;border-radius:16px;display:grid;place-items:center;font-weight:900;color:white}
.violet{background:#7c3aed}.amber{background:#f59e0b}.blue{background:#2563eb}.green{background:#16a34a}.red{background:#dc2626}.cyan{background:#0891b2}.navy{background:#1e3a8a}.pink{background:#db2777}
.software-card h3{font-size:.98rem}.software-card p{font-size:.76rem;color:#b7c4d9;margin-top:5px}
.software-card>span{margin-top:auto;align-self:flex-start;font-size:.62rem;padding:5px 9px;border-radius:99px;background:rgba(255,215,0,.14);color:#ffe86b;font-weight:800;letter-spacing:1px}
.legal-note{position:relative;color:#b7c4d9;text-align:center;font-size:.72rem;margin-top:28px}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px}
.about-image{position:relative;min-height:500px;display:grid;place-items:center}
.about-image::before{content:"";position:absolute;width:420px;height:420px;border-radius:48% 52% 62% 38%;background:linear-gradient(135deg,#0b63f6,#061631);transform:rotate(-8deg)}
.about-panel{position:relative;width:340px;height:360px;border-radius:30px;background:white;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center}
.about-panel img{width:180px;height:180px;object-fit:cover;border-radius:50%}
.about-panel strong{font-size:2rem;color:var(--navy);letter-spacing:2px;margin-top:12px}
.about-panel span{font-size:.75rem;color:var(--blue);font-weight:900;letter-spacing:3px}
.experience{position:absolute;right:5%;bottom:5%;background:var(--yellow);color:var(--navy);padding:15px 20px;border-radius:16px;box-shadow:0 15px 30px rgba(7,27,66,.15);display:flex;flex-direction:column}
.experience b{font-size:1.7rem}.experience span{font-size:.68rem;font-weight:800}
.about-copy ul{list-style:none;display:grid;gap:13px;margin:28px 0}
.about-copy li{display:flex;align-items:center;gap:10px}
.about-copy li span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#e7f8ee;color:#159447;font-weight:900}
.about-copy li b{font-size:.86rem}
.cta-section{padding:0 0 105px}
.cta{background:linear-gradient(135deg,var(--blue),#071b42);border-radius:28px;padding:45px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:white;box-shadow:0 25px 55px rgba(11,99,246,.22)}
.cta span{color:#dbeafe;font-size:.78rem}.cta h2{font-size:clamp(1.5rem,3vw,2.4rem);margin-top:5px}
.contact-section{background:var(--soft)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}
.contact-cards{display:grid;gap:14px;margin-top:30px}
.contact-cards>a,.contact-cards>div{background:white;border:1px solid var(--line);border-radius:17px;padding:15px;display:flex;align-items:center;gap:13px}
.contact-cards i{width:43px;height:43px;border-radius:13px;background:#eaf2ff;display:grid;place-items:center;font-style:normal;color:var(--blue)}
.contact-cards div div,.contact-cards a div{display:flex;flex-direction:column}
.contact-cards small{color:var(--muted)}.contact-cards b{font-size:.82rem}
.contact-form{background:white;border-radius:24px;padding:30px;box-shadow:var(--shadow);display:grid;gap:17px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.contact-form label{display:grid;gap:7px;font-size:.78rem;font-weight:800;color:var(--navy)}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;outline:0;background:#fcfdff;color:var(--text);transition:.2s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,99,246,.08)}
#formStatus{min-height:20px;font-size:.75rem;color:#168544}
.footer{background:#041126;color:white;padding-top:65px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px;padding-bottom:48px}
.footer .brand strong{color:white}.footer-about p{max-width:380px;color:#91a0b7;font-size:.82rem;margin-top:16px}
.footer h4{margin-bottom:15px}.footer a,.footer p{display:block;color:#91a0b7;font-size:.8rem;margin-top:8px}
.copyright{text-align:center;padding:19px;border-top:1px solid rgba(255,255,255,.08);color:#70819b;font-size:.72rem}
.whatsapp{position:fixed;left:22px;bottom:22px;width:55px;height:55px;border-radius:50%;background:#22c55e;color:white;display:grid;place-items:center;font-size:1.55rem;box-shadow:0 15px 35px rgba(34,197,94,.35);z-index:999}
body[dir="rtl"] .whatsapp{left:auto;right:22px}
.reveal{opacity:0;transform:translateY(25px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .menu-btn{display:block}.nav-links{position:absolute;top:82px;left:4%;right:4%;display:none;flex-direction:column;align-items:stretch;gap:0;background:white;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}.nav-links a{padding:12px}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}
  .hero-visual{max-width:650px;margin-inline:auto;width:100%}.service-grid{grid-template-columns:repeat(2,1fr)}
  .software-grid{grid-template-columns:repeat(2,1fr)}.about-copy{text-align:center}.about-copy ul{max-width:520px;margin-inline:auto;margin-block:28px}
  .about-copy li{justify-content:center}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}
}
@media(max-width:640px){
  .nav{height:72px}.brand img{width:45px;height:45px}.brand strong{font-size:.9rem}.brand span{font-size:.51rem}
  .language-picker span{display:none}.language-picker{padding:7px}.language-picker select{max-width:82px}
  .nav-links{top:72px}.hero{padding:120px 0 70px;min-height:auto}.hero h1{font-size:2.35rem;letter-spacing:-1.3px}
  .hero-actions{flex-direction:column}.trust-row{gap:18px;flex-wrap:wrap}.visual-card{transform:none}.dashboard{padding:20px;min-height:360px}
  .dash-item{height:95px}.float-card{font-size:.64rem}.fc1{right:-5px}.fc2{left:-5px}.fc3{right:5px}
  .logo-list{justify-content:center;padding:20px 0}.logo-list span{font-size:.78rem}.section{padding:76px 0}
  .service-grid,.software-grid,.footer-grid,.form-row{grid-template-columns:1fr}.service-card{padding:24px}
  .about-image{min-height:420px}.about-image::before{width:315px;height:315px}.about-panel{width:270px;height:310px}
  .about-panel img{width:145px;height:145px}.experience{right:0}.cta-section{padding-bottom:76px}.cta{padding:32px 24px;flex-direction:column;text-align:center}
  .contact-form{padding:22px}.footer-grid{text-align:center}.footer .brand{justify-content:center}.footer-about p{margin-inline:auto}
}


/* ===== Desktop / Laptop refinement ===== */
@media (min-width: 1100px) {
  .container {
    width: min(1240px, 90%);
  }

  .nav {
    height: 90px;
  }

  .header .brand img {
    width: 58px;
    height: 58px;
  }

  .header .brand strong {
    font-size: 1.08rem;
  }

  .nav-links {
    gap: 34px;
  }

  .nav-links a {
    font-size: .95rem;
  }

  .hero {
    min-height: 860px;
    padding: 170px 0 110px;
  }

  .hero-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 5.2vw, 5.2rem);
    line-height: 1.08;
    letter-spacing: -3px;
  }

  .hero-copy > p {
    font-size: 1.1rem;
    line-height: 1.95;
    max-width: 620px;
  }

  .hero-actions {
    margin-top: 36px;
  }

  .btn {
    min-height: 52px;
    padding-inline: 28px;
  }

  .trust-row {
    gap: 44px;
    margin-top: 48px;
  }

  .trust-row strong {
    font-size: 1.55rem;
  }

  .hero-visual {
    max-width: 610px;
    justify-self: end;
  }

  .visual-card {
    border-radius: 34px;
  }

  .dashboard {
    min-height: 480px;
    padding: 34px;
  }

  .dash-grid {
    gap: 18px;
  }

  .dash-item {
    height: 126px;
    border-radius: 20px;
    padding: 20px;
  }

  .section {
    padding: 120px 0;
  }

  .section-head {
    margin-bottom: 58px;
  }

  .section-head h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.3rem, 3.7vw, 3.45rem);
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .service-card {
    min-height: 260px;
    padding: 32px;
  }

  .service-card h3 {
    font-size: 1.12rem;
  }

  .service-card p {
    font-size: .9rem;
  }

  .software-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .software-card {
    min-height: 250px;
    padding: 25px;
  }

  .about-grid {
    gap: 100px;
  }

  .about-image {
    min-height: 540px;
  }

  .about-panel {
    width: 370px;
    height: 390px;
  }

  .contact-grid {
    grid-template-columns: .82fr 1.18fr;
    gap: 85px;
  }

  .contact-form {
    padding: 36px;
  }

  .footer-grid {
    gap: 70px;
  }
}

@media (min-width: 1450px) {
  .container {
    width: min(1320px, 88%);
  }

  .hero-grid {
    gap: 110px;
  }

  .hero h1 {
    font-size: 5.45rem;
  }

  .hero-visual {
    max-width: 650px;
  }
}


@media (min-width: 981px) {
  .service-card:nth-child(2),
  .service-card:nth-child(5) {
    transform: translateY(14px);
  }

  .service-card:nth-child(2):hover,
  .service-card:nth-child(5):hover {
    transform: translateY(6px);
  }

  .software-card:nth-child(2),
  .software-card:nth-child(6) {
    transform: translateY(12px);
  }

  .software-card:nth-child(2):hover,
  .software-card:nth-child(6):hover {
    transform: translateY(5px);
  }
}
