/* ===== ORIGINAL STYLE BLOCK 1 ===== */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');
:root{--navy:#031426;--navy2:#061d31;--green:#18cf89;--line:rgba(142,199,224,.24);--white:#f8fbfd;--muted:#c2d1da}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--navy);color:var(--white);font-family:Cairo,Arial,sans-serif}
a{color:inherit;text-decoration:none}
.header{height:82px;background:#031426;position:relative;z-index:10}
.nav{width:min(1280px,calc(100% - 64px));height:82px;margin:auto;display:grid;grid-template-columns:210px 1fr 110px;grid-template-areas:"logo menu tools";align-items:center;direction:ltr}
.logo{grid-area:logo;justify-self:start}
.logo img{display:block;width:170px;max-height:58px;object-fit:contain;filter:brightness(0) invert(1)}
.menu{grid-area:menu;display:flex;direction:rtl;justify-content:center;align-items:center;gap:31px;font-size:14px;font-weight:600}
.menu a{height:82px;display:flex;align-items:center;position:relative;white-space:nowrap}
.menu a.active:after{content:"";position:absolute;bottom:14px;right:50%;transform:translateX(50%);width:22px;height:2px;background:var(--green)}
.tools{grid-area:tools;display:flex;gap:9px;justify-content:flex-end}
.tools button{height:38px;min-width:44px;border:1px solid #294356;background:#061a2d;color:#fff;border-radius:7px;font-family:inherit}

.hero{position:relative;background:var(--navy);padding-bottom:0}
.stage{position:relative;width:min(1280px,calc(100% - 64px));height:570px;margin:0 auto;overflow:hidden}
.stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,20,38,.02) 0%,rgba(3,20,38,.02) 60%,rgba(3,20,38,.30) 82%,#031426 100%)}
.copy{position:absolute;z-index:3;left:50%;top:49%;transform:translate(-50%,-50%);width:min(720px,90%);text-align:center;text-shadow:0 3px 20px rgba(0,0,0,.62)}
.kicker{font-size:11px;font-weight:800;letter-spacing:2px;color:#78e9c2;margin-bottom:10px}
h1{margin:0 0 13px;font-size:56px;line-height:1.14;font-weight:800;letter-spacing:-1.3px}
h1 span{color:var(--green)}
.copy p{max-width:650px;margin:0 auto 20px;font-size:15px;line-height:1.95;color:#f0f6f9}
.actions{display:flex;justify-content:center;gap:13px}
.btn{height:45px;min-width:132px;padding:0 22px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}
.btn.primary{background:linear-gradient(135deg,#0c895b,#1bd08a);box-shadow:0 8px 24px rgba(12,137,91,.22)}
.btn.secondary{border:1px solid rgba(235,247,252,.48);background:rgba(3,20,38,.38)}

.features{position:relative;z-index:5;width:min(1180px,calc(100% - 96px));margin:-34px auto 0;display:grid;grid-template-columns:repeat(4,1fr);direction:rtl;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:rgba(5,29,47,.97);box-shadow:0 20px 55px rgba(0,0,0,.28)}
.features article{min-height:122px;text-align:center;padding:17px 14px}
.features article+article{border-right:1px solid var(--line)}
.icon{height:31px;color:#1de09b;font-size:25px;line-height:31px;margin-bottom:5px}
.features h3{margin:0 0 5px;font-size:15px}
.features p{margin:0;font-size:11.5px;color:var(--muted);line-height:1.7}
.after{height:155px;background:var(--navy);display:flex;align-items:center;justify-content:center;padding-top:25px}
.after h2{font-size:27px;margin:0;display:flex;align-items:center;gap:18px}
.after h2:before,.after h2:after{content:"";width:40px;height:1px;background:linear-gradient(90deg,transparent,var(--green))}
.after h2:after{transform:scaleX(-1)}

@media(max-width:900px){
 .nav{width:calc(100% - 32px);grid-template-columns:1fr auto;grid-template-areas:"logo tools"}
 .menu{display:none}
 .stage{width:100%;height:620px}
 h1{font-size:44px}
 .features{grid-template-columns:1fr 1fr;width:calc(100% - 32px);margin-top:-26px}
 .features article:nth-child(2n){border-right:0}
 .features article:nth-child(-n+2){border-bottom:1px solid var(--line)}
}

.sectors{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(0,122,188,.08),transparent 30%),
    #031426;
  padding:56px 0 72px;
}
.sector-title{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 96px));
  margin:0 auto 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.sector-title span{
  width:40px;height:1px;
  background:linear-gradient(90deg,transparent,#18cf89);
}
.sector-title span:last-child{transform:scaleX(-1)}
.sector-title h2{
  margin:0;
  font-size:28px;
  font-weight:700;
}
.sector-grid{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 96px));
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  direction:ltr;
}
.sector-card{
  direction:rtl;
  border:1px solid rgba(142,199,224,.25);
  border-radius:11px;
  overflow:hidden;
  background:linear-gradient(180deg,#082840,#061b2f);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.sector-card:hover{
  transform:translateY(-5px);
  border-color:rgba(29,224,155,.45);
  box-shadow:0 22px 50px rgba(0,0,0,.26);
}
.sector-photo{
  position:relative;
  height:175px;
  overflow:hidden;
}
.sector-photo:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(3,20,38,.01),rgba(3,20,38,.10) 60%,rgba(3,20,38,.58) 100%);
}
.sector-photo img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(.96) contrast(1.03) brightness(.88);
  transition:transform .35s ease;
}
.sector-card:hover .sector-photo img{transform:scale(1.035)}
.sector-body{
  position:relative;
  min-height:170px;
  padding:22px 18px 18px;
  text-align:right;
}
.sector-icon{
  position:absolute;
  right:16px;
  top:-29px;
  width:50px;height:50px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#061d31;
  border:1px solid rgba(29,224,155,.34);
  color:#1de09b;
  font-size:23px;
}
.sector-body h3{margin:4px 0 7px;font-size:17px}
.sector-body p{margin:0 0 12px;font-size:12px;line-height:1.85;color:#c3d3dc}
.sector-body a{color:#1de09b;font-size:12.5px;font-weight:700}
@media(max-width:1000px){
  .sector-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .sector-title,.sector-grid{width:calc(100% - 32px)}
  .sector-grid{grid-template-columns:1fr}
  .sector-photo{height:220px}
  .sector-title h2{font-size:22px;text-align:center}
}


.stats-wrap{
  width:min(1180px,calc(100% - 96px));
  margin:34px auto 0;
  position:relative;
  z-index:2;
}
.stats-bar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  direction:rtl;
  overflow:hidden;
  border:1px solid rgba(50,230,161,.22);
  border-radius:11px;
  background:
    linear-gradient(180deg,rgba(16,145,98,.96),rgba(7,92,68,.96));
  box-shadow:0 18px 45px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
}
.stat{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  padding:17px 20px;
  position:relative;
}
.stat:not(:last-child):after{
  content:"";
  position:absolute;
  right:0;
  top:20%;
  width:1px;
  height:60%;
  background:rgba(255,255,255,.16);
}
.stat-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 42px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:10px;
  font-size:22px;
  color:#eafff7;
}
.stat-copy{line-height:1.15}
.stat-number{
  display:block;
  direction:ltr;
  font-size:27px;
  font-weight:800;
  letter-spacing:.2px;
  color:#fff;
}
.stat-label{
  display:block;
  margin-top:7px;
  font-size:12px;
  color:#d9f5e9;
}
@media(max-width:900px){
  .stats-wrap{width:calc(100% - 32px)}
  .stats-bar{grid-template-columns:1fr 1fr}
  .stat:nth-child(2):after{display:none}
  .stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}
}
@media(max-width:520px){
  .stats-bar{grid-template-columns:1fr}
  .stat{justify-content:flex-start;padding-inline:28px}
  .stat:not(:last-child):after{display:none}
  .stat:not(:last-child){border-bottom:1px solid rgba(255,255,255,.16)}
}


/* STEP 4 FIX: remove embedded text bleed from sector source images */
.sector-photo{
  overflow:hidden !important;
  position:relative !important;
}
.sector-photo img{
  width:100% !important;
  height:112% !important;
  object-fit:cover !important;
  object-position:center 58% !important;
  transform:translateY(-8%) !important;
}
.sector-card:hover .sector-photo img{
  transform:translateY(-8%) scale(1.035) !important;
}
.sector-photo::before{
  content:none !important;
}


.future-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 55%,rgba(0,211,143,.08),transparent 26%),
    radial-gradient(circle at 84% 45%,rgba(0,149,255,.08),transparent 28%),
    #031426;
  padding:34px 0 54px;
}
.future-inner{
  width:min(1180px,calc(100% - 96px));
  margin:auto;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:46px;
}
.future-map{
  position:relative;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.future-map img{
  width:100%;
  max-width:520px;
  height:210px;
  object-fit:cover;
  object-position:left bottom;
  mix-blend-mode:screen;
  opacity:.96;
  filter:saturate(1.05) contrast(1.04);
}
.future-copy{
  text-align:center;
}
.future-copy h2{
  margin:0 0 8px;
  font-size:29px;
  line-height:1.45;
}
.future-copy p{
  margin:0 auto 18px;
  max-width:520px;
  color:#c5d5de;
  font-size:13.5px;
  line-height:1.9;
}
.future-copy .cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  height:46px;
  padding:0 24px;
  border-radius:8px;
  background:linear-gradient(135deg,#0c8b5c,#1bd08a);
  color:#fff;
  font-weight:700;
  font-size:14px;
  box-shadow:0 12px 30px rgba(14,188,124,.18);
  transition:transform .2s ease,box-shadow .2s ease;
}
.future-copy .cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(14,188,124,.24);
}
@media(max-width:900px){
  .future-inner{
    width:calc(100% - 32px);
    grid-template-columns:1fr;
    gap:24px;
  }
  .future-copy h2{font-size:24px}
}


