:root{
  --cfc-nav-h:80px;
}

/* Contained blueprint systems */
.hero,
.infra-section{
  isolation:isolate;
}

.blueprint-system{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}

.blueprint-system::before{
  content:"";
  position:absolute;
  inset:-1px;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.55;
  mask-image:radial-gradient(circle at 74% 42%,#000 0%,#000 38%,transparent 72%);
}

.blueprint-system::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 74% 32%,rgba(245,194,96,.13),transparent 22%),
    radial-gradient(circle at 88% 78%,rgba(36,80,181,.16),transparent 24%);
  opacity:.75;
}

.hero-blueprint{
  opacity:.38;
}

:root:not([data-theme="dark"]) .hero{
  background:
    radial-gradient(circle at 74% 28%,rgba(36,80,181,.24),transparent 34%),
    radial-gradient(circle at 12% 78%,rgba(192,57,43,.15),transparent 32%),
    linear-gradient(135deg,#071126 0%,#0A1938 48%,#101C36 100%)!important;
}

:root:not([data-theme="dark"]) .hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(2,8,22,.62) 0%,rgba(6,15,34,.34) 46%,rgba(3,9,22,.56) 100%),
    radial-gradient(circle at 82% 18%,rgba(245,194,96,.09),transparent 28%);
}

:root:not([data-theme="dark"]) .hero::after{
  background:radial-gradient(460px circle at var(--cx) var(--cy),rgba(255,255,255,.028) 0%,transparent 72%)!important;
}

:root:not([data-theme="dark"]) .hero-blueprint{
  opacity:.28;
}

:root:not([data-theme="dark"]) .hero-blueprint::before{
  opacity:.36;
}

:root:not([data-theme="dark"]) .hero-blueprint::after{
  opacity:.5;
}

.infra-blueprint{
  z-index:0;
  opacity:.66;
}

.infra-blueprint::before{
  background-image:
    linear-gradient(rgba(27,60,140,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(27,60,140,.052) 1px,transparent 1px);
  mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);
}

.bp-line{
  position:absolute;
  height:1px;
  overflow:hidden;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(96,165,250,.18),rgba(245,194,96,.24),transparent);
  transform-origin:left center;
}

.bp-line::after{
  content:"";
  position:absolute;
  top:0;
  left:-20%;
  width:22%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(245,194,96,.75),rgba(96,165,250,.65),transparent);
  animation:bpPacket 7.5s ease-in-out infinite;
}

.bp-line-b::after{
  animation-delay:-2.5s;
}

.bp-line-c::after{
  animation-delay:-5s;
}

.bp-node{
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:rgba(245,194,96,.5);
  box-shadow:0 0 0 8px rgba(245,194,96,.06),0 0 24px rgba(245,194,96,.16);
  animation:bpNodePulse 4.8s ease-in-out infinite;
}

.bp-node-b,
.bp-node-d{
  background:rgba(96,165,250,.58);
  box-shadow:0 0 0 9px rgba(96,165,250,.07),0 0 24px rgba(96,165,250,.18);
}

.hero-blueprint .bp-line-a{
  top:23%;
  right:8%;
  width:360px;
  transform:rotate(-12deg);
}

.hero-blueprint .bp-line-b{
  top:46%;
  right:4%;
  width:430px;
  transform:rotate(9deg);
}

.hero-blueprint .bp-line-c{
  right:13%;
  bottom:22%;
  width:290px;
  transform:rotate(-27deg);
}

.hero-blueprint .bp-node-a{top:20%;right:31%;}
.hero-blueprint .bp-node-b{top:36%;right:9%;animation-delay:-1.2s;}
.hero-blueprint .bp-node-c{bottom:28%;right:24%;animation-delay:-2.4s;}
.hero-blueprint .bp-node-d{bottom:18%;right:7%;animation-delay:-3.3s;}

.infra-blueprint .bp-line-a{
  top:34%;
  left:7%;
  width:300px;
  transform:rotate(5deg);
}

.infra-blueprint .bp-line-b{
  top:48%;
  left:34%;
  width:420px;
}

.infra-blueprint .bp-line-c{
  top:30%;
  right:8%;
  width:270px;
  transform:rotate(-19deg);
}

.infra-blueprint .bp-node-a{top:32%;left:8%;}
.infra-blueprint .bp-node-b{top:47%;left:33%;animation-delay:-1.2s;}
.infra-blueprint .bp-node-c{top:46%;right:32%;animation-delay:-2.4s;}
.infra-blueprint .bp-node-d{top:28%;right:10%;animation-delay:-3.3s;}

.hero #waterCanvas{
  opacity:.16!important;
}

@keyframes bpPacket{
  0%,12%{left:-24%;opacity:0;}
  24%{opacity:1;}
  72%{opacity:1;}
  100%{left:104%;opacity:0;}
}

@keyframes bpNodePulse{
  0%,100%{transform:scale(.9);opacity:.5;}
  50%{transform:scale(1.25);opacity:1;}
}

@media(max-width:900px){
  .hero-blueprint{
    opacity:.22;
  }

  .hero-blueprint .bp-line,
  .infra-blueprint .bp-line{
    width:220px;
  }

  .hero-blueprint .bp-line-a{top:18%;right:-12%;}
  .hero-blueprint .bp-line-b{top:62%;right:-18%;}
  .hero-blueprint .bp-line-c,
  .hero-blueprint .bp-node-c,
  .hero-blueprint .bp-node-d{
    display:none;
  }

  .infra-blueprint{
    opacity:.38;
  }
}

@media(max-width:640px){
  .blueprint-system::before{
    background-size:56px 56px;
    opacity:.42;
    mask-image:linear-gradient(180deg,#000,transparent 92%);
  }

  .hero-blueprint .bp-line,
  .infra-blueprint .bp-line,
  .infra-blueprint .bp-node-c,
  .infra-blueprint .bp-node-d{
    display:none;
  }

  .bp-node{
    width:7px;
    height:7px;
  }
}

@media(prefers-reduced-motion:reduce){
  .bp-line::after,
  .bp-node{
    animation:none!important;
  }
}

/* Premium homepage process section */
.infra-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:104px 48px 96px!important;
  background:
    radial-gradient(circle at 10% 18%,rgba(192,57,43,.09),transparent 28%),
    radial-gradient(circle at 88% 72%,rgba(27,60,140,.12),transparent 30%),
    linear-gradient(180deg,#FFFFFF 0%,#F8FAFE 46%,#EEF3FA 100%)!important;
  border-top:1px solid rgba(27,60,140,.1);
  border-bottom:1px solid rgba(27,60,140,.12);
}

.infra-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:
    linear-gradient(rgba(27,60,140,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(27,60,140,.045) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.52;
  mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 82%,transparent 100%);
}

.infra-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.82),transparent 18%,transparent 82%,rgba(255,255,255,.72)),
    linear-gradient(180deg,rgba(255,255,255,.66),transparent 42%,rgba(27,60,140,.045));
}

