:root{
  --smvex-navy:#0b2545;
  --smvex-blue:#2f80ed;
  --smvex-baby:#8ec5ff;
  --smvex-green:#00b27a;
  --smvex-bg:#f5f8ff;
  --smvex-text:#4b5563;
  --smvex-card:#ffffff;
  --smvex-border:rgba(11,37,69,.10);
  --smvex-shadow: 0 14px 35px rgba(11,37,69,.10);
  --navy: #0c1a43;
  --gold: #c9a84c;
  --gold-light: #e8c96a;
  --cream: #f9f6f0;
  --white: #ffffff;
  --text-muted: #6b7280;
  --accent: #1e3a8a;
}
.about__page.smvex2{
  padding:70px 18px;
  background:
    radial-gradient(900px 400px at 20% 10%, rgba(47,128,237,.14), transparent 60%),
    radial-gradient(900px 400px at 85% 20%, rgba(0,178,122,.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--smvex-bg) 100%);
  font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

.about__page.smvex2 .wrap{max-width:1200px;margin:0 auto;}

.about__page.smvex2 .top{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:18px; flex-wrap:wrap; margin-bottom:26px;
}
.about__page.smvex2 .brand{
  flex:1; min-width:260px;
  background: linear-gradient(135deg, var(--smvex-navy), #123b6d);
  color:#fff;
  padding:22px 22px;
  border-radius:18px;
  box-shadow: var(--smvex-shadow);
  border:1px solid rgba(255,255,255,.18);
  position:relative;
  overflow:hidden;
}
.about__page.smvex2 .brand:before{
  content:"";
  position:absolute; inset:-60px -80px auto auto;
  width:220px; height:220px;
  background: radial-gradient(circle, rgba(142,197,255,.55), transparent 60%);
  transform:rotate(20deg);
}
.about__page.smvex2 .brand h2{
  margin:0 0 8px; font-size:28px; letter-spacing:.2px;
  color: #fff;
}
.about__page.smvex2 .brand p{
  margin:0; opacity:.92; font-size:14px; line-height:1.6;
  max-width:680px;
}
.about__page.smvex2 .pillRow{
  margin-top:14px; display:flex; gap:10px; flex-wrap:wrap;
}
.about__page.smvex2 .pill{
  font-size:12px; padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

.about__page.smvex2 .commit{
  flex:0 0 320px; min-width:260px;
  background: #fff;
  border:1px solid var(--smvex-border);
  border-radius:18px;
  padding:18px 18px;
  box-shadow: 0 10px 28px rgba(11,37,69,.08);
}
.about__page.smvex2 .commit .tag{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:700;
  color: var(--smvex-green);
  background: rgba(0,178,122,.08);
  border:1px solid rgba(0,178,122,.18);
  padding:7px 10px;
  border-radius:999px;
}
.about__page.smvex2 .commit p{
  margin:12px 0 0; color:var(--smvex-text); font-size:14px; line-height:1.7;
}

.about__page.smvex2 .grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:18px;
}

.about__page.smvex2 .card{
  grid-column: span 4;
  background: var(--smvex-card);
  border:1px solid var(--smvex-border);
  border-radius:18px;
  padding:22px 22px;
  box-shadow: 0 12px 30px rgba(11,37,69,.08);
  display:flex;
  flex-direction:column;
  min-height: 420px; /* نفس الطول */
  position:relative;
  overflow:hidden;
}
.about__page.smvex2 .card:after{
  content:"";
  position:absolute; inset:auto -60px -60px auto;
  width:200px;height:200px;
  background: radial-gradient(circle, rgba(47,128,237,.14), transparent 60%);
}
.about__page.smvex2 .card:hover{
  transform: translateY(-6px);
  transition:.25s ease;
}

.about__page.smvex2 .head{
  display:flex; align-items:center; gap:12px;
  margin-bottom:10px;
}
.about__page.smvex2 .icon{
  width:44px; height:44px;
  border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(47,128,237,.14), rgba(0,178,122,.10));
  border:1px solid rgba(47,128,237,.18);
}
.about__page.smvex2 .icon svg{width:22px;height:22px; fill: var(--smvex-navy);}

.about__page.smvex2 h3{
  margin:0;
  color: var(--smvex-navy);
  font-size:18px;
}
.about__page.smvex2 .text{
  color: var(--smvex-text);
  font-size:14px; line-height:1.75;
  margin:10px 0 0;
}
.about__page.smvex2 .divider{
  height:1px; background: rgba(11,37,69,.10);
  margin:16px 0;
}
.about__page.smvex2 .list{
  margin:0; padding:0; list-style:none;
  display:flex; flex-direction:column; gap:10px;
}
.about__page.smvex2 .list li{
  display:flex; align-items:flex-start; gap:10px;
  color: var(--smvex-text);
  font-size:14px; line-height:1.55;
}
.about__page.smvex2 .check{
  width:20px;height:20px; border-radius:6px;
  background: rgba(0,178,122,.10);
  border:1px solid rgba(0,178,122,.20);
  display:grid; place-items:center; flex:0 0 auto;
}
.about__page.smvex2 .check svg{width:12px;height:12px; fill: var(--smvex-green);}

.about__page.smvex2 .quote{
  margin-top:auto; /* يخلي الشهادة لتحت وتبقى نفس الطول */
  padding:14px 14px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(142,197,255,.18), rgba(0,178,122,.10));
  border:1px solid rgba(11,37,69,.10);
  color: var(--smvex-navy);
  font-size:13px; line-height:1.65;
}

