

/* -------------------- shared tokens (scoped via class, not :root) -------------------- */
.sg-scope{
  --sg-white:#ffffff;
  --sg-page:#eef2fb;
  --sg-ink:#0a0e1a;
  --sg-blue-950:#050a1a;
  --sg-blue-900:#0a1230;
  --sg-blue-800:#0e1c4a;
  --sg-blue-700:#12296b;
  --sg-blue-600:#1a3a8f;
  --sg-blue-500:#2453c9;
  --sg-blue-400:#3b6de8;
  --sg-blue-300:#6fa1f7;
  --sg-blue-200:#a9c8fb;
  --sg-line:rgba(255,255,255,.10);
}

/* generic section rhythm */
.sg-section{ padding:30px 0; position:relative; }
.sg-container{ width:100%; max-width:1240px; margin:0 auto; padding:0 24px; box-sizing:border-box; }
.sg-scope, .sg-scope *{ box-sizing:border-box; }
.sg-scope img{ max-width:100%; height:auto; display:block; }

/* gradient headings */
.sg-grad-heading{
  background:linear-gradient(92deg,#0b2a6b 0%, #1a4fd6 45%, #4fa3ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:#1a4fd6;
  font-weight:800;
  letter-spacing:-0.01em;
  margin:0 0 14px;
}
.sg-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#2453c9;
  background:rgba(36,83,201,.08);
  border:1px solid rgba(36,83,201,.18);
  padding:6px 14px;
  border-radius:999px;
  margin-bottom:16px;
}
.sg-eyebrow::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:linear-gradient(120deg,#1a4fd6,#6fa1f7);
}
.sg-lead{ color:#3a4463; font-size:17px; line-height:1.7; max-width:760px; }
.sg-head-row{ margin-bottom:38px; text-align:center; }
.sg-head-row .sg-lead{ margin-left:auto; margin-right:auto; }
.sg-head-row.sg-center{ text-align:center; margin-left:auto; margin-right:auto; }
.sg-head-row.sg-center .sg-lead{ margin-left:auto; margin-right:auto; }

/* buttons — gradient glassmorphism */
.sg-btn{
  --btnbg:linear-gradient(135deg,#123a9e,#1a4fd6 55%,#4fa3ff);
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  max-width:100%;
  box-sizing:border-box;
  white-space:normal;
  padding:14px 28px;
  border-radius:14px;
  font-weight:700;
  font-size:15px;
  color:#ffffff;
  text-decoration:none;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.35);
  background:var(--btnbg);
  background-size:160% 160%;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  box-shadow:0 10px 30px -12px rgba(20,60,180,.55), inset 0 1px 0 rgba(255,255,255,.25);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, background-position .6s ease;
}
.sg-btn:hover{
  transform:translateY(-3px) scale(1.015);
  background-position:100% 40%;
  box-shadow:0 18px 40px -14px rgba(20,60,180,.65), inset 0 1px 0 rgba(255,255,255,.35);
}
.sg-btn:active{ transform:translateY(-1px) scale(.99); }
.sg-btn svg{ width:18px; height:18px; transition:transform .35s ease; }
.sg-btn:hover svg{ transform:translateX(4px); }

.sg-btn-outline{
  background:rgba(255,255,255,.06);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.4);
  box-shadow:none;
}
.sg-btn-outline:hover{ background:rgba(255,255,255,.16); box-shadow:0 10px 26px -14px rgba(0,0,0,.4); }

.sg-btn-ghost{
  background:rgba(36,83,201,.06);
  color:#12296b;
  border:1px solid rgba(36,83,201,.25);
  box-shadow:none;
}
.sg-btn-ghost:hover{ background:rgba(36,83,201,.14); transform:translateY(-3px); }

