﻿/* ===== STEP56E ANIMATED PREMIUM LANDING CSS START ===== */

:root{
  --e-bg:#020815;
  --e-bg2:#071832;
  --e-panel:rgba(6,18,42,.74);
  --e-panel2:rgba(9,25,58,.9);
  --e-line:rgba(96,220,255,.22);
  --e-line2:rgba(151,104,255,.32);
  --e-text:#f0f8ff;
  --e-muted:#9eb3c8;
  --e-cyan:#21e8ff;
  --e-blue:#3f8cff;
  --e-purple:#9a62ff;
  --e-green:#64ffc1;
  --e-shadow:0 32px 120px rgba(0,0,0,.58);
}

html{scroll-behavior:smooth}
body.v76e-landing{
  margin:0;
  min-height:100vh;
  color:var(--e-text)!important;
  background:
    radial-gradient(circle at 12% 4%,rgba(33,232,255,.14),transparent 28%),
    radial-gradient(circle at 88% 20%,rgba(154,98,255,.2),transparent 34%),
    linear-gradient(135deg,#020815 0%,#071a36 48%,#07021a 100%)!important;
  overflow-x:hidden;
}

body.v76e-drawer-open{overflow:hidden}

.v76e-bg-grid{
  position:fixed;
  inset:0;
  z-index:-12;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(88,210,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(88,210,255,.055) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.92),transparent 82%);
}

.v76e-orb{
  position:fixed;
  border-radius:999px;
  filter:blur(50px);
  opacity:.34;
  z-index:-11;
  pointer-events:none;
}
.v76e-orb-a{width:420px;height:420px;background:var(--e-cyan);left:-160px;top:170px}
.v76e-orb-b{width:520px;height:520px;background:var(--e-purple);right:-210px;top:280px}
.v76e-orb-c{width:320px;height:320px;background:var(--e-blue);left:35%;top:46%;opacity:.12}

.v76e-nav{
  position:sticky;
  top:0;
  z-index:800;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 72px;
  background:rgba(2,8,21,.74);
  backdrop-filter:blur(24px);
  border-bottom:1px solid rgba(96,220,255,.15);
}
.v76e-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--e-text);
  text-decoration:none;
}
.v76e-brand-mark{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:1px solid rgba(33,232,255,.65);
  background:linear-gradient(135deg,rgba(33,232,255,.11),rgba(154,98,255,.14));
  color:var(--e-cyan);
  font-weight:1000;
  box-shadow:0 0 42px rgba(33,232,255,.24);
}
.v76e-brand b{display:block;font-size:18px}
.v76e-brand small{display:block;color:var(--e-muted);font-size:12px;margin-top:2px}
.v76e-nav-links{display:flex;align-items:center;gap:24px}
.v76e-nav-links a{
  color:#bfd1e0;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
}
.v76e-actions{display:flex;align-items:center;gap:10px}
.v76e-lang{background:rgba(255,255,255,.045)!important}

.v76e-btn{
  border:0;
  border-radius:15px;
  min-height:46px;
  padding:13px 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  text-decoration:none;
  font-weight:1000;
  letter-spacing:-.01em;
}
.v76e-btn-primary{
  background:linear-gradient(135deg,var(--e-cyan),var(--e-blue));
  color:#02101d!important;
  box-shadow:0 18px 52px rgba(33,232,255,.2);
}
.v76e-btn-ghost{
  color:var(--e-text)!important;
  border:1px solid rgba(96,220,255,.2);
  background:rgba(255,255,255,.045);
}
.v76e-btn-wide{width:100%}
.v76e-play{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  font-size:10px;
}

.v76e-main{
  width:min(1480px,100%);
  margin:0 auto;
  padding:64px 72px 40px;
}

.v76e-kicker{
  width:max-content;
  max-width:100%;
  color:var(--e-cyan);
  font-weight:1000;
  letter-spacing:.13em;
  font-size:12px;
}

.v76e-hero{
  min-height:760px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
  position:relative;
}

.v76e-hero-copy h1{
  margin:24px 0 22px;
  font-size:clamp(52px,6.8vw,116px);
  line-height:.92;
  letter-spacing:-.075em;
}
.v76e-hero-copy h1 span{display:block}
.v76e-hero-copy h1 strong{
  background:linear-gradient(135deg,#f4fbff 0%,var(--e-cyan) 40%,var(--e-blue) 75%,var(--e-purple) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.v76e-hero-copy p{
  max-width:640px;
  color:#bed1e0;
  font-size:19px;
  line-height:1.72;
}
.v76e-trust-line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:18px;
  color:var(--e-cyan);
  font-weight:900;
}
.v76e-trust-line i{
  width:5px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.5);
}
.v76e-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:34px 0 34px;
}
.v76e-value-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:52px;
}
.v76e-value-row article{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:start;
}
.v76e-value-row b{display:block}
.v76e-value-row small{display:block;color:var(--e-muted);margin-top:4px}
.v76e-mini-icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--e-cyan);
  border:1px solid rgba(33,232,255,.32);
  background:rgba(33,232,255,.06);
  box-shadow:0 0 34px rgba(33,232,255,.13);
}

