﻿:root{
  --bg:#0b1220;
  --bg2:#0f1b33;
  --card:#0f1a2f;
  --text:#e9eefc;
  --muted:rgba(233,238,252,.75);
  --brand:#f6c35c;
  --brand2:#ffd88a;
  --line:rgba(255,255,255,.10);
  --shadow: 0 18px 45px rgba(0,0,0,.25);
}

*{font-family:"Cairo",system-ui,-apple-system,Segoe UI,Roboto,Arial}
body{background: radial-gradient(1200px 600px at 80% 0%, rgba(246,195,92,.18), transparent 55%),
                 radial-gradient(900px 500px at 10% 20%, rgba(97,163,255,.18), transparent 60%),
                 linear-gradient(180deg, var(--bg), #070b14);
     color:var(--text);
}

a{text-decoration:none}
.section{padding:80px 0}
.section-alt{background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.00))}
.section-head{max-width:820px; margin:0 auto 24px auto; text-align:center}
.section-title{font-weight:800; letter-spacing:.2px}
.section-desc{color:var(--muted); margin:0}

.top-notice{
  background: rgba(255,255,255,.05);
  border-bottom:1px solid var(--line);
  padding:10px 0;
  font-size:14px;
}
.notice-left{color:rgba(255,255,255,.9)}
.notice-link{color:rgba(255,255,255,.85)}
.notice-link:hover{color:var(--brand)}
.sep{color:rgba(255,255,255,.35)}

.nav-glass{
  background: rgba(10,16,30,.70) !important;
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.brand{display:flex; align-items:center; gap:10px}
.brand-logo{width:36px; height:36px; object-fit:contain}
.brand-text{font-weight:800}
.nav-links .nav-link{color:rgba(255,255,255,.85)}
.nav-links .nav-link:hover{color:var(--brand)}

.btn-brand{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border:0;
  color:#1a1206;
  font-weight:800;
  box-shadow: 0 12px 26px rgba(246,195,92,.18);
}
.btn-brand:hover{filter:brightness(.98)}
.btn-outline-brand{
  border:1px solid rgba(246,195,92,.55);
  color:rgba(255,255,255,.92);
}
.btn-outline-brand:hover{
  background: rgba(246,195,92,.12);
  color:#fff;
}

.hero{
  position:relative;
  padding:80px 0 40px 0;
  overflow:hidden;
}
.hero-title{font-weight:900; font-size:clamp(28px, 3.2vw, 48px); line-height:1.15}
.hero-highlight{
  background: linear-gradient(135deg, var(--brand), #ffffff);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub{color:var(--muted); font-size:16px; margin-top:14px}
.badge-soft{
  display:inline-flex; align-items:center; gap:10px;
  background: rgba(246,195,92,.12);
  border:1px solid rgba(246,195,92,.22);
  color:rgba(255,255,255,.9);
  padding:8px 12px;
  border-radius:999px;
  font-weight:700;
}

.hero-actions .btn{border-radius:14px}
.hero-stats{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px;
}
.stat-card{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  box-shadow: var(--shadow);
}
.stat-num{font-weight:900; font-size:18px}
.stat-text{color:var(--muted); font-size:13px}

.hero-media{position:relative}
.hero-img{
  width:100%;
  border-radius:26px;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  object-fit:cover;
  max-height:520px;
}
.hero-float{
  position:absolute;
  display:flex; gap:12px; align-items:center;
  background: rgba(255,255,255,.07);
  border:1px solid var(--line);
  border-radius:18px;
  padding:12px 14px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.hero-float i{color:var(--brand); font-size:20px}
.float-title{font-weight:900; font-size:14px}
.float-sub{color:var(--muted); font-size:12px}
.hero-float-1{top:16px; right:16px}
.hero-float-2{bottom:16px; left:16px}

.hero-wave{
  position:absolute; left:0; right:0; bottom:-2px; height:80px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.03));
  mask-image: radial-gradient(circle at 50% -20%, rgba(0,0,0,1), rgba(0,0,0,0) 70%);
}

.icon-card, .glass-card, .kpi-card, .value-card, .team-card, .contact-info, .contact-form, .quote-card, .plan-box{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow: var(--shadow);
}

.icon-card .icn{
  width:46px; height:46px;
  display:grid; place-items:center;
  border-radius:16px;
  background: rgba(246,195,92,.12);
  border:1px solid rgba(246,195,92,.22);
  color:var(--brand);
  margin-bottom:10px;
}
.icon-card h5{font-weight:900}
.icon-card p{color:var(--muted); margin:0}

.lead-soft{color:var(--muted); font-size:16px}

.list-check .item{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  margin-bottom:10px;
}
.list-check i{color:var(--brand)}

.media-card{position:relative; border-radius:26px; overflow:hidden; border:1px solid var(--line); box-shadow: var(--shadow)}
.media-card img{width:100%; height:360px; object-fit:cover}
.media-overlay{
  position:absolute; inset:auto 0 0 0;
  padding:16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.7));
}
.mo-title{font-weight:900}
.mo-sub{color:rgba(255,255,255,.85); font-size:13px}