/* ===== STEP 5: ABOUT / SERVICES / STRENGTHS / CTA / FOOTER ===== */
.content-section{
  position:relative;
  background:#031426;
  padding:72px 0;
}
.content-wrap{
  width:min(1180px,calc(100% - 96px));
  margin:auto;
}
.section-kicker{
  color:#20d890;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.7px;
  margin-bottom:10px;
}
.section-heading-lg{
  margin:0;
  font-size:34px;
  line-height:1.45;
}
.section-sub{
  margin:14px 0 0;
  color:#bfced8;
  font-size:14px;
  line-height:2;
}

/* ABOUT */
.about-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:54px;
  align-items:center;
}
.about-visual{
  min-height:350px;
  position:relative;
}
.about-orb{
  position:absolute;
  left:50%;
  top:50%;
  width:300px;
  height:300px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:
    radial-gradient(circle at 35% 35%,rgba(29,224,155,.28),transparent 26%),
    radial-gradient(circle at 60% 55%,rgba(0,147,255,.32),transparent 38%),
    #08263d;
  box-shadow:0 0 80px rgba(0,149,255,.12);
}
.about-orb:before,
.about-orb:after{
  content:"";
  position:absolute;
  inset:-28px;
  border:1px solid rgba(61,206,255,.16);
  border-radius:50%;
}
.about-orb:after{
  inset:-58px;
  border-color:rgba(29,224,155,.12);
}
.about-face{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  font-size:110px;
  line-height:1;
  color:#eefcff;
  opacity:.88;
  text-shadow:0 0 30px rgba(57,211,255,.18);
}
.about-badge{
  position:absolute;
  right:24px;
  bottom:26px;
  min-width:142px;
  padding:15px 18px;
  border:1px solid rgba(29,224,155,.34);
  border-radius:12px;
  background:rgba(7,34,54,.92);
  box-shadow:0 16px 42px rgba(0,0,0,.22);
}
.about-badge strong{
  display:block;
  font-size:29px;
  color:#fff;
}
.about-badge span{
  display:block;
  margin-top:3px;
  color:#9fe8cf;
  font-size:12px;
}
.about-copy p{
  color:#c4d2db;
  line-height:2;
  font-size:14px;
  margin:18px 0 0;
}

/* SERVICES */
.services-section{
  background:
    radial-gradient(circle at 50% 0%,rgba(0,132,205,.09),transparent 26%),
    #04182a;
}
.services-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 34px;
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.service-card{
  position:relative;
  min-height:255px;
  padding:24px 22px 22px;
  border:1px solid rgba(144,199,225,.22);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(8,39,61,.92),rgba(5,27,45,.98));
  overflow:hidden;
  transition:.25s ease;
}
.service-card:before{
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  left:-34px;
  top:-34px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(29,224,155,.12),transparent 68%);
}
.service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(29,224,155,.42);
  box-shadow:0 20px 46px rgba(0,0,0,.20);
}
.service-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:10px;
  border:1px solid rgba(29,224,155,.34);
  color:#1de09b;
  background:#061d31;
  font-size:22px;
}
.service-card h3{
  margin:18px 0 8px;
  font-size:18px;
}
.service-card p{
  margin:0;
  color:#c1d0da;
  font-size:12.5px;
  line-height:1.9;
}
.service-card .tag{
  display:inline-block;
  margin-top:16px;
  color:#20d890;
  font-size:11.5px;
  font-weight:700;
}
.service-card.more{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:
    linear-gradient(135deg,rgba(12,139,92,.94),rgba(4,61,111,.96));
}
.service-card.more h3{
  font-size:28px;
  margin:0;
}

/* PARTNERS */
.partners-strip{
  padding:48px 0;
  background:#031426;
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.04);
}
.partners-inner{
  width:min(1180px,calc(100% - 96px));
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.partners-title h2{
  margin:0;
  font-size:27px;
}
.partners-title p{
  margin:7px 0 0;
  color:#aebfca;
  font-size:12.5px;
}
.partner-slots{
  display:flex;
  gap:12px;
}
.partner-slot{
  width:118px;
  height:64px;
  border:1px dashed rgba(142,199,224,.22);
  border-radius:10px;
  display:grid;
  place-items:center;
  color:#6f8795;
  font-size:11px;
  background:rgba(255,255,255,.015);
}

/* WHAT WE OFFER */
.offer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);
  gap:56px;
  align-items:center;
}
.offer-copy{direction:rtl;text-align:right}
.offer-copy .section-heading-lg{
  font-size:clamp(38px,3.4vw,58px);
  line-height:1.15;
  margin:0 0 28px;
}
.offer-list{display:grid;gap:16px;margin-top:0}
.offer-item{
  position:relative;
  display:grid;
  grid-template-columns:64px 1fr 58px;
  gap:18px;
  align-items:center;
  min-height:122px;
  padding:22px 22px;
  border:1px solid rgba(76,183,225,.28);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(8,48,72,.78),rgba(5,25,43,.94));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
  overflow:hidden;
}
.offer-item:before{
  content:"";position:absolute;left:18%;right:18%;top:-1px;height:2px;
  background:linear-gradient(90deg,transparent,#1de09b,transparent);
  opacity:.55;
}
.offer-item:hover{
  transform:translateY(-4px);
  border-color:rgba(29,224,155,.5);
  box-shadow:0 16px 36px rgba(0,0,0,.18),0 0 28px rgba(29,224,155,.06);
}
.offer-icon{
  width:64px;height:64px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(29,224,155,.42);
  background:radial-gradient(circle,rgba(29,224,155,.11),rgba(3,23,38,.9) 68%);
  color:#1de09b;font-size:29px;
  box-shadow:0 0 24px rgba(29,224,155,.09);
}
.offer-num{
  width:58px;height:58px;display:grid;place-items:center;
  border-right:1px solid rgba(77,171,207,.25);
  color:#1de09b;font-size:25px;font-weight:900;letter-spacing:1px;
}
.offer-item h3{margin:0 0 7px;font-size:20px;color:#fff}
.offer-item p{margin:0;color:#b9cbd6;font-size:13px;line-height:1.9}
.offer-visual{
  min-height:500px;border:1px solid rgba(77,183,225,.32);border-radius:18px;
  background:#061b2f url('../images/graphics/offer-digital-saudi.png') center/cover no-repeat;
  position:relative;overflow:hidden;
  box-shadow:inset 0 0 45px rgba(2,17,31,.38),0 20px 50px rgba(0,0,0,.14);
}
.offer-visual:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(2,16,29,.03),rgba(2,16,29,.14));
}
@media(max-width:900px){
 .offer-grid{grid-template-columns:1fr;gap:32px}
 .offer-copy .section-heading-lg{font-size:38px}
 .offer-visual{min-height:420px;order:2}
 .offer-item{grid-template-columns:54px 1fr 48px;padding:18px 16px}
 .offer-icon{width:54px;height:54px;font-size:24px}.offer-num{width:48px;height:48px;font-size:20px}
}

/* CTA */
.big-cta{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto 72px;
  border:1px solid rgba(29,224,155,.22);
  border-radius:18px;
  padding:52px 30px;
  text-align:center;
  background:
    radial-gradient(circle at 50% -20%,rgba(29,224,155,.12),transparent 34%),
    linear-gradient(135deg,#072940,#071d31);
}
.big-cta .spark{
  color:#1de09b;
  font-size:32px;
}
.big-cta h2{
  margin:12px 0 8px;
  font-size:30px;
}
.big-cta p{
  margin:0 auto 20px;
  max-width:760px;
  color:#c5d4dd;
  line-height:1.9;
  font-size:13.5px;
}
.big-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  height:46px;
  padding:0 24px;
  border-radius:8px;
  background:linear-gradient(135deg,#0c8b5c,#1bd08a);
  font-weight:700;
}

/* FOOTER */
.footer{
  background:#02111f;
  border-top:1px solid rgba(255,255,255,.05);
  padding:42px 0 24px;
}
.footer-inner{
  width:min(1180px,calc(100% - 96px));
  margin:auto;
}
.footer-top{
  display:grid;
  grid-template-columns:220px 1fr auto;
  gap:34px;
  align-items:center;
}
.footer-logo img{
  width:175px;
  filter:brightness(0) invert(1);
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  font-size:12.5px;
  color:#c9d5dc;
}
.socials{
  display:flex;
  gap:10px;
}
.socials a{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:12px;
}
.footer-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  color:#8295a3;
  font-size:11.5px;
}

@media(max-width:980px){
  .about-grid,.offer-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .partners-inner{flex-direction:column;align-items:flex-start}
  .footer-top{grid-template-columns:1fr}
}
@media(max-width:650px){
  .content-wrap,.partners-inner,.big-cta,.footer-inner{width:calc(100% - 32px)}
  .services-grid{grid-template-columns:1fr}
  .section-heading-lg{font-size:27px}
  .partner-slots{flex-wrap:wrap}
  .footer-bottom{flex-direction:column;gap:8px}
}


/* STEP 6 — ABOUT VISUAL APPROVED */
.about-visual-premium{
  min-height:420px;
  position:relative;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(39,219,160,.26);
  background:#061d31;
  box-shadow:0 26px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}
.about-visual-premium img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(1.03) contrast(1.04) brightness(.95);
}
.about-visual-glow{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(3,20,38,.02),rgba(3,20,38,.05) 68%,rgba(3,20,38,.34) 100%),
    radial-gradient(circle at 70% 65%,rgba(24,207,137,.10),transparent 28%);
}
.about-visual-premium::after{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(111,222,255,.12);
  border-radius:13px;
  pointer-events:none;
}
.about-orb,.about-face,.about-badge{display:none !important}
@media(max-width:980px){.about-visual-premium{min-height:390px}}
@media(max-width:650px){.about-visual-premium{min-height:320px}}


