/* ================= GLOBAL RESET ================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Cairo',sans-serif;
}

:root{
--blue:#2563eb;
--green:#22c55e;
--dark:#0b1f3a;
--darker:#08142a;
--light:#ffffff;
--gray:#94a3b8;
}

body{
background:var(--dark);
color:#fff;
transition:.3s;
}

.container{
width:90%;
max-width:1250px;
margin:auto;
}

/* ================= NAVBAR ================= */

.main-header{
background:rgba(8,20,42,.95);
backdrop-filter:blur(10px);
position:sticky;
top:0;
z-index:999;
padding:18px 0;
border-bottom:1px solid rgba(255,255,255,.05);
}

.nav-container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{width:130px}

.main-nav a{
margin:0 14px;
color:#fff;
text-decoration:none;
opacity:.85;
font-size:15px;
}

.main-nav a:hover{
opacity:1;
color:#3B82F6;
}

.nav-actions{
display:flex;
align-items:center;
gap:10px;
}

.lang-btn,.mode-btn{
background:#0f172a;
border:none;
color:#fff;
padding:10px 14px;
border-radius:8px;
cursor:pointer;
}

.login-btn{
padding:10px 16px;
border-radius:8px;
border:1px solid #3B82F6;
cursor:pointer;
}

.signup-btn{
background:var(--green);
padding:10px 18px;
border-radius:8px;
cursor:pointer;
}

/* ================= HERO ================= */