.about__page.smvex2 .footer{
  text-align:center;
  margin-top:22px;
  color: var(--smvex-navy);
  font-weight:800;
}
.about__page.smvex2 .footer small{
  display:block;
  margin-top:6px;
  color: var(--smvex-text);
  font-weight:600;
}

@media (max-width: 980px){
  .about__page.smvex2 .card{grid-column: span 6; min-height: 420px;}
}
@media (max-width: 620px){
  .about__page.smvex2 .top{gap:12px;}
  .about__page.smvex2 .commit{flex:1;}
  .about__page.smvex2 .card{grid-column: span 12; min-height: auto;}
}
.about_arabe.smvex2-ar{
  padding:70px 18px;
  background:
    radial-gradient(900px 400px at 20% 10%, rgba(47,128,237,.14), transparent 60%),
    radial-gradient(900px 400px at 85% 20%, rgba(0,178,122,.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--smvex-bg) 100%);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  direction: rtl;
}

.about_arabe.smvex2-ar .wrap{max-width:1200px;margin:0 auto;}

.about_arabe.smvex2-ar .top{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:18px; flex-wrap:wrap; margin-bottom:26px;
}
.about_arabe.smvex2-ar .brand{
  flex:1; min-width:260px;
  background: linear-gradient(135deg, var(--smvex-navy), #123b6d);
  color:#fff;
  padding:22px 22px;
  border-radius:18px;
  box-shadow: var(--smvex-shadow);
  border:1px solid rgba(255,255,255,.18);
  position:relative;
  overflow:hidden;
}
.about_arabe.smvex2-ar .brand:before{
  content:"";
  position:absolute; inset:-60px auto auto -80px; /* جهة اليسار RTL */
  width:220px; height:220px;
  background: radial-gradient(circle, rgba(142,197,255,.55), transparent 60%);
  transform:rotate(20deg);
}
.about_arabe.smvex2-ar .brand h2{
  margin:0 0 8px; font-size:28px; letter-spacing:.2px;
}
.about_arabe.smvex2-ar .brand p{
  margin:0; opacity:.92; font-size:14px; line-height:1.9;
  max-width:760px;
}
.about_arabe.smvex2-ar .pillRow{
  margin-top:14px; display:flex; gap:10px; flex-wrap:wrap;
}
.about_arabe.smvex2-ar .pill{
  font-size:12px; padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

.about_arabe.smvex2-ar .commit{
  flex:0 0 320px; min-width:260px;
  background: #fff;
  border:1px solid var(--smvex-border);
  border-radius:18px;
  padding:18px 18px;
  box-shadow: 0 10px 28px rgba(11,37,69,.08);
}
.about_arabe.smvex2-ar .commit .tag{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:700;
  color: var(--smvex-green);
  background: rgba(0,178,122,.08);
  border:1px solid rgba(0,178,122,.18);
  padding:7px 10px;
  border-radius:999px;
}
.about_arabe.smvex2-ar .commit p{
  margin:12px 0 0; color:var(--smvex-text); font-size:14px; line-height:1.9;
}

.about_arabe.smvex2-ar .grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:18px;
}

.about_arabe.smvex2-ar .card{
  grid-column: span 4;
  background: var(--smvex-card);
  border:1px solid var(--smvex-border);
  border-radius:18px;
  padding:22px 22px;
  box-shadow: 0 12px 30px rgba(11,37,69,.08);
  display:flex;
  flex-direction:column;
  min-height: 430px; /* نفس الطول */
  position:relative;
  overflow:hidden;
}
.about_arabe.smvex2-ar .card:after{
  content:"";
  position:absolute; inset:auto auto -60px -60px; /* جهة اليسار RTL */
  width:200px;height:200px;
  background: radial-gradient(circle, rgba(47,128,237,.14), transparent 60%);
}
.about_arabe.smvex2-ar .card:hover{
  transform: translateY(-6px);
  transition:.25s ease;
}

.about_arabe.smvex2-ar .head{
  display:flex; align-items:center; gap:12px;
  margin-bottom:10px;
}
.about_arabe.smvex2-ar .icon{
  width:44px; height:44px;
  border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(47,128,237,.14), rgba(0,178,122,.10));
  border:1px solid rgba(47,128,237,.18);
}
.about_arabe.smvex2-ar .icon svg{width:22px;height:22px; fill: var(--smvex-navy);}

