:root {
      --card-b: rgba(255, 255, 255, 0.08);
}

.ma-hero{
  position:relative;
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(15,23,42,.98) 0%, rgba(15,23,42,.82) 42%, rgba(15,23,42,.35) 100%),
    url("/wp-content/themes/unicon/assets/image/ma_data.png") center right / cover no-repeat;
  display:flex;
  align-items:center;
  overflow:hidden;
  font-family:'Montserrat', sans-serif !important;
}

.ma-hero-content{
  position:relative;
  z-index:2;
  max-width:760px;
  padding: 30px 6%;
}

.ma-eyebrow{
display: flex;
    align-items: center;
    gap: 22px;
    color: #178ECE;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ma-eyebrow span{
    width: 24px;
    height: 2px;
    background: #178ECE;
    display: block;
}

.ma-hero h1{
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: 800;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif !important;
}

.ma-hero p{
    color: #d7dee9;
    font-size: 20px;
    line-height: 1.55;
    margin: 0 0 30px;
}

.ma-hero p span{
  color:#178ECE;
  font-weight:800;
}

.ma-actions{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
}

.btn{
    /* min-width: 220px; */
    padding: 8px 20px;
    border-radius: 38px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transition: .25s ease;
}

.btn-primary{
  background:#178ECE;
  color:#fff;
  border:1px solid #178ECE;
}

.btn-outline{
  background:rgba(15,23,42,.35);
  color:#178ECE;
  border:1px solid #178ECE;
}

.btn:hover{
  transform:translateY(-3px);
}

/* Tablet */
@media(max-width:991px){
  .ma-hero{
    min-height:650px;
    background:
      linear-gradient(90deg, rgba(15,23,42,.98) 0%, rgba(15,23,42,.88) 60%, rgba(15,23,42,.7) 100%),
      url("banner-bg.jpg") center / cover no-repeat;
  }

  .ma-hero-content{
    max-width:680px;
  }

  .ma-hero h1{
    font-size:48px;
  }

  .ma-hero p{
    font-size:22px;
  }
}

/* Mobile */
@media(max-width:767px){
  .ma-hero{
    min-height:auto;
    padding:80px 0;
    background:
      linear-gradient(180deg, rgba(15,23,42,.96), rgba(15,23,42,.92)),
      url("banner-bg.jpg") center / cover no-repeat;
  }

  .ma-hero-content{
    padding:40px 22px;
  }

  .ma-eyebrow{
    font-size:13px;
    letter-spacing:3px;
    gap:14px;
    margin-bottom:30px;
  }

  .ma-eyebrow span{
    width:42px;
    height:3px;
  }

  .ma-hero h1{
    font-size:34px;
    line-height:1.25;
  }

  .ma-hero p{
    font-size:18px;
    line-height:1.65;
  }

  .ma-actions{
    flex-direction:column;
  }

  .btn{
    width:100%;
    min-width:100%;
    font-size:16px;
    padding:16px 22px;
  }
}



.ma-patterns{
  background:#0F172A;
  color:#fff;
  padding:90px 0;
  font-family:'Montserrat',sans-serif !important;
}

.ma-container{
  width:1200px;
  max-width:92%;
  margin:auto;
}

.ma-section-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:20px;
}

.ma-section-head span{
  width:54px;
  height:3px;
  background:#178ECE;
}

.ma-section-head p{
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:700;
  margin:0;
}

.ma-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  align-items:start;
}

.ma-left h2{
      font-size: 40px;
    line-height: 1.2;
    margin: 0 0 18px;
    width: 65%;
    color: #fff;
    font-weight: 600;
}

.ma-sub{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.7;
  margin-bottom:34px;
}

.pattern-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.pattern-card{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 34px;
}

