:root{
  --bg:#020a18;
  --bg2:#061329;
  --panel:#08182d;
  --panel2:#0a1d34;
  --line:#0a3b61;
  --cyan:#10bdf5;
  --cyan2:#54c9f3;
  --text:#f5f8ff;
  --muted:#78a2c4;
  --muted2:#3f6f92;
  --glow:0 0 28px rgba(16,189,245,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Nunito",sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none}
.site-grid{
  position:fixed;inset:0;pointer-events:none;z-index:-2;opacity:.42;
  background-image:
    linear-gradient(rgba(24,91,135,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(24,91,135,.12) 1px,transparent 1px);
  background-size:55px 55px;
  mask-image:linear-gradient(to bottom,black,transparent 90%);
}
.section-grid{
  position:relative;
  overflow:hidden;
  background-image:
    linear-gradient(rgba(20,91,137,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(20,91,137,.13) 1px,transparent 1px);
  background-size:55px 55px;
}
.section-grid:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 50% 38%,rgba(5,72,119,.18),transparent 48%);
}
.container{max-width:1110px}
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(2,8,21,.91);
  border-bottom:1px solid rgba(18,89,133,.28);
  backdrop-filter:blur(14px);
}
.navbar{min-height:58px;padding:7px 0}
.nav-container{max-width:1130px}
.brand{display:flex;align-items:center;gap:9px;color:#fff}
.brand-mark{
  width:32px;height:32px;border:1px solid #0b75a8;border-radius:7px;
  display:grid;place-items:center;color:#12b8ee;background:#06223a;
  box-shadow:inset 0 0 16px rgba(10,175,235,.08);
}
.brand-mark i{font-size:19px}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-family:"Chakra Petch";font-size:14px;letter-spacing:1.3px}
.brand-copy small{font-family:"Chakra Petch";font-size:7px;letter-spacing:2.1px;color:#19aee4;margin-top:4px}
.nav-links{gap:3px}
.nav-link{color:#7192ab!important;font-size:13px;font-weight:800;padding:8px 10px!important;border-radius:6px;transition:.25s}
.nav-link:hover,.nav-link.active{background:#06213a;color:#18b9ef!important}
.btn{font-weight:900;border-radius:7px;padding:12px 19px;font-size:13px;transition:.28s}
.btn-primary-glow{
  background:linear-gradient(135deg,#13baf0,#0d91d0);color:white;border:1px solid #15bdf4;
  box-shadow:0 8px 28px rgba(8,169,234,.22)
}
.btn-primary-glow:hover{transform:translateY(-2px);color:#fff;box-shadow:0 10px 35px rgba(8,169,234,.38)}
.btn-outline-glow{color:#12b9f1;border:1px solid #0a547e;background:rgba(3,18,35,.45)}
.btn-outline-glow:hover{color:#fff;border-color:#13b9ef;background:#082b47;box-shadow:var(--glow);transform:translateY(-2px)}
.nav-cta{white-space:nowrap;padding:10px 20px}
.hero-section{min-height:805px;display:flex;align-items:center}
.hero-inner{position:relative;z-index:2;text-align:center;padding:115px 0 90px}
.eyebrow{
  color:#10b9ef;font-family:"Chakra Petch",monospace;font-size:11px;
  letter-spacing:4px;font-weight:700;text-transform:uppercase
}
.hero-title,.section-title,.cta-title{
  font-family:"Nunito",sans-serif;font-weight:900;letter-spacing:-2.2px;
  line-height:1.03;margin:28px 0 22px
}
.hero-title{font-size:66px}
.hero-title span,.section-title span,.cta-title span{
  background:linear-gradient(90deg,#dff2ff,#3dc3f2);-webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-subtitle{
  max-width:650px;margin:0 auto;color:#79a2c1;font-size:17px;line-height:1.7;font-weight:600
}
.hero-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:34px}
.hero-badge{
  position:absolute;z-index:1;border:1px solid #0b3d62;border-radius:30px;padding:8px 14px;
  background:rgba(4,22,40,.78);color:#4c88ae;font:600 11px "Chakra Petch";letter-spacing:1px;
  box-shadow:0 0 25px rgba(0,135,201,.08);animation:float 5s ease-in-out infinite
}
.hero-badge::first-letter{color:#10baf2}
.badge-ai{left:2%;top:23%}.badge-hardware{right:4%;top:18%;animation-delay:1s}
.badge-software{right:22%;top:28%;animation-delay:1.5s}.badge-iot{left:1%;top:49%;animation-delay:2s}
.badge-robotics{right:2%;top:59%;animation-delay:.5s}.badge-pcb{left:18%;bottom:24%;animation-delay:1.7s}
.badge-auto{left:3%;bottom:18%;animation-delay:2.2s}.badge-cv{right:1%;bottom:21%;animation-delay:1.1s}
@keyframes float{50%{transform:translateY(-9px)}}
.process-line{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:52px}
.process-line>i{color:#0aaef0;font-size:12px}
.process-step{min-width:82px;display:flex;flex-direction:column;align-items:center;gap:3px}
.process-icon{
  width:48px;height:48px;border-radius:50%;border:1px solid #075b86;background:#061a31;
  display:grid;place-items:center;font-size:22px;box-shadow:0 0 20px rgba(0,174,240,.1)
}
.process-step small{font:700 9px "Chakra Petch";color:#13b9ee}
.process-step strong{font-size:12px}
.stats-section{background:#071126;border-top:1px solid #081f39;border-bottom:1px solid #081f39;padding:35px 0}
.stat-item{text-align:center;border-right:1px solid rgba(20,80,120,.18)}
.stat-item:last-child{border-right:0}
.stat-item strong{display:block;color:#13b8f1;font:900 44px "Chakra Petch";line-height:1}
.stat-item strong:after{content:"+"}
.stat-item span{display:block;color:#42759a;font:700 10px "Chakra Petch";letter-spacing:2px;margin-top:7px}
.section{padding:100px 0}
.about-section{background:#020a18}
.section-title{font-size:43px;margin-top:22px}
.section p{color:#73a0c2;font-size:15.5px;line-height:1.75;font-weight:600}
.dark-panel{background:#061126}
.capabilities-section{padding-bottom:92px}
.cap-card,.service-card,.process-card,.product-card,.vision-card,.advantage-item,.industry-card{
  background:linear-gradient(145deg,rgba(10,29,51,.9),rgba(5,20,37,.95));
  border:1px solid #0a385b;
  box-shadow:inset 0 1px rgba(92,180,225,.025);
  transition:.3s;
}
.cap-card{height:100%;padding:30px 21px;border-radius:15px}
.cap-card:hover,.service-card:hover,.product-card:hover,.process-card:hover,.industry-card:hover{
  transform:translateY(-5px);border-color:#0b77aa;box-shadow:0 15px 45px rgba(0,135,200,.11)
}
.cap-icon,.service-icon{font-size:32px;margin-bottom:24px}
.cap-card h3,.service-card h3,.product-body h3,.process-card h3{
  font-size:16px;font-weight:900;margin-bottom:10px
}
.cap-card p,.service-card p,.product-body p,.process-card p{font-size:13px;line-height:1.65;margin:0;color:#4381aa}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:20px}
.services-section{padding-top:105px}
.service-card{height:100%;min-height:154px;padding:20px 16px;border-radius:13px}
.service-icon{font-size:26px;margin-bottom:15px}
.service-card h3{font-size:13px}
.service-card p{font-size:11px}
.industries-section{padding-bottom:88px}
.industry-card{min-height:104px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;font-size:28px}
.industry-card span{font:800 11px "Chakra Petch";color:#8ec5e8}
.process-card{height:100%;min-height:184px;border-radius:14px;padding:23px 21px}
.process-card>b{font:900 42px "Chakra Petch";color:#0a3658;display:block;line-height:1;margin-bottom:16px}
.process-card h3{font-size:13px}
.process-card p{font-size:12px}
.advantage-item{height:100%;border-radius:11px;padding:18px;color:#79b4d6;font-size:14px;font-weight:700;display:flex;align-items:flex-start;gap:11px}
.advantage-item i{color:#12b8ee;font-size:20px;flex:none}
.products-section{padding-bottom:115px}
.product-card{height:100%;border-radius:16px;overflow:hidden}
.product-visual{height:182px;background:#06182c;position:relative;overflow:hidden;border-bottom:1px solid #0a3554}
.product-visual:before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(30,117,165,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(30,117,165,.13) 1px,transparent 1px);
  background-size:43px 43px
}
.visual-label{position:absolute;left:0;right:0;bottom:0;padding:8px 10px;background:#062139;color:#13b9ef;font:700 8px "Chakra Petch";letter-spacing:.5px}
.fake-camera{position:absolute;width:70px;height:50px;border:2px solid #0ab6ef;border-radius:8px;left:41%;top:37%}
.fake-camera:before{content:"";position:absolute;width:30px;height:30px;border:2px solid #0ab6ef;border-radius:50%;left:17px;top:8px}
.fake-face{position:absolute;width:50px;height:65px;border:1px dashed #0ab6ef;right:12%;top:24%}
.visual-monitor .gauge{position:absolute;top:34px;width:65px;height:65px;border:7px solid #0ab6ef;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;font:800 12px "Chakra Petch";display:grid;place-items:center}
.g1{left:12%}.g2{left:39%;border-top-color:#24d5e9!important}.g3{right:12%;border-top-color:#f2a31c!important}
.chart-line{position:absolute;left:5%;right:5%;bottom:42px;height:2px;background:#0db9ee;transform:skewY(-12deg);box-shadow:40px -10px 0 #0db9ee,90px -2px 0 #0db9ee,145px -20px 0 #0db9ee}
.visual-iot .iot-core{position:absolute;left:43%;top:34%;width:64px;height:64px;border:2px solid #0bb9ef;border-radius:50%;display:grid;place-items:center;text-align:center;font:800 9px "Chakra Petch";color:#0bb9ef}
.iot-node{position:absolute;width:26px;height:26px;border:1px solid #0a6c99;border-radius:50%;display:grid;place-items:center;font-size:12px}
.n1{left:18%;top:25%}.n2{right:18%;top:49%}.n3{left:19%;bottom:19%}.n4{right:18%;top:17%}
.visual-dashboard .mini-bars{position:absolute;left:9%;bottom:38px;height:90px;display:flex;gap:7px;align-items:end}
.mini-bars i{width:14px;background:#08759e;border:1px solid #10b8ee;border-radius:2px 2px 0 0}.mini-bars i:nth-child(1){height:40px}.mini-bars i:nth-child(2){height:65px}.mini-bars i:nth-child(3){height:52px}.mini-bars i:nth-child(4){height:83px}.mini-bars i:nth-child(5){height:70px}.mini-bars i:nth-child(6){height:91px}
.mini-stats{position:absolute;left:10px;right:10px;top:16px;color:#18b9ef;font:700 8px "Chakra Petch"}
.visual-cv .cv-eye{position:absolute;left:36%;top:28%;width:130px;height:75px;border:2px solid #0db8ef;border-radius:50%}
.cv-eye:after{content:"";position:absolute;width:30px;height:30px;border:2px solid #0db8ef;border-radius:50%;left:48px;top:20px}
.box{position:absolute;border:1px solid #11b9ef;color:#11b9ef;font:700 7px "Chakra Petch";padding:3px}.b1{left:8%;top:23%}.b2{right:8%;top:23%}.b3{left:43%;bottom:19%}
.visual-robot .robot-arm{position:absolute;left:45%;bottom:18px;width:20px;height:100px;border-left:6px solid #0db8ef;transform:rotate(25deg);transform-origin:bottom}
.robot-arm:before{content:"";position:absolute;width:70px;height:18px;border-left:6px solid #0db8ef;top:15px;left:-5px;transform:rotate(-42deg);transform-origin:left}.robot-arm:after{content:"";position:absolute;width:70px;height:18px;border-left:6px solid #0db8ef;top:40px;left:38px;transform:rotate(45deg);transform-origin:left}
.robot-package{position:absolute;right:24%;top:29%;border:1px dashed #ffad0d;color:#ffad0d;padding:7px;font:800 9px "Chakra Petch"}
.product-body{padding:22px 20px 20px}.product-body h3{font-size:15px}.product-body p{font-size:13px;margin-bottom:12px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.tags span{border:1px solid #07537a;border-radius:20px;padding:4px 8px;color:#16b8ef;font:700 9px "Chakra Petch"}
.vision-section{padding:95px 0}
.vision-card{height:100%;min-height:310px;border-radius:18px;padding:42px 33px;background:rgba(4,18,35,.68)}
.big-emoji{font-size:43px;margin:30px 0}
.vision-card p{font-size:16px}
.cta-section{padding:85px 0 92px;background:linear-gradient(180deg,#071a34,#0a2342)}
.cta-title{font-size:51px;margin-top:27px}.cta-text{max-width:640px;margin:0 auto;color:#75a4c4;font-size:15px;line-height:1.75}
.footer{padding:60px 0 20px;background:#02091a}
.footer p{font-size:13px;color:#587e9d;line-height:1.6;max-width:300px}
.footer-tagline{color:#12b9ef!important;font-style:italic;font-weight:700}
.footer h4{font:800 12px "Chakra Petch";color:#10b8ef;letter-spacing:2px;margin-bottom:18px}
.footer a:not(.brand){display:block;color:#537f9f;font-size:12px;margin-bottom:10px;transition:.2s}.footer a:not(.brand):hover{color:#13baf0}
.footer-service-grid{columns:2}
.socials{display:flex;gap:8px;margin-top:18px}.socials a{width:35px;height:35px;border:1px solid #0a3c5d;border-radius:7px;display:grid!important;place-items:center}
.socials i{font-size:14px}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid #0b233c;display:flex;justify-content:space-between;gap:15px;color:#2f6386;font:700 10px "Chakra Petch";letter-spacing:1px}
.floating-wa{
  position:fixed;right:26px;bottom:25px;width:50px;height:50px;border-radius:50%;background:#1ed760;color:#fff;
  display:grid;place-items:center;font-size:25px;z-index:1001;box-shadow:0 0 28px rgba(30,215,96,.34);transition:.25s
}
.floating-wa:hover{transform:scale(1.08);color:#fff}
.back-top{
  position:fixed;right:28px;bottom:88px;width:38px;height:38px;border-radius:8px;border:1px solid #0a527b;
  background:#06182d;color:#11b9ef;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.25s;z-index:1000
}
.back-top.show{opacity:1;visibility:visible}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:991.98px){
  .navbar-collapse{background:#020b1b;padding:15px;border:1px solid #0a2f4d;border-radius:10px;margin-top:8px}
  .nav-links{margin:8px 0!important}.nav-cta{display:inline-block}
  .hero-section{min-height:760px}.hero-title{font-size:52px}
  .hero-badge{display:none}.process-line{gap:7px}.process-line>i{display:none}.process-step{min-width:62px}.process-icon{width:42px;height:42px}
}
@media(max-width:767.98px){
  .container{padding-left:20px;padding-right:20px}
  .section{padding:75px 0}.hero-inner{padding:105px 0 70px}
  .hero-title{font-size:42px;letter-spacing:-1.5px}.hero-subtitle{font-size:14px}
  .section-title{font-size:34px}.cta-title{font-size:37px}
  .process-line{display:grid;grid-template-columns:repeat(5,1fr);margin-top:38px}
  .process-step{min-width:0}.process-step strong{font-size:9px;text-align:center}
  .stats-section{padding:27px 0}.stat-item{padding:15px 0;border-bottom:1px solid rgba(20,80,120,.18)}.stat-item:nth-child(2){border-right:0}.stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:0}.stat-item strong{font-size:34px}
  .section-heading-row{align-items:start;flex-direction:column}.section-heading-row .btn{margin-top:5px}
  .footer-service-grid{columns:1}.footer-bottom{flex-direction:column}.floating-wa{right:18px;bottom:18px}
}
@media(max-width:420px){
  .hero-title{font-size:36px}.hero-actions .btn{width:100%}.process-icon{width:36px;height:36px;font-size:17px}
  .process-step small{font-size:8px}.process-step strong{font-size:8px}.section-title{font-size:31px}
}


/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-hero{
  min-height:510px;
  display:flex;
  align-items:center;
  position:relative;
}
.about-hero-inner{
  position:relative;
  z-index:2;
  padding:95px 0 80px;
}
.about-hero-title{
  font-size:64px;
  font-weight:900;
  line-height:1.03;
  letter-spacing:-2.2px;
  margin:30px 0 22px;
}
.about-hero-title span{
  background:linear-gradient(90deg,#e2f4ff,#43c6f2);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.about-hero-subtitle{
  max-width:620px;
  margin:0 auto;
  color:#76a4c3;
  font-size:16px;
  line-height:1.75;
  font-weight:600;
}
.about-profile{
  padding-top:105px;
  padding-bottom:95px;
  background:#020a18;
}
.about-subtitle{
  color:#f4f8ff;
  font-size:28px;
  font-weight:900;
  letter-spacing:-.7px;
  margin:22px 0 22px;
}
.about-profile p{
  color:#70a0c0;
  font-size:15px;
  line-height:1.78;
  font-weight:600;
  margin-bottom:18px;
}
.philosophy-quote{
  margin-top:26px;
  padding:24px 25px;
  border:1px solid #0a3c60;
  border-radius:13px;
  background:linear-gradient(145deg,rgba(10,30,52,.88),rgba(4,18,34,.95));
  color:#b7e8fb;
  display:flex;
  align-items:center;
  gap:14px;
  font-size:16px;
  font-style:italic;
  font-weight:700;
  box-shadow:inset 0 1px rgba(91,185,226,.04);
}
.philosophy-quote i{
  color:#12b9ef;
  font-size:25px;
  flex:none;
}
.about-values{
  padding-top:90px;
  padding-bottom:95px;
}
.value-card{
  height:100%;
  min-height:200px;
  padding:27px 20px 23px;
  border:1px solid #0a385b;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(10,29,51,.92),rgba(5,20,37,.97));
  transition:.3s;
}
.value-card:hover{
  transform:translateY(-5px);
  border-color:#0b77aa;
  box-shadow:0 15px 45px rgba(0,135,200,.11);
}
.value-icon{
  font-size:30px;
  line-height:1;
  margin-bottom:25px;
}
.value-card h3{
  color:#f4f8ff;
  font-size:14px;
  font-weight:900;
  margin-bottom:10px;
}
.value-card p{
  color:#4381aa;
  font-size:12px;
  line-height:1.65;
  margin:0;
  font-weight:600;
}
.about-approach{
  padding-top:100px;
  padding-bottom:105px;
  background:#020a18;
}
.approach-item{
  height:100%;
  min-height:170px;
  padding:0 2px 4px;
}
.approach-icon{
  width:44px;
  height:44px;
  border-radius:10px;
  border:1px solid #0a4a70;
  background:#061a30;
  display:grid;
  place-items:center;
  font-size:21px;
  margin-bottom:14px;
  box-shadow:0 0 18px rgba(0,170,235,.08);
}
.approach-item h3{
  color:#f3f7fd;
  font-size:13px;
  font-weight:900;
  margin-bottom:9px;
}
.approach-item p{
  color:#4381aa;
  font-size:12px;
  line-height:1.65;
  margin:0;
  font-weight:600;
}

@media(max-width:767.98px){
  .about-hero{min-height:470px}
  .about-hero-inner{padding:90px 0 65px}
  .about-hero-title{font-size:42px;letter-spacing:-1.5px}
  .about-hero-subtitle{font-size:14px}
  .about-profile{padding-top:75px;padding-bottom:70px}
  .about-subtitle{font-size:25px}
  .about-profile p{font-size:14px}
  .philosophy-quote{font-size:14px;padding:20px}
  .about-values{padding-top:70px;padding-bottom:75px}
  .value-card{min-height:0}
  .about-approach{padding-top:75px;padding-bottom:80px}
}
@media(max-width:420px){
  .about-hero-title{font-size:36px}
}


/* =========================================================
   SERVICES PAGE
   ========================================================= */
.services-hero{
  min-height:505px;
  display:flex;
  align-items:center;
  position:relative;
}
.services-hero-inner{
  position:relative;
  z-index:2;
  padding:98px 0 72px;
}
.services-hero-title{
  max-width:820px;
  margin:28px auto 20px;
  font-size:60px;
  font-weight:900;
  line-height:1.04;
  letter-spacing:-2.1px;
}
.services-hero-title span{
  background:linear-gradient(90deg,#e1f3ff,#3dc3f2);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.services-hero-subtitle{
  max-width:690px;
  margin:0 auto;
  color:#78a4c4;
  font-size:16px;
  line-height:1.75;
  font-weight:600;
}
.services-list-section{
  padding:72px 0 82px;
  background:#020a18;
}
.service-accordion{
  max-width:915px;
  margin:0 auto;
}
.service-item{
  margin-bottom:12px;
  border:1px solid #0a385b;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(10,29,51,.92),rgba(5,20,37,.98));
  overflow:hidden;
  box-shadow:inset 0 1px rgba(92,180,225,.025);
  transition:border-color .25s,box-shadow .25s,transform .25s;
}
.service-item:hover{
  border-color:#0b4f78;
}
.service-item.open{
  border-color:#0a77aa;
  box-shadow:0 16px 45px rgba(0,125,190,.08);
}
.service-trigger{
  width:100%;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
  padding:25px 21px;
  display:flex;
  align-items:center;
  gap:18px;
  cursor:pointer;
}
.service-trigger:focus-visible{
  outline:2px solid #12b9ef;
  outline-offset:-2px;
}
.service-main-icon{
  width:34px;
  min-width:34px;
  text-align:center;
  font-size:27px;
  line-height:1;
}
.service-heading{
  flex:1;
  min-width:0;
}
.service-heading h2{
  margin:0 0 5px;
  color:#f5f8ff;
  font-size:15px;
  font-weight:900;
  line-height:1.25;
}
.service-heading p{
  margin:0;
  color:#317aa5;
  font-size:12px;
  line-height:1.5;
  font-weight:600;
}
.service-chevron{
  width:27px;
  height:27px;
  min-width:27px;
  border:1px solid #07527a;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0eb7ef;
  font-size:12px;
  transition:transform .3s,background .3s;
}
.service-item.open .service-chevron{
  transform:rotate(180deg);
  background:#06253e;
}
.service-details{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .38s ease;
}
.service-details-inner{
  min-height:0;
  overflow:hidden;
}
.service-item.open .service-details{
  grid-template-rows:1fr;
}
.service-details-content{
  border-top:1px solid rgba(16,91,135,.35);
  padding:24px 21px 25px;
}
.service-detail-label{
  color:#10b9ef;
  font:700 9px "Chakra Petch",monospace;
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:13px;
}
.service-detail-list{
  list-style:none;
  padding:0;
  margin:0;
}
.service-detail-list li{
  color:#69a2c6;
  font-size:12px;
  line-height:1.55;
  margin-bottom:7px;
}
.service-detail-list li::before{
  content:"›";
  color:#10b9ef;
  margin-right:9px;
  font-weight:900;
}
.service-benefit-list li::before{
  content:"✓";
}
.service-industries{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.service-industries span{
  padding:5px 10px;
  border:1px solid #07537a;
  border-radius:20px;
  background:#06223a;
  color:#28b9ee;
  font:700 9px "Chakra Petch";
}
.service-discuss{
  margin-top:18px;
}
.service-discuss .btn{
  padding:10px 16px;
  font-size:11px;
}
.services-bottom-cta{
  padding:82px 0 88px;
  background:linear-gradient(180deg,#071a34,#0a2342);
}
.services-bottom-title{
  max-width:650px;
  margin:22px auto 20px;
  color:#f5f8ff;
  font-size:36px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-1px;
}
.services-bottom-title span{
  background:linear-gradient(90deg,#e1f3ff,#3dc3f2);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.services-bottom-text{
  max-width:650px;
  margin:0 auto;
  color:#75a4c4;
  font-size:15px;
  line-height:1.75;
  font-weight:600;
}
.services-bottom-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:28px;
}

@media(max-width:767.98px){
  .services-hero{min-height:470px}
  .services-hero-inner{padding:90px 0 65px}
  .services-hero-title{font-size:42px;letter-spacing:-1.5px}
  .services-hero-subtitle{font-size:14px}
  .services-list-section{padding:58px 0 68px}
  .service-trigger{padding:20px 15px;gap:12px}
  .service-main-icon{font-size:24px;width:30px;min-width:30px}
  .service-heading h2{font-size:14px}
  .service-heading p{font-size:11px}
  .service-details-content{padding:20px 15px 22px}
  .services-bottom-title{font-size:31px}
  .services-bottom-text{font-size:14px}
}
@media(max-width:420px){
  .services-hero-title{font-size:36px}
  .service-trigger{align-items:flex-start}
  .service-chevron{margin-top:2px}
}


/* =========================================================
   SOLUTIONS PAGE
   ========================================================= */
.solutions-hero{
  min-height:505px;
  display:flex;
  align-items:center;
  position:relative;
}
.solutions-hero-inner{
  position:relative;
  z-index:2;
  padding:98px 0 70px;
}
.solutions-hero-title{
  max-width:850px;
  margin:28px auto 20px;
  font-size:60px;
  font-weight:900;
  line-height:1.04;
  letter-spacing:-2.1px;
}
.solutions-hero-title span{
  background:linear-gradient(90deg,#e1f3ff,#3dc3f2);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.solutions-hero-subtitle{
  max-width:720px;
  margin:0 auto;
  color:#78a4c4;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}
.solution-list-section{
  background:#020a18;
  padding:64px 0 90px;
}
.solution-stack{
  display:flex;
  flex-direction:column;
  gap:72px;
}
.solution-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:38px;
}
.solution-row.reverse .solution-copy{order:2}
.solution-row.reverse .solution-visual{order:1}
.solution-copy{padding:8px 0}
.solution-domain{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:#10b9ef;
  font:700 9px "Chakra Petch",monospace;
  letter-spacing:4px;
  text-transform:uppercase;
  margin-bottom:22px;
}
.solution-domain-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:11px;
  border:1px solid #07527a;
  background:#06233b;
  font-size:22px;
  letter-spacing:0;
  box-shadow:0 0 20px rgba(0,177,240,.08);
}
.solution-copy h2{
  margin:0 0 20px;
  color:#f5f8ff;
  font-size:31px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:-.7px;
}
.solution-copy p{
  margin:0 0 22px;
  color:#71a0c1;
  font-size:14px;
  line-height:1.75;
  font-weight:600;
}
.solution-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 26px;
  margin:0 0 25px;
  padding:0;
  list-style:none;
}
.solution-features li{
  color:#66a0c4;
  font-size:12px;
  line-height:1.5;
  font-weight:600;
}
.solution-features li::before{
  content:"›";
  color:#11b9ef;
  margin-right:9px;
  font-weight:900;
}
.solution-row:nth-child(2) .solution-domain,
.solution-row:nth-child(2) .solution-domain-icon{
  color:#13b9ef;
}
.solution-row:nth-child(3) .solution-domain,
.solution-row:nth-child(3) .solution-domain-icon{
  color:#a66bff;
}
.solution-row:nth-child(4) .solution-domain,
.solution-row:nth-child(4) .solution-domain-icon{
  color:#18d19d;
}
.solution-row:nth-child(5) .solution-domain,
.solution-row:nth-child(5) .solution-domain-icon{
  color:#ffae19;
}
.solution-row:nth-child(6) .solution-domain,
.solution-row:nth-child(6) .solution-domain-icon{
  color:#f32e9a;
}
.solution-row:nth-child(2) .solution-domain-icon{
  border-color:#0b78aa;background:#06233b;
}
.solution-row:nth-child(3) .solution-domain-icon{
  border-color:#51319a;background:#17102d;
}
.solution-row:nth-child(4) .solution-domain-icon{
  border-color:#087c63;background:#052b27;
}
.solution-row:nth-child(5) .solution-domain-icon{
  border-color:#8b5a08;background:#2a1b06;
}
.solution-row:nth-child(6) .solution-domain-icon{
  border-color:#8b1c59;background:#2c0b20;
}
.solution-visual{
  height:350px;
  overflow:hidden;
  border-radius:17px;
  border:1px solid #0a385b;
  background:#07192d;
  box-shadow:0 15px 45px rgba(0,0,0,.18);
  position:relative;
}
.solution-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.solution-visual::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(1,12,24,0) 55%,rgba(1,10,20,.22));
}
.solution-button{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.solution-cta{
  padding:82px 0 88px;
  background:linear-gradient(180deg,#071a34,#0a2342);
}
.solution-cta-title{
  max-width:650px;
  margin:22px auto 18px;
  color:#f5f8ff;
  font-size:36px;
  line-height:1.2;
  font-weight:900;
}
.solution-cta-title span{
  background:linear-gradient(90deg,#e1f3ff,#3dc3f2);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.solution-cta-text{
  max-width:650px;
  margin:0 auto;
  color:#75a4c4;
  font-size:15px;
  line-height:1.75;
  font-weight:600;
}
.solution-cta-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:28px;
}

@media(max-width:900px){
  .solution-row{
    grid-template-columns:1fr;
    gap:28px;
  }
  .solution-row.reverse .solution-copy{order:1}
  .solution-row.reverse .solution-visual{order:2}
  .solution-visual{height:330px}
}
@media(max-width:767.98px){
  .solutions-hero{min-height:470px}
  .solutions-hero-inner{padding:90px 0 65px}
  .solutions-hero-title{font-size:42px;letter-spacing:-1.5px}
  .solutions-hero-subtitle{font-size:14px}
  .solution-list-section{padding:55px 0 70px}
  .solution-stack{gap:58px}
  .solution-copy h2{font-size:27px}
  .solution-features{grid-template-columns:1fr}
  .solution-visual{height:275px;border-radius:14px}
  .solution-cta-title{font-size:31px}
  .solution-cta-text{font-size:14px}
}
@media(max-width:420px){
  .solutions-hero-title{font-size:36px}
  .solution-visual{height:235px}
}


/* =========================================================
   INDUSTRIES PAGE
   ========================================================= */
.industries-hero{
  min-height:500px;
  display:flex;
  align-items:center;
}
.industries-hero-inner{
  padding:95px 0 55px;
}
.industries-hero-title{
  max-width:850px;
  margin:25px auto 20px;
  color:#f3f8ff;
  font-size:60px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-2px;
}
.industries-hero-title span{
  background:linear-gradient(90deg,#e5f5ff,#43c5f4);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.industries-hero-subtitle{
  max-width:720px;
  margin:0 auto;
  color:#76a6c6;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}
.industries-section{
  padding:55px 0 88px;
  background:#020a18;
}
.industry-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.industry-card{
  border:1px solid #0a385b;
  border-radius:14px;
  background:#08172a;
  overflow:hidden;
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.industry-card:hover{
  border-color:#0b77aa;
  box-shadow:0 14px 38px rgba(0,0,0,.18);
}
.industry-card.open{
  border-color:#0c6d9e;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.industry-head{
  width:100%;
  min-height:86px;
  border:0;
  padding:17px 20px;
  display:grid;
  grid-template-columns:42px 1fr 22px;
  gap:12px;
  align-items:center;
  background:transparent;
  color:#fff;
  text-align:left;
  cursor:pointer;
}
.industry-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  font-size:25px;
}
.industry-heading{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.industry-heading strong{
  color:#f3f7ff;
  font-size:14px;
  line-height:1.25;
  font-weight:900;
}
.industry-heading small{
  color:#10b8ee;
  font:600 9px "Chakra Petch",monospace;
  letter-spacing:1.7px;
}
.industry-chevron{
  color:#12b9ef;
  font-size:14px;
  text-align:center;
}
.industry-details{
  max-height:0;
  overflow:hidden;
  opacity:0;
  padding:0 20px;
  border-top:1px solid transparent;
  transition:max-height .4s ease, opacity .3s ease, padding .35s ease, border-color .3s ease;
}
.industry-card.open .industry-details{
  max-height:560px;
  opacity:1;
  padding:19px 20px 20px;
  border-top-color:#0c2942;
}
.industry-card.open .industry-chevron i{
  transform:rotate(180deg);
}
.industry-chevron i{
  display:inline-block;
  transition:transform .25s ease;
}
.industry-detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.industry-label{
  margin:0 0 10px;
  color:#08b8ef;
  font:700 8px "Chakra Petch",monospace;
  letter-spacing:2.4px;
}
.industry-list{
  list-style:none;
  margin:0 0 18px;
  padding:0;
}
.industry-list li{
  position:relative;
  padding-left:12px;
  margin-bottom:6px;
  color:#6fa2c4;
  font-size:11px;
  line-height:1.45;
  font-weight:600;
}
.challenge-list li::before{
  content:"";
  position:absolute;
  width:4px;
  height:4px;
  left:0;
  top:7px;
  border-radius:50%;
  background:#ef526d;
}
.solution-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#18c5ef;
  font-weight:900;
}
.industry-chips{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:18px;
}
.industry-chip{
  padding:5px 9px;
  border:1px solid #0b4b70;
  border-radius:999px;
  background:#06253e;
  color:#67b2d8;
  font:600 9px "Chakra Petch",monospace;
}
.industry-btn{
  padding:9px 14px;
  font-size:11px;
}
.industries-cta{
  padding:78px 0 82px;
  background:linear-gradient(180deg,#071a34,#0a2342);
}
.industries-cta-title{
  max-width:620px;
  margin:20px auto 16px;
  color:#f4f8ff;
  font-size:35px;
  line-height:1.2;
  font-weight:900;
}
.industries-cta-title span{
  background:linear-gradient(90deg,#f4f8ff,#48c6f4);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.industries-cta-text{
  max-width:650px;
  margin:0 auto;
  color:#77a7c6;
  font-size:15px;
  line-height:1.7;
  font-weight:600;
}
.industries-cta .btn{
  margin-top:27px;
}

@media(max-width:991.98px){
  .industry-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767.98px){
  .industries-hero{min-height:430px}
  .industries-hero-inner{padding:85px 0 55px}
  .industries-hero-title{font-size:42px;letter-spacing:-1.4px}
  .industries-hero-subtitle{font-size:14px}
  .industry-grid{grid-template-columns:1fr}
  .industry-detail-grid{grid-template-columns:1fr}
  .industry-card.open .industry-details{max-height:900px}
  .industries-section{padding:45px 0 65px}
  .industries-cta-title{font-size:30px}
  .industries-cta-text{font-size:14px}
}

/* =========================================================
   INNOVATIONS / PRODUCTS PAGE
   ========================================================= */
.innovations-hero{
  min-height:500px;
  display:flex;
  align-items:center;
}
.innovations-hero-inner{padding:95px 0 50px}
.innovations-hero-title{
  max-width:820px;
  margin:24px auto 20px;
  color:#f4f8ff;
  font-size:60px;
  line-height:1.06;
  font-weight:900;
  letter-spacing:-2px;
}
.innovations-hero-title span{
  background:linear-gradient(90deg,#e9f6ff,#48c7f4);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.innovations-hero-subtitle{
  max-width:720px;
  margin:0 auto;
  color:#76a7c6;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}
.innovation-products{
  padding:25px 0 85px;
  background:#020a18;
}
.product-filters{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 auto 42px;
}
.product-filter{
  border:1px solid #0b3c60;
  border-radius:999px;
  background:transparent;
  color:#2582b3;
  padding:9px 17px;
  font:600 11px "Chakra Petch",monospace;
  cursor:pointer;
  transition:.25s ease;
}
.product-filter:hover,
.product-filter.active{
  color:#e9f8ff;
  border-color:#10bdeF;
  background:#06243d;
  box-shadow:0 0 16px rgba(0,174,239,.12);
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.product-card{
  display:flex;
  flex-direction:column;
  min-height:530px;
  overflow:hidden;
  border:1px solid #0b3b5e;
  border-radius:16px;
  background:#09192d;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.product-card:hover{
  transform:translateY(-4px);
  border-color:#0c75a7;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.product-card.hidden{
  display:none;
}
.product-image{
  height:215px;
  position:relative;
  overflow:hidden;
  background:#071629;
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-image.no-image{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#17648e;
  font-size:42px;
}
.product-badge{
  position:absolute;
  top:13px;
  left:13px;
  padding:5px 10px;
  border:1px solid #087cae;
  border-radius:999px;
  background:rgba(3,28,48,.88);
  color:#2cbbe9;
  font:600 9px "Chakra Petch",monospace;
}
.product-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px 22px 20px;
}
.product-title{
  margin:0 0 12px;
  color:#f3f7ff;
  font-size:15px;
  line-height:1.3;
  font-weight:900;
}
.product-problem{
  margin:0 0 17px;
  color:#4b9bc3;
  font-size:11px;
  line-height:1.65;
  font-weight:600;
}
.product-problem strong{color:#6bb6db}
.product-label{
  margin:0 0 9px;
  color:#08b8ef;
  font:700 8px "Chakra Petch",monospace;
  letter-spacing:2.2px;
}
.product-features{
  list-style:none;
  margin:0 0 14px;
  padding:0;
}
.product-features li{
  position:relative;
  padding-left:11px;
  margin-bottom:5px;
  color:#71a7c7;
  font-size:10px;
  line-height:1.45;
  font-weight:600;
}
.product-features li::before{
  content:"›";
  position:absolute;
  left:0;
  color:#16c3ef;
  font-weight:900;
}
.product-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:auto;
  margin-bottom:17px;
}
.product-tag{
  padding:5px 9px;
  border:1px solid #0a496d;
  border-radius:999px;
  background:#06253d;
  color:#60add2;
  font:600 8px "Chakra Petch",monospace;
}
.product-demo{
  width:100%;
  padding:10px 14px;
  border:0;
  border-radius:7px;
  background:#0ca4dc;
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-align:center;
  text-decoration:none;
  box-shadow:0 6px 20px rgba(0,170,235,.16);
  transition:.25s ease;
}
.product-demo:hover{
  color:#fff;
  background:#13b7ee;
  box-shadow:0 9px 26px rgba(0,170,235,.25);
}
.product-empty{
  display:none;
  grid-column:1/-1;
  text-align:center;
  color:#6299b8;
  padding:40px 0;
}
.product-development{
  padding:82px 0 84px;
  background:#071325;
}
.product-development-grid{
  display:grid;
  grid-template-columns:1fr 1.55fr;
  gap:70px;
  align-items:start;
}
.product-dev-title{
  margin:20px 0 22px;
  color:#f5f8ff;
  font-size:40px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-1px;
}
.product-dev-title span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.product-dev-copy{
  margin:0 0 24px;
  color:#6ea3c3;
  font-size:14px;
  line-height:1.8;
  font-weight:600;
}
.product-dev-steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.dev-step{
  min-height:128px;
  padding:18px;
  border:1px solid #0b3554;
  border-radius:12px;
  background:#08182c;
}
.dev-step-num{
  display:block;
  margin-bottom:10px;
  color:#08b8ef;
  font:600 8px "Chakra Petch",monospace;
}
.dev-step-icon{font-size:19px}
.dev-step h3{
  margin:9px 0 8px;
  color:#f0f6ff;
  font-size:12px;
  font-weight:900;
}
.dev-step p{
  margin:0;
  color:#367fa8;
  font-size:9px;
  line-height:1.55;
  font-weight:600;
}
.innovations-cta{
  padding:78px 0 80px;
  background:linear-gradient(180deg,#071a34,#0a2342);
}
.innovations-cta-title{
  max-width:620px;
  margin:20px auto 15px;
  color:#f5f8ff;
  font-size:35px;
  line-height:1.2;
  font-weight:900;
}
.innovations-cta-title span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.innovations-cta-text{
  max-width:660px;
  margin:0 auto;
  color:#73a7c6;
  font-size:14px;
  line-height:1.7;
  font-weight:600;
}
.innovations-cta .btn{margin-top:27px}

@media(max-width:991.98px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .product-development-grid{grid-template-columns:1fr;gap:38px}
}
@media(max-width:767.98px){
  .innovations-hero{min-height:430px}
  .innovations-hero-inner{padding:80px 0 45px}
  .innovations-hero-title{font-size:42px;letter-spacing:-1.3px}
  .innovations-hero-subtitle{font-size:14px}
  .product-grid{grid-template-columns:1fr}
  .product-card{min-height:0}
  .product-image{height:205px}
  .product-development{padding:60px 0}
  .product-dev-title{font-size:32px}
  .product-dev-steps{grid-template-columns:1fr}
  .innovations-cta-title{font-size:30px}
}

/* =========================================================
   R&D / RESEARCH & DEVELOPMENT PAGE
   ========================================================= */
.rd-hero{
  min-height:500px;
  display:flex;
  align-items:center;
}
.rd-hero-inner{padding:92px 0 55px}
.rd-hero-title{
  max-width:850px;
  margin:24px auto 20px;
  color:#f4f8ff;
  font-size:60px;
  line-height:1.06;
  font-weight:900;
  letter-spacing:-2px;
}
.rd-hero-title span{
  background:linear-gradient(90deg,#eaf6ff,#48c8f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.rd-hero-subtitle{
  max-width:740px;
  margin:0 auto;
  color:#76a7c6;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}
.rd-domains{
  padding:45px 0 85px;
  background:#020a18;
}
.rd-section-heading{
  margin:20px 0 45px;
  color:#f3f7ff;
  font-size:38px;
  line-height:1.15;
  font-weight:900;
}
.rd-section-heading span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.rd-domain-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.rd-domain-card{
  min-height:245px;
  padding:24px 20px;
  border:1px solid #0b3a5a;
  border-radius:13px;
  background:#09192d;
  transition:.25s ease;
}
.rd-domain-card:hover{
  transform:translateY(-4px);
  border-color:#0a7aaa;
  box-shadow:0 16px 38px rgba(0,0,0,.22);
}
.rd-domain-icon{
  display:block;
  margin-bottom:22px;
  font-size:27px;
}
.rd-domain-card h3{
  margin:0 0 12px;
  color:#f1f6ff;
  font-size:13px;
  line-height:1.3;
  font-weight:900;
}
.rd-domain-card p{
  margin:0;
  color:#438bb2;
  font-size:10px;
  line-height:1.65;
  font-weight:600;
}
.rd-philosophy{
  padding:80px 0;
  background:#071325;
}
.rd-philosophy-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:72px;
  align-items:start;
}
.rd-philosophy-title{
  margin:20px 0 24px;
  color:#f3f7ff;
  font-size:38px;
  line-height:1.12;
  font-weight:900;
}
.rd-philosophy-title span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.rd-philosophy-copy{
  margin:0 0 22px;
  color:#6ca2c2;
  font-size:14px;
  line-height:1.8;
  font-weight:600;
}
.rd-principles{
  display:flex;
  flex-direction:column;
  gap:13px;
}
.rd-principle{
  padding:15px 18px;
  border:1px solid #0b3554;
  border-radius:10px;
  background:#08182c;
  color:#63a8cf;
  font-size:12px;
  font-weight:600;
}
.rd-principle::before{
  content:"●";
  margin-right:12px;
  color:#31bfee;
  font-size:10px;
}
.rd-partners{
  padding:80px 0 82px;
  background:#020a18;
}
.rd-partner-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.rd-partner-card{
  min-height:230px;
  padding:25px 20px;
  border:1px solid #0b3a5a;
  border-radius:13px;
  background:#09192d;
}
.rd-partner-icon{
  display:block;
  margin-bottom:22px;
  font-size:28px;
}
.rd-partner-card h3{
  margin:0 0 12px;
  color:#f1f6ff;
  font-size:13px;
  line-height:1.35;
  font-weight:900;
}
.rd-partner-card p{
  margin:0;
  color:#438bb2;
  font-size:10px;
  line-height:1.65;
  font-weight:600;
}
.rd-cta{
  padding:92px 0 95px;
  background:linear-gradient(180deg,#071a34,#0a2342);
}
.rd-cta-title{
  max-width:680px;
  margin:20px auto 17px;
  color:#f5f8ff;
  font-size:42px;
  line-height:1.15;
  font-weight:900;
}
.rd-cta-title span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.rd-cta-text{
  max-width:690px;
  margin:0 auto;
  color:#70a5c4;
  font-size:14px;
  line-height:1.75;
  font-weight:600;
}
.rd-cta .btn{margin-top:28px}

@media(max-width:991.98px){
  .rd-domain-grid,.rd-partner-grid{grid-template-columns:repeat(2,1fr)}
  .rd-philosophy-grid{grid-template-columns:1fr;gap:40px}
}
@media(max-width:767.98px){
  .rd-hero{min-height:430px}
  .rd-hero-inner{padding:80px 0 45px}
  .rd-hero-title{font-size:42px;letter-spacing:-1.3px}
  .rd-hero-subtitle{font-size:14px}
  .rd-domain-grid,.rd-partner-grid{grid-template-columns:1fr}
  .rd-domains,.rd-philosophy,.rd-partners{padding:60px 0}
  .rd-section-heading,.rd-philosophy-title{font-size:32px}
  .rd-cta-title{font-size:32px}
}

/* =========================================================
   CAREERS PAGE
   ========================================================= */
.careers-hero{
  min-height:510px;
  display:flex;
  align-items:center;
}
.careers-hero-inner{padding:95px 0 55px}
.careers-hero-title{
  max-width:760px;
  margin:24px auto 20px;
  color:#f4f8ff;
  font-size:60px;
  line-height:1.06;
  font-weight:900;
  letter-spacing:-2px;
}
.careers-hero-title span{
  background:linear-gradient(90deg,#eaf6ff,#48c8f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.careers-hero-subtitle{
  max-width:780px;
  margin:0 auto;
  color:#76a7c6;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}
.careers-benefits{
  padding:55px 0 82px;
  background:#020a18;
}
.careers-section-title{
  margin:20px 0 42px;
  color:#f3f7ff;
  font-size:38px;
  line-height:1.15;
  font-weight:900;
}
.careers-section-title span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.careers-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.careers-benefit-card{
  min-height:250px;
  padding:26px 20px;
  border:1px solid #0b3a5a;
  border-radius:13px;
  background:#09192d;
}
.careers-benefit-icon{
  display:block;
  margin-bottom:22px;
  font-size:28px;
}
.careers-benefit-card h3{
  margin:0 0 12px;
  color:#f1f6ff;
  font-size:13px;
  line-height:1.35;
  font-weight:900;
}
.careers-benefit-card p{
  margin:0;
  color:#438bb2;
  font-size:11px;
  line-height:1.65;
  font-weight:600;
}
.careers-opportunities{
  padding:78px 0 85px;
  background:#071325;
}
.career-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.career-card{
  min-height:155px;
  padding:22px 20px;
  border:1px solid #0b3a5a;
  border-radius:12px;
  background:#09192d;
}
.career-card h3{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  color:#f1f6ff;
  font-size:12px;
  line-height:1.3;
  font-weight:900;
}
.career-card h3 .career-icon{font-size:22px}
.career-card ul{
  padding:0;
  margin:0;
  list-style:none;
}
.career-card li{
  position:relative;
  padding-left:13px;
  margin:0 0 7px;
  color:#428bb3;
  font-size:10px;
  line-height:1.3;
  font-weight:600;
}
.career-card li::before{
  content:"›";
  position:absolute;
  left:0;
  color:#23bdf1;
}
.careers-application{
  padding:88px 0 92px;
  background:#020a18;
}
.application-intro{
  margin-bottom:36px;
}
.application-intro h2{
  margin:20px 0 15px;
  color:#f3f7ff;
  font-size:38px;
  line-height:1.15;
  font-weight:900;
}
.application-intro h2 span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.application-intro p{
  margin:0;
  color:#6098b8;
  font-size:14px;
  line-height:1.7;
  font-weight:600;
}
.career-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.career-form .full{grid-column:1/-1}
.career-form label{
  display:block;
  margin-bottom:8px;
  color:#42c3f5;
  font-size:11px;
  font-weight:800;
}
.career-form input,
.career-form select,
.career-form textarea{
  width:100%;
  border:1px solid #0b3d5f;
  border-radius:8px;
  background:#09192d;
  color:#d9efff;
  padding:13px 15px;
  outline:none;
  font-size:13px;
}
.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus{
  border-color:#15aee9;
  box-shadow:0 0 0 3px rgba(21,174,233,.08);
}
.career-form textarea{
  min-height:120px;
  resize:vertical;
}
.resume-drop{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:12px 16px;
  border:1px dashed #0c537c;
  border-radius:8px;
  background:#07172b;
  color:#48bde9;
  cursor:pointer;
  font-size:12px;
  font-weight:700;
}
.resume-drop small{
  color:#4a87aa;
  font-weight:600;
}
.resume-drop input{display:none}
.application-status{
  display:none;
  margin-top:16px;
  padding:12px 15px;
  border:1px solid #0b4b67;
  border-radius:8px;
  color:#65c9ef;
  background:#071a2c;
  font-size:12px;
}
.careers-cta{
  padding:80px 0;
  background:linear-gradient(180deg,#071a34,#0a2342);
}
.careers-cta h2{
  margin:20px 0 14px;
  color:#f4f8ff;
  font-size:40px;
  font-weight:900;
}
.careers-cta h2 span{
  background:linear-gradient(90deg,#f5f8ff,#4bc7f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.careers-cta p{
  max-width:700px;
  margin:0 auto;
  color:#70a5c4;
  line-height:1.7;
}
.careers-cta .btn{margin-top:25px}

@media(max-width:991.98px){
  .careers-benefit-grid,.career-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767.98px){
  .careers-hero{min-height:430px}
  .careers-hero-inner{padding:80px 0 45px}
  .careers-hero-title{font-size:42px;letter-spacing:-1.3px}
  .careers-hero-subtitle{font-size:14px}
  .careers-benefit-grid,.career-grid,.career-form{grid-template-columns:1fr}
  .career-form .full{grid-column:auto}
  .careers-benefits,.careers-opportunities,.careers-application{padding:60px 0}
  .careers-section-title,.application-intro h2{font-size:32px}
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-hero{
  min-height:500px;
  display:flex;
  align-items:center;
}
.contact-hero-inner{padding:92px 0 45px}
.contact-hero-title{
  max-width:760px;
  margin:24px auto 20px;
  color:#f5f8ff;
  font-size:60px;
  line-height:1.06;
  font-weight:900;
  letter-spacing:-2px;
}
.contact-hero-title span{
  background:linear-gradient(90deg,#eaf6ff,#48c8f5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.contact-hero-subtitle{
  max-width:800px;
  margin:0 auto;
  color:#70a5c4;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}
.contact-info{
  padding:35px 0 90px;
  background:#020a18;
}
.contact-info-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.contact-info-card{
  min-height:166px;
  padding:28px 18px 22px;
  text-align:center;
  border:1px solid #0b3b5c;
  border-radius:13px;
  background:#09192d;
}
.contact-info-icon{
  display:block;
  margin-bottom:16px;
  font-size:30px;
}
.contact-info-card .eyebrow{
  margin-bottom:12px;
  font-size:9px;
}
.contact-info-card strong{
  display:block;
  margin-bottom:6px;
  color:#eef6ff;
  font-size:12px;
  font-weight:900;
}
.contact-info-card p{
  margin:0;
  color:#4b8daf;
  font-size:10px;
  line-height:1.5;
  font-weight:700;
}
.contact-work{
  padding:75px 0 88px;
  background:#020a18;
}
.contact-columns{
  display:grid;
  grid-template-columns:1fr 1.55fr;
  gap:44px;
}
.contact-kicker{margin-bottom:17px}
.contact-title{
  margin:0 0 25px;
  color:#f1f6ff;
  font-size:26px;
  line-height:1.2;
  font-weight:900;
}
.inquiry-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.inquiry-item{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:55px;
  padding:14px 18px;
  border:1px solid #071c31;
  border-radius:9px;
  background:#030b18;
  color:#58a4ca;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  transition:.2s ease;
}
.inquiry-item:hover,.inquiry-item.active{
  border-color:#0b91c7;
  background:#061d32;
  color:#37c1f2;
  transform:translateX(2px);
}
.inquiry-item span{font-size:19px}
.office-card{
  min-height:200px;
  margin-top:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:24px;
  border:1px solid #0b3b5c;
  border-radius:13px;
  background:#09192d;
}
.office-card .pin{font-size:30px;margin-bottom:13px}
.office-card strong{color:#f0f7ff;font-size:12px}
.office-card small{
  margin-top:8px;
  color:#39b9e9;
  font-family:"Chakra Petch",sans-serif;
  font-size:9px;
  letter-spacing:3px;
}
.whatsapp-card{
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:15px;
  padding:15px 18px;
  border:1px solid #0a5b47;
  border-radius:10px;
  background:#021c18;
  color:#fff;
  text-decoration:none;
}
.whatsapp-card i{font-size:23px;color:#19d779}
.whatsapp-card strong{display:block;font-size:12px}
.whatsapp-card small{display:block;color:#36cf7f;font-size:10px;margin-top:2px}
.contact-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.contact-form .full{grid-column:1/-1}
.contact-form label{
  display:block;
  margin-bottom:7px;
  color:#43c4f5;
  font-size:10px;
  font-weight:800;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  border:1px solid #0b3b5c;
  border-radius:8px;
  background:#09192d;
  color:#d9efff;
  padding:12px 14px;
  outline:none;
  font-size:12px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#12ace7;
  box-shadow:0 0 0 3px rgba(18,172,231,.08);
}
.contact-form textarea{
  min-height:120px;
  resize:vertical;
}
.attach-drop{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:47px;
  padding:11px 14px;
  border:1px dashed #0b5277;
  border-radius:8px;
  background:#07172b;
  color:#46bce8;
  cursor:pointer;
  font-size:11px;
  font-weight:800;
}
.attach-drop small{color:#4b87aa;font-weight:600}
.attach-drop input{display:none}
.contact-status{
  display:none;
  margin-top:13px;
  padding:11px 14px;
  border:1px solid #0b4b67;
  border-radius:8px;
  background:#071a2c;
  color:#61c8ed;
  font-size:11px;
}
@media(max-width:991.98px){
  .contact-info-grid{grid-template-columns:repeat(2,1fr)}
  .contact-columns{grid-template-columns:1fr}
}
@media(max-width:767.98px){
  .contact-hero{min-height:420px}
  .contact-hero-inner{padding:75px 0 35px}
  .contact-hero-title{font-size:42px;letter-spacing:-1.3px}
  .contact-hero-subtitle{font-size:14px}
  .contact-info-grid,.contact-form{grid-template-columns:1fr}
  .contact-form .full{grid-column:auto}
  .contact-info,.contact-work{padding:55px 0 65px}
  .contact-title{font-size:24px}
}

/* =========================================================
   OFFICIAL RADHE LOGO + RESPONSIVE POLISH
   ========================================================= */
.brand{
  gap:10px;
  align-items:center;
}
.brand-logo-img{
  width:132px;
  height:auto;
  max-height:48px;
  object-fit:contain;
  display:block;
}
.footer .brand-logo-img{
  width:142px;
  max-height:54px;
}
.card-icon,
.service-icon,
.industry-icon,
.solution-icon,
.innovation-icon,
.domain-icon{
  width:48px !important;
  height:48px !important;
  min-width:48px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  font-size:27px !important;
  line-height:1 !important;
  margin-bottom:18px;
}
.industry-card .card-icon,
.industry-card .industry-icon{
  width:52px !important;
  height:52px !important;
  min-width:52px;
  font-size:29px !important;
}
.industry-card h3,
.industry-card h4{
  margin-top:0;
}
@media(max-width:991.98px){
  .brand-logo-img{width:122px;max-height:44px}
  .nav-container{padding-left:18px;padding-right:18px}
}
@media(max-width:767.98px){
  .brand-logo-img{width:112px;max-height:40px}
  .container{max-width:100%;padding-left:18px;padding-right:18px}
  .section-title{font-size:34px !important}
  .hero-title{font-size:42px !important}
  .cards-grid,
  .services-grid,
  .industries-grid,
  .solutions-grid,
  .innovation-grid{
    grid-template-columns:1fr !important;
  }
  .industry-card .card-icon,
  .industry-card .industry-icon,
  .card-icon,
  .service-icon,
  .solution-icon,
  .innovation-icon,
  .domain-icon{
    width:50px !important;
    height:50px !important;
    min-width:50px;
    font-size:28px !important;
  }
}

/* mobile floating button spacing */
@media(max-width:575.98px){
  .floating-wa{
    right:14px !important;
    bottom:14px !important;
    width:48px !important;
    height:48px !important;
  }
  .back-top{
    right:14px !important;
    bottom:72px !important;
  }
}

/* =========================================================
   FINAL OFFICIAL BRANDING FIX
   ========================================================= */
.site-header .brand-logo-img{
  width:138px !important;
  height:auto !important;
  max-height:48px !important;
  object-fit:contain;
  display:block;
}
.footer .brand-logo-img{
  width:220px !important;
  height:auto !important;
  max-height:105px !important;
  object-fit:contain;
  display:block;
}
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  padding-top:4px;
  padding-bottom:4px;
}
.footer .brand{
  display:inline-flex !important;
  align-items:center !important;
}
@media(max-width:991.98px){
  .site-header .brand-logo-img{width:128px !important;max-height:46px !important}
  .footer .brand-logo-img{width:205px !important;max-height:98px !important}
}
@media(max-width:575.98px){
  .site-header .brand-logo-img{width:116px !important;max-height:42px !important}
  .footer .brand-logo-img{width:185px !important;max-height:90px !important}
}

/* =========================================================
   HOME — FEATURED PRODUCT CARDS
   Recreated to match the supplied reference design
   ========================================================= */
.home-products-exact .home-products-grid{
  --bs-gutter-x:20px;
  --bs-gutter-y:20px;
}
.home-product-card{
  min-height:0;
  background:#08192d;
  border:1px solid #0b3a5d;
  border-radius:16px;
  overflow:hidden;
}
.home-product-card .product-visual{
  height:198px;
  background:#061629;
  border-bottom:1px solid #0b3858;
}
.home-product-card .product-body{
  min-height:214px;
  padding:24px 22px 21px;
}
.home-product-card .product-body h3{
  font-size:16px;
  line-height:1.35;
  margin-bottom:10px;
  color:#f1f7fb;
}
.home-product-card .product-body p{
  font-size:13px;
  line-height:1.65;
  color:#3f83ad;
  margin-bottom:13px;
}
.home-product-card .tags{
  gap:6px;
  margin-bottom:17px;
}
.home-product-card .tags span{
  padding:4px 8px;
  font-size:9px;
}
.home-product-card .btn-sm{
  padding:9px 14px;
  font-size:11px;
}

/* technical grid */
.home-product-card .product-visual:before{
  background-image:
    linear-gradient(rgba(28,111,160,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(28,111,160,.13) 1px,transparent 1px);
  background-size:42px 42px;
}

/* common bottom telemetry strip */
.home-product-card .visual-label{
  height:24px;
  padding:6px 11px;
  display:flex;
  align-items:center;
  gap:5px;
  white-space:nowrap;
  overflow:hidden;
  font-size:7px;
  letter-spacing:.35px;
  color:#1bb9ed;
  background:#071f34;
}
.status-dot{
  width:7px;height:7px;border-radius:50%;display:inline-block;flex:none;
}
.status-dot.red{background:#f1465d;box-shadow:0 0 7px rgba(241,70,93,.45)}
.status-dot.green{background:#21d36b;box-shadow:0 0 7px rgba(33,211,107,.45)}

/* 01 surveillance */
.visual-camera .camera-person-box{
  position:absolute;left:14%;top:24%;width:56px;height:91px;
  border:2px dashed #0bb9ef;border-radius:3px;
}
.camera-person-box span,.camera-face-box span{
  position:absolute;top:-8px;left:-2px;padding:2px 4px;
  background:#0a2b42;color:#14baf0;font:700 6px "Chakra Petch";
}
.visual-camera .camera-triangle{
  position:absolute;left:30%;top:43%;
  width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;
  border-right:35px solid #0a5d86;opacity:.7;
}
.visual-camera .fake-camera{
  width:91px;height:58px;left:38%;top:32%;
  border:2px solid #0bb9ef;border-radius:8px;background:#062238;
}
.visual-camera .fake-camera:before{
  width:35px;height:35px;left:26px;top:9px;border:2px solid #0bb9ef;
  background:#063455;box-shadow:inset 0 0 0 9px #082a46;
}
.visual-camera .fake-camera i{
  position:absolute;left:39px;top:22px;width:9px;height:9px;border-radius:50%;
  background:#16c4f4;box-shadow:0 0 9px #16c4f4;
}
.camera-face-box{
  position:absolute;right:15%;top:28%;width:54px;height:69px;border:1px solid #0aa5db;border-radius:4px;
}
.camera-face-box b{
  position:absolute;left:17px;top:26px;width:22px;height:12px;
  border-bottom:2px solid #0aa5db;border-radius:0 0 50% 50%;
}

/* 02 monitoring */
.visual-monitor .gauge{
  top:23px;width:72px;height:54px;border:6px solid #08b4ed;
  border-bottom-color:transparent;border-left-color:transparent;border-radius:70px 70px 0 0;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-end;
  padding-bottom:2px;font-family:"Chakra Petch";transform:rotate(-8deg);
}
.visual-monitor .gauge span{font-size:12px;font-weight:800;transform:rotate(8deg)}
.visual-monitor .gauge small{font-size:6px;color:#3e8ab2;transform:rotate(8deg);margin-top:1px}
.visual-monitor .gauge-temp{left:10%;border-top-color:#0bb7ef}
.visual-monitor .gauge-pressure{left:39%;border-top-color:#24d8e7}
.visual-monitor .gauge-vibration{right:10%;border-top-color:#f5a51a}
.monitor-chart{
  position:absolute;left:5%;right:5%;bottom:30px;height:67px;
  border-bottom:2px solid #0ab5ec;clip-path:polygon(0 80%,10% 60%,20% 68%,31% 37%,41% 48%,52% 14%,63% 30%,73% 0,83% 10%,92% 4%,100% 20%,100% 100%,0 100%);
  background:linear-gradient(180deg,rgba(8,164,219,.13),transparent);
}
.monitor-chart i{display:none}

/* 03 IoT */
.visual-iot .iot-core{
  left:43%;top:29%;width:57px;height:57px;border:2px solid #08b9ef;
  box-shadow:0 0 0 8px rgba(0,185,239,.035),0 0 20px rgba(0,185,239,.08);
  font-size:8px;z-index:3;
}
.visual-iot .iot-node{
  width:27px;height:27px;background:#071b30;border-color:#0b5c83;
  color:#82c6e6;font-size:10px;z-index:3;
}
.visual-iot .n1{left:18%;top:19%}.visual-iot .n2{right:18%;top:18%}
.visual-iot .n3{left:17%;top:55%}.visual-iot .n4{right:18%;top:56%}
.visual-iot .n5{left:36%;top:70%}.visual-iot .n6{right:36%;top:70%}
.visual-iot .iot-line{
  position:absolute;height:1px;border-top:1px dashed #075d87;transform-origin:left center;z-index:1;
}
.visual-iot .l1{width:120px;left:21%;top:30%;transform:rotate(16deg)}
.visual-iot .l2{width:115px;left:54%;top:30%;transform:rotate(-17deg)}
.visual-iot .l3{width:95px;left:22%;top:62%;transform:rotate(-12deg)}
.visual-iot .l4{width:90px;left:53%;top:62%;transform:rotate(13deg)}
.visual-iot .l5{width:55px;left:46%;top:56%;transform:rotate(90deg)}

/* 04 dashboard */
.visual-dashboard .dashboard-top{
  position:absolute;left:10px;right:10px;top:10px;height:27px;
  background:#07243a;border-radius:4px;padding:7px 9px;
  color:#12b8ed;font:700 7px "Chakra Petch";display:flex;justify-content:space-between;
}
.visual-dashboard .dashboard-top span{color:#2f769e}
.dashboard-stats{
  position:absolute;left:10px;right:10px;top:45px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;
}
.dashboard-stats div{
  background:#0a2137;border:1px solid #0b3652;border-radius:3px;padding:7px 7px;
}
.dashboard-stats small{display:block;color:#2f769d;font:6px "Chakra Petch"}
.dashboard-stats strong{display:block;color:#12b9ed;font:700 9px "Chakra Petch";margin-top:4px}
.visual-dashboard .mini-bars{
  left:10%;bottom:28px;height:65px;gap:6px;
}
.visual-dashboard .mini-bars i{width:18px}
.visual-dashboard .mini-bars i:nth-child(1){height:34px}.visual-dashboard .mini-bars i:nth-child(2){height:53px}
.visual-dashboard .mini-bars i:nth-child(3){height:43px}.visual-dashboard .mini-bars i:nth-child(4){height:64px}
.visual-dashboard .mini-bars i:nth-child(5){height:56px}.visual-dashboard .mini-bars i:nth-child(6){height:48px}
.dashboard-line{
  position:absolute;right:8%;bottom:29px;width:43%;height:65px;
  border-bottom:2px solid #0ab8ed;clip-path:polygon(0 73%,14% 53%,27% 62%,42% 35%,56% 45%,72% 12%,85% 23%,100% 0,100% 100%,0 100%);
  background:linear-gradient(180deg,rgba(10,184,237,.1),transparent);
}

/* 05 CV */
.visual-cv .cv-eye{
  left:35%;top:26%;width:150px;height:78px;border:2px solid #0bb9ef;border-radius:50%;
}
.visual-cv .cv-eye:after{
  width:31px;height:31px;left:58px;top:21px;border:2px solid #0bb9ef;
  background:#0a3551;box-shadow:inset 0 0 0 7px #07263d;
}
.visual-cv .box{
  border:1px solid #12b9ef;background:rgba(4,25,43,.28);font-size:6px;padding:3px 4px;
}
.visual-cv .b1{left:12%;top:23%}.visual-cv .b2{right:10%;top:22%}.visual-cv .b3{left:43%;bottom:25%}

/* 06 robot */
.visual-robot .robot-status{
  position:absolute;left:7%;top:19%;width:93px;height:103px;border:1px solid #0a527a;
  background:#071d32;border-radius:4px;padding:9px 8px;z-index:2;
  font:6px "Chakra Petch";color:#3d83a9;
}
.robot-status b{display:block;color:#0bb9ed;font-size:6px;margin-bottom:8px}
.robot-status span{display:flex;justify-content:space-between;margin:5px 0}
.robot-status em{font-style:normal;color:#9bcbe4}
.visual-robot .robot-arm{
  left:57%;bottom:28px;width:18px;height:92px;border-left:7px solid #0bb9ef;
  transform:rotate(4deg);box-shadow:0 0 7px rgba(0,185,239,.18);
}
.visual-robot .robot-arm:before{
  width:77px;height:20px;top:7px;left:-4px;border-left:7px solid #0bb9ef;
  transform:rotate(-42deg);
}
.visual-robot .robot-arm:after{
  width:70px;height:18px;top:39px;left:38px;border-left:7px solid #0bb9ef;
  transform:rotate(44deg);
}
.visual-robot .robot-arm .joint{
  position:absolute;width:15px;height:15px;border:2px solid #0bb9ef;border-radius:50%;
  background:#082942;z-index:4;
}
.visual-robot .robot-arm .j1{left:-6px;bottom:-3px}.visual-robot .robot-arm .j2{left:42px;top:4px}
.visual-robot .robot-arm .j3{left:73px;top:42px}
.visual-robot .robot-package{
  right:18%;top:42%;border:1px dashed #f0a21a;color:#f0a21a;padding:6px;
  font-size:8px;background:#101f2b;
}
@media(max-width:767.98px){
  .home-product-card .product-visual{height:190px}
  .home-product-card .product-body{min-height:0}
}

/* =========================================================
   RADHE INTERACTIVE CURSOR CAMERA / SCANNER
   Desktop: camera follows the cursor.
   Click: camera performs a visual scan on the element below it.
   Touch devices: disabled because there is no cursor to follow.
   ========================================================= */
.cursor-camera{
  position:fixed;
  left:0;top:0;
  width:48px;height:42px;
  z-index:9998;
  pointer-events:none;
  opacity:0;
  transform:translate3d(-100px,-100px,0);
  transition:opacity .18s ease;
  filter:drop-shadow(0 0 10px rgba(0,190,245,.32));
}
.cursor-camera.ready{opacity:1}
.cursor-camera-body{
  position:absolute;
  left:7px;top:8px;
  width:34px;height:25px;
  border:1.5px solid #13b9ef;
  border-radius:7px;
  background:linear-gradient(145deg,#0a2942,#041425);
  box-shadow:inset 0 0 12px rgba(0,185,239,.12),0 0 12px rgba(0,185,239,.16);
}
.cursor-camera-body:before{
  content:"";
  position:absolute;
  left:-6px;top:7px;
  width:7px;height:11px;
  background:#0a5378;
  border-radius:3px 0 0 3px;
}
.cursor-camera-lens{
  position:absolute;
  left:10px;top:5px;
  width:13px;height:13px;
  border:2px solid #17c2f1;
  border-radius:50%;
  background:#062b46;
  box-shadow:inset 0 0 0 3px #073c5b,0 0 7px rgba(23,194,241,.65);
}
.cursor-camera-lens:after{
  content:"";
  position:absolute;
  width:4px;height:4px;
  left:2.5px;top:2.5px;
  border-radius:50%;
  background:#8feaff;
}
.cursor-camera-led{
  position:absolute;
  right:7px;top:5px;
  width:4px;height:4px;
  border-radius:50%;
  background:#27df76;
  box-shadow:0 0 7px #27df76;
}
.cursor-camera-flash{
  position:absolute;
  right:1px;top:2px;
  width:8px;height:8px;
  border:1px solid #0ab8ee;
  border-radius:2px;
  background:#0b2d45;
  transform:rotate(8deg);
}
.cursor-camera.scanning .cursor-camera-body{
  animation:cameraScanPulse .55s ease-in-out infinite alternate;
}
.cursor-camera.scanning .cursor-camera-lens{
  box-shadow:inset 0 0 0 3px #073c5b,0 0 13px #14c7f5;
}
@keyframes cameraScanPulse{
  from{transform:scale(1)}
  to{transform:scale(1.08)}
}

/* click scan ring */
.scan-ring{
  position:fixed;
  width:22px;height:22px;
  left:0;top:0;
  border:2px solid #12c1f1;
  border-radius:50%;
  pointer-events:none;
  z-index:9997;
  opacity:0;
  transform:translate3d(-50%,-50%,0) scale(.2);
}
.scan-ring.active{
  animation:radheScanRing .72s cubic-bezier(.15,.7,.25,1) forwards;
}
@keyframes radheScanRing{
  0%{opacity:.95;transform:translate3d(-50%,-50%,0) scale(.2)}
  65%{opacity:.55}
  100%{opacity:0;transform:translate3d(-50%,-50%,0) scale(6)}
}

/* scan HUD */
.scan-hud{
  position:fixed;
  left:0;top:0;
  z-index:9999;
  pointer-events:none;
  opacity:0;
  padding:6px 9px;
  border:1px solid #0a5b82;
  border-radius:5px;
  background:rgba(2,14,27,.93);
  color:#1bc2f0;
  font:700 8px "Chakra Petch",monospace;
  letter-spacing:1px;
  box-shadow:0 0 18px rgba(0,185,239,.12);
  white-space:nowrap;
}
.scan-hud.active{animation:scanHudIn .9s ease forwards}
.scan-hud-dot{
  display:inline-block;
  width:5px;height:5px;border-radius:50%;
  margin-right:5px;
  background:#1fd66c;
  box-shadow:0 0 6px #1fd66c;
}
@keyframes scanHudIn{
  0%{opacity:0;transform:translateY(4px)}
  15%,75%{opacity:1;transform:translateY(0)}
  100%{opacity:0;transform:translateY(-4px)}
}

/* target gets a scanning border and moving scan beam */
.radhe-scan-target{
  position:relative !important;
  isolation:isolate;
  animation:radheTargetPulse .85s ease;
}
.radhe-scan-target:after{
  content:"";
  position:absolute;
  left:0;right:0;
  top:-2px;height:2px;
  z-index:100;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,#17d3ff 20%,#fff 50%,#17d3ff 80%,transparent);
  box-shadow:0 0 12px #12c5f2;
  animation:radheScanBeam .72s linear;
}
@keyframes radheScanBeam{
  from{top:0;opacity:0}
  10%{opacity:1}
  to{top:100%;opacity:0}
}
@keyframes radheTargetPulse{
  0%{box-shadow:0 0 0 rgba(12,194,242,0)}
  35%{box-shadow:0 0 0 3px rgba(12,194,242,.45),0 0 28px rgba(12,194,242,.18)}
  100%{box-shadow:0 0 0 rgba(12,194,242,0)}
}

/* Make the six Home visual panels feel alive */
.home-product-card .product-visual{
  perspective:700px;
}
.visual-monitor .gauge{
  animation:radheGaugeFloat 2.8s ease-in-out infinite alternate;
}
.visual-monitor .gauge-pressure{animation-delay:.25s}
.visual-monitor .gauge-vibration{animation-delay:.5s}
@keyframes radheGaugeFloat{
  from{transform:translateY(0) rotate(-8deg)}
  to{transform:translateY(-3px) rotate(-5deg)}
}
.visual-iot .iot-node{
  animation:radheNodePulse 2s ease-in-out infinite;
}
.visual-iot .n2{animation-delay:.25s}.visual-iot .n3{animation-delay:.5s}
.visual-iot .n4{animation-delay:.75s}.visual-iot .n5{animation-delay:1s}.visual-iot .n6{animation-delay:1.25s}
@keyframes radheNodePulse{
  0%,100%{box-shadow:0 0 0 rgba(13,190,240,0)}
  50%{box-shadow:0 0 14px rgba(13,190,240,.35);border-color:#0bb9ef}
}
.visual-dashboard .dashboard-line{
  animation:radheDashboardPulse 2.2s ease-in-out infinite alternate;
}
@keyframes radheDashboardPulse{
  from{opacity:.65;transform:translateY(2px)}
  to{opacity:1;transform:translateY(-2px)}
}
.visual-cv .cv-eye{
  animation:radheCvPulse 2.2s ease-in-out infinite alternate;
}
@keyframes radheCvPulse{
  from{filter:drop-shadow(0 0 0 rgba(13,185,239,0))}
  to{filter:drop-shadow(0 0 8px rgba(13,185,239,.28))}
}
.visual-robot .robot-arm{
  animation:radheRobotMove 3.5s ease-in-out infinite alternate;
}
@keyframes radheRobotMove{
  0%{transform:rotate(4deg)}
  45%{transform:rotate(1deg)}
  100%{transform:rotate(8deg)}
}

/* Respect reduced motion */
@media(prefers-reduced-motion:reduce){
  .cursor-camera,.scan-ring,.scan-hud,.radhe-scan-target:after,
  .visual-monitor .gauge,.visual-iot .iot-node,.visual-dashboard .dashboard-line,
  .visual-cv .cv-eye,.visual-robot .robot-arm{
    animation:none !important;
  }
}
@media(max-width:767.98px), (hover:none){
  .cursor-camera,.scan-ring,.scan-hud{display:none !important}
}


/* =========================================================
   RADHE CINEMATIC CCTV STARTUP
   Plays once per page load, then reveals the website.
   ========================================================= */
.radhe-boot{
  position:fixed;
  inset:0;
  z-index:100000;
  overflow:hidden;
  background:#020711;
  color:#dff8ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Chakra Petch",system-ui,sans-serif;
  opacity:1;
  visibility:visible;
}
.radhe-boot.done{
  animation:radheBootOut .95s cubic-bezier(.77,0,.18,1) forwards;
  pointer-events:none;
}
@keyframes radheBootOut{
  0%{opacity:1;transform:scale(1)}
  55%{opacity:1;transform:scale(1.015)}
  100%{opacity:0;visibility:hidden;transform:scale(1.045)}
}
.radhe-boot-grid{
  position:absolute;inset:-10%;
  background:
    linear-gradient(rgba(12,147,197,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(12,147,197,.12) 1px,transparent 1px);
  background-size:48px 48px;
  transform:perspective(500px) rotateX(55deg) scale(1.8);
  transform-origin:center bottom;
  animation:bootGridMove 2.8s linear infinite;
}
@keyframes bootGridMove{
  from{background-position:0 0,0 0}
  to{background-position:0 48px,48px 0}
}
.radhe-boot-vignette{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at center,transparent 20%,rgba(0,0,0,.22) 58%,rgba(0,0,0,.82) 100%),
    linear-gradient(90deg,rgba(0,0,0,.45),transparent 20%,transparent 80%,rgba(0,0,0,.45));
}
.radhe-cctv{
  position:relative;
  width:min(720px,78vw);
  height:min(500px,62vh);
  border:1px solid rgba(22,185,239,.42);
  background:rgba(3,16,29,.52);
  box-shadow:
    0 0 0 1px rgba(20,194,241,.08) inset,
    0 0 60px rgba(0,158,220,.14);
  animation:bootCameraIn .9s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes bootCameraIn{
  from{opacity:0;transform:scale(.72);filter:blur(8px)}
  to{opacity:1;transform:scale(1);filter:blur(0)}
}
.cctv-frame{
  position:absolute;
  left:28px;right:28px;top:48px;bottom:55px;
  border:1px solid rgba(16,181,235,.18);
  overflow:hidden;
  background:
    linear-gradient(rgba(22,190,239,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(22,190,239,.05) 1px,transparent 1px);
  background-size:40px 40px;
}
.cctv-frame:before{
  content:"";
  position:absolute;inset:0;
  background:repeating-linear-gradient(
    to bottom,
    transparent 0,transparent 4px,
    rgba(117,225,255,.025) 5px,
    transparent 7px
  );
  pointer-events:none;
}
.cctv-top,.cctv-bottom{
  position:absolute;
  left:18px;right:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:10px;
  letter-spacing:2px;
  color:#53cbed;
}
.cctv-top{top:14px}
.cctv-bottom{bottom:16px}
.cctv-rec{color:#ff5661;font-weight:800}
.cctv-rec i{
  display:inline-block;width:7px;height:7px;border-radius:50%;
  margin-right:5px;background:#ff3345;box-shadow:0 0 8px #ff3345;
  animation:recBlink .8s infinite;
}
@keyframes recBlink{50%{opacity:.25}}
.cctv-cam-id{opacity:.75}
.cctv-corner{
  position:absolute;width:35px;height:35px;
  border-color:#20c9f3;border-style:solid;opacity:.8;
}
.cctv-corner.tl{left:18px;top:18px;border-width:2px 0 0 2px}
.cctv-corner.tr{right:18px;top:18px;border-width:2px 2px 0 0}
.cctv-corner.bl{left:18px;bottom:18px;border-width:0 0 2px 2px}
.cctv-corner.br{right:18px;bottom:18px;border-width:0 2px 2px 0}
.cctv-center{
  position:absolute;
  left:50%;top:50%;
  width:150px;height:150px;
  transform:translate(-50%,-50%);
}
.cctv-lens{
  position:absolute;left:50%;top:50%;
  width:74px;height:74px;
  transform:translate(-50%,-50%);
  border:2px solid rgba(26,199,243,.8);
  border-radius:50%;
  box-shadow:0 0 35px rgba(0,191,239,.18),inset 0 0 24px rgba(0,191,239,.12);
}
.lens-ring{position:absolute;border-radius:50%;border:1px solid rgba(28,201,243,.35)}
.lens-ring.r1{inset:8px}.lens-ring.r2{inset:19px}
.lens-dot{
  position:absolute;width:13px;height:13px;left:50%;top:50%;
  transform:translate(-50%,-50%);border-radius:50%;
  background:#bff6ff;box-shadow:0 0 22px #17c8f2;
}
.focus-line{
  position:absolute;background:rgba(30,203,244,.4);
}
.focus-line.horizontal{height:1px;left:0;right:0;top:50%}
.focus-line.vertical{width:1px;top:0;bottom:0;left:50%}
.cctv-crosshair{
  position:absolute;inset:27%;
  border:1px dashed rgba(42,210,248,.38);
  border-radius:50%;
  animation:crosshairSpin 5s linear infinite;
}
@keyframes crosshairSpin{to{transform:rotate(360deg)}}
.cctv-scan-beam{
  position:absolute;left:0;right:0;top:-10%;
  height:7%;
  background:linear-gradient(transparent,rgba(20,211,255,.08),rgba(83,229,255,.75),rgba(20,211,255,.08),transparent);
  box-shadow:0 0 28px rgba(14,201,245,.48);
  animation:cctvScan 1.55s ease-in-out infinite;
}
@keyframes cctvScan{
  0%{top:-10%;opacity:0}
  12%{opacity:1}
  50%{opacity:1}
  100%{top:105%;opacity:0}
}
.cctv-target{
  position:absolute;
  padding:5px 8px;
  border:1px solid rgba(28,202,245,.48);
  background:rgba(2,19,31,.72);
  color:#56d6f6;
  font-size:8px;
  letter-spacing:1.5px;
  opacity:0;
  animation:targetLock .7s ease forwards;
}
.cctv-target:before{
  content:"";
  position:absolute;left:-5px;top:-5px;width:9px;height:9px;
  border-left:1px solid #31d2f7;border-top:1px solid #31d2f7;
}
.t1{left:12%;top:19%;animation-delay:.65s}
.t2{right:12%;top:29%;animation-delay:1.0s}
.t3{left:18%;bottom:20%;animation-delay:1.35s}
.t4{right:18%;bottom:17%;animation-delay:1.7s}
@keyframes targetLock{
  from{opacity:0;transform:scale(.7)}
  to{opacity:1;transform:scale(1)}
}
.radhe-boot-brand{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  pointer-events:none;
  animation:brandReveal 1.3s 1.2s both;
}
@keyframes brandReveal{
  from{opacity:0;transform:translate(-50%,-42%) scale(.8);filter:blur(8px)}
  to{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0)}
}
.boot-logo-mark{
  position:relative;
  width:80px;height:80px;margin:auto;
  border:1px solid rgba(28,205,249,.45);
  border-radius:20px;
  box-shadow:0 0 35px rgba(17,194,242,.16),inset 0 0 25px rgba(17,194,242,.09);
}
.boot-logo-line{
  position:absolute;height:2px;background:#20c9f3;
  transform-origin:left center;box-shadow:0 0 8px #20c9f3;
}
.boot-logo-line.l1{width:25px;left:28px;top:29px;transform:rotate(0deg)}
.boot-logo-line.l2{width:25px;left:28px;top:29px;transform:rotate(120deg)}
.boot-logo-line.l3{width:25px;left:28px;top:29px;transform:rotate(240deg)}
.boot-logo-dot{
  position:absolute;width:10px;height:10px;border-radius:50%;
  background:#11aee4;box-shadow:0 0 12px #11c4f0;
}
.boot-logo-dot.d1{left:24px;top:24px}
.boot-logo-dot.d2{right:15px;top:24px}
.boot-logo-dot.d3{left:35px;bottom:12px}
.boot-brand-name{
  margin-top:14px;
  font-size:26px;font-weight:900;letter-spacing:6px;
  color:#f3fbff;
  text-shadow:0 0 20px rgba(42,202,246,.3);
}
.boot-brand-sub{
  margin-top:2px;font-size:9px;letter-spacing:4px;color:#20b9e8;
}
.radhe-boot-message{
  position:absolute;left:50%;bottom:8.5%;
  transform:translateX(-50%);
  text-align:center;
  color:#53cbed;font-size:10px;letter-spacing:2px;
}
.radhe-boot-message b{
  display:block;margin-top:8px;color:#dffaff;font-size:13px;letter-spacing:4px;
}
.radhe-boot-progress{
  position:absolute;left:50%;bottom:4.5%;
  transform:translateX(-50%);
  width:min(440px,55vw);height:2px;background:rgba(29,182,234,.15);
}
.radhe-boot-progress div{
  width:0;height:100%;
  background:linear-gradient(90deg,#087eb4,#23d2fa,#fff);
  box-shadow:0 0 12px #16c8f2;
}
@media(max-width:700px){
  .radhe-cctv{width:90vw;height:55vh}
  .cctv-frame{left:15px;right:15px}
  .cctv-target{font-size:7px}
  .radhe-boot-message{bottom:9%}
  .boot-brand-name{font-size:20px}
}
@media(prefers-reduced-motion:reduce){
  .radhe-boot-grid,.cctv-scan-beam,.cctv-crosshair,.radhe-boot-brand,
  .cctv-target,.cctv-rec i{animation-duration:.01ms !important}
}


/* =========================================================
   RADHE AI ROBOT — appears when the cursor leaves the site
   ========================================================= */
.radhe-ai-robot{
  position:fixed;
  left:22px;
  bottom:22px;
  width:108px;
  height:124px;
  z-index:10001;
  pointer-events:none;
  opacity:0;
  transform:translate3d(-28px,28px,0) scale(.78);
  transform-origin:bottom left;
  transition:opacity .35s ease, transform .5s cubic-bezier(.18,.85,.25,1);
  filter:drop-shadow(0 0 18px rgba(0,190,245,.28));
}
.radhe-ai-robot.visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}
.radhe-ai-robot .robot-aura{
  position:absolute;
  left:10px;bottom:0;
  width:88px;height:88px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(13,185,240,.18),rgba(13,185,240,0) 70%);
  animation:radheRobotAura 2.2s ease-in-out infinite;
}
.radhe-ai-robot .robot-antenna{
  position:absolute;
  left:49px;top:0;
  width:3px;height:22px;
  background:#12bfe9;
  box-shadow:0 0 8px rgba(18,191,233,.8);
}
.radhe-ai-robot .robot-antenna:after{
  content:"";
  position:absolute;
  left:-4px;top:-5px;
  width:11px;height:11px;
  border-radius:50%;
  background:#18d4ff;
  box-shadow:0 0 12px #18d4ff;
  animation:radheRobotBlink 1.2s infinite;
}
.radhe-ai-robot .robot-head{
  position:absolute;
  left:21px;top:20px;
  width:66px;height:48px;
  border:2px solid #159fd0;
  border-radius:17px 17px 14px 14px;
  background:linear-gradient(145deg,#0b3552,#041827);
  box-shadow:inset 0 0 16px rgba(16,188,239,.13),0 0 14px rgba(16,188,239,.16);
}
.radhe-ai-robot .robot-face{
  position:absolute;
  left:9px;top:9px;
  width:44px;height:26px;
  border-radius:10px;
  background:#eefaff;
  box-shadow:0 0 10px rgba(232,250,255,.28);
}
.radhe-ai-robot .robot-eye{
  position:absolute;
  top:8px;
  width:9px;height:7px;
  border-radius:50%;
  background:#12b9f0;
  box-shadow:0 0 7px rgba(18,185,240,.8);
  animation:radheRobotEye 2s ease-in-out infinite;
}
.radhe-ai-robot .robot-eye.left{left:9px}
.radhe-ai-robot .robot-eye.right{right:9px}
.radhe-ai-robot .robot-mouth{
  position:absolute;
  left:18px;bottom:3px;
  width:9px;height:4px;
  border-bottom:2px solid #10baf0;
  border-radius:0 0 10px 10px;
}
.radhe-ai-robot .robot-body{
  position:absolute;
  left:27px;top:69px;
  width:54px;height:42px;
  border:2px solid #0f94c1;
  border-radius:13px;
  background:linear-gradient(145deg,#0a3451,#041827);
}
.radhe-ai-robot .robot-core{
  position:absolute;
  left:19px;top:10px;
  width:13px;height:13px;
  border:2px solid #10c9f6;
  border-radius:50%;
  box-shadow:0 0 12px rgba(16,201,246,.7);
  animation:radheCorePulse 1.4s infinite;
}
.radhe-ai-robot .robot-arm{
  position:absolute;
  top:75px;
  width:16px;height:33px;
  border:2px solid #0c80ac;
  border-radius:9px;
  background:#06243a;
}
.radhe-ai-robot .robot-arm.left{left:11px;transform:rotate(18deg)}
.radhe-ai-robot .robot-arm.right{right:11px;transform:rotate(-18deg)}
.radhe-ai-robot .robot-foot{
  position:absolute;
  top:108px;width:22px;height:7px;
  border-radius:8px;
  background:#0a5275;
}
.radhe-ai-robot .robot-foot.left{left:27px}
.radhe-ai-robot .robot-foot.right{right:27px}
.radhe-ai-robot .robot-label{
  position:absolute;
  left:0;top:127px;
  width:108px;
  text-align:center;
  font:700 7px/1.2 "Chakra Petch",monospace;
  letter-spacing:1.4px;
  color:#1bc5f1;
  text-shadow:0 0 8px rgba(27,197,241,.4);
  white-space:nowrap;
}
.radhe-ai-robot .robot-status{
  position:absolute;
  left:78px;top:31px;
  padding:4px 6px;
  border:1px solid #095679;
  border-radius:4px;
  background:rgba(2,15,28,.94);
  color:#6de4ff;
  font:700 7px monospace;
  letter-spacing:.7px;
  white-space:nowrap;
}
@keyframes radheRobotAura{
  0%,100%{transform:scale(.9);opacity:.55}
  50%{transform:scale(1.08);opacity:1}
}
@keyframes radheRobotBlink{
  0%,88%,100%{opacity:1}
  92%{opacity:.18}
}
@keyframes radheRobotEye{
  0%,45%,100%{transform:scaleY(1)}
  48%{transform:scaleY(.12)}
  51%{transform:scaleY(1)}
}
@keyframes radheCorePulse{
  0%,100%{transform:scale(.8);opacity:.65}
  50%{transform:scale(1.15);opacity:1}
}
@media(max-width:767.98px), (hover:none){
  .radhe-ai-robot{display:none !important}
}
@media(prefers-reduced-motion:reduce){
  .radhe-ai-robot *{animation:none !important}
}

/* Loading/preloader disabled by RADHE update */
.preloader,
.page-loader,
.loading-screen,
.loader-overlay,
.site-loader,
.loading-overlay,
#preloader,
#page-loader,
#loading-screen,
#loader-overlay,
#site-loader,
#loading-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* FINAL: disable the startup surveillance-grid / boot loading screen */
.startup-loader,
.surveillance-loader,
.boot-loader,
.splash-screen,
.intro-loader,
.camera-loader,
#startup-loader,
#surveillance-loader,
#boot-loader,
#splash-screen,
#intro-loader,
#camera-loader,
#preloader,
#page-loader,
#loading-screen,
.loader-overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* =========================================================
   RADHE AI MINI CHATBOT
   ========================================================= */
.radhe-chatbot {
  position: fixed;
  right: 24px;
  bottom: 98px;
  z-index: 99990;
  font-family: inherit;
}

.radhe-chatbot-toggle {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0, 188, 255, .45);
  border-radius: 50%;
  background: linear-gradient(145deg, #071b31, #06233b);
  color: #35c8ff;
  box-shadow: 0 0 22px rgba(0, 174, 255, .28);
  cursor: pointer;
  display: grid;
  place-items: center;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.radhe-chatbot-toggle:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 0 30px rgba(0, 174, 255, .45);
}
.radhe-chatbot-toggle .bot-face {
  width: 31px;
  height: 25px;
  border: 2px solid #24c5ff;
  border-radius: 8px;
  position: relative;
}
.radhe-chatbot-toggle .bot-face::before,
.radhe-chatbot-toggle .bot-face::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7de5ff;
  box-shadow: 0 0 7px #24c5ff;
}
.radhe-chatbot-toggle .bot-face::before { left: 7px; }
.radhe-chatbot-toggle .bot-face::after { right: 7px; }
.radhe-chatbot-toggle .bot-antenna {
  position: absolute;
  width: 2px;
  height: 7px;
  background: #24c5ff;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.radhe-chatbot-toggle .bot-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22e6a5;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 9px #22e6a5;
}

.radhe-chatbot-window {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: min(360px, calc(100vw - 32px));
  height: min(500px, calc(100vh - 145px));
  min-height: 390px;
  background: #061321;
  border: 1px solid rgba(0, 178, 255, .35);
  border-radius: 18px;
  box-shadow: 0 20px 65px rgba(0,0,0,.55), 0 0 35px rgba(0,157,255,.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.radhe-chatbot.open .radhe-chatbot-window {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.radhe-chat-head {
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: linear-gradient(135deg, #071e34, #06283f);
  border-bottom: 1px solid rgba(0,178,255,.18);
}
.radhe-chat-avatar {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: #061726;
  border: 1px solid rgba(0,198,255,.45);
  color: #28c8ff;
  font-size: 19px;
  box-shadow: 0 0 15px rgba(0,183,255,.16);
}
.radhe-chat-title {
  flex: 1;
}
.radhe-chat-title strong {
  display: block;
  color: #f4fbff;
  font-size: 14px;
  line-height: 1.2;
}
.radhe-chat-title small {
  color: #2ce0a5;
  font-size: 10px;
  letter-spacing: .5px;
}
.radhe-chat-close {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #70a7c3;
  cursor: pointer;
  font-size: 20px;
}
.radhe-chat-close:hover { color: #fff; }

.radhe-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: thin;
}
.radhe-msg {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 13px;
  font-size: 12px;
  line-height: 1.55;
  color: #b8dcf0;
  white-space: pre-line;
}
.radhe-msg.bot {
  align-self: flex-start;
  background: #0a1d2f;
  border: 1px solid rgba(0,166,235,.18);
  border-top-left-radius: 4px;
}
.radhe-msg.user {
  align-self: flex-end;
  color: #e9faff;
  background: #087cb3;
  border-top-right-radius: 4px;
}
.radhe-msg a {
  color: #35d1ff;
  text-decoration: none;
}
.radhe-msg a:hover { text-decoration: underline; }

.radhe-quick-actions {
  padding: 0 13px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.radhe-quick-actions button {
  border: 1px solid rgba(0,174,255,.28);
  border-radius: 20px;
  padding: 7px 10px;
  background: #071b2b;
  color: #49caff;
  font-size: 10px;
  cursor: pointer;
}
.radhe-quick-actions button:hover {
  background: #0a2940;
  border-color: #21bfff;
}

.radhe-chat-input {
  display: flex;
  gap: 7px;
  padding: 10px;
  border-top: 1px solid rgba(0,178,255,.16);
  background: #05111e;
}
.radhe-chat-input input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(0,174,255,.22);
  border-radius: 10px;
  background: #081a2b;
  color: #dff7ff;
  padding: 10px 11px;
  outline: none;
  font-size: 12px;
}
.radhe-chat-input input:focus { border-color: #17bfff; }
.radhe-chat-input button {
  width: 42px;
  border: 0;
  border-radius: 10px;
  background: #08a8e4;
  color: white;
  cursor: pointer;
  font-size: 15px;
}
.radhe-chat-input button:hover { background: #12baf0; }

.radhe-chat-welcome-dot {
  position: absolute;
  right: 0;
  top: -2px;
  width: 11px;
  height: 11px;
  background: #20e7a2;
  border: 2px solid #061321;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .radhe-chatbot {
    right: 15px;
    bottom: 86px;
  }
  .radhe-chatbot-window {
    right: 0;
    bottom: 67px;
    width: min(350px, calc(100vw - 30px));
    height: min(500px, calc(100vh - 125px));
  }
  .radhe-chatbot-toggle {
    width: 53px;
    height: 53px;
  }
}


/* =========================================================
   HEADER LOGO — WHITE BACKGROUND VISIBILITY FIX
   ========================================================= */
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  gap:10px;
  padding:5px 8px !important;
  background:#ffffff !important;
  border-radius:8px;
  min-height:48px;
  box-shadow:0 2px 12px rgba(0,0,0,.18);
}

.site-header .brand-logo-img{
  width:138px !important;
  height:42px !important;
  max-height:42px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  background:#ffffff !important;
  border-radius:5px;
}

/* Keep the white logo area clean on smaller screens */
@media (max-width:991.98px){
  .site-header .brand{
    padding:4px 7px !important;
    min-height:46px;
    border-radius:7px;
  }
  .site-header .brand-logo-img{
    width:128px !important;
    height:38px !important;
    max-height:38px !important;
  }
}

@media (max-width:575.98px){
  .site-header .brand{
    padding:3px 6px !important;
    min-height:42px;
    border-radius:6px;
  }
  .site-header .brand-logo-img{
    width:116px !important;
    height:34px !important;
    max-height:34px !important;
  }
}

/* =========================================================
   RADHE HEADER LOGO — FINAL GLOBAL FIX
   Uses assets/logo-tight.png (tightly cropped visible logo)
   so the white background stays compact while the logo is
   large and clearly visible on every page.
   ========================================================= */
.site-header .navbar-brand.brand {
  width: 154px !important;
  height: 54px !important;
  min-width: 154px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 2px 7px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.site-header .navbar-brand.brand .brand-logo-img {
  display: block !important;
  width: 140px !important;
  height: 50px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 991.98px) {
  .site-header .navbar-brand.brand {
    width: 142px !important;
    min-width: 142px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 2px 6px !important;
  }

  .site-header .navbar-brand.brand .brand-logo-img {
    width: 130px !important;
    height: 46px !important;
  }
}

@media (max-width: 576px) {
  .site-header .navbar-brand.brand {
    width: 126px !important;
    min-width: 126px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 2px 5px !important;
    border-radius: 7px !important;
  }

  .site-header .navbar-brand.brand .brand-logo-img {
    width: 116px !important;
    height: 42px !important;
  }
}

/* =========================================================
   RADHE HEADER LOGO - GLOBAL FIX
   Same logo treatment as the Contact page on every page.
   ========================================================= */
.site-header .brand {
  width: 142px !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 2px 7px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  line-height: 1 !important;
}

.site-header .brand .brand-logo-img {
  width: 126px !important;
  height: 49px !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 991.98px) {
  .site-header .brand {
    width: 132px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 2px 6px !important;
  }

  .site-header .brand .brand-logo-img {
    width: 118px !important;
    height: 45px !important;
  }
}

@media (max-width: 576px) {
  .site-header .brand {
    width: 120px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 2px 5px !important;
    border-radius: 7px !important;
  }

  .site-header .brand .brand-logo-img {
    width: 108px !important;
    height: 41px !important;
  }
}

/* Back-to-top button intentionally removed site-wide. */
.back-top {
  display: none !important;
}