/* STEP 7 — PROFESSIONAL SERVICE ICONS */
.service-icon-svg{
  width:54px;
  height:54px;
  padding:11px;
  border-radius:12px;
  background:
    radial-gradient(circle at 35% 25%,rgba(56,223,255,.14),transparent 46%),
    linear-gradient(145deg,#082a43,#061d31);
  border:1px solid rgba(29,224,155,.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 10px 28px rgba(0,0,0,.18);
}
.service-icon-svg svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:#21e5a0;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 7px rgba(33,229,160,.22));
}
.service-card:hover .service-icon-svg{
  border-color:rgba(66,231,179,.68);
  transform:translateY(-2px);
  transition:.25s ease;
}
.service-card.more{
  position:relative;
  flex-direction:column;
  gap:12px;
  padding:26px;
}
.more-orb{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(4,24,42,.38);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 32px rgba(0,0,0,.20);
}
.more-orb svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:#dffff4;
  stroke-width:2.4;
  stroke-linecap:round;
}
.service-card.more p{
  max-width:270px;
  margin:0;
  color:#d8efe7;
  font-size:12px;
  line-height:1.8;
}


/* STEP 8 — SERVICES UPGRADE */
.services-head{
  max-width:980px !important;
  margin:0 auto 36px !important;
}
.services-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:14px;
}
.services-badge span{
  width:72px;
  height:1px;
  background:linear-gradient(90deg,transparent,#20dfa0);
}
.services-badge span:last-child{transform:scaleX(-1)}
.services-badge b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  height:48px;
  padding:0 28px;
  border:1px solid rgba(32,223,160,.38);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(8,42,65,.92),rgba(5,28,46,.98));
  color:#1fe1a0;
  font-size:22px;
  font-weight:800;
  box-shadow:0 10px 30px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.05);
}
.services-head .section-heading-lg{
  font-size:44px !important;
  line-height:1.35 !important;
  letter-spacing:-.6px;
}
.services-head .section-heading-lg::first-line{
  color:#fff;
}
.services-head .section-sub{
  max-width:820px;
  margin:12px auto 0 !important;
  font-size:14.5px !important;
}
.service-card{
  min-height:330px !important;
  padding:20px 22px 22px !important;
  text-align:center;
}
.service-visual{
  height:125px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 4px;
  position:relative;
}
.service-visual svg{
  width:128px;
  height:102px;
  overflow:visible;
  filter:drop-shadow(0 0 10px rgba(34,217,170,.16));
}
.service-card h3{
  margin:8px 0 8px !important;
  font-size:20px !important;
}
.service-card p{
  max-width:95%;
  margin:0 auto !important;
  font-size:12.5px !important;
  line-height:1.95 !important;
}
.service-card .tag{
  margin-top:14px !important;
  font-size:11.5px !important;
}
.service-card:hover .service-visual{
  transform:translateY(-4px) scale(1.025);
  transition:.28s ease;
}
.service-card.more{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:0;
}
.service-card.more h3{
  font-size:28px !important;
  margin-top:6px !important;
}
.service-card.more p{
  max-width:280px !important;
  color:#d9eee8 !important;
}
@media(max-width:900px){
  .services-head .section-heading-lg{font-size:35px !important}
  .services-badge b{font-size:20px}
}
@media(max-width:620px){
  .services-head .section-heading-lg{font-size:28px !important}
  .services-badge span{width:36px}
  .services-badge b{min-width:140px;height:44px;font-size:18px}
  .service-card{min-height:305px !important}
}


/* STEP 10 — SUCCESS PARTNERS: ALIGNED WITH SITE CONTAINER */
.partners-showcase{
  position:relative;
  overflow:hidden;
  padding:68px 0 72px;
  background:
    radial-gradient(circle at 50% 0%,rgba(22,213,148,.07),transparent 30%),
    #031426;
  border-top:1px solid rgba(255,255,255,.045);
  border-bottom:1px solid rgba(255,255,255,.045);
}
.partners-showcase-head{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto 34px;
  text-align:center;
}
.partners-showcase-head h2{
  margin:0;
  font-size:34px;
  line-height:1.4;
}
.partners-showcase-head p{
  margin:9px auto 0;
  color:#aebfca;
  font-size:13px;
}

/* Important: slider viewport is now the SAME centered width as the site */
.logo-marquee{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto;
  overflow:hidden;
  position:relative;
  padding:8px 0;
  direction:ltr;
  border-radius:14px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
}
.logo-marquee + .logo-marquee{
  margin-top:8px;
}
.logo-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:partners-scroll 48s linear infinite;
}
.logo-marquee-b .logo-track{
  animation-name:partners-scroll-reverse;
  animation-duration:55s;
}
.logo-set{
  display:flex;
  gap:14px;
  padding-right:14px;
}
.partner-logo-card{
  width:178px;
  height:96px;
  flex:0 0 178px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(122,190,217,.18);
  background:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.13);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.partner-logo-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.partner-logo-card:hover{
  transform:translateY(-4px) scale(1.025);
  border-color:rgba(31,225,160,.55);
  box-shadow:0 16px 34px rgba(0,0,0,.22),0 0 0 1px rgba(31,225,160,.08);
}
.logo-marquee:hover .logo-track{
  animation-play-state:paused;
}
@keyframes partners-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@keyframes partners-scroll-reverse{
  from{transform:translateX(-50%)}
  to{transform:translateX(0)}
}
@media(max-width:700px){
  .partners-showcase{padding:54px 0 58px}
  .partners-showcase-head,
  .logo-marquee{width:calc(100% - 32px)}
  .partners-showcase-head{margin-bottom:26px}
  .partners-showcase-head h2{font-size:28px}
  .partner-logo-card{width:148px;height:82px;flex-basis:148px}
  .logo-track{animation-duration:42s}
  .logo-marquee-b .logo-track{animation-duration:48s}
}
@media(prefers-reduced-motion:reduce){
  .logo-track{animation-play-state:paused}
}