.pattern-card small{
  color: #178ECE;
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.pattern-card h3{
  color:#fff;
  font-size:17px;
  line-height:1.5;
  margin:16px 0;
}

.pattern-card p{
  color:#CBD5E1;
  font-size:15px;
  line-height:1.7;
}
.pattern-card span{
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 3px 16px;
    border-radius: 8px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    font-size: 12px;
}

.pilot-box{
  background:#0B1326;
  border:1px solid #263955;
  border-radius:14px;
  overflow:hidden;
  height: 62px;
}
.pilot-box.active{
  height: auto;
}
button.pilot-toggle:hover{
      background: #0f172a !important;
    border-color: #333333;
}

.pilot-toggle{
  width:100%;
  background:#0f172a;
  border:0;
  color:#fff;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:16px;
  align-items:center;
  padding:20px 24px;
  text-align:left;
  cursor:pointer;
  font-family:'Montserrat',sans-serif !important;
}

.pilot-badge{
    color: #fff;
    border: 1px solid #178ECE;
    background: #178ECE;
    border-radius: 4px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.pilot-toggle strong{
  font-size: 14px;
    line-height: normal;
}

.pilot-toggle em{
  color:#178ECE;
  font-style:normal;
  position: relative;
}

.pilot-content{
  display:none;
  padding:26px 24px 30px;
}

.pilot-box.active .pilot-content{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.pilot-box.active .pilot-toggle em::after{
  content:" collapse";
    position: absolute;
    left: -8px;
    background: #0f172a;
}

.pilot-content p{
  color:#CBD5E1;
  font-size:17px;
  line-height:1.8;
  margin:0 0 24px;
}

.pilot-content input{
      background: rgba(255, 255, 255, .06);
    border: 1px solid var(--card-b);
    border-radius: 5px;
    padding: 9px 12px;
    font: 400 13px / 1 'Inter';
    color: #fff;
    outline: none;
    transition: border-color .15s;
    width: 100%;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:14px;
}

.pilot-content input,
.pilot-content textarea{
  width:100%;
  background:#141E31 !important;
  border:1px solid #2B3D5C !important;
  color:#fff;
  padding:15px 16px;
  border-radius:8px;
  font-family:'Montserrat',sans-serif !important;
  font-size:15px;
  box-sizing:border-box;
}

.pilot-content textarea{
  min-height:100px;
  resize:vertical;
}

.pilot-content input::placeholder,
.pilot-content textarea::placeholder{
  color:#94A3B8;
}

.pilot-content button[type="submit"]{
  background:#178ECE;
  color:#fff;
  border:0;
  padding:15px 28px;
  border-radius:8px;
  font-weight:700;
  margin-top:14px;
  cursor:pointer;
}

@media(max-width:991px){
  .ma-grid{
    grid-template-columns:1fr;
  }

  .pattern-cards{
    grid-template-columns:1fr;
  }

  .ma-left h2{
    font-size:34px;
  }
}

@media(max-width:600px){
  .ma-patterns{
    padding:60px 0;
  }

  .form-row,
  .pilot-toggle{
    grid-template-columns:1fr;
  }

  .pilot-toggle em{
    margin-top:8px;
    position: relative;
  }
}

.icon-box i{
  font-size:28px;
  color:#fff;
}
.warning{
  font-size:28px !important;
  margin-left:8px;
}


.engineering-spine{
  position:relative;
  background:#0F172A;
  color:#fff;
  padding:100px 0;
  overflow:hidden;
  font-family:'Montserrat',sans-serif !important;
}

.spine-bg{
  position:absolute;
  inset:0;
  background: #030b1a;
  opacity:.55;
}

.spine-wrap{
  position:relative;
  z-index:2;
  width:1200px;
  max-width:92%;
  margin:auto;
}

.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:700;
  margin-bottom:22px;
}

.section-kicker:before{
  content:"";
  width:60px;
  height:3px;
  background:#178ECE;
  display:block;
}

.spine-intro{
  margin-bottom:55px;
}

.spine-intro h2{
  font-size:42px;
  line-height:1.15;
  color:#fff;
  margin:0 0 24px;
  font-weight: 600;
}

.spine-intro h2 span{
  color:#178ECE;
  display:block;
}

.spine-intro p{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.8;
  margin:0 0 16px;
}

.spine-timeline{
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.spine-step{
  background:rgba(17,28,51,.88);
  border:1px solid #263955;
  border-radius:16px;
  padding:26px;
  position:relative;
  min-height:260px;
}

/* .spine-step.featured{
  border-color:#178ECE;
  box-shadow:0 0 30px rgba(23,142,206,.25);
} */

.step-icon{
  width:54px;
  height:54px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(23,142,206,.12);
  color:#178ECE;
  font-size:24px;
  margin-bottom:24px;
}

.spine-step span{
  display: block;
    color: #178ECE;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0px;
}

.spine-step h3{
      color: #fff;
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 18px;
    font-weight: 600;
}

.spine-step p{
  color:#CBD5E1;
  font-size:14px;
  line-height: 1.6;
  margin:0;
}

.spine-step strong{
      display: block;
    color: #fff;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

.spine-pilot{
  background:rgba(11,19,38,.94);
  border:1px solid #263955;
  border-radius:18px;
  padding:34px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:35px;
  align-items:start;
}

.spine-pilot h3{
  color:#fff;
  font-size:30px;
  margin:0 0 14px;
}

.spine-pilot p{
  color:#CBD5E1;
  font-size:17px;
  line-height:1.8;
  margin:0;
}

.spine-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.spine-form input,
.spine-form textarea{
  width:100%;
  background:#141E31;
  border:1px solid #2B3D5C;
  color:#fff;
  padding:15px 18px;
  border-radius:8px;
  font-size:15px;
  font-family:'Montserrat',sans-serif !important;
  box-sizing:border-box;
}

.spine-form textarea{
  grid-column:1 / -1;
  min-height:110px;
  resize:vertical;
}

.spine-form input::placeholder,
.spine-form textarea::placeholder{
  color:#94A3B8;
}

.spine-form button{
  background:#178ECE;
  color:#fff;
  border:none;
  padding:15px 28px;
  border-radius:8px;
  font-weight:700;
  cursor:pointer;
  width:max-content;
}

@media(max-width:1100px){
  .spine-timeline{
    grid-template-columns:repeat(2,1fr);
  }

  .spine-step{
    min-height:auto;
  }
}

@media(max-width:767px){
  .engineering-spine{
    padding:70px 0;
  }

  .spine-intro h2{
    font-size:34px;
  }

  .spine-intro p{
    font-size:16px;
  }

  .spine-timeline{
    grid-template-columns:1fr;
  }

  .spine-pilot{
    grid-template-columns:1fr;
    padding:24px;
  }

  .spine-form{
    grid-template-columns:1fr;
  }

  .spine-form button{
    width:100%;
  }
}



.lakehouse-section{
  background:#0F172A;
  color:#fff;
  padding:100px 0;
  font-family:'Montserrat',sans-serif !important;
  position:relative;
  overflow:hidden;
}

.lakehouse-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(23,142,206,.18), transparent 35%),
    radial-gradient(circle at 80% 60%, rgba(255,193,7,.10), transparent 30%);
  pointer-events:none;
}

.lakehouse-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
  position:relative;
  z-index:2;
}

.lakehouse-head{
  margin-bottom:60px;
}

.section-label{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:700;
  margin-bottom:22px;
}

.section-label:before{
  content:"";
  width:60px;
  height:3px;
  background:#178ECE;
  display:block;
}

.lakehouse-head h2{
    font-size: 42px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 600;
}

.lakehouse-head h2 span{
  color:#178ECE;
}

.lakehouse-head p{
  color: #CBD5E1;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    width: 70%;
}

.medallion-stack{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  align-items:stretch;
  margin-bottom: 40px;
}

.medallion-card{
  position:relative;
  min-height:430px;
  padding:34px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid #263955;
  background:#111C33;
  transition:.3s ease;
}

.medallion-card:hover{
  transform:translateY(-8px);
}

.medallion-card:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  pointer-events:none;
}