.v76e-hero-scene{
  min-height:700px;
  position:relative;
  display:grid;
  place-items:center;
  perspective:1200px;
}
.v76e-holo-floor{
  position:absolute;
  width:680px;
  max-width:88vw;
  height:680px;
  border-radius:999px;
  transform:rotateX(68deg);
  background:
    radial-gradient(circle,rgba(33,232,255,.17),transparent 38%),
    repeating-radial-gradient(circle,rgba(33,232,255,.2) 0 1px,transparent 2px 34px);
  filter:drop-shadow(0 0 56px rgba(33,232,255,.28));
  animation:eFloorPulse 4s ease-in-out infinite;
}
.v76e-orbit-ring{
  position:absolute;
  border-radius:999px;
  border:1px solid rgba(96,220,255,.16);
  transform:rotateX(68deg);
}
.ring-a{width:620px;height:620px;animation:eRingSpin 11s linear infinite}
.ring-b{width:480px;height:480px;border-color:rgba(154,98,255,.18);animation:eRingSpin 15s linear reverse infinite}

.v76e-card{
  --tiltX:6deg;
  --tiltY:-10deg;
  width:430px;
  max-width:90vw;
  min-height:510px;
  position:relative;
  z-index:6;
  padding:28px;
  border-radius:32px;
  border:1px solid rgba(130,230,255,.42);
  background:
    radial-gradient(circle at 20% 16%,rgba(33,232,255,.22),transparent 28%),
    radial-gradient(circle at 92% 10%,rgba(154,98,255,.32),transparent 35%),
    linear-gradient(145deg,rgba(12,30,68,.96),rgba(4,9,24,.97));
  box-shadow:0 32px 120px rgba(0,0,0,.62),0 0 86px rgba(33,232,255,.22),0 0 90px rgba(154,98,255,.14);
  transform:rotateY(var(--tiltY)) rotateX(var(--tiltX)) translateY(-8px);
  transform-style:preserve-3d;
  overflow:hidden;
  animation:eCardFloat 6s ease-in-out infinite;
}
.v76e-card-sheen{
  position:absolute;
  inset:-70% -40%;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.14) 47%,transparent 55%);
  transform:rotate(12deg);
  animation:eSheen 4.8s ease-in-out infinite;
}
.v76e-card-top,.v76e-card-body,.v76e-card-chip-row,.v76e-card-bottom{position:relative;z-index:2}
.v76e-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.v76e-card-top h2{margin:0;font-size:32px;letter-spacing:-.04em}
.v76e-card-top p,.v76e-card-info p,.v76e-card-bottom small{color:var(--e-muted);margin:4px 0}
.v76e-card-pulse-dot{
  width:12px;
  height:12px;
  border-radius:999px;
  background:var(--e-green);
  box-shadow:0 0 28px var(--e-green);
  animation:eDotPulse 1.8s ease-in-out infinite;
}
.v76e-card-body{
  display:grid;
  grid-template-columns:126px 1fr;
  gap:18px;
  align-items:center;
  margin-top:52px;
}
.v76e-card-core{
  position:relative;
  width:112px;
  height:112px;
  display:grid;
  place-items:center;
  border-radius:27px;
  border:1px solid rgba(33,232,255,.55);
  background:
    radial-gradient(circle at 50% 50%,rgba(33,232,255,.35),transparent 42%),
    linear-gradient(135deg,rgba(33,232,255,.16),rgba(154,98,255,.16));
  box-shadow:inset 0 0 34px rgba(33,232,255,.18),0 0 58px rgba(33,232,255,.28);
  overflow:hidden;
  animation:eCorePulse 2.5s ease-in-out infinite;
}
.v76e-card-core span{
  position:relative;
  z-index:4;
  font-size:48px;
  color:var(--e-cyan);
  font-weight:1000;
  text-shadow:0 0 22px rgba(33,232,255,.72);
}
.v76e-card-core i,
.v76e-card-core em{
  position:absolute;
  inset:8px;
  border-radius:23px;
  border:1px dashed rgba(255,255,255,.22);
  animation:eCoreSpin 8s linear infinite;
}
.v76e-card-core em{
  inset:18px;
  animation-duration:5s;
  animation-direction:reverse;
}
.v76e-card-info h3{font-size:26px;margin:0 0 12px}
.v76e-card-chip-row{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:58px;
}
.v76e-sim-chip{
  width:54px;
  height:42px;
  border-radius:12px;
  background:linear-gradient(135deg,#efd18a,#9b6c25);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.28);
}
.v76e-card-line{
  flex:1;
  height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(33,232,255,.68),rgba(255,255,255,.08));
}
.v76e-card-bottom{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  margin-top:46px;
}
.v76e-card-bottom b{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#02101d;
  background:var(--e-cyan);
  box-shadow:0 0 22px rgba(33,232,255,.45);
}