/* generic dark gradient glass card */
.sg-glass-card{
  position:relative;
  border-radius:20px;
  padding:28px;
  background:linear-gradient(165deg, rgba(10,18,48,.94) 0%, rgba(18,41,107,.88) 55%, rgba(26,63,150,.82) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 50px -24px rgba(5,10,26,.65);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  color:rgba(255,255,255,.86);
  overflow:hidden;
  text-align:center;
  transition:transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease, border-color .4s ease;
}
.sg-glass-card::before{
  content:"";
  position:absolute; inset:0;
  background:radial-gradient(120% 90% at 0% 0%, rgba(111,161,247,.20), transparent 60%);
  pointer-events:none;
}
.sg-glass-card:hover{
  transform:translateY(-6px);
  border-color:rgba(111,161,247,.45);
  box-shadow:0 28px 60px -22px rgba(5,10,26,.75), 0 0 0 1px rgba(111,161,247,.18);
}
.sg-glass-card h3{ color:#ffffff; margin:14px 0 8px; font-size:19px; font-weight:700; }
.sg-glass-card p{ color:rgba(226,233,255,.78); font-size:14.5px; line-height:1.65; margin:0; }

.sg-icon-badge{
  width:48px; height:48px;
  border-radius:13px;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto;
  background:linear-gradient(135deg, rgba(111,161,247,.28), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.18);
  transition:transform .4s cubic-bezier(.34,1.56,.64,1), background .4s ease;
}
.sg-glass-card:hover .sg-icon-badge{ transform:rotate(-6deg) scale(1.08); }
.sg-icon-badge svg{ width:24px; height:24px; stroke:#bcd4ff; }

/* ==========================================================================
   HERO
   ========================================================================== */
.sg-hero{
  padding:30px 0;
  position:relative;
  overflow:hidden;
  background:#050a1a;
  isolation:isolate;
}
.sg-hero__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(60% 70% at 12% 15%, rgba(36,83,201,.35), transparent 65%),
    radial-gradient(50% 60% at 88% 82%, rgba(111,161,247,.22), transparent 60%),
    linear-gradient(150deg, #050a1a 0%, #0a1230 55%, #0e1c4a 100%);
  z-index:-2;
}
.sg-hero__overlay{
  position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(3,7,20,.55), transparent 40%);
  z-index:-1;
}
.sg-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:40px;
  align-items:center;
}
.sg-hero__content{ max-width:620px; text-align:left; min-width:0; }
.sg-hero h1{
  font-size:clamp(32px,4.6vw,54px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-0.02em;
  margin:0 0 20px;
  background:linear-gradient(95deg,#ffffff 15%, #bcd4ff 55%, #6fa1f7 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:sgFadeUp .9s cubic-bezier(.2,.8,.2,1) both;
}
.sg-hero__eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:#bcd4ff;
  background:rgba(111,161,247,.12);
  border:1px solid rgba(111,161,247,.3);
  padding:7px 16px; border-radius:999px;
  margin-bottom:22px;
  animation:sgFadeUp .7s cubic-bezier(.2,.8,.2,1) both;
}
.sg-hero p.sg-hero__desc{
  color:rgba(220,229,255,.82);
  font-size:17px; line-height:1.75; margin:0 0 30px;
  animation:sgFadeUp 1s cubic-bezier(.2,.8,.2,1) both .1s;
}
.sg-hero__ctas{ display:flex; flex-wrap:wrap; justify-content:flex-start; gap:14px; margin-bottom:34px; max-width:100%; animation:sgFadeUp 1.05s cubic-bezier(.2,.8,.2,1) both .18s; }
.sg-hero__trust{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-start;
  gap:14px;
  padding-top:22px; border-top:1px solid rgba(255,255,255,.14);
  animation:sgFadeUp 1.1s cubic-bezier(.2,.8,.2,1) both .25s;
}
.sg-hero__stars{ color:#ffb648; font-size:15px; letter-spacing:2px; }
.sg-hero__trust-text{ color:rgba(226,233,255,.75); font-size:13.5px; line-height:1.6; max-width:100%; overflow-wrap:break-word; word-break:break-word; }
.sg-hero__trust-text strong{ color:#fff; }

/* hero right visual — floating glass dashboard mockup */
.sg-hero__visual{
  position:relative;
  height:540px;
  min-width:0;
  max-width:100%;
  display:flex; align-items:center; justify-content:center;
  animation:sgFadeIn 1.2s ease both .3s;
}
.sg-hero__orb{
  position:absolute;
  width:400px; height:400px;
  max-width:100%;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%, rgba(111,161,247,.5), rgba(26,63,150,.05) 70%);
  filter:blur(6px);
  animation:sgGlow 5s ease-in-out infinite;
}
.sg-hero__mock{
  position:relative;
  width:400px;
  max-width:100%;
  border-radius:22px;
  padding:28px;
  background:linear-gradient(160deg, rgba(20,32,72,.85), rgba(10,18,48,.85));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 70px -20px rgba(0,0,0,.6);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  animation:sgFloat 6s ease-in-out infinite;
  z-index:2;
}
.sg-hero__mock-bar{ display:flex; align-items:center; justify-content:space-between; margin-bottom:24px; }
.sg-hero__mock-live{
  display:inline-flex; align-items:center; gap:7px;
  font-size:12px; font-weight:700; letter-spacing:.04em; color:rgba(255,255,255,.8);
  white-space:nowrap;
}
.sg-hero__mock-live i{ width:7px; height:7px; border-radius:50%; background:#4ade80; box-shadow:0 0 0 4px rgba(74,222,128,.22); display:inline-block; flex:0 0 auto; }
.sg-hero__mock-bar .sg-hero__mock-dots{ display:flex; gap:6px; flex:0 0 auto; }
.sg-hero__mock-bar .sg-hero__mock-dots span{ width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.3); }
.sg-hero__mock-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:22px; }
.sg-hero__mock-stat{ padding:14px 10px; border-radius:14px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); }
.sg-hero__mock-stat b{ display:block; font-size:20px; color:#fff; font-weight:800; }
.sg-hero__mock-stat span{ font-size:10px; color:rgba(226,233,255,.6); text-transform:uppercase; letter-spacing:.05em; }
.sg-hero__mock-line{ height:9px; border-radius:5px; background:rgba(255,255,255,.14); margin-bottom:10px; }
.sg-hero__mock-line.short{ width:55%; }
.sg-hero__mock-chart{ display:flex; align-items:flex-end; gap:8px; height:90px; margin:22px 0; }
.sg-hero__mock-chart span{ flex:1; border-radius:5px 5px 0 0; background:linear-gradient(180deg,#6fa1f7,#1a4fd6); animation:sgBar 2.4s ease-in-out infinite; }
.sg-hero__mock-rows{ display:flex; flex-direction:column; gap:12px; margin-top:20px; padding-top:20px; border-top:1px solid rgba(255,255,255,.1); }
.sg-hero__mock-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.sg-hero__mock-row-name{ display:flex; align-items:center; gap:9px; font-size:13px; color:rgba(226,233,255,.85); font-weight:600; }
.sg-hero__mock-row-name svg{ width:16px; height:16px; stroke:#6fa1f7; flex:0 0 auto; }
.sg-hero__mock-pill{ font-size:10.5px; font-weight:700; padding:4px 11px; border-radius:999px; white-space:nowrap; }
.sg-hero__mock-pill--live{ background:rgba(74,222,128,.16); color:#4ade80; }
.sg-hero__mock-pill--review{ background:rgba(255,182,72,.16); color:#ffb648; }
.sg-hero__mock-pill--test{ background:rgba(111,161,247,.18); color:#a9c8fb; }
.sg-hero__card-float{
  position:absolute;
  padding:14px 16px;
  border-radius:14px;
  background:linear-gradient(160deg, rgba(20,32,72,.92), rgba(10,18,48,.92));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 45px -18px rgba(0,0,0,.6);
  backdrop-filter:blur(14px);
  display:flex; align-items:center; gap:10px;
  font-size:12.5px; font-weight:700; color:#fff;
  z-index:3;
}
.sg-hero__card-float svg{ width:20px; height:20px; stroke:#6fa1f7; }
.sg-hero__card-float--a{ top:6%; right:0; animation:sgFloat 5s ease-in-out infinite .4s; }
.sg-hero__card-float--b{ bottom:8%; left:-4%; animation:sgFloat 5.5s ease-in-out infinite .8s; }

@keyframes sgFadeUp{ from{opacity:0; transform:translateY(22px);} to{opacity:1; transform:translateY(0);} }
@keyframes sgFadeIn{ from{opacity:0;} to{opacity:1;} }
@keyframes sgFloat{ 0%,100%{transform:translateY(0);} 50%{transform:translateY(-14px);} }
@keyframes sgGlow{ 0%,100%{opacity:.55;} 50%{opacity:.9;} }
@keyframes sgBar{ 0%,100%{transform:scaleY(.7);} 50%{transform:scaleY(1);} }

/* ==========================================================================
   INTRO / PROBLEM SECTION (light)
   ========================================================================== */
.sg-intro{ background:#eef2fb; }
.sg-intro__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }

/* ==========================================================================
   SERVICES (light bg, dark glass cards, slider)
   ========================================================================== */
.sg-services{ background:#eef2fb; }

/* services: horizontal pill tabs — single-line scroll strip */
.sg-services-tabs__nav{
  display:flex; flex-wrap:nowrap; gap:10px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
  scrollbar-color:rgba(111,161,247,.5) transparent;
  padding:2px 2px 12px;
  margin:0 0 20px;
}
.sg-services-tabs__nav::-webkit-scrollbar{ height:5px; }
.sg-services-tabs__nav::-webkit-scrollbar-thumb{ background:rgba(111,161,247,.4); border-radius:99px; }
.sg-services-tabs__btn{
  display:inline-flex; align-items:center; gap:8px;
  flex:0 0 auto;
  white-space:nowrap;
  scroll-snap-align:start;
  padding:10px 18px 10px 12px; border-radius:999px;
  font-size:13px; font-weight:700;
  color:#12296b !important;
  background:rgba(255,255,255,.7) !important;
  background-image:none !important;
  border:1px solid rgba(36,83,201,.2);
  cursor:pointer;
  transition:all .3s ease;
}
.sg-services-tabs__btn:hover{ background:rgba(36,83,201,.12) !important; transform:translateY(-2px); }
.sg-services-tabs__btn.is-active{
  color:#ffffff !important;
  background:linear-gradient(135deg,#123a9e,#1a4fd6,#4fa3ff) !important;
  border-color:transparent;
  box-shadow:0 10px 24px -12px rgba(20,60,180,.55);
}
.sg-services-tabs__btn-icon{
  width:26px; height:26px; border-radius:7px; flex:0 0 auto;
  display:flex; align-items:center; justify-content:center;
  background:rgba(36,83,201,.12) !important;
}
.sg-services-tabs__btn.is-active .sg-services-tabs__btn-icon{ background:rgba(255,255,255,.2) !important; }
.sg-services-tabs__btn-icon svg{ width:14px; height:14px; stroke:#2453c9 !important; fill:none !important; }
.sg-services-tabs__btn.is-active .sg-services-tabs__btn-icon svg{ stroke:#ffffff !important; }

.sg-services-panel__card{ display:flex; flex-direction:column; padding:32px; }
.sg-services-panel__top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; }
.sg-icon-badge--lg{ width:56px; height:56px; border-radius:14px; }
.sg-icon-badge--lg svg{ width:26px; height:26px; }
.sg-services-panel__count{ font-size:12.5px; font-weight:700; letter-spacing:.06em; color:rgba(226,233,255,.55); }
.sg-services-panel__card h3{ font-size:21px; margin-top:16px; }
.sg-services-panel__card p{ font-size:14.5px; }

.sg-slider{ position:relative; }
.sg-slider__viewport{
  overflow-x:auto;
  overflow-y:hidden;
  cursor:grab;
  margin:0 -12px;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:rgba(111,161,247,.5) transparent;
  padding-bottom:6px;
}
.sg-slider__viewport::-webkit-scrollbar{ height:5px; }
.sg-slider__viewport::-webkit-scrollbar-thumb{ background:rgba(111,161,247,.4); border-radius:99px; }
.sg-slider__viewport.sg-dragging{ cursor:grabbing; scroll-snap-type:none; }
.sg-slider__track{ display:flex; }
.sg-slide{ flex:0 0 auto; width:320px; padding:0 12px; scroll-snap-align:start; }
.sg-slider__controls{ display:flex; justify-content:flex-end; gap:10px; margin-top:22px; }
.sg-slider__btn{
  width:44px; height:44px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,#123a9e,#1a4fd6);
  border:1px solid rgba(255,255,255,.3);
  cursor:pointer;
  box-shadow:0 10px 24px -12px rgba(20,60,180,.5);
  transition:transform .3s ease, box-shadow .3s ease;
}
.sg-slider__btn:hover{ transform:translateY(-2px); box-shadow:0 14px 30px -12px rgba(20,60,180,.6); }
.sg-slider__btn svg{ width:18px; height:18px; stroke:#fff; }

/* ==========================================================================
   WHY CHOOSE (dark section, light-ish glass on dark? -> keep page light, cards dark)
   ========================================================================== */
.sg-why{ background:#eef2fb; }
.sg-why .sg-slide{ width:33.3333%; display:flex; }
.sg-why .sg-glass-card{ width:100%; display:flex; flex-direction:column; }
.sg-why .sg-glass-card p{ margin-top:0; }
.sg-why__node{ display:flex; align-items:center; margin-bottom:20px; }
.sg-why__node .sg-why__dot{
  width:34px; height:34px; border-radius:50%; flex:0 0 auto;
  display:flex; align-items:center; justify-content:center;
  font-size:12px; font-weight:800; color:#fff;
  background:linear-gradient(135deg,#1a4fd6,#6fa1f7);
  border:3px solid #eef2fb;
  box-shadow:0 0 0 1px rgba(111,161,247,.5), 0 8px 18px -8px rgba(20,60,180,.7);
}
.sg-why__node .sg-why__line{ flex:1; height:2px; margin-left:10px; background:repeating-linear-gradient(90deg, rgba(36,83,201,.35) 0 6px, transparent 6px 12px); }

/* ==========================================================================
   PROCESS — real sequence, numbered
   Desktop: CSS Grid (3 shared rows: top-cards / nodes / bottom-cards).
   Because the node row is ONE shared grid row, every node lines up on the
   exact same horizontal line automatically — no fixed heights, no
   flex-shrink tricks, no guessing card height.
   ========================================================================== */
.sg-process{ background:#eef2fb; }

.sg-process__timeline{
  display:grid;
  grid-template-columns:repeat(8, 1fr);
  gap:0;
  margin:64px 0 24px;
}
.sg-process__cell-top{
  grid-row:1;
  align-self:stretch;
  display:flex;
  align-items:stretch;
  justify-content:center;
  padding:0 8px 14px;
}
.sg-process__cell-node{
  grid-row:2;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
}
.sg-process__cell-node::before{
  content:"";
  position:absolute;
  left:0; right:0; top:50%;
  height:2px;
  transform:translateY(-50%);
  background:repeating-linear-gradient(90deg, rgba(36,83,201,.4) 0 10px, transparent 10px 20px);
  z-index:0;
}
.sg-process__cell-bottom{
  grid-row:3;
  align-self:stretch;
  display:flex;
  align-items:stretch;
  justify-content:center;
  padding:14px 8px 0;
}
.sg-process__node{
  position:relative;
  z-index:1;
  flex:0 0 auto;
  width:46px; height:46px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,#123a9e,#1a4fd6,#6fa1f7);
  border:4px solid #eef2fb;
  box-shadow:0 0 0 1px rgba(36,83,201,.35), 0 10px 24px -10px rgba(20,60,180,.65);
  color:#fff; font-weight:800; font-size:13px;
}
.sg-process__node svg{ width:19px; height:19px; stroke:#fff; }

.sg-process__card{
  width:100%; max-width:210px;
  padding:20px 14px; text-align:center;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
}
.sg-process__card .sg-icon-badge{ margin:0 auto; width:42px; height:42px; flex:0 0 auto; }
.sg-process__card .sg-icon-badge svg{ width:20px; height:20px; }
.sg-process__card h3{ font-size:15px; margin:2px 0 8px; flex:0 0 auto; }
.sg-process__card p{ font-size:12px; line-height:1.55; margin:0; }

.sg-process__mobile-list{ display:none; }

.sg-process__foot{
  margin-top:10px; text-align:center;
  font-weight:700; color:#12296b;
  background:rgba(36,83,201,.08);
  border:1px solid rgba(36,83,201,.18);
  padding:14px 20px; border-radius:14px;
}

@media (max-width:900px){
  .sg-process__timeline{ display:none; }
  .sg-process__mobile-list{
    display:flex; flex-direction:column;
    position:relative;
    margin:30px 0 10px;
    padding-left:26px;
  }
  .sg-process__mobile-list::before{
    content:"";
    position:absolute;
    left:11px; top:6px; bottom:6px;
    width:2px;
    background:repeating-linear-gradient(180deg, rgba(36,83,201,.4) 0 10px, transparent 10px 20px);
  }
  .sg-process__mobile-step{ position:relative; padding-bottom:22px; }
  .sg-process__mobile-step:last-child{ padding-bottom:0; }
  .sg-process__mobile-node{
    position:absolute; left:-26px; top:0;
    width:24px; height:24px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background:linear-gradient(135deg,#123a9e,#1a4fd6,#6fa1f7);
    color:#fff; font-weight:800; font-size:10px;
    box-shadow:0 6px 16px -6px rgba(20,60,180,.6);
  }
  .sg-process__mobile-card{ padding:16px 18px; }
  .sg-process__mobile-card h3{ font-size:15px; margin:0 0 6px; }
  .sg-process__mobile-card p{ font-size:13px; line-height:1.6; margin:0; }
}

/* ==========================================================================
   INDUSTRIES — tabs (20 industries)
   ========================================================================== */
.sg-industries{ background:#eef2fb; }
.sg-tabs__nav{
  display:flex; flex-wrap:nowrap; gap:10px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
  scrollbar-color:rgba(111,161,247,.5) transparent;
  padding:2px 2px 12px;
  margin:0 0 20px;
}
.sg-tabs__nav::-webkit-scrollbar{ height:5px; }
.sg-tabs__nav::-webkit-scrollbar-thumb{ background:rgba(111,161,247,.4); border-radius:99px; }
.sg-tabs__btn{
  flex:0 0 auto;
  white-space:nowrap;
  scroll-snap-align:start;
  padding:10px 18px; border-radius:999px;
  font-size:13.5px; font-weight:700;
  color:#12296b;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(36,83,201,.2);
  cursor:pointer;
  transition:all .3s ease;
}
.sg-tabs__btn:hover{ background:rgba(36,83,201,.1); transform:translateY(-2px); }
.sg-tabs__btn.is-active{
  color:#fff;
  background:linear-gradient(135deg,#123a9e,#1a4fd6,#4fa3ff);
  border-color:transparent;
  box-shadow:0 10px 24px -12px rgba(20,60,180,.55);
}
.sg-tabs__panel{ display:none; }
.sg-tabs__panel.is-active{ display:block; animation:sgFadeUp .5s ease both; }
.sg-industry__body{
  display:grid; grid-template-columns:1fr 1fr; gap:0;
  border-radius:22px; overflow:hidden;
  box-shadow:0 24px 60px -28px rgba(5,10,26,.4);
}
.sg-industry__img{ position:relative; min-height:340px; }
.sg-industry__img img{ width:100%; height:100%; object-fit:cover; min-height:340px; }
.sg-industry__text{
  padding:36px;
  background:linear-gradient(165deg, rgba(10,18,48,.96), rgba(18,41,107,.92));
  color:rgba(255,255,255,.86);
}
.sg-industry__text h3{ color:#fff; margin:0 0 12px; font-size:22px; }
.sg-industry__link{ color:inherit; text-decoration:underline; text-decoration-color:rgba(169,200,251,.6); text-underline-offset:4px; transition:color .35s ease, text-decoration-color .35s ease; }
.sg-industry__link:hover{ color:#a9c8fb; text-decoration-color:#a9c8fb; }
.sg-industry__text p{ color:rgba(226,233,255,.8); font-size:14.5px; line-height:1.7; margin:0 0 18px; }
.sg-industry__list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.sg-industry__list li{
  display:flex; align-items:center; gap:8px;
  font-size:13.5px; color:rgba(226,233,255,.9);
}
.sg-industry__list svg{ width:15px; height:15px; stroke:#6fa1f7; flex:0 0 auto; }

/* ==========================================================================
   UAE ECOSYSTEM checklist
   ========================================================================== */
.sg-uae{ background:#eef2fb; }
.sg-uae__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.sg-uae__item{
  display:flex; align-items:center; justify-content:center; gap:14px;
  padding:20px; border-radius:16px;
}
.sg-uae__item svg{ width:22px; height:22px; stroke:#a9c8fb; flex:0 0 auto; }
.sg-uae__item span{ font-weight:700; font-size:14.5px; color:#fff; }

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
 #CaseStudies {
    background: #07080B;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    color: #F3F4F6;
  }

  #CaseStudies::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 600px;
    background: radial-gradient(circle, rgba(34,211,238,0.10) 0%, rgba(139,92,246,0.06) 45%, transparent 70%);
    filter: blur(60px);
    pointer-events: none;
  }

  #CaseStudies::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
  }

  #CaseStudies .cs-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
  }

  #CaseStudies .client-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 16px 0;
    color: #F3F4F6;
  }



  #CaseStudies .cs-subtext {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 64px auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
    color: #8A8F9B;
  }

  /* ===== VIEWPORT (shows exactly one card) ===== */
  #CaseStudies .cs-viewport {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
  }

  #CaseStudies .casestudies_slider {
    position: relative;
    overflow: hidden;
  }

  #CaseStudies .slider-casestudies {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }

  #CaseStudies .caseStudiesSliderBox {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px;
  }

  /* ===== CARD ===== */
  #CaseStudies .case_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 36px;
    background: #0F1219;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px;
    transition: transform 0.35s ease, background 0.35s ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 0;
  }

  /* static border */
  #CaseStudies .case_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: rgba(255,255,255,0.07);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 1;
  }

  /* animated gradient border on hover */
  #CaseStudies .case_box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1.5px;
    background: conic-gradient(from var(--angle, 0deg), #22D3EE, #8B5CF6, #5EE6E0, #22D3EE);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    animation: cs-rotate 3s linear infinite;
    z-index: 2;
  }

  @property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }

  @keyframes cs-rotate {
    to { --angle: 360deg; }
  }

  #CaseStudies .case_box:hover {
    transform: translateY(-6px);
    background: rgba(15, 18, 25, 0.92);
    box-shadow: 0 24px 60px -20px rgba(56,189,248,0.25), 0 0 40px rgba(56,189,248,0.08);
  }

  #CaseStudies .case_box:hover::before { opacity: 0; }
  #CaseStudies .case_box:hover::after { opacity: 1; }

  #CaseStudies .case_box__image {
    flex: 0 0 420px;
    width: 420px;
    height: 300px;
    position: relative;
    overflow: hidden;
    /* background: #0C0E14; */
    /* border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.07); */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #CaseStudies .case_box__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  #CaseStudies .case_box__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  #CaseStudies .case_box__content h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 14px 0;
    color: #F3F4F6;
  }

  #CaseStudies .case_box__content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #C7CAD1;
    margin: 0 0 20px 0;
  }

  #CaseStudies .case_box__points {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #CaseStudies .case_box__points li {
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    font-weight: 400;
    color: #8A8F9B;
    line-height: 1.4;
  }

  #CaseStudies .case_box__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22D3EE, #8B5CF6);
  }

  #CaseStudies .viewCaseStudies {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 14px 22px;
    border-radius: 999px;
    background: #F3F4F6;
    color: #07080B;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, gap 0.3s ease;
  }

  #CaseStudies .viewCaseStudies i {
    font-style: normal;
    transition: transform 0.3s ease;
  }

  #CaseStudies .viewCaseStudies::after {
    content: "\2192";
    transition: transform 0.3s ease;
  }

  #CaseStudies .viewCaseStudies i {
    display: none; /* font-awesome glyph not loaded, use unicode arrow above */
  }

  #CaseStudies .viewCaseStudies:hover {
    transform: translateY(-3px);
    background: #22D3EE;
  }

  #CaseStudies .viewCaseStudies:hover::after {
    transform: translateX(4px);
  }

  /* ===== DOTS / PROGRESS ===== */
  #CaseStudies .cs-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    flex-wrap: wrap;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  #CaseStudies .cs-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: none;
    cursor: pointer;
    transition: width 0.35s ease, background 0.35s ease;
    padding: 0;
  }

  #CaseStudies .cs-dot.active {
    width: 26px;
    background: linear-gradient(90deg, #22D3EE, #8B5CF6);
  }

  /* ===== ARROWS ===== */
  #CaseStudies .caseStudiesBottomArrows {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
  }

  #CaseStudies .caseStudiesBottomArrows button {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    color: #F3F4F6;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  }

  #CaseStudies .caseStudiesBottomArrows button:hover {
    border-color: rgba(56,189,248,0.55);
    background: rgba(56,189,248,0.08);
    transform: translateY(-2px);
  }

  #CaseStudies .caseStudiesBottomArrows i {
    font-style: normal;
  }

  #CaseStudies .caseStudiesBottomArrows .fa-arrow-left::before { content: "\2190"; }
  #CaseStudies .caseStudiesBottomArrows .fa-arrow-right::before { content: "\2192"; }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 991px) {
    #CaseStudies { padding: 90px 0; }
    #CaseStudies .client-title { font-size: 40px; }
    #CaseStudies .case_box { flex-direction: column; padding: 32px; gap: 24px; }
    #CaseStudies .case_box__image { width: 100%; max-width: 360px; height: 260px; flex: 0 0 260px; }
    #CaseStudies .case_box__content { align-items: center; text-align: center; }
    #CaseStudies .case_box__content h4 { font-size: 24px; }
    #CaseStudies .case_box__points { align-items: flex-start; }
  }

  @media (max-width: 575px) {
    #CaseStudies { padding: 30px 0; }
    #CaseStudies .cs-container { padding: 0 20px; }
    #CaseStudies .client-title { font-size: 30px; }
    #CaseStudies .cs-subtext { font-size: 15px; margin-bottom: 40px; }
    #CaseStudies .case_box { padding: 24px; }
    #CaseStudies .case_box__image { width: 100%; max-width: 280px; height: 220px; flex: 0 0 220px; }
    #CaseStudies .case_box__content h4 { font-size: 21px; }
    #CaseStudies .case_box__points li { font-size: 12px; }
    #CaseStudies .caseStudiesBottomArrows button { width: 42px; height: 42px; }
  }