.bronze-layer:before{
  background:linear-gradient(135deg,#B87333,transparent 60%);
}

.silver-layer{
  border-color:#178ECE;
  box-shadow:0 0 35px rgba(23,142,206,.25);
}

.silver-layer:before{
  background:linear-gradient(135deg,#C0C0C0,rgba(23,142,206,.4),transparent 65%);
}

.gold-layer:before{
  background:linear-gradient(135deg,#FFD700,transparent 60%);
}

.layer-top{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:35px;
}

.layer-number{
  color:#178ECE;
  border:1px solid #263955;
  padding:7px 14px;
  border-radius:30px;
  font-size:13px;
  font-weight:800;
}

.medallion-card h3{
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.medallion-card h4{
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 24px;
    font-weight: 600;
}

.medallion-card p{
      position: relative;
    z-index: 2;
    color: #CBD5E1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.layer-note{
  position:relative;
  z-index:2;
  margin-top:28px;
  padding:18px;
  border-radius:12px;
  background:rgba(23,142,206,.15);
  border:1px solid rgba(23,142,206,.4);
  color:#fff;
  font-weight:700;
  line-height:1.6;
}

@media(max-width:991px){
  .lakehouse-head h2{
    font-size:38px;
  }

  .medallion-stack{
    grid-template-columns:1fr;
  }

  .medallion-card{
    min-height:auto;
  }
}

@media(max-width:600px){
  .lakehouse-section{
    padding:70px 0;
  }

  .lakehouse-head h2{
    font-size:32px;
  }

  .lakehouse-head p{
    font-size:16px;
  }

  .medallion-card{
    padding:26px;
  }

  .medallion-card h3{
    font-size:28px;
  }
}



/* .ai-agents-section{
  background:#0F172A;
  color:#fff;
  padding:100px 0;
  font-family:'Montserrat',sans-serif !important;
  position:relative;
  overflow:hidden;
}

.ai-agents-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(23,142,206,.18), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(23,142,206,.12), transparent 35%);
  pointer-events:none;
}

.ai-agents-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
  position:relative;
  z-index:2;
}

.ai-agents-head{
  max-width:880px;
  margin-bottom:60px;
}

.section-label{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:700;
  margin-bottom:22px;
}

.section-label:before{
  content:"";
  width:60px;
  height:3px;
  background:#178ECE;
  display:block;
}

.ai-agents-head h2{
      font-size: 42px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 600;
}

.ai-agents-head h2 span{
  color:#178ECE;
}

.ai-agents-head p{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.8;
  margin:0;
}

.agents-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-bottom: 40px;
}

.agent-card{
  background:rgba(17,28,51,.92);
  border:1px solid #263955;
  border-radius:20px;
  padding:28px;
  min-height:360px;
  position:relative;
  overflow:hidden;
  transition:.3s ease;
}

.agent-card:hover{
  transform:translateY(-8px);
  border-color:#178ECE;
  box-shadow:0 0 30px rgba(23,142,206,.18);
}

.agent-card:after{
  content:"";
  position:absolute;
  right:-40px;
  top:-40px;
  width:100px;
  height:100px;
  background:rgba(23,142,206,.12);
  border-radius:50%;
}

.agent-card.wide{
  grid-column:span 4;
  min-height:auto;
  display:grid;
  grid-template-columns:auto 120px 1fr;
  gap:24px;
  align-items:center;
}

.agent-icon{
  width:58px;
  height:58px;
  border-radius:16px;
  background:rgba(23,142,206,.13);
  border:1px solid rgba(23,142,206,.35);
  color:#178ECE;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:28px;
}

.agent-card.wide .agent-icon{
  margin-bottom:0;
}

.agent-card span{
  display: block;
    color: #178ECE;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 16px;
    position: absolute;
    top: 13px;
    right: 13px;
}

.agent-card h3{
  color:#fff;
  font-size:24px;
  margin:0 0 18px;
  line-height:1.3;
  font-weight: 600;
}

.agent-card p{
  color:#CBD5E1;
  font-size:15px;
  line-height:1.75;
  margin:0 0 22px;
}

.agent-card small{
  display:block;
  color:#9CA3AF;
  font-size:14px;
  line-height:1.7;
  border-top:1px solid #263955;
  padding-top:18px;
}

.agent-card.wide small{
  border-top:none;
  padding-top:0;
}

@media(max-width:1100px){
  .agents-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .agent-card.wide{
    grid-column:span 2;
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .ai-agents-section{
    padding:70px 0;
  }

  .ai-agents-head h2{
    font-size:34px;
  }

  .ai-agents-head p{
    font-size:16px;
  }

  .agents-grid{
    grid-template-columns:1fr;
  }

  .agent-card,
  .agent-card.wide{
    grid-column:span 1;
    min-height:auto;
  }
} */


.ai-orchestrator-section{
  background:#030b1a;
  color:#fff;
  padding:100px 0;
  font-family:'Montserrat',sans-serif !important;
  overflow:hidden;
  position:relative;
}

.ai-orchestrator-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 45%, rgba(23,142,206,.22), transparent 36%),
    radial-gradient(circle at 90% 40%, rgba(23,142,206,.16), transparent 28%),
    radial-gradient(circle at 10% 55%, rgba(23,142,206,.10), transparent 28%);
  pointer-events:none;
}

.ai-orchestrator-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
  position:relative;
  z-index:2;
}

.ai-orch-head{
  max-width:720px;
  margin-bottom:40px;
}

.section-label{
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:#18B8F4;
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.section-label:before{
  content:"";
  width:60px;
  height:3px;
  background:#18B8F4;
}

.ai-orch-head h2{
  font-size:42px;
  line-height:1.12;
  color:#fff;
  margin:0 0 24px;
  font-weight:600;
}

.ai-orch-head h2 span,
.ai-orch-head p span{
  color:#178ECE;
}

.ai-orch-head p{
  color:#D5E0EF;
  font-size:18px;
  line-height:1.7;
}

.orch-map{
  position:relative;
  min-height:620px;
  margin-bottom: 100px;
}

.agent-node{
  position:absolute;
  width: 410px;
  background:rgba(8,20,42,.82);
  border:1px solid rgba(23,142,206,.55);
  border-radius:18px;
  padding:22px;
  display:grid;
  grid-template-columns:50px 1fr;
  gap:18px;
  box-shadow:0 0 28px rgba(23,142,206,.16);
}

.node-1{top:-10px;left:44%;}
.node-2{top: 132px;    left: -1%;}
.node-3{top:230px;right: 0%;}
.node-4{bottom:-5px;left: 3%;}
.node-5{bottom: -60px;right: 10%;}

.agent-icon{
  width: 42px;
  height: 42px;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(23,142,206,.25),rgba(23,142,206,.05));
  border:1px solid rgba(23,142,206,.6);
  color:#18B8F4;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 18px;
}

.agent-node h3{
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
  font-weight:700;
}

.agent-node p{
  color:#E2E8F0;
  font-size:14px;
  line-height:1.55;
  margin:0 0 14px;
}

.agent-node small{
  display:block;
  color:#18B8F4;
  border-top:1px solid rgba(255,255,255,.15);
  padding-top:12px;
  font-size:13px;
  line-height:1.5;
}

.orch-center{
  position:absolute;
  left:50%;
  top:52%;
  transform:translate(-50%,-50%);
  width:360px;
  height:360px;
}

.ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px dashed rgba(24,184,244,.35);
}

