/* ===================================================== */
/* CRYONETIX ADVANCED MATRIX HERO START */
/* ===================================================== */
.cryo-hero-banner{
  position:relative;
  width:100%;
  min-height:850px;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:radial-gradient(circle at 20% 30%,rgba(112,74,255,.38),transparent 34%),radial-gradient(circle at 80% 55%,rgba(0,194,255,.26),transparent 38%),linear-gradient(180deg,#070a1e 0%,#101435 74%,#101435 100%);
  color:#fff;
}
#cryoMatrix,#cryoSphere{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}
#cryoMatrix{z-index:1;}
#cryoSphere{z-index:4;}
.cryo-hero-banner::before{
  content:"";
  position:absolute;
  top:-220px;
  left:-160px;
  width:720px;
  height:720px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(112,74,255,.30) 0%,transparent 70%);
  filter:blur(70px);
  z-index:1;
}
.cryo-hero-banner::after{
  content:"";
  position:absolute;
  right:-260px;
  bottom:-260px;
  width:820px;
  height:820px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,194,255,.24) 0%,transparent 70%);
  filter:blur(90px);
  z-index:1;
}
/* ===================================================== */
/* AI ORB */
/* ===================================================== */
.cryo-ai-orb{
  position:absolute;
  right:11%;
  top:45%;
  width:300px;
  height:300px;
  transform:translateY(-50%);
  z-index:2;
  pointer-events:none;
}
.cryo-ai-orb span{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px solid rgba(0,194,255,.24);
  box-shadow:0 0 35px rgba(0,194,255,.22),inset 0 0 35px rgba(112,74,255,.18);
  animation:cryoOrbRotate 18s linear infinite;
}
.cryo-ai-orb span:nth-child(2){
  inset:38px;
  border-color:rgba(112,74,255,.35);
  animation-duration:12s;
  animation-direction:reverse;
}
.cryo-ai-orb span:nth-child(3){
  inset:84px;
  background:radial-gradient(circle,rgba(255,255,255,.85) 0%,rgba(0,194,255,.45) 18%,rgba(112,74,255,.16) 52%,transparent 70%);
  border:0;
  animation:cryoOrbPulse 4s ease-in-out infinite;
}
.cryo-ai-orb::before,.cryo-ai-orb::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:125%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,194,255,.55),transparent);
  transform:translate(-50%,-50%) rotate(24deg);
  animation:cryoOrbBeam 5s ease-in-out infinite;
}
.cryo-ai-orb::after{
  transform:translate(-50%,-50%) rotate(-42deg);
  animation-delay:-2s;
}
/* ===================================================== */
/* DATA POINTS */
/* ===================================================== */
.cryo-data-points{
  position:absolute;
  inset:0;
  z-index:8;
  pointer-events:none;
}
.cryo-data-points span{
  position:absolute;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:26px;
  padding:0 10px;
  border:1px solid rgba(0,194,255,.22);
  border-radius:8px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.75);
  font-family:"Manrope",Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.4px;
  backdrop-filter:blur(8px);
  box-shadow:0 0 18px rgba(0,194,255,.15);
  animation:cryoDataFloat 8s ease-in-out infinite;
}
.cryo-data-points span:nth-child(1){right:29%;top:24%;animation-delay:0s;}
.cryo-data-points span:nth-child(2){right:14%;top:31%;animation-delay:-1.5s;}
.cryo-data-points span:nth-child(3){right:24%;bottom:26%;animation-delay:-3s;}
.cryo-data-points span:nth-child(4){right:8%;bottom:36%;animation-delay:-4.5s;}
.cryo-data-points span:nth-child(5){right:36%;bottom:42%;animation-delay:-6s;}
/* ===================================================== */
/* OVERLAYS */
/* ===================================================== */
.cryo-hero-overlay{
  position:absolute;
  inset:0;
  z-index:5;
  background:linear-gradient(90deg,rgba(5,7,20,.95) 0%,rgba(10,13,40,.68) 42%,rgba(10,13,40,.24) 100%),linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(16,20,53,.98) 88%,#101435 100%);
}
.cryo-hero-grid{
  position:absolute;
  inset:0;
  z-index:6;
  opacity:.25;
  background-image:linear-gradient(rgba(130,120,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(130,120,255,.16) 1px,transparent 1px);
  background-size:80px 80px;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 68%,transparent 100%);
}
.cryo-scan-line{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:160px;
  z-index:7;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 0%,rgba(0,194,255,.10) 48%,rgba(112,74,255,.08) 52%,transparent 100%);
  transform:translateY(-180px);
  animation:cryoScanLine 7s ease-in-out infinite;
}
/* ===================================================== */
/* HERO CONTENT */
/* ===================================================== */
.cryo-hero-content{
  position:relative;
  z-index:10;
  max-width:1240px;
  width:100%;
  margin:0 auto;
  padding:160px 30px 150px;
}
.cryo-subtitle{
  display:inline-block;
  margin-bottom:26px;
  padding:8px 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:rgba(255,255,255,.06);
  color:#00C2FF;
  font-family:"Manrope",Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
}
.cryo-hero-content h1{
  max-width:800px;
  margin:0 0 28px;
  font-family:"Manrope",Helvetica,Arial,sans-serif;
  font-size:72px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.04em;
  color:#fff;
}
.cryo-typing-wrap{
  display:inline-block;
  min-width:410px;
  background:linear-gradient(90deg,#704AFF 0%,#00C2FF 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
#cryoTyping::after{
  content:"";
  display:inline-block;
  width:3px;
  height:.78em;
  margin-left:8px;
  background:#00C2FF;
  box-shadow:0 0 16px rgba(0,194,255,.9);
  transform:translateY(5px);
  animation:cryoCursorBlink .75s steps(2,end) infinite;
}
.cryo-hero-content p{
  max-width:620px;
  margin:0 0 38px;
  color:rgba(255,255,255,.78);
  font-family:"Manrope",Helvetica,Arial,sans-serif;
  font-size:18px;
  line-height:1.8;
  font-weight:500;
}
/* ===================================================== */
/* BUTTONS */
/* ===================================================== */
.cryo-hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.cryo-btn-primary,.cryo-btn-line{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 26px;
  border-radius:8px;
  font-family:"Manrope",Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  transition:all .35s ease;
}
.cryo-btn-primary{
  color:#fff;
  background:linear-gradient(90deg,#704AFF,#00C2FF);
  box-shadow:0 0 25px rgba(112,74,255,.45),0 0 55px rgba(0,194,255,.25);
}
.cryo-btn-primary:hover{
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 0 35px rgba(112,74,255,.65),0 0 70px rgba(0,194,255,.40);
}
.cryo-btn-line{
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(8px);
}
.cryo-btn-line:hover{
  color:#fff;
  border-color:rgba(112,74,255,.75);
  background:rgba(112,74,255,.16);
  transform:translateY(-3px);
}
.cryo-trust-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
  color:rgba(255,255,255,.58);
  font-family:"Manrope",Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}
.cryo-trust-line span{
  width:5px;
  height:5px;
  border-radius:50%;
  background:#00C2FF;
  box-shadow:0 0 12px rgba(0,194,255,.9);
}
/* ===================================================== */
/* SOFT BOTTOM TRANSITION */
/* ===================================================== */
.cryo-bottom-transition{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:230px;
  z-index:9;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(16,20,53,0) 0%,rgba(16,20,53,.55) 42%,#101435 100%);
}
.cryo-bottom-transition::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:90px;
  background:linear-gradient(180deg,rgba(16,20,53,0) 0%,#101435 100%);
}
.cryo-bottom-glow{
  position:absolute;
  left:50%;
  bottom:18px;
  width:72%;
  height:110px;
  transform:translateX(-50%);
  background:radial-gradient(ellipse at center,rgba(0,194,255,.15) 0%,rgba(112,74,255,.10) 38%,transparent 72%);
  filter:blur(24px);
  opacity:.85;
  animation:cryoBottomGlow 7s ease-in-out infinite;
}
.cryo-bottom-wave{
  position:absolute;
  left:0;
  bottom:-95px;
  width:100%;
  height:230px;
  overflow:hidden;
}
.cryo-bottom-wave span{
  position:absolute;
  left:50%;
  bottom:0;
  width:140%;
  height:170px;
  border-radius:48%;
  transform:translateX(-50%);
  background:rgba(0,194,255,.055);
  filter:blur(18px);
  animation:cryoBottomWave 22s linear infinite;
}
.cryo-bottom-wave span:nth-child(2){
  width:155%;
  height:195px;
  bottom:28px;
  background:rgba(112,74,255,.06);
  animation-duration:30s;
  animation-direction:reverse;
}
/* ===================================================== */
/* ANIMATIONS */
/* ===================================================== */
@keyframes cryoOrbRotate{0%{transform:rotate(0deg) scale(1);}50%{transform:rotate(180deg) scale(1.05);}100%{transform:rotate(360deg) scale(1);}}
@keyframes cryoOrbPulse{0%,100%{transform:scale(.9);opacity:.65;}50%{transform:scale(1.15);opacity:1;}}
@keyframes cryoOrbBeam{0%,100%{opacity:.15;}50%{opacity:.7;}}
@keyframes cryoDataFloat{0%,100%{transform:translateY(0) translateX(0);opacity:.45;}50%{transform:translateY(-18px) translateX(10px);opacity:1;}}
@keyframes cryoScanLine{0%,100%{transform:translateY(-180px);opacity:0;}18%{opacity:.85;}55%{transform:translateY(820px);opacity:.35;}70%{opacity:0;}}
@keyframes cryoCursorBlink{0%,100%{opacity:1;}50%{opacity:0;}}
@keyframes cryoBottomWave{0%{transform:translateX(-50%) rotate(0deg);}100%{transform:translateX(-50%) rotate(360deg);}}
@keyframes cryoBottomGlow{0%,100%{opacity:.55;transform:translateX(-50%) scale(.96);}50%{opacity:.95;transform:translateX(-50%) scale(1.04);}}
/* ===================================================== */
/* RESPONSIVE */
/* ===================================================== */
@media(max-width:991px){
  .cryo-hero-banner{min-height:720px;}
  .cryo-ai-orb{right:-40px;width:230px;height:230px;opacity:.65;}
  .cryo-data-points{display:none;}
  .cryo-hero-content h1{font-size:48px;}
  .cryo-hero-content p{font-size:16px;}
  .cryo-typing-wrap{min-width:280px;}
}
@media(max-width:575px){
  .cryo-hero-banner{min-height:680px;}
  .cryo-ai-orb{right:-90px;top:38%;width:210px;height:210px;opacity:.45;}
  .cryo-hero-content{padding:130px 22px 130px;}
  .cryo-hero-content h1{font-size:38px;}
  .cryo-typing-wrap{min-width:220px;}
  .cryo-hero-buttons{flex-direction:column;}
  .cryo-btn-primary,.cryo-btn-line{width:100%;}
}
/* ===================================================== */
/* CRYONETIX ADVANCED MATRIX HERO END */
/* ===================================================== */
