/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Aldrich-Regular;
  src: url('../fonts/Aldrich/Aldrich-Regular.ttf'); 
}



/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}



/*//////////////////////////////////////////////////////////////////
[ Form ]*/

.keter{
  z-index: 500;
  position: absolute;
  margin-left: 160px;
  margin-top: -250px;
  color: black;
  font-size: 50px;
}

@media (max-width: 480px) {
  .keter{
    margin-left: 130px;
    
  }
  .l1-txt2 {
   
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .keter{
    margin-left: 130px;
    
  }
}
/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.input100 {
  display: block;
  width: 100%;
  background: #f5f5f5;
  height: 100%;
  border-radius: 25px;
  padding: 0 20px;
  text-align: center;
}

.focus-input100 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(0,178,111, 0.5);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 16px;
  padding: 5px 30px 6px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Bold;
  color: #c80000;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*//////////////////////////////////////////////////////////////////
[ RS Flip Clock ]*/
.flip-clock-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.flip-clock-wrapper .flip {
  box-shadow: none;
  margin-bottom: 50px;
}

.flip-clock-wrapper ul {
  position: relative;
  float: unset;
  margin: 2px;
  width: 41px;
  height: 54px;
  font-size: 36px;
  font-weight: unset;
  line-height: unset;
  border-radius: 3px;
  background: #0d1629;
}

.flip-clock-wrapper ul li {
  line-height: unset;
}

.flip-clock-wrapper ul li a div {
  outline: none;
}

.flip-clock-wrapper ul li a div div.inn {
  font-family:  Aldrich-Regular;
  color: #fff;
  font-size: 35px;
  font-weight: unset;
  text-align: unset;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  text-shadow: 0 0px 0px #000;
  background-color: #0d1629;
  border-radius: 3px;
} 

.flip-clock-wrapper ul li a div .shadow {
  border-radius: 3px;
}

.flip-clock-wrapper ul li a div.up:after {
  display: none;
}

/*---------------------------------------------*/
.flip-clock-divider {
  display: block;
  float: unset;
  position: relative;
  width: 26px;
  height: 54px;
}

.flip-clock-divider span {
  display: none;
}

.flip-clock-divider::before {
  content: ":";
  font-family: Aldrich-Regular;
  color: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.flip-clock-divider.days::before {
  display: none;
}

.flip-clock-divider::after {
  font-family: Poppins-Regular;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;

  display: block;
  text-align: center;
  width: 90px;
  position: absolute;
  left: 100%;
  top: 100%;
  padding-top: 16px;
}

.flip-clock-divider.days::after {
  content: "days";
}

.flip-clock-divider.hours::after {
  content: "hrs";
}

.flip-clock-divider.minutes::after {
  content: "min";
}

.flip-clock-divider.seconds::after {
  content: "sec";
}

@media (max-width: 1200px) {
  .flip-clock-wrapper {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .flip-clock-wrapper {
    max-width: 240px;
    margin-right: 26px;
  }

  .flip-clock-divider.days {
    width: 26px;
  }

  .flip-clock-divider.minutes::before {
    display: none;
  }
}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
  font-family: Poppins-Bold;
  font-size: 15px;
  color: #555;
  line-height: 1.2;
}

.s1-txt2 {
  font-family: Poppins-Bold;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}

.s1-txt3 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/




/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.l1-txt2 {
  font-family: Poppins-Bold;
  font-size: 70px;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}

.l1-txt3 {
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
}

/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 100%;
  height: 50px;
}

.size3 {
  width: 36px;
  height: 36px;
}


/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  width: 390px;
  max-width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  border-radius: 10px;
}