.ring-1{inset:40px;}
.ring-2{inset: 58px;}
.ring-3{inset:70px;border-style:solid;box-shadow:0 0 35px rgba(24,184,244,.5);}

.orch-core{
  position: absolute;
    inset: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 142, 206, .22), rgba(6, 15, 32, .95));
    border: 2px solid #18B8F4;
    box-shadow: 0 0 45px rgba(24, 184, 244, .65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.orch-core i{
  color:#18B8F4;
  font-size: 20px;
  margin-bottom: 5px;
}

.orch-core h3{
     color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 6px;
    font-weight: 600;
}

.orch-core p{
  color:#CBD5E1;
  font-size:12px;
  line-height:1.5;
  margin:0;
}

.orch-pilot{
  margin-top:40px;
  border:1px solid rgba(23,142,206,.65);
  border-radius:22px;
  background:rgba(6,15,32,.86);
  padding:28px;
  display:grid;
  grid-template-columns:140px 1fr 1.35fr auto;
  gap:30px;
  align-items:center;
  box-shadow:0 0 35px rgba(23,142,206,.18);
}

.pilot-visual{
  width:110px;
  height:110px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px dashed rgba(24,184,244,.5);
  color:#18B8F4;
  font-size:38px;
}

.pilot-text span{
  display:inline-block;
  background:#178ECE;
  color:#fff;
  padding:5px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:12px;
}

.pilot-text h3{
  color:#fff;
  font-size:24px;
  line-height:1.3;
  margin:0 0 12px;
}

.pilot-text p{
  color:#CBD5E1;
  font-size:14px;
  line-height:1.7;
  margin:0;
}

.pilot-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.pilot-form input,
.pilot-form textarea{
  background:#071426;
  border:1px solid rgba(23,142,206,.45);
  color:#fff;
  padding:13px 16px;
  border-radius:8px;
  font-size:14px;
  outline:none;
}

.pilot-form textarea{
  grid-column:1/-1;
  min-height:48px;
  resize:none;
}

.pilot-form input::placeholder,
.pilot-form textarea::placeholder{
  color:#94A3B8;
}

.pilot-btn{
  background:linear-gradient(90deg,#1B6FEA,#18B8F4);
  color:#fff;
  border:0;
  padding:16px 24px;
  border-radius:8px;
  font-weight:800;
  white-space:nowrap;
  cursor:pointer;
}

@media(max-width:1100px){
  .orch-map{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
  }

  .agent-node,
  .node-1,.node-2,.node-3,.node-4,.node-5{
    position:relative;
    inset:auto;
    width:auto;
  }

  .orch-center{
    display:none;
  }

  .orch-pilot{
    grid-template-columns:1fr;
  }

  .pilot-form{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .ai-orch-head h2{
    font-size:34px;
  }

  .orch-map{
    grid-template-columns:1fr;
  }

  .agent-node{
    grid-template-columns:1fr;
  }
}


.expect-section{
  background:#0F172A;
  color:#fff;
  padding:100px 0;
  font-family:'Montserrat', sans-serif !important;
  position:relative;
}

.expect-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
}

.expect-head{
  max-width:850px;
  margin-bottom:60px;
}

.section-label{
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:#178ECE;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:3px;
  margin-bottom:20px;
}

.section-label:before{
  content:"";
  width:60px;
  height:3px;
  background:#178ECE;
}

.expect-head h2{
      font-size: 42px;
    line-height: 1.15;
    margin: 0 0 20px;
    font-weight: 600;
    color: #fff;
}

.expect-head h2 span{
  color:#178ECE;
}

.expect-head p{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.8;
}

.timeline-roadmap{
  display:grid;
  grid-template-columns:1fr 60px 1fr 60px 1fr;
  gap:10px;
  align-items:center;
}

.phase-card{
  background:#111C33;
  border:1px solid #263955;
  border-radius:20px;
  padding:32px;
  min-height:400px;
  transition:.3s ease;
}

.phase-card:hover{
  transform:translateY(-8px);
  border-color:#178ECE;
}

.phase-card.featured{
  border-color:#178ECE;
  box-shadow:0 0 35px rgba(23,142,206,.18);
}

.phase-badge{
  display:inline-block;
  background:#178ECE;
  color:#fff;
    padding: 2px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
}

.phase-time{
      color: #178ECE;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
}

.phase-card h3{
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 24px;
    color: #fff;
    font-weight: 600;
}

.phase-card ul{
  padding-left:18px;
  margin:0;
}

.phase-card li{
  color:#CBD5E1;
  line-height:1.8;
  margin-bottom:12px;
}

.phase-arrow{
  text-align:center;
  font-size:38px;
  color:#178ECE;
  font-weight:700;
}

@media(max-width:1100px){
  .timeline-roadmap{
    grid-template-columns:1fr;
  }

  .phase-arrow{
    transform:rotate(90deg);
    margin:15px 0;
  }

  .phase-card{
    min-height:auto;
  }
}

@media(max-width:767px){
  .expect-section{
    padding:70px 0;
  }

  .expect-head h2{
    font-size:34px;
  }

  .expect-head p{
    font-size:16px;
  }

  .phase-card{
    padding:24px;
  }
}


.platform-section{
  background:#0F172A;
  color:#fff;
  padding:100px 0;
  font-family:'Montserrat',sans-serif !important;
  position:relative;
  overflow:hidden;
}

.platform-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(23,142,206,.18), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(23,142,206,.12), transparent 35%);
  pointer-events:none;
}