.infra-section .section-inner{
  position:relative;
  z-index:1;
  max-width:1240px;
}

.infra-section .section-inner::before{
  content:"";
  position:absolute;
  top:-28px;
  left:0;
  width:152px;
  height:1px;
  background:linear-gradient(90deg,var(--red),rgba(27,60,140,.2),transparent);
}

.infra-section .section-inner::after{
  content:"";
  position:absolute;
  top:-32px;
  left:166px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  box-shadow:18px 0 0 rgba(27,60,140,.45),36px 0 0 rgba(232,160,32,.75);
  opacity:.72;
}

.infra-section .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:6px 10px;
  border:1px solid rgba(192,57,43,.14);
  border-radius:5px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 28px rgba(27,60,140,.06);
  color:var(--red)!important;
  margin-bottom:18px!important;
}

.infra-section .eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 4px rgba(192,57,43,.1);
}

.infra-section h2{
  max-width:800px;
  color:var(--text)!important;
  font-size:46px!important;
  line-height:1.06!important;
  letter-spacing:0!important;
}

.infra-section h2 em{
  background:linear-gradient(135deg,var(--blue2) 0%,var(--red2) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:var(--red)!important;
}

.infra-section .section-sub{
  max-width:720px!important;
  color:var(--text3)!important;
  font-size:15.5px!important;
  line-height:1.78!important;
}

.infra-grid{
  grid-template-columns:minmax(0,1fr) 76px minmax(0,1fr) 76px minmax(0,1fr)!important;
  align-items:stretch!important;
  margin-top:60px!important;
  filter:none;
}

.infra-card{
  overflow:hidden;
  min-height:100%;
  display:flex;
  flex-direction:column;
  border-radius:12px!important;
  padding:28px 28px 26px!important;
  background:var(--card-bg)!important;
  border:1px solid var(--card-border)!important;
  box-shadow:var(--card-shadow)!important;
  backdrop-filter:none;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}

.infra-card::before{
  content:"";
  display:block;
  width:34px;
  height:3px;
  border-radius:2px;
  margin-bottom:18px;
  background:var(--blue);
}

.infra-card::after{
  content:"";
  display:none;
}

.infra-card:nth-child(3)::before{
  background:var(--red);
}

.infra-card:nth-child(5)::before{
  background:#16A34A;
}

.infra-card:hover{
  transform:translateY(-3px);
  border-color:rgba(27,60,140,.24)!important;
  box-shadow:0 8px 32px rgba(27,60,140,.12)!important;
}

.infra-num{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px!important;
  color:var(--blue)!important;
  position:relative;
  z-index:1;
}

.infra-num::after{
  content:"";
  width:30px;
  height:1px;
  background:rgba(27,60,140,.22);
}

.infra-card:nth-child(3) .infra-num,
.infra-card:nth-child(3) .infra-icon-wrap{
  color:var(--red)!important;
}

.infra-card:nth-child(3) .infra-num::after{
  background:rgba(192,57,43,.24);
}

.infra-card:nth-child(5) .infra-num,
.infra-card:nth-child(5) .infra-icon-wrap{
  color:#16A34A!important;
}

.infra-card:nth-child(5) .infra-num::after{
  background:rgba(22,163,74,.24);
}

.svc-tab .svc-tab-ico,
.infra-icon-wrap{
  width:38px!important;
  height:38px!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(245,247,252,.96))!important;
  border:1px solid var(--card-border)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 16px rgba(15,23,42,.06)!important;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  flex-shrink:0;
  transition:transform .25s ease,background .35s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease;
}

.infra-icon-wrap{
  margin-bottom:22px!important;
  color:#1B3C8C!important;
  z-index:1;
}

.svc-tab .svc-tab-ico::before,
.infra-icon-wrap::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  bottom:7px;
  width:3px;
  border-radius:0 2px 2px 0;
  background:currentColor;
  opacity:.95;
  z-index:0;
}

.svc-tab .svc-tab-ico::after,
.infra-icon-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.1) 58%,transparent 100%);
  transform:translateX(-105%);
  opacity:0;
  pointer-events:none;
  z-index:0;
}

.flow-icon-glyph{
  position:relative;
  z-index:1;
  display:block;
  font-size:16px;
  line-height:1;
  transform:translateY(.5px);
  filter:saturate(1.08) contrast(1.02);
}

.svc-tab.active .svc-tab-ico,
.svc-tab:hover .svc-tab-ico,
.infra-card:hover .infra-icon-wrap{
  transform:translateY(-1px) scale(1.04);
  background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(245,247,252,.98))!important;
  border-color:color-mix(in srgb,currentColor 24%,var(--card-border))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 9px 18px rgba(15,23,42,.08)!important;
}

.svc-tab.active .svc-tab-ico::after,
.svc-tab:hover .svc-tab-ico::after,
.infra-card:hover .infra-icon-wrap::after{
  animation:flowIconSweep 1.15s cubic-bezier(.4,0,.2,1) forwards;
  opacity:1;
}

@keyframes flowIconSweep{
  0%{transform:translateX(-105%);}
  100%{transform:translateX(105%);}
}

@media(prefers-reduced-motion:reduce){
  .svc-tab .svc-tab-ico::after,
  .infra-icon-wrap::after{
    animation:none!important;
  }
}

.infra-card h3{
  color:var(--text)!important;
  font-size:20px!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  position:relative;
  z-index:1;
}

.infra-card p{
  color:var(--text3)!important;
  font-size:13.8px!important;
  line-height:1.78!important;
  position:relative;
  z-index:1;
}

.infra-tags span{
  font-size:12px!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-transform:none!important;
  line-height:1.35!important;
  border-radius:6px!important;
  color:var(--text2)!important;
  background:var(--bg2)!important;
  border:1px solid var(--card-border)!important;
  padding:3px 9px!important;
  box-shadow:none;
  transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;
}