.about_arabe.smvex2-ar h3{
  margin:0;
  color: var(--smvex-navy);
  font-size:18px;
}
.about_arabe.smvex2-ar .text{
  color: var(--smvex-text);
  font-size:14px; line-height:1.95;
  margin:10px 0 0;
}
.about_arabe.smvex2-ar .divider{
  height:1px; background: rgba(11,37,69,.10);
  margin:16px 0;
}

.about_arabe.smvex2-ar .list{
  margin:0; padding:0; list-style:none;
  display:flex; flex-direction:column; gap:10px;
}
.about_arabe.smvex2-ar .list li{
  display:flex; align-items:flex-start; gap:10px;
  color: var(--smvex-text);
  font-size:14px; line-height:1.7;
}
.about_arabe.smvex2-ar .check{
  width:20px;height:20px; border-radius:6px;
  background: rgba(0,178,122,.10);
  border:1px solid rgba(0,178,122,.20);
  display:grid; place-items:center; flex:0 0 auto;
}
.about_arabe.smvex2-ar .check svg{width:12px;height:12px; fill: var(--smvex-green);}

.about_arabe.smvex2-ar .quote{
  margin-top:auto;
  padding:14px 14px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(142,197,255,.18), rgba(0,178,122,.10));
  border:1px solid rgba(11,37,69,.10);
  color: var(--smvex-navy);
  font-size:13px; line-height:1.9;
}

.about_arabe.smvex2-ar .footer{
  text-align:center;
  margin-top:22px;
  color: var(--smvex-navy);
  font-weight:800;
}
.about_arabe.smvex2-ar .footer small{
  display:block;
  margin-top:6px;
  color: var(--smvex-text);
  font-weight:600;
}

@media (max-width: 980px){
  .about_arabe.smvex2-ar .card{grid-column: span 6; min-height: 430px;}
}
@media (max-width: 620px){
  .about_arabe.smvex2-ar .top{gap:12px;}
  .about_arabe.smvex2-ar .commit{flex:1;}
  .about_arabe.smvex2-ar .card{grid-column: span 12; min-height: auto;}
}
.smvex-cgu.condition{
  padding:70px 18px;
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(47,128,237,.12), transparent 60%),
    radial-gradient(900px 420px at 85% 25%, rgba(0,178,122,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--smvex-bg) 100%);
  font-family:"Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

.smvex-cgu.condition .wrap{max-width:1100px;margin:0 auto;}