.v76e-float-chip{
  position:absolute;
  z-index:7;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(96,220,255,.2);
  background:rgba(3,10,26,.74);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 60px rgba(0,0,0,.32);
  animation:eChipFloat 5s ease-in-out infinite;
}
.v76e-float-chip b{display:block;color:#dff8ff;font-size:12px;letter-spacing:.07em}
.v76e-float-chip strong{display:block;color:var(--e-cyan);font-size:30px;margin-top:4px}
.v76e-float-chip small{display:block;color:var(--e-muted);margin-top:4px}
.chip-score{left:9%;top:21%}
.chip-identity{left:2%;top:46%;animation-delay:.4s}
.chip-proof{right:6%;top:20%;animation-delay:.8s}
.chip-verify{right:0;top:48%;animation-delay:1.2s}

.v76e-flow-section{
  position:relative;
  margin:70px 0 86px;
}
.v76e-section-head small,
.v76e-trust-core small{
  color:var(--e-cyan);
  font-weight:1000;
  letter-spacing:.12em;
}
.v76e-section-head h2{
  margin:12px 0 24px;
  font-size:clamp(30px,4vw,54px);
  letter-spacing:-.055em;
}
.v76e-flow{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:26px;
}
.v76e-flow article{
  position:relative;
  min-height:210px;
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(96,220,255,.18);
  background:rgba(7,21,49,.62);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 20px 80px rgba(0,0,0,.25);
  overflow:hidden;
}
.v76e-flow article:before{
  content:"";
  position:absolute;
  inset:auto -20% 0;
  height:42%;
  background:radial-gradient(circle at 50% 100%,rgba(33,232,255,.16),transparent 72%);
}
.v76e-flow article span{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin:0 auto 34px;
  border-radius:22px;
  color:var(--e-cyan);
  border:1px solid rgba(33,232,255,.34);
  background:rgba(33,232,255,.08);
  box-shadow:0 0 38px rgba(33,232,255,.16);
  animation:eStepPulse 3s ease-in-out infinite;
}
.v76e-flow .step-2 span{animation-delay:.35s}
.v76e-flow .step-3 span{animation-delay:.7s}
.v76e-flow .step-4 span{animation-delay:1.05s}
.v76e-flow .step-5 span{animation-delay:1.4s;color:#b894ff;border-color:rgba(154,98,255,.4)}
.v76e-flow i{
  display:block;
  color:var(--e-cyan);
  font-style:normal;
  font-weight:1000;
  margin-bottom:8px;
}
.v76e-flow b{display:block;font-size:17px}
.v76e-flow small{display:block;color:var(--e-muted);margin-top:6px}
.v76e-flow-line{
  position:absolute;
  left:9%;
  right:9%;
  top:55%;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(33,232,255,.55),rgba(154,98,255,.55),transparent);
}
.v76e-flow-line:after{
  content:"";
  position:absolute;
  top:-4px;
  width:80px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--e-cyan),var(--e-purple),transparent);
  box-shadow:0 0 28px rgba(33,232,255,.75);
  animation:eFlowTravel 4.8s linear infinite;
}

.v76e-trust-core{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:70px;
  align-items:center;
  min-height:720px;
  margin-bottom:78px;
}
.v76e-trust-copy h2{
  max-width:620px;
  margin:18px 0;
  font-size:clamp(38px,5vw,74px);
  line-height:.98;
  letter-spacing:-.065em;
}
.v76e-trust-copy p{
  max-width:620px;
  color:#b8cada;
  line-height:1.75;
  font-size:18px;
}
.v76e-feature-list{
  display:grid;
  gap:22px;
  margin:34px 0 34px;
}
.v76e-feature-list article{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
}
.v76e-feature-list span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:var(--e-cyan);
  border:1px solid rgba(33,232,255,.26);
  background:rgba(33,232,255,.07);
}
.v76e-feature-list b{display:block}
.v76e-feature-list small{display:block;color:var(--e-muted);letter-spacing:0;margin-top:5px;font-weight:500}