/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
.overlay1 {
  position: relative;
  z-index: 1;
}
.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #30bab6;
  background: -webkit-linear-gradient(top, #009efd, #2af598);
  background: -o-linear-gradient(top, #009efd, #2af598);
  background: -moz-linear-gradient(top, #009efd, #2af598);
  background: linear-gradient(top, #009efd, #2af598);
  opacity: 0.8;
}

/*---------------------------------------------*/
.how-btn1 {
  border-radius: 25px;
  background-color: #00b26f;
  padding-right: 20px;
  padding-left: 20px;
}

.how-btn1:hover {
  background-color: #333333;
}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
  flex-grow: 1;
}

.wrappic1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
.how-social {
  color: #fff;
  font-size: 22px;

  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
}

.how-social:hover {
  background-color: #00b26f;
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/







/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ XXL ]*/
@media (max-width: 1400px) {
  .respon1 {
    padding: 15px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    flex-direction: column;
    align-items: center;
  }

  /*---------------------------------------------*/
  .respon2 {
    text-align: center;
  }

  /*---------------------------------------------*/
  .respon3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    font-size: 50px;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-left: 20px;
    padding-right: 14px;
    padding-bottom: 50px;
  }
  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

}

/*//////////////////////////////////////////////////////////////////
[ Modern Landing ]*/
:root {
  --hero-navy: #0f172a;
  --hero-slate: #dbeafe;
  --hero-cyan: #22d3ee;
  --hero-emerald: #34d399;
  --hero-gold: #facc15;
  --glass-bg: rgba(15, 23, 42, 0.58);
  --glass-border: rgba(255, 255, 255, 0.16);
  --card-shadow: 0 24px 80px rgba(2, 8, 23, 0.38);
}

body {
  background: #08111f;
}

.hero-shell {
  overflow: hidden;
}

.hero-backdrop,
.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-backdrop {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.28), transparent 28%),
    radial-gradient(circle at left center, rgba(52, 211, 153, 0.2), transparent 25%),
    linear-gradient(135deg, rgba(2, 8, 23, 0.88), rgba(8, 47, 73, 0.68) 50%, rgba(6, 95, 70, 0.62));
}

.hero-noise {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
}

.hero-container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 44px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-logo {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--card-shadow);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy h1 {
  font-family: Poppins-Bold;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
}

.brand-copy p,
.brand-kicker {
  display: block;
  color: rgba(255,255,255,0.72);
}

.brand-kicker {
  font-family: Aldrich-Regular;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.status-chip,
.ghost-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.24);
}

.ghost-chip-user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.08);
}

.status-open {
  color: #bbf7d0;
}

.status-wait {
  color: #fde68a;
}

.hero-grid,
.result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 28px;
  align-items: center;
}

.hero-copy,
.result-card {
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: Aldrich-Regular;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c4f1ff;
}

.eyebrow::before {
  content: "";
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.15), rgba(255,255,255,0.85));
}

.hero-title {
  font-family: Poppins-Bold;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  color: #fff;
  margin-bottom: 18px;
  text-transform: none;
}

.hero-description,
.result-support {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.meta-card,
.glass-card {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(18px);
}

.meta-card {
  padding: 18px 20px;
  border-radius: 22px;
}

.meta-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

.meta-card strong {
  display: block;
  font-family: Poppins-Bold;
  font-size: 18px;
  color: #fff;
}

.countdown-panel,
.login-panel,
.info-panel,
.result-card,
.announcement-card,
.envelope-card {
  border-radius: 32px;
}

.countdown-panel {
  padding: 28px;
  background: rgba(7, 15, 31, 0.55);
  border: 1px solid rgba(255,255,255,0.12);
}

.countdown-heading h3,
.panel-title {
  font-family: Poppins-Bold;
  font-size: clamp(24px, 3vw, 32px);
  color: #fff;
}

.countdown-kicker,
.panel-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d7f9ff;
}

.countdown-open-note,
.panel-text,
.panel-footnote {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
}

.login-panel,
.info-panel,
.announcement-card,
.envelope-card {
  padding: 28px;
}

.modern-form {
  margin-top: 24px;
}