.platform-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
  position:relative;
  z-index:2;
}

.section-label{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:700;
  margin-bottom:22px;
}

.section-label:before{
  content:"";
  width:60px;
  height:3px;
  background:#178ECE;
}

.platform-head{
  margin-bottom:30px;
}

.platform-head h2{
    font-size: 42px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
}

.platform-head h2 span{
  color:#178ECE;
}

.platform-head p{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.8;
  margin:0;
}

.platform-tabs{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:35px;
}

.platform-tabs button{
  background: #111C33;
    color: #CBD5E1;
    border: 1px solid #263955;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
    transition: .3s ease;
}

.platform-tabs img{
      height: 45px;
}

/* .platform-tabs button.active,
.platform-tabs button:hover{
  background:#178ECE;
  border-color:#178ECE;
  color:#fff;
} */

.platform-tabs button:hover{
  cursor: inherit;
}

.platform-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.platform-card{
  /* background:rgba(17,28,51,.92);
  border:1px solid #263955;
  border-radius:22px; */
  padding: 0px 30px 0px 0px;
    min-height: 270px;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}

/* .platform-card:after{
  content:"";
  position:absolute;
  right:-45px;
  top:-45px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(23,142,206,.12);
} */

/* .platform-card:hover,
.platform-card.featured{
  border-color:#178ECE;
  box-shadow:0 0 35px rgba(23,142,206,.22);
  transform:translateY(-8px);
} */