.v76e-shield-stage{
  position:relative;
  min-height:620px;
  display:grid;
  place-items:center;
}
.v76e-shield-orbit{
  position:absolute;
  border-radius:999px;
  border:1px solid rgba(96,220,255,.16);
}
.orbit-one{width:500px;height:500px;animation:eShieldOrbit 12s linear infinite}
.orbit-two{width:365px;height:365px;border-color:rgba(154,98,255,.22);animation:eShieldOrbit 9s linear reverse infinite}
.v76e-shield{
  width:250px;
  height:290px;
  display:grid;
  place-items:center;
  position:relative;
  clip-path:polygon(50% 0%,88% 16%,82% 70%,50% 100%,18% 70%,12% 16%);
  background:
    radial-gradient(circle at 50% 48%,rgba(33,232,255,.44),transparent 36%),
    linear-gradient(145deg,rgba(33,232,255,.15),rgba(154,98,255,.18));
  border:1px solid rgba(33,232,255,.46);
  box-shadow:inset 0 0 55px rgba(33,232,255,.24),0 0 90px rgba(33,232,255,.24);
  animation:eShieldPulse 3.2s ease-in-out infinite;
}
.v76e-shield span{
  font-size:92px;
  font-weight:1000;
  color:var(--e-cyan);
  text-shadow:0 0 34px rgba(33,232,255,.72);
}
.v76e-shield-label{
  position:absolute;
  z-index:5;
  min-width:116px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(96,220,255,.22);
  background:rgba(5,14,34,.76);
  text-align:center;
  backdrop-filter:blur(16px);
}
.v76e-shield-label b{display:block}
.v76e-shield-label small{display:block;color:var(--e-muted);margin-top:4px;letter-spacing:0}
.label-top{top:70px;left:50%;transform:translateX(-50%)}
.label-left{left:20px;top:50%}
.label-right{right:20px;top:50%}
.label-bottom{bottom:60px;left:50%;transform:translateX(-50%)}
.v76e-shield-dot{
  position:absolute;
  width:11px;
  height:11px;
  border-radius:999px;
  background:var(--e-cyan);
  box-shadow:0 0 22px var(--e-cyan);
}
.dot-a{left:20%;top:34%;animation:eDotAroundA 7s ease-in-out infinite}
.dot-b{right:22%;top:38%;animation:eDotAroundB 8s ease-in-out infinite}
.dot-c{left:48%;bottom:18%;animation:eDotPulse 2s ease-in-out infinite}

.v76e-institution-map{
  display:grid;
  grid-template-columns:.62fr 1.38fr;
  gap:38px;
  align-items:center;
  min-height:390px;
  padding:44px;
  border-radius:34px;
  border:1px solid rgba(96,220,255,.16);
  background:
    radial-gradient(circle at 70% 50%,rgba(33,232,255,.12),transparent 36%),
    linear-gradient(135deg,rgba(8,23,51,.72),rgba(4,11,28,.78));
  box-shadow:0 24px 100px rgba(0,0,0,.32);
}
.v76e-map-copy h2{
  margin:14px 0;
  font-size:clamp(32px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.v76e-map-copy p{color:#b8cada;line-height:1.7}
.v76e-world-map svg{
  width:100%;
  min-height:310px;
}
.map-dots{
  fill:none;
  stroke:rgba(33,232,255,.12);
  stroke-width:18;
  stroke-linecap:round;
  stroke-dasharray:1 18;
}
.map-line{
  fill:none;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-dasharray:10 18;
  animation:eMapDash 4.5s linear infinite;
}
.line-1{stroke:rgba(33,232,255,.72)}
.line-2{stroke:rgba(154,98,255,.68);animation-delay:.9s}
.line-3{stroke:rgba(100,255,193,.52);animation-delay:1.6s}
.node circle{
  fill:rgba(33,232,255,.1);
  stroke:rgba(33,232,255,.58);
  stroke-width:2;
  filter:drop-shadow(0 0 18px rgba(33,232,255,.55));
  animation:eNodePulse 2.6s ease-in-out infinite;
}
.node text{
  text-anchor:middle;
  font-size:26px;
  dominant-baseline:middle;
}
.node-b circle{animation-delay:.4s}
.node-c circle{animation-delay:.8s}
.node-d circle{animation-delay:1.2s}

.v76e-access-drawer{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  place-items:center;
  padding:22px;
}
.v76e-access-drawer.open{display:grid}
.v76e-drawer-backdrop{
  position:absolute;
  inset:0;
  background:rgba(1,4,13,.72);
  backdrop-filter:blur(18px);
}
.v76e-auth-panel{
  position:relative;
  z-index:2;
  width:min(560px,100%);
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(96,220,255,.22);
  background:
    radial-gradient(circle at 80% 0%,rgba(154,98,255,.18),transparent 35%),
    rgba(6,18,42,.92);
  box-shadow:0 34px 120px rgba(0,0,0,.58);
}
.v76e-close{
  position:absolute;
  right:18px;
  top:16px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.04);
  color:var(--e-text);
  font-size:24px;
  cursor:pointer;
}
.v76e-section-head h2{margin:8px 0;font-size:34px}
.v76e-section-head p{color:var(--e-muted);line-height:1.6}
.v76e-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:16px 0;
  padding:5px;
  border-radius:18px;
  border:1px solid rgba(96,220,255,.16);
  background:rgba(255,255,255,.04);
}
.v76e-tabs button{
  min-height:42px;
  border:0;
  border-radius:14px;
  color:var(--e-muted);
  background:transparent;
  font-weight:900;
  cursor:pointer;
}
.v76e-tabs button.active{
  color:#02101d;
  background:linear-gradient(135deg,var(--e-cyan),var(--e-purple));
}
.v76e-auth-panel label{display:block;margin:12px 0}
.v76e-auth-panel label span{display:block;color:#b8cada;font-size:13px;margin-bottom:7px;font-weight:900}
.v76e-auth-panel input{
  width:100%;
  min-height:46px;
  border-radius:14px;
  border:1px solid rgba(96,220,255,.16);
  background:rgba(2,8,21,.78);
  color:var(--e-text);
  padding:0 14px;
  outline:none;
}
.v76e-auth-panel input:focus{
  border-color:rgba(33,232,255,.7);
  box-shadow:0 0 0 4px rgba(33,232,255,.08);
}
.v76e-otp-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  margin-top:12px;
}
.v76e-note{color:var(--e-muted);font-size:13px}
.v76e-admin-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:14px;
}
.v76e-admin-row a{color:var(--e-cyan);text-decoration:none;font-weight:900}