.field-label {
  margin-bottom: 10px;
  padding-left: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

.modern-form .wrap-input100 {
  height: auto;
}

.modern-form .input100 {
  min-height: 58px;
  background: rgba(255,255,255,0.96);
  border-radius: 18px;
  text-align: left;
  padding: 0 18px;
  font-size: 16px;
}

.modern-submit,
.action-primary,
.action-secondary {
  min-height: 56px;
  border-radius: 18px;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.modern-submit {
  margin-top: 8px;
  background: linear-gradient(135deg, #22c55e, #06b6d4);
}

.action-primary {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

.action-secondary {
  background: linear-gradient(135deg, #ef4444, #f97316);
}

.info-list {
  margin-top: 18px;
}

.info-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hero-cyan), var(--hero-emerald));
}

.result-grid {
  align-items: stretch;
}

.result-card {
  padding: 34px;
}

.result-name {
  font-family: Poppins-Bold;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.result-message {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  margin-bottom: 12px;
}

.result-message-strong {
  font-family: Poppins-Bold;
  color: #fff;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.result-link {
  display: inline-flex;
}

.result-link button,
#pengumuman {
  padding: 0 22px;
}

.result-visual {
  display: grid;
  gap: 22px;
}

.announcement-list {
  margin-top: 20px;
  display: grid;
  gap: 16px;
  max-height: 420px;
  overflow: auto;
  padding-right: 6px;
}

.announcement-item {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.announcement-date {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #93c5fd;
}

.announcement-item p {
  color: rgba(255,255,255,0.84);
  line-height: 1.65;
}

.envelope-card {
  position: relative;
  text-align: center;
}

.envelope-stage {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 10px;
}

.envelope-image {
  width: min(100%, 380px);
  filter: drop-shadow(0 24px 35px rgba(0,0,0,0.28));
}

.loader img {
  width: 72px;
}

.keter {
  position: static;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  margin: 0 auto;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--hero-navy);
  font-family: Poppins-Bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.flip-clock-wrapper {
  margin-top: 18px;
}

.flip-clock-wrapper ul {
  width: 54px;
  height: 70px;
  margin: 4px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 14px 28px rgba(2, 8, 23, 0.32);
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 40px;
  background-color: rgba(15, 23, 42, 0.96);
}

.flip-clock-divider {
  width: 22px;
  height: 70px;
}

.flip-clock-divider::before {
  font-size: 32px;
}

.flip-clock-divider::after {
  width: 88px;
  left: calc(100% - 30px);
  padding-top: 12px;
  color: rgba(255,255,255,0.72);
}

.how-btn1:hover,
.ghost-chip:hover {
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .hero-grid,
  .result-grid {
    grid-template-columns: 1fr;
  }

  .hero-side {
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .hero-container {
    width: min(100% - 20px, 1200px);
    padding-top: 18px;
  }

  .hero-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .brand-mark {
    align-items: flex-start;
  }

  .brand-logo {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .brand-copy h1 {
    font-size: 20px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-description,
  .result-message,
  .result-support {
    font-size: 16px;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .countdown-panel,
  .login-panel,
  .info-panel,
  .result-card,
  .announcement-card,
  .envelope-card {
    padding: 22px;
    border-radius: 24px;
  }

  .flip-clock-wrapper ul {
    width: 46px;
    height: 62px;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 34px;
  }

  .keter {
    min-width: 150px;
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .hero-shell {
    padding-bottom: 24px;
  }

  .brand-mark {
    gap: 12px;
  }

  .hero-actions {
    width: 100%;
  }

  .status-chip,
  .ghost-chip {
    width: 100%;
    justify-content: center;
  }

  .hero-title,
  .result-name {
    font-size: 30px;
  }

  .flip-clock-wrapper {
    justify-content: flex-start;
  }

  .flip-clock-wrapper ul {
    width: 40px;
    height: 56px;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
  }

  .flip-clock-divider {
    width: 16px;
    height: 56px;
  }

  .flip-clock-divider::before {
    font-size: 22px;
  }

  .flip-clock-divider::after {
    width: 70px;
    left: calc(100% - 26px);
    font-size: 10px;
  }

  .result-actions {
    flex-direction: column;
  }

  .result-link,
  .result-link button,
  #pengumuman {
    width: 100%;
  }

  .envelope-stage {
    min-height: 240px;
  }
}