.infra-tags{
  display:flex!important;
  align-items:center;
  flex-wrap:wrap;
  gap:8px!important;
  margin-top:auto;
  position:relative;
  z-index:1;
}

.infra-card .infra-tags span:first-child{
  color:#1B3C8C!important;
  background:rgba(27,60,140,.08)!important;
  border-color:rgba(27,60,140,.2)!important;
}

.infra-card:nth-child(3) .infra-tags span:first-child{
  color:#C0392B!important;
  background:rgba(192,57,43,.08)!important;
  border-color:rgba(192,57,43,.2)!important;
}

.infra-card:nth-child(5) .infra-tags span:first-child{
  color:#16A34A!important;
  background:rgba(34,197,94,.09)!important;
  border-color:rgba(34,197,94,.2)!important;
}

.infra-card:hover .infra-tags span{
  transform:translateY(-1px);
}

.infra-connector{
  position:relative;
  align-self:stretch;
  opacity:1!important;
  color:var(--blue)!important;
  overflow:visible;
}

.infra-connector::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(27,60,140,.32),rgba(192,57,43,.22),transparent);
}

.infra-connector::after{
  content:"";
  position:absolute;
  top:50%;
  left:-10px;
  width:26px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--red),#F5C260,transparent);
  box-shadow:0 0 18px rgba(192,57,43,.24);
  animation:infraSignal 3.8s ease-in-out infinite;
}

.infra-connector svg{
  position:relative;
  z-index:1;
  width:18px!important;
  height:18px!important;
  padding:10px;
  border-radius:50%;
  color:var(--blue)!important;
  background:#fff;
  border:1px solid rgba(27,60,140,.16);
  box-shadow:0 10px 24px rgba(27,60,140,.12);
  animation:infraPulse 4.6s ease-in-out infinite;
}

.infra-callout{
  max-width:720px!important;
  margin-top:38px!important;
  border-radius:8px!important;
  padding:18px 22px!important;
  color:var(--text2)!important;
  background:rgba(255,255,255,.82)!important;
  border-color:rgba(27,60,140,.12)!important;
  box-shadow:0 18px 46px rgba(27,60,140,.1),inset 0 1px 0 rgba(255,255,255,.82);
}

.infra-callout svg{
  color:var(--blue)!important;
}

.infra-section .btn-outline{
  color:var(--text)!important;
  background:rgba(255,255,255,.72);
  border-color:rgba(27,60,140,.18)!important;
}

.infra-section .btn-outline:hover{
  color:var(--blue)!important;
  border-color:rgba(27,60,140,.38)!important;
  background:rgba(27,60,140,.06);
}

@keyframes infraSignal{
  0%,12%{left:-10px;opacity:0;transform:translateY(-50%) scaleX(.6);}
  25%{opacity:1;}
  68%{opacity:1;}
  100%{left:calc(100% - 16px);opacity:0;transform:translateY(-50%) scaleX(1);}
}

@keyframes infraPulse{
  0%,100%{box-shadow:0 10px 24px rgba(27,60,140,.12),0 0 0 0 rgba(27,60,140,.08);}
  50%{box-shadow:0 12px 28px rgba(27,60,140,.16),0 0 0 8px rgba(27,60,140,.06);}
}

[data-theme="dark"] .infra-blueprint{
  opacity:.7;
}

[data-theme="dark"] .infra-blueprint::before{
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
}

[data-theme="dark"] .infra-section{
  background:
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,0) 26%),
    linear-gradient(135deg,#0A1020 0%,#10182A 52%,#151D31 100%)!important;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

[data-theme="dark"] .infra-section::before{
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  opacity:.42;
}

[data-theme="dark"] .infra-section::after{
  background:
    linear-gradient(90deg,rgba(192,57,43,.16),transparent 18%,transparent 82%,rgba(232,160,32,.14)),
    linear-gradient(180deg,rgba(0,0,0,.12),transparent 34%,rgba(0,0,0,.18));
}

[data-theme="dark"] .infra-section .eyebrow{
  color:#F0B86E!important;
  background:rgba(255,255,255,.075);
  border-color:rgba(245,194,96,.2);
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}

[data-theme="dark"] .infra-section h2{
  color:#fff!important;
}

[data-theme="dark"] .infra-section h2 em{
  -webkit-text-fill-color:#F5C260!important;
  background:none!important;
  color:#F5C260!important;
}

[data-theme="dark"] .infra-section .section-sub{
  color:rgba(238,242,255,.68)!important;
}

[data-theme="dark"] .infra-card{
  background:var(--card-bg)!important;
  border-color:var(--card-border)!important;
  box-shadow:var(--card-shadow)!important;
}

[data-theme="dark"] .infra-card:hover{
  border-color:rgba(245,194,96,.28)!important;
  box-shadow:0 8px 32px rgba(0,0,0,.3)!important;
}

[data-theme="dark"] .infra-num,
[data-theme="dark"] .infra-icon-wrap,
[data-theme="dark"] .infra-connector,
[data-theme="dark"] .infra-connector svg,
[data-theme="dark"] .infra-callout svg{
  color:#F5C260!important;
}

[data-theme="dark"] .infra-num::after{
  background:rgba(245,194,96,.45);
}

[data-theme="dark"] .svc-tab .svc-tab-ico,
[data-theme="dark"] .infra-icon-wrap{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.1)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.18)!important;
}

[data-theme="dark"] .svc-tab.active .svc-tab-ico,
[data-theme="dark"] .svc-tab:hover .svc-tab-ico,
[data-theme="dark"] .infra-card:hover .infra-icon-wrap{
  background:rgba(255,255,255,.09)!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 26px rgba(0,0,0,.26)!important;
}

[data-theme="dark"] .infra-icon-wrap{
  color:#60A5FA!important;
}

[data-theme="dark"] .infra-card:nth-child(3) .infra-icon-wrap{
  color:#F87171!important;
}

[data-theme="dark"] .infra-card:nth-child(5) .infra-icon-wrap{
  color:#4ADE80!important;
}

[data-theme="dark"] .infra-card h3{
  color:#fff!important;
}

[data-theme="dark"] .infra-card p{
  color:rgba(238,242,255,.66)!important;
}

[data-theme="dark"] .infra-tags span{
  color:rgba(255,255,255,.82)!important;
  background:rgba(255,255,255,.075)!important;
  border-color:rgba(255,255,255,.14)!important;
}