.platform-icon{
  width:40px;
  height:40px;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(23,142,206,.13);
  border:1px solid rgba(23,142,206,.35);
  color:#178ECE;
  font-size: 24px;
  margin-bottom:28px;
}

.platform-card span{
  display:block;
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:14px;
  font-weight:800;
  margin-bottom:20px;
}

.platform-card p{
  color: #CBD5E1;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

@media(max-width:991px){
  .platform-grid{
    grid-template-columns:1fr;
  }

  .platform-head h2{
    font-size:34px;
  }

  .platform-card{
    min-height:auto;
  }
}

@media(max-width:600px){
  .platform-section{
    padding:70px 0;
  }

  .platform-tabs{
    flex-direction:column;
  }

  .platform-tabs button{
    width:100%;
    border-radius:10px;
  }
}



.outcomes-section{
  background:#0F172A;
  color:#fff;
  padding:100px 0;
  font-family:'Montserrat',sans-serif !important;
  position:relative;
  overflow:hidden;
}

.outcomes-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(23,142,206,.18), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(23,142,206,.10), transparent 35%);
  pointer-events:none;
}

.outcomes-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
  position:relative;
  z-index:2;
  padding: 80px 0px 0px;
}

.outcomes-head{
  margin-bottom:55px;
}

.section-label{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:700;
  margin-bottom:22px;
}