.glass-card .card-top{display:flex; justify-content:space-between; margin-bottom:10px}
.tag{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(97,163,255,.12);
  border:1px solid rgba(97,163,255,.20);
  color:rgba(255,255,255,.92);
  font-weight:800;
}
.glass-card p{color:var(--muted); margin:0}

.kpi-card i{font-size:22px; color:var(--brand); margin-bottom:8px}
.kpi-card h6{font-weight:900}
.kpi-card p{color:var(--muted); margin:0}

.quote-card{position:relative}
.quote-card i{color:rgba(246,195,92,.7); font-size:22px; margin-bottom:8px}
.quote-card p{color:rgba(255,255,255,.86)}

.value-card .v-icn{
  width:44px; height:44px; border-radius:16px;
  display:grid; place-items:center;
  background: rgba(246,195,92,.12);
  border:1px solid rgba(246,195,92,.22);
  color:var(--brand);
  margin-bottom:10px;
}
.value-card h6{font-weight:900}
.value-card p{color:var(--muted); margin:0}

.logo-tile{
  height:90px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow: var(--shadow);
}
.logo-tile img{max-height:50px; max-width:80%; object-fit:contain; filter: brightness(1.05)}

.pill-grid{display:flex; flex-wrap:wrap; gap:10px}
.pill{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 14px;
  color:rgba(255,255,255,.88);
  display:inline-flex; align-items:center; gap:8px;
}
.pill i{color:var(--brand)}

.testi-card{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow: var(--shadow);
}
.stars i{color:var(--brand)}
.testi-card p{color:rgba(255,255,255,.86); margin:12px 0 14px 0}
.testi-by{display:flex; align-items:center; gap:10px}
.av{
  width:42px; height:42px; border-radius:16px;
  display:grid; place-items:center;
  background: rgba(97,163,255,.12);
  border:1px solid rgba(97,163,255,.20);
  color:rgba(255,255,255,.92);
}
.name{font-weight:900}
.role{color:var(--muted); font-size:12px}

.plan-box h5{font-weight:900}
.mini-check{display:flex; gap:10px; align-items:center; color:rgba(255,255,255,.88); margin:10px 0}
.mini-check i{color:var(--brand)}

.team-card{text-align:center}
.team-avatar{
  width:60px; height:60px; border-radius:22px;
  display:grid; place-items:center;
  margin:0 auto 10px auto;
  background: rgba(246,195,92,.12);
  border:1px solid rgba(246,195,92,.22);
  color:var(--brand);
  font-size:22px;
}
.team-card h6{font-weight:900; margin:0}
.team-card p{color:var(--muted); margin:6px 0 0 0}
.team-card--cta{display:flex; flex-direction:column; justify-content:center; gap:8px}

.contact-info .info-item{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px 0; border-bottom:1px solid var(--line);
}
.contact-info .info-item:last-child{border-bottom:0}
.info-item i{color:var(--brand); font-size:18px; margin-top:3px}
.info-title{font-weight:900}
.info-sub{color:var(--muted); font-size:13px}
.social{display:flex; gap:10px}
.sbtn{
  width:42px; height:42px; border-radius:16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  color:rgba(255,255,255,.92);
}
.sbtn:hover{background: rgba(246,195,92,.10); color:#fff}

.contact-form .form-head{margin-bottom:12px}
.contact-form .form-control{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  color:rgba(255,255,255,.92);
  border-radius:16px;
}
.contact-form .form-control:focus{
  box-shadow:none;
  border-color: rgba(246,195,92,.55);
}
.form-label{color:rgba(255,255,255,.88); font-weight:700}

.footer{
  padding:24px 0;
  border-top:1px solid var(--line);
  background: rgba(0,0,0,.15);
}
.foot-brand{display:flex; align-items:center; gap:12px}
.foot-brand img{width:38px; height:38px; object-fit:contain}
.fb-title{font-weight:900}
.fb-sub{color:var(--muted); font-size:13px}
.copy{color:rgba(255,255,255,.70)}

.back-top{
  position:fixed;
  bottom:18px;
  left:18px;
  width:44px; height:44px;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:#fff;
  display:none;
  box-shadow: var(--shadow);
}
.back-top.show{display:inline-grid; place-items:center}

@media (max-width: 991px){
  .hero{padding-top:56px}
  .notice-right{display:none !important}
  .hero-stats{grid-template-columns: repeat(2, minmax(0,1fr))}
}