[data-theme="dark"] .infra-card .infra-tags span:first-child{
  color:#60A5FA!important;
  background:rgba(96,165,250,.12)!important;
  border-color:rgba(96,165,250,.24)!important;
}

[data-theme="dark"] .infra-card:nth-child(3) .infra-tags span:first-child{
  color:#F87171!important;
  background:rgba(248,113,113,.12)!important;
  border-color:rgba(248,113,113,.24)!important;
}

[data-theme="dark"] .infra-card:nth-child(5) .infra-tags span:first-child{
  color:#4ADE80!important;
  background:rgba(34,197,94,.12)!important;
  border-color:rgba(34,197,94,.24)!important;
}

[data-theme="dark"] .infra-connector::before{
  background:rgba(245,194,96,.26);
}

[data-theme="dark"] .infra-connector::after{
  background:linear-gradient(90deg,transparent,#F5C260,rgba(96,165,250,.82),transparent);
  box-shadow:0 0 18px rgba(245,194,96,.22);
}

[data-theme="dark"] .infra-connector svg{
  background:#10182A;
  border-color:rgba(245,194,96,.26);
  box-shadow:0 10px 24px rgba(0,0,0,.24);
}

[data-theme="dark"] .infra-callout{
  color:rgba(238,242,255,.78)!important;
  background:rgba(25,34,54,.9)!important;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 16px 50px rgba(0,0,0,.2);
}

[data-theme="dark"] .infra-section .btn-outline{
  color:#fff!important;
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.22)!important;
}

[data-theme="dark"] .infra-section .btn-outline:hover{
  color:#F5C260!important;
  border-color:rgba(245,194,96,.58)!important;
  background:rgba(245,194,96,.08);
}

@media(max-width:900px){
  .infra-section{
    padding:72px 20px!important;
  }

  .infra-section h2{
    font-size:31px!important;
    line-height:1.14!important;
  }

  .infra-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
    margin-top:34px!important;
  }

  .infra-card{
    padding:26px 22px!important;
  }

  .infra-connector{
    height:36px;
    padding:0!important;
    justify-content:flex-start!important;
    transform:none!important;
  }

  .infra-connector::before{
    top:0;
    bottom:0;
    left:30px;
    right:auto;
    width:1px;
    height:auto;
  }

  .infra-connector svg{
    margin-left:11px;
    transform:rotate(90deg);
  }

  .infra-connector::after{
    top:-2px;
    left:30px;
    width:2px;
    height:18px;
    animation:infraSignalMobile 3.8s ease-in-out infinite;
  }

  .infra-callout{
    align-items:flex-start!important;
    margin-top:28px!important;
    padding:16px!important;
    font-size:13px!important;
  }
}

@media(max-width:1024px){
  :root{--cfc-nav-h:68px;}
}

@media(max-width:480px){
  :root{--cfc-nav-h:62px;}
}

html{
  scroll-padding-top:var(--cfc-nav-h);
}

body{
  overflow-x:hidden;
}

.nav-links{
  align-items:center;
}

.nav-links li{
  position:relative;
}

.nav-dropdown{
  display:flex;
  align-items:center;
}

.nav-services-trigger{
  display:inline-flex!important;
  align-items:center;
  gap:6px;
  position:relative;
  top:3px;
}

.nav-caret{
  width:6px;
  height:6px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.65;
  transition:transform .2s ease,opacity .2s ease;
}

.nav-dropdown:hover .nav-caret,
.nav-dropdown:focus-within .nav-caret{
  opacity:1;
  transform:rotate(225deg) translateY(-1px);
}

.nav-dropdown::after{
  content:"";
  position:absolute;
  left:-18px;
  right:-18px;
  top:100%;
  height:30px;
}