/* STEP 11 — WHY US + CTA + PREMIUM FOOTER */
.why-section{
  position:relative;
  overflow:hidden;
  padding:76px 0 58px;
  background:
    radial-gradient(circle at 28% 45%,rgba(0,198,255,.055),transparent 28%),
    radial-gradient(circle at 68% 40%,rgba(24,207,137,.05),transparent 32%),
    #031426;
  border-top:1px solid rgba(255,255,255,.04);
}
.why-wrap{
  width:min(1180px,calc(100% - 96px));
  margin:auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
}
.why-visual{
  position:relative;
  height:520px;
  direction:ltr;
}
.why-core{
  position:absolute;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%);
  width:235px;
  height:235px;
  border-radius:50%;
  display:grid;
  place-items:center;
  z-index:5;
  background:rgba(5,26,43,.96);
  border:1px solid rgba(44,222,176,.65);
  box-shadow:0 0 0 12px rgba(15,175,180,.035),0 0 46px rgba(0,188,255,.12);
}
.why-core:before,.why-core:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px dashed rgba(35,222,175,.38);
}
.why-core:before{inset:-18px}
.why-core:after{inset:-36px;border-color:rgba(37,175,233,.18)}
.why-core-ring{
  width:188px;height:188px;border-radius:50%;overflow:hidden;
  background:#fff;display:grid;place-items:center;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.why-core-ring img{width:94%;height:94%;object-fit:contain;display:block}
.why-orbit{position:absolute;left:50%;top:48%;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}
.orbit-one{width:410px;height:410px;border:1px solid rgba(21,205,163,.17)}
.orbit-two{width:500px;height:500px;border:1px dotted rgba(28,182,235,.16)}
.tech-node{
  position:absolute;width:148px;text-align:center;z-index:7;color:#fff;
}
.tech-ai{left:0;top:4px}.tech-iot{right:0;top:4px}.tech-data{left:-6px;bottom:2px}.tech-dx{right:-6px;bottom:2px}
.tech-node-icon{
  width:82px;height:82px;margin:0 auto 10px;border-radius:50%;
  display:grid;place-items:center;
  background:radial-gradient(circle at 35% 25%,rgba(29,224,155,.13),transparent 52%),#06223a;
  border:1px solid rgba(39,226,175,.56);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.tech-node-icon svg{width:48px;height:48px;fill:none;stroke:#21e3a0;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.tech-node strong{display:block;color:#20dfa0;font-size:14px;letter-spacing:.5px}
.tech-node span{display:block;margin-top:4px;color:#e1ebf1;font-size:12px}
.why-links{position:absolute;inset:0;width:100%;height:100%;z-index:2;overflow:visible}
.why-links path{fill:none;stroke:#24ddb2;stroke-width:1.5;opacity:.72}
.why-links circle{fill:#34f0c3;filter:drop-shadow(0 0 8px rgba(52,240,195,.7))}
.why-platform{
  position:absolute;left:50%;bottom:52px;transform:translateX(-50%);
  width:255px;height:50px;border-radius:50%;
  border:1px solid rgba(37,205,255,.42);
  box-shadow:0 0 28px rgba(0,178,255,.15),inset 0 0 24px rgba(24,207,137,.07);
}
.why-platform span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(27,219,182,.25)}
.why-platform span:nth-child(1){width:205px;height:36px}.why-platform span:nth-child(2){width:145px;height:25px}.why-platform span:nth-child(3){width:75px;height:13px;background:rgba(38,239,190,.12)}
.why-kicker{color:#20d890;font-size:13px;font-weight:800;margin-bottom:9px}
.why-copy h2{margin:0 0 24px;font-size:38px;line-height:1.45}
.why-points{display:grid;gap:0}
.why-points article{
  display:grid;grid-template-columns:54px 56px 1fr;align-items:center;gap:14px;
  padding:14px 0;border-bottom:1px solid rgba(142,199,224,.16);
}
.why-points article:last-child{border-bottom:0}
.why-num{
  width:54px;height:54px;display:grid;place-items:center;border-radius:9px;
  border:1px solid rgba(29,224,155,.40);color:#22e3a1;font-size:19px;font-weight:800;background:#061f35;
}
.why-point-icon{
  width:52px;height:52px;display:grid;place-items:center;border-radius:9px;
  border:1px solid rgba(29,224,155,.32);color:#20dfa0;background:#061d31;font-size:22px;
}
.why-points h3{margin:0 0 4px;font-size:18px}.why-points p{margin:0;color:#b8c8d2;font-size:12.5px;line-height:1.8}

.conversion-cta{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto 18px;
  min-height:190px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(55,197,237,.29);
  border-radius:16px;
  display:grid;grid-template-columns:.75fr 1.4fr .75fr;align-items:center;gap:20px;
  padding:28px 34px;
  background:
    radial-gradient(circle at 50% 25%,rgba(26,222,157,.08),transparent 38%),
    linear-gradient(135deg,#061f35,#05182a);
}
.cta-map{height:120px;opacity:.7;background:
  radial-gradient(circle at 26% 42%,#25dfac 0 2px,transparent 3px),
  radial-gradient(circle at 52% 30%,#25dfac 0 2px,transparent 3px),
  radial-gradient(circle at 68% 62%,#25dfac 0 2px,transparent 3px),
  linear-gradient(20deg,transparent 48%,rgba(40,198,227,.18) 49% 50%,transparent 51%),
  linear-gradient(150deg,transparent 48%,rgba(40,198,227,.14) 49% 50%,transparent 51%);
  border-radius:50%;
}
.cta-main{text-align:center}.cta-main h2{margin:0 0 7px;font-size:30px}.cta-main p{margin:0;color:#bfd0da;font-size:13px;line-height:1.9}
.cta-actions{display:flex;justify-content:center;gap:12px;margin-top:18px}
.cta-actions a{height:46px;min-width:180px;padding:0 22px;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;font-size:13px}
.cta-primary{background:linear-gradient(135deg,#29dfa2,#0fa8bb);color:#fff}.cta-secondary{border:1px solid rgba(35,224,169,.48);background:rgba(3,20,38,.42)}
.cta-growth svg{width:100%;max-width:250px;fill:rgba(21,190,159,.10);stroke:#24e5b0;stroke-width:3;overflow:visible;filter:drop-shadow(0 0 8px rgba(36,229,176,.25))}
.cta-growth rect{stroke:rgba(35,203,205,.28);stroke-width:1}

.footer-pro{
  background:#02111f;border-top:1px solid rgba(255,255,255,.05);padding:34px 0 20px;
}
.footer-pro-inner{
  width:min(1180px,calc(100% - 96px));margin:auto;
  display:grid;grid-template-columns:1.55fr .75fr .95fr .9fr .8fr;gap:30px;align-items:start;
}
.footer-brand img{width:215px;max-height:80px;height:auto;object-fit:contain;object-position:right center;image-rendering:auto}
.footer-brand p{margin:12px 0 0;max-width:280px;color:#aebfca;font-size:12px;line-height:1.9}
.footer-col h3,.footer-social h3{margin:0 0 12px;font-size:14px;color:#f2f8fb}
.footer-col a{display:block;margin:7px 0;color:#b8c8d2;font-size:12px}.footer-col a:hover{color:#20dfa0}
.footer-social-links{display:flex;gap:9px;direction:ltr}
.footer-social-links a{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(32,223,160,.35);color:#eef9f5;font-size:12px;
}
.footer-pro-bottom{
  width:min(1180px,calc(100% - 96px));margin:26px auto 0;padding-top:16px;
  border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;gap:20px;
  color:#78909e;font-size:11.5px;
}
.footer-pro-bottom a{color:#20d890}

@media(max-width:980px){
  .why-wrap{grid-template-columns:1fr;gap:34px}
  .why-visual{height:500px;order:2}
  .why-copy{order:1}
  .conversion-cta{grid-template-columns:1fr}.cta-map,.cta-growth{display:none}
  .footer-pro-inner{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:650px){
  .why-section{padding:58px 0 42px}
  .why-wrap,.conversion-cta,.footer-pro-inner,.footer-pro-bottom{width:calc(100% - 32px)}
  .why-copy h2{font-size:29px}
  .why-points article{grid-template-columns:46px 46px 1fr;gap:10px}
  .why-num,.why-point-icon{width:46px;height:46px}
  .why-visual{height:440px;transform:scale(.92);transform-origin:center top}
  .tech-node{width:118px}.tech-node-icon{width:68px;height:68px}.tech-node-icon svg{width:39px;height:39px}
  .why-core{width:190px;height:190px}.why-core-ring{width:150px;height:150px}
  .orbit-one{width:330px;height:330px}.orbit-two{width:395px;height:395px}
  .conversion-cta{padding:28px 18px}.cta-main h2{font-size:25px}.cta-actions{flex-direction:column}.cta-actions a{width:100%}
  .footer-pro-inner{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-pro-bottom{flex-direction:column}
}


/* STEP 11B — WHY SECTION TITLE ONLY */
.why-kicker{
  font-size:24px;
  line-height:1.4;
  font-weight:900;
  margin-bottom:14px;
  letter-spacing:0;
}
@media(max-width:650px){
  .why-kicker{font-size:20px;margin-bottom:11px}
}


/* Services dropdown — header only */
.nav-services{position:relative;height:82px;display:flex;align-items:center}
.nav-services>a{height:82px;display:flex;align-items:center;gap:7px;white-space:nowrap;font-weight:600}
.nav-services>a::after{content:"⌄";font-size:13px;color:var(--green);transition:transform .22s ease}
.nav-services:hover>a::after{transform:rotate(180deg)}
.services-dropdown{position:absolute;top:70px;right:50%;transform:translateX(50%) translateY(8px);width:520px;padding:14px;background:rgba(5,29,47,.985);border:1px solid rgba(24,207,137,.28);border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.42);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;display:grid;grid-template-columns:1fr 1fr;gap:5px;z-index:100}
.nav-services:hover .services-dropdown,.nav-services:focus-within .services-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(50%) translateY(0)}
.services-dropdown a{height:auto!important;min-height:40px;padding:9px 11px;border-radius:8px;display:flex!important;align-items:center;gap:9px;color:#dce9ef;font-size:12px;font-weight:600;line-height:1.45;transition:.18s ease}
.services-dropdown a::before{content:"";width:7px;height:7px;border:1px solid var(--green);border-radius:2px;flex:0 0 auto;transform:rotate(45deg)}
.services-dropdown a:hover{background:rgba(24,207,137,.09);color:#fff;transform:translateX(-2px)}
.services-dropdown .view-all{grid-column:1/-1;justify-content:center;margin-top:5px;border:1px solid rgba(24,207,137,.32);color:var(--green);font-weight:800}
.services-dropdown .view-all::before{display:none}
@media(max-width:900px){.nav-services{display:none}.services-dropdown{display:none}}


/* STEP 14 — COMPACT PREMIUM SERVICES DROPDOWN */
.services-dropdown{
  width:410px !important;
  max-width:min(410px,calc(100vw - 28px)) !important;
  display:flex !important;
  flex-direction:column !important;
  gap:5px !important;
  padding:10px !important;
  border-radius:14px !important;
  background:rgba(5,30,48,.98) !important;
  border:1px solid rgba(28,221,161,.28) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.03) !important;
  backdrop-filter:blur(16px);
}
.service-drop-item{
  min-height:48px;
  display:grid;
  grid-template-columns:34px 1fr 20px;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:9px;
  color:#edf7fa;
  font-size:12px;
  transition:background .2s ease,transform .2s ease,color .2s ease;
}
.service-drop-item:hover{
  background:rgba(29,224,155,.08);
  color:#fff;
  transform:translateX(-2px);
}
.service-drop-icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:8px;
  border:1px solid rgba(29,224,155,.28);
  color:#20dfa0;
  background:#061d31;
  font-size:14px;
}
.service-drop-arrow{
  color:#20dfa0;
  opacity:.85;
  font-size:13px;
}
.service-drop-all{
  margin-top:5px;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  border:1px solid rgba(29,224,155,.34);
  background:linear-gradient(180deg,rgba(13,116,83,.14),rgba(6,37,55,.5));
  color:#20dfa0 !important;
  font-weight:800;
  font-size:12px;
}
.service-drop-all:hover{
  background:rgba(29,224,155,.12);
}
@media(max-width:700px){
  .services-dropdown{
    width:calc(100vw - 32px) !important;
  }
}


/* STEP 15 — HERO TEXT SLIDER ONLY */
.stage::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(270deg,rgba(3,20,38,.88) 0%,rgba(3,20,38,.68) 20%,rgba(3,20,38,.18) 48%,rgba(3,20,38,0) 72%);
}
.shade{z-index:1}
.hero-copy-slider{
  left:auto !important;
  right:58px;
  top:49%;
  transform:translateY(-50%) !important;
  width:min(470px,40%);
  text-align:right;
  text-shadow:0 3px 20px rgba(0,0,0,.68);
  z-index:3;
}
.hero-copy-slider .kicker{
  text-align:right;
  margin-bottom:12px;
}
.hero-text-slides{
  position:relative;
  min-height:238px;
}
.hero-text-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transform:translateX(24px);
  transition:opacity .55s ease,transform .55s ease,visibility .55s;
}
.hero-text-slide.is-active{
  opacity:1;
  visibility:visible;
  transform:translateX(0);
}
.hero-text-slide h1{
  font-size:50px;
  line-height:1.18;
  margin-bottom:14px;
  letter-spacing:-1px;
}
.hero-text-slide p{
  max-width:460px;
  margin:0;
  font-size:14px;
  line-height:1.95;
  color:#eef5f8;
}
.hero-copy-slider .actions{
  justify-content:flex-start;
  margin-top:17px;
}
.hero-slide-nav{
  display:flex;
  gap:7px;
  justify-content:flex-start;
  direction:ltr;
  margin-top:4px;
}
.hero-slide-nav button{
  width:35px;
  height:3px;
  padding:0;
  border:0;
  border-radius:99px;
  background:rgba(255,255,255,.28);
  cursor:pointer;
  transition:width .25s ease,background .25s ease;
}
.hero-slide-nav button.is-active{
  width:54px;
  background:var(--green);
}
@media(max-width:1050px){
  .hero-copy-slider{right:40px;width:min(440px,44%)}
  .hero-text-slide h1{font-size:43px}
}
@media(max-width:900px){
  .stage::after{background:linear-gradient(180deg,rgba(3,20,38,.10),rgba(3,20,38,.58) 58%,rgba(3,20,38,.88))}
  .hero-copy-slider{
    right:24px;
    left:24px !important;
    top:auto;
    bottom:58px;
    transform:none !important;
    width:auto;
    text-align:right;
  }
  .hero-text-slides{min-height:200px}
  .hero-text-slide h1{font-size:38px}
}
@media(max-width:620px){
  .hero-copy-slider{right:18px;left:18px !important;bottom:48px}
  .hero-text-slides{min-height:190px}
  .hero-text-slide h1{font-size:31px;line-height:1.24}
  .hero-text-slide p{font-size:12.5px}
  .hero-copy-slider .actions{gap:9px}
  .hero-copy-slider .btn{min-width:118px;padding:0 16px}
}


/* STEP 16 — FUNCTIONAL NAVIGATION + BILINGUAL MODE */
html{scroll-behavior:smooth;scroll-padding-top:96px}
body.lang-en .menu{direction:ltr}
body.lang-en .hero-copy-slider,
body.lang-en .hero-copy-slider .kicker,
body.lang-en .sector-card,
body.lang-en .sector-body,
body.lang-en .about-copy,
body.lang-en .service-card,
body.lang-en .offer-copy,
body.lang-en .why-copy,
body.lang-en .footer-pro,
body.lang-en .footer-col,
body.lang-en .footer-brand{direction:ltr;text-align:left}
body.lang-en .hero-copy-slider .actions,
body.lang-en .hero-slide-nav{justify-content:flex-start}
/* English hero only: move the text slider to the left; Arabic remains unchanged */
@media(min-width:901px){
  body.lang-en .hero-copy-slider{
    left:58px !important;
    right:auto !important;
  }
  body.lang-en .stage::after{
    background:linear-gradient(90deg,rgba(3,20,38,.88) 0%,rgba(3,20,38,.68) 20%,rgba(3,20,38,.18) 48%,rgba(3,20,38,0) 72%);
  }
}
@media(min-width:901px) and (max-width:1050px){
  body.lang-en .hero-copy-slider{left:40px !important;right:auto !important}
}
body.lang-en .sector-icon{right:auto;left:16px}
body.lang-en .services-dropdown{direction:ltr}
body.lang-en .service-drop-item{grid-template-columns:34px 1fr 20px;text-align:left}
.menu a.is-current:after{
  content:"";position:absolute;bottom:14px;right:50%;transform:translateX(50%);
  width:22px;height:2px;background:var(--green)
}
.tools button{cursor:pointer}


body.soft-contrast{filter:brightness(1.06)}
body.soft-contrast .header{background:#04192c}

/* STEP 20 — FOOTER LOGO EDGE CLEANUP ONLY */
.footer-brand img{
  width:215px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  image-rendering:auto !important;
  transform:translateZ(0);
}


/* STEP 22 — WHITE APPROVED FOOTER LOGO ONLY */
.footer-brand img{
  width:215px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  image-rendering:auto !important;
  filter:none !important;
}


/* STEP 23 — ENGLISH HERO TYPOGRAPHY ONLY */
@media(min-width:901px){
  body.lang-en .hero-copy-slider{
    width:min(500px,42%) !important;
    top:49%;
  }

  body.lang-en .hero-copy-slider .kicker{
    margin-bottom:14px;
  }

  body.lang-en .hero-text-slides{
    min-height:300px;
  }

  body.lang-en .hero-text-slide h1{
    max-width:500px;
    margin:0 0 18px;
    font-size:40px;
    line-height:1.08;
    letter-spacing:-.6px;
    overflow-wrap:normal;
    word-break:normal;
  }

  body.lang-en .hero-text-slide h1 span{
    display:block;
    margin-top:8px;
    font-size:38px;
    line-height:1.1;
  }

  body.lang-en .hero-text-slide p{
    max-width:470px;
    margin:0;
    font-size:13.5px;
    line-height:1.75;
  }

  body.lang-en .hero-slide-nav{
    margin-top:8px;
  }

  body.lang-en .hero-copy-slider .actions{
    margin-top:18px;
  }
}

@media(min-width:901px) and (max-width:1180px){
  body.lang-en .hero-copy-slider{
    width:min(455px,43%) !important;
  }
  body.lang-en .hero-text-slides{
    min-height:285px;
  }
  body.lang-en .hero-text-slide h1{
    font-size:36px;
  }
  body.lang-en .hero-text-slide h1 span{
    font-size:34px;
  }
}


/* STEP 25 — ABOUT EXPERIENCE BADGE ONLY */
.about-visual-premium{
  position:relative;
}

/* Covers the old baked-in 15+ circle without touching the visual layout */
.about-exp-badge{
  position:absolute;
  right:5.8%;
  bottom:4.8%;
  width:168px;
  height:168px;
  border-radius:50%;
  z-index:5;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 38% 30%, rgba(49,232,180,.18), transparent 42%),
    linear-gradient(145deg,#062a43 0%,#063553 52%,#075245 100%);
  border:4px solid rgba(68,231,186,.55);
  box-shadow:
    0 0 0 8px rgba(21,203,164,.12),
    0 16px 38px rgba(0,0,0,.30),
    inset 0 0 28px rgba(44,210,184,.10);
}

.about-exp-badge strong{
  display:block;
  font-size:52px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
  background:linear-gradient(180deg,#a7f4dc 0%,#35d89d 75%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 4px 22px rgba(33,222,164,.15);
}

.about-exp-badge span{
  margin-top:8px;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  color:#e9f7f2;
}

.about-exp-badge small{
  margin-top:8px;
  font-size:9px;
  letter-spacing:4px;
  color:#22dda2;
}

.about-exp-en{display:none}

body.lang-en .about-exp-ar{display:none}
body.lang-en .about-exp-en{
  display:block;
  font-size:12px;
  max-width:118px;
}

@media(max-width:980px){
  .about-exp-badge{
    width:145px;
    height:145px;
    right:5%;
    bottom:4.5%;
  }
  .about-exp-badge strong{font-size:44px}
}

@media(max-width:650px){
  .about-exp-badge{
    width:118px;
    height:118px;
    right:4.5%;
    bottom:4%;
    border-width:3px;
  }
  .about-exp-badge strong{font-size:35px}
  .about-exp-badge span{font-size:11px}
  body.lang-en .about-exp-en{font-size:9.5px;max-width:90px}
  .about-exp-badge small{font-size:7px;letter-spacing:2px;margin-top:5px}
}


/* STEP 27 — ABOUT TITLE + PARTNERS KICKER CLEANUP ONLY */
#about .about-kicker,
#about .section-kicker,
#about .eyebrow,
.about-section .about-kicker,
.about-section .section-kicker,
.about-section .eyebrow{
  font-size:28px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  margin-bottom:18px !important;
}

/* English keeps the same visual weight, slightly smaller for LTR balance */
body.lang-en #about .about-kicker,
body.lang-en #about .section-kicker,
body.lang-en #about .eyebrow,
body.lang-en .about-section .about-kicker,
body.lang-en .about-section .section-kicker,
body.lang-en .about-section .eyebrow{
  font-size:24px !important;
}

/* Hide only the English kicker above Partners if still present in any known variant */
.partners-kicker,
#partners .partners-kicker{
  display:none !important;
}


/* ===== ORIGINAL STYLE BLOCK 2 ===== */
/* STEP 24 — COUNTER MOTION ONLY */
.kf-counter{
  display:inline-block;
  min-width:2.4ch;
  font-variant-numeric:tabular-nums;
  will-change:transform,filter;
}
.kf-counter-active .kf-counter{
  animation:kfCounterLift .75s ease both;
}
.kf-counter-active .kf-counter:nth-of-type(2){animation-delay:.08s}
.kf-counter-active .kf-counter:nth-of-type(3){animation-delay:.16s}
.kf-counter-active .kf-counter:nth-of-type(4){animation-delay:.24s}

@keyframes kfCounterLift{
  0%{transform:translateY(8px);filter:brightness(.82)}
  55%{transform:translateY(-2px);filter:brightness(1.15)}
  100%{transform:translateY(0);filter:brightness(1)}
}

@media (prefers-reduced-motion:reduce){
  .kf-counter{animation:none!important;transition:none!important}
}


/* ===== ORIGINAL STYLE BLOCK 3 ===== */
/* STEP 32 — PREMIUM AZURE THEME
   ألوان فقط: لا تغيير في المقاسات أو الترتيب أو الصور أو الحركات أو اللغات. */

:root{
  --navy:#0d2238 !important;
  --navy2:#132d49 !important;
  --green:#34bdf4 !important;
  --line:rgba(83,190,242,.24) !important;
  --white:#f7fbff !important;
  --muted:#b9cede !important;

  --az-page:#0d2238;
  --az-page-2:#112a45;
  --az-card:#153654;
  --az-card-2:#183d60;
  --az-blue:#35bdf4;
  --az-blue-2:#258fda;
  --az-text:#f7fbff;
  --az-muted:#b9cede;
  --az-border:rgba(83,190,242,.24);
  --az-shadow:0 20px 55px rgba(19,89,139,.22);
}

/* الخلفية العامة: Navy أفتح باحتراف، وليست Baby Blue فاتحة */
html,
body{
  background:
    radial-gradient(circle at 15% 10%,rgba(63,170,231,.10),transparent 30%),
    radial-gradient(circle at 85% 38%,rgba(31,120,181,.10),transparent 34%),
    linear-gradient(180deg,#0b1f34 0%,#102943 46%,#132f4c 100%) !important;
  color:var(--az-text) !important;
}

/* الهيدر والـHero كما هما بصرياً مع تحسين Azure بسيط */
.header{
  background:rgba(8,28,48,.96) !important;
  border-bottom:1px solid rgba(83,190,242,.10) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.18) !important;
}
.header .menu a,
.header .tools button{
  color:#fff !important;
}
.header .tools button{
  background:rgba(255,255,255,.025) !important;
  border-color:rgba(112,198,239,.22) !important;
}
.hero{
  background:#0b2036 !important;
}

/* شريط المزايا أسفل Hero */
.features{
  background:linear-gradient(145deg,rgba(15,47,75,.96),rgba(17,55,86,.96)) !important;
  border-color:var(--az-border) !important;
  box-shadow:var(--az-shadow) !important;
}
.feature{
  border-color:rgba(101,190,234,.17) !important;
}
.feature h3{color:var(--az-text) !important}
.feature p{color:var(--az-muted) !important}

/* توحيد الأقسام الرئيسية بدرجات Navy متقاربة */
.after,
.sectors,
.content-section,
.services-section,
.partners-showcase,
.offer-section,
.why-section{
  background:
    radial-gradient(circle at 12% 16%,rgba(47,146,205,.07),transparent 28%),
    linear-gradient(180deg,#0e243b 0%,#112a45 100%) !important;
  color:var(--az-text) !important;
}

/* إزالة الطبقات القديمة التي صنعت اختلافات قوية بين الأقسام */
.after::before,.after::after,
.sectors::before,.sectors::after,
.content-section::before,.content-section::after,
.services-section::before,.services-section::after,
.partners-showcase::before,.partners-showcase::after,
.offer-section::before,.offer-section::after,
.why-section::before,.why-section::after{
  background:none !important;
}

/* العناوين والنصوص */
.after h2,
.section-heading-lg,
.partners-showcase-head h2,
.offer-copy h2,
.why-copy h2,
.cta-main h2{
  color:var(--az-text) !important;
}
.section-sub,
.about-copy p,
.sector-card p,
.service-card p,
.partners-showcase-head p,
.offer-item p,
.why-point p,
.cta-main p{
  color:var(--az-muted) !important;
}
.section-kicker,
.services-badge,
.why-kicker,
.partners-showcase-head .kicker{
  color:var(--az-blue) !important;
}

/* كروت القطاعات والخدمات */
.sector-card,
.service-card,
.offer-item,
.why-point{
  background:
    linear-gradient(145deg,rgba(19,54,84,.95),rgba(17,46,73,.96)) !important;
  border-color:var(--az-border) !important;
  box-shadow:0 16px 38px rgba(0,0,0,.18) !important;
  color:var(--az-text) !important;
}
.sector-card:hover,
.service-card:hover,
.offer-item:hover{
  transform:translateY(-4px);
  border-color:rgba(63,190,244,.54) !important;
  box-shadow:0 24px 55px rgba(27,115,174,.24) !important;
}
.sector-card h3,
.service-card h3,
.offer-item h3,
.why-point h3{
  color:var(--az-text) !important;
}
.sector-card a,
.service-card a,
.service-card .service-en{
  color:var(--az-blue) !important;
}

/* الأيقونات والحدود */
.sector-icon,
.service-icon,
.offer-icon,
.offer-num,
.why-point-icon,
.why-num{
  background:rgba(31,95,139,.22) !important;
  border-color:rgba(70,190,241,.38) !important;
  color:var(--az-blue) !important;
}

/* شريط الإحصائيات: Azure غني بدل الأخضر */
.stats-bar{
  background:linear-gradient(135deg,#1769a5 0%,#258fda 52%,#35bdf4 100%) !important;
  border-color:rgba(160,224,255,.30) !important;
  box-shadow:0 18px 44px rgba(23,105,165,.28) !important;
}
.stats-bar *{
  color:#fff !important;
}

/* قسم من نحن */
.about-visual-premium{
  background:linear-gradient(145deg,#102d49,#153b5e) !important;
  border-color:rgba(67,183,233,.28) !important;
  box-shadow:var(--az-shadow) !important;
}
.about-exp-badge{
  background:
    radial-gradient(circle at 35% 25%,rgba(77,206,255,.18),transparent 45%),
    linear-gradient(145deg,#0b3150,#176ea8 65%,#34bdf4) !important;
  border-color:rgba(117,220,255,.60) !important;
  box-shadow:0 0 0 8px rgba(52,189,244,.11),0 18px 42px rgba(0,0,0,.30) !important;
}

/* شركاء النجاح */
.partners-showcase{
  border-top:1px solid rgba(83,190,242,.10) !important;
  border-bottom:1px solid rgba(83,190,242,.10) !important;
}
.partner-logo-card{
  background:#fff !important;
  border:1px solid rgba(67,160,211,.20) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.16) !important;
}

/* ماذا نقدم */
.offer-visual{
  background-color:#12314f !important;
  border-color:rgba(83,190,242,.25) !important;
  box-shadow:var(--az-shadow) !important;
}
.offer-visual::after{
  background:linear-gradient(180deg,rgba(12,39,64,.02),rgba(12,39,64,.14)) !important;
}

/* لماذا وجوه المعرفة */
.why-visual,
.why-core,
.why-orbit,
.why-platform span{
  border-color:rgba(72,185,237,.28) !important;
}
.why-core-ring{
  background:#f7fbff !important;
  border-color:rgba(55,174,230,.40) !important;
  box-shadow:0 20px 48px rgba(0,0,0,.22) !important;
}
.why-tech-node{
  background:#123451 !important;
  border-color:rgba(72,185,237,.38) !important;
  color:var(--az-blue) !important;
}

/* CTA */
.conversion-cta{
  background:
    radial-gradient(circle at 15% 40%,rgba(69,185,240,.10),transparent 30%),
    linear-gradient(135deg,#123451,#163d5f) !important;
  border-color:rgba(83,190,242,.25) !important;
  box-shadow:var(--az-shadow) !important;
}
.cta-primary{
  background:linear-gradient(135deg,#258fda,#35bdf4) !important;
  box-shadow:0 12px 30px rgba(37,143,218,.28) !important;
}
.cta-secondary{
  background:rgba(255,255,255,.025) !important;
  color:#fff !important;
  border-color:rgba(83,190,242,.34) !important;
}

/* القائمة المنسدلة */
.services-dropdown{
  background:rgba(8,37,61,.985) !important;
  border-color:rgba(83,190,242,.30) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.36) !important;
}
.services-dropdown a,
.service-drop-item{
  color:#fff !important;
}
.service-drop-icon{
  background:rgba(53,189,244,.08) !important;
  border-color:rgba(83,190,242,.28) !important;
  color:var(--az-blue) !important;
}
.service-drop-item:hover,
.service-drop-all:hover{
  background:rgba(53,189,244,.10) !important;
}

/* الفوتر: أغمق قليلاً ليُنهي الصفحة باحتراف */
.footer-pro{
  background:linear-gradient(135deg,#081d31,#0c3151) !important;
  border-top-color:rgba(83,190,242,.14) !important;
}
.footer-pro,
.footer-pro h3,
.footer-pro a,
.footer-pro p,
.footer-pro-bottom{
  color:#fff !important;
}
.footer-pro p,
.footer-pro a:not(:hover),
.footer-pro-bottom{
  opacity:.84;
}
.footer-social-links a{
  border-color:rgba(104,203,244,.34) !important;
  background:rgba(255,255,255,.025) !important;
}
.footer-pro-bottom{
  border-top-color:rgba(83,190,242,.12) !important;
}

/* الهواتف */
@media(max-width:900px){
  .sector-card,
  .service-card,
  .offer-item,
  .why-point{
    background:linear-gradient(145deg,#143651,#173e5e) !important;
  }
}


/* ===== ORIGINAL STYLE BLOCK 4 ===== */
/* STEP 33 — UNIFIED LIGHTER NAVY BACKGROUND ONLY
   لا تعديل على الخطوط، الصور، الكروت، الألوان الداخلية، الحركة أو التخطيط الداخلي. */

:root{
  --kf-outer-bg:#0b2034;
  --kf-section-bg:#12324f;
}

/* الحواف الخارجية فقط */
html,
body{
  background:var(--kf-outer-bg) !important;
}

/* توحيد خلفية جميع مقاطع الصفحة الرئيسية على لون واحد أفتح */
.hero,
.after,
.sectors,
.content-section,
.services-section,
.partners-showcase,
.offer-section,
.why-section{
  background:var(--kf-section-bg) !important;
  background-image:none !important;
}

/* منع أي طبقات زخرفية من تغيير درجة الخلفية بين المقاطع */
.hero::before,
.hero::after,
.after::before,
.after::after,
.sectors::before,
.sectors::after,
.content-section::before,
.content-section::after,
.services-section::before,
.services-section::after,
.partners-showcase::before,
.partners-showcase::after,
.offer-section::before,
.offer-section::after,
.why-section::before,
.why-section::after{
  background:none !important;
}

/* جعل المقاطع ضمن عرض الموقع وليس من حافة الشاشة إلى الحافة الأخرى */
.hero,
.after,
.sectors,
.content-section,
.partners-showcase,
.why-section{
  width:min(1280px,calc(100% - 32px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* قسم الخدمات يحمل كلا الكلاسين، لذلك نحافظ على نفس العرض */
.content-section.services-section,
.content-section.offer-section{
  width:min(1280px,calc(100% - 32px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* الـ Hero الداخلي يبقى كما هو لكن بدون مضاعفة الهوامش */
.hero .stage{
  width:100% !important;
}

/* الفوتر والهيدر يبقيان بعرض الشاشة كما هما */
.header,
.footer-pro{
  width:100% !important;
  max-width:none !important;
}

/* الموبايل: استخدام كامل العرض مع هامش آمن */
@media(max-width:700px){
  .hero,
  .after,
  .sectors,
  .content-section,
  .partners-showcase,
  .why-section{
    width:calc(100% - 16px) !important;
  }
}


/* ===== ORIGINAL STYLE BLOCK 5 ===== */
/* STEP 35 — FINAL ALIGNMENT ONLY
   نحافظ على اللون المعتمد داخل الموقع، ونحوّل المساحات الخارجية فقط إلى الأبيض. */

:root{
  --kf-site-width:1280px;
  --kf-approved-bg:#2b5f83;
}

/* المساحات خارج الموقع فقط */
html{
  background:#ffffff !important;
}

/* جسم الموقع بنفس اللون المعتمد وبعرض الصورة الرئيسية */
body{
  width:min(var(--kf-site-width),100%);
  margin:0 auto !important;
  background:var(--kf-approved-bg) !important;
  overflow-x:hidden;
  box-shadow:none !important;
}

/* كل المقاطع بعرض الموقع نفسه */
.header,
.hero,
.after,
.sectors,
.future-section,
.content-section,
.services-section,
.partners-strip,
.partners-showcase,
.why-section,
.footer,
.footer-pro{
  width:100% !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* توحيد خلفيات الأقسام على اللون الذي تم اعتماده */
.hero,
.after,
.sectors,
.future-section,
.content-section,
.services-section,
.partners-strip,
.partners-showcase,
.why-section{
  background:var(--kf-approved-bg) !important;
  background-image:none !important;
}

/* منع ظهور أي شرائط أو طبقات جانبية بلون مختلف */
.hero::before,
.hero::after,
.after::before,
.after::after,
.sectors::before,
.sectors::after,
.future-section::before,
.future-section::after,
.content-section::before,
.content-section::after,
.services-section::before,
.services-section::after,
.partners-strip::before,
.partners-strip::after,
.partners-showcase::before,
.partners-showcase::after,
.why-section::before,
.why-section::after{
  background:none !important;
}

/* الصورة الرئيسية بعرض الموقع كاملاً */
.stage{
  width:100% !important;
  max-width:var(--kf-site-width) !important;
  margin:0 auto !important;
}

/* الهيدر الداخلي على نفس المحاذاة */
.nav{
  width:100% !important;
  max-width:var(--kf-site-width) !important;
  margin:0 auto !important;
  padding-inline:32px;
}

/* الموبايل: بدون حواف بيضاء وبدون قص */
@media(max-width:900px){
  html,
  body{
    width:100%;
    background:var(--kf-approved-bg) !important;
  }

  .nav{
    padding-inline:16px;
  }

  .stage{
    width:100% !important;
  }
}

@media(max-width:650px){
  html,
  body{
    min-width:0;
    overflow-x:hidden;
  }

  .nav{
    padding-inline:12px;
  }

  .stage{
    height:560px;
  }
}

/* STEP 36 — COUNTERS AND ABOUT SPACING ONLY */

/* تقليل الفراغ بين شريط العدادات وقسم من نحن فقط */
#about.content-section{
  padding-top:34px !important;
}

/* حركة خفيفة للعداد عند بدء العد */
.stat-number{
  font-variant-numeric:tabular-nums;
  min-width:72px;
  transition:transform .25s ease,text-shadow .25s ease;
}

.stats-bar.kf-counting .stat-number{
  transform:translateY(-2px);
  text-shadow:0 0 18px rgba(255,255,255,.20);
}

.stats-bar.kf-counted .stat-number{
  transform:none;
  text-shadow:none;
}

@media(max-width:650px){
  #about.content-section{
    padding-top:26px !important;
  }
}

/* STEP 37 — COMPACT SECTION SPACING ONLY
   تقليل الفراغات الرأسية بين الأقسام دون تغيير التصميم أو الألوان أو المقاسات الداخلية. */

/* بعد الـHero */
.after{
  height:auto !important;
  min-height:92px !important;
  padding:22px 0 18px !important;
}

/* القطاعات */
.sectors{
  padding-top:34px !important;
  padding-bottom:42px !important;
}

/* قسم الخريطة/المستقبل */
.future-section{
  padding-top:24px !important;
  padding-bottom:34px !important;
}

/* جميع أقسام المحتوى الرئيسية */
.content-section{
  padding-top:42px !important;
  padding-bottom:42px !important;
}

/* من نحن: أقرب للعدادات */
#about.content-section{
  padding-top:22px !important;
  padding-bottom:36px !important;
}

/* الخدمات */
.services-section{
  padding-top:38px !important;
  padding-bottom:42px !important;
}

/* شركاء النجاح */
.partners-showcase{
  padding-top:42px !important;
  padding-bottom:44px !important;
}

/* لماذا وجوه المعرفة */
.why-section{
  padding-top:44px !important;
  padding-bottom:36px !important;
}

/* تقليل المسافة أسفل CTA */
.conversion-cta{
  margin-bottom:10px !important;
}

/* تقليل الفراغ قبل الفوتر */
.footer-pro{
  margin-top:0 !important;
}

/* تقليل المسافة حول شريط العدادات */
.stats-wrap{
  margin-top:24px !important;
}

/* إزالة أي فراغ زائد بين نهاية القطاعات وبداية من نحن */
.sectors + .content-section,
.stats-wrap + .content-section{
  margin-top:0 !important;
}

/* موبايل */
@media(max-width:900px){
  .after{
    min-height:78px !important;
    padding:18px 0 14px !important;
  }

  .sectors,
  .future-section,
  .content-section,
  .services-section,
  .partners-showcase,
  .why-section{
    padding-top:30px !important;
    padding-bottom:32px !important;
  }

  #about.content-section{
    padding-top:18px !important;
    padding-bottom:28px !important;
  }
}

@media(max-width:650px){
  .after{
    min-height:70px !important;
  }

  .sectors,
  .future-section,
  .content-section,
  .services-section,
  .partners-showcase,
  .why-section{
    padding-top:24px !important;
    padding-bottom:26px !important;
  }

  #about.content-section{
    padding-top:16px !important;
    padding-bottom:24px !important;
  }
}

/* STEP 55 — VOICE AGENT SERVICE CARD ONLY */
.voice-agent-card{
  position:relative;
  overflow:hidden;
}

.voice-agent-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 18%,rgba(53,189,244,.15),transparent 34%),
    linear-gradient(145deg,rgba(32,223,160,.025),transparent 52%);
}

.voice-agent-new-badge{
  position:absolute;
  z-index:4;
  top:14px;
  left:14px;
  padding:5px 11px;
  border-radius:7px;
  background:linear-gradient(135deg,#20dfa0,#35bdf4);
  color:#06243a;
  font-size:10px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(32,223,160,.20);
}

.service-visual-voice{
  height:150px;
  display:grid;
  place-items:center;
}

.service-visual-voice img{
  width:145px;
  height:130px;
  object-fit:contain;
  filter:drop-shadow(0 14px 22px rgba(0,0,0,.30));
  animation:kfVoiceCardFloat 4.5s ease-in-out infinite;
}

.voice-agent-card:hover .service-visual-voice img{
  animation-play-state:paused;
  transform:translateY(-5px) scale(1.04);
}

@keyframes kfVoiceCardFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

@media(prefers-reduced-motion:reduce){
  .service-visual-voice img{animation:none!important}
}

/* STEP 56 — VOICE AGENT HOMEPAGE CARD SIZE FIX */
.voice-agent-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:30px 24px 28px!important;
  min-height:100%!important;
}

.voice-agent-card .voice-agent-visual{
  position:relative!important;
  width:150px!important;
  height:150px!important;
  min-height:150px!important;
  margin:0 auto 18px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  border-radius:0!important;
  background:transparent!important;
}

.voice-agent-card .voice-agent-visual::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(53,189,244,.17),rgba(32,223,160,.06) 52%,transparent 72%);
  filter:blur(4px);
  animation:kfVoiceCardGlow 3s ease-in-out infinite;
}

.voice-agent-card .voice-agent-visual img{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  width:145px!important;
  height:135px!important;
  min-width:0!important;
  max-width:145px!important;
  max-height:135px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  transform:none;
  filter:drop-shadow(0 14px 22px rgba(0,0,0,.30))!important;
  animation:kfVoiceCardFloat 4.5s ease-in-out infinite!important;
}

.voice-agent-card h3{
  margin-top:0!important;
}

.voice-agent-card p{
  min-height:64px;
}

@keyframes kfVoiceCardGlow{
  0%,100%{transform:scale(.92);opacity:.55}
  50%{transform:scale(1.08);opacity:1}
}

@media(max-width:650px){
  .voice-agent-card .voice-agent-visual{
    width:128px!important;
    height:128px!important;
    min-height:128px!important;
  }

  .voice-agent-card .voice-agent-visual img{
    width:122px!important;
    height:116px!important;
    max-width:122px!important;
    max-height:116px!important;
  }
}

/* STEP 57 — FINAL VOICE AGENT CARD CONSTRAINT */
.services-grid .voice-agent-card .voice-agent-visual{
  flex:0 0 145px!important;
  width:145px!important;
  height:145px!important;
  min-height:145px!important;
  max-height:145px!important;
  overflow:visible!important;
}

.services-grid .voice-agent-card .voice-agent-visual > img{
  position:relative!important;
  inset:auto!important;
  width:140px!important;
  height:132px!important;
  min-width:140px!important;
  max-width:140px!important;
  min-height:132px!important;
  max-height:132px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  opacity:1!important;
}

.services-grid .voice-agent-card{
  min-height:330px!important;
  padding:20px 22px 22px!important;
}

.services-grid .voice-agent-card p{
  min-height:auto!important;
}

/* STEP 58 — ISOLATED HOMEPAGE VOICE AGENT CARD */
#services .services-grid > .voice-agent-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:0!important;
  height:auto!important;
  padding:28px 24px!important;
  overflow:hidden!important;
}

#services .services-grid > .voice-agent-card .voice-agent-visual{
  position:relative!important;
  inset:auto!important;
  flex:0 0 145px!important;
  display:grid!important;
  place-items:center!important;
  width:145px!important;
  height:145px!important;
  min-width:145px!important;
  min-height:145px!important;
  max-width:145px!important;
  max-height:145px!important;
  margin:0 auto 16px!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}

#services .services-grid > .voice-agent-card .voice-agent-visual img{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  flex:none!important;
  width:140px!important;
  height:132px!important;
  min-width:140px!important;
  min-height:132px!important;
  max-width:140px!important;
  max-height:132px!important;
  margin:auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  opacity:1!important;
  transform:none;
}

#services .services-grid > .voice-agent-card h3,
#services .services-grid > .voice-agent-card p,
#services .services-grid > .voice-agent-card .tag{
  position:relative!important;
  z-index:3!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}

#services .services-grid > .voice-agent-card h3{
  margin:0 0 12px!important;
}

#services .services-grid > .voice-agent-card p{
  min-height:58px!important;
  margin:0 0 14px!important;
}

#services .services-grid > .voice-agent-card .tag{
  margin-top:auto!important;
}

@media(max-width:650px){
  #services .services-grid > .voice-agent-card .voice-agent-visual{
    flex-basis:125px!important;
    width:125px!important;
    height:125px!important;
    min-width:125px!important;
    min-height:125px!important;
    max-width:125px!important;
    max-height:125px!important;
  }

  #services .services-grid > .voice-agent-card .voice-agent-visual img{
    width:120px!important;
    height:112px!important;
    min-width:120px!important;
    min-height:112px!important;
    max-width:120px!important;
    max-height:112px!important;
  }
}