.v76e-hidden-runtime{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
}

.v76e-footer{
  width:min(1480px,100%);
  margin:30px auto 0;
  padding:32px 72px 46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  border-top:1px solid rgba(96,220,255,.14);
}
.v76e-footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:14px;
  color:var(--e-muted);
  font-size:13px;
}

@keyframes eCardFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -18px}
}
@keyframes eSheen{
  0%,35%{transform:translateX(-38%) rotate(12deg);opacity:0}
  52%{opacity:1}
  78%,100%{transform:translateX(38%) rotate(12deg);opacity:0}
}
@keyframes eCorePulse{
  0%,100%{box-shadow:inset 0 0 34px rgba(33,232,255,.18),0 0 48px rgba(33,232,255,.24)}
  50%{box-shadow:inset 0 0 54px rgba(33,232,255,.34),0 0 82px rgba(33,232,255,.48)}
}
@keyframes eCoreSpin{to{transform:rotate(360deg)}}
@keyframes eDotPulse{
  0%,100%{scale:1;opacity:.72}
  50%{scale:1.28;opacity:1}
}
@keyframes eChipFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -12px}
}
@keyframes eFloorPulse{
  0%,100%{opacity:.62;scale:1}
  50%{opacity:1;scale:1.035}
}
@keyframes eRingSpin{to{rotate:360deg}}
@keyframes eStepPulse{
  0%,100%{transform:translateY(0);box-shadow:0 0 30px rgba(33,232,255,.14)}
  50%{transform:translateY(-9px);box-shadow:0 0 58px rgba(33,232,255,.34)}
}
@keyframes eFlowTravel{
  0%{left:0;opacity:0}
  10%{opacity:1}
  90%{opacity:1}
  100%{left:calc(100% - 80px);opacity:0}
}
@keyframes eShieldOrbit{to{rotate:360deg}}
@keyframes eShieldPulse{
  0%,100%{filter:drop-shadow(0 0 28px rgba(33,232,255,.28));scale:1}
  50%{filter:drop-shadow(0 0 66px rgba(33,232,255,.48));scale:1.035}
}
@keyframes eDotAroundA{
  0%,100%{translate:0 0}
  50%{translate:32px -22px}
}
@keyframes eDotAroundB{
  0%,100%{translate:0 0}
  50%{translate:-34px 24px}
}
@keyframes eMapDash{to{stroke-dashoffset:-140}}
@keyframes eNodePulse{
  0%,100%{r:34;opacity:.72}
  50%{r:39;opacity:1}
}

@media(max-width:1120px){
  .v76e-nav{padding:16px 22px}
  .v76e-main{padding:34px 22px}
  .v76e-hero,.v76e-trust-core,.v76e-institution-map{grid-template-columns:1fr}
  .v76e-hero-scene{min-height:600px}
  .v76e-value-row{grid-template-columns:1fr 1fr}
  .v76e-flow{grid-template-columns:1fr 1fr}
  .v76e-flow-line{display:none}
}

@media(max-width:720px){
  .v76e-nav{position:relative;align-items:flex-start;flex-wrap:wrap}
  .v76e-nav-links{display:none}
  .v76e-actions{width:100%;justify-content:space-between}
  .v76e-hero-copy h1{font-size:50px}
  .v76e-value-row,.v76e-flow{grid-template-columns:1fr}
  .v76e-card{width:340px;min-height:460px;padding:22px}
  .v76e-card-body{grid-template-columns:1fr}
  .v76e-card-core{width:96px;height:96px}
  .v76e-float-chip{display:none}
  .v76e-institution-map{padding:22px}
  .v76e-footer{padding:26px 22px;display:block}
  .v76e-footer-links{justify-content:flex-start;margin-top:18px}
  .v76e-otp-row{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
  }
}

/* ===== STEP56E ANIMATED PREMIUM LANDING CSS END ===== */