.nav-dropdown-menu{
  position:absolute;
  top:calc(100% + 25px);
  left:50%;
  width:338px;
  padding:10px;
  border:1px solid var(--card-border);
  border-radius:12px;
  background:rgba(255,255,255,.96);
  box-shadow:0 24px 70px rgba(15,23,42,.14),0 1px 0 rgba(255,255,255,.9) inset;
  transform:translateX(-50%) translateY(8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  backdrop-filter:blur(16px);
  z-index:260;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.nav-dropdown-menu a{
  display:grid!important;
  grid-template-columns:8px minmax(0,1fr);
  column-gap:10px;
  row-gap:2px;
  padding:10px 12px!important;
  border:0!important;
  border-radius:8px;
  color:var(--text)!important;
  text-decoration:none;
  white-space:normal!important;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}

.nav-dropdown-menu a::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  margin-top:7px;
  background:var(--service-dot,var(--blue));
  box-shadow:0 0 0 4px color-mix(in srgb,var(--service-dot,var(--blue)) 10%,transparent);
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible{
  background:var(--bg2);
  color:var(--nav-hover)!important;
  transform:translateX(2px);
  outline:none;
}

.nav-dropdown-menu strong{
  display:block;
  font-size:13px;
  font-weight:700;
  line-height:1.25;
  color:inherit;
}

.nav-dropdown-menu small{
  display:block;
  grid-column:2;
  font-size:11.5px;
  line-height:1.35;
  color:var(--text3);
}

.nav-dropdown-menu .all-services{
  grid-template-columns:minmax(0,1fr);
  margin-top:6px;
  padding-top:12px!important;
  border-top:1px solid var(--card-border)!important;
  color:var(--red)!important;
  font-weight:700;
}

.nav-dropdown-menu .all-services::before{
  display:none;
}

.service-supply{--service-dot:var(--blue);}
.service-finance{--service-dot:var(--red);}
.service-reporting{--service-dot:#16A34A;}
.service-integration{--service-dot:#7C3AED;}
.service-crm{--service-dot:#B45309;}
.service-operations{--service-dot:#0F766E;}

.mobile-service-group{
  border-bottom:1px solid var(--border);
  padding:0 0 8px;
}

.mobile-service-main{
  font-weight:600!important;
  border-bottom:none!important;
  padding-bottom:8px!important;
}

.mobile-service-sub{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px 10px;
  padding:0 0 4px 12px;
}

.mobile-service-sub a{
  border-bottom:none!important;
  padding:6px 0!important;
  font-size:12.5px!important;
  color:var(--text3)!important;
}

[data-theme="dark"] .nav-dropdown-menu{
  background:rgba(13,21,37,.96);
  border-color:rgba(255,255,255,.1);
  box-shadow:0 24px 70px rgba(0,0,0,.34),0 1px 0 rgba(255,255,255,.08) inset;
}

[data-theme="dark"] .nav-dropdown-menu a:hover,
[data-theme="dark"] .nav-dropdown-menu a:focus-visible{
  background:rgba(255,255,255,.055);
}

.lang-toggle{
  border:1px solid var(--border);
  background:var(--bg2);
  color:var(--nav-text);
  height:32px;
  min-width:72px;
  padding:3px 7px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}

.lang-toggle:hover,
.lang-toggle:focus-visible{
  border-color:color-mix(in srgb,var(--red) 45%,var(--border));
  color:var(--nav-hover);
  transform:translateY(-1px);
  outline:none;
}

.lang-toggle .lang-code{
  width:26px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  opacity:.48;
  transition:background .2s ease,color .2s ease,opacity .2s ease;
}

.lang-toggle .lang-divider{
  opacity:.25;
}

html[lang="en"] .lang-toggle .lang-en,
html[lang="ar-QA"] .lang-toggle .lang-ar{
  background:var(--red);
  color:#fff;
  opacity:1;
}

.mobile-lang-toggle{
  width:100%;
  margin:6px 0 8px;
  justify-content:center;
}

[data-theme="dark"] .lang-toggle{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
  box-shadow:none;
}

html[dir="rtl"] body{
  direction:rtl;
  text-align:right;
  font-family:Tahoma,"Segoe UI",Arial,sans-serif;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] .hero-title,
html[dir="rtl"] .section-title{
  font-family:Tahoma,"Segoe UI",Arial,sans-serif!important;
  letter-spacing:0!important;
}

html[dir="rtl"] .eyebrow,
html[dir="rtl"] .nav-links a,
html[dir="rtl"] .nav-cta,
html[dir="rtl"] .lang-toggle{
  letter-spacing:0;
}

html[dir="rtl"] .nav-links,
html[dir="rtl"] .nav-right,
html[dir="rtl"] .hero-buttons,
html[dir="rtl"] .foot-links-btm,
html[dir="rtl"] .mobile-service-sub{
  direction:rtl;
}

html[dir="rtl"] .nav-dropdown-menu,
html[dir="rtl"] .mobile-menu{
  text-align:right;
}

html[dir="rtl"] .nav-dropdown-menu a{
  direction:rtl;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select{
  direction:rtl;
  text-align:right;
}

html[dir="rtl"] .theme-btn,
html[dir="rtl"] .lang-toggle,
html[dir="rtl"] .flow-icon,
html[dir="rtl"] .tool-card,
html[dir="rtl"] .foot-contact-icon{
  direction:ltr;
}

.mobile-br-space{
  display:none;
}

.about-story-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,1fr);
  gap:56px;
  align-items:center;
}

.about-stats-panel{
  background:var(--section-alt);
  border:1px solid var(--border);
  border-radius:16px;
  padding:32px;
}

.about-stats-panel .stat-grid{
  grid-template-columns:1fr 1fr;
}

.story-panel .section-inner{
  max-width:1200px;
}

.story-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:48px;
  align-items:center;
}

.story-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.result-scoreboard{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.score-card{
  position:relative;
  background:var(--card-bg);
  border:1px solid var(--card-border);
  border-radius:12px;
  padding:28px;
  box-shadow:var(--card-shadow);
}

.score-card::before{
  content:"";
  display:block;
  width:34px;
  height:3px;
  border-radius:2px;
  margin-bottom:18px;
  background:var(--blue);
}

.score-card.accent-red::before{
  background:var(--red);
}

.score-card.accent-green::before{
  background:#16A34A;
}

.score-card.accent-gold::before{
  background:#E8A020;
}

.score-card span{
  display:block;
  font-family:var(--fd);
  font-size:clamp(26px,3vw,42px);
  font-weight:800;
  line-height:1;
  letter-spacing:0;
  color:var(--text);
}

.score-card p{
  margin-top:10px;
  color:var(--text3);
  font-size:13px;
  line-height:1.6;
}

.testimonials-section{
  position:relative;
  overflow:hidden;
  background:var(--bg);
  padding:84px 48px 88px;
}

.testimonials-section::before{
  content:"";
  position:absolute;
  left:48px;
  right:48px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(27,60,140,.16),rgba(192,57,43,.14),transparent);
  pointer-events:none;
}

.testimonials-sub{
  max-width:620px;
  margin-top:12px!important;
}

.testimonial-marquee{
  position:relative;
  overflow:hidden;
  margin-top:46px;
  padding:2px 0 8px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);
}

.testimonial-track{
  display:flex!important;
  align-items:stretch;
  gap:0!important;
  width:max-content;
  max-width:none;
  margin-top:0!important;
  direction:ltr;
  animation:testimonialMarquee 42s linear infinite;
  will-change:transform;
}

.testimonial-marquee:hover .testimonial-track,
.testimonial-marquee:focus-within .testimonial-track{
  animation-play-state:paused;
}

.testimonial-set{
  display:flex;
  align-items:stretch;
  flex:0 0 auto;
  gap:22px;
  padding-right:22px;
}

.testimonial-grid{
  display:flex!important;
  grid-template-columns:none!important;
}

.testimonial-marquee .testimonial-card{
  flex:0 0 clamp(300px,28vw,390px);
  width:clamp(300px,28vw,390px);
  min-height:auto;
}

.testimonial-marquee .fade-in{
  opacity:1!important;
  transform:none!important;
}

html[dir="rtl"] .testimonial-card{
  direction:rtl;
  text-align:right;
}

html[dir="rtl"] .testimonial-card::after{
  left:24px;
  right:auto;
}

html[dir="rtl"] .testimonial-card > div:first-child{
  padding-left:42px;
  padding-right:0;
}

@keyframes testimonialMarquee{
  from{transform:translate3d(0,0,0);}
  to{transform:translate3d(-50%,0,0);}
}

.testimonial-card{
  --accent:var(--blue);
  --accent-soft:rgba(27,60,140,.08);
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:30px 30px 26px!important;
  border-radius:12px!important;
  background:var(--card-bg)!important;
  border:1px solid var(--card-border)!important;
  box-shadow:0 1px 0 rgba(15,23,42,.03),0 18px 45px rgba(15,23,42,.055)!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}

.testimonial-red{
  --accent:var(--red);
  --accent-soft:rgba(192,57,43,.08);
}

.testimonial-green{
  --accent:#16A34A;
  --accent-soft:rgba(34,197,94,.09);
}

.testimonial-card::before{
  content:""!important;
  position:absolute!important;
  inset:auto!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:auto!important;
  height:3px!important;
  border-radius:12px 12px 0 0!important;
  background:var(--accent)!important;
  opacity:1!important;
  pointer-events:none;
}

.testimonial-card::after{
  content:"\201C";
  position:absolute;
  right:24px;
  top:18px;
  font-family:Georgia,serif;
  font-size:72px;
  line-height:.75;
  color:var(--accent);
  opacity:.08;
  pointer-events:none;
}

.testimonials-section .testimonial-card:hover{
  transform:translateY(-4px);
  border-color:rgba(27,60,140,.18)!important;
  box-shadow:0 1px 0 rgba(15,23,42,.03),0 24px 56px rgba(15,23,42,.095)!important;
}

.testimonials-section .testimonial-red:hover{
  border-color:rgba(192,57,43,.2)!important;
}

.testimonials-section .testimonial-green:hover{
  border-color:rgba(34,197,94,.22)!important;
}

.testimonial-card > div:first-child{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:12px!important;
  margin-bottom:22px!important;
  padding-right:42px;
}

.testimonial-card > div:first-child::before{
  content:"Client result";
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 10px;
  border-radius:6px;
  background:var(--accent-soft);
  color:var(--accent);
  border:1px solid color-mix(in srgb,var(--accent) 18%,transparent);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.testimonial-card > div:first-child span{
  color:#B88A21!important;
  font-size:12px!important;
  letter-spacing:1.5px;
  white-space:nowrap;
}

.testimonial-card p{
  color:var(--text2)!important;
  font-size:15px!important;
  line-height:1.82!important;
  font-style:normal!important;
  font-weight:400!important;
  margin:0 0 26px!important;
}

.testimonial-card > div:last-child{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--card-border);
}

.testimonial-card > div:last-child > div:first-child{
  width:42px!important;
  height:42px!important;
  border-radius:10px!important;
  background:var(--accent)!important;
  box-shadow:0 10px 18px color-mix(in srgb,var(--accent) 18%,transparent)!important;
}

.testimonial-card > div:last-child > div:last-child > div:first-child{
  font-size:13.5px!important;
  color:var(--text)!important;
}

.testimonial-card > div:last-child > div:last-child > div:last-child{
  font-size:11.5px!important;
  line-height:1.45!important;
  color:var(--text3)!important;
}

[data-theme="dark"] .testimonials-section{
  background:var(--bg);
}

[data-theme="dark"] .testimonials-section::before{
  background:linear-gradient(90deg,transparent,rgba(245,194,96,.22),rgba(96,165,250,.18),transparent);
}

[data-theme="dark"] .testimonial-card{
  background:var(--card-bg)!important;
  border-color:var(--card-border)!important;
  box-shadow:0 16px 46px rgba(0,0,0,.22)!important;
}

[data-theme="dark"] .testimonials-section .testimonial-card:hover{
  box-shadow:0 22px 54px rgba(0,0,0,.32)!important;
}

[data-theme="dark"] .testimonial-card > div:first-child::before{
  background:rgba(255,255,255,.06);
}

@media(max-width:900px){
  .testimonials-section{
    padding:70px 20px 74px;
  }

  .testimonials-section::before{
    left:20px;
    right:20px;
  }

  .testimonial-marquee{
    overflow-x:auto;
    overflow-y:visible;
    margin:34px -20px 0;
    padding:2px 20px 12px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-mask-image:none;
    mask-image:none;
  }

  .testimonial-marquee::-webkit-scrollbar{
    display:none;
  }

  .testimonial-track{
    width:auto;
    animation:none!important;
    will-change:auto;
  }

  .testimonial-set{
    gap:16px;
    padding:0 20px 0 0;
  }

  .testimonial-set[aria-hidden="true"]{
    display:none;
  }

  .testimonial-grid{
    gap:0!important;
    margin-top:0!important;
  }

  .testimonial-marquee .testimonial-card{
    flex-basis:min(86vw,360px);
    width:min(86vw,360px);
    scroll-snap-align:center;
  }

  .testimonial-card{
    padding:26px 22px 24px!important;
  }
}

@media(max-width:420px){
  .testimonial-card > div:first-child{
    align-items:flex-start;
    flex-direction:column;
    padding-right:28px;
  }

  html[dir="rtl"] .testimonial-card > div:first-child{
    padding-left:28px;
    padding-right:0;
  }
}

@media(prefers-reduced-motion:reduce){
  .testimonial-marquee{
    overflow-x:auto;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-mask-image:none;
    mask-image:none;
  }

  .testimonial-marquee::-webkit-scrollbar{
    display:none;
  }

  .testimonial-track{
    animation:none!important;
    transform:none!important;
    will-change:auto;
  }

  .testimonial-set[aria-hidden="true"]{
    display:none;
  }

  .testimonial-marquee .testimonial-card{
    scroll-snap-align:center;
  }
}

.price-story-grid{
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
}

.price-preview-card{
  background:var(--blue);
  border-radius:16px;
  padding:34px;
  color:#fff;
  box-shadow:0 16px 40px rgba(27,60,140,.18);
}

.price-preview-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.16);
}

.price-preview-row:first-child{
  padding-top:0;
}

.price-preview-row span{
  color:rgba(255,255,255,.58);
  font-size:13px;
}

.price-preview-row strong{
  font-family:var(--fd);
  font-size:clamp(26px,3vw,38px);
  line-height:1;
  color:#F5C260;
  white-space:nowrap;
}

.price-preview-note{
  margin-top:18px;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.75;
}

.story-checks{
  display:grid;
  gap:10px;
  margin-top:22px;
}

.story-checks span{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--text2);
  font-size:13.5px;
}