.smvex-cgu.condition .hero{
  background: linear-gradient(135deg, var(--smvex-navy), #123b6d);
  color:#fff;
  border-radius:18px;
  padding:26px 22px;
  box-shadow: var(--smvex-shadow);
  border:1px solid rgba(255,255,255,.16);
  position:relative;
  overflow:hidden;
  margin-bottom:18px;
}
.smvex-cgu.condition .hero:before{
  content:"";
  position:absolute; inset:-70px -80px auto auto;
  width:260px;height:260px;
  background: radial-gradient(circle, rgba(142,197,255,.55), transparent 60%);
  transform:rotate(20deg);
}
.smvex-cgu.condition h1{
  margin:0 0 8px;
  font-size:28px;
  letter-spacing:.2px;
}
.smvex-cgu.condition .hero p{
  margin:0;
  opacity:.92;
  font-size:14px;
  line-height:1.8;
  max-width:850px;
}
.smvex-cgu.condition .badges{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top:14px;
}
.smvex-cgu.condition .badge{
  font-size:12px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

.smvex-cgu.condition .grid{
  display:grid;
  grid-template-columns: 1fr 330px;
  gap:16px;
  align-items:start;
}

.smvex-cgu.condition .panel{
  background:#fff;
  border:1px solid var(--smvex-border);
  border-radius:18px;
  box-shadow: 0 12px 30px rgba(11,37,69,.08);
  overflow:hidden;
}

.smvex-cgu.condition .toc{
  padding:18px;
}
.smvex-cgu.condition .toc .title{
  display:flex; align-items:center; gap:10px;
  margin-bottom:10px;
  color:var(--smvex-navy);
  font-weight:800;
}
.smvex-cgu.condition .toc .title span{
  width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, rgba(47,128,237,.14), rgba(0,178,122,.10));
  border:1px solid rgba(47,128,237,.18);
}
.smvex-cgu.condition .toc a{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  text-decoration:none;
  color:var(--smvex-text);
  font-size:14px;
  padding:10px 10px;
  border-radius:12px;
  border:1px solid rgba(11,37,69,.08);
  background: rgba(245,248,255,.6);
  margin-top:10px;
  transition:.2s ease;
}
.smvex-cgu.condition .toc a:hover{
  transform: translateY(-2px);
  border-color: rgba(47,128,237,.25);
}
.smvex-cgu.condition .toc a b{
  color:var(--smvex-navy);
  font-weight:800;
}
.smvex-cgu.condition .toc a i{
  font-style:normal;
  color: var(--smvex-green);
  font-weight:800;
}

.smvex-cgu.condition .content{
  padding:18px;
}
.smvex-cgu.condition .note{
  background: linear-gradient(135deg, rgba(142,197,255,.18), rgba(0,178,122,.10));
  border:1px solid rgba(11,37,69,.10);
  border-radius:16px;
  padding:14px 14px;
  color: var(--smvex-navy);
  font-size:13px;
  line-height:1.7;
  margin-bottom:14px;
}

.smvex-cgu.condition .article{
  border:1px solid rgba(11,37,69,.10);
  border-radius:16px;
  padding:16px 16px;
  background:#fff;
  margin-bottom:12px;
  position:relative;
  overflow:hidden;
}
.smvex-cgu.condition .article:after{
  content:"";
  position:absolute; inset:auto -70px -70px auto;
  width:220px;height:220px;
  background: radial-gradient(circle, rgba(47,128,237,.12), transparent 60%);
}
.smvex-cgu.condition .article h3{
  margin:0 0 8px;
  color: var(--smvex-navy);
  font-size:16px;
  display:flex; align-items:center; gap:10px;
}
.smvex-cgu.condition .num{
  width:32px;height:32px;border-radius:12px;
  display:grid;place-items:center;
  background: rgba(47,128,237,.10);
  border:1px solid rgba(47,128,237,.18);
  color: var(--smvex-navy);
  font-weight:900;
  font-size:13px;
}
.smvex-cgu.condition .article p{
  margin:0;
  color: var(--smvex-text);
  font-size:14px;
  line-height:1.85;
}
.smvex-cgu.condition .article ul{
  margin:10px 0 0;
  padding-left:18px;
  color: var(--smvex-text);
  font-size:14px;
  line-height:1.8;
}
.smvex-cgu.condition .article li{margin:6px 0;}

.smvex-cgu.condition .sideBox{
  padding:18px;
}
.smvex-cgu.condition .sideBox .miniTitle{
  color:var(--smvex-navy);
  font-weight:900;
  margin:0 0 10px;
}
.smvex-cgu.condition .chip{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:800;
  color: var(--smvex-green);
  background: rgba(0,178,122,.08);
  border:1px solid rgba(0,178,122,.18);
  padding:8px 10px;
  border-radius:999px;
  margin:6px 6px 0 0;
}
.smvex-cgu.condition .footer{
  text-align:center;
  margin-top:18px;
  color: var(--smvex-navy);
  font-weight:900;
}
.smvex-cgu.condition .footer small{
  display:block;
  margin-top:6px;
  color: var(--smvex-text);
  font-weight:600;
}

@media (max-width: 980px){
  .smvex-cgu.condition .grid{grid-template-columns:1fr;}
}
.smvex-cgu-ar.condition_ar{
  padding:70px 18px;
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(47,128,237,.12), transparent 60%),
    radial-gradient(900px 420px at 85% 25%, rgba(0,178,122,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--smvex-bg) 100%);
  font-family:"Segoe UI", Tahoma, Arial, sans-serif;
  direction: rtl;
}