.section-label:before{
  content:"";
  width:60px;
  height:3px;
  background:#178ECE;
}

.outcomes-head h2{
  font-size:42px;
  line-height:1.15;
  margin:0;
  color:#fff;
  font-weight: 600;
}
.service_container h4 span{
  background: transparent;
}
.view_all_casestudy{
  background: transparent;
}

.outcomes-head h2 span{
  color:#178ECE;
}

.outcomes-head p{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.8;
}

.outcomes-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.outcome-card{
  background:rgba(17,28,51,.92);
  border:1px solid #263955;
  border-radius:22px;
  padding:34px;
  min-height:430px;
  display:flex;
  flex-direction:column;
  transition:.3s ease;
  position:relative;
  overflow:hidden;
}

.outcome-card:after{
  content:"";
  position:absolute;
  right:-45px;
  top:-45px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(23,142,206,.12);
}

.outcome-card:hover,
.outcome-card.featured{
  border-color:#178ECE;
  box-shadow:0 0 35px rgba(23,142,206,.22);
  transform:translateY(-8px);
}

.outcome-card h3{
  color:#fff;
  font-size:26px;
  line-height:1.35;
  margin:0 0 18px;
  position:relative;
  z-index:2;
}

.outcome-card p{
  color:#CBD5E1;
  font-size:16px;
  line-height:1.8;
  margin:0 0 26px;
  position:relative;
  z-index:2;
}

.outcome-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:26px;
  position:relative;
  z-index:2;
}

.outcome-metrics div{
  background:rgba(23,142,206,.10);
  border:1px solid rgba(23,142,206,.35);
  border-radius:14px;
  padding:18px;
}

.outcome-metrics strong{
  display:block;
  color:#178ECE;
  font-size:36px;
  line-height:1;
  margin-bottom:10px;
}

.outcome-metrics span{
  color:#CBD5E1;
  font-size:13px;
  line-height:1.5;
}

.tech-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:30px;
  position:relative;
  z-index:2;
}

.tech-tags span{
  background:#0F172A;
  border:1px solid #263955;
  color:#CBD5E1;
  border-radius:30px;
  padding:8px 13px;
  font-size:13px;
  font-weight:600;
}

.case-link{
  margin-top:auto;
  color:#178ECE;
  font-weight:700;
  text-decoration:none;
  position:relative;
  z-index:2;
}

@media(max-width:991px){
  .outcomes-grid{
    grid-template-columns:1fr;
  }

  .outcomes-head h2{
    font-size:34px;
  }

  .outcome-card{
    min-height:auto;
  }
}

@media(max-width:600px){
  .outcomes-section{
    padding:70px 0;
  }

  .outcome-card{
    padding:26px;
  }

  .outcome-metrics{
    grid-template-columns:1fr;
  }
}



.industries-club{
  background:#0F172A;
  color:#fff;
  padding: 0px 0px 80px 0px;
  font-family:'Montserrat',sans-serif !important;
}

.industries-club-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
}

.industries-club-head{
  display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
    position: sticky;
    top: 80px;
}

.industries-club-head h2{
  font-size: 42px;
    line-height: 1.1;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.industries-club-head h2 span{
  color: #178ECE;
}

.industries-club-head p{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.8;
}

.industries-club-panel{
  border:1px solid rgba(23,142,206,.35);
  border-radius:24px;
  background: url("/wp-content/themes/unicon/assets/image/additional_bg.svg") no-repeat;
  padding:60px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  box-shadow:0 0 40px rgba(23,142,206,.08);
}

.industries-left h3,
.industry-item h4{
  color: #fff;
    font-size: 22px;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;
}

.industries-left p,
.industry-item p{
  color:#CBD5E1;
  font-size:14px;
  line-height:1.6;
  margin:0 0 22px;
}

.industry-metric-box{
  margin:38px 0;
  padding:26px;
  border-radius:16px;
  background:linear-gradient(90deg,rgba(23,142,206,.35),rgba(23,142,206,.08));
  border:1px solid rgba(23,142,206,.45);
}

.industry-metric-box strong{
  color:#178ECE;
  font-size:48px;
  display:block;
  margin-bottom:10px;
}

.industry-metric-box span{
  color:#fff;
  font-size:15px;
  line-height:1.6;
}

.industries-right{
  display:flex;
  flex-direction:column;
  gap:0;
}

.industry-item{
  display:grid;
  grid-template-columns:70px 1fr;
  gap: 0px;
  position: relative;
  padding-bottom: 10px;
}
.industry-item::before{
      content: "";
    position: absolute;
    left: 23px;
    top: 0;
    height: 100%;
    border-left: 2px dashed #3b527c;
    z-index: 0;
}

.industry-item i{
    width: 48px;
    height: 48px;
  border-radius:16px;
  border:1px solid rgba(23,142,206,.35);
  background:rgb(9 17 32);
  color:#178ECE;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  position: relative;
    z-index: 99;
}

.industry-item strong{
  color: #fff;
    font-size: 22px;
    display: block;
    margin: 0;
    line-height: normal;
    width: fit-content;
    background: #178ECE;
    padding: 2px 10px;
    border-radius: 6px;
}

.industry-item span{
  color:#fff;
  display:block;
  margin-bottom:16px;
  font-size:14px;
}

@media(max-width:991px){
  .industries-club-head,
  .industries-club-panel{
    grid-template-columns:1fr;
  }

  .industries-club-head h2{
    font-size:38px;
  }

  .industries-club-panel{
    padding:35px;
  }
}

@media(max-width:600px){
  .industry-item{
    grid-template-columns:1fr;
  }
}


.work-section{
  background:#0F172A;
  color:#fff;
  padding:100px 0;
  font-family:'Montserrat',sans-serif !important;
  position:relative;
  overflow:hidden;
}

.work-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(23,142,206,.18), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(23,142,206,.10), transparent 36%);
  pointer-events:none;
}