.story-checks span::before{
  content:"";
  width:8px;
  height:8px;
  flex-shrink:0;
  border-radius:50%;
  background:var(--red);
}

@media(max-width:1024px){
  .story-grid,
  .price-story-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media(max-width:640px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  section{
    padding:56px 20px!important;
  }

  footer{
    padding:42px 20px 28px!important;
  }

  .section-inner,
  .foot-inner,
  .page-hero-inner,
  .hero-inner{
    width:100%;
    max-width:100%;
  }

  .svc-tab-inner{
    width:100%;
    max-width:100%;
    padding:0!important;
  }

  .page-hero{
    padding:104px 20px 54px!important;
  }

  .hero{
    min-height:auto!important;
    padding:112px 20px 64px!important;
  }

  h1,
  h2,
  .hero h1,
  .page-hero h1{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    letter-spacing:0!important;
    overflow-wrap:break-word;
    text-wrap:balance;
    word-spacing:.02em;
  }

  section h3,
  .svc-label{
    letter-spacing:0!important;
    overflow-wrap:break-word;
    text-wrap:balance;
    word-spacing:.02em;
  }

  .hero h1,
  .page-hero h1{
    font-size:clamp(30px,8.5vw,36px)!important;
    line-height:1.18!important;
    margin-bottom:14px!important;
  }

  h2{
    font-size:clamp(25px,7.2vw,31px)!important;
    line-height:1.22!important;
  }

  .hero h1 br,
  .page-hero h1 br,
  section h2 br{
    display:none!important;
  }

  .svc-label br,
  section h3 br{
    display:none!important;
  }

  .mobile-br-space{
    display:inline!important;
  }

  .section-sub,
  .page-hero p,
  .hero-sub,
  .svc-tab-sub{
    max-width:100%!important;
    font-size:14.5px!important;
    line-height:1.62!important;
  }

  body > section[style*="text-align:center"]:not(.cta-strip),
  body > section[style*="text-align:center"]:not(.cta-strip) .section-inner,
  .svc-tab-header{
    text-align:left!important;
  }

  .section-sub,
  .svc-tab-sub{
    margin-left:0!important;
    margin-right:0!important;
  }

  .cta-strip,
  .cta-strip .section-inner,
  .cta-strip h2,
  .cta-strip .section-sub{
    text-align:center!important;
  }

  .cta-strip .section-sub{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .section-inner > .fade-in[style*="text-align:center"]{
    padding:24px 20px!important;
    text-align:left!important;
  }

  .section-inner > .fade-in[style*="text-align:center"] h2,
  .section-inner > .fade-in[style*="text-align:center"] p{
    text-align:left!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .eyebrow{
    margin-bottom:10px!important;
    letter-spacing:.08em!important;
  }

  .hero-inner,
  .prob-grid,
  .steps-row,
  .svc-strip-grid,
  .infra-grid,
  .story-grid,
  .price-story-grid,
  .pricing-grid,
  .ret-grid,
  .contact-grid,
  .case-body,
  .pain-grid,
  .svc-detail-inner,
  .tcard-grid,
  section [style*="grid-template-columns"]{
    grid-template-columns:1fr!important;
  }

  .hero-inner,
  .prob-grid,
  .infra-grid,
  .story-grid,
  .price-story-grid,
  .contact-grid,
  .case-body,
  .svc-detail-inner{
    gap:24px!important;
  }

  .steps-row,
  .svc-strip-grid,
  .pricing-grid,
  .ret-grid,
  .pain-grid,
  .tcard-grid,
  section [style*="grid-template-columns"]{
    gap:14px!important;
  }

  .card,
  .price-card,
  .ret-card,
  .svc-side,
  .form-box,
  .case-wrap,
  .quote-box,
  .challenge-box,
  .pain-card{
    border-radius:10px!important;
  }

  .card,
  .price-card,
  .ret-card,
  .form-box,
  .challenge-box{
    padding:20px!important;
  }

  .hero-r,
  .hero-r1,
  .hero-r2,
  .page-hero .hero-r,
  .page-hero .hero-r2{
    width:360px!important;
    height:360px!important;
  }

  .page-hero .hero-r,
  .hero-r1{
    top:-120px!important;
    right:-140px!important;
  }

  .page-hero .hero-r2,
  .hero-r2{
    bottom:-120px!important;
    left:-120px!important;
  }

  .svc-detail-inner{
    padding:48px 20px!important;
  }

  .svc-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    overflow:visible!important;
    border-right:none!important;
    border-bottom:1px solid var(--card-border);
  }

  .svc-tab{
    min-width:0!important;
    min-height:58px;
    padding:10px!important;
    gap:8px!important;
    border-left:none!important;
    border-bottom:1px solid var(--card-border)!important;
  }

  .svc-tab:nth-child(odd){
    border-right:1px solid var(--card-border)!important;
  }

  .svc-tab-ico{
    width:32px!important;
    height:32px!important;
    border-radius:8px!important;
  }

  .svc-tab-name{
    font-size:12px!important;
    line-height:1.2!important;
  }

  .svc-tab-desc,
  .svc-tab-arrow{
    display:none!important;
  }

  .svc-label{
    font-size:24px!important;
    line-height:1.16!important;
  }

  .contact-grid{
    margin-top:32px!important;
  }

  .case-hdr{
    padding:20px!important;
  }

  .case-body{
    padding:20px!important;
  }

  .case-mets{
    gap:12px!important;
  }

  .cf-row{
    align-items:flex-start!important;
    padding:10px!important;
  }

  .auto-b{
    flex-shrink:0;
  }

  .impact-table{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .impact-table th,
  .impact-table td{
    padding:8px 9px!important;
    font-size:11px!important;
    white-space:normal;
  }

  .foot-top{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }

  .about-page section{
    padding:56px 20px;
  }

  .about-page .page-hero{
    padding:104px 20px 54px;
  }

  .about-page .page-hero h1{
    font-size:clamp(30px,8.4vw,36px);
    line-height:1.12;
  }

  .about-page .page-hero h1 br,
  .about-page section h2 br{
    display:none;
  }

  .about-page .page-hero p,
  .about-page .section-sub{
    font-size:14.5px;
    line-height:1.65;
  }

  .about-page .about-story-grid{
    grid-template-columns:1fr!important;
    gap:26px;
  }

  .about-page .about-stats-panel{
    padding:20px;
    border-radius:12px;
  }

  .about-page .stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px;
  }

  .about-page .stat-box{
    padding:18px 12px;
    border-radius:10px;
  }

  .about-page .stat-box .num{
    font-size:30px;
  }

  .about-page .stat-box .lbl{
    font-size:11.5px;
    line-height:1.35;
  }

  .about-page .val-grid,
  .about-page .team-grid{
    grid-template-columns:1fr!important;
    gap:14px;
    margin-top:28px;
  }

  .about-page .val-card,
  .about-page .team-card{
    padding:20px;
    border-radius:10px;
  }

  .about-page .val-num{
    font-size:30px;
    margin-bottom:8px;
  }

  .about-page .val-card h4,
  .about-page .team-card h4{
    font-size:16px;
  }

  .about-page .val-card p,
  .about-page .team-card p{
    font-size:13.2px;
    line-height:1.6;
  }

  .about-page .team-card{
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    column-gap:14px;
    row-gap:0;
    text-align:left;
  }

  .about-page .team-avatar{
    width:54px;
    height:54px;
    grid-row:1 / span 2;
    margin:0;
    font-size:20px;
  }

  .about-page .team-card h4{
    margin-top:2px;
  }

  .about-page .team-card .role{
    grid-column:2;
    margin-bottom:8px;
    line-height:1.35;
  }

  .about-page .team-card p{
    grid-column:1 / -1;
    margin-top:10px;
  }

  .result-scoreboard{
    grid-template-columns:1fr;
  }

  .score-card,
  .price-preview-card{
    padding:24px;
  }

  .price-preview-row{
    display:block;
  }

  .price-preview-row strong{
    display:block;
    margin-top:8px;
    white-space:normal;
  }
}

@media(max-width:640px){
  .infra-grid{
    gap:0!important;
  }

  .infra-section .section-sub{
    font-size:14px!important;
    line-height:1.68!important;
  }

  .infra-section .section-inner::before,
  .infra-section .section-inner::after{
    display:none;
  }

  .infra-card::after{
    opacity:.38;
  }
}

@keyframes infraSignalMobile{
  0%,12%{top:-2px;opacity:0;transform:scaleY(.6);}
  25%{opacity:1;}
  68%{opacity:1;}
  100%{top:20px;opacity:0;transform:scaleY(1);}
}

@media(prefers-reduced-motion:reduce){
  .infra-connector::after,
  .infra-connector svg{
    animation:none!important;
  }
}

/* Shared premium heading language */
body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .eyebrow,
body > .svc-detail .eyebrow{
  display:inline-flex!important;
  align-items:center;
  gap:9px;
  width:auto;
  max-width:100%;
  padding:6px 10px!important;
  border:1px solid rgba(192,57,43,.14);
  border-radius:5px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 28px rgba(27,60,140,.06);
  color:var(--red)!important;
  line-height:1.1;
  letter-spacing:.1em!important;
  margin-bottom:18px!important;
}

body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .eyebrow::before,
body > .svc-detail .eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 4px rgba(192,57,43,.1);
}

body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) h2,
body > .svc-detail h2{
  max-width:800px;
  color:var(--text)!important;
  font-size:44px!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  text-wrap:balance;
  overflow-wrap:break-word;
}