.smvex-cgu-ar.condition_ar .wrap{max-width:1100px;margin:0 auto;}

.smvex-cgu-ar.condition_ar .hero{
  background: linear-gradient(135deg, var(--smvex-navy), #123b6d);
  color:#fff;
  border-radius:18px;
  padding:26px 22px;
  box-shadow: var(--smvex-shadow);
  border:1px solid rgba(255,255,255,.16);
  position:relative;
  overflow:hidden;
  margin-bottom:18px;
}
.smvex-cgu-ar.condition_ar .hero:before{
  content:"";
  position:absolute; inset:-70px auto auto -80px; /* جهة اليسار RTL */
  width:260px;height:260px;
  background: radial-gradient(circle, rgba(142,197,255,.55), transparent 60%);
  transform:rotate(20deg);
}
.smvex-cgu-ar.condition_ar h1{
  margin:0 0 8px;
  font-size:28px;
  letter-spacing:.2px;
}
.smvex-cgu-ar.condition_ar .hero p{
  margin:0;
  opacity:.92;
  font-size:14px;
  line-height:1.95;
  max-width:900px;
}
.smvex-cgu-ar.condition_ar .badges{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top:14px;
}
.smvex-cgu-ar.condition_ar .badge{
  font-size:12px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

.smvex-cgu-ar.condition_ar .grid{
  display:grid;
  grid-template-columns: 1fr 330px;
  gap:16px;
  align-items:start;
}

.smvex-cgu-ar.condition_ar .panel{
  background:#fff;
  border:1px solid var(--smvex-border);
  border-radius:18px;
  box-shadow: 0 12px 30px rgba(11,37,69,.08);
  overflow:hidden;
}

.smvex-cgu-ar.condition_ar .toc{padding:18px;}
.smvex-cgu-ar.condition_ar .toc .title{
  display:flex; align-items:center; gap:10px;
  margin-bottom:10px;
  color:var(--smvex-navy);
  font-weight:900;
}
.smvex-cgu-ar.condition_ar .toc .title span{
  width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, rgba(47,128,237,.14), rgba(0,178,122,.10));
  border:1px solid rgba(47,128,237,.18);
}
.smvex-cgu-ar.condition_ar .toc a{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  text-decoration:none;
  color:var(--smvex-text);
  font-size:14px;
  padding:10px 10px;
  border-radius:12px;
  border:1px solid rgba(11,37,69,.08);
  background: rgba(245,248,255,.6);
  margin-top:10px;
  transition:.2s ease;
}
.smvex-cgu-ar.condition_ar .toc a:hover{
  transform: translateY(-2px);
  border-color: rgba(47,128,237,.25);
}
.smvex-cgu-ar.condition_ar .toc a b{
  color:var(--smvex-navy);
  font-weight:900;
}
.smvex-cgu-ar.condition_ar .toc a i{
  font-style:normal;
  color: var(--smvex-green);
  font-weight:900;
}

.smvex-cgu-ar.condition_ar .content{padding:18px;}
.smvex-cgu-ar.condition_ar .note{
  background: linear-gradient(135deg, rgba(142,197,255,.18), rgba(0,178,122,.10));
  border:1px solid rgba(11,37,69,.10);
  border-radius:16px;
  padding:14px 14px;
  color: var(--smvex-navy);
  font-size:13px;
  line-height:1.9;
  margin-bottom:14px;
}

.smvex-cgu-ar.condition_ar .article{
  border:1px solid rgba(11,37,69,.10);
  border-radius:16px;
  padding:16px 16px;
  background:#fff;
  margin-bottom:12px;
  position:relative;
  overflow:hidden;
}
.smvex-cgu-ar.condition_ar .article:after{
  content:"";
  position:absolute; inset:auto auto -70px -70px; /* جهة اليسار RTL */
  width:220px;height:220px;
  background: radial-gradient(circle, rgba(47,128,237,.12), transparent 60%);
}
.smvex-cgu-ar.condition_ar .article h2{
  margin:0 0 8px;
  color: var(--smvex-navy);
  font-size:16px;
  display:flex; align-items:center; gap:10px;
}
.smvex-cgu-ar.condition_ar .num{
  width:32px;height:32px;border-radius:12px;
  display:grid;place-items:center;
  background: rgba(47,128,237,.10);
  border:1px solid rgba(47,128,237,.18);
  color: var(--smvex-navy);
  font-weight:900;
  font-size:13px;
}
.smvex-cgu-ar.condition_ar .article p{
  margin:0;
  color: var(--smvex-text);
  font-size:14px;
  line-height:1.95;
}
.smvex-cgu-ar.condition_ar .article ul{
  margin:10px 0 0;
  padding:0 18px 0 0; /* RTL */
  color: var(--smvex-text);
  font-size:14px;
  line-height:1.9;
}
.smvex-cgu-ar.condition_ar .article li{margin:6px 0;}

.smvex-cgu-ar.condition_ar .sideBox{padding:18px;}
.smvex-cgu-ar.condition_ar .sideBox .miniTitle{
  color:var(--smvex-navy);
  font-weight:900;
  margin:0 0 10px;
}
.smvex-cgu-ar.condition_ar .chip{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:900;
  color: var(--smvex-green);
  background: rgba(0,178,122,.08);
  border:1px solid rgba(0,178,122,.18);
  padding:8px 10px;
  border-radius:999px;
  margin:6px 6px 0 0;
}

.smvex-cgu-ar.condition_ar .footer{
  text-align:center;
  margin-top:18px;
  color: var(--smvex-navy);
  font-weight:900;
}
.smvex-cgu-ar.condition_ar .footer small{
  display:block;
  margin-top:6px;
  color: var(--smvex-text);
  font-weight:700;
}

@media (max-width: 980px){
  .smvex-cgu-ar.condition_ar .grid{grid-template-columns:1fr;}
}
.smvex-section_about_fr{
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 24px 80px;
    }

    /* HEADER */
    .smvex-section_about_fr .section-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .smvex-section_about_fr .section-header::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
      margin: 20px auto 0;
      border-radius: 2px;
    }

    .smvex-section_about_fr .section-header h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(28px, 4vw, 46px);
      font-weight: 900;
      color: var(--navy);
      line-height: 1.15;
    }

    .smvex-section_about_fr .section-header h2 span {
      color: var(--gold);
    }

    .smvex-section_about_fr .section-header .subtitle {
      margin-top: 14px;
      font-size: 15px;
      font-weight: 600;
      color: var(--navy);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      opacity: 0.65;
    }

    /* INTRO CARD */
    .smvex-section_about_fr .intro-card {
      background: var(--navy);
      color: var(--white);
      border-radius: 4px;
      padding: 40px 48px;
      margin-bottom: 48px;
      position: relative;
      overflow: hidden;
      animation: fadeUp 0.5s ease both;
    }

    .smvex-section_about_fr .intro-card::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -60px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(201, 168, 76, 0.12);
    }

    .smvex-section_about_fr .intro-card p {
      font-size: 17px;
      line-height: 1.8;
      opacity: 0.92;
      position: relative;
      z-index: 1;
    }

    .smvex-section_about_fr .intro-card strong {
      color: var(--gold-light);
    }

    /* SERVICES GRID */
    .smvex-section_about_fr .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 24px;
      margin-bottom: 48px;
    }

    .smvex-section_about_fr .service-card {
      background: var(--white);
      border-radius: 4px;
      padding: 32px 28px;
      border-top: 4px solid transparent;
      box-shadow: 0 2px 12px rgba(12, 26, 67, 0.06);
      transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s;
      animation: fadeUp 0.5s ease both;
    }

    .smvex-section_about_fr .service-card:nth-child(2) {
      animation-delay: 0.08s;
    }

    .smvex-section_about_fr .service-card:nth-child(3) {
      animation-delay: 0.16s;
    }

    .smvex-section_about_fr .service-card:nth-child(4) {
      animation-delay: 0.24s;
    }

    .smvex-section_about_fr .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(12, 26, 67, 0.12);
      border-top-color: var(--gold);
    }

    .smvex-section_about_fr .service-icon {
      width: 52px;
      height: 52px;
      background: linear-gradient(135deg, var(--navy), var(--accent));
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      font-size: 22px;
    }

    .smvex-section_about_fr .service-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .smvex-section_about_fr .service-card p {
      font-size: 14px;
      line-height: 1.7;
      color: var(--text-muted);
    }

    /* COMMITMENTS */
    .smvex-section_about_fr .commitments-block {
      background: linear-gradient(135deg, #f0ece2 0%, var(--cream) 100%);
      border-radius: 4px;
      padding: 40px 48px;
      margin-bottom: 48px;
      border-left: 5px solid var(--gold);
      animation: fadeUp 0.5s 0.1s ease both;
    }

    .smvex-section_about_fr .commitments-block h3 {
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      color: var(--navy);
      margin-bottom: 24px;
      font-weight: 700;
    }

    .smvex-section_about_fr .commit-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      list-style: none;
    }

    .smvex-section_about_fr .commit-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 14px;
      color: var(--navy);
      line-height: 1.6;
    }

    .smvex-section_about_fr .check {
      width: 24px;
      height: 24px;
      background: var(--gold);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 13px;
    }

    /* CTA BANNER */
    .smvex-section_about_fr .cta-banner {
      background: linear-gradient(100deg, var(--navy) 60%, #1e3a8a 100%);
      border-radius: 4px;
      padding: 36px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      animation: fadeUp 0.5s 0.18s ease both;
    }

    .smvex-section_about_fr .cta-banner p {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      color: var(--white);
      max-width: 520px;
      line-height: 1.5;
    }

    .smvex-section_about_fr .cta-banner p strong {
      color: var(--gold-light);
    }

    .smvex-section_about_fr .cta-btn {
      padding: 14px 36px;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--navy);
      font-family: 'DM Sans', sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      text-decoration: none;
      transition: opacity 0.2s, transform 0.2s;
    }

    .smvex-section_about_fr .cta-btn:hover {
      opacity: 0.88;
      transform: scale(1.03);
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(22px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 640px) {

      .smvex-section_about_fr .intro-card,
      .smvex-section_about_fr .commitments-block,
      .smvex-section_about_fr .cta-banner {
        padding: 28px 22px;
      }

      .smvex-section_about_fr .cta-banner {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    .smvex-section_about_ar{
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 24px 80px;
    }

    /* HEADER */
    .smvex-section_about_ar .section-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .smvex-section_about_ar .section-header::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
      margin: 20px auto 0;
      border-radius: 2px;
    }

    .smvex-section_about_ar .section-header h2 {
      font-family: 'Noto Naskh Arabic', serif;
      font-size: clamp(28px, 4vw, 46px);
      font-weight: 700;
      color: var(--navy);
      line-height: 1.3;
    }

    .smvex-section_about_ar .section-header h2 span {
      color: var(--gold);
    }

    .smvex-section_about_ar .section-header .subtitle {
      margin-top: 14px;
      font-size: 15px;
      font-weight: 600;
      color: var(--navy);
      letter-spacing: 0.04em;
      opacity: 0.65;
    }

    /* INTRO CARD */
    .smvex-section_about_ar .intro-card {
      background: var(--navy);
      color: var(--white);
      border-radius: 4px;
      padding: 40px 48px;
      margin-bottom: 48px;
      position: relative;
      overflow: hidden;
      animation: fadeUp 0.5s ease both;
    }

    .smvex-section_about_ar .intro-card::before {
      content: '';
      position: absolute;
      top: -60px;
      left: -60px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(201, 168, 76, 0.12);
    }

    .smvex-section_about_ar .intro-card p {
      font-size: 18px;
      line-height: 2;
      opacity: 0.92;
      position: relative;
      z-index: 1;
    }

    .smvex-section_about_ar .intro-card strong {
      color: var(--gold-light);
    }

    /* SERVICES GRID */
    .smvex-section_about_ar .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 24px;
      margin-bottom: 48px;
    }

    .smvex-section_about_ar .service-card {
      background: var(--white);
      border-radius: 4px;
      padding: 32px 28px;
      border-top: 4px solid transparent;
      box-shadow: 0 2px 12px rgba(12, 26, 67, 0.06);
      transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s;
      animation: fadeUp 0.5s ease both;
    }

    .smvex-section_about_ar .service-card:nth-child(2) {
      animation-delay: 0.08s;
    }

    .smvex-section_about_ar .service-card:nth-child(3) {
      animation-delay: 0.16s;
    }

    .smvex-section_about_ar .service-card:nth-child(4) {
      animation-delay: 0.24s;
    }

    .smvex-section_about_ar .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(12, 26, 67, 0.12);
      border-top-color: var(--gold);
    }

    .smvex-section_about_ar .service-icon {
      width: 52px;
      height: 52px;
      background: linear-gradient(135deg, var(--navy), var(--accent));
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      font-size: 22px;
    }

    .smvex-section_about_ar .service-card h3 {
      font-family: 'Noto Naskh Arabic', serif;
      font-size: 18px;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .smvex-section_about_ar .service-card p {
      font-size: 15px;
      line-height: 1.9;
      color: var(--text-muted);
    }

    /* COMMITMENTS */
    .smvex-section_about_ar .commitments-block {
      background: linear-gradient(135deg, #f0ece2 0%, var(--cream) 100%);
      border-radius: 4px;
      padding: 40px 48px;
      margin-bottom: 48px;
      border-right: 5px solid var(--gold);
      animation: fadeUp 0.5s 0.1s ease both;
    }

    .smvex-section_about_ar .commitments-block h3 {
      font-family: 'Noto Naskh Arabic', serif;
      font-size: 22px;
      color: var(--navy);
      margin-bottom: 24px;
      font-weight: 700;
    }

    .smvex-section_about_ar .commit-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      list-style: none;
    }

    .smvex-section_about_ar .commit-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 15px;
      color: var(--navy);
      line-height: 1.7;
    }

    .smvex-section_about_ar .check {
      width: 24px;
      height: 24px;
      background: var(--gold);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 13px;
    }

    /* CTA BANNER */
    .smvex-section_about_ar .cta-banner {
      background: linear-gradient(100deg, var(--navy) 60%, #1e3a8a 100%);
      border-radius: 4px;
      padding: 36px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      animation: fadeUp 0.5s 0.18s ease both;
    }

    .smvex-section_about_ar .cta-banner p {
      font-family: 'Noto Naskh Arabic', serif;
      font-size: 20px;
      color: var(--white);
      max-width: 520px;
      line-height: 1.7;
    }

    .smvex-section_about_ar .cta-banner p strong {
      color: var(--gold-light);
    }

    .smvex-section_about_ar .cta-btn {
      padding: 14px 36px;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--navy);
      font-family: 'Noto Naskh Arabic', serif;
      font-weight: 700;
      font-size: 15px;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      transition: opacity 0.2s, transform 0.2s;
    }

    .smvex-section_about_ar .cta-btn:hover {
      opacity: 0.88;
      transform: scale(1.03);
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(22px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 640px) {

      .smvex-section_about_ar .intro-card,
      .smvex-section_about_ar .commitments-block,
      .smvex-section_about_ar .cta-banner {
        padding: 28px 22px;
      }

      .smvex-section_about_ar .cta-banner {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    .service-icon img{
      width: 75%;
    }
    .footer .footer__main {
    background: #022f5c !important;
    padding-bottom: 1.25rem;
    padding-top: 2.5rem;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #022f5c;
    --bs-btn-border-color: #022f5c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00b346;
    --bs-btn-hover-border-color: #00b346;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #022f5c;
    --bs-btn-active-border-color: #022f5c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #022f5c;
    --bs-btn-disabled-border-color: #022f5c;
}
.badge {
    background-color: #007fd1;
    margin: .25rem;
}
.btn:hover {
    background-color: #00b346;
    border-color: #00b346;
    color: var(--bs-btn-hover-color);
}
    .header-block__icon {
        margin-right: .2em;
        color: #0259a9;
    }
    .header-block--active .header-block, .header-block--active .header-block__icon {
        color: #0259a9;
    }
    .header a:not(.dropdown-item):not(.btn):hover, .header a:not(.dropdown-item):not(.btn):hover i {
    color: #00b14a;
}
a {
    color: rgb(30 73 118);
}