/* ===== STEP56F I18N CSS START ===== */
.v76e-lang button,
.v76-lang button{
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.v76e-lang button.active,
.v76-lang button.active{
  color:#02101d!important;
  background:linear-gradient(135deg,var(--e-cyan),var(--e-blue))!important;
  border-color:transparent!important;
  box-shadow:0 0 24px rgba(33,232,255,.24)!important;
}
/* ===== STEP56F I18N CSS END ===== */

/* ===== STEP56H MOBILE LANDING RESPONSIVE PASS START ===== */

/*
  Mobile stabilization rule:
  Do not stack every horizontal card into a long vertical wall.
  On phones, important card groups become premium horizontal swipe rows.
*/

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

  .v76e-nav{
    padding:14px 14px 12px!important;
    gap:12px!important;
    border-bottom:1px solid rgba(96,220,255,.12);
  }

  .v76e-brand-mark{
    width:40px!important;
    height:40px!important;
    border-radius:13px!important;
  }

  .v76e-brand b{
    font-size:16px!important;
  }

  .v76e-brand small{
    font-size:11px!important;
  }

  .v76e-actions{
    gap:8px!important;
  }

  .v76e-lang{
    max-width:146px;
    overflow:hidden;
  }

  .v76e-lang button,
  .v76-lang button{
    min-width:38px!important;
    padding:8px 9px!important;
    font-size:12px!important;
  }

  .v76e-actions > .v76e-btn-primary{
    min-height:40px!important;
    padding:10px 13px!important;
    font-size:13px!important;
    white-space:nowrap;
  }

  .v76e-main{
    padding:20px 14px 34px!important;
  }

  .v76e-hero{
    min-height:auto!important;
    gap:18px!important;
    align-items:start!important;
  }

  .v76e-kicker{
    font-size:10px!important;
    letter-spacing:.1em!important;
    white-space:normal!important;
  }

  .v76e-hero-copy h1{
    margin:15px 0 13px!important;
    font-size:clamp(42px,13.5vw,58px)!important;
    line-height:.94!important;
    letter-spacing:-.065em!important;
  }

  .v76e-hero-copy p{
    font-size:15px!important;
    line-height:1.58!important;
    max-width:100%!important;
  }

  .v76e-trust-line{
    gap:8px!important;
    font-size:12px!important;
    line-height:1.4!important;
  }

  .v76e-cta-row{
    margin:22px 0 16px!important;
    gap:10px!important;
  }

  .v76e-cta-row .v76e-btn{
    flex:1 1 150px;
    min-height:44px!important;
    padding:11px 13px!important;
    font-size:13px!important;
  }

  /*
    Important: trust cards stay horizontal on mobile.
  */
  .v76e-value-row{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    margin:22px -14px 6px!important;
    padding:0 14px 12px!important;
    overflow-x:auto!important;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .v76e-value-row article{
    flex:0 0 235px!important;
    min-height:86px!important;
    padding:14px!important;
    border:1px solid rgba(96,220,255,.16);
    border-radius:18px;
    background:rgba(255,255,255,.04);
    scroll-snap-align:start;
  }

  .v76e-value-row::-webkit-scrollbar,
  .v76e-flow::-webkit-scrollbar{
    height:5px;
  }

  .v76e-value-row::-webkit-scrollbar-thumb,
  .v76e-flow::-webkit-scrollbar-thumb{
    background:rgba(33,232,255,.35);
    border-radius:999px;
  }

  /*
    Hero CidenCard remains premium but no longer pushes the page too far down.
  */
  .v76e-hero-scene{
    min-height:460px!important;
    margin-top:2px!important;
    overflow:visible!important;
  }

  .v76e-holo-floor{
    width:360px!important;
    height:360px!important;
    opacity:.72!important;
  }

  .ring-a{
    width:350px!important;
    height:350px!important;
  }

  .ring-b{
    width:278px!important;
    height:278px!important;
  }

  .v76e-card{
    width:min(330px,88vw)!important;
    min-height:410px!important;
    padding:20px!important;
    border-radius:28px!important;
    transform:rotateY(-6deg) rotateX(5deg) translateY(-4px)!important;
  }

  .v76e-card-top h2{
    font-size:26px!important;
  }

  .v76e-card-top p{
    font-size:12px!important;
  }

  .v76e-card-body{
    grid-template-columns:92px 1fr!important;
    gap:12px!important;
    margin-top:34px!important;
  }

  .v76e-card-core{
    width:86px!important;
    height:86px!important;
    border-radius:22px!important;
  }

  .v76e-card-core span{
    font-size:38px!important;
  }

  .v76e-card-info h3{
    font-size:20px!important;
    margin-bottom:9px!important;
  }

  .v76e-card-info p{
    font-size:12px!important;
    line-height:1.35!important;
  }

  .v76e-card-chip-row{
    margin-top:36px!important;
  }

  .v76e-card-bottom{
    margin-top:30px!important;
    gap:8px!important;
  }

  .v76e-card-bottom strong{
    font-size:12px!important;
  }

  /*
    Flow remains horizontal swipe, not a long vertical stack.
  */
  .v76e-flow-section{
    margin:40px 0 52px!important;
  }

  .v76e-section-head h2{
    font-size:clamp(28px,8vw,38px)!important;
    line-height:1.05!important;
  }

  .v76e-flow{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    margin:0 -14px!important;
    padding:0 14px 14px!important;
    overflow-x:auto!important;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .v76e-flow article{
    flex:0 0 215px!important;
    min-height:170px!important;
    padding:18px!important;
    border-radius:22px!important;
    scroll-snap-align:start;
  }

  .v76e-flow article span{
    width:50px!important;
    height:50px!important;
    margin:0 0 24px!important;
    border-radius:18px!important;
  }

  .v76e-flow i{
    font-size:12px!important;
  }

  .v76e-flow b{
    font-size:16px!important;
  }

  .v76e-flow small{
    font-size:12px!important;
  }

  /*
    Trust Core becomes compact. Shield still animates but stays inside screen.
  */
  .v76e-trust-core{
    min-height:auto!important;
    gap:20px!important;
    margin-bottom:46px!important;
  }

  .v76e-trust-copy h2{
    font-size:clamp(34px,10vw,48px)!important;
    line-height:1!important;
  }

  .v76e-trust-copy p{
    font-size:15px!important;
    line-height:1.6!important;
  }

  .v76e-feature-list{
    gap:12px!important;
  }

  .v76e-feature-list article{
    padding:13px!important;
    border:1px solid rgba(96,220,255,.14);
    border-radius:18px;
    background:rgba(255,255,255,.035);
  }

  .v76e-shield-stage{
    min-height:430px!important;
    overflow:hidden!important;
  }

  .orbit-one{
    width:330px!important;
    height:330px!important;
  }

  .orbit-two{
    width:240px!important;
    height:240px!important;
  }

  .v76e-shield{
    width:155px!important;
    height:180px!important;
  }

  .v76e-shield span{
    font-size:62px!important;
  }

  .v76e-shield-label{
    min-width:92px!important;
    padding:10px 11px!important;
    border-radius:15px!important;
  }

  .v76e-shield-label b{
    font-size:11px!important;
  }

  .v76e-shield-label small{
    font-size:10px!important;
  }

  .label-top{
    top:34px!important;
  }

  .label-left{
    left:2px!important;
    top:48%!important;
  }

  .label-right{
    right:2px!important;
    top:48%!important;
  }

  .label-bottom{
    bottom:28px!important;
  }

  /*
    Institution map stays readable and does not force ultra-long vertical content.
  */
  .v76e-institution-map{
    grid-template-columns:1fr!important;
    gap:18px!important;
    min-height:auto!important;
    padding:20px!important;
    border-radius:26px!important;
  }

  .v76e-map-copy h2{
    font-size:clamp(30px,9vw,42px)!important;
  }

  .v76e-map-copy p{
    font-size:14px!important;
    line-height:1.55!important;
  }

  .v76e-world-map{
    overflow:hidden;
    border-radius:22px;
  }

  .v76e-world-map svg{
    min-height:210px!important;
    transform:scale(1.08);
    transform-origin:center;
  }

  /*
    OTP drawer must fit mobile screen.
  */
  .v76e-access-drawer{
    padding:12px!important;
    align-items:end!important;
  }

  .v76e-auth-panel{
    width:100%!important;
    max-height:92vh!important;
    overflow:auto!important;
    padding:22px!important;
    border-radius:26px 26px 20px 20px!important;
  }

  .v76e-close{
    right:14px!important;
    top:12px!important;
  }

  .v76e-section-head h2{
    font-size:29px!important;
  }

  .v76e-auth-panel input{
    min-height:44px!important;
  }

  .v76e-footer{
    padding:24px 14px 34px!important;
  }
}

@media(max-width:420px){
  .v76e-actions{
    flex-wrap:wrap!important;
  }

  .v76e-lang{
    order:2;
    width:100%;
    max-width:none;
  }

  .v76e-actions > .v76e-btn-primary{
    order:1;
    margin-left:auto;
  }

  .v76e-value-row article{
    flex-basis:218px!important;
  }

  .v76e-flow article{
    flex-basis:205px!important;
  }

  .v76e-card{
    width:min(306px,88vw)!important;
  }

  .v76e-card-body{
    grid-template-columns:1fr!important;
  }

  .v76e-card-core{
    margin-bottom:4px;
  }

  .v76e-shield-stage{
    min-height:390px!important;
  }
}

/* ===== STEP56H MOBILE LANDING RESPONSIVE PASS END ===== */

/* ===== STEP56I MOBILE HARD FIT START ===== */

/*
  Hard mobile fit:
  Fixes real phone screenshots where the landing page still overflows horizontally
  and the CidenCard can appear partially outside the viewport.
*/

@media(max-width:720px){
  html,
  body,
  body.v76e-landing{
    max-width:100vw!important;
    overflow-x:hidden!important;
  }

  .v76e-main,
  .v76e-nav,
  .v76e-footer,
  .v76e-hero,
  .v76e-hero-copy,
  .v76e-hero-scene,
  .v76e-flow-section,
  .v76e-trust-core,
  .v76e-institution-map{
    max-width:100vw!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }

  .v76e-main{
    width:100%!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }

  .v76e-nav{
    width:100%!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }

  .v76e-brand{
    min-width:0!important;
  }

  .v76e-brand b{
    max-width:210px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .v76e-hero{
    display:block!important;
  }

  .v76e-hero-copy{
    width:100%!important;
  }

  .v76e-hero-copy h1{
    font-size:clamp(40px,12vw,52px)!important;
    max-width:100%!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  .v76e-hero-copy p{
    max-width:100%!important;
    font-size:14.5px!important;
  }

  .v76e-trust-line{
    max-width:100%!important;
    overflow:hidden!important;
  }

  .v76e-cta-row{
    width:100%!important;
  }

  .v76e-cta-row .v76e-btn{
    min-width:0!important;
  }

  .v76e-value-row{
    width:calc(100vw - 14px)!important;
    max-width:calc(100vw - 14px)!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }

  .v76e-value-row article{
    flex:0 0 min(74vw,245px)!important;
    max-width:min(74vw,245px)!important;
  }

  .v76e-hero-scene{
    width:100%!important;
    min-height:390px!important;
    height:390px!important;
    margin:18px auto 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    contain:layout paint!important;
  }

  .v76e-holo-floor{
    width:300px!important;
    height:300px!important;
    max-width:76vw!important;
  }

  .ring-a{
    width:292px!important;
    height:292px!important;
    max-width:76vw!important;
    max-height:76vw!important;
  }

  .ring-b{
    width:224px!important;
    height:224px!important;
    max-width:62vw!important;
    max-height:62vw!important;
  }

  .v76e-card{
    width:min(280px,74vw)!important;
    max-width:74vw!important;
    min-height:350px!important;
    padding:17px!important;
    margin:0 auto!important;
    transform:none!important;
    translate:0 0!important;
    animation:eCardFloatMobile 5.5s ease-in-out infinite!important;
  }

  .v76e-card-top h2{
    font-size:22px!important;
  }

  .v76e-card-body{
    grid-template-columns:76px 1fr!important;
    gap:10px!important;
    margin-top:25px!important;
  }

  .v76e-card-core{
    width:70px!important;
    height:70px!important;
    border-radius:18px!important;
  }

  .v76e-card-core span{
    font-size:32px!important;
  }

  .v76e-card-info h3{
    font-size:17px!important;
  }

  .v76e-card-info p{
    font-size:10.5px!important;
  }

  .v76e-card-chip-row{
    margin-top:24px!important;
  }

  .v76e-card-bottom{
    margin-top:22px!important;
  }

  .v76e-flow{
    width:calc(100vw - 14px)!important;
    max-width:calc(100vw - 14px)!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }

  .v76e-flow article{
    flex:0 0 min(74vw,245px)!important;
    max-width:min(74vw,245px)!important;
  }

  .v76e-trust-core{
    display:block!important;
    width:100%!important;
  }

  .v76e-trust-copy h2{
    font-size:clamp(32px,9vw,42px)!important;
    max-width:100%!important;
  }

  .v76e-trust-copy p{
    font-size:14.5px!important;
    max-width:100%!important;
  }

  .v76e-feature-list article{
    grid-template-columns:42px minmax(0,1fr)!important;
  }

  .v76e-feature-list b{
    font-size:18px!important;
  }

  .v76e-feature-list small{
    font-size:14px!important;
  }

  .v76e-shield-stage{
    width:100%!important;
    min-height:360px!important;
    height:360px!important;
    margin-top:20px!important;
    overflow:hidden!important;
  }

  .orbit-one{
    width:286px!important;
    height:286px!important;
  }

  .orbit-two{
    width:212px!important;
    height:212px!important;
  }

  .v76e-shield{
    width:132px!important;
    height:154px!important;
  }

  .v76e-shield span{
    font-size:52px!important;
  }

  .v76e-shield-label{
    min-width:78px!important;
    padding:8px 9px!important;
  }

  .label-left{
    left:0!important;
  }

  .label-right{
    right:0!important;
  }

  .label-top{
    top:22px!important;
  }

  .label-bottom{
    bottom:20px!important;
  }

  .v76e-institution-map{
    width:100%!important;
    padding:18px!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .v76e-map-copy h2{
    font-size:clamp(30px,8.5vw,40px)!important;
    max-width:100%!important;
  }

  .v76e-map-copy p{
    font-size:14px!important;
  }

  .v76e-map-copy .v76e-btn{
    width:100%!important;
  }

  .v76e-world-map svg{
    min-height:190px!important;
    transform:none!important;
  }

  .v76e-access-drawer{
    max-width:100vw!important;
    overflow:hidden!important;
  }

  .v76e-auth-panel{
    max-width:calc(100vw - 24px)!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:420px){
  .v76e-hero-copy h1{
    font-size:clamp(38px,11.5vw,48px)!important;
  }

  .v76e-card{
    width:min(260px,72vw)!important;
    max-width:72vw!important;
  }

  .v76e-card-body{
    grid-template-columns:1fr!important;
  }

  .v76e-card-core{
    width:66px!important;
    height:66px!important;
  }

  .v76e-value-row article,
  .v76e-flow article{
    flex-basis:min(72vw,230px)!important;
  }
}

@keyframes eCardFloatMobile{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

/* ===== STEP56I MOBILE HARD FIT END ===== */