.work-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
  position:relative;
  z-index:2;
}

.work-head{
  max-width:900px;
  margin-bottom: 30px;
}

.section-label{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#178ECE;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:800;
  margin-bottom:22px;
}

.section-label:before{
  content:"";
  width:60px;
  height:3px;
  background:#178ECE;
}

.section-label.small{
  margin-bottom:18px;
}

.work-head h2{
  font-size:42px;
  line-height:1.15;
  color:#fff;
  margin:0 0 22px;
}

.work-head h2 b{
  color:#178ECE;
  font-weight:700;
}

.work-head p{
  color:#CBD5E1;
  font-size:18px;
  line-height:1.8;
}

.work-models{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-bottom:34px;
}

.work-model-card{
  /* background:rgba(17,28,51,.92);
  border:1px solid #263955; 
  border-radius:22px;*/
  padding: 0px 20px 0px 20px;
  min-height: 210px;
  position:relative;
  overflow:hidden;
  transition:.3s ease;
}

/* .work-model-card:after{
  content:"";
  position:absolute;
  right:-45px;
  top:-45px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(23,142,206,.12);
} */

/* .work-model-card:hover,
.work-model-card.featured{
  border-color:#178ECE;
  box-shadow:0 0 35px rgba(23,142,206,.20);
  transform:translateY(-6px);
} */

.work-icon{
  width: 42px;
  height: 42px;
  border-radius:16px;
  background:rgba(23,142,206,.13);
  border:1px solid rgba(23,142,206,.35);
  color:#178ECE;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
  margin-bottom: 10px;
  position:relative;
  z-index:2;
}

.work-model-card h3{
     color: #fff;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 18px;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.work-model-card p{
      color: #CBD5E1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

.work-note{
      display: inline-block;
    color: #fff;
    background: rgba(23, 142, 206, .14);
    border: 1px solid rgba(23, 142, 206, .35);
    padding: 5px 20px;
    border-radius: 30px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.why-panel{
  border:1px solid rgba(23,142,206,.35);
  border-radius:24px;
  background:rgba(8,15,30,.78);
  padding:46px;
  display:grid;
  grid-template-columns: .6fr 1.6fr;
  gap: 0px;
  box-shadow:0 0 40px rgba(23,142,206,.08);
}

.why-left h3{
  color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}

.why-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px 34px;
}

.why-item{
  display:grid;
  grid-template-columns: 40px 1fr;
  column-gap:18px;
  align-items:start;
}

.why-item i{
  width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(23, 142, 206, .13);
    border: 1px solid rgba(23, 142, 206, .35);
    color: #178ECE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.why-item h4{
      color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.why-item p{
  color:#CBD5E1;
  font-size:15px;
  line-height:1.7;
  margin: 10px 0px 0px 0px;
}

@media(max-width:991px){
  .work-models,
  .why-panel,
  .why-grid{
    grid-template-columns:1fr;
  }

  .work-head h2,
  .why-left h3{
    font-size:34px;
  }
}

@media(max-width:600px){
  .work-section{
    padding:70px 0;
  }

  .work-model-card,
  .why-panel{
    padding:26px;
  }

  .why-item{
    grid-template-columns:1fr;
    gap:14px;
  }
}