.hero-enterprise{
padding:90px 0;
background:linear-gradient(180deg,#0b1f3a,#08142a);
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:50px;
}

.hero-left h1{
font-size:42px;
line-height:1.4;
margin-bottom:18px;
}

.hero-left p{
opacity:.85;
margin-bottom:25px;
font-size:18px;
}

.hero-buttons{
display:flex;
gap:12px;
margin-bottom:25px;
}

.btn-primary{
background:var(--green);
padding:14px 26px;
border-radius:10px;
cursor:pointer;
font-weight:600;
}

.btn-primary:hover{
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(34,197,94,.4);
}

.btn-outline{
border:1px solid #3B82F6;
padding:14px 26px;
border-radius:10px;
cursor:pointer;
}

.trust-badges span{
margin-left:20px;
opacity:.85;
}

.hero-img{
width:100%;
max-width:500px;
filter:drop-shadow(0 40px 80px rgba(0,0,0,.4));
}

/* ================= TRUST BAR ================= */

.trust-bar{
background:#020617;
padding:25px 0;
border-top:1px solid rgba(255,255,255,.05);
border-bottom:1px solid rgba(255,255,255,.05);
}

.trust-flex{
display:flex;
justify-content:center;
gap:50px;
font-weight:700;
opacity:.8;
}

/* ================= ABOUT ================= */

.about-section{
padding:90px 0;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-left h2{
font-size:34px;
margin-bottom:20px;
}

.about-left p{
opacity:.85;
margin-bottom:15px;
line-height:1.8;
}

.about-stats{
display:flex;
gap:40px;
margin-top:25px;
}

.stat h3{
font-size:28px;
color:#3B82F6;
}

.stat span{
opacity:.7;
}

/* ================= SERVICES ================= */

.services-section{
padding:90px 0;
background:#020617;
}

.section-title{
text-align:center;
font-size:34px;
margin-bottom:50px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.service-card{
background:#0f172a;
padding:35px;
border-radius:16px;
transition:.3s;
border:1px solid rgba(255,255,255,.05);
}

.service-card:hover{
transform:translateY(-6px);
border:1px solid #3B82F6;
}

.service-card i{
font-size:40px;
margin-bottom:15px;
color:#3B82F6;
}

/* ================= HOW ================= */

.how-section{
padding:90px 0;
}

.how-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:40px;
}

.how-step{
background:#0f172a;
padding:30px;
border-radius:14px;
text-align:center;
}

.step-number{
width:45px;
height:45px;
background:#3B82F6;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:10px;
}

/* ================= PAYMENT ================= */

.payment-section{
padding:90px 0;
background:#020617;
text-align:center;
}

.payment-grid{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-top:40px;
}

.pay-card{
background:#0f172a;
padding:18px 30px;
border-radius:12px;
font-weight:700;
}

/* ================= WHY ================= */

.why-section{
padding:90px 0;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:40px;
}

.why-card{
background:#0f172a;
padding:30px;
border-radius:14px;
text-align:center;
}

/* ================= CTA ================= */

.cta-section{
padding:80px 0;
}

.cta-box{
background:linear-gradient(45deg,#2563eb,#1d4ed8);
padding:60px;
border-radius:18px;
text-align:center;
}

.cta-buttons{
margin-top:20px;
display:flex;
justify-content:center;
gap:12px;
}

/* ================= FOOTER ================= */

.enterprise-footer{
background:#020617;
padding:60px 0;
border-top:1px solid rgba(255,255,255,.05);
}

.footer-top{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:40px;
}

.footer-logo{width:120px;margin-bottom:15px}

.footer-col a{
display:block;
margin:6px 0;
opacity:.8;
text-decoration:none;
color:#fff;
}

.footer-col a:hover{
opacity:1;
color:#3B82F6;
}

.footer-legal{
text-align:center;
margin-top:40px;
opacity:.7;
font-size:14px;
}

/* ================================
   AHDX LIGHT MODE FINAL PRO
   Fintech Soft UI
================================ */

body.light{
background:#f4f7fb;
color:#0f172a;
}

/* NAVBAR */
body.light .main-header{
background:#ffffff !important;
border-bottom:1px solid #e6eaf0;
box-shadow:0 2px 10px rgba(0,0,0,.04);
}

body.light .main-nav a{
color:#0f172a;
opacity:.85;
}

body.light .main-nav a:hover{
color:#2563eb;
}

/* HERO */
body.light .hero-enterprise{
background:linear-gradient(180deg,#f4f7fb,#eef2f7);
color:#0f172a;
}

body.light .hero-left p{
color:#475569;
}

/* TRUST BAR (طرق الدفع) */
body.light .trust-bar{
background:#ffffff;
border-top:1px solid #e6eaf0;
border-bottom:1px solid #e6eaf0;
}

body.light .trust-flex div{
background:#f1f5f9;
padding:12px 22px;
border-radius:10px;
border:1px solid #e6eaf0;
color:#0f172a;
font-weight:600;
}

/* ABOUT */
body.light .about-section{
background:#ffffff;
}

body.light .about-left p{
color:#475569;
}

body.light .stat h3{
color:#2563eb;
}

/* SERVICES */
body.light .services-section{
background:#f4f7fb;
}

body.light .service-card{
background:#ffffff;
color:#0f172a;
border:1px solid #e6eaf0;
box-shadow:0 6px 20px rgba(0,0,0,.04);
}

body.light .service-card:hover{
border:1px solid #2563eb;
box-shadow:0 12px 30px rgba(37,99,235,.12);
}

body.light .service-card i{
color:#2563eb;
}

/* HOW */
body.light .how-section{
background:#ffffff;
}

body.light .how-step{
background:#ffffff;
border:1px solid #e6eaf0;
color:#0f172a;
}

body.light .step-number{
background:#2563eb;
color:#fff;
}

/* PAYMENT */
body.light .payment-section{
background:#f4f7fb;
}

body.light .pay-card{
background:#ffffff;
border:1px solid #e6eaf0;
color:#0f172a;
font-weight:700;
box-shadow:0 4px 14px rgba(0,0,0,.04);
}

body.light .pay-card:hover{
background:#f1f5f9;
}

/* WHY */
body.light .why-section{
background:#ffffff;
}

body.light .why-card{
background:#ffffff;
border:1px solid #e6eaf0;
color:#0f172a;
box-shadow:0 4px 18px rgba(0,0,0,.04);
}

/* CTA */
body.light .cta-box{
background:linear-gradient(45deg,#2563eb,#1d4ed8);
color:#fff;
box-shadow:0 25px 60px rgba(37,99,235,.25);
}

/* BUTTONS */
body.light .btn-primary{
background:#22c55e;
color:#fff;
box-shadow:0 6px 20px rgba(34,197,94,.3);
}

body.light .btn-primary:hover{
background:#16a34a;
}

body.light .btn-outline{
border:1px solid #2563eb;
color:#2563eb;
background:#fff;
}

body.light .btn-outline:hover{
background:#2563eb;
color:#fff;
}

/* FOOTER */
body.light .enterprise-footer{
background:#ffffff;
border-top:1px solid #e6eaf0;
color:#0f172a;
}

body.light .footer-col a{
color:#0f172a;
opacity:.8;
}

body.light .footer-col a:hover{
color:#2563eb;
}

body.light .footer-legal{
color:#64748b;
}

/* SHADOW SOFT GLOBAL */
body.light .service-card,
body.light .why-card,
body.light .how-step{
border-radius:16px;
}