body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) h2 em,
body > .svc-detail h2 em{
  font-style:normal;
  background:linear-gradient(135deg,var(--blue2) 0%,var(--red2) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:var(--red)!important;
}

body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .section-sub,
body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .svc-tab-sub,
body > .svc-detail .section-sub{
  max-width:720px!important;
  color:var(--text3)!important;
  font-size:15.5px!important;
  line-height:1.78!important;
}

body > section[style*="text-align:center"]:not(.cta-strip):not(.infra-section) h2,
body > section[style*="text-align:center"]:not(.cta-strip):not(.infra-section) .section-sub,
.svc-tab-header h2,
.svc-tab-header .svc-tab-sub{
  margin-left:auto!important;
  margin-right:auto!important;
}

body > section.cta-strip .eyebrow{
  display:inline-flex!important;
  align-items:center;
  gap:9px;
  padding:6px 10px!important;
  border:1px solid rgba(245,194,96,.22);
  border-radius:5px;
  background:rgba(255,255,255,.075);
  box-shadow:0 12px 30px rgba(0,0,0,.16);
  color:#F0B86E!important;
  letter-spacing:.1em!important;
  margin-bottom:18px!important;
}

body > section.cta-strip .eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#F5C260;
  box-shadow:0 0 0 4px rgba(245,194,96,.13);
}