.tr-gradient-text{
    background: linear-gradient(90deg, #22D3EE, #8B5CF6, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
   display:inline-block;
    padding-bottom:6px;
    line-height:inherit;
}


/* ==========================================================================
   BUSINESS CASE
   ========================================================================== */
.sg-case{ background:#eef2fb; }
.sg-case__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.sg-case__item{ display:flex; align-items:center; justify-content:center; gap:14px; padding:22px; text-align:left; }
.sg-case__item svg{ width:26px; height:26px; stroke:#a9c8fb; flex:0 0 auto; }
.sg-case__item p{ margin:0; font-weight:700; color:#fff; font-size:14.5px; line-height:1.5; }

/* ==========================================================================
   TESTIMONIALS — slider
   ========================================================================== */
.sg-testi{ background:#eef2fb; }
.sg-testi .sg-slide{ width:380px; }
.sg-testi .sg-glass-card{ text-align:left; }
.sg-testi__quote{ font-size:15px; line-height:1.75; color:rgba(226,233,255,.88); margin:0 0 22px; }
.sg-testi__quote::before{ content:"\201C"; font-size:40px; line-height:0; color:#6fa1f7; display:block; margin-bottom:6px; }
.sg-testi__person{ display:flex; align-items:center; gap:12px; }
.sg-testi__avatar{
  width:44px; height:44px; border-radius:50%;
  background:linear-gradient(135deg,#6fa1f7,#123a9e);
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-weight:800; font-size:15px;
}
.sg-testi__name{ font-weight:700; color:#fff; font-size:14px; }
.sg-testi__role{ font-size:12.5px; color:rgba(226,233,255,.65); }

/* ==========================================================================
   FAQ — accordion
   ========================================================================== */
.sg-faq{ background:#eef2fb; }
.sg-faq__list{ max-width:840px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }
.sg-faq__item{
  border-radius:16px;
  background:linear-gradient(160deg, rgba(10,18,48,.94), rgba(18,41,107,.86));
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.sg-faq__q{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:20px 24px; cursor:pointer; user-select:none;
}
.sg-faq__q h3{ margin:0; font-size:15.5px; font-weight:700; color:#fff; }
.sg-faq__plus{
  width:26px; height:26px; border-radius:50%; flex:0 0 auto;
  display:flex; align-items:center; justify-content:center;
  background:rgba(111,161,247,.18); border:1px solid rgba(111,161,247,.3);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease;
}
.sg-faq__plus svg{ width:14px; height:14px; stroke:#bcd4ff; }
.sg-faq__item.is-open .sg-faq__plus{ transform:rotate(135deg); background:rgba(111,161,247,.35); }
.sg-faq__a{ max-height:0; overflow:hidden; transition:max-height .4s ease; }
.sg-faq__a-inner{ padding:0 24px 22px; }
.sg-faq__a p{ margin:0; color:rgba(226,233,255,.78); font-size:14.5px; line-height:1.7; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width:1024px){
  .sg-hero__grid{ grid-template-columns:minmax(0,1fr); }
  .sg-hero__visual{ height:460px; transform:scale(.88); }
  .sg-intro__grid,
  .sg-case__grid,
  .sg-uae__grid{ grid-template-columns:repeat(2,1fr); }
  .sg-industry__body{ grid-template-columns:1fr; }
  .sg-industry__img{ min-height:220px; }
  .sg-industry__img img{ min-height:220px; }
  .sg-why .sg-slide{ width:50%; }
}
@media (max-width:640px){
  .sg-why .sg-slide{ width:88vw; }
}
@media (max-width:640px){
  .sg-hero__grid{ gap:34px; }
  .sg-hero__visual{ height:400px; transform:scale(.78); }
  .sg-intro__grid,
  .sg-case__grid,
  .sg-uae__grid{ grid-template-columns:1fr; }
  .sg-industry__list{ grid-template-columns:1fr; }
  .sg-slide{ width:88vw; }
  .sg-testi .sg-slide{ width:88vw; }
  .sg-btn{ width:100%; justify-content:center; }
  .sg-hero__ctas{ flex-direction:column; }
}

/* prevent horizontal overflow anywhere in this page */
.sg-scope{ overflow-x:hidden; width:100%; }

/* ==========================================================================
   SPECIFICITY GUARD
   Re-asserts the colors that matter most (section backgrounds, headings,
   buttons, glass cards) with an extra .sg-scope ancestor so host-page /
   framework CSS loaded after this file cannot silently override them.
   ========================================================================== */
.sg-scope .sg-intro,
.sg-scope .sg-services,
.sg-scope .sg-why,
.sg-scope .sg-process,
.sg-scope .sg-industries,
.sg-scope .sg-uae,
.sg-scope .sg-portfolio,
.sg-scope .sg-case,
.sg-scope .sg-testi,
.sg-scope .sg-faq{ background-color:#eef2fb; }

.sg-scope .sg-grad-heading{
  background:linear-gradient(92deg,#0b2a6b 0%, #1a4fd6 45%, #4fa3ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:#1a4fd6;
}
.sg-scope .sg-lead{ color:#3a4463; }
.sg-scope .sg-eyebrow{ color:#2453c9; }

.sg-scope .sg-glass-card{
  background-color:#0a1230;
  background-image:linear-gradient(165deg, rgba(10,18,48,.94) 0%, rgba(18,41,107,.88) 55%, rgba(26,63,150,.82) 100%);
  border-color:rgba(255,255,255,.10);
  color:rgba(255,255,255,.86);
}
.sg-scope .sg-glass-card h3{ color:#ffffff; }
.sg-scope .sg-glass-card p{ color:rgba(226,233,255,.78); }

.sg-scope .sg-btn{
  color:#ffffff;
  background-image:linear-gradient(135deg,#123a9e,#1a4fd6 55%,#4fa3ff);
}
.sg-scope .sg-btn-outline{ background-image:none; background-color:rgba(255,255,255,.06); color:#ffffff; }
.sg-scope .sg-btn-ghost{ background-image:none; background-color:rgba(36,83,201,.06); color:#12296b; }

.sg-scope .sg-hero{ background-color:#050a1a; }
.sg-scope .sg-hero h1{
  background:linear-gradient(95deg,#ffffff 15%, #bcd4ff 55%, #6fa1f7 100%);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.sg-scope .sg-hero p.sg-hero__desc{ color:rgba(220,229,255,.82); }

/* reduced motion */
@media (prefers-reduced-motion:reduce){
  .sg-scope *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}