@font-face {
  font-family: 'satoshi';
  src: url('../assets/Satoshi-Variable.ttf') format('truetype'),
}
*{
  margin: 0;
  padding: 0;
}
*, *::before, *::after{
  box-sizing: border-box;
}
html, body{
  height: 100%;
}
body{
  background-color: #E9EDF6; 
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  overflow-x: hidden;
}
img{
  max-width: 100%;
  height: auto;
  display: block;
}
.res{
  display: none;
}
.header{
  width: 100%;
  height: 67px;
  background: linear-gradient(to right, #1228BD,#1231FF, #1228BD);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header img{
  width: 300px;
}
.secondary-header{
  width: 100%;
  height: 100px;
  display: flex;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
}
.logo{
  width: 50%;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.logo img{
  margin-left: 50px;
}
.side-content{
  width: 50%;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}
.side-content img{
  margin-right: 50px;
}
.content{
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.head{
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.head h1{
  font-size: 45px;
  font-family: "Abhaya Libre", serif;
  background: linear-gradient(to right, #00000080,#000000, #00000080);
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.body{
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #686868;
  font-family: 'satoshi';
  font-size: 20px;
}
.footer{
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.coming-soon{
  padding: 10px 80px;
  font-family: "Abhaya Libre", serif;
  font-size: 35px;
  color: #fff;
  background: #1231FF;
}

/* Shimmer only on the text span; keep the pill background intact */
.coming-soon .gradient-text{
  display: inline-block;
  /* single highlight moving right -> left */
  background-image: linear-gradient(90deg,
    rgba(255,255,255,0.8) 0%,
    rgba(255,255,255,0.8) calc(50% - 40px),
    rgba(255,255,255,1) 50%,
    rgba(255,255,255,0.8) calc(50% + 40px),
    rgba(255,255,255,0.8) 100%
  );
  background-size: 300% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: textGradientSweep 2.2s linear infinite;
}
.signature{
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.signature img{
  width: 150px;
  margin-right: 150px;
  mix-blend-mode: multiply;

}
.footer-content{
  width: 100%;
  height: 67px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.line{
  opacity: 0.5;
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.line img{
  width: 85%;
}
.footer-content-bottom{
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-content-left{
  width: 50%;
  height: 100%;
  gap: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'satoshi';
}
.footer-content-left img{
  margin-left: 50px;
}
.footer-content-left p{
  color: #686868;
}
.footer-content-right{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.footer-content-right .links{
  display: flex;
  gap: 10px;
  font-size: 20px;
  margin-right: 50px;
}
.footer-content-right .links a{
  color: #000000;
  text-decoration: none;
}

.card{
  display: none;
  width: 80%;
  height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle at top left, #1232ff,#0B1D991A  );
  border-radius: 20px;
}
.card .top{
  width: 100%;
  height: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .bottom{
  width: 100%;
  height: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'satoshi';
  font-size: 5px;
  color: #686868;
}
.card .end{
  width: 100%;
  height: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .end img{
  width: 30px;
}
.card .top .card-l{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card .top .card-r{
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: satoshi system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.card .top .card-r h1{
  font-size: 20px;
}
.card .top .card-r p{
  font-size: 10px;
}
.card .top .card-l img{
  width: 20px;
}

@keyframes textGradientSweep{
  0%{ background-position: 100% 50%; }  /* start at right */
  100%{ background-position: 0% 50%; }  /* move to left */
}

@media (max-width: 1284px){
  .head h1{
    font-size: 36px;
  }
  .body{
    font-size: 18px;
  }
  .coming-soon{
    font-size: 30px;
    padding: 10px 60px;
  }
  .coming-soon .gradient-text{
    background-size: 250% 100%;
  }
  .logo img{
    margin-left: 30px;
    max-width: 160px;
  }
  .side-content img{
    margin-right: 30px;
    max-width: 160px;
  }
  .header img{
    max-height: 48px;
  }
  .signature img{
    margin-right: 100px;
    max-width: 240px;
  }
  .footer-content-left img{
    margin-left: 30px;
    max-width: 120px;
  }
  .footer-content-left p{
    font-size: 16px;
  }
  .footer-content-right .links{
    font-size: 18px;
    margin-right: 30px;
  }
  .card .top .card-r h1{
    font-size: 18px;
  }
  .card .top .card-r p{
    font-size: 9px;
  }
  .card .bottom{
    font-size: 4px;
  }
}

@media (max-width: 1114px){
  .header{
    height: 58px;
  }
  .header img{
    max-height: 42px;
  }
  .secondary-header{
    height: 60px;
  }
  .logo img,
  .side-content img{
    max-width: 140px;
  }
  .head h1{
    font-size: 32px;
  }
  .body{
    font-size: 16px;
    padding: 0 24px;
  }
  .coming-soon{
    font-size: 26px;
    padding: 10px 48px;
  }
  .signature img{
    max-width: 210px;
    margin-right: 80px;
  }
  .footer-content-left img{
    max-width: 100px;
  }
  .footer-content-left p{
    font-size: 15px;
  }
  .footer-content-right .links{
    font-size: 14px;
  }
  .card{
    width: 85%;
    height: 140px;
  }
  .card .top .card-r h1{
    font-size: 16px;
  }
  .card .top .card-r p{
    font-size: 8px;
  }
  .card .bottom{
    font-size: 3.5px;
  }
  .card .end img{
    width: 26px;
  }
}

@media (max-width: 1022px){
  .header{
    height: 54px;
  }
  .header img{
    max-height: 38px;
  }
  .secondary-header{
    height: 84px;
  }
  .logo img,
  .side-content img{
    max-width: 120px;
  }
  .head h1{
    font-size: 28px;
  }
  .body{
    font-size: 15px;
    padding: 0 20px;
  }
  .coming-soon{
    font-size: 24px;
    padding: 10px 40px;
  }
  .signature img{
    max-width: 190px;
    margin-right: 60px;
  }
  .footer-content-left img{
    max-width: 90px;
    margin-left: 24px;
  }
  .footer-content-left p{
    font-size: 14px;
  }
  .footer-content-right .links{
    font-size: 15px;
    margin-right: 24px;
  }
  .line img{
    width: 90%;
  }
  .card{
    width: 90%;
    height: 130px;
  }
  .card .top .card-r h1{
    font-size: 15px;
  }
  .card .top .card-r p{
    font-size: 8px;
  }
  .card .bottom{
    font-size: 3px;
  }
  .card .end img{
    width: 24px;
  }
}

@media (max-width: 940px){
  .header{
    height: 52px;
  }
  .header img{
    max-height: 36px;
  }
  .secondary-header{
    height: 80px;
  }
  .logo img,
  .side-content img{
    max-width: 112px;
  }
  .head h1{
    font-size: 26px;
  }
  .body{
    font-size: 15px;
    padding: 0 18px;
  }
  .coming-soon{
    font-size: 24px;
    padding: 8px 40px;
  }
  .signature img{
    max-width: 180px;
    margin-right: 50px;
  }
  .footer-content-left img{
    max-width: 95px;
    margin-left: 22px;
  }
  .footer-content-left p{
    font-size: 12px;
  }
  .footer-content-right .links{
    font-size: 15px;
    margin-right: 22px;
  }
  .line img{
    width: 89%;
  }
  .card{
    width: 92%;
    height: 125px;
  }
  .card .top .card-r h1{
    font-size: 15px;
  }
  .card .top .card-r p{
    font-size: 8px;
  }
  .card .bottom{
    font-size: 3px;
  }
  .card .end img{
    width: 23px;
  }
}
@media (max-width: 800px) {
  .footer-content-left{
    justify-content: space-between;
  }
  .side-content img{
    width: 40px;
  }
  .head{ order: 0; }
  .body{ order: 1; }
  .card{ order: 2; }
  .footer{ order: 3; }
  .footer{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card{
    display: flex;
    width: 92%;
    height: auto;
    align-items: stretch;
    gap: 12px;
    background-image: radial-gradient(circle at top left, #1231FF1A, #0B1D991A);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    min-height: 200px;
  }
  .signature{
    display: none;
  }
  .footer-content-left .res{
    display: block;
  }
  .footer-content-left .mes{
    display: none;
  }
  .secondary-header{
    height: 60px;
  }
  .content{
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 0;
  }
  .head{
    justify-content: center;
    align-items: center;
    height: 12%;
  }
  .footer{
    margin-top: 8px;
  }
  .footer-content{
    height: 60px;
  }
  
  .footer-content-right .links{
    margin-right: 10px;
    gap: 4px;

  }
  .head h1{
    font-size: 28px;
    line-height: 1.2;
  }
  .body{
    font-size: 16px;
    height: 20%;
    align-items: flex-start;
    justify-content: center;
  }
  .body p{
    max-width: 320px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .body p.responsive-lines{
    max-width: 360px;
  }
  .body p.responsive-lines span{
    display: block;
    height: 21px;
    line-height: 1.3;
}

  .content{
    padding-bottom: 32px;
  }
  .coming-soon{
    font-size: 26px;
    padding: 8px 36px;
  }
  .card .top{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
  .card .top .card-l{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
  }
  .card .top .card-l img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(18,49,255,0.18), 0 1px 2px rgba(0,0,0,0.06);
    mix-blend-mode: multiply;
  }
  .card .top .card-r{
    font-family: satoshi;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .card .top .card-r h1{
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(90deg, #0B1D99 0%, #1231FF 60%, #0B1D990D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2px;
  }
  .card .top .card-r p{
    font-size: 11px;
    color: #68779a;
  }
  .card .bottom{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-family: 'satoshi';
    font-size: 13px;
    line-height: 1.5;
    color: #686868;
    padding: 0 8px;
  }
  .card .end{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 8px 4px 8px;
  }
  .card .end img{
    width: 52px;
    opacity: 0.9;
    mix-blend-mode: multiply;
  }
  .footer-content-bottom{
    position: relative;
  }
  .footer-content-left p{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    text-align: center;
    width: max-content;
  }
  body{
    height: 140vh;
  }
  .header img{
    width: 200px;
  }
  .mes{
    display: none;
  }
  .res{
    display: block;
  }
}
/* ========== Page Load Animations ========== */
.reveal{
  opacity: 0;
  will-change: opacity;
}
.animate .reveal{
  animation: fadeInSoft 420ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

/* Staggered sequence matching reveal-1 ... reveal-7 */
.animate .reveal-1{ animation-delay: 40ms; }
.animate .reveal-2{ animation-delay: 100ms; }
.animate .reveal-3{ animation-delay: 160ms; }
.animate .reveal-4{ animation-delay: 220ms; }
.animate .reveal-5{ animation-delay: 280ms; }
.animate .reveal-6{ animation-delay: 340ms; }
.animate .reveal-7{ animation-delay: 400ms; }

@keyframes fadeInSoft{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity: 1 !important;
    animation: none !important;
  }
   .coming-soon .gradient-text{
     background-image: none;
     -webkit-text-fill-color: #ffffff;
     color: #ffffff;
     animation: none;
   }
}