body > section.cta-strip h2{
  max-width:800px;
  margin-left:auto!important;
  margin-right:auto!important;
  color:var(--hero-text)!important;
  font-size:44px!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  text-wrap:balance;
  overflow-wrap:break-word;
}

body > section.cta-strip h2 em{
  font-style:normal;
  background:linear-gradient(135deg,var(--blue2) 0%,var(--red2) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:var(--red2)!important;
  text-shadow:none;
}

[data-theme="dark"] body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .eyebrow,
[data-theme="dark"] body > .svc-detail .eyebrow{
  color:#F0B86E!important;
  background:rgba(255,255,255,.075);
  border-color:rgba(245,194,96,.2);
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}

[data-theme="dark"] body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .eyebrow::before,
[data-theme="dark"] body > .svc-detail .eyebrow::before{
  background:#F5C260;
  box-shadow:0 0 0 4px rgba(245,194,96,.13);
}

[data-theme="dark"] body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) h2,
[data-theme="dark"] body > .svc-detail h2{
  color:#fff!important;
}

[data-theme="dark"] body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) h2 em,
[data-theme="dark"] body > .svc-detail h2 em{
  -webkit-text-fill-color:#F5C260!important;
  background:none!important;
  color:#F5C260!important;
}

[data-theme="dark"] body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .section-sub,
[data-theme="dark"] body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .svc-tab-sub,
[data-theme="dark"] body > .svc-detail .section-sub{
  color:rgba(238,242,255,.68)!important;
}

@media(max-width:640px){
  body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .eyebrow,
  body > .svc-detail .eyebrow,
  body > section.cta-strip .eyebrow{
    padding:5px 8px!important;
    gap:8px;
    white-space:normal;
    margin-bottom:12px!important;
  }

  body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) h2,
  body > .svc-detail h2,
  body > section.cta-strip h2{
    max-width:100%!important;
    font-size:31px!important;
    line-height:1.16!important;
  }

  body > section[style*="text-align:center"]:not(.cta-strip):not(.infra-section) h2,
  body > section[style*="text-align:center"]:not(.cta-strip):not(.infra-section) .section-sub,
  .svc-tab-header h2,
  .svc-tab-header .svc-tab-sub{
    margin-left:0!important;
    margin-right:0!important;
  }

  body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .section-sub,
  body > section:not(.hero):not(.page-hero):not(.infra-section):not(.cta-strip) .svc-tab-sub,
  body > .svc-detail .section-sub{
    max-width:100%!important;
    font-size:14.5px!important;
    line-height:1.66!important;
  }
}
